 /* 1. Elements */

 body,
 html {
     height: 100%;
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     overflow: hidden;
     position: relative;
     color: #fff;
     background-color: #000;
 }

 a {
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     outline: none !important;
     color: #fff;
 }

 a:hover,
 a:focus,
 a:active {
     color: #fff;
     text-decoration: none;
 }

 a.icon i {
     margin-right: 6px;
     margin-left: 6px;
 }

 h1 {
     font-size: 70px;
     font-weight: 700;
 }

 h2 {
     font-size: 16px;
     font-weight: normal;
     margin-bottom: 30px;
 }

 h3 {
     margin-bottom: 25px;
     margin-top: 10px;
 }

 h4 {
     font-size: 16px;
 }

 p {
     opacity: 0.8;
 }

 img {
     max-width: 100%;
 }

 /* 2. Preload */

 #preload {
     background: #000;
     height: 100%;
     left: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 998;
 }

 #preload-content {
     height: 100px;
     left: 50%;
     margin-left: -50px;
     margin-top: -50px;
     position: absolute;
     top: 40%;
     width: 100px;
     z-index: 999;
 }

 .preload-spinner {
     margin: 0 auto 14px;
     text-align: center;
 }

 .loading-logo-wraper {
     width: 100px;
     margin: 0 auto;
     margin-bottom: 20px;
     margin-top: 20px
 }

 .loading-logo-wraper img {
     width: 100%
 }

 .tp-loader {
     z-index: 10000;
     position: relative
 }

 .tp-loader.spinner {
     width: 30px;
     height: 30px;
     margin: 0 auto;
     margin-bottom: 10px;
     border: 2px solid #fff;
     box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
     -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
     -webkit-animation: tp-rotateplane .8s infinite ease-in-out;
     animation: tp-rotateplane .8s infinite ease-in-out;
     border-radius: 3px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px
 }

 @-webkit-keyframes tp-rotateplane {
     50% {
         -webkit-transform: rotate(180deg)
     }

     100% {
         -webkit-transform: rotate(180deg)
     }
 }

 @keyframes tp-rotateplane {
     0% {
         transform: rotate(0deg);
         -webkit-transform: rotate(0deg)
     }

     50% {
         transform: rotate(180.1deg);
         -webkit-transform: rotate(180.1deg)
     }

     100% {
         transform: rotate(180.1deg);
         -webkit-transform: rotate(180.1deg)
     }
 }

 /* 3. Structure */

 .background-wrapper {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     overflow: hidden;
 }

 .background-wrapper img {
     width: 100%;
     height: auto;
 }

 .background-wrapper .map {
     height: 100%;
 }

 .background-wrapper .background-color {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -2;
 }

 .background-wrapper .background-color.background-color-#fff {
     background-color: #fff;
 }

 .background-wrapper .background-color.background-color-black {
     background-color: black;
 }

 .bg-transfer {
     background-size: cover;
     background-position: center center;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     overflow: hidden;
     z-index: -1;
     width: 100%;
 }

 .bg-transfer img {
     display: none !important;
 }

 .bg-transfer.bg-fixed {
     background-attachment: fixed;
     background-size: 100%;
     background-position: top center;
 }

 .center {
     text-align: center;
 }

 .note {
     opacity: 0.4;
     font-size: 12px;
     margin: 8px 0;
 }

 .shadow {
     -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
     -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
     box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
 }

 .opacity-90 {
     opacity: 0.9;
 }

 .opacity-80 {
     opacity: 0.8;
 }

 .opacity-70 {
     opacity: 0.7;
 }

 .opacity-60 {
     opacity: 0.6;
 }

 .opacity-50 {
     opacity: 0.5;
 }

 .opacity-40 {
     opacity: 0.4;
 }

 .opacity-30 {
     opacity: 0.3;
 }

 .opacity-20 {
     opacity: 0.2;
 }

 .opacity-19 {
     opacity: 0.19;
 }

 .opacity-18 {
     opacity: 0.18;
 }

 .opacity-17 {
     opacity: 0.17;
 }

 .opacity-16 {
     opacity: 0.16;
 }

 .opacity-15 {
     opacity: 0.15;
 }

 .opacity-14 {
     opacity: 0.14;
 }

 .opacity-13 {
     opacity: 0.13;
 }

 .opacity-12 {
     opacity: 0.12;
 }

 .opacity-11 {
     opacity: 0.11;
 }

 .opacity-10 {
     opacity: 0.1;
 }

 .opacity-9 {
     opacity: 0.09;
 }

 .opacity-8 {
     opacity: 0.08;
 }

 .opacity-7 {
     opacity: 0.07;
 }

 .opacity-6 {
     opacity: 0.06;
 }

 .opacity-5 {
     opacity: 0.05;
 }

 .opacity-4 {
     opacity: 0.04;
 }

 .opacity-3 {
     opacity: 0.03;
 }

 .opacity-2 {
     opacity: 0.02;
 }

 .opacity-1 {
     opacity: 0.01;
 }

 .opacity-0 {
     opacity: 0;
 }

 .text-align-left {
     text-align: left;
 }

 .text-align-right {
     text-align: right;
 }

 .underline {
     text-decoration: underline;
 }

 .width-10 {
     width: 10%;
 }

 .width-20 {
     width: 20%;
 }

 .width-25 {
     width: 25%;
 }

 .width-30 {
     width: 30%;
 }

 .width-33 {
     width: 33%;
 }

 .width-40 {
     width: 40%;
 }

 .width-50 {
     width: 50%;
 }

 .width-60 {
     width: 60%;
 }

 .width-70 {
     width: 70%;
 }

 .width-80 {
     width: 80%;
 }

 .width-90 {
     width: 90%;
 }

 .width-100 {
     width: 100%;
 }

 .height-10 {
     height: 10%;
 }

 .height-20 {
     height: 20%;
 }

 .height-30 {
     height: 30%;
 }

 .height-40 {
     height: 40%;
 }

 .height-50 {
     height: 50%;
 }

 .height-60 {
     height: 60%;
 }

 .height-70 {
     height: 70%;
 }

 .height-80 {
     height: 80%;
 }

 .height-90 {
     height: 90%;
 }

 .height-100 {
     height: 100%;
 }

 .height-200px {
     height: 200px !important;
 }

 .height-250px {
     height: 250px !important;
 }

 .height-300px {
     height: 300px !important;
 }

 .height-350px {
     height: 350px !important;
 }

 .height-400px {
     height: 400px !important;
 }

 .height-450px {
     height: 450px !important;
 }

 .height-500px {
     height: 500px !important;
 }

 .height-550px {
     height: 550px !important;
 }

 .height-600px {
     height: 600px !important;
 }

 .height-650px {
     height: 650px !important;
 }

 .height-700px {
     height: 700px !important;
 }

 .height-750px {
     height: 750px !important;
 }

 .height-800px {
     height: 800px !important;
 }

 .height-850px {
     height: 850px !important;
 }

 .height-900px {
     height: 900px !important;
 }

 .height-950px {
     height: 950px !important;
 }

 .height-1000px {
     height: 1000px !important;
 }

 .space {
     height: 60px;
 }

 .vertical-aligned-wrapper {
     display: table;
     height: 100%;
 }

 .vertical-aligned-wrapper .vertical-aligned-element {
     display: table-cell;
     vertical-align: middle;
     float: none;
 }

 .vertical-aligned-wrapper .vertical-aligned-element.top {
     vertical-align: top;
 }

 .vertical-aligned-wrapper .vertical-aligned-element.bottom {
     vertical-align: bottom;
 }

 /* 4. General styles */

 body {
     -moz-perspective: 1000px;
     -webkit-perspective: 1000px;
     perspective: 1000px;
 }

 body.show-panel .side-panel-wrapper {
     -moz-transform: translateX(0px);
     -ms-transform: translateX(0px);
     -webkit-transform: translateX(0px);
     transform: translateX(0px);
 }

 body.show-panel .backdrop {
     opacity: 0.4;
     pointer-events: auto;
 }

 body.nav-btn-only.show-nav #outer-wrapper #inner-wrapper #table-wrapper #row-content #navigation-wrapper .navigation nav {
     visibility: visible;
     opacity: 1;
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -webkit-transform: translateY(0px);
     transform: translateY(0px);
 }

 body.nav-btn-only .nav-btn {
     visibility: visible;
 }

 body.nav-btn-only #outer-wrapper #inner-wrapper #table-wrapper #row-content #navigation-wrapper .navigation nav {
     visibility: hidden;
     opacity: 0;
     -moz-transform: translateY(10px);
     -ms-transform: translateY(10px);
     -webkit-transform: translateY(10px);
     transform: translateY(10px);
     vertical-align: top;
     top: 40px;
     right: 80px;
 }

 body.nav-btn-only #outer-wrapper #inner-wrapper #table-wrapper #row-content #navigation-wrapper {
     width: 0;
     height: 0;
     padding: inheirt;
 }

 .backdrop {
     opacity: 0;
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     pointer-events: none;
     background-color: black;
     height: 100%;
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 98;
 }

 .count-down {
     margin-bottom: 50px;
 }

 .count-down .countdown-row {
     width: 100%;
 }

 .count-down .countdown-row.countdown-show4 .countdown-section {
     width: 25%;
 }

 .count-down .countdown-row.countdown-show3 .countdown-section {
     width: 33%;
 }

 .count-down .countdown-row.countdown-show2 .countdown-section {
     width: 50%;
 }

 .count-down .countdown-row.countdown-show1 .countdown-section {
     width: 100%;
 }

 .count-down .countdown-row .countdown-section {
     display: inline-block;
     position: relative;
 }

 .count-down .countdown-row .countdown-section:first-child:after {
     display: none;
 }

 .count-down .countdown-row .countdown-section:after {
     opacity: 0.2;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     -moz-transform: translateY(10px);
     -ms-transform: translateY(10px);
     -webkit-transform: translateY(10px);
     transform: translateY(10px);
     background-color: white;
     height: 20px;
     width: 20px;
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     margin: auto;
     left: 25px;
 }

 .count-down .countdown-row .countdown-amount {
     font-size: 140px;
     font-weight: bold;
     display: block;
     margin-bottom: -30px;
     position: relative;
 }

 .count-down .countdown-row .countdown-period {
     opacity: 0.5;
     font-size: 12px;
 }

 .count-down.small {
     margin-bottom: 20px;
 }

 .count-down.small .countdown-row {
     width: auto;
 }

 .count-down.small .countdown-row.countdown-show4 .countdown-section {
     width: auto;
 }

 .count-down.small .countdown-row.countdown-show3 .countdown-section {
     width: auto;
 }

 .count-down.small .countdown-row.countdown-show2 .countdown-section {
     width: auto;
 }

 .count-down.small .countdown-row.countdown-show1 .countdown-section {
     width: auto;
 }

 .count-down.small .countdown-amount {
     font-size: 58px;
     margin-bottom: 0;
     padding: 0px 30px 0px 30px;
 }

 .count-down.small .countdown-section:after {
     -moz-transform: translateY(-5px);
     -ms-transform: translateY(-5px);
     -webkit-transform: translateY(-5px);
     transform: translateY(-5px);
     height: 5px;
     width: 5px;
     left: 0px;
 }

 .divider {
     width: 50px;
     height: 3px;
     margin-top: 20px;
     margin-bottom: 20px;
     background-color: #fff;
 }

 .center>.divider {
     display: inline-block;
 }

 .content-wrapper {
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 1;
     display: table;
     padding: 50px;
 }

 .content-wrapper>header,
 .content-wrapper>footer,
 .content-wrapper>.content {
     display: table-row;
     height: 1px;
     -moz-perspective: 1000px;
     -webkit-perspective: 1000px;
     perspective: 1000px;
 }

 .content-wrapper .content {
     height: 100%;
 }

 .content-wrapper .content>.wrapper {
     display: table-cell;
     vertical-align: middle;
 }

 .has-vignette:before {
     -moz-box-shadow: inset 0px 0px 300px rgba(0, 0, 0, 0.6);
     -webkit-box-shadow: inset 0px 0px 300px rgba(0, 0, 0, 0.6);
     box-shadow: inset 0px 0px 300px rgba(0, 0, 0, 0.6);
     position: absolute;
     top: 0;
     left: 0;
     /*background-image: url("../../assets/img/vignette.png");*/
     content: "";
     width: 100%;
     height: 100%;
 }

 /* .overlay:before {
     position: absolute;
     top: 0;
     left: 0;
     background: url("../img/overlay.png");
     content: "";
     width: 100%;
     height: 100%;
 } */

 @media screen and (min-width: 768px) {
     .modal:before {
         display: inline-block;
         vertical-align: middle;
         content: " ";
         height: 100%;
     }
 }

 .modal-dialog {
     display: inline-block;
     vertical-align: middle;
 }

 .modal.fade .modal-dialog {
     -moz-transform: translateZ(0) scale(0.98);
     -ms-transform: translateZ(0) scale(0.98);
     -webkit-transform: translateZ(0) scale(0.98);
     transform: translateZ(0) scale(0.98);
     max-width: 400px;
 }

 .modal.fade.in .modal-dialog {
     -moz-transform: translateZ(0) scale(1);
     -ms-transform: translateZ(0) scale(1);
     -webkit-transform: translateZ(0) scale(1);
     transform: translateZ(0) scale(1);
 }

 .modal .modal-content {
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     border: none;
     background-color: transparent;
     padding: 60px;
 }

 .modal .modal-content:before {
     opacity: 1;
     background: url("../img/subscribe-bg.jpg") center;
     border: solid 1px rgba(255, 255, 255, 0.5);
     box-shadow: 0 5px 50px #000;
     width: calc(100% + 10px);
     height: 100%;
     position: absolute;
     top: 0;
     left: -10px;
     content: "";
     z-index: -1;
 }

 .modal .modal-header,
 .modal .modal-body,
 .modal .modal-footer {
     padding: 0;
     border: none;
 }

 .modal .modal-body section:last-child {
     margin-bottom: 0;
 }

 .modal .close {
     text-shadow: none;
     color: #fff;
 }

 .modal #map-contact {
     height: 150px;
 }

 #outer-wrapper {
     -moz-transition: 1s;
     -webkit-transition: 1s;
     transition: 1s;
     height: 100%;
     position: relative;
     -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
     -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
     box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
 }

 @media (-webkit-min-device-pixel-ratio: 0) {
     #outer-wrapper {
         -webkit-filter: blur(0);
     }
 }

 #outer-wrapper #inner-wrapper {
     position: relative;
     height: 100%;
     overflow: hidden;
 }

 #outer-wrapper #inner-wrapper #table-wrapper {
     position: absolute;
     display: table;
     width: 100%;
     height: 100%;
     padding: 20px 0px 50px;
     z-index: 1;
 }

 #outer-wrapper #inner-wrapper #table-wrapper .container {
     height: 100%;
     display: table;
 }

 #outer-wrapper #inner-wrapper #table-wrapper #row-footer {
     bottom: 30px;
     position: relative;
     /*display: inline-block;*/
 }

 #outer-wrapper #inner-wrapper #table-wrapper #row-content {
     display: table;
     height: 100%;
     width: 100%;
 }

 #outer-wrapper #inner-wrapper #table-wrapper #row-content #navigation-wrapper {
     position: absolute;
     top: 0;
     right: 0;
     width: 250px;
     height: 100%;
     padding: 40px;
     z-index: 1;
 }

 #outer-wrapper #inner-wrapper #table-wrapper #row-content #navigation-wrapper.animate {
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     -moz-transition-duration: 1.5s;
     -webkit-transition-duration: 1.5s;
     transition-duration: 1.5s;
     -moz-transition-timing-function: ease-out;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     -moz-transform: translateX(30px);
     -ms-transform: translateX(30px);
     -webkit-transform: translateX(30px);
     transform: translateX(30px);
 }

 #outer-wrapper #inner-wrapper #table-wrapper #row-content #navigation-wrapper.animate.in {
     -moz-transform: translateX(0);
     -ms-transform: translateX(0);
     -webkit-transform: translateX(0);
     transform: translateX(0);
 }

 #outer-wrapper #inner-wrapper #table-wrapper #row-content #navigation-wrapper .background-wrapper {
     -moz-transform: rotate(8deg) scale(1.2);
     -ms-transform: rotate(8deg) scale(1.2);
     -webkit-transform: rotate(8deg) scale(1.2);
     transform: rotate(8deg) scale(1.2);
     left: 120px;
     right: inherit;
     width: 500px;
 }

 #outer-wrapper #inner-wrapper #table-wrapper #row-content #content-wrapper {
     /* display: table-cell; */
     /* vertical-align: middle; */
     /* -webkit-perspective: 1000px; */
     /* perspective: 1000px; */
 }

 #outer-wrapper #inner-wrapper #table-wrapper #row-content form {
     margin-bottom: 20px;
 }

 #outer-wrapper #inner-wrapper>.background-wrapper.zoom-animation .bg-transfer {
     -webkit-animation-delay: 0s;
     -webkit-animation-duration: 180s;
     -webkit-animation-name: scaleout-scalein;
     -webkit-animation-fill-mode: none;
     /* this prevents the animation from restarting! */
     -webkit-animation-iteration-count: infinite;
     -moz-animation-delay: 0s;
     -moz-animation-duration: 180s;
     -moz-animation-name: scaleout-scalein;
     -moz-animation-fill-mode: none;
     /* this prevents the animation from restarting! */
     -moz-animation-iteration-count: infinite;
     -o-animation-delay: 0s;
     -o-animation-duration: 180s;
     -o-animation-name: scaleout-scalein;
     -o-animation-fill-mode: none;
     /* this prevents the animation from restarting! */
     -o-animation-iteration-count: infinite;
     animation-delay: 0s;
     animation-duration: 180s;
     animation-name: scaleout-scalein;
     animation-fill-mode: none;
     /* this prevents the animation from restarting! */
     -animation-iteration-count: infinite;
 }

 #outer-wrapper #inner-wrapper>.background-wrapper #triangles {
     z-index: -1;
     position: relative;
 }

 .slider {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
 }

 .background-wrapper {
     background-color: #000;
 }

 .person {
     text-align: center;
     margin-bottom: 20px;
     position: relative;
 }

 .person.has-divider:after {
     opacity: 0.5;
     width: 2px;
     height: 100%;
     background-color: #fff;
     position: absolute;
     right: -10px;
     top: 0;
     bottom: 0;
     margin: auto;
     content: "";
 }

 .person .image {
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     overflow: hidden;
     position: relative;
     width: 140px;
     height: 140px;
     display: inline-block;
 }

 .person figure {
     opacity: 0.7;
 }

 .side-panel h2,
 .modal h2 {
     font-size: 24px;
     font-weight: 900;
     text-transform: uppercase;
     margin-top: 5px;
     margin-bottom: 30px;
 }

 .side-panel h3,
 .modal h3 {
     font-size: 18px;
     font-weight: bold;
 }

 .side-panel {
     -moz-transition: 0.6s;
     -webkit-transition: 0.6s;
     transition: 0.6s;
     -moz-transform: translateX(960px);
     -ms-transform: translateX(960px);
     -webkit-transform: translateX(960px);
     transform: translateX(960px);
     position: absolute;
     right: 0;
     top: 0;
     width: 700px;
     height: 100%;
     z-index: 99;
 }

 .side-panel:before {
     opacity: 0.95;
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #232323;
     content: "";
     z-index: -1;
 }

 .side-panel.show-it {
     -moz-transform: translateX(0px);
     -ms-transform: translateX(0px);
     -webkit-transform: translateX(0px);
     transform: translateX(0px);
 }

 .side-panel .close-panel {
     opacity: 1;
     -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
     -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
     box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     height: 40px;
     width: 40px;
     background-color: transparent;
     border: 2px solid rgba(255, 255, 255, 0.5);
     position: absolute;
     top: 5px;
     left: 20px;
     text-align: center;
     line-height: 36px;
     z-index: 1;
 }

 .side-panel .close-panel:hover {
     cursor: pointer;
     border: 2px solid #fff;
 }

 .side-panel .close-panel:hover i {
     color: #fff;
 }

 .side-panel .close-panel i {
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     font-size: 14px;
     color: #fff;
 }

 .modal .close-panel {
     opacity: 1;
     -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
     -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
     box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     height: 40px;
     width: 40px;
     background-color: transparent;
     border: 2px solid rgba(255, 255, 255, 0.5);
     position: absolute;
     top: 10px;
     left: 350px;
     text-align: center;
     line-height: 38px;
     z-index: 1;
 }

 .modal .close-panel:hover {
     cursor: pointer;
     border: 2px solid #fff;
 }

 .modal .close-panel:hover i {
     color: #fff;
 }

 .modal .close-panel i {
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     font-size: 14px;
     color: #fff;
 }

 .side-panel>.wrapper {
     padding-left: 20px;
     padding-right: 50px;
     padding-top: 50px;
     padding-bottom: 50px;
     height: 100%;
 }

 .side-panel .carousel {
     height: 350px;
 }

 .side-panel .carousel .image {
     width: 100%;
     height: 350px;
     overflow: hidden;
 }

 .side-panel .container {
     width: 100%;
 }

 .side-panel .gallery .gallery-item {
     -moz-perspective: 1000px;
     -webkit-perspective: 1000px;
     perspective: 1000px;
     display: block;
     height: 170px;
     margin-bottom: 30px;
 }

 .side-panel .gallery .gallery-item:hover .description {
     opacity: 1;
     -moz-transform: translateZ(0px);
     -ms-transform: translateZ(0px);
     -webkit-transform: translateZ(0px);
     transform: translateZ(0px);
 }

 .side-panel .gallery .gallery-item:hover .image .bg-transfer {
     opacity: 0.2;
 }

 .side-panel .gallery .gallery-item .description {
     opacity: 0;
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     -moz-transform: translateZ(-100px);
     -ms-transform: translateZ(-100px);
     -webkit-transform: translateZ(-100px);
     transform: translateZ(-100px);
     position: absolute;
     top: 0;
     left: 0;
     display: table;
     width: 100%;
     height: 100%;
     padding: 20px;
     z-index: 1;
 }

 .side-panel .gallery .gallery-item .description>figure {
     display: table-cell;
     vertical-align: middle;
     font-size: 12px;
     text-align: center;
 }

 .side-panel .gallery .gallery-item .description>figure .meta strong {
     margin-right: 5px;
 }

 .side-panel .gallery .gallery-item .description h4 {
     font-size: 12px;
     font-weight: 900;
     text-transform: uppercase;
 }

 .side-panel .gallery .gallery-item .description i {
     font-size: 50px;
 }

 .side-panel .gallery .image {
     -moz-perspective: 1000px;
     -webkit-perspective: 1000px;
     perspective: 1000px;
     width: 100%;
     height: 100%;
 }

 .side-panel .gallery .image .bg-transfer {
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     opacity: 1;
     -moz-transform: translateZ(0);
     -ms-transform: translateZ(0);
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
 }

 .side-panel .tse-scrollable {
     width: 100%;
     height: 100%;
     background-color: transparent;
 }

 .side-panel .tse-scrollable .tse-scrollbar .drag-handle {
     opacity: 0.4;
     width: 4px;
 }

 .side-panel .wrapper {
     padding-right: 20px;
 }

 .side-panel #map-contact {
     height: 200px;
 }

 .side-panel-wrapper {
     -moz-transition: 0.6s;
     -webkit-transition: 0.6s;
     transition: 0.6s;
     -moz-transform: translateX(860px);
     -ms-transform: translateX(860px);
     -webkit-transform: translateX(860px);
     transform: translateX(860px);
     position: absolute;
     right: 0;
     top: 0;
     width: 800px;
     height: 100%;
     z-index: 99;
 }

 .side-panel-wrapper .side-panel {
     -moz-transition: 0.6s;
     -webkit-transition: 0.6s;
     transition: 0.6s;
     opacity: 0;
     visibility: hidden;
     z-index: 1;
     position: absolute;
     height: 100%;
     right: 0;
     width: 100%;
     padding-left: 150px;
     padding-right: 50px;
     padding-top: 50px;
     padding-bottom: 50px;
 }

 .side-panel-wrapper .side-panel.show {
     opacity: 1;
 }

 .side-panel-wrapper .side-panel h2 {
     font-size: 24px;
     font-weight: 900;
     text-transform: uppercase;
     margin-top: 5px;
     margin-bottom: 30px;
 }

 .side-panel-wrapper .side-panel h3 {
     font-size: 18px;
     font-weight: bold;
 }

 .side-panel-wrapper .side-panel .carousel .image {
     width: 100%;
     height: 350px;
 }

 .side-panel-wrapper .side-panel .gallery .gallery-item {
     -moz-perspective: 1000px;
     -webkit-perspective: 1000px;
     perspective: 1000px;
     display: block;
     height: 170px;
     margin-bottom: 30px;
 }

 .side-panel-wrapper .side-panel .gallery .gallery-item:hover .description {
     opacity: 1;
     -moz-transform: translateZ(0px);
     -ms-transform: translateZ(0px);
     -webkit-transform: translateZ(0px);
     transform: translateZ(0px);
 }

 .side-panel-wrapper .side-panel .gallery .gallery-item:hover .image .bg-transfer {
     opacity: 0.2;
     -moz-transform: translateZ(-100px);
     -ms-transform: translateZ(-100px);
     -webkit-transform: translateZ(-100px);
     transform: translateZ(-100px);
 }

 .side-panel-wrapper .side-panel .gallery .gallery-item .description {
     opacity: 0;
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     -moz-transform: translateZ(-100px);
     -ms-transform: translateZ(-100px);
     -webkit-transform: translateZ(-100px);
     transform: translateZ(-100px);
     position: absolute;
     top: 0;
     left: 0;
     display: table;
     width: 100%;
     height: 100%;
     padding: 20px;
     z-index: 1;
 }

 .side-panel-wrapper .side-panel .gallery .gallery-item .description>figure {
     display: table-cell;
     vertical-align: middle;
     font-size: 12px;
     text-align: center;
 }

 .side-panel-wrapper .side-panel .gallery .gallery-item .description>figure .meta strong {
     margin-right: 5px;
 }

 .side-panel-wrapper .side-panel .gallery .gallery-item .description h4 {
     font-size: 12px;
     font-weight: 900;
     text-transform: uppercase;
 }

 .side-panel-wrapper .side-panel .gallery .image {
     -moz-perspective: 1000px;
     -webkit-perspective: 1000px;
     perspective: 1000px;
     width: 100%;
     height: 100%;
 }

 .side-panel-wrapper .side-panel .gallery .image .bg-transfer {
     -moz-transition: 0.5s ease;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
     opacity: 1;
     -moz-transform: translateZ(0);
     -ms-transform: translateZ(0);
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
 }

 .side-panel-wrapper .side-panel .tse-scrollable {
     width: 100%;
     height: 100%;
     background-color: transparent;
 }

 .side-panel-wrapper .side-panel .tse-scrollable .tse-scrollbar .drag-handle {
     opacity: 0.4;
     width: 4px;
 }

 .side-panel-wrapper .side-panel .wrapper {
     padding-right: 20px;
 }

 .side-panel-wrapper .background-wrapper {
     -moz-transform: rotate(8deg) scale(1.2);
     -ms-transform: rotate(8deg) scale(1.2);
     -webkit-transform: rotate(8deg) scale(1.2);
     transform: rotate(8deg) scale(1.2);
     left: 120px;
     right: inherit;
     width: 100%;
 }

 section {
     margin-bottom: 40px;
     /*display: table; width: 100%;*/
 }

 /* 5. Forms */

 input,
 textarea {
     background: #6e6e6e;
     background: rgba(255, 255, 255, 0.2);
     border: 1px solid #6e6e6e;
     color: #fff;
     padding: 12px;
 }

 input:focus,
 textarea:focus {
     outline: 0;
 }

 button,
 input[type="submit"] {
     background: rgba(0, 0, 125, 0.0);
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
 }

 input[type="submit"]:focus,
 input[type="submit"]:hover {
     background: rgba(255, 255, 255, 0.3);
     color: #dadada;
     outline: 0;
 }

 .form-field {
     position: relative;
 }

 .form-field label {
     font-size: 14px;
 }

 .form-field span.error {
     background: #030046;
     background: rgba(255, 0, 0, 0.5);
     border: 1px solid #ff0000;
     color: #f7f7f7;
     font-size: 10px;
     letter-spacing: 1px;
     padding: 6px;
     position: absolute;
     right: 6px;
     text-transform: uppercase;
     top: -15px;
     z-index: 2;
 }

 .form-wrap .loading {
     height: 42px;
     margin: 0 auto 28px;
     text-align: center;
 }

 .form-wrap .success {
     color: #dadada;
     min-height: 42px;
     text-align: center;
 }

 /* 6. Subscribe */

 #subscribe {
     margin: 0 auto;
     max-width: 400px;
 }

 #subscribe-form {
     position: relative;
 }

 #subscribe-form .form-submit {
     height: 42px;
     position: absolute;
     right: 0;
     top: 0;
 }

 #subscribe_email,
 #subscribe_submit {
     display: block;
     height: 42px;
     width: 100%;
 }

 #subscribe_submit {
     border: 0;
 }

 /* 7. Buttons */

 button {
     position: relative;
     display: flex;
     text-transform: capitalize;
     margin: auto;
     justify-content: center;
     align-items: center;
     border: none;
     border-radius: 5px;
     background: #f7931e;
     box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
     overflow: hidden;
     cursor: pointer;
 }

 button:after {
     content: "";
     position: absolute;
     right: 0;
     width: 0%;
     height: 100%;
     background: #1894ec;
     transition: all 0.4s ease-in-out;
 }

 button:hover::after {
     left: 0;
     width: 100%;
 }

 button span {
     text-align: center;
     text-decoration: none;
     width: 100%;
     padding: 12px 25px;
     color: #fff;
     font-size: 18px;
     font-weight: 600;
     letter-spacing: 1px;
     z-index: 1;
     transition: all 0.3s ease-in-out;
 }

 button:hover span {
     color: #fff;
     animation: scaleUp 0.3s ease-in-out;
 }

 button:not(:hover) span {
     animation: scaleDown 0.3s ease-in-out;
 }

 @keyframes scaleUp {
     0% {
         transform: scale(1);
     }

     50% {
         transform: scale(0.95);
     }

     100% {
         transform: scale(1);
     }
 }

 @keyframes scaleDown {
     0% {
         transform: scale(1);
     }

     50% {
         transform: scale(0.95);
     }

     100% {
         transform: scale(1);
     }
 }

 .social {
     margin-top: 20px;
 }

 .social a {
     display: inline-block;
     border: solid 1px rgba(255, 255, 255, 0.5);
     color: #fff;
     margin-right: 5px;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
     width: 35px;
     height: 35px;
     line-height: 35px;
     font-size: 14px;
     text-align: center;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     -webkit-transition-property: -webkit-transform;
     -moz-transition-property: -moz-transform;
     -o-transition-property: -o-transform;
     transition-property: transform;
 }

 .social a:hover {
     background: rgba(255, 255, 255, 0.3);
     border: 1px solid #fff;
     color: #fff;
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -o-transform: rotate(360deg);
 }

 .social ul {
     list-style: none;
     margin: 0;
     padding: 0;
     text-align: center;
 }

 .social li {
     display: inline-block;
     margin: 4px;
 }

 /* 8. Media */

 body::before {
     display: none;
     content: "lg";
 }

 @media (min-width: 992px) and (max-width: 1199px) {
     body::before {
         content: "md";
     }

     h1 {
         font-size: 50px;
     }

     h2 {
         font-size: 20px;
     }

     #outer-wrapper #inner-wrapper #table-wrapper {
         padding: 30px 0;
     }
 }

 @media (min-width: 768px) and (max-width: 991px) {
     body::before {
         content: "sm";
     }

     h1 {
         font-size: 30px;
     }

     h2 {
         font-size: 16px;
     }

     #outer-wrapper #inner-wrapper #table-wrapper {
         padding: 15px 0;
     }

     body.nav-btn-only #outer-wrapper #inner-wrapper #table-wrapper #row-content #navigation-wrapper .navigation nav {
         right: 70px;
     }

     .side-panel {
         width: 600px;
     }

     .side-panel h3,
     .modal h3 {
         font-size: 16px;
         margin-bottom: 15px;
     }

     .side-panel .carousel {
         height: 250px;
     }

     .side-panel .carousel .image {
         height: 250px;
     }

     .side-panel .gallery .gallery-item {
         height: 120px;
     }
 }

 @media (max-width: 767px) {
     body::before {
         content: "xs";
     }

     #outer-wrapper #inner-wrapper #table-wrapper {
         padding: 20px 0;
     }

     h1 {
         font-size: 32px;
     }

     h2 {
         font-size: 16px;
         margin-top: 20px;
     }

     .side-panel {
         width: 100%;
     }

     .nav-btn {
         top: 30px;
         right: 30px;
     }

     body.nav-btn-only #outer-wrapper #inner-wrapper #table-wrapper #row-content #navigation-wrapper .navigation nav {
         top: 20px;
         right: 70px;
     }

     .count-down {
         margin-bottom: 20px;
     }

     .count-down .countdown-row .countdown-section:after {
         display: none;
     }

     .count-down .countdown-row .countdown-amount {
         font-size: 32px;
         font-weight: bold;
         display: block;
         margin-bottom: 0px;
         position: relative;
     }

     .count-down .countdown-row .countdown-period {
         opacity: 0.5;
         font-size: 12px;
     }

     .count-down.small .countdown-amount {
         font-size: 18px;
     }

     #outer-wrapper #inner-wrapper {
         overflow-y: scroll;
     }

     .background-wrapper {
         position: fixed;
     }

     .person.has-divider::after {
         display: none;
     }

     .vertical-aligned-wrapper .vertical-aligned-element {
         display: block;
     }

     .vertical-aligned-wrapper {
         display: block;
         height: auto;
     }

     .side-panel .close-panel {
         height: 40px;
         width: 40px;
         top: 5px;
         left: 30px;
         line-height: 37px;
     }
 }

 /* 9. Animation */

 .animation-parent {
     -moz-perspective: 1000px;
     -webkit-perspective: 1000px;
     perspective: 1000px;
 }

 .animate {
     -moz-transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.translate-z-in {
     opacity: 0;
     -moz-transform: translateZ(10px);
     -ms-transform: translateZ(10px);
     -webkit-transform: translateZ(10px);
     transform: translateZ(10px);
     -moz-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.translate-z-in.in {
     opacity: 1;
     -moz-transform: translateZ(0px);
     -ms-transform: translateZ(0px);
     -webkit-transform: translateZ(0px);
     transform: translateZ(0px);
 }

 .animate.translate-z-out {
     opacity: 0;
     -moz-transform: translateZ(-10px);
     -ms-transform: translateZ(-10px);
     -webkit-transform: translateZ(-10px);
     transform: translateZ(-10px);
     -moz-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.translate-z-out.in {
     opacity: 1;
     -moz-transform: translateZ(0px);
     -ms-transform: translateZ(0px);
     -webkit-transform: translateZ(0px);
     transform: translateZ(0px);
 }

 .animate.scale-out {
     opacity: 0;
     -moz-transform: scale(0.98);
     -ms-transform: scale(0.98);
     -webkit-transform: scale(0.98);
     transform: scale(0.98);
     -moz-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.scale-out.in {
     opacity: 1;
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -webkit-transform: scale(1);
     transform: scale(1);
 }

 .animate.scale-in {
     opacity: 0;
     -moz-transform: scale(1.02);
     -ms-transform: scale(1.02);
     -webkit-transform: scale(1.02);
     transform: scale(1.02);
     -moz-transition: 0.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.scale-in.in {
     opacity: 1;
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -webkit-transform: scale(1);
     transform: scale(1);
 }

 .animate.fade-in {
     opacity: 0;
 }

 .animate.fade-in.in {
     opacity: 1;
 }

 .animate.fade-out {
     opacity: 1;
 }

 .animate.fade-out.in {
     opacity: 0;
 }

 .animate.animation-time-01s {
     -moz-transition: 0.1s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.1s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.1s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-02s {
     -moz-transition: 0.2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-03s {
     -moz-transition: 0.3s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.3s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.3s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-04s {
     -moz-transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.4s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-05s {
     -moz-transition: 0.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-06s {
     -moz-transition: 0.6s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.6s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.6s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-07s {
     -moz-transition: 0.7s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.7s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.7s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-08s {
     -moz-transition: 0.8s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.8s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.8s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-09s {
     -moz-transition: 0.9s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 0.9s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 0.9s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-1s {
     -moz-transition: 1s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 1s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 1s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-1-5s {
     -moz-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 1.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-2s {
     -moz-transition: 2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 2s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-2-5s {
     -moz-transition: 2.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 2.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 2.5s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.animation-time-3s {
     -moz-transition: 3s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     -webkit-transition: 3s cubic-bezier(0.69, 0.01, 0.1, 1.01);
     transition: 3s cubic-bezier(0.69, 0.01, 0.1, 1.01);
 }

 .animate.delay-01s {
     -moz-transition-delay: 0.1s;
     -webkit-transition-delay: 0.1s;
     transition-delay: 0.1s;
 }

 .animate.delay-02s {
     -moz-transition-delay: 0.2s;
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
 }

 .animate.delay-03s {
     -moz-transition-delay: 0.3s;
     -webkit-transition-delay: 0.3s;
     transition-delay: 0.3s;
 }

 .animate.delay-04s {
     -moz-transition-delay: 0.4s;
     -webkit-transition-delay: 0.4s;
     transition-delay: 0.4s;
 }

 .animate.delay-05s {
     -moz-transition-delay: 0.5s;
     -webkit-transition-delay: 0.5s;
     transition-delay: 0.5s;
 }

 .animate.delay-06s {
     -moz-transition-delay: 0.6s;
     -webkit-transition-delay: 0.6s;
     transition-delay: 0.6s;
 }

 .animate.delay-07s {
     -moz-transition-delay: 0.7s;
     -webkit-transition-delay: 0.7s;
     transition-delay: 0.7s;
 }

 .animate.delay-08s {
     -moz-transition-delay: 0.8s;
     -webkit-transition-delay: 0.8s;
     transition-delay: 0.8s;
 }

 .animate.delay-09s {
     -moz-transition-delay: 0.9s;
     -webkit-transition-delay: 0.9s;
     transition-delay: 0.9s;
 }

 .animate.delay-1s {
     -moz-transition-delay: 1s;
     -webkit-transition-delay: 1s;
     transition-delay: 1s;
 }

 .animate.delay-1-5s {
     -moz-transition-delay: 1.5s;
     -webkit-transition-delay: 1.5s;
     transition-delay: 1.5s;
 }

 .animate.delay-2s {
     -moz-transition-delay: 2s;
     -webkit-transition-delay: 2s;
     transition-delay: 2s;
 }

 .animate.delay-2-5s {
     -moz-transition-delay: 2.5s;
     -webkit-transition-delay: 2.5s;
     transition-delay: 2.5s;
 }

 @-webkit-keyframes scaleout-scalein {
     0% {
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }

     50% {
         -moz-transform: scale(1.5);
         -ms-transform: scale(1.5);
         -webkit-transform: scale(1.5);
         transform: scale(1.5);
     }

     100% {
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @-moz-keyframes scaleout-scalein {
     0% {
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }

     50% {
         -moz-transform: scale(1.5);
         -ms-transform: scale(1.5);
         -webkit-transform: scale(1.5);
         transform: scale(1.5);
     }

     100% {
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @-o-keyframes scaleout-scalein {
     0% {
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }

     50% {
         -moz-transform: scale(1.5);
         -ms-transform: scale(1.5);
         -webkit-transform: scale(1.5);
         transform: scale(1.5);
     }

     100% {
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @keyframes scaleout-scalein {
     0% {
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }

     50% {
         -moz-transform: scale(1.5);
         -ms-transform: scale(1.5);
         -webkit-transform: scale(1.5);
         transform: scale(1.5);
     }

     100% {
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @-webkit-keyframes scalein {
     0% {
         opacity: 0;
         -moz-transform: scale(0.8);
         -ms-transform: scale(0.8);
         -webkit-transform: scale(0.8);
         transform: scale(0.8);
     }

     100% {
         opacity: 1;
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @-moz-keyframes scalein {
     0% {
         opacity: 0;
         -moz-transform: scale(0.8);
         -ms-transform: scale(0.8);
         -webkit-transform: scale(0.8);
         transform: scale(0.8);
     }

     100% {
         opacity: 1;
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @-o-keyframes scalein {
     0% {
         opacity: 0;
         -moz-transform: scale(0.8);
         -ms-transform: scale(0.8);
         -webkit-transform: scale(0.8);
         transform: scale(0.8);
     }

     100% {
         opacity: 1;
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @keyframes scalein {
     0% {
         opacity: 0;
         -moz-transform: scale(0.8);
         -ms-transform: scale(0.8);
         -webkit-transform: scale(0.8);
         transform: scale(0.8);
     }

     100% {
         opacity: 1;
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @-webkit-keyframes fadeout-fadein {
     0% {
         opacity: 1;
     }

     50% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
 }

 @-moz-keyframes fadeout-fadein {
     0% {
         opacity: 1;
     }

     50% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
 }

 @-o-keyframes fadeout-fadein {
     0% {
         opacity: 1;
     }

     50% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
 }

 @keyframes fadeout-fadein {
     0% {
         opacity: 1;
     }

     50% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }
 }

 canvas {
     position: absolute;
     width: 100%;
     height: 100%;
     overflow: hidden;
     padding: 0px;
     margin: 0px;
     z-index: -2;
 }

 #gradient {
     position: absolute;
     width: 100%;
     height: 100%;
     overflow: hidden;
     padding: 0px;
     margin: 0px;
     z-index: -2;
 }

 #gradient2 {
     position: absolute;
     width: 100%;
     height: 100%;
     padding: 0px;
     margin: 0px;
     z-index: -3;
     background-image: -webkit-radial-gradient(80% 10%, circle, rgb(27, 186, 135), transparent), -webkit-radial-gradient(80% 50%, circle, rgb(58, 164, 178), transparent), -webkit-radial-gradient(20% 80%, 40em 40em, rgb(14, 4, 56), transparent), -webkit-radial-gradient(10% 10%, circle, rgb(68, 242, 215), transparent);
 }

 #bg {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
 }

 #bg canvas {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 svg {
     width: 100%;
     height: 100%;
 }

 svg g {
     mix-blend-mode: lighten;
 }

 svg polygon {
     stroke: none;
     fill: white;
 }

 .p-canvas-webgl {
     position: fixed;
     z-index: -5;
     top: 0;
     left: 0;
 }

 .p-summary {
     position: absolute;
     top: 20px;
     left: 20px;
     z-index: -6;
     color: #fff;
     font-family: 'Homenaje', sans-serif;
 }

 .p-summary h1 {
     margin: 0 0 0.2em;
     font-size: 42px;
     font-weight: 400;
     letter-spacing: 0.05em;
 }

 .p-summary p {
     margin: 0;
     font-size: 1.1rem;
     letter-spacing: 0.1em;
 }

 .p-summary a {
     color: #fff;
 }

 #triangles {
     position: fixed;
     z-index: -1;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .fullscreen-perticle #particles-js {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: -2;
 }

 #rainy {
     height: 100%;
     position: fixed;
     width: 100%;
     top: 0;
     left: 0;
 }

 img.logo-utsahgroup {
     width: 300px;
 }

 .d-flex {
     display: flex;
 }

 .d-flex.bottom-img {
     justify-content: space-between;
     padding-top: 150px;
 }

 .d-flex.bottom-img img {
     width: 300px;
     margin-bottom: 20px;
 }


  .social {
    display: inline-block;
}
footer {
    display: inline-block;
}