@font-face {
    font-family: "Aribau Grotesk Regular";
    src: url("../fonts/Aribau Grotesk Regular.eot");
    src: local("☺"), url("../fonts/Aribau Grotesk Regular.woff") format("woff"),
        url("../fonts/Aribau Grotesk Regular.ttf") format("truetype"),
        url("../fonts/Aribau Grotesk Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Aribau Grotesk Regular Light";
    src: url("../fonts/Aribau Grotesk Regular Light.eot");
    src: local("☺"),
        url("../fonts/Aribau Grotesk Regular Light.woff") format("woff"),
        url("../fonts/Aribau Grotesk Regular Light.ttf") format("truetype"),
        url("../fonts/Aribau Grotesk Regular Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bariol";
    src: url("../fonts/bariol_regular-webfont.eot");
    src: local("☺"), url("../fonts/bariol_regular-webfont.woff") format("woff"),
        url("../fonts/bariol_regular-webfont.ttf") format("truetype"),
        url("../fonts/bariol_regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-color: #ffce00;
    --secondary-color: #fed737;
}

html {
    scroll-behavior: smooth;
}

body * {
    /* font-weight: normal; */
    font-family: "Aribau Grotesk Regular", Sans-Serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: "Bariol", Sans-Serif;
}

/* =========================================== Reset */

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img,
a img {
    border: none;
}

textarea {
    resize: none;
}

header,
section,
footer,
aside,
nav,
article {
    display: block;
}

input,
textarea {
    outline: none;
}

video {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* =========================================== General */

* {
    transition: all ease-in-out 0.15s;
}

html,
body {
    overflow-x: hidden;
}

body {
    /* cursor: none; */
    min-width: 320px;
}

h4 span {
    font-size: 2.3rem;
}

.container-fluid {
    overflow: hidden;
    /* max-width: 1920px; */
    position: relative;
}

.page-wrapper {
    z-index: 1;
    position: relative;
}

.txt-black {
    color: #000000;
}

.txt-white {
    color: #ffffff;
}

.txt-primary {
    color: var(--primary-color);
}

.btn {
    border-radius: 10px;
}
.btn:hover,
.btn:focus,
.btn.active {
    box-shadow: none !important;
}
.btn-primary {
    color: #000000;
    background-color: var(--primary-color);
    border: none;
    overflow: hidden;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    box-shadow: none !important;
    color: #000000 !important;
    background-color: var(--primary-color);
}
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-top-light:before {
    background: #000000;
}
.hvr-bounce-to-top-light:active,
.hvr-bounce-to-top-light:focus,
.hvr-bounce-to-top-light:hover {
    color: var(--primary-color) !important;
}

.btn-secondary {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
    color: #000000 !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.btn-booom {
    padding: 5px 0;
    font-size: 32px;
    border-radius: 0;
    font-weight: bolder;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #000000;
    transition: all ease-in-out 0.3s;
}
.btn-booom:focus,
.btn-booom:hover {
    text-shadow: 0 5px var(--primary-color);
}

.btn-dropdown {
    display: inline-block;
}
.btn-dropdown > i {
    top: 5px;
    left: 7.5px;
    font-size: 24px;
    display: initial;
    position: relative;
}
.btn-dropdown:hover > i {
    text-shadow: 0 5px var(--primary-color);
}
.btn-dropdown > i.no {
    display: none;
}
.btn-dropdown.active > i.si {
    display: none;
}
.btn-dropdown.active > i.no {
    display: initial;
}

.navbar-links {
    justify-content: space-around !important;
}

.navbar-icon {
    justify-content: flex-end !important;
}

.navbar-nav .nav-item {
    position: relative;
    font-weight: lighter;
    font-family: "Aribau Grotesk Regular Light", sans-serif;
}

.navbar-nav .nav-item.active,
.navbar-nav .nav-item:hover {
    color: var(--secondary-color);
}

.navbar-nav .nav-item.active::after {
    width: 0;
    height: 0;
    z-index: 2;
    content: "";
    bottom: -5px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 3px);
    background-color: var(--primary-color);
    border: 3px var(--primary-color) solid;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.grayscale {
    filter: grayscale(1);
}
.grayscale:hover {
    filter: grayscale(0);
}

.dynamic-lines {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background-color: #ffffff;
}
.dynamic-lines .line {
    border: 0;
    position: absolute;
    background-color: #ababab;
}
.dynamic-lines .line.vl {
    width: 1px;
    height: 100%;
}
.dynamic-lines .line.hl {
    width: 100%;
    height: 1px;
}
.dynamic-lines .line.vl:nth-child(0) {
    animation: moving-horizontal-0 40s linear infinite;
}
.dynamic-lines .line.vl:nth-child(1) {
    animation: moving-horizontal-1 40s linear infinite;
}
.dynamic-lines .line.vl:nth-child(2) {
    animation: moving-horizontal-2 40s linear infinite;
}
.dynamic-lines .line.vl:nth-child(3) {
    animation: moving-horizontal-3 40s linear infinite;
}
.dynamic-lines .line.hl:nth-child(0) {
    animation: moving-vertical-0 50s linear infinite;
}
.dynamic-lines .line.hl:nth-child(1) {
    animation: moving-vertical-1 50s linear infinite;
}
.dynamic-lines .line.hl:nth-child(2) {
    animation: moving-vertical-2 50s linear infinite;
}
.dynamic-lines .line.hl:nth-child(3) {
    animation: moving-vertical-3 50s linear infinite;
}
@keyframes moving-vertical-0 {
    0% {
        top: -80%;
    }
    25% {
        top: -180%;
    }
    50% {
        top: -80%;
    }
    75% {
        top: -180%;
    }
    100% {
        top: -80%;
    }
}
@keyframes moving-vertical-1 {
    0% {
        top: 0;
    }
    25% {
        top: 100%;
    }
    50% {
        top: 0;
    }
    75% {
        top: 100%;
    }
    100% {
        top: 0;
    }
}
@keyframes moving-vertical-2 {
    0% {
        top: 20%;
    }
    25% {
        top: 120%;
    }
    50% {
        top: 20%;
    }
    75% {
        top: 120%;
    }
    100% {
        top: 20%;
    }
}
@keyframes moving-vertical-3 {
    0% {
        top: 80%;
    }
    25% {
        top: 180%;
    }
    50% {
        top: 80%;
    }
    75% {
        top: 180%;
    }
    100% {
        top: 80%;
    }
}
@keyframes moving-horizontal-0 {
    0% {
        left: -80%;
    }
    25% {
        left: -180%;
    }
    50% {
        left: -80%;
    }
    75% {
        left: -180%;
    }
    100% {
        left: -80%;
    }
}
@keyframes moving-horizontal-1 {
    0% {
        left: 0;
    }
    25% {
        left: 100%;
    }
    50% {
        left: 0;
    }
    75% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
@keyframes moving-horizontal-2 {
    0% {
        left: 20%;
    }
    25% {
        left: 120%;
    }
    50% {
        left: 20%;
    }
    75% {
        left: 120%;
    }
    100% {
        left: 20%;
    }
}
@keyframes moving-horizontal-3 {
    0% {
        left: 80%;
    }
    25% {
        left: 180%;
    }
    50% {
        left: 80%;
    }
    75% {
        left: 180%;
    }
    100% {
        left: 80%;
    }
}

.p-10 {
    padding: 20px 80px;
}

header .logo {
    height: 45px;
}

footer {
    color: #000000;
    background-color: var(--secondary-color);
}
footer h1 {
    font-size: 50px;
}

.context-menu {
    z-index: 0;
}
.context-menu .navbar-nav .nav-item.active::after {
    bottom: 0;
}
.context-menu .menu-button {
    top: 47.5px;
    right: 47.5px;
    z-index: 100;
    position: absolute;
}
.context-menu.active .menu-button {
    position: fixed;
}
.context-menu .logo {
    display: none;
    transition: all linear 0.75s;
}
.context-menu.active .logo {
    display: inline-block;
}
.context-menu .menu-button .ham {
    width: 60px !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.context-menu.active .menu-button .hamRotate {
    transform: rotate(45deg);
}
.context-menu .menu-button .ham .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000000;
    stroke-width: 4;
    stroke-linecap: round;
}
.inner-page .context-menu .menu-button .ham .line {
    stroke: #ffffff;
}
.inner-page .context-menu.active .menu-button .ham .line {
    stroke: #ffffff;
}
.context-menu.active .menu-button .ham .line {
    stroke: #ffffff;
}
.context-menu .menu-button .ham .top {
    stroke: var(--primary-color) !important;
    stroke-dasharray: 40 100;
}
.context-menu .menu-button .ham .middle {
    stroke-dasharray: 40 100;
}
.context-menu .menu-button .ham .bottom {
    stroke-dasharray: 40 100;
}
.context-menu.active .menu-button .ham .top {
    stroke: #000000;
    stroke-dashoffset: -68px;
}
.context-menu.active .menu-button .ham .bottom {
    stroke-dashoffset: -68px;
}
.context-menu .menu-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all linear 0.1s;
}
.context-menu.active .menu-wrapper {
    opacity: 1;
    z-index: 99;
}
.context-menu .menu-wrapper .menu-out {
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all linear 0.1s;
    background-color: rgba(255, 255, 255, 0.25);
}
.context-menu.active .menu-wrapper .menu-out {
    opacity: 1;
}
.context-menu .menu-wrapper .menu-box {
    right: -20%;
    width: 320px;
    height: 100%;
    color: #ffffff;
    position: absolute;
    padding: 100px 40px 0;
    background-color: #000000;
    transition: all ease-out 0.25s;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
}
.context-menu.active .menu-wrapper .menu-box {
    right: 0;
}
.arrows:hover {
    cursor: pointer;
    color: var(--primary-color);
}

#follower {
    transition: none !important;
    z-index: 9999999999999;
    position: absolute;
    top: 50%;
    left: 50%;
}
#follower #circle1 {
    position: absolute;
    -webkit-animation: pulsePointer 2s infinite; /* Chrome, Safari, Opera */
    animation: pulsePointer 2s infinite;
    background: #fff;
    border-radius: 50%;
    height: 0em;
    width: 0em;
    margin-top: 0em;
    margin-left: 0em;
}
#follower #circle2 {
    position: absolute;
    -webkit-animation: pulsePointer 4s infinite; /* Chrome, Safari, Opera */
    animation: pulsePointer 4s infinite;
    background: rgba(200, 0, 0, 0.8);
    border-radius: 50%;
    height: 0em;
    width: 0em;
    margin-top: 0em;
    margin-left: 0em;
}
@-moz-keyframes pulsePointer {
    0% {
        opacity: 0.2;
        height: 1em;
        width: 1em;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
    50% {
        opacity: 0.9;
        height: 3em;
        width: 3em;
        margin-top: -1.5em;
        margin-left: -1.5em;
    }
    100% {
        opacity: 0.2;
        height: 1em;
        width: 1em;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
}
@-webkit-keyframes pulsePointer {
    0% {
        opacity: 0.2;
        height: 1em;
        width: 1em;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
    50% {
        opacity: 0.9;
        height: 3em;
        width: 3em;
        margin-top: -1.5em;
        margin-left: -1.5em;
    }
    100% {
        opacity: 0.2;
        height: 1em;
        width: 1em;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
}
@-o-keyframes pulsePointer {
    0% {
        opacity: 0.2;
        height: 1em;
        width: 1em;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
    50% {
        opacity: 0.9;
        height: 3em;
        width: 3em;
        margin-top: -1.5em;
        margin-left: -1.5em;
    }
    100% {
        opacity: 0.2;
        height: 1em;
        width: 1em;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
}
@keyframes pulsePointer {
    0% {
        opacity: 0.2;
        height: 1em;
        width: 1em;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
    50% {
        opacity: 0.9;
        height: 3em;
        width: 3em;
        margin-top: -1.5em;
        margin-left: -1.5em;
    }
    100% {
        opacity: 0.2;
        height: 1em;
        width: 1em;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
}
ul.list > li {
    list-style: disc;
}

.image-cont {
    display: block;
    position: relative;
}

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

.left-side {
    color: #ffffff;
    background-color: #000000;
}
.right-side {
    color: #000000;
    background-color: #ffffff;
}
.inner-page .right-side {
    color: #ffffff;
    background-color: #000000;
}
.title {
    display: flex;
    justify-content: center;
}
.title h1 {
    font-size: 70px;
    line-height: 60px;
}

.B {
    left: -70%;
    margin-top: -15%;
    position: relative;
    transition: all ease-in-out 1s;
}
/* .B.hidden {
	left: 50%;
	opacity: 0;
} */

.go-up {
    top: 300px;
    right: -2%;
    position: absolute;
}
.go-down {
    right: 4%;
    bottom: 10%;
    position: absolute;
}

.slider .links li:hover small {
    color: var(--primary-color);
}

.about .image {
    margin: 130px 0 60px;
    position: relative;
}
.about .image > img {
    z-index: 1;
    position: relative;
}
.about .image .lines {
    /* top: -45%; */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
}

.formula {
    color: #000000;
    background-color: var(--primary-color);
}
.formula .row,
.strategy .row {
    align-items: center;
}
.formula .rangeslider,
.formula .rangeslider__fill {
    display: block;
    border-radius: 10px;
}
.formula .rangeslider {
    position: relative;
}
.formula .rangeslider:after {
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 3px;
    margin-top: -2.5px;
    border-radius: 5px;
    position: absolute;
    background: #ffffff;
}
.formula .rangeslider--horizontal {
    width: 100%;
    height: 28px;
}
.formula .rangeslider--vertical {
    width: 5px;
    min-height: 150px;
    max-height: 100%;
}
.formula .rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
.formula .rangeslider__fill {
    position: absolute;
    background: #000000;
}
.formula .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.formula .rangeslider--vertical .rangeslider__fill {
    top: 0;
    width: 100%;
}
.formula .rangeslider__handle {
    top: 50%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-top: -9px;
    background: white;
    position: absolute;
    background: #000000;
    border-radius: 50%;
    display: inline-block;
}
.formula .rangeslider--vertical .rangeslider__handle {
    display: none;
}
.formula .rangeslider__handle:active {
    background: #000000;
}
.formula .rangeslider__fill,
.formula .rangeslider__handle {
    z-index: 1;
}
.formula .rangeslider--horizontal .rangeslider__fill {
    top: 50%;
    height: 3px;
    margin-top: -2.5px;
}
.formula .cover-cont {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.formula .cover-horizontal {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    background-color: var(--primary-color);
    transition: all ease-in-out 1s;
}
.formula .cover-vertical {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    background-color: var(--primary-color);
    transition: all ease-in-out 1s;
}
.rangeslider__fill,
.rangeslider__handle {
    transition: all ease-in-out 1s;
}

.formula .logo {
    opacity: 0;
    display: none;
    transition: all linear 0.75s;
}
.formula .logo.show {
    opacity: 1;
    display: inline-block;
}

.strategy {
    background-color: #ffffff;
}
.strategy .carousel-cont {
    overflow: hidden;
    position: relative;
}
.strategy #gif-carousel .slide-item {
    border: 0 !important;
}
.strategy #gif-carousel .slide-item:focus {
    outline: -webkit-focus-ring-color none 0px !important;
    outline-color: -webkit-focus-ring-color !important;
    outline-style: none !important;
    outline-width: 0px !important;
}
.strategy #gif-carousel .slide-item .slide-cont {
    padding: 15px 10px 5px;
    text-align: center;
}
.strategy #gif-carousel .slide-item .slide-cont img {
    width: 90%;
    opacity: 0.75;
    filter: blur(3px);
    margin: 25px auto 25px;
    transition: all ease-in-out 0.25s;
}
.strategy #gif-carousel .slide-item .slide-cont p {
    opacity: 0;
}
.strategy #gif-carousel .slide-item:hover .slide-cont img {
    filter: blur(0);
}
.strategy #gif-carousel .slide-item.slick-current .slide-cont img {
    opacity: 1;
    width: 100%;
    filter: blur(0);
    margin: 0 auto 0;
}
.strategy #gif-carousel .slide-item.slick-current .slide-cont p {
    opacity: 1;
}

.work,
.brands {
    color: #ffffff;
    background-color: #000000;
}
.work * {
    transition: all ease-in-out 0.5s;
}
.work .project p {
    cursor: pointer;
}
.work .project:nth-child(odd) {
    color: #353638;
    font-weight: bold;
    -webkit-text-fill-color: #353638;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #353638;
}
.work .project:nth-child(even) {
    color: #000000;
    font-weight: bold;
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #ffffff;
}
.work .project:hover p,
.work .project.active p {
    color: var(--primary-color);
    -webkit-text-fill-color: var(--primary-color);
    -webkit-text-stroke-color: var(--primary-color);
}
.work .project img {
    height: 0;
    opacity: 0;
    filter: grayscale(100%);
}
.work .open .project img {
    height: initial;
    opacity: 1;
}
.work .project:hover img,
.work .project.active img {
    filter: grayscale(0);
}

.brands .brands-carousel .slide-item {
    border: 0 !important;
}
.brands .brands-carousel .slide-item:focus {
    outline: -webkit-focus-ring-color none 0px !important;
    outline-color: -webkit-focus-ring-color !important;
    outline-style: none !important;
    outline-width: 0px !important;
}
.brands .brands-carousel .slide-item .slide-cont {
    padding: 15px 10px 5px;
    text-align: center;
}
.brands .brands-carousel .slide-item .slide-cont img {
    width: 80%;
    margin: 0 auto;
}

/* =========================================== Inner Pages */
.inner-page .hero {
    color: #ffffff;
    background-color: #000000;
}
.inner-page .title {
    display: flex;
    justify-content: center;
}
.inner-page .title h1 {
    font-size: 58px;
    line-height: 64px;
}

/* =========================================== About Us */
.clients .brands-carousel .slide-item {
    border: 0 !important;
}
.clients .brands-carousel .slide-item:focus {
    outline: -webkit-focus-ring-color none 0px !important;
    outline-color: -webkit-focus-ring-color !important;
    outline-style: none !important;
    outline-width: 0px !important;
}
.clients .brands-carousel .slide-item .slide-cont {
    padding: 15px 10px 5px;
    text-align: center;
}
.clients .brands-carousel .slide-item .slide-cont img {
    width: 80%;
    margin: 0 auto;
}

.team {
    color: #ffffff;
    background-color: #000000;
}

.team .avatar {
    margin: 0 auto;
    max-height: 180px;
    text-align: center;
    position: relative;
    max-width: 180px;
}

.team .avatar img {
    border-radius: 9999px;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

.team .flag-icon {
    line-height: 2em;
    font-size: 1.2rem;
}

@keyframes cycle-colors {
    0% {
        border-color: var(--primary-color);
    }
    25% {
        border-color: var(--secondary-color);
    }
    50% {
        border-color: var(--primary-color);
    }
    75% {
        border-color: var(--secondary-color);
    }
    100% {
        border-color: var(--primary-color);
    }
}

@keyframes pulse {
    to {
        opacity: 0;
        transform: scale(1);
    }
}

.avatar::before,
.avatar::after {
    animation: pulse 3s linear infinite;
    border: rgba(255, 255, 255, 0.25) solid 8px;
    border-radius: 9999px;
    box-sizing: border-box;
    content: " ";
    height: 140%;
    left: -20%;
    opacity: 0.6;
    position: absolute;
    top: -20%;
    transform: scale(0.714);
    width: 140%;
    z-index: 1;
    transition: all ease-in-out 1s;
}

.avatar::after {
    animation-delay: 1s;
}

.avatar:hover img {
    transform: scale(1.5) rotate3d(1, 2, 3, 10deg);
    transition: all ease-in-out 1s;
}

.avatar:hover::before,
.avatar:hover::after {
    animation: pulse 1.5s linear infinite, cycle-colors 6s linear infinite;
}

.avatar:hover::after {
    animation-delay: 0.5s;
}

/* =========================================== Projects */
.portfolio .item .image {
    position: relative;
}
.portfolio .item .image img {
    filter: grayscale(1);
}
.portfolio .item:hover .image img {
    filter: grayscale(0);
}
.portfolio .item .action {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
}
.portfolio .item:hover .action {
    box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.25);
}
.portfolio .item .action a.btn {
    opacity: 0;
    margin: 0 auto;
    margin-top: 40%;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.portfolio .item:hover .action a.btn {
    opacity: 1;
    margin-top: 0;
}
/* =========================================== Services */
.logo-float {
    width: 100%;
    bottom: -45%;
    text-align: center;
    position: absolute;
}
.services .row {
    align-items: center;
}
.services img:not(.audit) {
    filter: grayscale(1);
}
.services img:hover {
    filter: grayscale(0);
}
/* =========================================== Contact */

.contact label.h2.label {
    color: #b3b3b3;
}
ul.buttons {
    display: block;
}
ul.buttons li {
    margin-right: 15px;
    display: inline-block;
}
ul.buttons li a.btn {
    width: 140px;
}

/* =========================================== Material Forms */

fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
}

.form-radio,
.form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help,
.form-radio .form-help,
.form-group .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.form-group .control-label {
    position: absolute;
    top: -0.75rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1.5rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

.form-group .bar::before {
    content: "";
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: var(--primary-color);
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-group input[type="file"] {
    line-height: 1;
}

.form-group input[type="file"] ~ .bar {
    display: none;
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #333;
}

.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
    font-size: 1.25rem;
    color: gray;
    top: -2.75rem;
    left: 0;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
    color: var(--primary-color);
}

.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

.checkbox label,
.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}

.radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::before,
.radio .helper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.radio label:hover .helper {
    color: var(--primary-color);
}

.radio input:checked ~ .helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
    color: var(--primary-color);
}

.checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.checkbox .helper {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.checkbox .helper::before,
.checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: var(--primary-color);
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: "";
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.checkbox .helper::before {
    top: 0.65rem;
    left: 0.38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
    top: 0.3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover .helper {
    color: var(--primary-color);
}

.checkbox input:checked ~ .helper {
    color: var(--primary-color);
}

.checkbox input:checked ~ .helper::after,
.checkbox input:checked ~ .helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.checkbox input:checked ~ .helper::after {
    height: 0.5rem;
}

.checkbox input:checked ~ .helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: 1rem;
}

.has-error .legend.legend,
.has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.has-error.form-group .form-help,
.has-error.form-group .helper,
.has-error.checkbox .form-help,
.has-error.checkbox .helper,
.has-error.radio .form-help,
.has-error.radio .helper,
.has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #d9534f;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}
