* {
    margin: 0;
    padding: 0;
}

:root {
    --trgOrange: #F47042;
    --trgBlue: #0063BA;
    --trgPurple: #4B035C;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #0e0e0e;
    
}

@font-face {
    font-family: Fjalla One;
    src: url(/assets/font/FjallaOne-Regular.ttf);
}

section {
    overflow: hidden;
}

.hello h3,
.hello h4,
.hello h5,
.hello h6,
.hello span,
.hello a,
.hello p,
.hello li,
.hello small,
.intro h3,
.intro h4,
.intro h5,
.intro h6,
.intro span,
.intro a,
.intro p,
.intro li,
.intro small,
.work-with-us h3,
.work-with-us h4,
.work-with-us h5,
.work-with-us h6,
.clients h6,
.testimonials h6,
.footer h6,
.work-with-us span,
.work-with-us a,
.work-with-us p,
.work-with-us li,
.work-with-us small,
.services-content-block h3,
.services-content-block h4,
.services-content-block h5,
.services-content-block h6,
.services-content-block span,
.services-content-block a,
.services-content-block p,
.services-content-block li,
.services-content-block small, input, textarea {
    font-family: 'Fjalla One', sans-serif !important;
}

.header .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}

#homeVideo {

    opacity: 0.8;
}

#aboutVideo  {
    opacity: 0.3;
}


.header .video-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/assets/img/bg-lines.png) center;
    z-index: 2;
}

.header .video-bg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

#hero {
    height: 78vh;
}

.header .container h1,
#hero h2 {
    width: 100%;
    float: left;
    font-weight: 800 !important;
    font-size: 10vw;
    line-height: 1;
}

#hero h5 {
    width: 100%;
    float: left;
    color: white;
    font-family: 'Fjalla One', sans-serif;
}
   

.header .scroll-down {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.header .left-side {
    width: 50%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    margin-left: 30px;
    z-index: 3;
}

.header.hero-header {
    width: 100vw;
}

.wpb_wrapper {
    height: 100%;
}

.video-bg:after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(to bottom right, rgb(75, 3, 92), rgb(0, 99, 186));
    opacity: 0.6;
}

nav {
    z-index: 100;
    color: white;
}

#hero .hero-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
    z-index: 100;
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px) {
    #hero .hero-container {
        width: 80%;
    }
}

@media (max-width: 992px) {
    #hero .hero-container {
        width: 90%;
    }
}

@media (max-width: 768px) {
    #hero .hero-container {
        width: 100%;
    }
}

#logo-hero {
    height: 10vh;
    width: auto;
    float: left;
}

nav a {
    color: rgba(255, 255, 255, 0.541);
}

#hero h1 {
    color: var(--trgOrange);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 800;
    width: 100%;
    float: left;
    font-size: calc(16px + 9vw);
    line-height: 1;
}

#hero h2 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 800;
    width: 100%;
    float: left;
    font-size: calc(16px + 9vw);
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    margin-left: 5%;
    display: flex;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    transform: translateY(-38%);
    font-weight: 800;
    font-size: calc(16px + 9vw);
    line-height: 1;
}

#hero h3 {
    color: white;
    margin-left: 6%;
    display: flex;
    font-weight: 800;
    line-height: 1;
    font-size: calc(9px + 2vw);
    transform: translateY(-150%);
}

#hero h4 {
    -webkit-text-stroke-color: var(--trgOrange);
    -webkit-text-stroke-width: 0px;
    background: linear-gradient(to bottom right, orange, #F47042);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 6%;
    display: flex;
    font-weight: 800;
    line-height: 1;
    font-size: calc(16px + .5vw);
    transform: translateY(-200%);
}

@media (max-width: 768px) {
    #hero h3 {
        transform: translateY(-50%);
    }
    #hero h4 {
        transform: translateY(-50%);
        font-size: calc(8px + 1vw);
    }
}

@media (max-width: 1200px) {
    .header .left-side {
        display: none;
    }
}

.nav-link:hover {
    font-weight: 800;
}

.nav-link:hover {
    -webkit-text-stroke-color: var(--trgOrange);
    -webkit-text-stroke-width: 0px;
    background: linear-gradient(to bottom right, orange, #F47042);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.navbar a {
    text-decoration: none;
}

.slide-btn {
    display: block;
    transition: all .5s;
    padding-left: 30px;
}

.slide-btn .lines {
    width: 42px;
    height: 1px;
    float: left;
    overflow: hidden;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slide-btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

.slide-btn .lines span:nth-child(1) {
    width: 100%;
    height: 1px;
    float: right;
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slide-btn .lines span:nth-child(2) {
    width: 0;
    height: 1px;
    float: left;
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slide-btn:hover {
    display: block;
    transition: all .5s;
    padding-left: 30px;
}

.slide-btn:hover .lines {
    width: 62px;
    margin-left: 20px;
}

.slide-btn:hover .lines span:nth-child(1) {
    width: 0;
}

.slide-btn:hover .lines span:nth-child(2) {
    width: 100%;
    transition-delay: 0.20s;
}

.slide-btn svg {
    width: 50px;
    height: 50px;
    transition: transform .3s;
    margin-left: -25px;
    margin-right: 15px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.slide-btn .video-play-circle {
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
    transition: stroke-dashoffset .5s;
}

.slide-btn:hover .video-play-circle {
    stroke-dashoffset: 0;
}

.slide-btn:hover b,
.slide-btn:hover a:hover {
    color: orange;
    text-decoration: none;
}

#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: 'Fjalla One', sans-serif;
}

.nav-link {
    padding: 0 2.5vw !important;
    color: white !important;
}

#hero {
    color: #0e0e0e;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 100vh;
    min-height: 660px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #0e0e0e;
}

header .left-side ul {
    margin: 0 auto;
    padding: 0;
}

header .left-side ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}

header .left-side ul li a {
    font-size: 1.3rem;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}

header .scroll-down {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

header .scroll-down small {
    width: 98px;
    display: inline-block;
    transform: rotate(-90deg);
    margin-bottom: 50px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

header .scroll-down span {
    display: block;
    height: 50px;
    position: relative;
    transform: translateX(-1px);
}

header .scroll-down span::before {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 70px;
    background: #fff;
    content: "";
}

header .scroll-down span::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.navbar .right .hamburger-menu .hamburger {
    float: right;
    margin-top: 1px;
}

.hamburger {
    float: left;
    width: 26px;
    height: 18px;
    position: relative;
}

.hamburger span:nth-child(1) {
    top: 0px;
    width: 50%;
}

.hamburger span,
.swiper-pagination-bullet {
    background: #F47042;
}

.hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 0;
}

.hamburger * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

* {
    outline: none !important;
}

.hamburger span:before {
    z-index: 1;
    background: #fff;
    transition: all 0.15s linear 0s;
}

.hamburger span:before,
.hamburger span:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    height: 100%;
    width: 0;
    right: 0;
    left: auto;
}

.hamburger span::after,
.swiper-pagination-bullet::after {
    content: '';
    background: #F47042 !important;
}

.hamburger span:after {
    z-index: 2;
    transition: all 0.15s linear 0.3s;
}

.hamburger span:before,
.hamburger span:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    height: 100%;
    width: 0;
    right: 0;
    left: auto;
}

.hamburger span:nth-child(2) {
    top: 8px;
}

.hamburger span,
.swiper-pagination-bullet {
    background: #F47042;
}

.hamburger span,
.swiper-pagination-bullet {
    background: #F47042;
}

.hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 0;
    border-radius: 101px;
}

.hamburger span:nth-child(2):before {
    transition-delay: 0.05s;
}

.hamburger span:before {
    z-index: 1;
    background: #fff;
    transition: all 0.15s linear 0s;
}

.hamburger span:before,
.hamburger span:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    height: 100%;
    width: 0;
    right: 0;
    left: auto;
}

.hamburger span:nth-child(2):after {
    transition-delay: 0.15s;
}

.hamburger span::after,
.swiper-pagination-bullet::after {
    content: '';
    background: #F47042 !important;
}

.hamburger span:nth-child(3) {
    width: 50%;
    top: 16px;
    right: 0;
    left: auto;
}

.hamburger span:nth-child(3):before {
    transition-delay: 0.10s;
}

.hamburger span:before {
    z-index: 1;
    background: #fff;
    transition: all 0.15s linear 0s;
}

.navbar-toggler b {
    display: inline-block;
    font-weight: 400;
    margin-right: 15px;
    color: white;
    float: left;
}

.hamburger.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.hamburger.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
}

.navbar-collapse .nav-link {
    margin: 20px 0px;
    text-align: left;
}


/**********INTRO *********/

.intro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}

.brabus-intro-wrapper {
    width: 100%;
    position: relative;
}

.brabus-intro-wrapper h2 {
    font-size: 45px !important;
    font-weight: 600 !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.intro h2,
.services-content-block h2,
.works h2 {
    margin-bottom: 60px;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.2;
    padding-right: 35%;
    position: relative;
}

.intro h2:before {
    content: attr(data-text);
    font-size: 20vw;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    left: 0;
    top: -25%;
}

@media (min-width: 2000px) and (max-width:3000px) {
    .intro h2:before {
        font-size: 16vw;
    }
}

@media (min-width: 3000px) and (max-width:4000px) {
    .intro h2:before {
        font-size: 14vw;
    }
}



.intro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}

.intro h4 {
    margin-top: 5px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
    padding-right: 20%;
}

.intro p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 37px;
}


/****SERVICES******/

.services-content-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #0e0e0e;
    color: #fff;
    position: relative;
}

.services-content-block .left {
    width: 75px;
}

.services-content-block .left {
    width: 100px;
    float: left;
    margin-top: -2px;
}

.services-content-block small {
    color: var(--trgBlue);
    font-size: 17px;
}

.services-content-block span {
    background: #F47042;
    width: 25px;
    height: 1px;
    display: inline-block;
    margin: 5px 15px;
}

.services-content-block .right {
    width: calc(100% - 100px);
    float: left;
}

.services-content-block ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.works .project-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0;
}

.works .project-box:nth-child(2n+2) figure {
    order: 2;
}

.works .project-box figure {
    width: 55%;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.works .project-box * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.works .project-box figure img {
    width: 100%;
}

img {
    max-width: 100%;
}

.works .project-box:nth-child(2n+2) .content-box {
    order: 1;
    text-align: right;
    padding-left: 0;
    padding-right: 5%;
}

.works .project-box .content-box {
    width: 45%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.works .project-box .content-box .inner h3 {
    font-size: 5vw;
    font-weight: 800;
    margin-bottom: 10vh;
    line-height: 1;
}

.works .project-box .content-box .inner h3 span {
    font-size: 5rem;
}

.custom-link {
    display: block;
    transition: all .5s;
}

.works .project-box:nth-child(2n+2) .custom-link a {
    float: right;
}

.works .project-box * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.custom-link .lines span:nth-child(1) {
    width: 100%;
    height: 1px;
    float: right;
    background: #0e0e0e;
}

.custom-link .lines span:nth-child(2) {
    width: 0;
    height: 1px;
    float: left;
    background: #0e0e0e;
}

.project-box:nth-child(even) h3 span {
    color: #F47042 !important;
}

.works .project-box:nth-child(2n+2) .content-box h3 span {
    margin-left: 0;
    margin-right: -7vw;
}

.works h6 {
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
    opacity: 0.5;
    font-size: 14px;
}

.works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    transition-delay: 0s !important;
    transition: background 0.40s;
}

.works h2:before {
    content: attr(data-text);
    font-size: 20vw;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    left: 0;
    top: -25%;
}

.works .project-box .content-box .inner h3 {
    font-size: 5vw;
    font-weight: 800;
    margin-bottom: 10vh;
    line-height: 1;
}

.works .project-box:nth-child(2n+2) .content-box {
    order: 1;
    text-align: right;
    padding-left: 0;
    padding-right: 5%;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.project-box h3 span {
    font-weight: 600 !important;
}

.works .project-box .content-box .inner h3 span {
    display: block;
    margin-left: -7vw;
}

.works .project-box:nth-child(2n+2) .custom-link a {
    float: right;
}

.custom-link .lines {
    width: 42px;
    height: 1px;
    float: left;
    overflow: hidden;
}

.custom-link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #0e0e0e;
}

.custom-link .lines span:nth-child(1) {
    width: 100%;
    height: 1px;
    float: right;
    background: #0e0e0e;
}

.custom-link .lines span:nth-child(2) {
    width: 0;
    height: 1px;
    float: left;
    background: #0e0e0e;
}

.custom-link a:hover {
    text-decoration: none;
}

.custom-link:hover .lines {
    width: 62px;
    margin-left: 20px;
}

.custom-link:hover .lines span:nth-child(1) {
    width: 0;
}

.custom-link:hover .lines span:nth-child(2) {
    width: 100%;
    transition-delay: 0.20s;
}

.project-box:nth-child(odd) h3 span {
    color: #0063BA !important;
}

.works .project-box:hover figure {
    transform: scale(0.95);
}

.works .project-box:hover figure img {
    transform: scale(1.15);
}

.testimonials {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #0e0e0e;
    color: #fff;
    position: relative;
}

.testimonials p {
    color: var(--trgBlue);
    font-style: italic;
    padding: 0 2rem;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.testimonials span, .footer span {
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.work-with-us {
    background: linear-gradient(to bottom right, #0063BA, #4B035C) !important;
    color: #fff !important;
}

.work-with-us {
    background: linear-gradient(to bottom right, #0063BA, #4B035C) !important;
    color: #fff !important;
}

.work-with-us {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    position: relative;
}

.work-with-us::before {
    background: none;
}

.work-with-us:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg-lines.png) center;
    opacity: 0.04;
    position: absolute;
    left: 0;
    top: 0;
}

.work-with-us:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/assets/img/bg-lines.png) center;
    z-index: 1;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.contact-form-container {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.work-with-us h2:before {
    content: attr(data-text);
    font-size: 20vw;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    left: 0;
    top: -20%;
}

.work-with-us a {
    color: #fff !important;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.work-with-us .container {
    position: relative;
    z-index: 2;
}

.contact-form-container input,
.contact-form-container textarea {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 100% !important;
}

.work-with-us {
    background: linear-gradient(to bottom right, #0063BA, #4B035C) !important;
    color: #fff !important;
}

input[type="text"] {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #eee;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

.contact-form-container input,
.contact-form-container textarea {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 100% !important;
}

.contact-form-container .wpcf7-submit {
    background: #0063BA;
    transition: 0.5s;
}

.contact-form-container .wpcf7-submit:hover {
    background: #F47042;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

input[type="submit"] {
    height: 50px;
    padding: 0 30px;
    background: #000;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 13px;
}

input[type="email"] {
    height: 50px;
    padding: 0 20px;
   
}

::placeholder {
    color: white;
    font-weight: 400;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    height: 150px;
    padding: 20px;
    border: 1px solid #eee;
}





.rc-anchor {
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
}

.rc-anchor-aria-status {
    display: none;
}

.rc-anchor-error-msg-container {
    color: #ff0000;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    margin: 2px;
    position: absolute;
    top: 0;
}

.rc-anchor-error-msg-container {
    color: #ff0000;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    margin: 2px;
    position: absolute;
    top: 0;
}

.rc-anchor-light {
    background: #f9f9f9;
    color: #000;
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px;
}

.rc-anchor-content {
    display: inline-block;
    position: relative;
}

.rc-inline-block {
    display: inline-block;
    height: 100%;
}

.rc-anchor-center-container {
    display: table;
    height: 100%;
}

.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle;
}

.rc-anchor-checkbox {
    margin: 0 12px 2px 12px;
}

.recaptcha-checkbox {
    border: none;
    font-size: 1px;
    height: 28px;
    margin: 4px;
    width: 28px;
    overflow: visible;
    outline: 0;
    vertical-align: text-bottom;
}

.goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}

.recaptcha-checkbox-border {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 1;
}

.rc-anchor-normal, #rc-anchor-container, .rc-anchor-light, .rc-anchor {
    width: 298px !important;
}



[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

input[type="submit"] {
    height: 50px;
    padding: 0 30px;
    background: #000;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 13px;
}

.work-with-us a {
    color: #fff !important;
}

.work-with-us .lines {
    color: #fff !important;
}

.work-with-us .lines span {
    background: #fff !important;
}

.custom-link {
    display: block;
    transition: all .5s;
}

.custom-link:hover .lines {
    width: 62px;
    margin-left: 20px;
}

.custom-link:hover .lines span:nth-child(1) {
    width: 0;
}

.custom-link .lines span:nth-child(1) {

    height: 1px;
    float: right;

}

.custom-link:hover .lines span:nth-child(2) {
    width: 100%;
    transition-delay: 0.20s;
}

.custom-link * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none !important;
  
}

.custom-link .lines {
    width: 42px;
    height: 1px;
    float: left;
    overflow: hidden;
}

.custom-link b {
    font-weight: 600;
    display: inline-block;
    margin-left: 20px;
}

.clients {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: url(/assets/img/pattern-bg.svg);
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.clients img {
    opacity: 1;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.clients .col-sm-7 .col-sm-4 small {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    font-size: 600;
    opacity: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 22px;
}

.clients .col-sm-7 .col-sm-4:hover img {
    opacity: 0.05;
    transform: scale(1.2);
}

.clients .col-sm-7 .col-sm-4:hover img {
    opacity: 0.05;
    transform: scale(1.2);
}

.clients .col-sm-7 .col-sm-4:hover small {
    margin-top: -25px;
    opacity: 1;
}

.clients .wpb_column {
    cursor: pointer;
}

.clients .wpb_wrapper small {

    width: 100%;

    line-height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    font-size: 600;
    opacity: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 22px;
}

.clients .wpb_wrapper .wpb_column:hover small {
    margin-top: -25px;
    opacity: 1;
}

.clients .wpb_column {
    position: relative;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}



body > section.content.clients > div > div > div:nth-child(3) > div {
    background-color: white;
}

.clients * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.client-item {
 
        visibility: visible;
        animation-delay: 0.3s;
        animation-name: zoomIn;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.clients .wpb_column:hover img {
    opacity: 0.05;
    transform: scale(1.2);
}

.clients h2 {
    margin-bottom: 60px;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.2;
}

.clients h6 {
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
    opacity: 0.5;
    font-size: 14px;
}

.clients h4 {
    margin-top: 5px;
    margin-bottom: 40px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
    padding-right: 20%;
}

.clients h4 span{
   color: var(--trgBlue);
}

.works b, .clients b, .intro b {
    color: black;
}

#hero b {
    color: white;
}

.clients {
    background-size: cover !important;
}

.footer h2 {
    color: var(--trgBlue);
    font-size: 4rem !important;
    font-weight: 600 !important;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

@media (max-width: 767px) {
    .footer h2 {
        font-size: 2.5rem !important;
        font-weight: 800 !important;
      
    } 
    .works .project-box .content-box .inner h3 span {
        font-size: 2.5rem;
        margin-left: 0;
    }

    .works .project-box .content-box {
        width: 100%; 
        padding-left: 0%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 2;
    }
    .intro h2, .services-content-block h2, .works h2 {
 
        padding-right: 0%;
   
    }
}

@media (max-width: 385px) {

.footer h4 {
    font-size: .7rem !important;
}
}

.orange-underline {
    position: relative;
}

.orange-underline::before {
    content: '';
    border-bottom: 4px solid #F47042;
    width: 45px;
    left: 0;
    position: absolute;
    bottom: -0.25rem;
}

.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* padding-top: 100px; */
    background: #0e0e0e;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

.trg-blue {
    color: var(--trgBlue);
}

.footer .orange-underline {
    font-size: 2rem; 
}

.footer-widget {
    display: block;
    padding-right: 50px;
    text-align: left;
    margin-bottom: 40px !important;
}

.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* padding-top: 150px; */
    background: #0e0e0e;
    color: #fff;
    position: relative;
}

.social-icons li {
    padding: 0 10%;
}

.social-icons ul {
    position: relative;
    list-style: none;
    display: flex;
    padding: 0;
}

.social-icons li a{
    align-items: center;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 35px;
    justify-content: center;
    margin-top: 16px;
    width: 35px;
}

.social-icons li a:hover{
    background: linear-gradient(to bottom right, rgb(75, 3, 92), rgb(0, 99, 186));
}

.social-icons svg {
    fill: black;
}

.social-icons li a:hover svg {
    fill: white;
}

/**********HEADER SCROLLED**************/
.header-scrolled {
    backdrop-filter: blur(17px);
    background: linear-gradient(to bottom right, rgba(76, 3, 92, 0.7), rgba(0, 99, 186, 0.7));
}

.nav-link {
    font-size: 1.3rem;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px)
{.works .project-box:nth-child(2n+2) .content-box {
    text-align: left;
}
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px)
{
.works .project-box figure {
    width: 100%;
    margin-bottom: 20px;
}
}

.box {
    position: relative;
    display: inline-block;

    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .box::after {
    content: "";

    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .box:hover {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
  
  .box:hover::after {
      opacity: 1;
  }

   .box:hover .intro  {
      background: black;
  }

  .white-lines a {
      color: white;
  }

  .white-lines a:hover {
    color: white;
}

.white-lines span {
    background: white !important;
    margin: 0px;
}

#work-with-usAbout small {
    color: var(--trgOrange);
}

#work-with-usAbout svg path {
    fill: white;
}

#work-with-usAbout svg path:hover{
    fill: var(--trgOrange);
    cursor: pointer;
}

#work-with-usAbout svg{
    cursor: pointer;
}

.modal {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.modal a {
    color: black;
}

.modal a:hover  {
    color: var(--trgBlue);
    text-decoration: none;
}

.modal a:hover svg {

    fill: var(--trgBlue);
}


/****CARD CUSTOM***/
.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  }
  
  .card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
    
  }
  
  /* First border-left-width setting is a fallback */
  
  .card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 135px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
    background-color: white;
  }
  
  .card-title {
      margin-top: 25px !important;
  }


  #meetingCard {
      min-height: 0px !important; 
    
  }

  #work-with-usServices .card h4,  #work-with-usServices .card p{
color: black;


  }

  .card-title {
    text-transform: uppercase;
  }

  p.card-text {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
  }

  .hero-container, .mb-5 {
      padding-right: 0px;
  }

  #work-with-usContact:before, #work-with-usContact:after {
background: none;
  }

  #work-with-usContact {
    background: linear-gradient(white, #0063BA, #4B035C, #0e0e0e) !important;
}


/**********************NEWS*************************/
.insideNews img[alt="Main Blog Image"]{
    display: block;
  margin-left: auto;
  margin-right: auto;
    max-height: 70vh;
    width: auto;
    
}

.insideNews p img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 70vh;

    width: auto;
    height: auto;
    padding: 10px;    
}

.insideNews p{
    display:block;
  
    margin-left: auto;
    margin-right: auto;
    
 
  

}

.insideNews {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #0e0e0e;
    display: block;
    line-height: 35px;
    margin: 0 0 1rem 0;
}

.insideNews a {
    color:var(--trgBlue)
}

.insideNews a:hover {
    color: var(--trgOrange);
}

.insideNews a:active {
    color: var(--trgPurple);
}

.dateNews {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.insideNews ul, .insideNews ol, .insideNews li{
    padding-left: 20px;

}

.insideNews img[alt~="idignity"],  .insideNews img[alt~="Good-Interview"]{
    min-height: 30px !important;
}

.insideNews img[alt~="Jay-3-300x225"]{
    min-height: 400px !important;
}

.insideNews img[alt~="Screenshot-2020-11-17-132421-768x470"], .insideNews img[alt~="IMG_1434-scaled-e1605640559198-300x225"]{
    min-height: 30px !important;
}

.insideNews img[alt~="Screenshot-2020-11-17-151157-768x375"], .insideNews img[alt~="esa"], .insideNews img[alt~="sca"]{
    min-height: 30px !important;
}

.insideNews img[alt~="Charlie4"], .insideNews img[alt~="Charlie-3"], .insideNews img[alt~="Charlie-5"], .insideNews img[alt~="Charlie-1"]{
    display: inline-block;
}

.mainBlogImage {
width: 100vh;
display: block;
margin-left: auto;
margin-right: auto;

}

.mainBlogTitle, .mainBlogTitle {
    display: block;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0e0e0e;
}

.blogList a:-webkit-any-link {
    color: #0e0e0e;
}
.mainBlogTitle:hover,  .mainBlogTitle:active{

    color: var(--trgBlue);
    text-decoration: none;
}

.mainBlogExerpt {
    display: block;
    line-height: 30px;
    margin: 0 0 1rem 0;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #0e0e0e;
}

.readmore {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 1px;
    display: block ;
    margin-top: 15px ;
    font-weight: bold;
    border-bottom: 2px solid #F47042 !important;
    box-sizing: border-box;
    text-align: left;
}

.readmore:hover {
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    color: var(--trgBlue);
}

.post-link {
    display: unset;
    margin-top: 15px;
}

.paginationBlog a, .paginationBlog span{
    height: 48px;
    float: left;
    line-height: 48px;
    border: 1px solid #eee;
    font-size: 13px;
    font-weight: 600;
    padding: 0 15px;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin-right: 5px;
}

.paginationBlog .current {
    background: #000;
    color: #fff;
    border-color: #000;
  
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.paginationBlog a:hover, .paginationBlog span:hover{
    color: var(--trgBlue);
    text-decoration: none;
}

#wpcf7-f5-p1824-o1 > form > div.custom-link.wow.fadeIn > a {
 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.works p {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    line-height: 37px;
}

.graybox {
    background: rgba(0,0,0,0.12);
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
    width: 100%;
}

.graybox span{
color: var(--trgBlue);
margin-top: 5px;
font-family: 'Fjalla One', sans-serif;
font-size: 25px;
line-height: 40px;
text-transform: uppercase;
padding-right: 20%;
}

.sameline {
    display: inline-block;
    white-space: nowrap;
}

input[type="checkbox"] {
    
    width: 1.55rem;
    height: 1.55rem;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type="submit"] {
    background: var(--trgOrange);
}

input[type="submit"]:hover {
    background: var(--trgBlue);
}

input[type="submit"]:active, input[type="submit"]:visited {
    background: var(--trgPurple);
}


