    @import url("https://fonts.googleapis.com/css?family=Fjalla+One|Poppins:300,400,600,800&amp;subset=latin-ext");

    * {
        outline: none !important;
    }

    body {
        font-size: 16px;
        background: #131313;
        font-family: 'Poppins', sans-serif;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        height: 100%;
        overflow: hidden;
    }

    html {
        height: 100%;
    }

    /* HTML ELEMENTS */

    img {
        max-width: 100%;
    }

    b {
        font-weight: 600;
    }

    strong {
        font-weight: 800;
    }

    /* CUSTOM CLASSES */

    @media (min-width: 1200px) {
        .container {
            max-width: 1240px;
        }
    }

    .top-srb-banner-spacing {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .overflow {
        overflow: hidden;
    }

    /* FORM ELEMENTS */

    input[type="text"] {
        height: 58px;
        line-height: 54px;
        display: inline-block;
        border: 2px solid #eee;
        padding: 0 20px;
    }

    textarea {
        height: 158px;
        line-height: 54px;
        display: inline-block;
        border: 2px solid #eee;
        padding: 20px;
    }

    label {
        display: block;
        font-weight: 600;
    }

    button[type="submit"] {
        height: 58px;
        display: inline-block;
        padding: 0 40px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        background: #000;
        color: #fff;
        border: 1px solid;
        border-radius: 5px;
        cursor:pointer;
    }

    button[type="button"] {
        height: 58px;
        display: inline-block;
        padding: 0 40px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        background: #000;
        color: #fff;
        border: 1px solid;
        border-radius: 5px;
        cursor:pointer;
    }

    /* SECTIONS */

    main {
        width: 100%;
        position: relative;
        z-index: 5;
        background: #171819;
    }

    /* LINKS */

    a {
        -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;
        color: #000;
    }

    a:hover {
        text-decoration: underline;
    }

    /* GLITCH ANIMZ */

    @keyframes noise-anim {
        0% {
            clip: rect(61px, 9999px, 101px, 0);
        }

        5% {
            clip: rect(7px, 9999px, 65px, 0);
        }

        10% {
            clip: rect(118px, 9999px, 116px, 0);
        }

        15% {
            clip: rect(71px, 9999px, 128px, 0);
        }

        20% {
            clip: rect(30px, 9999px, 12px, 0);
        }

        25% {
            clip: rect(43px, 9999px, 105px, 0);
        }

        30% {
            clip: rect(1px, 9999px, 101px, 0);
        }

        35% {
            clip: rect(36px, 9999px, 48px, 0);
        }

        40% {
            clip: rect(125px, 9999px, 56px, 0);
        }

        45% {
            clip: rect(45px, 9999px, 57px, 0);
        }

        50% {
            clip: rect(30px, 9999px, 3px, 0);
        }

        55% {
            clip: rect(35px, 9999px, 35px, 0);
        }

        60% {
            clip: rect(96px, 9999px, 97px, 0);
        }

        65% {
            clip: rect(51px, 9999px, 56px, 0);
        }

        70% {
            clip: rect(81px, 9999px, 29px, 0);
        }

        75% {
            clip: rect(127px, 9999px, 100px, 0);
        }

        80% {
            clip: rect(81px, 9999px, 36px, 0);
        }

        85% {
            clip: rect(99px, 9999px, 1px, 0);
        }

        90% {
            clip: rect(89px, 9999px, 53px, 0);
        }

        95% {
            clip: rect(109px, 9999px, 64px, 0);
        }

        100% {
            clip: rect(5px, 9999px, 117px, 0);
        }
    }

    @keyframes noise-anim-2 {
        0% {
            clip: rect(48px, 9999px, 57px, 0);
        }

        5% {
            clip: rect(107px, 9999px, 17px, 0);
        }

        10% {
            clip: rect(41px, 9999px, 37px, 0);
        }

        15% {
            clip: rect(79px, 9999px, 128px, 0);
        }

        20% {
            clip: rect(101px, 9999px, 108px, 0);
        }

        25% {
            clip: rect(71px, 9999px, 89px, 0);
        }

        30% {
            clip: rect(43px, 9999px, 37px, 0);
        }

        35% {
            clip: rect(118px, 9999px, 80px, 0);
        }

        40% {
            clip: rect(95px, 9999px, 2px, 0);
        }

        45% {
            clip: rect(120px, 9999px, 69px, 0);
        }

        50% {
            clip: rect(81px, 9999px, 101px, 0);
        }

        55% {
            clip: rect(17px, 9999px, 106px, 0);
        }

        60% {
            clip: rect(23px, 9999px, 117px, 0);
        }

        65% {
            clip: rect(24px, 9999px, 5px, 0);
        }

        70% {
            clip: rect(37px, 9999px, 64px, 0);
        }

        75% {
            clip: rect(19px, 9999px, 129px, 0);
        }

        80% {
            clip: rect(83px, 9999px, 48px, 0);
        }

        85% {
            clip: rect(9px, 9999px, 10px, 0);
        }

        90% {
            clip: rect(66px, 9999px, 127px, 0);
        }

        95% {
            clip: rect(12px, 9999px, 51px, 0);
        }

        100% {
            clip: rect(81px, 9999px, 114px, 0);
        }
    }

    /* DOTS MENU */

    .dots-menu {
        float: right;
        position: relative;
        width: 20px;
        height: 20px;
        margin: 0;
        cursor: pointer;
    }

    .dots-menu .pix {
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #fff;
        border-radius: 100%;
        transition: 0.2s ease-in-out;
    }

    .dots-menu .pix:nth-of-type(1) {
        transform: translate(0px, 0px);
    }

    .dots-menu .pix:nth-of-type(2) {
        transform: translate(8px, 0px);
    }

    .dots-menu .pix:nth-of-type(3) {
        transform: translate(16px, 0px);
    }

    .dots-menu .pix:nth-of-type(4) {
        transform: translate(0px, 8px);
    }

    .dots-menu .pix:nth-of-type(5) {
        transform: translate(8px, 8px);
    }

    .dots-menu .pix:nth-of-type(6) {
        transform: translate(16px, 8px);
    }

    .dots-menu .pix:nth-of-type(7) {
        transform: translate(0px, 16px);
    }

    .dots-menu .pix:nth-of-type(8) {
        transform: translate(8px, 16px);
    }

    .dots-menu .pix:nth-of-type(9) {
        transform: translate(16px, 16px);
    }

    .dots-menu:hover .pix {
        background-color: #33a16e;
    }

    .dots-menu:hover .pix:nth-of-type(1) {
        transform: translate(-4px, -4px);
    }

    .dots-menu:hover .pix:nth-of-type(3) {
        transform: translate(20px, -4px);
    }

    .dots-menu:hover .pix:nth-of-type(7) {
        transform: translate(-4px, 20px);
    }

    .dots-menu:hover .pix:nth-of-type(9) {
        transform: translate(20px, 20px);
    }

    .dots-menu.active .pix:nth-of-type(1) {
        transform: translate(0, 0);
    }

    .dots-menu.active .pix:nth-of-type(2) {
        transform: translate(4px, 4px);
    }

    .dots-menu.active .pix:nth-of-type(3) {
        transform: translate(16px, 0);
    }

    .dots-menu.active .pix:nth-of-type(4) {
        transform: translate(4px, 12px);
    }

    .dots-menu.active .pix:nth-of-type(6) {
        transform: translate(12px, 4px);
    }

    .dots-menu.active .pix:nth-of-type(7) {
        transform: translate(0, 16px);
    }

    .dots-menu.active .pix:nth-of-type(8) {
        transform: translate(12px, 12px);
    }

    .dots-menu.active .pix:nth-of-type(9) {
        transform: translate(16px, 16px);
    }

    .dots-menu.active:hover .pix:nth-of-type(1) {
        transform: translate(-4px, -4px);
    }

    .dots-menu.active:hover .pix:nth-of-type(2) {
        transform: translate(2px, 2px);
    }

    .dots-menu.active:hover .pix:nth-of-type(3) {
        transform: translate(20px, -4px);
    }

    .dots-menu.active:hover .pix:nth-of-type(4) {
        transform: translate(2px, 14px);
    }

    .dots-menu.active:hover .pix:nth-of-type(6) {
        transform: translate(14px, 2px);
    }

    .dots-menu.active:hover .pix:nth-of-type(7) {
        transform: translate(-4px, 20px);
    }

    .dots-menu.active:hover .pix:nth-of-type(8) {
        transform: translate(14px, 14px);
    }

    .dots-menu.active:hover .pix:nth-of-type(9) {
        transform: translate(20px, 20px);
    }

    /* MODAL */

    .modal .modal-dialog {
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }

    .modal .modal-dialog .modal-content {
        width: 100%;
        height: 300px;
        margin-top: 30%;
        border-radius: 0;
        border: none;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
        position: relative;
    }

    .modal .modal-dialog .modal-content .close {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #33a16e;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 1;
        text-align: center;
        font-size: 13px;
    }

    .modal #map {
        width: 100%;
        height: 300px;
        float: left;
    }

    /* PAGINATION */

    .pagination {
        width: 100%;
        height: 40px;
        display: block;
        float: left;
        text-align: center;
        margin: 0;
    }

    .pagination li.page-item {
        float: none;
        display: inline-block;
    }

    .pagination li.page-item a.page-link {
        height: 40px;
        line-height: 36px;
        border: 2px solid #000;
        float: left;
        border-radius: 0 !important;
        font-size: 12px;
        color: #000;
        font-weight: 600;
        padding: 0 20px;
    }

    /* PRELOADER */

    .preloader {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 13;
        background: #33a16e;
        -webkit-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
    }

    .preloader .inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/preloader.gif) center no-repeat #000;
        background-size: 80px 80px;
        -webkit-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
    }

    .preloader .holder {
        width: 100%;
        height: 26px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: 50px;
        text-align: center;
    }

    .preloader .typewriter {
        height: 26px;
        line-height: 26px;
        display: inline-block;
        color: #fff;
    }

    .preloader .typewriter #typewriter-text {
        float: left;
        font-size: 12px;
        margin-left: 5px;
        margin-top: -2px;
        margin-right: 3px;
    }

    .preloader .typewriter #typewriter-suffix {
        width: 2px;
        height: 16px;
        display: inline-block;
        background: #33a16e;
        text-indent: -1000px;
        overflow: hidden;
    }

    .preloader .loader {
        width: 100%;
        height: 3px;
        border: none;
        border-radius: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .preloader .loader:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
    }

    .preloader .trackbar {
        width: 100%;
        height: 100%;
        border-radius: 0;
        color: #fff;
        text-align: center;
        position: relative;
        background: #808080;
        opacity: 0.99;
    }

    .preloader .loadbar {
        width: 0%;
        height: 100%;
        background: #33a16e;
        box-shadow: 0px 0px 10px #33a16e;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        animation: flicker 5s infinite;
        overflow: hidden;
    }

    /* PAGE LOADED */

    .page-loaded {
        overflow: overlay;
    }

    .page-loaded .preloader {
        left: 100%;
        transition-delay: 0.5s;
    }

    .page-loaded .preloader .inner {
        left: 100%;
    }

    .page-loaded .navbar {
        transform: translateY(0);
    }

    .page-loaded .top-slider {
        margin: 0;
    }

    .page-loaded .top-slider .slider {
        transform: scale(1);
        opacity: 1;
    }

    .page-loaded .top-slider .slider .gallery-thumbs {
        transform: translateX(0);
        opacity: 1;
    }

    /* TRANSITION OVERLAY */

    .transition-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 13;
        visibility: hidden;
    }

    .transition-overlay .black-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 3;
        background: #000;
        -webkit-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
    }

    .transition-overlay .green-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 2;
        background: #33a16e;
        -webkit-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
    }

    .transition-overlay.open {
        visibility: visible;
    }

    .transition-overlay.open .green-layer {
        left: 0;
        transition-delay: 0s;
    }

    .transition-overlay.open .black-layer {
        left: 0;
        transition-delay: 0.4s;
    }

    /* SANDWICH BUTTON */

    .sandwich-btn {
        width: 46px;
        height: 46px;
        float: right;
        position: relative;
        cursor: pointer;
        border-radius: 50%;
    }

    .sandwich-btn span {
        display: block;
        height: 2px;
        width: 18px;
        background: #fff;
        opacity: 1;
        position: absolute;
        right: 8px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .sandwich-btn span:nth-child(1) {
        top: 12px;
    }

    .sandwich-btn span:nth-child(2) {
        top: 20px;
    }

    .sandwich-btn.open span:nth-child(1) {
        top: 16px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .sandwich-btn.open span:nth-child(2) {
        top: 16px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /* NAVIGATION MENU */

    .navigation-menu {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 11;
        visibility: 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;
    }

    .navigation-menu .black-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 3;
        background: #000;
        -webkit-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
    }

    .navigation-menu .green-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 2;
        background: #33a16e;
        -webkit-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
    }

    .navigation-menu .inner {
        color: #fff;
        position: relative;
        z-index: 4;
        text-align: center;
        -webkit-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        opacity: 0;
        transform: scale(1.1);
    }

    .navigation-menu .inner ul {
        display: block;
        margin: 0;
        padding: 0;
    }

    .navigation-menu .inner ul li {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        -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;
    }

    .navigation-menu .inner ul li:hover ul {
        opacity: 1;
        visibility: visible;
    }

    .navigation-menu .inner ul li:hover ul li ul {
        opacity: 0;
        visibility: hidden;
    }

    .navigation-menu .inner ul li ul {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: row;
        background: rgba(0, 0, 0, 0.95);
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: 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;
        transition-delay: 0s !important;
    }

    .navigation-menu .inner ul li ul li {
        margin: 0 20px;
        padding: 0;
        list-style: none;
        position: static;
    }

    .navigation-menu .inner ul li ul li ul {
        width: 1000px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.95);
        transform: translateX(-50%);
    }

    .navigation-menu .inner ul li ul li ul li a {
        font-size: 12px;
    }

    .navigation-menu .inner ul li ul li:hover ul {
        opacity: 1;
        visibility: visible;
        z-index: 5;
    }

    .navigation-menu .inner ul li ul li a {
        float: left;
        font-size: 18px;
    }

    .navigation-menu .inner ul li ul li a:before {
        display: none;
    }

    .navigation-menu .inner ul li ul li a:hover {
        color: #33a16e;
    }

    .navigation-menu .inner ul li a {
        font-size: 50px;
        font-weight: 800;
        color: #fff;
        position: relative;
    }

    .navigation-menu .inner ul li a:before {
        content: "";
        width: 0;
        height: 10px;
        position: absolute;
        left: 0;
        bottom: 12px;
        background: #33a16e;
        z-index: -1;
        -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;
    }

    .navigation-menu .inner ul li a:hover {
        text-decoration: none;
    }

    .navigation-menu .inner ul li a:hover:before {
        width: 100%;
    }

    .navigation-menu .inner address {
        margin-top: 50px;
        font-size: 18px;
        font-family: 'Fjalla One', sans-serif;
    }

    .navigation-menu.open {
        visibility: visible;
    }

    .navigation-menu.open .green-layer {
        left: 0;
        transition-delay: 0s;
    }

    .navigation-menu.open .black-layer {
        left: 0;
        transition-delay: 0.4s;
    }

    .navigation-menu.open .inner {
        opacity: 1;
        transition-delay: 0.5s;
        transform: scale(1);
    }

    /* HEADER */

    .top-slider {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        left: 0;
        top: 0;
        z-index: 10;
    }

    /* SOCIAL MEDIA */

    .social-media {
        width: 38px;
        position: absolute;
        z-index: 7;
        right: 60px;
        top: 200px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .social-media li {
        width: 100%;
        float: left;
        display: block;
        padding: 0;
        list-style: none;
    }

    .social-media li a {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 13px;
        margin: 10px 0;
    }

    .social-media li a:hover {
        color: #008fff;
    }

    /* SCROLL DOWN */

    .scroll-down {
        width: 1px;
        height: 90px;
        position: absolute;
        right: 63px;
        bottom: 30px;
        z-index: 2;
    }

    .scroll-down b {
        width: 100px;
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        transform-origin: left;
        margin-left: -15px;
        margin-top: 0;
        transform: rotate(90deg);
        float: left;
    }

    .scroll-down span {
        display: block;
        position: relative;
        padding-top: 79px;
        text-align: center;
    }

    .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;
    }

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

    /* NAVBAR */

    .navbar {
        width: 100%;
        height: 150px;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 60px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 11;
        transform: translateY(-100%);
        -webkit-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        transition-delay: 0.8s;
    }

    .navbar.hide {
        transform: translateY(-100%);
    }

    .navbar .logo img {
        width: 150px;
    }

    .navbar .email-us {
        margin-left: 0;
        margin-right: auto;
        color: #fff;
        font-size: 14px;
    }

    .navbar .email-us a {
        color: #808080;
        text-decoration: underline;
    }

    .navbar .email-us a:hover {
        color: #fff;
    }

    .navbar .email-us a span {
        color: #fff;
        text-decoration: underline;
    }

    .navbar .languages {
        margin-right: 50px;
        font-family: 'Fjalla One', sans-serif;
    }

    .navbar .languages a {
        float: left;
        margin-left: 10px;
        color: #808080;
        font-size: 14px;
        color: #808080;
    }

    .navbar .languages a:hover {
        color: #33a16e;
        text-decoration: none;
    }

    .navbar .languages a.active {
        color: #fff;
    }

    .navbar .sandwich-nav {
        margin-right: 0;
    }

    .navbar .sandwich-nav b {
        font-size: 14px;
        line-height: 38px;
        color: #fff;
        font-weight: 400;
        font-family: 'Fjalla One', sans-serif;
    }

    .navbar .sandwich-nav .circle {
        width: 38px;
        height: 38px;
        float: right;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        margin-left: 10px;
        position: relative;
        cursor: pointer;
    }

    .navbar .sandwich-nav .circle.open {
        border-color: #fff;
        background: #fff;
    }

    .navbar .sandwich-nav .circle.open span {
        background: #000;
    }

    /* SLIDER */

    .top-slider {
        margin: 0;
    }

    .top-slider .slider {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;

        opacity: 0;
    }

    .top-slider .slider:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/lines.png);
        z-index: 1;
        background-color: #0000007a;
    }

    .top-slider .gallery-top {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: #000;
    }

    .top-slider .gallery-top .swiper-wrapper {
        opacity: 0.6;
    }

    .top-slider .gallery-top .swiper-wrapper .slide-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-slider .gallery-thumbs {
        height: 60%;
        position: absolute;
        left: 60px;
        top: 20%;
        z-index: 2;
        overflow: hidden;
        transform: translateX(-100px);
        opacity: 0;
        -webkit-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        transition: all 400ms cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -moz-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        -o-transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        transition-timing-function: cubic-bezier(0.595, 0.03, 0, 0.88);
        /* custom */
        transition-delay: 0.8s;
    }

    .top-slider .gallery-thumbs .swiper-slide {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 90px;
        color: #8080802b;
        font-weight: 700;
    }

    .top-slider .gallery-thumbs .swiper-slide.swiper-slide-active {
        color: #fff;
    }

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

    .top-slider .gallery-thumbs .swiper-slide a {
        font-size: 14px;
        display: none;
        float: right;
        color: #33a16e;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: -5px;
        padding-left: 6px;
    }

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

    .top-slider .gallery-thumbs .swiper-slide a:hover .plus {
        color: #000;
        background: #fff;
    }

    .top-slider .gallery-thumbs .swiper-slide a .plus {
        width: 30px;
        height: 30px;
        display: inline-block;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        margin-left: 6px;
        text-align: center;
        line-height: 27px;
        color: #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;
    }

    .top-slider .swiper-pagination {
        width: auto;
        position: absolute;
        left: 60px;
        bottom: 30px;
        color: #fff;
        z-index: 99;
    }

    .top-slider .swiper-pagination span:first-child {
        font-size: 56px;
        height: 50px;
        line-height: 50px;
        float: left;
        overflow: hidden;
        padding-top: 3px;
        font-weight: 600;
    }

    .top-slider .swiper-pagination span:last-child {
        font-size: 14px;
    }

    .top-slider .swiper-pagination span:before {
        content: "0";
    }

    /* PARTICLES MASK */

    .particles-mask {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/pattern-bg2.png) center no-repeat #131313;
        background-size: auto 100% !important;
        padding: 0 100px;
    }

    .particles-mask .inner {
        width: 100%;
    }

    .particles-mask .inner .masker {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .particles-mask .inner .masker h1 {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 12vw;
        font-weight: 800;
        line-height: 1;
        color: #fff;
        position: relative;
    }

    .particles-mask .inner .masker h1:before {
        content: attr(data-text);
        position: absolute;
        left: -2px;
        text-shadow: 1px 0 blue;
        top: 0;
        color: white;
        overflow: hidden;
        clip: rect(0, 900px, 0, 0);
        animation: noise-anim-2 3s infinite linear alternate-reverse;
    }

    .particles-mask .inner .masker h1:after {
        content: attr(data-text);
        position: absolute;
        left: 2px;
        text-shadow: -1px 0 red;
        top: 0;
        color: white;
        overflow: hidden;
        clip: rect(0, xw00px, 0, 0);
        animation: noise-anim 2s infinite linear alternate-reverse;
    }

    .particles-mask .inner h5 {
        color: #fff;
        font-weight: 300;
        font-size: 20px;
        padding: 0 30%;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .particles-mask .inner a {
        height: 58px;
        line-height: 56px;
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        padding: 0 45px;
        font-size: 12px;
        font-weight: 600;
    }

    .particles-mask .inner a:hover {
        background: #33a16e;
        color: #fff;
        border-color: #33a16e;
        text-decoration: none;
    }

    .particles-mask #particles-js {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        mix-blend-mode: darken;
    }

    /* MOTION BLUR */

    .motion-blur {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
    }

    .motion-blur canvas {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .motion-blur .inner {
        display: inline-block;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .motion-blur .inner h1 {
        font-size: 10vw;
        font-weight: 800;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        line-height: 1;
        margin-bottom: 20px;
    }

    .motion-blur .inner h5 {
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 40px;
    }

    .motion-blur .inner a {
        width: 48px;
        height: 48px;
        line-height: 46px;
        display: inline-block;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        font-size: 24px;
        font-weight: 300;
        border: 2px solid #fff;
    }

    .motion-blur .inner a:hover {
        background: #fff;
        color: #000;
        text-decoration: none;
    }

    /* ANIMATION BG*/

    .animation-bg {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/anim-hero.gif) center no-repeat #131313;
    }

    .animation-bg .inner {
        display: inline-block;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .animation-bg .inner img {
        display: inline-block;
        width: 650px;
        max-width: 100%;
    }

    /* VIDEO HERO */

    .video-hero {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
    }

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

    .video-hero .inner h1 {
        font-size: 10vw;
        font-weight: 800;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        line-height: 1;
        margin-bottom: 20px;
    }

    .video-hero .inner h5 {
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 40px;
    }

    .video-hero a {
        height: 58px;
        line-height: 56px;
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        padding: 0 45px;
        font-size: 12px;
        font-weight: 600;
    }

    .video-hero a:hover {
        background: #33a16e;
        color: #fff;
        border-color: #33a16e;
        text-decoration: none;
    }

    /* KINETIC SLIDER */

    .kinetic-slider {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .kinetic-slider canvas {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .slider-controls {
        display: flex;
        position: absolute;
        left: 60px;
        bottom: 0;
        z-index: 1;
        padding: 20px 0;
        color: #fff;
    }

    .slider-controls .main-nav {
        display: inline-block;
        cursor: pointer;
        font-family: 'Fjalla One', sans-serif;
    }

    .slider-controls .prev {
        margin-right: 15px;
    }

    /* PAGE HEADER */

    .page-header {
        width: 100%;
        height: 600px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: relative;
        background: #000;
        z-index: 10;
        left: 0;
        top: 0;
    }

    .page-header:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/lines.png);
        z-index: 1;
    }

    .page-header .inner {
        width: 100%;
        padding: 0 60px;
        margin-top: 39px;
        position: relative;
        z-index: 3;
    }

    .page-header .inner h1 {
        font-size: 5em;
        font-weight: 800;
        line-height: 1;
        color: #fff;
        position: relative;
        text-transform: uppercase;
    }

    .page-header .inner h1:before {
        content: attr(data-text);
        position: absolute;
        left: -2px;
        text-shadow: 1px 0 blue;
        top: 0;
        color: white;
        overflow: hidden;
        clip: rect(0, 900px, 0, 0);
        animation: noise-anim-2 3s infinite linear alternate-reverse;
    }

    .page-header .inner h1:after {
        content: attr(data-text);
        position: absolute;
        left: 2px;
        text-shadow: -1px 0 red;
        top: 0;
        color: white;
        overflow: hidden;
        clip: rect(0, xw00px, 0, 0);
        animation: noise-anim 2s infinite linear alternate-reverse;
    }

    .page-header .inner p {
        font-size: 20px;
        line-height: 25px;
        color: #bbb3b3;
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 10px;
        padding-right: 40%;
    }

    .page-header-spacing {
        width: 100%;
        height: 600px;
        display: flex;
        flex-wrap: nowrap;
    }

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

    .video-bg video {
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.1;
        mix-blend-mode: luminosity;
    }

    .image-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.7);
    }

    .image-bg img {
        min-height: 100%;
        min-width: 100%;
        width: 100% !important;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.3;
        mix-blend-mode: luminosity;
    }

    .video-bg-srb {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        background: #000;
    }

    .video-bg-srb video {
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    /* WORKS */
.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
  padding-bottom: 50px; }
  .works.two-cols ul li {
    width: 50%; }
  .works.four-cols ul li {
    width: 25%; }
  .works.four-cols ul li figure figcaption {
    padding: 20px; }
  .works.four-cols ul li figure figcaption h3 {
    font-size: 20px;
    margin-left: -30px; }
  .works.four-cols ul li figure figcaption small {
    margin-bottom: 20px; }
  .works ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0; }
    .works ul li {
      width: 33.33333%;
      float: left;
      margin: 0;
      margin-bottom: 100px;
      padding: 0 5%;
      list-style: none; }
      .works ul li:nth-child(2n+2) {
        margin-top: 100px; }
      .works ul li:nth-child(3n+3) {
        margin-top: 50px; }
      .works ul li figure {
        position: relative;
        width: 100%;
        height: 100%;
        float: left;
        margin: 0;
        transform-style: preserve-3d; }
        .works ul li figure * {
          -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 ul li figure:hover {
          margin: 0; }
          .works ul li figure:hover .thumb {
            box-shadow: 4px 21px 44px -13px rgba(0, 0, 0, 0.75); }
          .works ul li figure:hover figcaption {
            text-shadow: 2px 10px 10px rgba(0, 0, 0, 0.35); }
            .works ul li figure:hover figcaption a {
              opacity: 1; }
            .works ul li figure:hover figcaption .brand {
              opacity: 1; }
        .works ul li figure .thumb {
          width: 100%; }
        .works ul li figure figcaption {
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 0 30px;
          padding-bottom: 50px;
          transform: translateZ(20px); }
          .works ul li figure figcaption .brand {
            height: 30px;
            margin-bottom: 40px;
            opacity: 0; }
          .works ul li figure figcaption h3 {
            font-weight: 800;
            color: #fff;
            margin-left: -50px; }
          .works ul li figure figcaption small {
            font-size: 10px;
            color: #fff;
            display: block;
            margin-bottom: 50px;
            font-weight: 600; }
          .works ul li figure figcaption a {
            display: inline-block;
            color: #fff;
            font-size: 12px;
            font-family: 'Fjalla One', sans-serif;
            border-bottom: 2px solid #fff;
            padding-bottom: 2px;
            opacity: 0; }
            .works ul li figure figcaption a:hover {
              text-decoration: none; }

/* WORKS FILTER */
.filter-bar {
  width: 100%;
  float: left;
  margin-bottom: 60px; }
  .filter-bar .works-filter {
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0; }
    .filter-bar .works-filter li {
      float: left;
      margin: 0;
      margin-right: 10px;
      padding: 0;
      list-style: none;
      opacity: 0;
      transform: translateY(10px);
      -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; }
      .filter-bar .works-filter li:nth-child(1) {
        transition-delay: 0s; }
      .filter-bar .works-filter li:nth-child(2) {
        transition-delay: 0.05s; }
      .filter-bar .works-filter li:nth-child(3) {
        transition-delay: 0.10s; }
      .filter-bar .works-filter li:nth-child(4) {
        transition-delay: 0.15s; }
      .filter-bar .works-filter li:nth-child(5) {
        transition-delay: 0.20s; }
      .filter-bar .works-filter li:nth-child(6) {
        transition-delay: 0.25s; }
      .filter-bar .works-filter li:nth-child(7) {
        transition-delay: 0.30s; }
      .filter-bar .works-filter li:nth-child(8) {
        transition-delay: 0.35s; }
      .filter-bar .works-filter li:nth-child(9) {
        transition-delay: 0.40s; }
      .filter-bar .works-filter li a {
        float: left;
        font-size: 13px;
        color: #fff;
        font-family: 'Fjalla One', sans-serif;
        border-bottom: 2px solid transparent;
        padding: 0 2px;
        padding-bottom: 2px; }
        .filter-bar .works-filter li a.current {
          color: #33a16e;
          border-bottom: 2px solid #33a16e; }
        .filter-bar .works-filter li a:hover {
          color: #33a16e;
          text-decoration: none; }
    .filter-bar .works-filter.active li {
      opacity: 1;
      transform: translateY(0); }

.filter-btn {
  float: right; }
  .filter-btn span {
    float: right;
    line-height: 22px;
    font-weight: 600;
    font-size: 13px;
    margin-right: 20px;
    color: #fff; }

    /* CASE DETAIL */

    .case-details {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background: #fff;
    }

    .case-details figure {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .case-details figure img {
        width: 100%;
        float: left;
    }

    .case-details h3 {
        font-size: 60px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .case-details h6 {
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .case-details p {
        color: #808080;
    }

    .case-details p:last-child {
        margin-bottom: 60px;
    }

    .case-details .case-navbar {
        width: 100%;
        float: left;
        margin-bottom: 0;
        background: #fff;
        padding: 0;
        text-align: center;
        z-index: 2;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 0;
    }

    .case-details .case-navbar ul {
        width: 100%;
        float: left;
        padding: 30px 0;
        margin: 0;
    }

    .case-details .case-navbar ul li {
        display: inline-block;
        margin: 0 30px;
        padding: 0;
        list-style: none;
    }

    .case-details .case-navbar ul li a {
        font-weight: 600;
    }

    .case-details .case-navbar ul li a:hover {
        color: #33a16e;
        text-decoration: none;
    }

    /* FEATURES CONTENT */

    .features-content {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 150px;
        padding-bottom: 80px;
        background: #fff;
    }

    .features-content h2 {
        font-size: 50px;
        font-weight: 800;
        margin-bottom: 40px;
        margin-top: -10px;
    }

    .features-content h6 {
        font-size: 17px;
        font-weight: 300;
        line-height: 30px;
        color: #808080;
        padding-right: 20%;
        padding-left: 15px;
    }

    .features-content h5 {
        font-size: 20px;
        font-weight: 300;
        color: #808080;
        margin-top: -20px;
        margin-bottom: 40px;
    }

    .features-content img {
        height: 55px;
        margin-bottom: 20px;
    }

    .features-content h4 {
        font-weight: 800;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .features-content p {
        font-size: 14px;
        color: #808080;
        line-height: 22px;
    }

    .features-content ul {
        width: 100%;
        float: left;
        margin: 0;
        margin-top: -13px;
        margin-bottom: 70px;
        padding: 0;
    }

    .features-content ul li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 5px 0;
        list-style: none;
        font-size: 14px;
        color: #808080;
    }

    .features-content a {
        font-size: 12px;
        color: #33a16e;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 70px;
        position: relative;
    }

    .features-content a:before {
        content: "";
        width: 0;
        height: 2px;
        background: #33a16e;
        position: absolute;
        left: 0;
        bottom: 0;
        -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;
    }

    .features-content a:hover {
        text-decoration: none;
    }

    .features-content a:hover:before {
        width: 100%;
    }

    /* LISTING CONTENT */

    .listing-content {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 150px 0;
        color: #fff;
    }

    .listing-content h3 {
        font-family: 'Fjalla One', sans-serif;
    }

    .listing-content ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .listing-content ul li {
        width: 100%;
        margin: 0;
        padding: 10px 0;
        list-style: none;
        font-size: 13px;
    }

    /* FULL MEDIA CONTENT */

    .full-media-content {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background-size: cover !important;
        position: relative;
    }

    .full-media-content .video-bg video {
        opacity: 1;
    }

    .full-media-content .sides {
        flex: 1;
        padding: 150px 0;
        position: relative;
    }

    .full-media-content .sides figure {
        width: 50%;
        position: relative;
        z-index: 2;
        float: right;
        margin-bottom: 0;
        margin-right: -40px;
        border: 10px solid #fff;
    }

    .full-media-content .sides figure img {
        width: 100%;
    }

    .full-media-content .inner-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
    }

    .full-media-content .inner-content .inner {
        max-width: 700px;
        padding: 0 100px;
    }

    .full-media-content .inner-content h5 {
        font-family: 'Fjalla One', sans-serif;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
    }

    .full-media-content .inner-content h2 {
        font-weight: 800;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .full-media-content .inner-content p {
        color: #fff;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .full-media-content .inner-content a {
        height: 58px;
        line-height: 54px;
        display: inline-block;
        border: 2px solid #fff;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        padding: 0 50px;
    }

    .full-media-content .inner-content a:hover {
        background: #fff;
        color: #000;
        text-decoration: none;
    }

    /* full media content part-2 */

    .full-media-content2 {
        padding: 50px 80px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        background: linear-gradient(rgb(0, 0, 0), rgba(0, 22, 37, 0.35)), url(../images/slide01.jpg);
        background-attachment: fixed;
        background-size: cover !important;
        position: relative;
    }

    .full-media-content2 .inner-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    .full-media-content2 .inner-content {
        padding: 35px 100px;
    }

    .full-media-content2 .inner-content h5 {
        font-size: 35px;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .full-media-content2 .inner-content h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .full-media-content2 .inner-content p {
        color: rgb(233, 233, 233);
        font-size: 14px;
        margin-bottom: 15px;
        font-weight: 300;
    }

    .full-media-content2 .inner-content ul li {
        padding-bottom: 10px;
        font-size: 14px;
    }

    /* INTRODCUTION */

    .introduction {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 150px 0;
        background: #fff;
    }

    .introduction h2 {
        font-weight: 800;
        margin-bottom: 30px;
    }

    .introduction h6 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .introduction h4 {
        font-weight: 300;
        margin-bottom: 30px;
        margin-top: 5px;
        line-height: 34px;
    }

    .introduction p {
        display: block;
        color: #808080;
        line-height: 26px;
        text-align: justify;
    }

    .introduction p:last-child {
        margin-bottom: 0;
    }

    .introduction p span {
        position: relative;
        display: inline-block;
    }

    .introduction p span:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 100%;
        height: 5px;
        mix-blend-mode: hard-light;
        background: #33a16e;
    }

    /* OUR TEAM */

    .our-team {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 80px 0;
        background: #f3f3f3;
    }

    .title-srb {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .title-srb h2 {
        font-size: 50px;
        font-weight: 800;
        margin-bottom: 40px;
        margin-top: -10px;
    }

    .title-srb h5 {
        font-size: 20px;
        font-weight: 300;
        color: #808080;
        margin-top: -20px;
        margin-bottom: 40px;
    }

    .our-team * {
        -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;
    }

    .our-team figure {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: relative;
        margin: 10px;
        padding: 0px;
        background-color: #fff;
        overflow: hidden;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
    }

    .our-team figure img {
        width: 100%;
        float: left;
        filter: grayscale(1);
        mix-blend-mode: multiply;
    }

    .our-team figure:hover img {
        filter: grayscale(0);
    }

    .our-team figure figcaption {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px;
        background: #000000ab;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    .our-team figure figcaption h4 {
        font-size: 18px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 0;
    }

    .our-team figure figcaption small {
        font-size: 12px;
        color: #fff;
    }

    /* .our-team figure:hover {
        background: url(../images/team-splash.png) center no-repeat;
        background-size: cover;
    } */
    /* NEWS */

    .news {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 150px 0;
        background: #fff;
    }

    .news .post {
        width: 100%;
        float: left;
        margin-bottom: 60px;
    }

    .news .post.post-single {
        margin-bottom: 0;
    }

    .news .post.post-single .post-content .post-title {
        font-size: 60px;
        line-height: 70px;
    }

    .news .post.post-single p:last-child {
        margin-bottom: 0;
    }

    .news .post .post-image {
        width: 100%;
        height: 450px;
        float: left;
        margin-bottom: 30px;
    }

    .news .post .post-image img {
        width: 100%;
        height: 100%;
    }

    .news .post .post-content {
        width: 100%;
        float: left;
        padding: 0 50px;
    }

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

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

    .news .post .post-content .social-share li.facebook a {
        background: #475993;
    }

    .news .post .post-content .social-share li.twitter a {
        background: #76a9ea;
    }

    .news .post .post-content .social-share li.google-plus a {
        background: #f34a38;
    }

    .news .post .post-content .social-share li.linkedin a {
        background: #0077b7;
    }

    .news .post .post-content .social-share li.youtube a {
        background: #f61c0d;
    }

    .news .post .post-content .social-share li a {
        width: 44px;
        height: 44px;
        line-height: 44px;
        float: left;
        background: #33a16e;
        color: #fff;
        border: none;
        border-radius: 0;
    }

    .news .post .post-content .author {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .news .post .post-content .author img {
        height: 40px;
        float: left;
        margin-right: 15px;
        border-radius: 50%;
    }

    .news .post .post-content .author span {
        float: left;
        line-height: 40px;
        font-size: 13px;
        color: #808080;
    }

    .news .post .post-content .author span b {
        font-weight: 600;
    }

    .news .post .post-content .post-categories {
        width: 100%;
        float: left;
        font-size: 13px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    .news .post .post-content .post-categories li {
        float: left;
        margin: 0;
        margin-right: 7px;
        padding: 0;
        list-style: none;
    }

    .news .post .post-content .post-categories li a {
        float: left;
        color: #808080;
        text-decoration: underline;
    }

    .news .post .post-content .post-categories li a:hover {
        color: #33a16e;
    }

    .news .post .post-content .post-title {
        display: block;
        font-weight: 800;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .news .post .post-content h5 {
        font-weight: 600;
        color: #33a16e;
        margin-bottom: 15px;
    }

    .news .post .post-content .post-date {
        display: block;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .news .post .post-content p {
        display: block;
        margin-bottom: 20px;
        color: #808080;
        line-height: 27px;
    }

    .news .post .post-content blockquote {
        width: 100%;
        display: block;
        background: #33a16e;
        padding: 20px;
        color: #fff;
    }

    .news .post .post-content blockquote p {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
    }

    .news .post .post-content blockquote h5 {
        color: #fff;
        font-weight: 400;
        font-family: 'Fjalla One', sans-serif;
        margin: 0;
        text-transform: uppercase;
        opacity: 0.7;
    }

    .news .post .post-content ul {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .news .post .post-content ul li {
        color: #808080;
        margin: 0;
        padding: 4px 0;
    }

    .news .post .post-content .post-link {
        font-size: 15px;
        color: #33a16e;
        display: inline-block;
        font-family: 'Fjalla One', sans-serif;
        font-weight: 400;
        margin-bottom: 70px;
        position: relative;
        padding-bottom: 3px;
    }

    .news .post .post-content .post-link:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #33a16e;
        position: absolute;
        left: 0;
        bottom: 0;
        -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;
    }

    .news .post .post-content .post-link:hover {
        text-decoration: none;
    }

    .news .post .post-content .post-link:hover:before {
        width: 0;
    }

    /* SAY HELLO */

    .say-hello {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 150px 0;
        background: #fff;
    }

    .say-hello h3 {
        font-size: 50px;
        font-weight: 800;
        margin-bottom: 40px;
    }

    .say-hello .contact-box {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .say-hello .contact-box span {
        display: block;
        color: #808080;
        font-size: 13px;
        font-weight: 600;
    }

    .say-hello .contact-box a {
        display: inline-block;
        color: #000;
    }

    .say-hello .map-link {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 40px;
        text-decoration: underline;
        color: #33a16e;
    }

    .say-hello .alert {
        width: 100%;
        float: left;
        border-radius: 0;
        border: none;
        padding: 15px 20px;
        border-radius: 5px;
    }

    .say-hello .alert-danger {
        background: rgb(235, 119, 119);
        color: #fff;
    }

    .say-hello .alert-success {
        background: rgb(123, 221, 123);
        color: #fff;
    }

    .say-hello form {
        width: 100%;
    }

    .say-hello form input[type="text"] {
        width: 100%;
        float: left;
    }

    .say-hello form textarea {
        width: 100%;
        float: left;
    }

    .say-hello form label {
        font-size: 13px;
        color: #808080;
    }

    .say-hello #success,
    .say-hello #error {
        display: none;
    }

    .say-hello #success,
    .say-hello #error {
        float: left;
    }

    .say-hello #contact label.error {
        width: 100%;
        float: left;
        color: #f50c1a;
        margin-top: 10px;
    }

    .say-hello #contact input.error {
        width: 100%;
        border: 2px solid #f50c1a;
    }

    .say-hello #contact textarea.error {
        width: 100%;
        border: 2px solid #f50c1a;
    }

    /* LOGOS */

    .logos {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 50px 0;
        background: #fff;
    }

    .logos * {
        -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;
    }

    .logos ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0;
        padding: 0;
    }

    .logos ul li {
        width: 20%;
        margin: 25px 0;
        padding: 0;
        list-style: none;
        text-align: center;
        position: relative;
    }

    .logos ul li:hover img {
        opacity: 0;
        transform: scale(1.1);
    }

    .logos ul li:hover h6 {
        opacity: 1;
        margin-top: -10px;
    }

    .logos ul li figure {
        margin: 0;
    }

    .logos ul li figure img {
        height: 80px;
    }

    .logos ul li figure h6 {
        width: 100%;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        margin-top: 0;
        font-size: 13px;
        font-weight: 600;
        opacity: 0;
    }

    /* FOOTER */

    .footer {
        width: 100%;
        display: flex;
        color: #fff;
        background: url(../images/anim-hero.gif) center no-repeat #131313;
        padding-top: 140px;
        padding-bottom: 80px;
        position: relative;
        text-align: center;
    }

    .footer img {
        width: 155px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .footer h2 {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .footer h5 {
        font-family: 'Fjalla One', sans-serif;
        text-transform: uppercase;
        margin-bottom: 50px;
        color: #808080;
    }

    .footer ul {
        display: inline-block;
        margin-bottom: 20px;
        padding: 0;
    }

    .footer ul li {
        float: left;
        margin: 0 10px;
        padding: 0;
        list-style: none;
        font-size: 13px;
    }

    .footer ul li a {
        font-size: 12px;
        color: #fff;
    }

    .footer ul li a:hover {
        color: #33a16e;
    }

    .footer span {
        display: block;
        font-size: 11px;
        color: #989898;
    }

    /* RESPONSIVE TABLET FIXES */

    @media only screen and (max-width: 991px),
    only screen and (max-device-width: 991px) {

        input[type="text"],
        input[type="search"],
        input[type="email"],
        input[type="password"],
        input[type="submit"],
        textarea {
            border-radius: 0 !important;
            box-shadow: none !important;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        .top-slider .gallery-thumbs {
            height: 60%;
            top: 20%;
        }

        .top-slider .gallery-thumbs .swiper-slide {
            font-size: 70px;
        }

        .works ul li {
            width: 50%;
        }

        .works.four-cols ul li {
            width: 33.33333%;
        }

        .features-content h6 {
            margin-bottom: 50px;
            margin-top: -30px;
        }

        .full-media-content {
            flex-direction: column;
        }

        .full-media-content .sides figure {
            float: none;
            margin: 0 auto;
        }

        .full-media-content .inner-content {
            flex: none;
        }

        .page-header .inner h2 {
            font-size: 5em;
        }

        .page-header .inner p {
            padding-right: 20%;
        }

        .say-hello form {
            padding-right: 0;
            width: auto;
        }

        .say-hello form .form-group:last-child {
            margin-bottom: 0;
        }
    }

    /* RESPONSIVE MOBILE FIXES */

    @media only screen and (max-width: 767px),
    only screen and (max-device-width: 767px) {
        .hide-mobile {
            display: none;
        }

        .navbar {
            padding: 20px 30px;
        }

        .navbar .email-us {
            display: none;
        }

        .navigation-menu .inner ul li a {
            font-size: 40px;
        }

        .navigation-menu .inner ul li ul li {
            margin: 0 15px;
        }

        .navigation-menu .inner address {
            font-size: 16px;
        }

        .top-slider .swiper-pagination {
            left: 30px;
        }

        .top-slider .gallery-thumbs {
            left: 30px;
            height: 30%;
            top: 35%;
        }

        .top-slider .gallery-thumbs .swiper-slide {
            font-size: 50px;
        }

        .top-slider .gallery-thumbs .swiper-slide a {
            margin-top: 0;
        }

        .particles-mask {
            padding: 0 30px;
        }

        .particles-mask .inner .masker h1 {
            font-size: 15vw;
        }

        .particles-mask .inner h5 {
            padding: 0;
        }

        .video-hero .inner h1 {
            font-size: 15vw;
        }

        .motion-blur .inner h1 {
            font-size: 14vw;
        }

        .page-header .inner {
            padding: 0 30px;
        }

        .page-header .inner h2 {
            font-size: 3em;
        }

        .page-header .inner p {
            font-size: 22px;
            line-height: 34px;
            padding-right: 0;
        }

        .introduction {
            padding: 80px 0;
        }

        .listing-content {
            padding: 80px 0;
        }

        .listing-content .mobile-spacing {
            margin-bottom: 50px;
        }

        .social-media {
            display: none;
        }

        .scroll-down {
            display: none;
        }

        .our-team {
            padding-top: 80px;
        }

        .works {
            padding-top: 80px;
            padding-bottom: 0;
        }

        .works ul li {
            width: 100%;
            margin-top: 0 !important;
            margin-bottom: 80px;
            padding: 0 12%;
        }

        .works ul li figure figcaption {
            padding-bottom: 30px;
        }

        .works.two-cols ul li {
            width: 100%;
        }

        .works.four-cols ul li {
            width: 100%;
        }

        .works.four-cols ul li figure figcaption {
            padding-bottom: 30px;
        }

        .features-content {
            text-align: center;
            padding-top: 80px;
            padding-bottom: 10px;
        }

        .features-content h2 {
            font-size: 40px;
        }

        .features-content h6 {
            padding-right: 0;
        }

        .full-media-content .sides {
            padding: 80px 0;
        }

        .full-media-content .sides figure {
            width: 70%;
            position: static;
            margin: 0 auto;
        }

        .full-media-content .inner-content .inner {
            max-width: 100%;
            padding: 10px;
        }

        .full-media-content .inner-content h2 {
            font-size: 40px;
        }

        .news {
            padding: 80px 0;
        }

        .news .post {
            margin-bottom: 10px;
        }

        .news .post .post-content {
            padding: 0;
        }

        .news .post .post-content .post-title {
            font-size: 30px;
            line-height: 40px;
        }

        .news .post.post-single .post-content .post-title {
            font-size: 36px;
            line-height: 46px;
        }

        .logos {
            padding: 30px 0;
        }

        .logos ul li {
            width: 33.33333%;
            margin: 25px auto;
        }

        .filter-bar {
            text-align: center;
        }

        .filter-bar .works-filter {
            width: 100%;
            float: left;
            margin-top: 20px;
            padding: 0 20px;
        }

        .filter-bar .works-filter li {
            float: none;
            display: inline-block;
            margin: 0 10px;
        }

        .filter-btn {
            float: none;
            margin: 0 auto;
            display: inline-block;
        }

        .case-details .case-navbar ul li {
            margin: 0 12px;
        }

        .case-details h3 {
            font-size: 60px;
        }

        .case-details h6 {
            padding-right: 0;
        }

        .say-hello {
            padding: 80px 0;
        }

        .say-hello h3 {
            font-size: 38px;
        }

        .footer {
            padding-top: 80px;
        }

        .footer h2 {
            font-size: 40px;
        }
    }

    /* Srb Extra Work Css */

    .inner address {
        line-height: 30px;
    }

    .inner address a {
        color: #fff;
    }

    .wm {
        width: 100%;
        position: absolute;
        font-size: 175px;
        font-weight: bold;
        top: -15px;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
    }

    .wm.dark {
        color: rgba(255, 255, 255, .1);
    }

    .wm.dark.wm-border {
        font-size: 175px;
        color: rgba(0, 0, 0, 0);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(255, 255, 255, .2);
    }

    /* 2 */

    .features-content {
        position: relative;
    }

    .wm2 {
        width: auto;
        position: absolute;
        font-size: 175px;
        font-weight: bold;
        top: -15px;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
    }

    .wm2.dark {
        color: rgba(255, 255, 255, .1);
    }

    .wm2.dark.wm-border2 {
        font-size: 160px;
        color: rgba(0, 0, 0, 0);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(136 135 135 / 9%);
    }

    .foot-form-sec h3 {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .foot-form-sec form input {
        height: 45px;
        line-height: 45px;
        display: inline-block;
        border: 1px solid #555151;
        padding: 0 10px;
        font-size: 13px;
        color: #555151;
        border-radius: 5px;
        width: 100%;
        background: transparent;
    }

    #servForm label {
        font-size: 12px;
        font-weight: 600;
        color: #555151;
    }

    .foot-form-sec form select {
        height: 45px;
        line-height: 45px;
        display: inline-block;
        border: 1px solid #555151;
        padding: 5px 10px;
        font-size: 13px;
        width: 100%;
        background: transparent;
        color: #555151;
        border-radius: 5px;
    }

    .foot-form-sec form select:required:invalid {
        color: rgb(54, 50, 50);
    }

    .foot-form-sec form select option[value=""][disabled] {
        display: none;
    }

    .foot-form-sec form select option {
        color: black;
    }

    .foot-form-sec form input::placeholder {
        color: rgb(54, 50, 50);
        font-size: 13px;
    }

    .foot-form-sec form textarea::placeholder {
        color: rgb(54, 50, 50);
        font-size: 13px;
    }

    .foot-form-sec form textarea {
        border: 1px solid #555151;
        padding: 5px 10px;
        height: 60px;
        line-height: 25px;
        color: #555151;
        font-size: 13px;
        border-radius: 5px;
        background: transparent;
    }

    .readmore-btn {
        height: 58px;
        line-height: 54px;
        display: inline-block;
        border: 2px solid #fff;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        text-decoration: none;
        padding: 0 50px;
        margin: auto;
    }

    .readmore-btn:hover {
        background: #fff;
        color: #000;
        text-decoration: none;
    }

    #query-section {
        position: fixed;
        bottom: 0;
        padding: 90px 60px;
        padding-bottom: 30px;
        background: -webkit-linear-gradient(left, rgb(19, 19, 19) 50%, rgba(255, 255, 255, 1) 50%);

        color: #a1aaad;
        width: 100%;
    }

    #query-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 25%;
        height: 100px;
        background-image: url('../images/footerUpper.png');
        background-size: cover !important;
    }

    #query-section::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 25%;
        height: 100px;
        background-image: url(../images/footerUpper.png);
        background-size: cover !important;
    }

    .foot-form-sec {
        padding: 10px 30px;
    }

    .underline--magical {
        background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
        background-repeat: no-repeat;
        background-size: 75% 0.2em;
        background-position: 0 88%;
        transition: background-size 0.25s ease-in;
    }

    .why-srb {
        text-align: center;
        margin-top: 30px;
    }

    .why-srb h4 {
        font-size: 40px;
        text-align: center;
        margin: 20px auto;
    }

    .why-srb p {
        padding: 0 5%;
    }

    /*==========Testimonial CSS Start==========*/

    .main-testimonial {
        background-color: #f6f6f6;
        padding: 80px 50px;
    }

    .main-testimonial h2 {
        font-size: 50px;
        font-weight: 800;
        margin-bottom: 40px;
        margin-top: -10px;
    }

    .main-testimonial h6 {
        font-size: 17px;
        font-weight: 300;
        line-height: 30px;
        color: #808080;
    }

    .main-testimonial h5 {
        font-size: 20px;
        font-weight: 300;
        color: #808080;
        margin-top: -20px;
        margin-bottom: 80px;
    }

    .testimonial-box {
        position: relative;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 40px;
        margin-left: 15px;
        margin-right: 15px;
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    }

    .testimonial-client {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .testimonial-client-img-box {
        background-color: #ffffff;
        border: solid 2px #ff5e78;
        border-radius: 8px;
        padding: 10px;
        margin-right: 15px;
    }

    .testimonial-client-name {
        width: calc(100% - 114px);
    }

    .testimonial-img img {
        border-radius: 8px;
    }

    .testimonial-client-name .h3-title {
        margin-bottom: 5px;
        line-height: 25px;
        font-size: 24px;
        font-weight: 600;
    }

    .testimonial-client-name span {
        font-family: 'Roboto', sans-serif;
        color: #ff5e78;
        line-height: 15px;
    }

    .testimonial-quote {
        position: absolute;
        bottom: 40px;
        right: 40px;
    }

    .testimonial-slider .slick-list {
        overflow: visible;
    }

    .testimonial-slider .slick-slide {
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    }

    .testimonial-slider .slick-slide.slick-active {
        opacity: 1;
        pointer-events: unset;
        transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    }

    .testimonial-box p {
        font-size: 15px;
        line-height: 24px;
        color: #777777;
        font-weight: normal;
        margin-bottom: 12px;
    }

    .slick-dots li.slick-active button:before,
    .slick-dots li button:before,
    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        display: none;
    }

    .slick-dots {
        bottom: -50px !important;
        font-size: 0;
        line-height: 1;
    }

    .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 6px;
    }

    .slick-dots li button:hover,
    .slick-dots li.slick-active button {
        background: #ff5e78 !important;
    }

    .slick-dots li button {
        width: 10px !important;
        height: 10px !important;
        background: #afa9a9 !important;
        border-radius: 100%;
        transition: 0.3s;
    }

    /*==========Testimonial CSS End==========*/

    #mark-srb {
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        border: none;
        width: 200px;
        color: #fff;
        filter: url("#gooey");
        position: fixed;
        background-color: #159fdd;
        top: 200px;
        left: 0px;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform-origin: bottom left;
    }

    #mark-srb:focus {
        outline: none;
    }

    #mark-srb .bubbles {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #mark-srb .bubbles .bubble {
        background-color: #159fdd;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: -1;
    }

    #mark-srb .bubbles .bubble:nth-child(1) {
        left: 40px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-1 3.02s infinite;
        animation: move-1 3.02s infinite;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    #mark-srb .bubbles .bubble:nth-child(2) {
        left: 38px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-2 3.04s infinite;
        animation: move-2 3.04s infinite;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    #mark-srb .bubbles .bubble:nth-child(3) {
        left: 14px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-3 3.06s infinite;
        animation: move-3 3.06s infinite;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    #mark-srb .bubbles .bubble:nth-child(4) {
        left: 37px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-4 3.08s infinite;
        animation: move-4 3.08s infinite;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    #mark-srb .bubbles .bubble:nth-child(5) {
        left: 72px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-5 3.1s infinite;
        animation: move-5 3.1s infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    #mark-srb .bubbles .bubble:nth-child(6) {
        left: 30px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-6 3.12s infinite;
        animation: move-6 3.12s infinite;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

    #mark-srb .bubbles .bubble:nth-child(7) {
        left: 52px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-7 3.14s infinite;
        animation: move-7 3.14s infinite;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    #mark-srb .bubbles .bubble:nth-child(8) {
        left: 92px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-8 3.16s infinite;
        animation: move-8 3.16s infinite;
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s;
    }

    #mark-srb .bubbles .bubble:nth-child(9) {
        left: 15px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-9 3.18s infinite;
        animation: move-9 3.18s infinite;
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s;
    }

    #mark-srb .bubbles .bubble:nth-child(10) {
        left: 32px;
        width: 25px;
        height: 25px;
        -webkit-animation: move-10 3.2s infinite;
        animation: move-10 3.2s infinite;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    @-webkit-keyframes move-1 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -119px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-1 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -119px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @-webkit-keyframes move-2 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -57px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-2 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -57px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @-webkit-keyframes move-3 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -106px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-3 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -106px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @-webkit-keyframes move-4 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -121px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-4 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -121px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @-webkit-keyframes move-5 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -112px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-5 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -112px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @-webkit-keyframes move-6 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -117px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-6 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -117px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @-webkit-keyframes move-7 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -70px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-7 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -70px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @-webkit-keyframes move-8 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -71px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-8 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -71px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @-webkit-keyframes move-9 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -70px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-9 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -70px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @-webkit-keyframes move-10 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -60px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    @keyframes move-10 {
        0% {
            transform: translate(0, 0);
        }

        99% {
            transform: translate(0, -60px);
        }

        100% {
            transform: translate(0, 0);
            opacity: 0;
        }
    }

    .srbtl {
        /* Safari */
        -webkit-transform: rotate(-180deg);
        /* Firefox */
        -moz-transform: rotate(-180deg);
        /* IE */
        -ms-transform: rotate(-180deg);
        /* Opera */
        -o-transform: rotate(-180deg);
        float: left;
    }

    .contact-te h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 800;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .infographicul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 2rem;
        list-style: none;
    }

    .infographicul .card {
        display: flex;
        flex-direction: column;
        max-width: 20rem;
        --iconS: 6rem;
        --iconOffsetX: calc(6rem / 4);
        --iconOffsetY: calc(6rem / 2.5);
        margin-top: calc(6rem / 2.5);
        margin-inline: calc(6rem / 4);
        border-radius: 1rem;
        font-family: 'Roboto', sans-serif;
        color: #333;
        background-color: #fff;
        background-image: radial-gradient(circle at calc(calc(6rem / 4) * -1 + 6rem / 2) calc(calc(6rem / 2.5) * -1 + 6rem / 2), rgb(0 0 0 / .4) calc(6rem / 2), transparent calc(6rem / 1.6)), radial-gradient(circle at calc(calc(6rem / 4) * -1 + 6rem / 2) calc(calc(6rem / 2.5) * -1 + 6rem / 2), var(--accent-color) calc(6rem / 1.4), transparent calc(6rem / 1.4 + 1px)), radial-gradient(circle at bottom right, transparent, rgb(0 0 0 / 3%));
        box-shadow: inset 0.125rem 0.125rem 0.125rem rgb(255 255 255 / .5), inset -0.067rem -0.067rem 0.067rem rgb(0 0 0 / .5), 0.5rem 0.5rem 0.5rem rgb(0 0 0 / .25)
    }

    .infographicul .card .icon {
        width: 6rem;
        aspect-ratio: 1;
        margin-top: calc(calc(6rem / 2.5) * -1);
        margin-left: calc(calc(6rem / 4) * -1);
        margin-bottom: calc(6rem / 4);
        display: grid;
        place-items: center;
        color: var(--accent-color);
        font-size: calc(6rem / 3);
        background-color: inherit;
        border-radius: 50%;
        box-shadow: inset 0.125rem 0.125rem 0.125rem rgb(255 255 255 / .5), inset -0.067rem -0.067rem 0.067rem rgb(0 0 0 / .5);
        background-image: radial-gradient(circle at bottom right, transparent, rgb(0 0 0 / .1));
    }

    .infographicul .card .icon img {
        width: 45px;
        height: 45px;
        margin: 0;
    }

    .infographicul .card .title {
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--accent-color);
        text-align: center;
        text-transform: uppercase
    }

    .infographicul .card .content {
        padding: 1rem;
        padding-bottom: 1rem;
        font-size: 0.9em
    }

    .separator .sep-line {
        height: 1px;
        border-top: 1px solid #ebebeb;
        display: block;
        position: relative;
        width: 100%;
    }

    .ttm-bgcolor-darkgrey .separator .sep-line {
        border-color: rgba(255, 255, 255, 0.14);
    }

    .ttm-bgcolor-white .separator .sep-line {
        border-color: #f1f1f1;
    }

    ul.ul-cards-main-page {
        width: min(100%, 75rem);
        margin-inline: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        list-style: none;
        justify-content: center;
        margin-bottom: 20px;
    }

    ul.ul-cards-main-page>li {
        --bg-color: #fafafa;
        --text-color: #333;
        --padding: 1rem;
        --circle-size: 5rem;
        --circle-expand: 1rem;
        --flap-height: 1.25rem;
        --flap-offset: 0.5rem;
        max-width: 15rem;
        margin-top: calc(var(--circle-size) / 2 + var(--circle-expand));
        margin-bottom: var(--flap-offset);
        background-color: var(--bg-color);
        background-image: linear-gradient(to bottom left, transparent 50%, rgba(0 0 0 / .125));
        border-radius: var(--padding);
        padding: var(--padding);
        --bs-rim: inset -0.1rem 0.1rem 0.1rem rgb(255 255 255 / .5);
        --bs-card-spread: 0.25rem;
        --bs-card-color: rgba(39, 38, 38, 0.02);
        --bs-card: -0.1rem 0.1rem var(--bs-card-spread) var(--bs-card-color), -0.2rem 0.2rem var(--bs-card-spread) var(--bs-card-color), -0.3rem 0.3rem var(--bs-card-spread) var(--bs-card-color), -0.4rem 0.4rem var(--bs-card-spread) var(--bs-card-color), -0.5rem 0.5rem var(--bs-card-spread) var(--bs-card-color), -0.6rem 0.6rem var(--bs-card-spread) var(--bs-card-color), -0.7rem 0.7rem var(--bs-card-spread) var(--bs-card-color), -0.8rem 0.8rem var(--bs-card-spread) var(--bs-card-color), -0.9rem 0.9rem var(--bs-card-spread) var(--bs-card-color), -1.0rem 1.0rem var(--bs-card-spread) var(--bs-card-color), -1.1rem 1.1rem var(--bs-card-spread) var(--bs-card-color), -1.2rem 1.2rem var(--bs-card-spread) var(--bs-card-color), -1.3rem 1.3rem var(--bs-card-spread) var(--bs-card-color), -1.4rem 1.4rem var(--bs-card-spread) var(--bs-card-color), -1.5rem 1.5rem var(--bs-card-spread) var(--bs-card-color), -1.6rem 1.6rem var(--bs-card-spread) var(--bs-card-color), -1.7rem 1.7rem var(--bs-card-spread) var(--bs-card-color), -1.8rem 1.8rem var(--bs-card-spread) var(--bs-card-color), -1.9rem 1.9rem var(--bs-card-spread) var(--bs-card-color);
        box-shadow: var(--bs-rim), var(--bs-card);
        display: grid;
        grid-template-rows: max-content max-content auto;
        justify-items: center;
        text-align: center;
        gap: 0.75rem;
        position: relative;
    }

    ul.ul-cards-main-page>li>.icon {
        width: var(--circle-size);
        margin-top: calc(var(--circle-size) / -2 - var(--padding));
        aspect-ratio: 1;
        background-color: var(--bg-color);
        justify-self: center;
        border-radius: 50%;
        display: grid;
        place-items: center;
        box-shadow: var(--bs-rim), -0.1rem 0.1rem 0.25rem rgb(0 0 0 / .25);
    }

    ul.ul-cards-main-page>li>.icon img {
        margin: 0;
    }

    ul.ul-cards-main-page>li>.icon>i {
        font-size: calc(var(--circle-size) / 3);
        color: var(--accent-color);
    }

    ul.ul-cards-main-page>li>.title {
        margin-top: 0.5rem;
        color: var(--accent-color);
        font-weight: 700;
    }

    ul.ul-cards-main-page>li>.content {
        font-size: 0.8rem;
        margin-bottom: 1rem;
        color: var(--text-color)
    }

    ul.ul-cards-main-page>li::before,
    ul>li::after {
        content: "";
        position: absolute;
    }

    ul.ul-cards-main-page>li::before {
        top: calc(var(--circle-size) / -2 - var(--circle-expand));
        width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2);
        height: calc(100% + var(--circle-size) / 2 + var(--padding) + var(--flap-offset));
        background-color: var(--accent-color);
        background-image: linear-gradient(transparent 50%, rgb(0 0 0 / .25) 0);
        border-top-left-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
        border-top-right-radius: calc(var(--circle-size) / 2 + var(--circle-expand));
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--flap-offset)), calc(100% - var(--flap-offset)) 100%, var(--flap-offset) 100%, 0 calc(100% - var(--flap-offset)));
        z-index: -1;
    }

    ul.ul-cards-main-page>li::after {
        width: calc(var(--circle-size) * 1 + var(--circle-expand) * 2 - var(--flap-offset) * 2);
        height: var(--flap-height);
        bottom: calc(var(--flap-offset) * -1);
        border-top-left-radius: var(--flap-height);
        border-top-right-radius: var(--flap-height);
        background-color: var(--accent-color);
    }


    .text-black-footer-hed {
        color: #000;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .srb-pt-5 {
        padding-top: 50px;
    }


    .srb-pb-5 {
        padding-bottom: 50px;
    }

    @media only screen and (max-width: 768px) and (min-width: 300px) {
        .srb-pb-5 {
            padding-bottom: 0px;
        }

        .top-slider .gallery-thumbs .swiper-slide {
            font-size: 40px;
        }

        .wm.dark.wm-border {
            font-size: 50px;
        }

        .wm {
            top: 10px;
        }

        .wm2.dark.wm-border2 {
            font-size: 50px;
        }

        .wm2 {
            top: 10px;
        }

        .full-media-content .sides {
            padding: 50px 0;
        }

        .full-media-content .inner-content p {
            font-size: 14px;
            padding-right: 10px;
        }

        .full-media-content .inner-content h2 {
            font-size: 36px;
        }

        .full-media-content .inner-content h5 {
            font-size: 18px;
        }

        .works {
            padding-top: 80px;
            padding-bottom: 40px;
        }

        .top-slider .gallery-thumbs {
            left: 10px;
            height: 30%;
            top: 35%;
        }

        .navbar {
            padding: 10px 30px;

        }

        .features-content {
            padding: 30px !important;
        }

        .features-content h2 {
            font-size: 32px;
            margin-bottom: 25px;
        }

        .features-content h6 {
            padding-left: 0;
            padding-right: 0;
            font-size: 14px;
        }

        #mark-srb {
            display: none !important;
        }

        .full-media-content .inner-content .inner {
            padding: 0;
        }

        .full-media-content .inner-content a {
            width: 200px;
        }

        .main-testimonial {
            padding: 50px 10px;
        }

        .main-testimonial h2 {
            font-size: 30px;
            margin-bottom: 15px;
        }

        .main-testimonial h6 {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
        }

        .features-content h5 {
            font-size: 14px;
        }

        .content-ind-serb ul {
            padding-left: 0;
        }

        .testimonial-box {
            margin: 0;
            padding: 20px 15px;
        }

        .testimonial-box p {
            font-size: 14px;
        }

        .footer {
            padding-top: 40px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .footer h2 {
            font-size: 32px;
        }

        .footer h5 {
            font-size: 18px;
            font-weight: 400;
        }

        #query-section {
            background: none;
            padding: 0;
                top: 50px;
        }

        #servForm label {
            font-size: 11px;
            font-weight: 500;
            color: #dfdfdf;
        }

        .foot-form-sec form input {
            height: 35px;
            line-height: 35px;
            display: inline-block;
            border: 1px solid #555151;
            padding: 0 10px;
            font-size: 10px;
            color: #dfdfdf;
            border-radius: 5px;
            width: 100%;
            background: transparent;
        }

        .foot-form-sec {
            padding: 10px 15px;
        }

        .foot-form-sec form textarea {
            border: 1px solid #555151;
            padding: 5px 10px;
            height: 50px;
            color: #dfdfdf;
        }

        button[type="button"] {
            height: 40px;
        }

        .foot-form-sec h3 {
            font-weight: 800;
            font-size: 30px;
            margin-bottom: 30px;
            color: #ffff;
        }

        .contact-te {
            display: none;
        }

        .video-bg-srb video {
            object-fit: cover;
        }

        .title-srb h2 {
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 30px;
            margin-top: 0px;
        }

        .our-team {
            padding-top: 40px;
        }

        .title-srb h5 {
            font-size: 14px;
            font-weight: 300;
            color: #808080;
            margin-top: -20px;
            margin-bottom: 0;
        }

        .full-media-content .inner-content .inner2 {
            background: rgb(0 0 0 / 50%);
        }

        .full-media-content .inner-content .inner {
            min-height: auto;
            padding: 0 20px;
        }

        .introduction h2 {
            font-weight: 800;
            margin-bottom: 30px;
            margin-top: 30px;
            font-size: 26px;
        }

        .introduction h4 {
            font-size: 18px;
            line-height: 25px;
        }

        .introduction p {
            display: block;
            color: #5c5c5c;
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
            padding-right: 15px;
        }

        .page-header .inner h1 {
            font-size: 2.5em;
            font-weight: 800;
            line-height: 1;
            color: #fff;
            position: relative;
            text-transform: uppercase;
        }

        .page-header .inner p {
            font-size: 18px;
            line-height: 25px;
            padding-right: 0;
        }

        .page-header {
            width: 100%;
            height: 400px;
        }

        .navigation-menu .inner {
            margin-top: 70px;
        }

        .filter-bar {
            display: none;
        }

        .map-wrapper {
            width: 100%;
            padding-right: 15px;
            border: 0;
            margin-top: 30px;
        }

        .say-hello h3 {
            font-size: 30px;
        }

        .say-hello {
            padding: 40px 0;
        }

        .case-details h3 {
            font-size: 40px;
            margin-top: 30px;
        }

        .case-details h6 {
            font-weight: 300;
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 10px;
        }

        .wm2.dark.wm-border2 {
            font-size: 50px !important;
            color: rgba(0, 0, 0, 0);
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: rgb(90 0 0 / 9%);
        }

        .case-details {
            padding: 15px !important;
        }

        .case-details p {
            color: #808080;
            font-size: 14px;
        }

        .why-srb h4 {
            font-size: 30px;
            text-align: center;
            margin: 20px auto;
        }

    }