@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Poppins:300,400,600,800&amp;display=swap"); * {
    outline: none !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    background: rgb(34, 35, 39);
}

img {
    max-width: 100%;
}

a {
    color: rgb(34, 35, 39);
    transition: all 0.25s ease-in-out 0s;
}

a:hover {
    text-decoration: underline;
    color: rgb(34, 35, 39);
}

.overflow {
    overflow: hidden;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1340px;
    }
}

main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    background: rgb(34, 35, 39);
}

section {
    position: relative;
}

aside {
    position: relative;
}

input[type="text"] {
    max-width: 100%;
    height: 58px;
    border: 1px solid rgb(238, 238, 238);
    padding: 0px 20px;
}

input[type="email"] {
    max-width: 100%;
    height: 58px;
    border: 1px solid rgb(238, 238, 238);
    padding: 0px 20px;
}

input[type="search"] {
    max-width: 100%;
    height: 58px;
    border: 1px solid rgb(238, 238, 238);
    padding: 0px 20px;
}

input[type="password"] {
    max-width: 100%;
    height: 58px;
    border: 1px solid rgb(238, 238, 238);
    padding: 0px 20px;
}

input[type="submit"] {
    height: 58px;
    border: none;
    background: rgb(34, 35, 39);
    color: rgb(255, 255, 255);
    padding: 0px 30px;
    font-weight: 600;
    font-size: 14px;
}

button[type="submit"] {
    height: 58px;
    border: none;
    background: rgb(34, 35, 39);
    color: rgb(255, 255, 255);
    padding: 0px 30px;
    font-weight: 600;
    font-size: 14px;
}

textarea {
    max-width: 100%;
    height: 140px;
    border: 1px solid rgb(238, 238, 238);
    padding: 20px;
}

.equalizer {
    width: 26px;
    height: 30px;
    cursor: pointer;
    position: relative;
}

.equalizer span {
    background: rgb(255, 255, 255);
    width: 2px;
    height: 0px;
    bottom: 0px;
    left: 0%;
    display: block;
    position: absolute;
    transition: height 0.2s linear 0s;
}

.equalizer span:nth-child(1) {
    margin-left: 8px;
}

.equalizer span:nth-child(2) {
    margin-left: 16px;
}

.equalizer span:nth-child(4) {
    margin-left: 24px;
}

.equalizer.paused span {
    height: 3px !important;
}

.splitting .word, .splitting .char {
    display: inline-block;
}

.splitting .char {
    position: relative;
}

.animated .char {
    display: inline-block;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-name: texteffect;
    animation-delay: calc(10ms * var(--char-index));
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
    padding: 0px;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
    padding: 0px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
    text-indent: -5px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: 0px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
    text-indent: 0px;
}

.pagination {
    width: 100%;
    float: left;
    margin: 50px 0px;
}

.pagination .page-item {
    display: inline-block;
    margin-right: 10px;
}

.pagination .page-item .page-link {
    font-weight: 600;
    font-size: 13px;
    color: rgb(34, 35, 39);
    line-height: 1;
    padding: 15px 30px;
    border-radius: 0px !important;
}

.reveal-effect {
    float: left;
    position: relative;
}

.reveal-effect > * {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: relative;
}

.reveal-effect > * {
    animation-fill-mode: forwards;
}

.reveal-effect {
    transition-property: transform, -webkit-transform;
}

.reveal-effect {
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
    transform: translate(0px, 0px);
}

.reveal-effect.animated * {
    animation-name: show-img-1;
}

.reveal-effect::after {
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.reveal-effect::after {
    transform-origin: left top;
    transform: scale(0.05, 0);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker::after {
    background-color: rgb(22, 22, 25);
}

.reveal-effect.animated::after {
    animation-name: slide-bg-2;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transform: scale(0.4);
    background: rgb(255, 255, 255);
    opacity: 1;
    border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet:hover {
    transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
    transform: scale(1);
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 2px;
    border: 2px solid rgb(255, 255, 255);
    background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
    transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
    transform: scale(1);
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 2px;
    border: 2px solid rgb(255, 255, 255);
    background: none;
}

.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11;
    background: rgb(42 228 221);
    text-align: center;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0.6s;
    overflow: hidden;
}

.preloader * {
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.preloader .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(28, 28, 28);
    transition-delay: 0.3s;
}

.preloader .inner {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0px auto;
}

.preloader .inner span {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3vw;
}

.preloader .inner figure {
    display: block;
    margin-bottom: 20px;
    transition-delay: 0.1s;
}

.preloader .inner figure img {
    height: 50%;
    transform: translateX(-7px);
}

 .preloader {
    left: -100%;
}

 .preloader .inner figure {
    opacity: 0;
    transform: scale(1.5);
}

 .preloader .inner span {
    transform: translateY(20px);
    opacity: 0;
}

 .preloader .layer {
    left: -100%;
}

 .left-side {
    background: rgba(0, 0, 0, 0.22);
    left: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    opacity: 1;
}

 .slider {
    filter: blur(0px);
    transform: scale(1);
}

 .page-header {
    filter: blur(0px);
    transform: scale(1);
}

 .all-cases-link {
    right: 30px;
}

.page-transition {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 13;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
    background: rgb(42 228 221);
}

.page-transition .layer {
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(28, 28, 28);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
}

.page-transition.active {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

.page-transition.active .layer {
    width: 100%;
}

.site-navigation {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
    background: rgb(42 228 221);
    padding-left: 120px;
}

.site-navigation .layer {
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(22, 22, 25);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
}

.site-navigation .inner {
    position: relative;
    z-index: 2;
    padding-left: 100px;
    transition: all 0.25s ease-in-out 0.7s;
    opacity: 0;
}

.site-navigation .inner ul {
    margin: 0px;
    padding: 0px;
    animation-duration: 1s;
}

.site-navigation .inner ul li {
    display: block;
    margin: 5px 0px;
    padding: 5px 0px;
}

.site-navigation .inner ul li ul {
    margin-top: 0px;
    margin-bottom: 10px;
    display: none;
}

.site-navigation .inner ul li ul li {
    display: block;
    margin: 0px;
}

.site-navigation .inner ul li ul li a {
    font-size: 26px;
}

.site-navigation .inner ul li i {
    margin-left: 20px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 1;
    transform: translateY(-5px);
    cursor: pointer;
}

.site-navigation .inner ul li small {
    width: 100%;
    display: block;
    color: rgb(255, 255, 255);
    opacity: 0.7;
    letter-spacing: 0.5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateY(-15px);
}

.site-navigation .inner ul li a {
    font-size: 50px;
    display: inline-block;
    font-weight: 800;
    color: rgb(255, 255, 255);
    transition: all 0.25s ease-in-out 0s;
}

.site-navigation .inner ul li a:hover {
    color: rgb(42 228 221);
    text-decoration: none;
}

.site-navigation.active {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

.site-navigation.active .layer {
    width: 100%;
}

.site-navigation.active .inner {
    opacity: 1;
}

.section-title {
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 80px;
    line-height: 1.4;
    font-size: 4vw;
    letter-spacing: 2px;
}

.social-media {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 3;
    background: rgb(42 228 221);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.social-media .layer {
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(22, 22, 25);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
}

.social-media .inner {
    position: relative;
    z-index: 2;
    padding-left: 100px;
    transition: all 0.25s ease-in-out 0.7s;
    opacity: 0;
    text-align: center;
    width: 100%;
}

.social-media .inner h5 {
    font-size: 3vw;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
}

.social-media .inner ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.social-media .inner ul li {
    font-size: 2vw;
    display: inline-block;
    margin: 0px 40px;
    padding: 0px;
    list-style: none;
}

.social-media .inner ul li a {
    color: rgb(255, 255, 255);
}

.social-media .inner ul li a:hover {
    color: rgb(42 228 221);
    text-decoration: none;
}

.social-media.active {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

.social-media.active .layer {
    width: 100%;
}

.social-media.active .inner {
    opacity: 1;
}

.all-cases {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 3;
    background: rgb(42 228 221);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.all-cases .layer {
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(22, 22, 25);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
}

.all-cases .inner {
    position: relative;
    z-index: 2;
    padding-left: 220px;
    transition: all 0.25s ease-in-out 0.7s;
    opacity: 0;
    width: 100%;
}

.all-cases .inner ul {
    display: block;
    max-height: 500px;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
}

.all-cases .inner ul li {
    font-size: 8vw;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.all-cases .inner ul li a {
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    color: transparent;
}

.all-cases .inner ul li a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.all-cases.active {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

.all-cases.active .layer {
    width: 100%;
}

.all-cases.active .inner {
    opacity: 1;
}

.all-cases-link {
    position: absolute;
    right: -100%;
    top: 30px;
    z-index: 5;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 1s;
}

.all-cases-link span {
    color: rgb(255, 255, 255);
    font-family: "Fjalla One", sans-serif;
    margin-right: 10px;
}

.all-cases-link b {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 25px;
    font-weight: 300;
    display: inline-block;
    background: rgb(255, 255, 255);
    color: rgb(34, 35, 39);
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.all-cases-link b:hover {
    background: rgb(42 228 221);
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.left-side {
    width: 120px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: absolute;
    /* left: -100%; */
    top: 0px;
    z-index: 10;
    text-align: center;
    /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
    padding: 30px 0px;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 1s;
    /* opacity: 0; */
}

.left-side .logo {
    display: inline-block;
    margin-bottom: auto;
}

.left-side .logo img {
    width: 80px;
}

.left-side .hamburger {
    margin: auto;
}

.left-side .follow-us {
    width: 100px;
    font-family: "Fjalla One", sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    transform: rotate(-90deg);
    margin: auto;
    cursor: pointer;
}

.left-side .equalizer {
    margin: auto auto 0px;
}

.slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0.8s;
    transform: scale(1.2);
    filter: blur(20px);
}

.slider .swiper-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.slider .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.slider .swiper-container .swiper-slide video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

.slider .gallery-top {
    height: 100%;
    width: 100%;
    background: rgb(34, 35, 39);
}

.slider .gallery-thumbs {
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    margin: 0px 120px;
    padding-bottom: 30px;
    z-index: 9;
    position: absolute;
    bottom: 30%;
    right: 0px;
    height: auto;
    color: rgb(255, 255, 255);
}

.slider .gallery-thumbs .swiper-slide {
    width: 90%;
    height: 100%;
    opacity: 0.4;
    text-align: center;
    filter: blur(3px);
}

.slider .gallery-thumbs .swiper-slide span {
    margin-left: 50%;
    transform: translateX(-50%);
    float: left;
    font-size: 3vw;
    line-height: 5vw;
    font-weight: 800;
}

.slider .gallery-thumbs .swiper-slide a {
    display: none;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-family: "Fjalla One", sans-serif;
    padding-bottom: 5px;
    position: relative;
}

.slider .gallery-thumbs .swiper-slide a::before {
    content: "";
    width: 20px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all 0.25s ease-in-out 0s;
}

.slider .gallery-thumbs .swiper-slide a:hover {
    text-decoration: none;
}

.slider .gallery-thumbs .swiper-slide a:hover::before {
    width: 100%;
}

.slider .gallery-thumbs .swiper-slide-active {
    width: 100%;
    opacity: 1;
    transform: scale(1.4);
    filter: blur(0px);
}

.slider .gallery-thumbs .swiper-slide-active span {
    font-size: 4vw;
}

.slider .gallery-thumbs .swiper-slide-active a {
    display: inline-block;
}

.slider .swiper-button-prev {
    height: auto;
    position: absolute;
    inset: auto 120px 30px auto;
    font-family: "Fjalla One", sans-serif;
    color: rgb(255, 255, 255);
    background: none;
}

.slider .swiper-button-next {
    height: auto;
    position: absolute;
    inset: auto 40px 30px auto;
    font-family: "Fjalla One", sans-serif;
    color: rgb(255, 255, 255);
    background: none;
}

.slider .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 3;
    text-align: center;
}

.slider .slide-progress span {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}

.slider .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}

.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: rgb(255, 255, 255);
}

.video-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    align-items: center;
    position: relative;
    opacity: 1;
    visibility: visible;
}

.video-hero .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background: none;
}

.video-hero .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

.video-hero .inner {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
}

.video-hero .inner span {
    width: 100%;
    float: left;
    font-size: 8vw;
    line-height: 5vw;
    font-weight: 800;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}

.video-hero .inner a {
    font-size: 19px;
    color: rgb(255, 255, 255);
    font-family: "Fjalla One", sans-serif;
    position: relative;
    border-bottom: 2px solid rgb(255, 255, 255);
    padding-bottom: 4px;
}

.video-hero .inner a:hover {
    text-decoration: none;
    color: rgb(42 228 221);
}

.carousel-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.carousel-hero .carousel-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.carousel-hero .carousel-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px;
    background-size: cover;
    background-position: center center;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 50px;
    z-index: 3;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
    opacity: 1;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active::after {
    opacity: 0.4;
}

.carousel-hero .carousel-slider .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(34, 35, 39);
    opacity: 0.7;
}

.carousel-hero .carousel-slider .swiper-slide .inner {
    width: 100%;
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: all 0.25s ease-in-out 0s;
}

.carousel-hero .carousel-slider .swiper-slide .inner h2 {
    width: 100%;
    float: left;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 800;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.carousel-hero .carousel-slider .swiper-slide .inner a {
    font-size: 19px;
    color: rgb(255, 255, 255);
    font-family: "Fjalla One", sans-serif;
    position: relative;
    border-bottom: 2px solid rgb(255, 255, 255);
    padding-bottom: 4px;
}

.carousel-hero .carousel-slider .swiper-slide .inner a:hover {
    text-decoration: none;
    color: rgb(42 228 221);
}

.carousel-hero .swiper-button-prev {
    height: auto;
    position: absolute;
    inset: auto 120px 30px auto;
    font-family: "Fjalla One", sans-serif;
    color: rgb(255, 255, 255);
    background: none;
}

.carousel-hero .swiper-button-next {
    height: auto;
    position: absolute;
    inset: auto 40px 30px auto;
    font-family: "Fjalla One", sans-serif;
    color: rgb(255, 255, 255);
    background: none;
}

.carousel-hero .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 3;
    text-align: center;
}

.carousel-hero .slide-progress span {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-family: "Fjalla One", sans-serif;
    font-size: 14px;
}

.carousel-hero .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}

.carousel-hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: rgb(255, 255, 255);
}

.page-header {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    background: rgb(22, 22, 25);
    position: relative;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1) 0.8s;
    transform: scale(1.2);
    filter: blur(20px);
}

.page-header .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.page-header .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
}

.page-header .inner {
    width: 100%;
    padding-left: 220px;
    position: relative;
    z-index: 2;
}

.page-header .inner h1 {
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 10vw;
    letter-spacing: -3px;
}

.page-header .inner p {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.intro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0px 75px;
    color: rgb(255, 255, 255);
    background: rgb(22, 22, 25);
}

.intro .col-lg-7 {
    padding-left: 10%;
}

.intro h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}

.intro h6::after {
    content: "";
    width: 70px;
    height: 1px;
    background: rgb(255, 255, 255);
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 7px;
}

.intro b {
    font-size: 120px;
    line-height: 1;
    font-family: "Fjalla One", sans-serif;
    float: left;
    font-weight: 400;
    margin-right: 20px;
}

.intro h4 {
    font-weight: 600;
}

.intro p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 35px;
}

.intro small {
    display: block;
    opacity: 0.7;
    margin-bottom: 50px;
}

.intro a {
    color: rgb(255, 255, 255);
    font-size: 17px;
    border-bottom: 1px solid rgb(42 228 221);
    padding-bottom: 5px;
}

.intro a:hover {
    border-color: rgb(255, 255, 255);
}

.intro-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 150px;
    position: relative;
}

.intro-image::before {
    content: "";
    width: 100%;
    height: 100px;
    background: rgb(22, 22, 25);
    position: absolute;
    left: 0px;
    top: 0px;
}

.intro-image.light::before {
    background: rgb(255, 255, 255);
}

.intro-image .office-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: rgb(34, 35, 39);
    position: relative;
    overflow: hidden;
}

.intro-image figure {
    width: 100%;
    display: block;
    margin: 0px;
    position: relative;
}

.intro-image figure img {
    width: 100%;
    opacity: 0.7;
}

.intro-image figure figcaption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    line-height: 1;
}

.intro-image figure figcaption h6 {
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.process {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.process .odometer {
    font-family: "Fjalla One", sans-serif;
    font-size: 5vw;
    line-height: 1;
}

.process .symbol {
    width: 100%;
    display: block;
    font-size: 12px;
}

.process small {
    width: 80%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin: 20px 10%;
    font-weight: 600;
}

.icon-content-block {
    padding-top: 125px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(34, 35, 39);
}

.icon-content-block .container {
    position: relative;
    z-index: 2;
}

.icon-content-block .content-block {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 50px 30px;
    position: relative;
    transition: all 0.25s ease-in-out 0s;
}

.icon-content-block .content-block.selected {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 15px 15px 30px;
    color: black !important;
}

.icon-content-block .content-block.selected::before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: -1;
    background: url("../images/dot-pattern.html") right center / 10px;
}

.icon-content-block .content-block figure {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    transition: all 0.6s ease 0s !important;
}

.icon-content-block .content-block figure img {
    height: 100px;
    transition: all 0.6s ease 0s !important;
}

.icon-content-block .content-block h6 {
    display: block;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.icon-content-block .content-block ul {
    margin: 0px;
    padding: 0px;
}

.icon-content-block .content-block ul li {
    padding: 3px 0px;
    opacity: 0.7;
    list-style: none;
    font-weight: 300;
}

.text-content-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0px;
    background: rgb(255, 255, 255);
}

.text-content-block .col-md-4 {
    margin: 20px 0px;
}

.text-content-block .section-title {
    margin-bottom: 30px;
}

.text-content-block h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 20%;
    margin-bottom: 70px;
}

.text-content-block small {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: -20px;
    opacity: 0.1;
    display: block;
}

.text-content-block h6 {
    font-size: 20px;
    font-family: "Fjalla One", sans-serif;
}

.text-content-block p {
    padding-right: 20%;
    margin-bottom: 0px;
    line-height: 1.5;
}

.testimonials {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -100px;
    color: rgb(255, 255, 255);
    background: transparent;
    position: relative;
}

.testimonials::before {
    width: 100%;
    height: 50px;
    background: rgb(34, 35, 39);
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonials .section-title {
    margin-bottom: 0px;
    padding-top: 20%;
    font-size: 2.5rem !important;
}

.testimonials .testimonials-slider {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.testimonials .swiper-pagination {
    width: 100px;
    right: 80px;
    left: auto;
    bottom: 115px;
    text-align: right;
}

.testimonials .swiper-pagination-bullet {
    background: rgb(34, 35, 39);
}

.testimonials .swiper-pagination-bullet:hover {
    border-color: rgb(34, 35, 39);
}

.testimonials .swiper-pagination-bullet-active {
    border-color: rgb(34, 35, 39);
    background: none;
}

.testimonials .testimonial {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 80px;
    background: rgb(42 228 221);
    color: rgb(34, 35, 39);
}

.testimonials .testimonial blockquote {
    font-size: 21px;
    line-height: 1.7;
    font-weight: 300;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.testimonials .testimonial .reviewer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.testimonials .testimonial .reviewer img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}

.testimonials .testimonial .reviewer .reviewer-infos {
    width: calc(100% - 65px);
    float: left;
}

.testimonials .testimonial .reviewer h6 {
    display: block;
    font-weight: 600;
}

.testimonials .testimonial .reviewer small {
    display: block;
}

.team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    padding-bottom: 100px;
    color: rgb(255, 255, 255);
    background: rgb(22, 22, 25);
    position: relative;
    z-index: 2;
}

.team::before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgb(255, 255, 255);
}

.team .reveal-effect.masker::after {
    background: rgb(34, 35, 39);
}

.team h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.team figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: -100px;
}

.team figure:hover ul {
    opacity: 1;
    visibility: visible;
}

.team figure img {
    width: 100%;
}

.team figure figcaption {
    display: block;
    color: rgb(34, 35, 39);
    margin-top: 20px;
}

.team figure figcaption h6 {
    display: block;
    font-weight: 600;
}

.team figure figcaption small {
    display: block;
    opacity: 0.5;
}

.team figure ul {
    width: 80%;
    display: flex;
    margin: 10%;
    padding: 0px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    bottom: 60px;
    transition: all 0.25s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.team figure ul li {
    flex: 1 1 0%;
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
    text-align: center;
    border-right: 1px solid rgb(238, 238, 238);
}

.team figure ul li:last-child {
    border-right: 0px;
}

.team figure ul li a {
    color: rgb(34, 35, 39);
    font-size: 13px;
    padding: 5px;
}

.team figure ul li a:hover {
    color: rgb(42 228 221);
}

.works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0px;
    background: rgb(34, 35, 39);
    color: rgb(255, 255, 255);
}

.works ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0px;
    padding: 0px;
    position: relative;
    z-index: 2;
}

.works ul li {
    width: 33.3333%;
    display: inline-block;
    margin: 0px;
    list-style: none;
    padding: 60px;
}

.works ul li:nth-child(2n+2) {
    margin-top: 100px;
}

.works ul li:nth-child(3n+3) {
    margin-top: 40px;
}

.works ul li figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    background: rgb(34, 35, 39);
    transition: all 0.25s ease-in-out 0s;
}

.works ul li figure:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 15px 15px 30px;
    transform: translateY(-10px);
}

.works ul li figure:hover::before {
    opacity: 1;
}

.works ul li figure::before {
    content: "";
    width: 90%;
    height: 30%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: -1;
    background: url("../images/dot-pattern.html") right center / 10px;
    opacity: 0;
    transition: all 0.25s ease-in-out 0s;
}

.works ul li figure a {
    width: 100%;
    background: rgb(34, 35, 39);
    display: block;
    position: relative;
    z-index: 2;
}

.works ul li figure a img {
    width: 100%;
}

.works ul li h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 26px;
    letter-spacing: -1px;
}

.works ul li small {
    display: block;
    font-family: "Fjalla One", sans-serif;
    opacity: 0.7;
}

.case-study {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0px;
    background: rgb(255, 255, 255);
}

.case-study h6 {
    font-weight: 600;
    margin-top: 30px;
}

.case-study h5 {
    font-family: "Fjalla One", sans-serif;
    font-size: 5vw;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}

.case-study p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.case-study figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.case-study figure img {
    width: 100%;
}

.case-study figure video {
    width: 100%;
}

.case-study .container-fluid {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

.blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0px;
    background: rgb(255, 255, 255);
}

.blog .col-lg-9 {
    padding-right: 60px;
}

.blog .sidebar {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px;
}

.blog .sidebar .widget {
    width: 100%;
    display: block;
    border-left: 1px solid rgb(238, 238, 238);
    margin-bottom: 40px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.blog .sidebar .widget .title {
    display: block;
    font-weight: 800;
    font-size: 19px;
    padding: 15px 0px;
    position: relative;
}

.blog .sidebar .widget .title::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgb(34, 35, 39);
    position: absolute;
    left: -31px;
    top: 0px;
}

.blog .sidebar .widget p {
    margin: 0px;
}

.blog .sidebar .widget form {
    width: 100%;
}

.blog .sidebar .widget form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

.blog .sidebar .widget .categories {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.blog .sidebar .widget .categories li {
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0px;
    padding: 0px;
    list-style: none;
}

.blog .sidebar .widget .categories li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: rgb(204, 204, 204);
    color: rgb(255, 255, 255);
    margin-right: 15px;
    margin-left: 0px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}

.blog .sidebar .widget .categories li a {
    color: rgb(34, 35, 39);
    margin-left: 0px;
    font-weight: 600;
}

.blog .sidebar .widget .tags {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    padding: 0px;
}

.blog .sidebar .widget .tags li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}

.blog .sidebar .widget .tags li a {
    font-weight: 600;
    font-size: 11px;
    background: rgb(34, 35, 39);
    color: rgb(255, 255, 255);
    line-height: 1;
    padding: 3px 6px;
}

.blog .sidebar .widget .tags li a:hover {
    color: rgb(42 228 221);
    text-decoration: none;
}

.blog .sidebar .widget .mini-works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.blog .sidebar .widget .mini-works li {
    width: 33.3333%;
    display: inline-block;
    margin: 0px;
    padding: 4px;
    list-style: none;
}

.blog .post {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0px;
}

.blog .post.single {
    position: relative;
}

.blog .post.single .post-image {
    width: 100%;
    margin-bottom: 50px;
}

.blog .post.single .post-content {
    width: 100%;
    padding: 0px 60px;
}

.blog .post.single .post-content .post-title {
    font-size: 4vw;
    line-height: 1.4;
}

.blog .post:nth-child(2n) {
    position: relative;
}

.blog .post:nth-child(2n) .post-image {
    order: 2;
}

.blog .post:nth-child(2n) .post-image::before {
    right: auto;
    left: -25px;
}

.blog .post:nth-child(2n) .post-content {
    order: 1;
    padding-right: 60px;
    padding-left: 0px;
    text-align: right;
}

.blog .post .post-image {
    width: 45%;
    margin: 0px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 15px 15px 30px;
}

.blog .post .post-image img {
    position: relative;
    width: 100%;
}

.blog .post .post-image::before {
    content: "";
    width: 90%;
    height: 60%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: 0;
    background: url("../images/dot-pattern.html") right center / 10px;
    transition: all 0.25s ease-in-out 0s;
    opacity: 0.2;
}

.blog .post .post-content {
    width: 55%;
    padding-left: 60px;
}

.blog .post .post-content h5 {
    font-weight: 600;
    margin-top: 30px;
}

.blog .post .post-content ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog .post .post-content ul li {
    margin: 0px;
}

.blog .post .post-content .social-share {
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 40px;
    text-align: center;
}

.blog .post .post-content .social-share li {
    float: left;
    margin-right: 5px;
    padding: 0px;
    list-style: none;
}

.blog .post .post-content .social-share li.facebook a {
    background: rgb(71, 89, 147);
}

.blog .post .post-content .social-share li.twitter a {
    background: rgb(118, 169, 234);
}

.blog .post .post-content .social-share li.google-plus a {
    background: rgb(243, 74, 56);
}

.blog .post .post-content .social-share li.linkedin a {
    background: rgb(0, 119, 183);
}

.blog .post .post-content .social-share li.youtube a {
    background: rgb(246, 28, 13);
}

.blog .post .post-content .social-share li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    float: left;
    background: rgb(34, 35, 39);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
}

.blog .post .post-content .image-left {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.blog .post .post-content .image-full {
    width: 100%;
    display: block;
    margin: 30px 0px;
}

.blog .post .post-content .post-date {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0.5;
}

.blog .post .post-content .post-title {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 3vw;
    font-weight: 800;
}

.blog .post .post-content .post-title a {
    color: rgb(22, 22, 25);
}

.blog .post .post-content .post-title a:hover {
    color: rgb(42 228 221);
    text-decoration: none;
}

.blog .post .post-content .post-author {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.blog .post .post-content .post-author img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}

.blog .post .post-content .post-author span {
    display: inline-block;
    color: rgb(167, 167, 167);
}

.blog .post .post-content .post-author span a {
    color: rgb(34, 35, 39);
    font-size: 15px;
}

.blog .post .post-content .post-author span a:hover {
    color: rgb(34, 35, 39);
}

.blog .post .post-content .post-categories {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 0px;
}

.blog .post .post-content .post-categories li {
    display: inline-block;
    list-style: none;
}

.blog .post .post-content .post-categories li a {
    font-weight: 600;
    font-size: 11px;
    background: rgb(34, 35, 39);
    color: rgb(255, 255, 255);
    line-height: 1;
    padding: 3px 6px;
}

.blog .post .post-content .post-categories li a:hover {
    color: rgb(42 228 221);
    text-decoration: none;
}

.blog .post .post-content .post-link {
    font-family: "Fjalla One", sans-serif;
    border-bottom: 2px solid rgb(34, 35, 39);
    padding-bottom: 5px;
}

.blog .post .post-content .post-link:hover {
    color: rgb(42 228 221);
    text-decoration: none;
}

.clients {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 15px 15px 50px;
}

.clients ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
}

.clients ul li {
    width: 33.3333%;
    margin: 0px;
    padding: 40px;
    list-style: none;
    border-left: 1px solid rgb(238, 238, 238);
    border-top: 1px solid rgb(238, 238, 238);
}

.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0px;
    background: rgb(255, 255, 255);
}

.contact h6 {
    font-weight: 600;
    margin-top: 30px;
}

.contact address {
    display: block;
}

.contact address p {
    margin: 0px;
}

.contact address a {
    text-decoration: underline;
}

.contact .contact-form {
    width: 100%;
    display: block;
}

.contact .contact-form #contact {
    display: block;
}

.contact .contact-form #contact .form-group {
    display: block;
    position: relative;
    margin-bottom: 35px;
}

.contact .contact-form #contact .form-group span {
    width: 100%;
    line-height: 58px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 20px;
    z-index: 0;
    transition: all 0.25s ease-in-out 0s;
}

.contact .contact-form #contact .form-group span.label-up {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group input[type="text"] {
    width: 400px;
    background: none;
    position: relative;
    z-index: 2;
}

.contact .contact-form #contact .form-group input:focus + span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group textarea {
    width: 500px;
    background: none;
    position: relative;
    z-index: 2;
}

.contact .contact-form #contact .form-group textarea:focus + span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group label.error {
    width: 100%;
    color: red;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 13px;
}

.contact .contact-form #success, .contact .contact-form #error {
    display: none;
    float: left;
}

.contact .contact-form #error {
    background: red;
    color: rgb(255, 255, 255);
}

.contact .contact-form #success {
    background: green;
    color: rgb(255, 255, 255);
}

.contact .contact-form .alert {
    border: none;
    border-radius: 0px;
    padding: 20px 30px;
}

.contact .map {
    width: 80%;
    height: 400px;
    display: block;
    background: rgb(34, 35, 39);
}

.contact .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.footer {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    color: rgb(255, 255, 255);
    background: url("") center top / cover no-repeat;
}

.footer ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

.footer ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer ul li a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding-right: 1rem;
}

.footer ul li a:hover {
    color: rgb(42 228 221);
}

.footer h6 {
    font-family: "Fjalla One", sans-serif;
    font-size: 4vw;
    margin-bottom: 20px;
}

.footer h2 {
    font-size: 2vw;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 50px;
    opacity: 0.7;
}

.footer .link {
    color: rgb(255, 255, 255);
    font-size: 17px;
    border-bottom: 1px solid rgb(42 228 221);
    padding-bottom: 5px;
}

.footer .link:hover {
    border-color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer .footer-bar {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    padding: 50px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
}

.footer .footer-bar .copyright {
    margin: 0px;
}

.footer .footer-bar .creation {
    margin-left: auto;
}

.footer .footer-bar .creation a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.footer .footer-bar .creation a:hover {
    text-decoration: none;
    color: rgb(42 228 221);
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .section-title {
        font-size: 8vw;
        margin-bottom: 50px;
    }

    .page-header .inner {
        padding-left: 160px;
    }

    .all-cases .inner {
        padding-left: 160px;
    }

    .social-media .inner ul li {
        font-size: 4vw;
    }

    .all-cases .inner ul li {
        font-size: 10vw;
    }

    .works {
        padding: 80px 0px;
    }

    .works ul li {
        width: 50%;
    }

    .slider .gallery-thumbs .swiper-slide-active span {
        width: 100%;
        font-size: 8vw;
        line-height: 11vw;
    }

    .intro .col-lg-7 {
        padding-left: 15px;
        margin-top: 50px;
    }

    .text-content-block {
        padding: 80px 0px;
    }

    .intro-image {
        padding-bottom: 80px;
    }

    .icon-content-block .col-lg-3:nth-child(3) {
        margin-top: 0px;
    }

    .icon-content-block .content-block {
        padding: 30px 20px;
    }

    .process {
        margin-bottom: 80px;
    }

    .process .col-lg-3:first-child {
        margin-bottom: 40px;
    }

    .process .odometer {
        font-size: 8vw;
    }

    .testimonials {
        margin-top: 80px;
    }

    .testimonials::before {
        display: none;
    }

    .testimonials .col-lg-6:first-child {
        order: 2;
    }

    .testimonials .col-lg-6:last-child {
        order: 1;
    }

    .testimonials .testimonials-slider {
        margin-top: 40px;
        width: 100%;
    }

    .testimonials .swiper-pagination {
        bottom: 65px;
    }

    .testimonials .testimonial {
        padding: 50px 80px;
    }

    .testimonials .section-title {
        margin-top: 80px;
    }

    .team {
        padding: 80px 0px;
    }

    .team::before {
        display: none;
    }

    .team .col {
        width: 33.3333%;
        flex-basis: auto;
        flex-grow: inherit;
    }

    .team figure {
        margin: 30px 0px;
    }

    .team figure figcaption {
        color: rgb(255, 255, 255);
    }

    .team h5 {
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .intro {
        padding: 80px 0px;
    }

    .clients {
        padding: 80px 0px;
    }

    .blog {
        padding: 30px 0px;
    }

    .blog .col-lg-9 {
        padding-right: 15px;
    }

    .contact {
        padding: 80px 0px;
    }

    .contact .map {
        width: 100%;
        margin: 50px 0px;
    }

    .contact .contact-form {
        margin-top: 30px;
    }

    .footer h6 {
        font-size: 26px;
    }

    .footer ul {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .footer ul li {
        margin-left: 0px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .section-title {
        font-size: 9vw;
        margin-bottom: 40px;
    }

    .slider .gallery-thumbs {
        width: 100%;
        margin: 0px;
    }

    .page-header .inner {
        padding-left: 100px;
    }

    .page-header .inner p {
        font-size: 17px;
        padding-right: 10%;
    }

    .all-cases .inner {
        padding-left: 100px;
    }

    .all-cases .inner ul li {
        font-size: 13vw;
    }

    .site-navigation .inner {
        padding-left: 0px;
    }

    .site-navigation .inner ul li {
        line-height: 1;
    }

    .site-navigation .inner ul li a {
        font-size: 34px;
    }

    .site-navigation .inner ul li i {
        font-size: 20px;
        margin-left: 13px;
    }

    .site-navigation .inner ul li small {
        display: none;
    }

    .site-navigation .inner ul li ul {
        margin-top: 10px;
    }

    .site-navigation .inner ul li ul li a {
        font-size: 22px;
    }

    .left-side {
        width: 80px;
        border-right: none;
    }

    .left-side .follow-us {
        display: none;
    }

    .slide-progress {
        display: none;
    }

    .all-cases-link {
        right: 15px;
    }

    .swiper-button-next {
        right: 20px;
    }

    .swiper-button-prev {
        right: 90px;
    }

    .icon-content-block .col-lg-3:nth-child(3) {
        margin: 50px 0px;
    }

    .icon-content-block .content-block {
        padding: 0px;
    }

    .icon-content-block .content-block.selected {
        background: none;
        box-shadow: none;
    }

    .icon-content-block .content-block.selected::before {
        display: none;
    }

    .testimonials .testimonial {
        padding: 70px 50px;
    }

    .testimonials .swiper-pagination {
        bottom: 85px;
    }

    .team .col {
        width: 50%;
        flex-basis: 50%;
        flex-grow: inherit;
    }

    .team figure {
        display: block;
        height: auto;
    }

    .team figure img {
        height: auto;
        object-fit: cover;
    }

    .works ul li {
        width: 100%;
    }

    .works ul li:nth-child(2n+2) {
        margin-top: 0px;
    }

    .works ul li:nth-child(3n+3) {
        margin-top: 0px;
    }

    .clients ul li {
        padding: 30px 20px;
        width: 50%;
    }

    .clients ul li:last-child {
        display: none;
    }

    .blog .post .post-image {
        width: 100%;
        margin-bottom: 40px;
    }

    .blog .post .post-content {
        width: 100%;
        padding: 0px !important;
    }

    .blog .post:nth-child(2n) {
        text-align: left;
    }

    .blog .post:nth-child(2n) .post-image {
        order: 1;
    }

    .blog .post:nth-child(2n) .post-content {
        order: 2;
        text-align: left;
    }

    .blog .post .post-content .post-title {
        font-size: 7vw;
    }

    .blog .post.single .post-content .post-title {
        font-size: 8vw;
    }

    .footer h2 {
        font-size: 7vw;
    }

    .footer h2 br {
        display: none;
    }

    .footer .footer-bar .creation {
        width: 100%;
        display: block;
        margin-top: 5px;
    }
}

@keyframes texteffect {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes texteffect {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes show-img-1 {
    0%, 66.6% {
        visibility: hidden;
    }

    100%, 66.7% {
        visibility: visible;
    }
}

@keyframes show-img-1 {
    0%, 66.6% {
        visibility: hidden;
    }

    100%, 66.7% {
        visibility: visible;
    }
}

@-webkit-keyframes slide-bg-2 {
    33.3% {
        transform-origin: left top;
        transform: scale(0.05, 1);
    }

    66.6% {
        transform-origin: left center;
        transform: scale(1, 1);
    }

    66.7% {
        transform-origin: right center;
        transform: scale(1, 1);
    }

    100% {
        transform-origin: right center;
        transform: scale(0, 1);
    }
}

@keyframes slide-bg-2 {
    33.3% {
        transform-origin: left top;
        transform: scale(0.05, 1);
    }

    66.6% {
        transform-origin: left center;
        transform: scale(1, 1);
    }

    66.7% {
        transform-origin: right center;
        transform: scale(1, 1);
    }

    100% {
        transform-origin: right center;
        transform: scale(0, 1);
    }
}

.works ul li:nth-child(3) {
    margin-top: 0px;
}

.works ul li:nth-child(4), .works ul li:nth-child(6) {
    margin-top: -100px;
}

.testimonials .testimonial blockquote {
    min-height: 210px;
}

.testimonials .testimonial {
    color: white !important;
    background: linear-gradient(99deg, rgb(30 206 251), rgb(34 210 180)) !important;
}

.testimonials .swiper-pagination-bullet-active {
    border-color: rgb(34, 35, 39);
}

.testimonials .swiper-pagination-bullet-active {
    border-color: white !important;
}

.icon-content-block {
    padding-bottom: 75px;
}

.clients {
    padding-top: 75px;
}

.cut_form input, .cut_form textarea {
    width: 100%;
}

.cut_form {
    border: 1px dashed black;
    padding: 30px;
    box-shadow: rgba(17, 12, 46, 0.08) 0px 48px 100px 0px;
}

.video-hero .video-bg video {
    opacity: 1 !important;
}

.icon-content-block .content-block img#gif {
    display: none;
}

.icon-content-block .content-block.selected img[id="png"] {
    display: none;
}

.icon-content-block .content-block.selected img#gif {
    margin: auto;
    display: block !important;
}
.custom_footer_sec {
    float: right;
    text-align: right;
}
.custom_footer_sec ul {
    padding-top: 10%;
}
.custom_footer_sec a,.copyright a {
    color: white;
    line-height: 33px !important;
}
.rc-anchor-normal-footer{
    visibility: hidden !important;
}

.mobile_video{
    display:none;
}
@media(max-width:767px){
    .laptop_video{
        display:none !important;
    }
    .mobile_video{
        display:block !important;
    }
     .left-side{
        backdrop-filter: blur(25px) !important;
    }
    }
}