@import url(font-awesome.min.css);@import url(ionicons.min.css);@import url(bootstrap.min.css);@import url(animate.css);@import url(photoswipe.css);@import url(default-skin/default-skin.css);@import url(jquery.mCustomScrollbar.css);@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,700");@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
    display: block
}
body {
    line-height: 1;
}
ol,ul {
    list-style: none
}
blockquote,q {
    quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* Rules for the page layout */
#loading {
    width: 100vw;
    height: 100vh;
    background: rgba(39,46,56,0.7);
    position: fixed;
    z-index: 1000000;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
#loading.dark-back {
    background: #272e38
}
#loading .loading-bar {
    position: relative;
    overflow: hidden;
    top: 0;
    height: 0.3rem;
    width: 100vw;
    background: rgba(39,46,56,0.3)
}
#loading .loading-bar:after {
    content: '';
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
    height: 0.3rem;
    width: 30vw;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
    -webkit-animation: baranim 4s infinite linear;
    -moz-animation: baranim 4s infinite linear;
    animation: baranim 4s infinite linear
}
#loading span {
    position: fixed;
    width: 100%;
    top: 49vh;
    z-index: 10;
    font-size: 1rem;
    letter-spacing: 0.5rem;
    text-align: center;
    text-transform: uppercase
}
@-webkit-keyframes baranim {
    0% {
        -webkit-transform: translateX(-30vw)
    }
    100% {
        -webkit-transform: translateX(130vw)
    }
}
@-moz-keyframes baranim {
    0% {
        -moz-transform: translateX(-30vw)
    }
    100% {
        -moz-transform: translateX(130vw)
    }
}
@keyframes baranim {
    0% {
        -webkit-transform: translateX(-30vw);
        -moz-transform: translateX(-30vw);
        -ms-transform: translateX(-30vw);
        -o-transform: translateX(-30vw);
        transform: translateX(-30vw)
    }
    100% {
        -webkit-transform: translateX(130vw);
        -moz-transform: translateX(130vw);
        -ms-transform: translateX(130vw);
        -o-transform: translateX(130vw);
        transform: translateX(130vw)
    }
}
html {
    font-size: 62.5%
}
body {
    background: #41444b;
    font-family: -apple-system, BlinkMacSystemFont, 'Quattrocento', 'Coda','Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'Liberation Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    /* color: #fff; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0;
    position: absolute;
    height: 100%
}
.scroll-touch {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
body,html {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    width: 100%
}
body,input,select,textarea {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    color: #fff
}
a:hover {
    color: #112289;
    text-decoration: none !important;
    outline: none !important
}
a:active,a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #fff
}
button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}
button:hover,button:active,button:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #2B2D35
}
strong,b {
    font-weight: 700
}
em,i {
    font-style: italic
}
i {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #666;
    font-weight: 400
}
h1,h2,h3,h4,h5,h6 {
    color: #272e38;
    font-family: -apple-system, BlinkMacSystemFont, 'Quattrocento', 'Coda','Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'Liberation Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-weight: 400;
    line-height: 1;
    margin: 0 0 1.5rem 0
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit;
    text-decoration: none
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    color: inherit
}
h1 {
    font-size: 7rem
}
h2 {
    font-size: 5rem
}
h3 {
    font-size: 2.3rem
}
h4 {
    font-size: 1.8rem
}
h5 {
    font-size: 1.6rem
}
h6 {
    font-size: 1.2rem
}
sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em
}
sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em
}
.avs-text {
  color: whitesmoke;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 20px;
  /*background: black;*/
  position: relative;
  top: 25px;
  text-align: center
}
.clear {
    clear: both
}
.display-none {
    display: none !important
}
.align-left {
    text-align: left
}
.align-center {
    text-align: center
}
.align-right {
    text-align: right
}
.no-margin-bottom {
    margin-bottom: 0
}
.opacity-0 {
    opacity: 0 !important;
    visibility: hidden !important
}
.opacity-03 {
    opacity: 0.3 !important
}
.opacity-1 {
    opacity: 1 !important;
    visibility: visible !important
}
.index-999 {
    z-index: -999 !important
}
.copyright {
    position: absolute;
    right: 1rem;
    top: -2rem;
    font-size: 1rem;
    font-family: Raleway,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif
}
.copyright a {
    color: #29363B
}
#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0
}
.sl-slider-wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
/* .sl-slider-wrapper .sl-slider {
    position: absolute;
    top: 0;
    left: 0
} */
.sl-slider-wrapper .sl-slider .sl-slide,.sl-slider-wrapper .sl-slider .sl-slides-wrapper,.sl-slider-wrapper .sl-slider .sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.sl-slider-wrapper .sl-slider .sl-slide-inner {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}
.sl-slider-wrapper .sl-slider .sl-slide-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    opacity: 0.7
}
.sl-slider-wrapper .sl-slider .sl-slide-inner,.sl-slider-wrapper .sl-slider .sl-content-slice {
    background-size: cover
}
.sl-slider-wrapper .sl-slider .sl-slide {
    z-index: 0;
}
.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* background: #fff; */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    /* opacity: 1 */
}
.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1)
}
.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px
}
.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1)
}
.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px
}
.sl-content-wrapper {
    position: absolute
}
.sl-content {
    width: 100%;
    height: 100%
}
.sl-trans-elems .brand-logo {
    -webkit-animation: moveDown 1s ease-in-out both;
    -moz-animation: moveDown 1s ease-in-out both;
    animation: moveDown 1s ease-in-out both
}
.sl-trans-elems h1 {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both
}
.sl-trans-elems h2 {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both
}
.sl-trans-elems h3 {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both
}
.sl-trans-elems p {
    -webkit-animation: fadeIn 0.5s linear 0.5s both;
    -moz-animation: fadeIn 0.5s linear 0.5s both;
    animation: fadeIn 0.5s linear 0.5s both
}
.sl-trans-elems figure {
    -webkit-animation: fadeIn 0.5s linear 0.5s both;
    -moz-animation: fadeIn 0.5s linear 0.5s both;
    animation: fadeIn 0.5s linear 0.5s both
}
.sl-trans-elems .icon {
    -webkit-animation: fadeIn 0.5s linear 0.5s both;
    -moz-animation: fadeIn 0.5s linear 0.5s both;
    animation: fadeIn 0.5s linear 0.5s both
}
.sl-trans-elems #contact-form,.sl-trans-elems .info-contact {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both
}
.sl-trans-elems .action-btn {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    animation: moveUp 1s ease-in-out both
}
.sl-trans-back-elems .deco {
    -webkit-animation: scaleDown 1s ease-in-out both;
    -moz-animation: scaleDown 1s ease-in-out both;
    animation: scaleDown 1s ease-in-out both
}
.sl-trans-back-elems h2 {
    -webkit-animation: fadeOut 1s ease-in-out both;
    -moz-animation: fadeOut 1s ease-in-out both;
    animation: fadeOut 1s ease-in-out both
}
.sl-trans-back-elems blockquote {
    -webkit-animation: fadeOut 1s linear both;
    -moz-animation: fadeOut 1s linear both;
    animation: fadeOut 1s linear both
}
@-webkit-keyframes roll {
    0% {
        -webkit-transform: translateX(500px) rotate(360deg)
    }
    100% {
        -webkit-transform: translateX(0px) rotate(0deg)
    }
}
@-moz-keyframes roll {
    0% {
        -moz-transform: translateX(500px) rotate(360deg)
    }
    100% {
        -moz-transform: translateX(0px) rotate(0deg)
    }
}
@keyframes roll {
    0% {
        -webkit-transform: translateX(500px) rotate(360deg);
        -moz-transform: translateX(500px) rotate(360deg);
        -ms-transform: translateX(500px) rotate(360deg);
        -o-transform: translateX(500px) rotate(360deg);
        transform: translateX(500px) rotate(360deg)
    }
    100% {
        -webkit-transform: translateX(0px) rotate(0deg);
        -moz-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        -o-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}
@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px)
    }
    100% {
        -webkit-transform: translateY(0px)
    }
}
@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(40px)
    }
    100% {
        -moz-transform: translateY(0px)
    }
}
@keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@-webkit-keyframes moveDown {
    0% {
        -webkit-transform: translateY(-40px)
    }
    100% {
        -webkit-transform: translateY(0px)
    }
}
@-moz-keyframes moveDown {
    0% {
        -moz-transform: translateY(-40px)
    }
    100% {
        -moz-transform: translateY(0px)
    }
}
@keyframes moveDown {
    0% {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes scaleDown {
    0% {
        -webkit-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.5)
    }
}
@-moz-keyframes scaleDown {
    0% {
        -moz-transform: scale(1)
    }
    100% {
        -moz-transform: scale(0.5)
    }
}
@keyframes scaleDown {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.nav-arrows span {
    position: absolute;
    z-index: 2000;
    top: 50%;
    width: 4rem;
    height: 4rem;
    border: 0.2rem solid rgba(153,153,153,0.3);
    text-indent: -1000%;
    margin-top: -4rem;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.nav-arrows span.show-arrows {
    opacity: 1
}
.nav-arrows span:hover {
    border-color: rgba(153,153,153,0.6)
}
.nav-arrows span.nav-arrow-prev {
    left: 5%;
    border-right: none;
    border-top: none
}
.nav-arrows span.nav-arrow-prev:hover {
    left: 4.7%
}
.nav-arrows span.nav-arrow-next {
    right: 5%;
    border-left: none;
    border-bottom: none
}
.nav-arrows span.nav-arrow-next:hover {
    right: 4.7%
}
.nav-multi-square {
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 12rem;
    width: 100%;
    left: 0;
    z-index: 1000;
    color: #5b6c83;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.nav-multi-square .nav-square {
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    display: block;
    background: #272e38;
    float: left;
    position: relative;
    width: calc(100% / 5);
    height: 100%;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.nav-multi-square .nav-square:hover {
    background: #232932;
    box-shadow: 0 0 2rem rgba(0,0,0,0.3) inset;
    color: #929fb3
}
.nav-multi-square .nav-square:hover i {
    color: #fff
}
.nav-multi-square .nav-square:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #004c68;
    background: -webkit-linear-gradient(to left, #004c68, #005f9c);
    background: linear-gradient(to left, #004c68, #005f9c);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.nav-multi-square .nav-square:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #313a47
}
.nav-multi-square .nav-square:first-child:after {
    display: none
}
.nav-multi-square .nav-square span {
    width: 100%;
    position: absolute;
    top: 50%;
    height: auto;
    display: block;
    background: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.nav-multi-square .nav-square span:hover {
    box-shadow: none
}
.nav-multi-square .nav-square.nav-square-current {
    color: #fff !important
}
.nav-multi-square .nav-square.nav-square-current i {
    color: #fff
}
.nav-multi-square .nav-square.nav-square-current:before {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.nav-multi-square .nav-square i {
    display: block;
    font-size: 3rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}
.info-bar {
    background: #272e38;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    z-index: 1000
}
.info-bar #countdown {
    color: #fff
}
.info-bar p {
    color: #788291;
}
.info-bar .info-bar-left p {
    padding-top: 1.5rem;
    padding-left: 15px;
}
.info-bar .info-bar-right {
    text-align: right
}
.info-bar .info-bar-right .action-btn {
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    background: #29363B;
    font-weight: 400;
    padding: 1rem 2.5rem;
    color: #fff;
    position: relative;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
    border: 1px solid #29363B;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden
}
.info-bar .info-bar-right .action-btn:after {
    font-family: 'FontAwesome';
    content: '\f0a2';
    position: absolute;
    opacity: 0;
    top: 4px;
    right: -2rem;
    font-size: 2rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-animation: ring 1.5s infinite linear;
    -moz-animation: ring 1.5s infinite linear;
    animation: ring 1.5s infinite linear
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0deg)
    }
    6.25% {
        -webkit-transform: rotate(-2deg)
    }
    12.5% {
        -webkit-transform: rotate(5deg)
    }
    18.75% {
        -webkit-transform: rotate(-10deg)
    }
    25% {
        -webkit-transform: rotate(15deg)
    }
    31.25% {
        -webkit-transform: rotate(-20deg)
    }
    37.5% {
        -webkit-transform: rotate(25deg)
    }
    43.75% {
        -webkit-transform: rotate(-30deg)
    }
    50% {
        -webkit-transform: rotate(35deg)
    }
    56.25% {
        -webkit-transform: rotate(-30deg)
    }
    62.5% {
        -webkit-transform: rotate(25deg)
    }
    68.75% {
        -webkit-transform: rotate(-20deg)
    }
    75% {
        -webkit-transform: rotate(15deg)
    }
    81.25% {
        -webkit-transform: rotate(-10deg)
    }
    87.5% {
        -webkit-transform: rotate(5deg)
    }
    93.75% {
        -webkit-transform: rotate(-2deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}
@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0deg)
    }
    6.25% {
        -moz-transform: rotate(-2deg)
    }
    12.5% {
        -moz-transform: rotate(5deg)
    }
    18.75% {
        -moz-transform: rotate(-10deg)
    }
    25% {
        -moz-transform: rotate(15deg)
    }
    31.25% {
        -moz-transform: rotate(-20deg)
    }
    37.5% {
        -moz-transform: rotate(25deg)
    }
    43.75% {
        -moz-transform: rotate(-30deg)
    }
    50% {
        -moz-transform: rotate(35deg)
    }
    56.25% {
        -moz-transform: rotate(-30deg)
    }
    62.5% {
        -moz-transform: rotate(25deg)
    }
    68.75% {
        -moz-transform: rotate(-20deg)
    }
    75% {
        -moz-transform: rotate(15deg)
    }
    81.25% {
        -moz-transform: rotate(-10deg)
    }
    87.5% {
        -moz-transform: rotate(5deg)
    }
    93.75% {
        -moz-transform: rotate(-2deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}
@keyframes ring {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    6.25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    12.5% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    18.75% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    25% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    31.25% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    37.5% {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg)
    }
    43.75% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    50% {
        -webkit-transform: rotate(35deg);
        -moz-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        -o-transform: rotate(35deg);
        transform: rotate(35deg)
    }
    56.25% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    62.5% {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg)
    }
    68.75% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    75% {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    81.25% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    87.5% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    93.75% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
.info-bar .info-bar-right .action-btn:hover {
    background: #29363B;
    color: #fff;
    border-color: #29363B;
    padding-right: 4.5rem
}
.info-bar .info-bar-right .action-btn:hover:after {
    opacity: 1;
    right: 1.5rem
}
.content-slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 100vh;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* opacity: 1;
    visibility: visible */
}
.content-slide .container {
    padding: 10rem 20rem 5rem;
}
.content-slide .brand-logo {
    max-width: 14rem;
    margin-bottom: 2rem
}
.content-slide h1 {
    text-transform: uppercase
}
.content-slide h2 {
    margin-bottom: 3rem
}
.content-slide p {
    /* font-family: Raleway,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, 'Quattrocento', 'Coda','Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'Liberation Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1.7rem;
    color: #000
}
.content-slide p.resume {
    padding: 0 10rem
}
.content-slide p.social-text {
    margin-top: 2rem
}
.content-slide p.social-text a {
    margin: 0 0.4rem;
    color: #788291
}
.content-slide p.social-text a:hover {
    color: #29363B
}
.content-slide p.social-text a:last-child {
    margin-right: 0
}
.content-slide p.social-icon {
    margin-top: 2rem
}
.content-slide p.social-icon a {
    color: #788291;
    width: 3rem;
    letter-spacing: 0;
    background: transparent;
    font-size: 1.8rem;
    display: inline-block;
    text-align: center;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.content-slide p.social-icon a:hover {
    color: #29363B
}
.content-slide p.social-icon a:hover i {
    color: #29363B
}
.about-part {
    text-align: left
}
.portfolio {
    margin-top: 0rem;
    overflow: hidden;
}
.portfolio figure {
    padding: 0 !important;
    overflow: hidden;
    cursor: pointer
}
.portfolio figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: #272e38;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.portfolio figure .gallery-link {
    position: relative;
    /* padding-top: 30px; */
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.portfolio figure .gallery-link .gallery-img {
    -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.portfolio figure figcaption {
    background: transparent;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 0;
    -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.portfolio figure figcaption .photo-details h4 {
    font-size: 1.5rem;
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 0.3rem
}
.portfolio figure figcaption .photo-details h4 small {
    display: block;
    text-transform: none;
    margin-top: 0.8rem;
    color: #EFEFEF;
    font-family: "Open Sans","Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-style: italic
}
.portfolio figure figcaption .photo-details i.icon {
    display: block;
    font-size: 3rem;
    position: absolute;
    left: calc(50% - 0.75rem);
    margin-top: 5rem;
    color: rgba(255,255,255,0.7);
    -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.portfolio figure figcaption .photo-details i.icon:hover,.portfolio figure figcaption .photo-details i.icon:focus {
    color: #fff
}
.portfolio figure figcaption .photo-details p {
    display: none
}
.portfolio figure:hover:after {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.portfolio figure:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.portfolio figure:hover figcaption i.icon {
    margin-top: 0
}
.portfolio figure:hover .gallery-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.portfolio div {
    padding: 0;
    overflow: hidden
}
  @media screen and (max-width: 480px) {
    .portfolio figure .gallery-link {
       padding: auto;
    }
  }
.services .box-info {
    padding: 0;
    text-align: center
}
.services .box-info-light {
    padding: 3rem 3rem 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.services .box-info-light span.icon {
    color: #29363B;
    font-size: 6rem;
    line-height: 1.4;
    display: inline-block;
    padding: 2px
}
.services .box-info-light h3 {
    font-weight: 500
}
#contact-form {
    margin-top: 4rem
}
#contact-form .form-control {
    background: rgba(39,46,56,0.4);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    font-weight: 400;
    outline: medium none;
    padding: 1.6rem 3rem;
    font-size: 1.4rem;
    line-height: 1.4;
    height: auto;
    width: 100%;
    color: #fff;
    margin-bottom: 2rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: left
}
#contact-form .form-control:hover,#contact-form .form-control:focus {
    box-shadow: none;
    background: rgba(39,46,56,0.6)
}
#contact-form .form-control::-webkit-input-placeholder {
    color: #EFEFEF !important
}
#contact-form .form-control::-moz-placeholder {
    color: #EFEFEF !important
}
#contact-form .form-control:-moz-placeholder {
    color: #EFEFEF !important
}
#contact-form .form-control:-ms-input-placeholder {
    color: #EFEFEF !important
}
#contact-form textarea.form-control {
    min-height: 150px
}
#contact-form span.sub-text {
    color: #272e38;
    position: absolute;
    font-size: 0.8rem;
    right: 15px;
    bottom: 0
}
#contact-form button#valid-form {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem;
    display: block;
    margin: 0;
    background: #29363B;
    color: #fff;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
    font-weight: 600;
    width: auto
}
#contact-form button#valid-form:hover {
    background: #29363B;
    color: #fff
}
#block-answer {
    position: absolute;
    margin-top: 1rem;
    text-align: left;
    color: #757A86
}
.success-message p,.error-message p {
    color: #272e38 !important;
    font-weight: 500
}
.success-message .ion-checkmark-round,.error-message .ion-checkmark-round {
    color: #27AE60
}
.error-message .ion-close-round {
    color: #FF1D4D
}
.info-contact {
    margin-top: 4rem;
    text-align: left
}
.info-contact a {
    color: rgba(39,46,56,0.4)
}
.info-contact a:hover,.info-contact a:focus {
    color: rgba(39,46,56,0.8)
}
.info-contact .list-info {
    color: rgba(39,46,56,0.6);
    font-family: Montserrat,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif
}
.dialog,.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.dialog {
    position: fixed;
    z-index: 999999;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    pointer-events: none
}
.dialog__overlay {
    position: absolute;
    z-index: -1;
    background: rgba(39,46,56,0.9);
    opacity: 0;
    transition: opacity .2s
}
.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto
}
.dialog__content {
    width: 50%;
    max-width: 50rem;
    min-width: 290px;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    border: 1px solid #272e38;
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,0.4);
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}
.dialog__content .header-picture {
    width: 100%;
    height: 18rem;
    background: url("../img/background-newsletter.jpg") center;
    background-size: cover
}
.dialog__content .dialog-inner {
    padding: 5rem 5rem 0 5rem;
    overflow: hidden;
    background: url("../img/background-newsletter-inner.jpg") center;
    background-size: cover
}
.dialog__content .dialog-inner::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}
.dialog__content .dialog-inner h4 {
    color: #272e38;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700
}
.dialog__content .dialog-inner p {
    color: #666;
    font-size: 1.4rem
}
.dialog__content .dialog-inner p.spam-news {
    margin-top: 6rem;
    margin-bottom: 2rem;
    color: #bebebe;
    font-size: 1rem
}
.dialog--open .dialog__content {
    pointer-events: auto
}
.dialog .close-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: rgba(255,255,255,0.5);
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    width: 50px;
    height: 50px;
    line-height: 0;
    color: #667892;
    font-size: 2rem;
    opacity: 1
}
.dialog .close-newsletter i {
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.dialog .close-newsletter:hover i {
    color: #272e38
}
#subscribe p {
    font-weight: 400
}
#subscribe #notifyMe {
    max-width: 450px;
    margin: auto;
    margin-top: 2em
}
#subscribe #notifyMe .form-group {
    margin-bottom: 1em
}
#subscribe #notifyMe .form-group .fa {
    color: #757A86;
    position: absolute;
    text-align: center;
    top: 15px;
    left: 15px
}
#subscribe #notifyMe .form-group .form-control {
    text-align: center;
    background: #ecedf3;
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    height: 50px;
    font-weight: 600;
    outline: medium none;
    padding: 0 1em;
    width: 100%;
    margin: auto;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#subscribe #notifyMe .form-group .form-control:hover,#subscribe #notifyMe .form-group .form-control:focus {
    box-shadow: none;
    background: #e2e4ed
}
#subscribe #notifyMe .form-group .form-control::-webkit-input-placeholder {
    color: rgba(0,0,0,0.4) !important
}
#subscribe #notifyMe .form-group .form-control::-moz-placeholder {
    color: rgba(0,0,0,0.4) !important
}
#subscribe #notifyMe .form-group .form-control:-moz-placeholder {
    color: rgba(0,0,0,0.4) !important
}
#subscribe #notifyMe .form-group .form-control:-ms-input-placeholder {
    color: rgba(0,0,0,0.4) !important
}
#subscribe #notifyMe .form-group button.submit {
    padding: 1.3rem 2.5rem;
    font-size: 1.4rem;
    display: block;
    margin: 2rem auto 0;
    background: #29363B;
    color: #fff;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    border-radius: 10rem;
    font-weight: 600;
    width: auto
}
#subscribe #notifyMe .form-group button.submit:hover {
    background: #29363B;
    color: #fff
}
#subscribe .block-message {
    min-height: 50px;
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
    padding: 15px;
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#subscribe .block-message.show-block-error {
    bottom: 0;
    background: #FF1D4D
}
#subscribe .block-message.show-block-valid {
    bottom: 0;
    background: #00c8aa
}
#subscribe p.notify-valid {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600
}
.dialog__overlay {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.dialog.dialog--open .dialog__content,.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    -moz-animation-name: anim-open;
    animation-name: anim-open
}
.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    -moz-animation-name: anim-close;
    animation-name: anim-close
}
@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5rem, 0, 0);
        -moz-transform: translate3d(-5rem, 0, 0);
        -o-transform: translate3d(-5rem, 0, 0);
        -ms-transform: translate3d(-5rem, 0, 0);
        transform: translate3d(-5rem, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-moz-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5rem, 0, 0);
        -moz-transform: translate3d(-5rem, 0, 0);
        -o-transform: translate3d(-5rem, 0, 0);
        -ms-transform: translate3d(-5rem, 0, 0);
        transform: translate3d(-5rem, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5rem, 0, 0);
        -moz-transform: translate3d(-5rem, 0, 0);
        -o-transform: translate3d(-5rem, 0, 0);
        -ms-transform: translate3d(-5rem, 0, 0);
        transform: translate3d(-5rem, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(5rem, 0, 0);
        -moz-transform: translate3d(5rem, 0, 0);
        -o-transform: translate3d(5rem, 0, 0);
        -ms-transform: translate3d(5rem, 0, 0);
        transform: translate3d(5rem, 0, 0)
    }
}
@-moz-keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(5rem, 0, 0);
        -moz-transform: translate3d(5rem, 0, 0);
        -o-transform: translate3d(5rem, 0, 0);
        -ms-transform: translate3d(5rem, 0, 0);
        transform: translate3d(5rem, 0, 0)
    }
}
@keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(5rem, 0, 0);
        -moz-transform: translate3d(5rem, 0, 0);
        -o-transform: translate3d(5rem, 0, 0);
        -ms-transform: translate3d(5rem, 0, 0);
        transform: translate3d(5rem, 0, 0)
    }
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #fff
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #fff
}
.mCSB_scrollTools {
    position: absolute;
    width: 5px;
    left: auto;
    top: 10rem;
    right: 2rem;
    bottom: 0;
    z-index: 100000;
    height: calc(100% - 25rem);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    border-radius: 5rem;
    background-color: rgba(39,46,56,0.7);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    right: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    border-radius: 5rem;
    text-align: center
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255,255,255,0.5)
}
.pswp__bg {
    background: #272e38
}
.pswp__caption h4 {
    font-family: Raleway,"Helvetica Neue","Lucida Grande",Arial,Verdana,sans-serif;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px !important
}
.pswp__caption h4 small {
    display: block;
    font-size: 1.4rem;
    margin-top: 0.4rem
}
.pswp__caption i.icon {
    display: none
}
.pswp__caption p {
    color: #EFEFEF;
    font-weight: 300
}
@media only screen and (max-width: 993px) {
    .content-slide p.resume {
        padding:0
    }
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size:6rem
    }
    .content-slide .container {
        padding: 13rem 6rem 20rem;
    }
    .content-slide .action-btn:after {
        display: none
    }
    .content-slide .action-btn:hover {
        padding-right: 2.5rem
    }
    #nav-arrows {
        display: none !important
    }
    .dialog__content {
        width: auto
    }
}
@media only screen and (max-width: 767px) {
    .info-bar {
        padding:1rem;
        /* text-align: center; */
    }
    .info-bar .info-bar-right {
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: center
    }
}
@media only screen and (max-width: 480px) {
    .content-slide .container {
        padding-left:2rem;
        padding-right: 2rem;
        padding-bottom: 5rem;
    }
    .content-slide .container .brand-logo {
        max-width: 10rem
    }
    .content-slide .container h1 {
        font-size: 3rem
    }
    .content-slide .container h2 {
        font-size: 3rem;
        margin-bottom: 2rem;
        text-align: left
    }
    .content-slide .container p {
        font-size: 1.4rem
    }
    .content-slide .container p.resume {
        text-align: left
    }
    .content-slide .container .box-info-light {
        text-align: left
    }
    .mCSB_scrollTools {
        right: 0;
        height: calc(100% - 19rem)
    }
    .nav-multi-square {
        height: 6rem;
        font-size: 1rem
    }
    .nav-multi-square .nav-square i {
        font-size: 2rem
    }
    .dialog__content {
        width: 95%;
        max-width: 95%;
        min-width: 75%
    }
    .dialog__content .header-picture {
        display: none
    }
    .dialog .close-newsletter {
        top: 2px;
        right: 5px
    }
    .dialog .dialog-inner {
        padding: 5rem 2rem 0 2rem
    }
    .dialog .dialog-inner h4 {
        font-size: 25px;
        margin-bottom: 20px
    }
    .dialog .dialog-inner p.spam-news {
        margin-top: 2rem
    }
    #subscribe .block-message {
        padding: 5px 2px
    }
    #subscribe p.notify-valid {
        font-size: 12px
    }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    .dialog__content .header-picture {
        display:none
    }
}
@media screen and (max-device-width: 667px) and (orientation: landscape) {
    .info-bar {
        padding:1rem 2rem 0.7rem
    }
    .info-bar .info-bar-left {
        text-align: left;
        width: 60%;
        margin-top: 0
    }
    .info-bar .info-bar-left p {
        padding-top: 0.5rem
    }
    .info-bar .info-bar-right {
        text-align: right;
        width: 40%;
        margin-top: 0;
        margin-bottom: 0.2rem;
        padding-left: 0
    }
    .info-bar .info-bar-right .action-btn {
        letter-spacing: 0;
        padding: 0.5rem 2rem
    }
    .nav-multi-square {
        height: 6rem;
        font-size: 1rem
    }
    .nav-multi-square .nav-square i {
        font-size: 2rem
    }
    .content-slide .container {
        padding: 9rem 6rem 10rem
    }
    .content-slide .container .brand-logo {
        max-width: 10rem
    }
    .content-slide .container h1 {
        font-size: 3rem
    }
    .content-slide .container h2 {
        font-size: 3rem;
        margin-bottom: 2rem;
        text-align: left
    }
    .content-slide .container p {
        font-size: 1.4rem
    }
    .content-slide .container p.resume {
        text-align: left
    }
    .content-slide .container .box-info-light {
        text-align: left
    }
    .dialog__content {
        width: 95%;
        max-width: 95%;
        min-width: 75%
    }
    .dialog__content .header-picture {
        display: none
    }
    .dialog .close-newsletter {
        top: 2px;
        right: 5px
    }
    .dialog .dialog-inner {
        padding: 3rem 2rem 0 2rem
    }
    .dialog .dialog-inner h4 {
        font-size: 25px;
        margin-bottom: 20px
    }
    .dialog .dialog-inner p.spam-news {
        margin-top: 2rem
    }
    #subscribe #notifyMe .form-group .form-control {
        width: 60%;
        float: left;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        border: 1px solid #ccc
    }
    #subscribe #notifyMe .form-group button.submit {
        width: 40%;
        float: left;
        margin: 0;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        height: 50px
    }
    #subscribe .block-message {
        padding: 5px 2px
    }
    #subscribe p.notify-valid {
        font-size: 12px
    }
    .mCSB_scrollTools {
        top: 7rem;
        height: calc(100% - 15rem)
    }
}
/*-----------------------------------------------------------------------------------*/
/* ADJUST PRELOADER
/*-----------------------------------------------------------------------------------*/
/* Line Progress */
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    color: #0c9c73;
    text-align: left;
    font-size: 50px;
    font-family: Roboto Mono;
    font-weight: 700;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
  }
  .loader:after {
    content: '_';
  }
  /* Line Progress */
  .pace .pace-progress {
      background: #29d;
      position: fixed;
      z-index: 1001;
      top: 0;
      left: 0;
      height: 2px;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -o-transition: width 0.5s;
      transition: width 0.5s;
  }
  .pace-inactive {
      display: none;
  }
  /* Loader Page */
  .loader {
    width: 100%;
    height: 2px;
    background: #096889;
    margin-bottom: 20px;
  }
  .innerLoader {
    width: 0;
    height: 100%;
    background:#46FF3E;
    animation: loader 5s infinite;
    box-shadow: 0 0 3px #363b41;
  }
  .loading-text {
    padding-left: 0px;
    align-content: center;
    top: 10px;
    position: absolute;
    text-align: center;
    color: white;
    text-decoration: none;
    transform: scale(1.1);
    /* z-index: 12; */
    font-size: 15px;
  }
  .loading-text-front {
    padding: auto;
    position: relative;
    text-align: center;
    color: white;
    text-decoration: none;
  }
  .loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-family: 'Quattrocento Sans', sans-serif;
  }
  .loading-text span:nth-child(1) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
            animation: blur-text 1.5s 0s infinite linear alternate;
  }
  .loading-text span:nth-child(2) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
            animation: blur-text 1.5s 0.2s infinite linear alternate;
  }
  .loading-text span:nth-child(3) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
            animation: blur-text 1.5s 0.4s infinite linear alternate;
  }
  .loading-text span:nth-child(4) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
            animation: blur-text 1.5s 0.6s infinite linear alternate;
  }
  .loading-text span:nth-child(5) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
            animation: blur-text 1.5s 0.8s infinite linear alternate;
  }
  .loading-text span:nth-child(5) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
            animation: blur-text 1.5s 1s infinite linear alternate;
  }
  .loading-text span:nth-child(6) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
            animation: blur-text 1.5s 1.2s infinite linear alternate;
  }
  .loading-text span:nth-child(7) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.4s infinite linear alternate;
            animation: blur-text 1.5s 1.4s infinite linear alternate;
  }
  .loading-text span:nth-child(8) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.6s infinite linear alternate;
            animation: blur-text 1.5s 1.6s infinite linear alternate;
  }
  .loading-text span:nth-child(9) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.8s infinite linear alternate;
            animation: blur-text 1.5s 1.8s infinite linear alternate;
  }
  .loading-text span:nth-child(10) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 2s infinite linear alternate;
            animation: blur-text 1.5s 2s infinite linear alternate;
  }
  .loading-text span:nth-child(11) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 2.2s infinite linear alternate;
            animation: blur-text 1.5s 2.2s infinite linear alternate;
  }
  .loading-text span:nth-child(12) {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-animation: blur-text 1.5s 2.4s infinite linear alternate;
            animation: blur-text 1.5s 2.4s infinite linear alternate;
  }
  @-webkit-keyframes blur-text {
    0% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
    }
    100% {
      -webkit-filter: blur(4px);
              filter: blur(4px);
    }
  }
  @keyframes blur-text {
    0% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
    }
    100% {
      -webkit-filter: blur(4px);
              filter: blur(4px);
    }
  }
  @media only screen and (max-width: 480px) {
    .loading-text  {
          font-size: 13px;
          /* padding-left: 20px; */
      }
  }
  /*-----------------------------------------------------------------------------------*/
  /* TEXT WORD 
  /*-----------------------------------------------------------------------------------*/
  .word {
    margin: auto;
    color: white;
    font-size: 9px;
    font-family: 'Quattrocento Sans', sans-serif;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
  }
  .title-container-front {
  /*  font-family: monospace !important;*/
      margin-bottom: 50%;
    position: relative;
    margin: 0px auto 0 auto;
    width: 100%;
  /*  max-width: 500px;*/
   background-color: rgba(0, 0, 0, 0.5);
      box-shadow: inset 51px 51px 3px -50px rgba(0, 0, 0, 0.5);
      color: #f6f6f6;
      border-radius: 3px;
      padding: 5px;
      border: 8px ridge rgba(0, 0, 0, 0.5);
      font-size: 12px;
      webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: -webkit-grab;
  }
  .title-container-front .title {
    overflow: hidden;
  }
   .title-container-front .title:before {
    content: "";
    position: absolute;
    height: 1.2em;
    top: 0.2em;
    left: 5px;
    width: 10px;
    background: linear-gradient(to right, #313131 0%, rgba(0, 0, 0, 0) 100%);
  }
   .title-container-front .title:after {
    content: "";
    position: absolute;
    height: 1.2em;
    top: 0.2em;
    right: 5px;
    width: 10px;
    background: linear-gradient(to left, #313131 0%, rgba(0, 0, 0, 0) 100%);
  }
   .title-container-front .title w {
    margin: 0;
  }
  /*-----------------------------------------------------------------------------------*/
  /* TEXT SCROLL
  /*-----------------------------------------------------------------------------------*/
  /* ADJUST TEXT INFO */
  div-text {
    background: 50% 100%/50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 5vw;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-animation: reveal 4000ms ease-in-out forwards 300ms, glow 3500ms linear infinite 3000ms;
            animation: reveal 4000ms ease-in-out forwards 300ms, glow 3500ms linear infinite 3000ms;
  }
  @-webkit-keyframes reveal {
    80% {
      letter-spacing: 8px;
    }
    100% {
      background-size: 300% 300%;
    }
  }
  @keyframes reveal {
    80% {
      letter-spacing: 8px;
    }
    100% {
      background-size: 300% 300%;
    }
  }
  @-webkit-keyframes glow {
    40% {
      text-shadow: 0 0 8px #fff;
    }
  }
  @keyframes glow {
    40% {
      text-shadow: 0 0 8px #fff;
    }
  }
  /*-----------------------------------------------------------------------------------*/
  /* TEXT BOX
  /*-----------------------------------------------------------------------------------*/
  /* ADJUST TEXT BOX FRONT INIT */
  .container-text-box {
    transform: scale(1.0);
    max-width: 780px;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
    text-align: center;
}
  .container-text {
    width: 100%;
  /*  height: 120px;*/
  /*  background: #232323;*/
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-text-info {
  /*  margin-top: 50px;*/
    width: 100%;
    height: 120px;
  /*  background: #232323;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .container-text .box-text {
  /*  width: 320px;*/
  height: 580px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .container-text .box-text .title-text {
  /*  width:  320px;*/
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin-top:40px;
  }
  .container-text .box-text .title-text .block-text {
    width:  100%;;
    height: 2px;
    background: #1a73e8;
    position: absolute;
    animation-timing-function: ease-in-out 3s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation: mainBlock 3s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex;
  }
  .container-text .box-text .title-text h9 {
    font-family:'Quattrocento Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 38px;
    -webkit-animation: mainFadeIn 6s forwards;
    -o-animation: mainFadeIn 6s forwards;
    animation: mainFadeIn 6s forwards;
    animation-delay: 3.6s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
    bottom: 0px;
  }
  .container-text .box-text .title-text h9 span {
    width: 100%;;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1a73e8;
    -webkit-animation: load 1.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation: popIn 1.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 2s;
    margin-left: 5px;
    margin-top: -9px;
    position: absolute;
    bottom: 0px;
    right: -12px;
  }
  .container-text .box-text .role-text {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 1px;
    margin-top: 0px;
  }
  .container-text .box-text .role-text .block-text {
    width: 100%;
    height: 1.5px;
    background: #46ff3e;
    position: absolute;
    animation: secBlock 6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 6s;
    display: flex;
  }
  .container-text .box-text .role-text p {
    animation: secFadeIn 6s forwards;
    animation-delay: 6.2s;
    opacity: 0;
    font-weight: 400;
    font-family: 'Quattrocento Sans', sans-serif;
    color: #ffffff;
   font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  @keyframes mainBlock {
    0% {
      width: 0%;
      left: 0;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @keyframes secBlock {
    0% {
      width: 0%;
      left: 0;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @keyframes mainFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes popIn {
    0% {
      width: 0px;
      height: 0px;
      background: #46FF3E;
      border: 0px solid #ddd;
      opacity: 0;
    }
    50% {
      width: 10px;
      height: 10px;
      background: #46FF3E;
      opacity: 1;
      bottom: 45px;
    }
    65% {
      width: 7px;
      height: 7px;
      bottom: 0px;
    }
    80% {
      width: 10px;
      height: 10px;
      bottom: 20px;
    }
    100% {
      width: 7px;
      height: 7px;
      background: #46FF3E;
      border: 0px solid #222;
      bottom: 13px;
    }
  }
  @keyframes secFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0.5;
    }
  }
   /*-----------------------------------------------------------------------------------*/
  /* CHAT-BOT ANIMATION
  /*-----------------------------------------------------------------------------------*/
  .container-chatbot {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 10;
    height: 100%;
    width:100%;
    animation: up-down 7.5s infinite ease-in-out;
  }
  .container-chatbot #chatbot {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 150px;
    height: 85px;
    border: 12px solid #fff;
    border-radius: 5rem;
  }
  .container-chatbot #chatbot-corner {
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 90px;
    left: -75px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #fff;
    transform: rotate(140deg);
  }
  .container-chatbot #antenna {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    height: 20px;
    width: 10px;
    background-color: #fff;
    animation: antenna-appear 7.5s infinite ease-in-out;
  }
  .container-chatbot #antenna #beam {
    position: absolute;
    top: -12.5px;
    left: -5px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    animation: beam-appear 7.5s infinite ease-in-out;
  }
  .container-chatbot #antenna #beam-pulsar {
    position: absolute;
    top: -12.5px;
    left: -5px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    animation: beam-pulsar-appear 7.5s infinite ease-in-out;
  }
  .container-chatbot .dot {
    height: 17.5px;
    width: 17.5px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: -65px;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 50%;
    animation: pulse-outer 7.5s infinite ease-in-out;
  }
  .container-chatbot .dot:nth-child(2) {
    left: 0;
    animation: pulse-inner 7.5s infinite ease-in-out;
    animation-delay: 0.2s;
  }
  .container-chatbot .dot:nth-child(3) {
    left: 65px;
    animation: pulse-outer 7.5s infinite ease-in-out;
    animation-delay: 0.4s;
  }
  @keyframes pulse-inner {
    0% {
      transform: scale(1);
    }
    7.5% {
      transform: scale(1.5);
    }
    15% {
      transform: scale(1);
    }
    22.5% {
      transform: scale(1.5);
    }
    30% {
      transform: scale(1);
    }
    37.5% {
      transform: scale(1.5);
    }
    45% {
      top: 0;
      transform: scale(1);
      height: 17.5px;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
    }
    50% {
      top: 22.5px;
      height: 10px;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 3rem;
      border-bottom-right-radius: 3rem;
      transform: rotate(10deg);
    }
    55% {
      transform: rotate(-10deg);
    }
    60% {
      transform: rotate(10deg);
    }
    65% {
      transform: rotate(-10deg);
    }
    65% {
      transform: rotate(0deg);
    }
    85% {
      top: 22.5px;
      height: 10px;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 3rem;
      border-bottom-right-radius: 3rem;
      transform: rotate(0deg);
    }
    92.5% {
      top: 22.5px;
      height: 10px;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 2.5rem;
      border-bottom-right-radius: 2.5rem;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      height: 17.5px;
      border-radius: 50%;
      transform: rotate(-360deg);
    }
  }
  @keyframes pulse-outer {
    0% {
      transform: scale(1);
    }
    7.5% {
      transform: scale(1.5);
    }
    15% {
      transform: scale(1);
    }
    22.5% {
      transform: scale(1.5);
    }
    30% {
      transform: scale(1);
    }
    37.5% {
      transform: scale(1.5);
    }
    45% {
      transform: scale(1);
      height: 17.5px;
    }
    55% {
      tranform: scale(1);
      height: 5px;
    }
    60% {
      height: 17.5px;
    }
    75% {
      height: 17.5px;
    }
    80% {
      tranform: scale(1);
      height: 5px;
    }
    85% {
      height: 17.5px;
    }
    100% {
      height: 17.5px;
    }
  }
  @keyframes antenna-appear {
    0% {
      visibility: hidden;
      top: -100px;
      height: 0;
    }
    50% {
      visibility: hidden;
      top: -100px;
      height: 0;
    }
    55% {
      visibility: visible;
      top: -125px;
      height: 20px;
    }
    95% {
      visibility: visible;
      top: -125px;
      height: 20px;
    }
    100% {
      top: -100px;
      height: 0;
    }
  }
  @keyframes beam-appear {
    0% {
      visibility: hidden;
      top: -12.5px;
      height: 0;
    }
    50% {
      visibility: hidden;
      top: -12.5px;
      height: 0;
    }
    55% {
      visibility: visible;
      top: -12.5px;
      height: 20px;
      width: 20px;
    }
    100% {
      visibility: visible;
      top: -12.5px;
      height: 20px;
      width: 20px;
    }
  }
  @keyframes beam-pulsar-appear {
    0% {
      visibility: hidden;
      top: -12.5px;
      height: 0;
    }
    50% {
      visibility: hidden;
      top: -12.5px;
      height: 0;
    }
    55% {
      visibility: visible;
      top: -12.5px;
      left: -5px;
      height: 20px;
      width: 20px;
      opacity: 1;
    }
    65% {
      top: -25px;
      left: -15px;
      height: 40px;
      width: 40px;
      opacity: 0;
      visibility: visible;
    }
    74% {
      visibility: hidden;
      opacity: 0;
    }
    75% {
      visibility: visible;
      top: -12.5px;
      left: -5px;
      height: 20px;
      width: 20px;
      opacity: 1;
    }
    85% {
      top: -25px;
      left: -15px;
      height: 40px;
      width: 40px;
      opacity: 0;
      visibility: visible;
    }
    94% {
      visibility: hidden;
      opacity: 0;
    }
    100% {
      visibility: hidden;
      opacity: 0;
    }
  }
  @keyframes up-down {
    0% {
      transform: translate(0);
    }
    12.5% {
      transform: translate(0, 2%);
    }
    25% {
      transform: translate(0);
    }
    37.5% {
      transform: translate(0, 2%);
    }
    50% {
      transform: translate(0);
    }
    62.5% {
      transform: translate(0, 2%);
    }
    75% {
      transform: translate(0);
    }
    87.5% {
      transform: translate(0, 2%);
    }
    100% {
      transform: translate(0);
    }
  }
  /*notification*/
  #top_menu .nav > li, ul.top-menu > li {
      float: left;
  }
  .notify-row {
      float: right;
      margin-top: 10px;
      margin-right: 180px;
  }
  .notify-row .notification span.label {
      display: inline-block;
      height: 18px;
      width: 20px;
      padding: 5px;
  }
  ul.top-menu > li > a {
      color: #666666;
      font-size: 16px;
      border-radius: 4px;
  /*    -webkit-border-radius: 4px;*/
      border:1px solid #666666 !important;
      padding: 2px 6px;
      margin-right: 15px;
  }
  ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
      border:1px solid #b6b6b6 !important;
      background-color: transparent !important;
      border-color: #b6b6b6 !important;
      text-decoration: none;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      color: #b6b6b6 !important;
  }
  .notify-row .badge {
      position: absolute;
      right: -10px;
      top: -10px;
      z-index: 1001;
  }
  .dropdown-menu.extended {
      max-width: 300px !important;
      min-width: 160px !important;
      top: 35px;
      width: 180px !important;
      padding: 0;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
      border: none !important;
      border-radius: 4px;
      /*    -webkit-border-radius: 4px;*/
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
      /* Safari and Chrome */
      .dropdown-menu.extended  {
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
      }
  .dropdown-menu.extended li p {
      background-color: #F1F2F7;
      color: #666666;
      margin: 0;
      padding: 10px;
      border-radius: 4px 4px 0px 0px;
  /*    -webkit-border-radius: 4px 4px 0px 0px;*/
  }
  .dropdown-menu.extended li p.green {
      background-color: #41444b;
      color: #fff;
  }
  .dropdown-menu.extended li p.yellow {
      background-color: #fcb322;
      color: #fff;
  }
  .dropdown-menu.extended li a {
      border-bottom: 1px solid #EBEBEB !important;
      font-size: 10px;
      list-style: none;
  }
  .dropdown-menu.extended li a {
      padding: 15px 10px !important;
      width: 100%;
      display: inline-block;
  }
  .dropdown-menu.extended li a:hover {
      background-color: #F7F8F9 !important;
      color: #2E2E2E;
  }
  .dropdown-menu.tasks-bar .task-info .desc {
      font-size: 13px;
      font-weight: normal;
  }
  .dropdown-menu.tasks-bar .task-info .percent {
      display: inline-block;
      font-size: 13px;
      font-weight: 600;
      padding-left: 10px;
      margin-top: -4px;
  }
  .dropdown-menu.extended .progress {
      margin-bottom: 0 !important;
      height: 10px;
  }
  .dropdown-menu.inbox li a .photo img {
      border-radius: 2px 2px 2px 2px;
      float: left;
      height: 40px;
      margin-right: 4px;
      width: 40px;
  }
  .dropdown-menu.inbox li a .subject {
      display: block;
  }
  .dropdown-menu.inbox li a .subject .from {
      font-size: 12px;
      font-weight: 600;
  }
  .dropdown-menu.inbox li a .subject .time {
      font-size: 11px;
      font-style: italic;
      font-weight: bold;
      position: absolute;
      right: 5px;
  }
  .dropdown-menu.inbox li a .message {
      display: block !important;
      font-size: 11px;
  }
  .top-nav  {
      margin-top: 7px;
  }
  .top-nav ul.top-menu > li .dropdown-menu.logout {
      width: 268px !important;
  }
  .top-nav li.dropdown .dropdown-menu {
      float: right;
      right: 0;
      left: auto;
  }
  .dropdown-menu.extended.logout > li {
      float: left;
      text-align: center;
      width: 33.3%;
  }
  .dropdown-menu.extended.logout > li:last-child {
      float: left;
      text-align: center;
      width: 100%;
      background: #a9d96c;
      border-radius: 0 0 3px 3px;
  }
  .dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
      color: #fff;
      border-bottom: none !important;
      text-transform: uppercase;
  }
  .dropdown-menu.extended.logout > li:last-child > a:hover > i{
      color: #fff;
  }
  .dropdown-menu.extended.logout > li > a {
      color: #a4abbb;
      border-bottom: none !important;
  }
  .full-width .dropdown-menu.extended.logout > li > a:hover {
      background: none !important;
      color: #50c8ea !important;
  }
  .dropdown-menu.extended.logout > li > a:hover {
      background: none !important;
  }
  .dropdown-menu.extended.logout > li > a:hover i {
      color: #50c8ea;
  }
  .dropdown-menu.extended.logout > li > a i {
      font-size: 17px;
  }
  .dropdown-menu.extended.logout > li > a > i {
      display: block;
  }
  .top-nav ul.top-menu > li > a {
      border: 1px solid #eeeeee;
      border-radius: 4px;
  /*    -webkit-border-radius: 4px;*/
      padding: 6px;
      background: none;
      margin-right: 0;
  }
  .top-nav ul.top-menu > li {
      margin-left: 10px;
  }
  .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
      border:1px solid #F1F2F7;
      background: #F1F2F7;
  }
  .top-nav .dropdown-menu.extended.logout {
      top: 50px;
  }
  .top-nav .nav .caret {
      border-bottom-color: #A4AABA;
      border-top-color: #A4AABA;
  }
  .top-nav ul.top-menu > li > a:hover .caret {
      border-bottom-color: #000;
      border-top-color: #000;
  }
  .log-arrow-up {
      background: url("../img/arrow-up.png") no-repeat;
      width: 20px;
      height: 11px;
      position: absolute;
      right: 20px;
      top: -10px;
  }
  /*----*/
  .notify-arrow {
      border-style: solid;
      border-width: 0 9px 9px;
      height: 0;
      margin-top: 0;
      opacity: 0;
      position: absolute;
      left: 7px;
      top: -18px;
      transition: all 0.25s ease 0s;
      width: 0;
      z-index: 10;
  }
  .notify-arrow-yellow {
      border-color: transparent transparent #FCB322;
      border-bottom-color: #FCB322 !important;
      border-top-color: #FCB322 !important;
  }
  .notify-arrow-green {
      border-color: transparent transparent #41444b;
      border-bottom-color: #41444b !important;
      border-top-color: #41444b !important;
  }
  /*-----------------------------------------------------------------------------------*/
  /* ADJUST MENUMIN
  /*-----------------------------------------------------------------------------------*/
  /* ADJUST AUTH-BUTTON */
  .auth-button {
     right: 5px;
    /* top: 15px; */
    width: 42px;
    height: 42px;
    background:transparent no-repeat 0 0;
    /* border-radius: 4px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .auth-button:hover{
    transform: scale(1.1);
  }
  .auth-button span{
      position: absolute;
      top: 1px;
      width: 39px;
      height: 37px;
      background-position: center;
      background-size: cover;
      background-image: url('../img/favicon/icon.png');
      color: #f1f1f1;
      text-align: center;
      line-height: 80px;
      z-index: 10;
      transition: opacity .2s, border-radius .2s, box-shadow .3s;
      transition-timing-function: ease-in-out;
      left: 7px;
  }
  .auth-button:hover span{
      -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
          transition: all 2s ease;
    transition-delay: .2s;
        opacity: 0.8;
      border-radius: 25px;
      box-shadow: 0 0 0 5px rgba(255,255,255,.1);
  }
  .auth-button a {
    flex: 1;
    font-size: 10px;
    margin-right: 0px;
    color: #2d3436;
    text-align: center;
    transform: translateY(100%);
    opacity: 0;
    transition: .3s linear;
  }
  .auth-button:hover a {
    opacity: 1;
    transform: translateX(0);
  }
  .auth-button a:nth-of-type(1){
    transition-delay: 1s;
  }
  .auth-button a:nth-of-type(2){
    transition-delay: .8s;
  }
  .auth-button a:nth-of-type(3){
    transition-delay: .6s;
  }
  .auth-button a:nth-of-type(4){
    transition-delay: .4s;
  }
  /* ADJUST BUTTON-TOP-MIN */
  .btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-top-min li {
     display: inline;
     margin: 0 2px;
  }
  .btn-top-min  {
  /*    transform: scale(0.9);*/
  position: fixed;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* display: block; */
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 5px;
  width: 60px;
  /* height: 50px; */
  /* border-radius: 4px; */
  background:transparent no-repeat 0 0;
  /* background-position: center; */
  background-size: cover;
  color: #f1f1f1;
  z-index: 12;
  animation: up-down 7.5s infinite ease-in-out;
  transition: opacity .2s, border-radius .2s, box-shadow .2s;
  transition-timing-function: ease-in-out;
  }
  .btn-top-min a.icon-init {
      background-position: 0 0;
      margin: auto;
  }
  .btn-top-min .icon-init:hover {
      background-position: 0px bottom
  }
  /*-----------------------------------------------------------------------------------*/
  /* MESSENGER BUTTON BOOT SERVICES
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /* ADJUST SHARE BUTTON
  /*-----------------------------------------------------------------------------------*/
  .share-button {
    margin-top: 25px;
    width: 280px;
    height: 80px;
    background: rgba(0,0,0,0.1);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 100px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: .3s linear;
  }
  .share-button:hover{
    transform: scale(1.1);
  }
  .share-button span{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.4) ;
    color: #f1f1f1;
    text-align: center;
    line-height: 80px;
    z-index: 10;
    transition: .6s linear;
    border-radius: 40px;
  }
  .share-button:hover span{
    transform: translateX(-100%);
    transition-delay: .3s;
  }
  .share-button a {
    flex: 1;
    font-size: 26px;
    margin-right: 20px;
    color: #2d3436;
    text-align: center;
    transform: translateX(-100%);
    opacity: 0;
    transition: .3s linear;
  }
  .share-button:hover a {
    opacity: 1;
    transform: translateX(0);
  }
  .share-button a:nth-of-type(1){
    transition-delay: 1s;
  }
  .share-button a:nth-of-type(2){
    transition-delay: .8s;
  }
  .share-button a:nth-of-type(3){
    transition-delay: .6s;
  }
  .share-button a:nth-of-type(4){
    transition-delay: .4s;
  }
  /* ADJUST ROLL UP DISTANCE */
  ul.trigger {margin: auto; max-width: 1140px}
  ul.trigger.slideout:nth-child(1) {
    -webkit-transform: translateY(-22.5em) translateX(0em);
    -moz-transform: translateY(-22.5em) translateX(0em);
    transform: translateY(-22.5em) translateX(0em);
  }
  menu .fa {
    margin: auto
  }
  header-footer-menu .icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header-footer-menu {
    position: relative;
    font-weight: 800;
    text-align: center;
  }
  .footer-menu {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #555555;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    max-height: 0;
  }
  menuitem {
    display: block;
    padding: 1.0em;
    font-weight: 300;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    opacity: 0;
  }
  menuitem:hover {
    background: #41444b;
  }
  footer-menu {
    top:41px;
    position: relative;
    float: right;
    z-index: 12;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
  }
  footer-menu:hover menu {
    max-height: 400px;
  }
  footer-menu:hover menuitem {
    margin: auto;
    opacity: 1;
  }
  footer-menu:hover header .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    /*padding-left:0;*/
  }
  footer-menu:hover header {
    height: 70px;
  }
  footer-menu:hover .instructions {
    width: 100%;
    opacity: 0.7;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	CHROMELINE
  /*-----------------------------------------------------------------------------------*/
  /* #Link to page
  ================================================== */
  .chrome-line {
	position:  absolute;
    width: 100%;
    background: #41444b;
    color: rgba(0, 0, 0, 0.33);
    padding: auto;
	height: 82px;
}
  /*-----------------------------------------------------------------------------------*/
  /*	MENU TOGLLE
  /*-----------------------------------------------------------------------------------*/
  /* #Link to page
  ================================================== */
  @media only screen and (max-width: 981px) {
      #cbp-hrmenu li.navbar-right > a {
          display: none;
      }
  }
  #vnet-header {
    position: absolute;
    z-index: 1001;
    width: 100%;
    opacity: 1;
    top: 0;
  }
  #vnet-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #vnet-header #navbar .navbar-right {
    margin-right: 0;
    text-align: center;
  }
  @media screen and (max-width: 992px) {
    #vnet-header #navbar .navbar-right {
      padding-bottom: 20px;
    }
  }
  #vnet-header #navbar li a {
    font-family: 'Quattrocento Sans', sans-serif;
    color: #f2f2f2;
    position: relative;
    font-size: 14px;
    font-weight: 400;
  }
  @media screen and (max-width: 992px) {
    #vnet-header #navbar li a {
      padding-left: 10px !important;
      padding-right: 10px !important;
      font-size: 14px;
    }
  }
  #vnet-header #navbar li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;
  }
  #vnet-header #navbar li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -17px;
    left: 0;
    background-color: #1a73e8;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #vnet-header #navbar li a:hover {
    color:  #1a73e8;
  }
  #vnet-header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  #vnet-header #navbar li.active a {
    background: transparent;
    background: none;
  }
  @media screen and (max-width: 480px) {
    #vnet-header #navbar li.active a {
      color: #41444b;
    }
  }
  #vnet-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #41444b;
  }
  @media screen and (max-width: 480px) {
    #vnet-header #navbar li.active a span:before {
      background-color: transparent;
    }
  }
  @media screen and (max-width: 992px) {
    #vnet-header #navbar li.active a {
      background: transparent;
      background: none;
    }
  }
  @media screen and (max-width: 992px) and (max-width: 480px) {
    #vnet-header #navbar li.active a {
      color: #41444b;
    }
  }
  @media screen and (max-width: 992px) {
    #vnet-header #navbar li.active a span {
      display: inline-block;
      color: #41444b;
    }
    #vnet-header #navbar li.active a span:before {
      bottom: 0;
      height: 0;
      background: transparent;
    }
  }
  #vnet-header #navbar li.call-to-action {
  margin-left: 5px;
  margin-right: 5px;
  }
  #vnet-header #navbar li.call-to-action a {
    padding: 5px 10px 3px 10px;
    margin: 12px 0 0 0px;
    color: #f2f2f2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
  #vnet-header #navbar li.call-to-action a:hover {
    background-color: #41444b;
    color: #f2f2f2;
  }
  #vnet-header #navbar li.call-to-action a span:before {
    background-color: transparent;
  }
  #vnet-header #navbar li.call-to-action a.sign-up {
    border: 2px solid #1a73e8;
    background: #1a73e8;
  }
  #vnet-header #navbar li.call-to-action a.sign-up:hover {
    background: #1a73e8;
    color: #f2f2f2;
  }
  #vnet-header #navbar li.call-to-action a.log-in {
    border: 2px solid #41444b;
    background: #41444b;
  }
  #vnet-header #navbar li.call-to-action a.log-in:hover {
    background: #41444b;
    color: #f2f2f2;
  }
  #vnet-header .navbar-brand {
    top: 0px;
    float: left;
    display: block;
    font-size: 24px;
    font-weight: 700;
    /* padding-left: 28px; */
    color: rgba(184,183,188,1.00);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
  }
  @media screen and (max-width: 992px) {
    #vnet-header .navbar-brand {
/* padding-left: 35px !important; */
padding-right: 0 !important;
}
    #vnet-header .navbar-brand:after, #vnet-header .navbar-brand:before {
      margin-left: 25px;
    }
  }
  #vnet-header.navbar-fixed-top {
    position: fixed !important;
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
  }
  #vnet-header.navbar-fixed-top .navbar-brand {
    color: #41444b;
  }
  #vnet-header.navbar-fixed-top #navbar li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #vnet-header.navbar-fixed-top #navbar li a:hover {
    color: #41444b;
  }
  @media screen and (max-width: 992px) {
    #vnet-header.navbar-fixed-top #navbar li a {
      font-size: 20px;
    }
  }
  #vnet-header.navbar-fixed-top #navbar li.active a {
    color: #41444b !important;
  }
  @media screen and (max-width: 768px) {
    #vnet-header.navbar-fixed-top #navbar li.active a {
      color: #41444b !important;
    }
  }
  #vnet-header.navbar-fixed-top #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #41444b;
  }
  @media screen and (max-width: 768px) {
    #vnet-header.navbar-fixed-top #navbar li.active a span:before {
      background-color: transparent;
    }
  }
  #vnet-header.navbar-fixed-top #navbar li.call-to-action a {
    border: 2px solid #41444b;
    padding: 5px 10px 3px 10px;
    margin: 12px 0 0 0px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
  #vnet-header.navbar-fixed-top #navbar li.call-to-action a:hover {
    background-color: #41444b;
    color: #fff !important;
  }
  #vnet-header.navbar-fixed-top #navbar li.call-to-action a span:before {
    background-color: transparent;
  }
  #vnet-header.navbar-fixed-top #navbar li.call-to-action a.sign-up {
    border: 2px solid #1a73e8;
    background: #1a73e8;
  }
  #vnet-header.navbar-fixed-top #navbar li.call-to-action a.sign-up:hover {
    background: #1a73e8;
    color: #fff;
  }
  #vnet-header.navbar-fixed-top #navbar li.call-to-action a.log-in {
    border: 2px solid #41444b;
    background: #41444b;
  }
  #vnet-header.navbar-fixed-top #navbar li.call-to-action a.log-in:hover {
    background: #41444b;
    color: #fff;
  }
  #vnet-header .navbar-default {
      border: transparent;
      background: #55555b;
      position: absolute;
      width: 100%;
      height: 55px;
      margin: 0;
      z-index: 1000;
      padding-left: 50px;
      padding-right: 50px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
      -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
      box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
  }
  @media screen and (max-width: 768px) {
    #vnet-header .navbar-default {
      margin-top: 0px;
      padding-right: 0px;
      padding-left: 0px;
    }
  }
  /*MENU TOGGLE*/
  .vnet-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
  }
  .vnet-nav-toggle.active i::before, .vnet-nav-toggle.active i::after {
    background: #fff;
  }
  .vnet-nav-toggle:hover, .vnet-nav-toggle:focus, .vnet-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
  }
  .vnet-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 25px;
    height: 3px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
  }
  .vnet-nav-toggle i::before, .vnet-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .vnet-nav-toggle i::before {
    top: -7px;
  }
  .vnet-nav-toggle i::after {
    bottom: -7px;
  }
  .vnet-nav-toggle:hover i::before {
    top: -10px;
  }
  .vnet-nav-toggle:hover i::after {
    bottom: -10px;
  }
  .vnet-nav-toggle.active i {
    background: transparent;
  }
  .vnet-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .vnet-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }
  .vnet-nav-toggle {
   position: absolute;
    top: 6px;
    right: 25px;
    z-index: 1002;
    padding: 6px 0 0 0;
    display: none;
    margin: 0 auto;
    height: 48px;
    height: 4px;
    border-bottom: none !important;
  }
  @media screen and (max-width: 768px) {
    .vnet-nav-toggle {
      display: block;
    }
  }
  @media screen and (max-width: 480px) {
    .vnet-nav-toggle {
      display: block;
    }
  }
  .social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
  }
  .social li a i {
    display: table-cell;
    vertical-align: middle;
  }
  .social li a:hover, .social li a:active, .social li a:focus {
    text-decoration: none;
    border-bottom: none;
  }
  .social li a.social-box {
    background: #FA5555;
    color: #fff;
  }
  .social li a.social-circle {
    background: #FA5555;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .social li a:hover {
    background: #393e46 !important;
  }
  .social.social-box a {
    background: #FA5555;
    color: #fff;
  }
  .social.social-circle a {
    background: #FA5555;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .social-login-box {
      transform: scale(0.5);
      max-width: 280px;
      margin:  auto;
      text-align: center;
      letter-spacing: 1px;
      z-index: 10;
  }
  /* ==========================================================================
     HEADER DIV
  ========================================================================== */
  #headerwrap {
      text-align: center;
      width: 100%;
      min-height: 260px;
  }
  #headerwrap h1 {
  /*    margin-top: 100px;*/
      color: #fff;
      font-size: 48px;
      font-weight: 700;
      letter-spacing: -1px;
      background: rgba(0,0,0,0.4);
      margin-bottom: 0px;
      width: auto;
      padding: 30px 20px;
      /*text-transform: uppercase;*/
      text-shadow: rgba(0,0,0,0.8) 0 1px 1px;
  }
  #headerwrap h2 {
      color: #fff;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 1px;
      background: rgba(0,0,0,0.4);
      padding: 15px;
  /*    margin-top: 60px;*/
      text-transform: uppercase;
  }
  .single #headerwrap h2, .archive #headerwrap h2 {
      color: #fff;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: -0.5px;
      background: transparent;
      padding: 15px;
      margin-top: 0;
      text-transform: uppercase;
      text-shadow: rgba(0,0,0,0.8) 0 1px 1px;
      position: relative;
      top: 10px;
  }
  #headerwrap i {
      font-size: 35px;
      color: #fff;	
  }
  #headerwrap .pe-7s-airplay {
      font-size: 72px;
  }
  #headerwrap .spacer {
      margin-top: 50px;
  }
  .headerwrap-btn-wrap {
      display: inline-table;
      height: auto;
      line-height: 1;
      opacity: 0.6;
      position: absolute;
      bottom: 0px;
      left: 50%
  }
  .headerwrap-btn-wrap:hover {
      opacity: 1;
  }
  .headerwrap-btn {
  /*    background: #41444b;*/
      display: inline-table;
      weight: 700;
      text-transform: uppercase;
      font-size: 18px;
  /*    padding: 8px 14px;*/
      margin-bottom: 100px;
      animation: up-down 7.5s infinite ease-in-out;
      transition: opacity .2s, border-radius .2s, box-shadow .2s;
      transition-timing-function: ease-in-out;
  }
  .headerwrap-btn .fa-angle-down {
  text-shadow: rgba(0,0,0,0.8) 0 1px 1px;
  }
  /* ==========================================================================
     PORTFOLIO
  ========================================================================== */
  .portfolio-items,.portfolio-filter {
      list-style: none;
      padding: 0;
      margin: 0 -20px 20px 0;
  }
  .portfolio-filter > li {
      display: inline-block;
  }
  .portfolio-items > li {
      float: left;
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .portfolio-items.col-2 > li {
      width: 50%;
  }
  .portfolio-items.col-3 > li {
      width: 33%;
  }
  .portfolio-items.col-4 > li {
      width: 25%;
  }
  .portfolio-items.col-5 > li {
      width: 20%;
  }
  .portfolio-items.col-6 > li {
      width: 16%;
  }
  .portfolio-item {
      padding: 0;
      margin: 0;
      overflow: hidden;
  }
  .portfolio-item .item-inner, .post .item-inner {
      background: #fff;
      padding: 0;
      margin: 0 20px 20px 0;
      position: relative;
  }
  .portfolio-item img {
      width: 100%;
  }
  .portfolio-item h5 {
      background: #fff;
      margin: 0;
      padding: 15px;
      font-weight: 700;
      font-size: 16px;
      white-space: nowrap;
      text-overflow: ellipsis;
      position: relative;
      border-bottom: 4px solid #f0f0f0;
      text-transform: uppercase;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  .portfolio-item:hover h5,.team-member:hover .team-content,.post:hover .content {
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      border-bottom: 4px solid #00b29e;
  }
  .portfolio-item .overlay, .post .overlay {
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(0,0,0,0.4);
      text-align: center;
      vertical-align: middle;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      padding-right: 10px;
  }
  .portfolio-item .overlay .preview , .post .overlay .preview {
      position: absolute;
      bottom: 0;
      display: block;
      clear: left;
      margin-top: 0;
      float: left;
      background: #41444b;
      border: none;
      color: #ccc;
      font-size: 18px;
      width: 60px;
      padding: 8px 0;
  }
  .portfolio-item:hover .overlay, .post .item-inner:hover .overlay {
      opacity: 1;
      left: 0;
  }
  .post .item-inner {
      overflow: hidden;
      margin-right: 0;
  }
  .item-inner .post-meta {
      position: absolute;
      text-align: center;
      bottom: 0;
      display: block;
      clear: left;
      margin-top: 0;
      float: left;
      background: #41444b;
      border: none;
      color: #ccc;
      font-size: 24px;
      width: 60px;   
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
  }
  .post-meta .post-comment {
      line-height: 2;
      padding: 0 !important;
      position: relative;
      top: -5px;
      font-style: 11px;
  }
  .post-comment .fa-comments {
      font-size: 14px;
      position: relative;
      top: -3px;
  }
  .item-inner .post-meta span {
      padding: 5px 0 0;
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
  }
  .item-inner .post-meta p {
      font-size: 10px;
      margin: 0;
      line-height: 1;
      padding-bottom: 0px;
      position: relative;
      top: -5px;
  }
  .post .item-inner:hover .post-meta  {
      margin-left: -60px;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
  }
  /* ==========================================================================
     ISOTOPE
  ========================================================================== */
  .isotope-item {
      z-index: -1;
  }
  .isotope-hidden.isotope-item {
      pointer-events: none;
      z-index: -1;
  }
  /* ==========================================================================
     SERVICES
  ========================================================================== */
  #services {
      padding-top: 35px;
      padding-bottom: 35px;
  }
  #services h3 {
      color: #fff;
  }
  #services p {
      color: #fff;
  }
  #services .icon,#services i {
      color: #fff;
      font-size: 44px;
      margin-top: 22px;
  }
  .grey {
      background: #ebebeb;
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
  }
  #lg .desc {
      text-align: left;
  }
  #call {
      background: #41444b;
      padding-top: 35px;
      padding-bottom: 35px;
      text-align: center;
  }
  #call .btn {
      padding: 10px 12px;
  }
  #call h3 {
      color: #fff;
  }
  #call p {
      color: #fff;
  }
  #sf {
      display: block;
      width: 100%;
  }
  #sf .container {
      width: 100%;
  }
  #sf .col-lg-4 {
      margin: 0;
      padding: 15px;
  }
  #sf .lg {
      background-color: #1abc9c;
  }
  #sf .dg {
      background-color: #292929;
  }
  #sf h4 {
      color: #fff;
  }
  #sf p {
      color: #fff;
  }
  #sf .ml {
      margin-left: 30px;
  }
  #sf i {
      font-size: 70px;
      color: #fff;
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px;
  }
  .process {
      max-width: 69em;
      list-style: none;
      margin: 30px auto;
      padding: 0;
  }
  .process li {
      display: block;
      float: left;
      padding: 1px;
      width: 100%;
      opacity: 0;
  }
  .process li.shown,.no-js .process li,.no-cssanimations .process li {
      opacity: 1;
  }
  .process li a,.process li img {
      outline: 0;
      border: 0;
      display: block;
      max-width: 100%;
  }
  .process.effect-2 li.animate {
      -webkit-transform: translateY(200px);
      -moz-transform: translateY(200px);
      transform: translateY(200px);
      -webkit-animation: moveUp .65s ease forwards;
      -moz-animation: moveUp .65s ease forwards;
      animation: moveUp .65s ease forwards;
  }
  #chartwrap {
      width: 100%;
  }
  #chartwrap .container {
      margin-left: 0;
      padding-left: 0;
  }
  #chartwrap h1,#chartwrap p {
      margin-left: 10px;
  }
  .cardinfo {
      background: #fff;
      padding: 15px;
      margin: 2px;
      text-align: left;
  }
  .cardinfo i {
      font-size: 18px;
      padding-right: 20px;
  }
  .grid {
      max-width: 69em;
      list-style: none;
      margin: 10px auto;
      padding: 0;
  }
  .grid li {
      display: block;
      float: left;
      padding: 7px;
      width: 33%;
      opacity: 0;
  }
  .grid li.shown,.no-js .grid li,.no-cssanimations .grid li {
      opacity: 1;
  }
  .grid li a,.grid li img {
      outline: 0;
      border: 0;
      display: block;
      max-width: 100%;
  }
  .grid img {
      opacity: .7;
  }
  .grid img:hover {
      opacity: 1;
  }
  .grid.effect-2 li.animate {
      -webkit-transform: translateY(200px);
      -moz-transform: translateY(200px);
      transform: translateY(200px);
      -webkit-animation: moveUp .65s ease forwards;
      -moz-animation: moveUp .65s ease forwards;
      animation: moveUp .65s ease forwards;
  }
  #content-wrapper {
      background-color: #f2f2f2;
      position: relative;
      margin-bottom: 0px;
      z-index: 12;
       -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
      -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
      box-shadow: 0 -1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
  }
  #search-wrapper {
      background-color: #41444b;
      padding: 10px 10px;
      top: 28px;
      position: relative;
  /*    overflow: hidden;*/
      z-index: 101;
      width: 100%;
  }
  .search-vnet {
      background-color: #41444b;
      position: absolute;
      right: 100px;
      top: 50px;
      padding: 1px 1px;
      font-size: 10px;
      line-height: 19px;
      /* height: 55px; */
      /* width: 50%; */
      z-index: 12;
  }
  .body-push-toright #search-wrapper .container {
      margin: 0 5%;
  }
  #search-wrapper input {
      width: 98%;
      padding: 10px 5px;
      font-size: 14px;
      border: none;
      background-color: #555;
      color: #eee;
  }
  .close-trigger {
      font-size: 30px;
      right: 3px;
      color: gray;
      position: fixed;
      top: 80px;
  }
  .close-trigger:hover,.search-trigger:hover {
      cursor: pointer;
      color: #fff;
  }
  .search-trigger {
      display: block;
      color: grey;
  }
  .gap {
      margin-bottom:80px;
      position: inherit
  }
  /* ==========================================================================
     LINE LINE
  ========================================================================== */
  .message-item {
      margin-bottom: 25px;
      margin-left: 40px;
      position: relative;
  }
  .message-item .message-inner {
      background: #E6E6E6;
      border-radius: 0;
      padding: 10px;
      position: relative;
  }
  .message-item .message-inner .qa-message-content {
      line-height: 1.8;
      font-size: 14px;
  }
  .message-item .message-inner:before {
      border-style: solid;
      border-width: 10px;
      color: rgba(0,0,0,0);
      content: "";
      display: block;
      height: 0;
      position: absolute;
      left: -20px;
      top: 6px;
      width: 0;
  }
  .message-item .message-inner:after {
      border-right: 10px solid #E6E6E6;
      border-style: solid;
      border-width: 10px;
      color: rgba(0,0,0,0);
      content: "";
      display: block;
      height: 0;
      position: absolute;
      left: -18px;
      top: 6px;
      width: 0;
  }
  .message-item:before {
      background: #ccc;
      border-radius: 2px;
      content: "";
      height: 70%;
      left: -29px;
      position: absolute;
      width: 1px;
      top: 35px;
  }
  .message-item:after {
      border-radius: 50%;
      content: '\f017';
      font-family: 'Fontawesome';
      height: 15px;
      left: -35px;
      position: absolute;
      top: 10px;
      width: 15px;
      line-height: 16px;
  }
  .message-item .message-head {
      border-bottom: 1px solid #eee;
      margin-bottom: 8px;
      padding-bottom: 8px;
  }
  .message-item .message-head .avatar {
      margin-right: 20px;
  }
  .message-item .message-head .user-detail {
      overflow: hidden;
  }
  .message-item .message-head .user-detail h5 {
      font-size: 16px;
      font-weight: 700;
      margin: 0;
  }
  .message-item .message-head .post-meta {
      float: left;
      padding: 0 15px 0 0;
  }
  .message-item .message-head .post-meta >div {
      color: #333;
      font-weight: 700;
      text-align: right;
  }
  .post-meta > div {
      color: #777;
      font-size: 12px;
      line-height: 22px;
  }
  .message-item .message-head .post-meta >div {
      color: #333;
      font-weight: 700;
      text-align: right;
  }
  .post-meta > div {
      color: #777;
      font-size: 12px;
      line-height: 22px;
  }
  /* ==========================================================================
     BACKGROUND
     ========================================================================== */
  .backstretch:before {
      content: '';
      background-image: url(../img/overlays/03.png);
      min-width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      z-index: 2;
      -webkit-box-shadow:inset 0 0 200px 50px rgba(0,0,0,0.6);
      box-shadow:inset 0 0 200px 50px rgba(0,0,0,0.6);
  }
  .backstretch {
      width: 100% !important;
  }
  #mapwrapper {
      width: 100%;
      height: 400px;
  }
  /*-----------------------------------------------------------------------------------*/
  /*  ANIMATE
  /*-----------------------------------------------------------------------------------*/
  .no-display {
      opacity: 0;
      -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }
  .appear {
      opacity: 1;
      -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }
  #gototop {
      position: fixed;
      bottom: 0;
  /*    left: 50%;*/
      margin-left: -40px;
      padding: 5px 15px;
      font-size: 24px;
      color: gray;
      z-index: 1001;
      background: #41444b;
      width: 60px;
      text-align: center;
  }
  /*-----------------------------------------------------------------------------------*/
  /*  QUOTES
  /*-----------------------------------------------------------------------------------*/
  .glyphicon-lg {
      font-size: 3em;
  }
  .blockquote-box {
      margin-bottom: 30px;
      padding-right: 13px;
  }
  .blockquote-box .square {
      width: 140px;
      min-height: 50px;
      margin-right: 22px;
      text-align: center !important;
      position: relative;
  }
  .blockquote-box.blockquote-primary {
      border-color: #357EBD;
  }
  .blockquote-box.blockquote-primary .square {
      background-color: #292929;
      color: #FFF;
  }
  .blockquote-box.blockquote-success {
      border-color: #4CAE4C;
  }
  .blockquote-box.blockquote-success .square {
      background-color: #5CB85C;
      color: #FFF;
  }
  .blockquote-box.blockquote-info {
      border-color: #46B8DA;
  }
  .blockquote-box.blockquote-info .square {
      background-color: #5BC0DE;
      color: #FFF;
  }
  .blockquote-box.blockquote-warning {
      border-color: #EEA236;
  }
  .blockquote-box.blockquote-warning .square {
      background-color: #F0AD4E;
      color: #FFF;
  }
  .blockquote-box.blockquote-danger {
      border-color: #D43F3A;
  }
  .blockquote-box.blockquote-danger .square {
      background-color: #D9534F;
      color: #FFF;
  }
  /*-----------------------------------------------------------------------------------*/
  /*  TESTIMONIALS
  /*-----------------------------------------------------------------------------------*/
  #testimonials .media img {
      border: 2px solid #fff;
  }
  #testimonials .media {
      color: #fff;
      margin-bottom: 20px;
      font-weight: 300;
      font-style: italic;
  }
  #testimonials .media h3 {
      font-size: 20pt;
      line-height: normal;
      margin: 0;
      padding-bottom: 5px;
      font-style: normal;
  }
  #testimonials .bubble {
      position: relative;
      padding: 20px;
      background: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-weight: 300;
      font-style: italic;
      color: #444;
  }
  #testimonials .bubble:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 0 12px 12px;
      border-color: #FFF transparent;
      display: block;
      width: 0;
      z-index: 2;
      top: -12px;
      left: 50%;
      margin-left: -12px;
  }
  #testimonials .media-body {
      padding-top: 25px;
      padding-bottom: 25px;
  }
  #testimonials .testimonial {
      padding: 0 120px;
      margin-bottom: 80px;
  }
  #testimonial-carousel .owl-prev {
      float: left;
      left: -20px;
      color: #fff;
      position: relative;
      bottom: 70px;
  }
  #testimonial-carousel a {
      color: #fff;
  }
  #testimonial-carousel .owl-next {
      float: right;
      right: -20px;
      color: #fff;
      position: relative;
      bottom: 70px;
  }
  /*-----------------------------------------------------------------------------------*/
  /*  LOGO CAROUSEL
  /*-----------------------------------------------------------------------------------*/
  #logo-carousel .owl-item {
      padding: 0 20px;
  }
  #logo-carousel .item img {
      max-width: 100%;
      height: auto;
  }
  #logo-carousel .owl-prev {
      float: left;
      color: #222;
      position: relative;
      bottom: 70px;
  }
  #logo-carousel a {
      color: #222;
  }
  #logo-carousel .owl-next {
      float: right;
      color: #222;
      position: relative;
      bottom: 70px;
  }
  /* ==========================================================================
     27 - COUNTDOWN
  ========================================================================== */
  #countdown .time-wrap {
      width: 20%;
      max-width: 160px;
      display: inline-block;
      margin: 0 10px;
  }
  #countdown h1 {
      margin-bottom: 0px;
      border-bottom: 0;
      padding-bottom: 0;
  }
  #countdown p {
      font-size: 18px;
      color: #fff;
      font-weight: 700;
  }
  .countdowntext {
      border-top: 10px solid #fff;
      padding-top: 20px;
      margin-top: 0;
  }
  /*-----------------------------------------------------------------------------------*/
  /*  BUTTONS
  /*-----------------------------------------------------------------------------------*/
  .btn-outlined {
      border-radius: 0;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s;
  }
  .btn-outlined.btn-primary:active, .btn-outlined.btn-primary.active {
      background: #292929;
      border-color: #292929;
      color: #fff;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .btn-outlined.btn-primary {
        background: #9E9E9E;
        border: 1px solid #607D8B;
        color: #607D8B;
  }
  .btn-outlined.btn-primary:hover,.btn-outlined.btn-primary:active {
      color: #FFF;
      background: #292929;
      border-color: #292929;
  }
  .btn-outlined.btn-success {
      background: none;
      border: 2px solid #5cb85c;
      color: #5cb85c;
  }
  .btn-outlined.btn-success:hover,.btn-outlined.btn-success:active {
      color: #FFF;
      background: #47a447;
  }
  .btn-outlined.btn-info {
      background: none;
      border: 2px solid #5bc0de;
      color: #5bc0de;
  }
  .btn-outlined.btn-info:hover,.btn-outlined.btn-info:active {
      color: #FFF;
      background: #39b3d7;
  }
  .btn-outlined.btn-warning {
      background: none;
      border: 2px solid #f0ad4e;
      color: #f0ad4e;
  }
  .btn-outlined.btn-warning:hover,.btn-outlined.btn-warning:active {
      color: #FFF;
      background: #ed9c28;
  }
  .btn-outlined.btn-danger {
      background: none;
      border: 2px solid #d9534f;
      color: #d9534f;
  }
  .btn-outlined.btn-danger:hover,.btn-outlined.btn-danger:active {
      color: #FFF;
      background: #d2322d;
  }
  /* DIVIDER */
  .divider-wrapper, .divider-wrapper h1, .divider-wrapper h2, .divider-wrapper h3, .divider-wrapper h4, .divider-wrapper h5, .divider-wrapper h6 {
      color: #fff;
  }
  .divider-wrapper {
      background: #29363b;
      padding-top: 35px;
      padding-bottom: 35px;
  }
  .section-wrapper {
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .section-gap {
      padding-top: 200px;
      padding-bottom: 100px;
  }
  /* ==========================================================================
    OWL CAROUSEL
  ========================================================================== */
  .owl-carousel .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
  }
  /* display none until init */
  .owl-carousel{
      display: none;
      position: relative;
      width: 100%;
      -ms-touch-action: pan-y;
  }
  .owl-carousel .owl-wrapper{
      display: none;
      position: relative;
      transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel .owl-wrapper-outer{
      overflow: hidden;
      position: relative;
      width: 100%;
  }
  .owl-carousel .owl-wrapper-outer.autoHeight{
      -webkit-transition: height 500ms ease-in-out;
      -moz-transition: height 500ms ease-in-out;
      -ms-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out;
  }
  .owl-carousel .owl-item{
      float: left;
  }
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div{
      cursor: pointer;
  }
  .owl-controls {
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  /* mouse grab icon */
  .grabbing { 
      cursor:url(grabbing.png) 8 8, move;
  }
  /* fix */
  .owl-carousel  .owl-wrapper,
  .owl-carousel  .owl-item{
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility:    hidden;
      -ms-backface-visibility:     hidden;
      transform: translate3d(0, 0, 0);
  /*
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  */
  }
  /* ==========================================================================
     PRICING TABLES
  ========================================================================== */
  .flat .plan {
    border-radius: 6px;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 15px;
    background: #fff;
    text-align: center;
  }
  .flat .plan li {
    padding: 10px 15px;
    color: #ccc;
    border-top: 1px solid #f5f5f5;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .flat .plan li.plan-price {
    border-top: 0;
  }
  .flat .plan li.plan-name {
    padding: 15px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background: #292929;
    margin-bottom: 30px;
    border-top: 0;
  }
  .flat .plan li > strong {
    color: #292929;
  }
  .flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
  }
  .flat .plan.featured {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .flat .plan.featured li.plan-name {
    background: #222;
  }
  .flat .plan.featured:hover li.plan-name {
    background: #292929;
  }
  .flat .plan:hover li.plan-name {
    background: #222;
  }
  /* ==========================================================================
     CONTACT
     ========================================================================== */
  #contactform input#name,#contactform input#email,#contactform input#website,#contactform textarea#comments {
    width: 100%;
    padding: 13px 8px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: rgba(0,0,0,0.1);
    color: #202020;
    border: none;
  }
  #contactform textarea#comments {
    min-height: 150px;
  }
  #contact h3 {
    text-transform: uppercase;
  }
  /* ==========================================================================
     TEAM
     ========================================================================== */
  #team .blockquote-box h4 {
      margin-top: 0;
  }
  #team .social-profiles a {
      width: 35px;
      background-color: #e5e5e5;
      border-color: transparent;
      opacity: 0.6;
  }
  #team .social-profiles a:hover {
      opacity: 1;
  }
  /* ==========================================================================
     SINGLE POST/PAGE
     ========================================================================== */
  .single .post-navigation {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }
  .single .post-navigation>li {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }
  .single .post-navigation>li:before {
      content: none;
  }
  .single .post-navigation:after {
      display: table;
      clear: both;
      height: 0;
      content: "";
  }
  .single .post-navigation .previous-post {
      float: left;
  }
  .single .post-navigation .next-post {
      float: right;
      text-align: right;
  }
  .single .post-navigation .post-nav-title {
      margin: 0;
      font-weight: 700;
  }
  .single .post-content {
      padding-left: 30px;
  }
  .post-list .post h3 {
      margin-bottom: 20px;
  }
  .single #bannertext, .archive #bannertext {
      margin-top: 80px;
  }
  .single #bannertext hr, .archive #bannertext hr {
      border-top: 2px solid #ffffff;
      margin: 20px auto 12px;
  }
  .single #bannertext p, .archive #bannertext p {
      color: #fff;
      font-weight: 400;
      font-size: 18px;
      text-shadow: rgba(0,0,0,0.4) 0 1px 1px;
  }
  .post-details {
      margin-bottom: 5px;
  }
  /* ==========================================================================
     SINGLE PORTFOLIO
     ========================================================================== */
  .single-portfolio #bannertext {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-width: 1170px;
  }
  .single-portfolio #bannertext .btn-outlined.btn-primary {
      background-color: rgba(0,0,0,0.8);
      border: none;
      font-size: 18px;
      color: #ffffff;
      position: relative;
      bottom: 45px;
      padding: 2px 10px 2px 10px;
  }
  .single-portfolio #bannertext #prevslide {
      background-color: rgba(0,0,0,0.8);
      border: none;
      font-size: 18px;
      color: #ffffff;
      position: relative;
      bottom: 45px;
      padding: 2px 10px 2px 10px;
  }
  /* ==========================================================================
     STATS
     ========================================================================== */
  .stat-icon {
      font-size: 44px;
  }
  #stats .countup {
      font-size: 28px;
      font-weight: 700;
  }
  /* ==========================================================================
     SIDEBAR
  ========================================================================== */
  #main-sidebar .widget-title {
      margin-top: 0;
      margin-bottom: 20px;
  }
  #main-sidebar .widget {
      margin-bottom: 60px;
  }
  #main-sidebar .widget .media-heading {
      margin: 0 0 1px;
      clear: both;
      display: block;
  }
  .tag-widget {
      padding: 0;
      margin: 0;
      list-style: none;
  }
  .tag-widget li {
      display: inline-block;
      margin: 0 5px 8px 0;
  }
  /* ==========================================================================
     COMMENTS
  ========================================================================== */
  h3.comments-title {
      margin-bottom: 60px;
  }
  #comments .well {
      overflow: hidden;
  }
  .comment-list {
      list-style-type: none;
      margin: 0 0 40px 0;
      padding: 0;
  }
  .comment-list .comment {
      margin-bottom: 40px;
      clear: left;
      position: relative;
      display: block;
      overflow: hidden;
  }
  .comment-meta {
      position: relative;
      background: #2b2b2b;
      z-index: -1;
      padding: 10px;
  }
  .comments-wrapper {
      margin-bottom: 60px;
  }
  .comment-meta img {
      max-width: 100%;
      height: auto;
      width: 100%;
  }
  .comment-metadata {
      margin-top: 10px;
      color: #fff;
      font-size: 11px;
      margin-bottom: 5px;
  }
  .comment-metadata a {
      color: #fff;
  }
  .comment-meta:after {
      left: 100%;
      top: 25px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(43, 43, 43, 0);
      border-left-color: #2b2b2b;
      border-width: 10px;
      margin-top: -10px;
      z-index: -1;
  }
  .comment-list p {
      padding-top: 0;
  }
  .comment-list .reply {
      text-align: right;
  }
  .comment-content {
      padding-right: 0;
  }
  #respond {
      margin-bottom: 40px;
  }
  #respond p {
      padding: 0;
      margin: 0;
  }
  #respond .comment-notes {
      margin-bottom: 10px;
  }
  #respond #author, #respond #email, #respond #url, #respond #comment {
      width: 100%;
      padding: 5px;
      margin-bottom: 15px;
  }
  /* ==========================================================================
     SHARE BUTTONS
  ========================================================================== */
  #sharebox .btn {
      background-color: #e5e5e5;
      border-color: transparent;
      opacity: 0.6
  }
  #sharebox .btn:hover  {
      opacity: 1;
  }
  i.fb,       span.fb{     color: #3b5998; }
  i.tw,       span.tw{     color: #00aced; }
  i.google,   span.google{ color: #dd4b39; }
  i.linkin,   span.linkin{ color: #007bb6; }
  i.vk,       span.vk{     color: #45668e; }
  i.pinterest,span.pinterest{color: #cb2027;}
  .google-plus-one i{
     position: absolute;
     left: -4px;
     bottom: -5px;
  }
  .google-plus-one span{
     font-size: 16px; 
     font-weight: 900; 
     line-height: 10px;
     margin-left: 15px;
  }
  .btn-sm.google-plus-one span{ font-size: 14px; }
  .btn-sm.google-plus-one i{ bottom: -3px; }
  .btn-lg.google-plus-one span{ font-size: 20px; margin-left: 18px; }
  .btn-lg.google-plus-one {
      overflow: hidden;
  }
  .btn-lg.google-plus-one i{ bottom: -5px; }
  .btn-xs.google-plus-one span{ font-size: 12px;}
  .btn-xs.google-plus-one i{ bottom: -7px; }
  /* ==========================================================================
     LOADING
  ========================================================================== */
  .js .loading:before,.js .loading:after {
    content: "";
    z-index: 1000;
    position: fixed
}
.js .loading:before {
    width: 100%;
    height: 100%;
    background: var(--color-bg);
    top: 0;
    left: 0
}
.js .loading:after {
    width: 60px;
    height: 60px;
    opacity: .4;
    background: var(--color-link);
    border-radius: 50%;
    margin: -30px 0 0 -30px;
    animation: .7s linear infinite alternate forwards loaderAnim;
    top: 50%;
    left: 50%
}
@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale(.5)
    }
}
a {
    color: var(--color-link);
    cursor: pointer;
    outline: none;
    text-decoration: none
}
a:not(.frame__title-back) {
    white-space: nowrap;
    position: relative;
    overflow: hidden
}
a:hover {
    color: var(--color-link-hover);
    outline: none
}
a:focus {
    background: #d3d3d3;
    outline: none
}
a:focus:not(:focus-visible) {
    background: 0 0
}
a:focus-visible {
    background: 0 0;
    outline: 2px solid red
}
.unbutton {
    font: inherit;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}
.unbutton:focus {
    outline: none
}
main {
    height: 100vh;
    flex-direction: column;
    display: flex
}
.frame {
    color: var(--color-title);
    grid-gap: 2rem;
    text-transform: lowercase;
    align-items: start;
    margin-bottom: 3rem;
    padding: 1rem 2rem;
    font-size: .75rem
}
.frame a:not(.frame__title-back):before {
    content: "";
    height: 1px;
    width: 100%;
    transform-origin: 0%;
    background: currentColor;
    transition: transform .3s;
    position: absolute;
    top: 90%
}
.frame a:not(.frame__title-back):hover:before {
    transform-origin: 100%;
    transform: scaleX(0)
}
.frame__title {
    grid-area: title;
    display: flex
}
.frame__title-main {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}
.frame__title-back {
    align-items: flex-end;
    display: flex;
    position: relative
}
.frame__title-back span {
    display: none
}
.frame__title-back svg {
    fill: currentColor
}
.frame__prev {
    grid-area: prev;
    align-self: start
}
.ascii {
    color: var(--color-link);
    opacity: .5;
    pointer-events: none;
    position: fixed;
    top: -1rem;
    right: 0
}
.content {
    /* max-width:830px; */
    gap: 1rem;
    /* padding: 7vh 2rem 0; */
    /* display:grid; */
}
dt {
    font-weight: 700
}
dd {
    margin: 0
}
.effects {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: auto;
    padding: 2rem;
    display: flex
}
.effects button {
    color: inherit;
    white-space: nowrap;
    text-transform: inherit;
    font: inherit;
    cursor: pointer;
    color: var(--color-link);
    text-transform: lowercase;
    background: 0 0;
    border: 0;
    font-size: .75rem
}
.effects button:before {
    content: "[";
    margin-right: .5rem;
    display: inline-block
}
.effects button:after {
    content: "]";
    margin-left: .5rem;
    display: inline-block
}
.effects button:hover {
    color: var(--color-link-hover)
}
.splitting .words .word {
    white-space: nowrap
}
@media screen and (min-width: 53em) {
    .frame {
        grid-template:"title prev sponsor"/auto auto 1fr;
        justify-content: start;
        display: grid
    }
    .content {
        grid-template-columns: 15ch 1fr
    }
.splitting .word,.splitting .char {
    display: inline-block
}
.splitting .char {
    position: relative
}
.splitting .char:before,.splitting .char:after {
    content: attr(data-char);
    visibility: hidden;
    -webkit-user-select: none;
    user-select: none;
    transition: inherit;
    position: absolute;
    top: 0;
    left: 0
}
.splitting {
    --word-center: calc((var(--word-total) - 1)/2);
    --char-center: calc((var(--char-total) - 1)/2);
    --line-center: calc((var(--line-total) - 1)/2)
}
.splitting .word {
    --word-percent: calc(var(--word-index)/var(--word-total));
    --line-percent: calc(var(--line-index)/var(--line-total))
}
.splitting .char {
    --char-percent: calc(var(--char-index)/var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc((var(--char-offset)*var(--char-offset))/var(--char-center));
    --distance-sine: calc(var(--char-offset)/var(--char-center));
    --distance-percent: calc((var(--distance)/var(--char-center)))
}
.splitting.cells img {
    width: 100%;
    display: block
}
@supports (display: grid ) {
    .splitting.cells {
        visibility:hidden;
        background-size: cover;
        position: relative;
        overflow: hidden
    }
    .splitting .cell-grid {
        background: inherit;
        width: 100%;
        height: 100%;
        grid-template: repeat(var(--row-total),1fr)/repeat(var(--col-total),1fr);
        display: grid;
        position: absolute;
        top: 0;
        left: 0
    }
    .splitting .cell {
        background: inherit;
        position: relative;
        overflow: hidden
    }
    .splitting .cell-inner {
        background: inherit;
        visibility: visible;
        width: calc(100%*var(--col-total));
        height: calc(100%*var(--row-total));
        left: calc(-100%*var(--col-index));
        top: calc(-100%*var(--row-index));
        position: absolute
    }
    .splitting .cell {
        --center-x: calc((var(--col-total) - 1)/2);
        --center-y: calc((var(--row-total) - 1)/2);
        --offset-x: calc(var(--col-index) - var(--center-x));
        --offset-y: calc(var(--row-index) - var(--center-y));
        --distance-x: calc((var(--offset-x)*var(--offset-x))/var(--center-x));
        --distance-y: calc((var(--offset-y)*var(--offset-y))/var(--center-y))
    }
