@charset "UTF-8";
/*
Template Name: Riono
Version: 1.0
Author: ThemeGer
Description: Personal Portfolio & CV Resume Template

[TABLE OF CONTENTS]

01. Base
02. Typography
03. Preloader
04. Site Wrapper
05. Header
06. Sections
07. About
08. Skills
09. Service
10. Portfolio
11. Facts
12. Prices
13. Testimonials
14. Resume
15. Blog
16. Clients
17. Contact
18. Widget
19. Helper
20. Buttons
21. Bootstrap Components
22. Theme elements
23. Slick
24. Responsive

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@media only screen and (max-width: 600px) {
    .mobile-text-box {
        padding: 0.5rem !important;
        margin: 0.5rem !important;
        background-color: rgba(255,255,255,.8);
        border-radius: 8px;
    }
}
        .mobile-text-box p {
            background: none !important;
        }

.pointer {
cursor:pointer !important;
}

    /*=================================================================*/
    /*                      BASE                              
/*=================================================================*/
    html {
        margin: 0 !important;
    }

    body {
        color: #716e79;
        background: #dff4e4;
        background: linear-gradient(45deg, #dff4e4 0%, #f0ddee 24%, #dee7f5 49%, #e9dae4 73%, #cbffff 100%);
        font-family: "Jost", sans-serif;
        font-size: 17px;
        line-height: 1.7;
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    img {
        max-width: 100%;
        height: auto;
    }

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

    .text-left {
        text-align: left;
    }

    .text-right {
        text-align: right;
    }

    .relative {
        position: relative;
    }

    /*=================================================================*/
    /*                      TYPOGRAPHY                              
/*=================================================================*/
    h1, h2, h3, h4, h5, h6 {
        color: #33303E;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        margin: 20px 0;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    a {
        color: #ff1d41;
        outline: 0;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        a:hover {
            color: #33303E;
            text-decoration: none;
        }

        a:focus {
            outline: 0;
        }

    ul li {
        list-style-type: circle;
    }

    blockquote {
        padding: 20px 20px;
        margin: 0 0 20px;
        font-size: 16px;
        background: #F7F7F7;
        border-radius: 10px;
    }

        blockquote p {
            line-height: 1.6;
        }

    /* === Pre === */
    pre {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #333;
        word-break: break-all;
        word-wrap: break-word;
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 0;
    }

    /*=================================================================*/
    /*                      PRELOADER                              
/*=================================================================*/
    .animation-container {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        max-width: 100%;
        margin: 0 auto;
    }

        .animation-container .lightning-container {
            position: absolute;
            top: 45%;
            left: 32%;
            display: flex;
            transform: translateY(-50%);
        }

            .animation-container .lightning-container .lightning {
                position: absolute;
                display: block;
                height: 12px;
                width: 12px;
                border-radius: 12px;
                transform-origin: 6px 6px;
                animation-name: woosh;
                animation-duration: 1.5s;
                animation-iteration-count: infinite;
                animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
                animation-direction: alternate;
            }

                .animation-container .lightning-container .lightning.white {
                    background-color: white;
                    box-shadow: 0px 50px 50px 0px rgba(255, 255, 255, 0.3);
                }

                .animation-container .lightning-container .lightning.red {
                    background-color: #FF93AF;
                    box-shadow: 0px 50px 50px 0px rgba(252, 113, 113, 0.3);
                    animation-delay: 0.2s;
                }

        .animation-container .boom-container {
            position: absolute;
            display: flex;
            width: 80px;
            height: 80px;
            text-align: center;
            align-items: center;
            transform: translateY(-50%);
            left: 40%;
            top: 32%;
        }

            .animation-container .boom-container .shape {
                display: inline-block;
                position: relative;
                opacity: 0;
                transform-origin: center center;
            }

                .animation-container .boom-container .shape.triangle {
                    width: 0;
                    height: 0;
                    border-style: solid;
                    transform-origin: 50% 80%;
                    animation-duration: 1s;
                    animation-timing-function: ease-out;
                    animation-iteration-count: infinite;
                    margin-left: -15px;
                    border-width: 0 2.5px 5px 2.5px;
                    border-color: transparent transparent #86EDFF transparent;
                    animation-name: boom-triangle;
                }

                    .animation-container .boom-container .shape.triangle.big {
                        margin-left: -25px;
                        border-width: 0 5px 10px 5px;
                        border-color: transparent transparent #FFD164 transparent;
                        animation-name: boom-triangle-big;
                    }

                .animation-container .boom-container .shape.disc {
                    width: 8px;
                    height: 8px;
                    border-radius: 100%;
                    background-color: #A192F7;
                    animation-name: boom-disc;
                    animation-duration: 1s;
                    animation-timing-function: ease-out;
                    animation-iteration-count: infinite;
                }

                .animation-container .boom-container .shape.circle {
                    width: 20px;
                    height: 20px;
                    animation-name: boom-circle;
                    animation-duration: 1s;
                    animation-timing-function: ease-out;
                    animation-iteration-count: infinite;
                    border-radius: 100%;
                    margin-left: -30px;
                }

                    .animation-container .boom-container .shape.circle.white {
                        border: 1px solid white;
                    }

                    .animation-container .boom-container .shape.circle.big {
                        width: 40px;
                        height: 40px;
                        margin-left: 0px;
                    }

                        .animation-container .boom-container .shape.circle.big.white {
                            border: 2px solid white;
                        }

                .animation-container .boom-container .shape:after {
                    background-color: rgba(178, 215, 232, 0.2);
                }

                .animation-container .boom-container .shape.triangle, .animation-container .boom-container .shape.circle, .animation-container .boom-container .shape.circle.big, .animation-container .boom-container .shape.disc {
                    animation-delay: 0.38s;
                    animation-duration: 3s;
                }

                .animation-container .boom-container .shape.circle {
                    animation-delay: 0.6s;
                }

            .animation-container .boom-container.second {
                right: 38%;
                left: auto;
                top: auto;
                bottom: 31%;
            }

                .animation-container .boom-container.second .shape.triangle, .animation-container .boom-container.second .shape.circle, .animation-container .boom-container.second .shape.circle.big, .animation-container .boom-container.second .shape.disc {
                    animation-delay: 1.9s;
                }

                .animation-container .boom-container.second .shape.circle {
                    animation-delay: 2.15s;
                }

    @keyframes woosh {
        0% {
            width: 12px;
            transform: translate(0px, 0px) rotate(-35deg);
        }

        15% {
            width: 50px;
        }

        30% {
            width: 12px;
            transform: translate(214px, -150px) rotate(-35deg);
        }

        30.1% {
            transform: translate(214px, -150px) rotate(46deg);
        }

        50% {
            width: 110px;
        }

        70% {
            width: 12px;
            transform: translate(500px, 150px) rotate(46deg);
        }

        70.1% {
            transform: translate(500px, 150px) rotate(-37deg);
        }

        85% {
            width: 50px;
        }

        100% {
            width: 12px;
            transform: translate(700px, 0) rotate(-37deg);
        }
    }

    @keyframes boom-circle {
        0% {
            opacity: 0;
        }

        5% {
            opacity: 1;
        }

        30% {
            opacity: 0;
            transform: scale(3);
        }
    }

    @keyframes boom-triangle-big {
        0% {
            opacity: 0;
        }

        5% {
            opacity: 1;
        }

        40% {
            opacity: 0;
            transform: scale(2.5) translate(50px, -50px) rotate(360deg);
        }
    }

    @keyframes boom-triangle {
        0% {
            opacity: 0;
        }

        5% {
            opacity: 1;
        }

        30% {
            opacity: 0;
            transform: scale(3) translate(20px, 40px) rotate(360deg);
        }
    }

    @keyframes boom-disc {
        0% {
            opacity: 0;
        }

        5% {
            opacity: 1;
        }

        40% {
            opacity: 0;
            transform: scale(2) translate(-70px, -30px);
        }
    }

    #preloader {
        background: #dff4e4;
        background: linear-gradient(45deg, #dff4e4 0%, #f0ddee 24%, #dee7f5 49%, #e9dae4 73%, #cbffff 100%);
        height: 100%;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1031;
    }

        #preloader.light {
            background: #F9F9FF;
        }

    ::selection {
        color: #FFF;
        background: #ff1d41;
        /* WebKit/Blink Browsers */
    }

    ::-moz-selection {
        color: #FFF;
        background: #ff1d41;
        /* Gecko Browsers */
    }

    /*=================================================================*/
    /*                      HEADER                              
/*=================================================================*/
    header.header {
        padding: 50px 40px 40px;
        display: inline-block;
        float: left;
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
        height: 80vh;
        min-height: 80vh;
        top: 0;
        width: 280px;
        z-index: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /* === Main Menu === */
        /* === Submenu === */
    }

        header.header:after {
            content: "";
            background: white;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 65%);
            height: 100%;
            top: 0;
            right: 0;
            position: absolute;
            width: 1px;
        }

        header.header.open {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        header.header .site-logo {
            text-align: center;
            width: 100%;
        }

            header.header .site-logo .avatar {
                display: inline-block;
                margin-bottom: 10px;
                position: relative;
            }

                header.header .site-logo .avatar img {
                    border: solid 1px #FFF;
                    border-radius: 50%;
                }

                header.header .site-logo .avatar:after {
                    content: "";
                    display: block;
                    background: #8CF29A;
                    border: solid 3px #FFF;
                    border-radius: 50%;
                    height: 16px;
                    position: absolute;
                    bottom: 3px;
                    right: 3px;
                    width: 16px;
                }

                header.header .site-logo .avatar:hover .avatar-tooltip {
                    visibility: visible;
                    opacity: 1;
                }

            header.header .site-logo span.avatar-tooltip {
                position: absolute;
                right: -110%;
                bottom: -40px;
                font-size: 13px;
                background: #333;
                max-width: 100px;
                color: #FFF;
                border-radius: 5px;
                line-height: 1.2;
                padding: 3px 12px;
                text-align: left;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                header.header .site-logo span.avatar-tooltip:before {
                    content: "";
                    width: 0;
                    height: 0;
                    border-top: 4px solid transparent;
                    border-bottom: 4px solid transparent;
                    border-right: 8px solid #333;
                    position: absolute;
                    left: -2px;
                    top: -5px;
                    -webkit-transform: rotate(63deg);
                    -moz-transform: rotate(63deg);
                    -ms-transform: rotate(63deg);
                    -o-transform: rotate(63deg);
                    transform: rotate(63deg);
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

            header.header .site-logo .name {
                font-size: 24px;
                margin-top: 0;
                margin-bottom: 0;
            }

            header.header .site-logo .slogan {
                font-size: 15px;
            }

        header.header nav {
            width: 100%;
        }

        header.header .main-menu {
            list-style: none;
            padding: 0;
            margin-bottom: 60px;
            margin-top: 0;
        }

            header.header .main-menu li.openmenu > a {
                color: #000;
            }

            header.header .main-menu li.openmenu .switch {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            header.header .main-menu li {
                position: relative;
                list-style: none;
                left: 0;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                header.header .main-menu li a {
                    padding: 5px 22px;
                    margin-top: 5px;
                    margin-bottom: 5px;
                }

                    header.header .main-menu li a.active {
                        background: #FFF;
                        border-radius: 10px;
                    }

                        header.header .main-menu li a.active a {
                            color: #33303E;
                        }

                        header.header .main-menu li a.active i {
                            color: #ff1d41;
                        }

                    header.header .main-menu li a:hover {
                        color: #33303E;
                    }

                header.header .main-menu li i {
                    color: #716e79;
                    font-size: 17px;
                    margin-right: 15px;
                    vertical-align: middle;
                }

                header.header .main-menu li:hover {
                    left: 10px;
                }

                header.header .main-menu li .switch {
                    font-size: 30px;
                    display: inline-block;
                    padding: 0 14px;
                    line-height: 1;
                    cursor: pointer;
                    color: #000;
                    position: absolute;
                    top: 24px;
                    -webkit-transform: rotate(0deg);
                    -moz-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    transform: rotate(0deg);
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    -webkit-backface-visibility: hidden;
                }

                header.header .main-menu li a {
                    color: #716e79;
                    font-family: "Poppins", sans-serif;
                    font-size: 14px;
                    font-weight: 400;
                    display: inline-block;
                    width: 100%;
                    text-decoration: none;
                    position: relative;
                }

                    header.header .main-menu li a.nav-link {
                        display: initial;
                        padding: 0;
                    }

                header.header .main-menu li .nav-link.active {
                    color: #33303E;
                }

        header.header .submenu {
            display: none;
            padding: 0;
        }

            header.header .submenu li a {
                color: #000;
                font-size: 18px;
                font-weight: 700;
            }

                header.header .submenu li a:after {
                    height: 3px;
                }

                header.header .submenu li a:hover:after {
                    width: 100%;
                    height: 3px;
                }

                header.header .submenu li a:hover {
                    color: #000;
                }

        header.header .footer {
            margin-top: auto;
            text-align: center;
        }

        header.header .copyright {
            color: #999;
            font-size: 15px;
        }

    header.mobile-header {
        display: none;
        background: rgba(255, 255, 255, 0.3);
        padding: 10px 35px;
        border-bottom: solid 1px #FFF;
        width: 100%;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        header.mobile-header.open {
            -webkit-transform: translateX(280px);
            -moz-transform: translateX(280px);
            -ms-transform: translateX(280px);
            -o-transform: translateX(280px);
            transform: translateX(280px);
        }

        header.mobile-header .menu-icon button {
            background: #FFF;
            border: 0;
            border-radius: 5px;
            cursor: pointer;
            outline: 0;
            padding: 0 7px;
            height: 38px;
            width: 38px;
            -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        }

        header.mobile-header .menu-icon span {
            display: block;
            background: #ff1d41;
            height: 1px;
            position: relative;
            width: 20px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            header.mobile-header .menu-icon span:before {
                content: "";
                display: block;
                background: #ff1d41;
                height: 1px;
                top: -7px;
                position: absolute;
                width: 25px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            header.mobile-header .menu-icon span:after {
                content: "";
                display: block;
                background: #ff1d41;
                height: 1px;
                top: 7px;
                position: absolute;
                width: 15px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            header.mobile-header .menu-icon span.open {
                height: 0;
            }

                header.mobile-header .menu-icon span.open:before {
                    top: 0;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                header.mobile-header .menu-icon span.open:after {
                    top: 0;
                    width: 25px;
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

    /*=================================================================*/
    /*                      SITE WRAPPER                             
/*=================================================================*/
    .site-wrapper {
        background-color: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(10px);
        border-top: solid 1px #FFF;
        border-radius: 20px;
        max-height: 80vh;
        min-height: 80vh;
        max-width: 1400px;
        margin: 10vh auto;
        overflow: hidden;
        position: relative;
    }

        .site-wrapper:before {
            content: "";
            background: white;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
            display: block;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            width: 1px;
        }

        .site-wrapper:after {
            content: "";
            background: white;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
            display: block;
            height: 100%;
            right: 0;
            top: 0;
            position: absolute;
            width: 1px;
        }

    /*=================================================================*/
    /*                      SECTIONS                             
/*=================================================================*/
    main.content {
        display: inline-block;
        max-height: 80vh;
        height: 80vh;
        overflow: hidden;
        position: relative;
        width: 1120px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        main.content.open {
            opacity: 0.8;
            filter: blur(2px);
            -webkit-transform: translateX(280px);
            -moz-transform: translateX(280px);
            -ms-transform: translateX(280px);
            -o-transform: translateX(280px);
            transform: translateX(280px);
        }

    section {
        position: relative;
    }

        section.animated-section {
            visibility: hidden;
            opacity: 1;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            overflow: hidden;
            -webkit-transition: all 1.1s ease-in-out;
            -moz-transition: all 1.1s ease-in-out;
            transition: all 1.1s ease-in-out;
        }

            section.animated-section:before {
                content: "";
                background: #FFF;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                opacity: 0;
                width: 100%;
                z-index: 10;
                -webkit-transform: translateX(-1000px);
                -moz-transform: translateX(-1000px);
                -ms-transform: translateX(-1000px);
                -o-transform: translateX(-1000px);
                transform: translateX(-1000px);
                -webkit-transition: all 1.5s ease-in-out;
                -moz-transition: all 1.5s ease-in-out;
                transition: all 1.5s ease-in-out;
            }

        section.section-visible {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 1.1s ease-in-out;
            -moz-transition: all 1.1s ease-in-out;
            transition: all 1.1s ease-in-out;
        }

            section.section-visible:before {
                opacity: 0.5;
                -webkit-transform: translateX(1600px);
                -moz-transform: translateX(1600px);
                -ms-transform: translateX(1600px);
                -o-transform: translateX(1600px);
                transform: translateX(1600px);
            }

        .animated-section-rotateRoomLeftOut, section.animated-section {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            -webkit-animation: rotateRoomLeftOut 0.8s both ease;
            animation: rotateRoomLeftOut 0.8s both ease;
        }

        .animated-section-rotateRoomLeftIn, section.section-visible {
            -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
            -webkit-animation: rotateRoomLeftIn 0.8s both ease;
            animation: rotateRoomLeftIn 1.1s both ease;
        }

    @-webkit-keyframes rotateRoomLeftOut {
        to {
            opacity: 0.3;
            -webkit-transform: translateX(-100%) rotateY(0deg);
        }
    }

    @keyframes rotateRoomLeftOut {
        to {
            opacity: 0.3;
            -webkit-transform: translateX(-100%) rotateY(0deg);
            transform: translateX(-100%) rotateY(0);
        }
    }

    @-webkit-keyframes rotateRoomLeftIn {
        from {
            opacity: 0.3;
            -webkit-transform: translateX(100%) rotateY(0deg);
        }
    }

    @keyframes rotateRoomLeftIn {
        from {
            opacity: 0.3;
            -webkit-transform: translateX(100%) rotateY(0deg);
            transform: translateX(100%) rotateY(0deg);
        }
    }

    .section-inner {
        height: 100%;
        padding: 60px;
        position: relative;
    }

    .section-title {
        font-size: 32px;
        margin: 0;
    }

    .title-badge {
        color: #716e79;
        background: #FFF;
        border-radius: 30px;
        display: inline-block;
        font-size: 14px;
        padding: 3px 22px;
        margin-bottom: 20px;
    }

        .title-badge i {
            color: #ff1d41;
            margin-right: 8px;
            position: relative;
            top: 2px;
        }

    .hero {
        background-position: right bottom;
        background-repeat: no-repeat;
    }

        .hero .intro {
            max-width: 515px;
        }

            .hero .intro h1 {
                font-size: 52px;
            }

            .hero .intro .headline {
                font-size: 16px;
                font-family: "Poppins", sans-serif;
                color: #33303E;
                text-transform: uppercase;
            }

                .hero .intro .headline img {
                    vertical-align: bottom;
                    margin-right: 10px;
                }

            .hero .intro p {
                font-size: 18px;
                line-height: 28px;
            }

        .hero .contact-info {
            position: absolute;
            top: 40px;
            right: 60px;
        }

            .hero .contact-info ul li {
                display: inline;
                margin-left: 30px;
            }

                .hero .contact-info ul li:first-child {
                    margin-left: 0;
                }

                .hero .contact-info ul li span {
                    color: #ff1d41;
                    font-size: 17px;
                    margin-right: 10px;
                }

    /*=================================================================*/
    /*                      ABOUT                              
/*=================================================================*/
    .about-pic {
        float: left;
        max-width: 290px;
    }

    .about-info {
        margin-left: 320px;
    }

    /*=================================================================*/
    /*                      SKILLS                              
/*=================================================================*/
    .skill-item .skill-info {
        margin-bottom: 10px;
    }

        .skill-item .skill-info h4 {
            font-size: 15px;
            margin: 0;
        }

    /*=================================================================*/
    /*                      SERVICE                              
/*=================================================================*/
    .service-box {
        border-radius: 10px;
        padding: 25px;
    }

        .service-box i {
            border-radius: 10px;
            display: block;
            font-size: 25px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            width: 50px;
        }

        .service-box h4 {
            margin: 20px 0 15px;
        }

    /*=================================================================*/
    /*                      PORTFOLIO                              
/*=================================================================*/
    .portfolio-filter {
        margin-bottom: 40px;
    }

        .portfolio-filter li {
            cursor: pointer;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 30px;
            font-family: "Poppins", sans-serif;
            padding: 4px 25px;
            font-size: 14px;
        }

            .portfolio-filter li.current {
                background: #FFD9C9;
                color: #ff1d41;
            }

    .portfolio-filter-mobile {
        border: 0;
        display: none;
        margin-bottom: 40px;
        width: 100%;
    }

        .portfolio-filter-mobile:focus {
            border: 0;
        }

    .portfolio-item .thumb {
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
    }

        .portfolio-item .thumb img {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .portfolio-item .details {
        margin: 0 20px;
    }

    .portfolio-item .post-type-label {
        color: #FFF;
        font-size: 14px;
        border-radius: 5px;
        background: rgba(255, 101, 37, 0.8);
        right: 20px;
        top: 20px;
        padding: 0px 12px;
        position: absolute;
        z-index: 1;
    }

    .portfolio-item .title {
        font-size: 16px;
        margin: 0;
    }

    .portfolio-item .term {
        color: #716e79;
        font-size: 15px;
    }

    .portfolio-item:hover .thumb img {
        -webkit-transform: rotate(3deg) scale(1.05);
        /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
        -moz-transform: rotate(3deg) scale(1.05);
        /* Fx 3.5-15 */
        -ms-transform: rotate(3deg) scale(1.05);
        /* IE 9 */
        -o-transform: rotate(3deg) scale(1.05);
        /* Op 10.5-12 */
        transform: rotate(3deg) scale(1.05);
        /* Fx 16+, IE 10+ */
    }

    /*=================================================================*/
    /*                      FACTS                              
/*=================================================================*/
    .fact-item {
        border-radius: 10px;
        padding: 30px;
    }

        .fact-item .icon {
            font-size: 40px;
            float: left;
        }

        .fact-item .details {
            margin-left: 20px;
        }

        .fact-item h3 {
            color: #33303E;
            font-size: 24px;
        }

            .fact-item h3 em {
                font-style: normal;
            }

    /*=================================================================*/
    /*                      PRICES                              
/*=================================================================*/
    .price-item {
        padding: 30px;
        position: relative;
    }

        .price-item.featured {
            background: #FFE3D7 !important;
        }

        .price-item .featured-badge {
            color: #ff1d41;
            font-size: 14px;
            background: #FFF;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            display: block;
            padding: 0 10px;
            position: absolute;
            top: 0;
            left: 30px;
        }

            .price-item .featured-badge i {
                margin-right: 10px;
            }

        .price-item h2.price {
            font-size: 58px;
            margin: 0;
        }

            .price-item h2.price em {
                font-size: 22px;
                font-style: normal;
                vertical-align: super;
            }

        .price-item p {
            margin-bottom: 30px;
        }

        .price-item .btn, .price-item button {
            margin-bottom: 30px;
        }

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

            .price-item ul li {
                line-height: 2;
                list-style-type: none;
            }

                .price-item ul li i {
                    color: #ff1d41;
                    margin-right: 20px;
                }

    /*=================================================================*/
    /*                      TESTIMONIALS                              
/*=================================================================*/
    .testimonials-wrapper {
        max-width: 700px;
        margin: auto;
    }

    .testimonial-item .thumb {
        border-radius: 50%;
        border: solid 1px #FFF;
        overflow: hidden;
        height: 84px;
        width: 84px;
    }

        .testimonial-item .thumb img {
            margin: auto;
        }

    .testimonial-item .subtitle {
        font-size: 14px;
    }

    /*=================================================================*/
    /*                      RESUME                              
/*=================================================================*/
    .resume-item {
        padding: 25px;
    }

        .resume-item .time {
            font-size: 13px;
            border: solid 1px #EEE;
            border-radius: 5px;
            padding: 0 10px;
        }

        .resume-item h4.title {
            margin: 14px 0;
        }

    /*=================================================================*/
    /*                      BLOG                              
/*=================================================================*/
    .blog-item .thumb {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .blog-item .thumb .category {
            color: #FFF;
            font-size: 14px;
            border-radius: 5px;
            background: rgba(255, 101, 37, 0.8);
            right: 20px;
            top: 20px;
            padding: 0px 12px;
            position: absolute;
            z-index: 1;
        }

        .blog-item .thumb img {
            -webkit-transform: scale(1);
            /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
            -moz-transform: scale(1);
            /* Fx 3.5-15 */
            -ms-transform: scale(1);
            /* IE 9 */
            -o-transform: scale(1);
            /* Op 10.5-12 */
            transform: scale(1);
            /* Fx 16+, IE 10+ */
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .blog-item .thumb:hover img {
            -webkit-transform: scale(1.05);
            /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
            -moz-transform: scale(1.05);
            /* Fx 3.5-15 */
            -ms-transform: scale(1.05);
            /* IE 9 */
            -o-transform: scale(1.05);
            /* Op 10.5-12 */
            transform: scale(1.05);
            /* Fx 16+, IE 10+ */
        }

    .blog-item .details {
        padding: 20px;
    }

        .blog-item .details .title {
            font-size: 16px;
            line-height: 24px;
        }

            .blog-item .details .title a {
                color: #33303E;
            }

        .blog-item .details .meta {
            font-size: 15px;
        }

            .blog-item .details .meta li:not(:last-child) {
                margin-right: 1rem;
            }

            .blog-item .details .meta i {
                margin-right: 10px;
                vertical-align: middle;
                font-size: 13px;
                position: relative;
                top: -2px;
            }

    .blog-single .post-title {
        max-width: 670px;
    }

        .blog-single .post-title h1 {
            font-size: 30px;
            margin: 0 0 20px;
        }

        .blog-single .post-title .meta {
            font-size: 15px;
        }

            .blog-single .post-title .meta li:not(:last-child) {
                margin-right: 1rem;
            }

            .blog-single .post-title .meta i {
                margin-right: 10px;
                vertical-align: middle;
                font-size: 13px;
                position: relative;
                top: -2px;
            }

    .blog-single .post-content .thumb {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .blog-single .post-content .thumb .category {
            color: #FFF;
            font-size: 14px;
            border-radius: 5px;
            background: rgba(255, 101, 37, 0.6);
            right: 20px;
            top: 20px;
            padding: 0px 12px;
            position: absolute;
            z-index: 1;
        }

    .blog-single .post-content .details {
        padding: 30px 20px;
    }

        .blog-single .post-content .details .tag {
            color: #716e79;
            display: inline-block;
            border: solid 1px #cecece;
            padding: 0 14px;
            font-size: 14px;
            border-radius: 30px;
            margin: 2px;
        }

            .blog-single .post-content .details .tag:hover {
                color: #ff1d41;
                border-color: #ff1d41;
            }

    .comments {
        padding: 0;
        margin: 0;
    }

        .comments li {
            list-style: none;
        }

            .comments li.comment {
                padding: 20px;
                margin-bottom: 30px;
            }

                .comments li.comment:last-child {
                    margin-bottom: 0;
                }

                .comments li.comment.child {
                    margin-left: 60px;
                }

                .comments li.comment .thumb {
                    float: left;
                }

                .comments li.comment .details {
                    margin-left: 80px;
                }

                    .comments li.comment .details h4.name {
                        font-size: 16px;
                        margin: 8px 0 0px;
                    }

                        .comments li.comment .details h4.name a {
                            color: #33303E;
                        }

                            .comments li.comment .details h4.name a:hover {
                                color: #ff1d41;
                            }

                    .comments li.comment .details .date {
                        color: #989898;
                        font-size: 14px;
                        display: block;
                        margin-bottom: 10px;
                    }

    /*=================================================================*/
    /*                      CLIENTS                              
/*=================================================================*/
    .clients-wrapper .slick-track {
        padding: 11px 0;
    }

    .clients-wrapper .slick-slide {
        padding: 0 15px;
    }

    .client-item {
        min-height: 50px;
        position: relative;
        text-align: center;
        padding: 0 15px;
    }

        .client-item .inner {
            text-align: center;
            position: absolute;
            padding: 20px 0;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%;
        }

        .client-item img {
            display: inline-block;
        }

    /*=================================================================*/
    /*                      CONTACT                              
/*=================================================================*/
    .contact-item {
        border-radius: 10px;
        padding: 25px;
    }

        .contact-item .icon {
            float: left;
            border-radius: 10px;
            display: block;
            font-size: 25px;
            line-height: 50px;
            height: 50px;
            text-align: center;
            width: 50px;
        }

        .contact-item .details {
            margin-left: 20px;
        }

        .contact-item h3 {
            color: #33303E;
            font-size: 18px;
        }

    /*=================================================================*/
    /*                      WIDGET                              
/*=================================================================*/
    .widget {
        padding: 20px;
        margin-bottom: 30px;
    }

        .widget:last-child {
            margin-bottom: 0;
        }

        .widget .widget-title {
            font-size: 18px;
            margin: 0 0 20px;
        }

            .widget .widget-title:after {
                content: "";
                background: #ff1d41;
                display: block;
                height: 1px;
                margin-top: 20px;
                width: 24px;
            }

        .widget ul {
            padding: 0;
            margin: 0;
        }

            .widget ul li {
                font-size: 16px;
                list-style: none;
                line-height: 2;
            }

                .widget ul li:before {
                    content: "";
                    color: #ff1d41;
                    font-family: "themify";
                    margin-right: 10px;
                    vertical-align: bottom;
                }

                .widget ul li a {
                    color: #33303E;
                }

                    .widget ul li a:hover {
                        color: #ff1d41;
                    }

        .widget .tag {
            color: #716e79;
            display: inline-block;
            border: solid 1px #cecece;
            padding: 0 14px;
            font-size: 14px;
            border-radius: 30px;
            margin: 2px;
        }

            .widget .tag:hover {
                color: #ff1d41;
                border-color: #ff1d41;
            }

    .search-widget {
        margin-bottom: 30px;
    }

    /*=================================================================*/
    /*                      HELPER                              
/*=================================================================*/
    .help-block.with-errors {
        color: red;
        font-size: 12px;
        padding-left: 20px;
        margin-top: 5px;
    }

        .help-block.with-errors ul {
            margin-bottom: 0;
        }

            .help-block.with-errors ul li {
                list-style-type: none;
            }

    #infscr-loading {
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: 10px;
    }

        #infscr-loading img {
            display: none;
        }

    .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
        right: -20px;
        margin: 12px 0;
    }

    .fa-circle-notch {
        margin-left: 10px;
        display: none;
    }

    /*=================================================================*/
    /*                     BUTTONS
/*=================================================================*/
    .btn, button {
        border-radius: 20px;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 500;
        overflow: hidden;
        line-height: 1;
        padding: 16px 28px;
        position: relative;
    }

        .btn:focus, button:focus {
            box-shadow: none;
        }

        .btn i, button i {
            vertical-align: bottom;
            margin-left: 10px;
        }

        .btn:focus, button:focus {
            outline: 0;
        }

    @-webkit-keyframes button-push {
        50% {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes hvr-push {
        50% {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

.btn-default, button {
    color: #13625e;
    background: #a9dcdf;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

        .btn-default:hover, button:hover, .btn-default:focus, button:focus, .btn-default:active, button:active {
            color: black;
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

    .btn-text {
        color: #33303E;
        background: transparent;
        padding: 0;
    }

    .btn-icon {
        display: inline-block;
        overflow: visible;
        vertical-align: middle;
        position: relative;
    }

        .btn-icon i {
            position: absolute;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        .btn-icon:hover i, .btn-icon:focus i, .btn-icon:active i {
            -webkit-transform: translateX(4px);
            transform: translateX(5px);
        }

    .btn-full {
        text-align: center;
        width: 100%;
    }

    .btn-group-lg > .btn, .btn-group-lg > button, .btn-lg {
        padding: 28px 30px;
        font-size: 18px;
        font-weight: 100;
        line-height: 0;
    }

    .btn-sm {
        border-radius: 15px;
        padding: 17px 16px;
        font-size: 13px;
        line-height: 0;
    }

    .btn-xs {
        padding: 12px 10px;
        font-size: 12px;
        line-height: 0;
    }

    .btn.disabled, button.disabled, .btn:disabled, button:disabled {
        opacity: 1;
        cursor: not-allowed;
        pointer-events: auto;
    }

    button {
        border: 0;
    }

    /*=================================================================*/
    /*                     BOOTSTRAP ELEMENTS
/*=================================================================*/
    /* === Progress Bar === */
    .progress {
        height: 7px;
        margin-bottom: 0;
        overflow: hidden;
        background-color: #FFF;
        border-radius: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .progress-bar {
        border-radius: 15px;
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        line-height: 7px;
        color: #fff;
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

    /* === Form Control === */
    .form-control {
        display: block;
        border-radius: 10px;
        width: 100%;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        color: #000000;
        background-color: rgba(255, 255, 255, 0.5);
        background-image: none;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .form-control:focus {
            outline: 0;
            box-shadow: none;
            border-color: transparent;
        }

        .form-control::-webkit-input-placeholder {
            /* Edge */
            color: #716e79;
        }

        .form-control:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #716e79;
        }

        .form-control::placeholder {
            color: #716e79;
        }

    .form-group {
        margin-bottom: 20px;
    }

    .input-group-addon {
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    /* === Alert === */
    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 20px;
    }

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: 0;
        right: 0;
        color: inherit;
        background: transparent;
        padding: 3px 5px 2px;
        border: solid 1px;
        border-radius: 5px;
        margin: 0 10px;
    }

    /* === Pagination === */
    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        margin: 40px 0 0;
    }

        .pagination li {
            list-style-type: none;
            margin: 0 5px;
        }

    .page-item.active .page-link {
        z-index: 3;
        color: #ff1d41;
        background-color: #FFD9C9;
        border-color: #FFD9C9;
    }

    .page-link {
        position: relative;
        display: block;
        color: #716e79;
        border-radius: 50%;
        font-size: 15px;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.5);
        border: 0;
        height: 35px;
        line-height: 35px;
        text-align: center;
        padding: 0;
        width: 35px;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .page-link:hover {
            z-index: 2;
            color: #ff1d41;
            background-color: #FFD9C9;
            border-color: #FFD9C9;
        }

    .page-item:first-child .page-link {
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    .page-item:last-child .page-link {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }

    /*=================================================================*/
    /*                      THEME ELEMENTS
/*=================================================================*/
    /* === Social Icons === */
    .social-icons li {
        margin: 2px;
    }

        .social-icons li.list-inline-item:not(:last-child) {
            margin-right: 0;
        }

        .social-icons li a {
            color: #33303E;
            font-size: 13px;
            background: #FFF;
            display: block;
            border-radius: 5px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            width: 32px;
            -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        }

            .social-icons li a:hover {
                color: #ff1d41;
            }

            .social-icons li a.facebook {
                color: #3b5998;
            }

                .social-icons li a.facebook:hover {
                    color: #FFF;
                    background: #3b5998;
                }

            .social-icons li a.twitter {
                color: #1da1f2;
            }

                .social-icons li a.twitter:hover {
                    color: #FFF;
                    background: #1da1f2;
                }

            .social-icons li a.instagram {
                color: #f46f30;
            }

                .social-icons li a.instagram:hover {
                    color: #FFF;
                    background: #f46f30;
                }

            .social-icons li a.dribbble {
                color: #ea4c89;
            }

                .social-icons li a.dribbble:hover {
                    color: #FFF;
                    background: #ea4c89;
                }

            .social-icons li a.behance {
                color: #000;
            }

                .social-icons li a.behance:hover {
                    color: #FFF;
                    background: #000;
                }

            .social-icons li a.youtube {
                color: #ff0000;
            }

                .social-icons li a.youtube:hover {
                    color: #FFF;
                    background: #ff0000;
                }

            .social-icons li a.pinterest {
                color: #bd081c;
            }

                .social-icons li a.pinterest:hover {
                    color: #FFF;
                    background: #bd081c;
                }

            .social-icons li a.linkedin {
                color: #0a66c2;
            }

                .social-icons li a.linkedin:hover {
                    color: #FFF;
                    background: #0a66c2;
                }

            .social-icons li a.snapchat {
                color: #fffc00;
            }

                .social-icons li a.snapchat:hover {
                    color: #FFF;
                    background: #fffc00;
                }

            .social-icons li a.whatsapp {
                color: #25d366;
            }

                .social-icons li a.whatsapp:hover {
                    color: #FFF;
                    background: #25d366;
                }

            .social-icons li a.tumblr {
                color: #35465d;
            }

                .social-icons li a.tumblr:hover {
                    color: #FFF;
                    background: #35465d;
                }

            .social-icons li a.reddit {
                color: #ff4500;
            }

                .social-icons li a.reddit:hover {
                    color: #FFF;
                    background: #ff4500;
                }

            .social-icons li a.tiktok {
                color: #010101;
            }

                .social-icons li a.tiktok:hover {
                    color: #FFF;
                    background: #010101;
                }

            .social-icons li a.yelp {
                color: #d32323;
            }

                .social-icons li a.yelp:hover {
                    color: #FFF;
                    background: #d32323;
                }

            .social-icons li a.mastodon {
                color: #2b90d9;
            }

                .social-icons li a.mastodon:hover {
                    color: #FFF;
                    background: #2b90d9;
                }

            .social-icons li a.spotify {
                color: #1ed760;
            }

                .social-icons li a.spotify:hover {
                    color: #FFF;
                    background: #1ed760;
                }

            .social-icons li a.apple {
                color: #a6b1b7;
            }

                .social-icons li a.apple:hover {
                    color: #FFF;
                    background: #a6b1b7;
                }

            .social-icons li a.amazon {
                color: #ff9900;
            }

                .social-icons li a.amazon:hover {
                    color: #FFF;
                    background: #ff9900;
                }

            .social-icons li a.alexa {
                color: #00a7ce;
            }

                .social-icons li a.alexa:hover {
                    color: #FFF;
                    background: #00a7ce;
                }

            .social-icons li a.foursquare {
                color: #f94877;
            }

                .social-icons li a.foursquare:hover {
                    color: #FFF;
                    background: #f94877;
                }

            .social-icons li a.swarm {
                color: #ffa633;
            }

                .social-icons li a.swarm:hover {
                    color: #FFF;
                    background: #ffa633;
                }

            .social-icons li a.medium {
                color: #02b875;
            }

                .social-icons li a.medium:hover {
                    color: #FFF;
                    background: #02b875;
                }

            .social-icons li a.vimeo {
                color: #1ab7ea;
            }

                .social-icons li a.vimeo:hover {
                    color: #FFF;
                    background: #1ab7ea;
                }

            .social-icons li a.skype {
                color: #00aff0;
            }

                .social-icons li a.skype:hover {
                    color: #FFF;
                    background: #00aff0;
                }

            .social-icons li a.android {
                color: #a4c639;
            }

                .social-icons li a.android:hover {
                    color: #FFF;
                    background: #a4c639;
                }

            .social-icons li a.quora {
                color: #aa2200;
            }

                .social-icons li a.quora:hover {
                    color: #FFF;
                    background: #aa2200;
                }

            .social-icons li a.slack {
                color: #4a154b;
            }

                .social-icons li a.slack:hover {
                    color: #FFF;
                    background: #4a154b;
                }

            .social-icons li a.stumbleupon {
                color: #e94826;
            }

                .social-icons li a.stumbleupon:hover {
                    color: #FFF;
                    background: #e94826;
                }

            .social-icons li a.flickr {
                color: #f40083;
            }

                .social-icons li a.flickr:hover {
                    color: #FFF;
                    background: #f40083;
                }

            .social-icons li a.yahoo {
                color: #6001d2;
            }

                .social-icons li a.yahoo:hover {
                    color: #FFF;
                    background: #6001d2;
                }

            .social-icons li a.twitch {
                color: #9146ff;
            }

                .social-icons li a.twitch:hover {
                    color: #FFF;
                    background: #9146ff;
                }

            .social-icons li a.soundcloud {
                color: #ff5500;
            }

                .social-icons li a.soundcloud:hover {
                    color: #FFF;
                    background: #ff5500;
                }

            .social-icons li a.deviantart {
                color: #05cc47;
            }

                .social-icons li a.deviantart:hover {
                    color: #FFF;
                    background: #05cc47;
                }

            .social-icons li a.pocket {
                color: #ee4056;
            }

                .social-icons li a.pocket:hover {
                    color: #FFF;
                    background: #ee4056;
                }

            .social-icons li a.vk {
                color: #4a76a8;
            }

                .social-icons li a.vk:hover {
                    color: #FFF;
                    background: #4a76a8;
                }

            .social-icons li a.steam {
                color: #171A21;
            }

                .social-icons li a.steam:hover {
                    color: #FFF;
                    background: #171A21;
                }

            .social-icons li a.discord {
                color: #7289da;
            }

                .social-icons li a.discord:hover {
                    color: #FFF;
                    background: #7289da;
                }

            .social-icons li a.telegram {
                color: #0088cc;
            }

                .social-icons li a.telegram:hover {
                    color: #FFF;
                    background: #0088cc;
                }

            .social-icons li a.googleplus {
                color: #db4437;
            }

                .social-icons li a.googleplus:hover {
                    color: #FFF;
                    background: #db4437;
                }

    #cursor-outer {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        pointer-events: none;
        z-index: 10000;
    }

    #ball {
        position: fixed;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        border: 1px solid #999;
        background: transparent;
        border-radius: 100%;
        pointer-events: none;
        opacity: 1;
        box-sizing: border-box;
    }

        #ball.plus {
            text-align: center;
            height: 24px;
            line-height: 20px;
            width: 24px;
        }

            #ball.plus:before {
                content: "";
                font-family: "themify";
                font-size: 8px;
                color: #FFF;
            }

        #ball.link {
            text-align: center;
            height: 24px;
            line-height: 20px;
            width: 24px;
        }

            #ball.link:before {
                content: "";
                font-family: "themify";
                font-size: 8px;
                color: #FFF;
            }

        #ball.empty {
            width: 0;
            height: 0;
            border: 0;
        }

    /* === Helper === */
    .rounded {
        border-radius: 10px !important;
    }

    .bg-white {
        background: rgba(255, 255, 255, 0.4) !important;
    }

    .padding-10 {
        padding: 10px;
    }

    .padding-15 {
        padding: 15px;
    }

    .padding-20 {
        padding: 20px;
    }

    .padding-25 {
        padding: 25px;
    }

    .padding-30 {
        padding: 30px;
    }

    .text-dark {
        color: #33303E;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 0;
        height: 0;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .mfp-zoom-in {
        /* start state */
        /* animate in */
        /* animate out */
    }

        .mfp-zoom-in .mfp-with-anim {
            opacity: 0;
            transition: all 0.2s ease-in-out;
            transform: scale(0.8);
        }

        .mfp-zoom-in.mfp-bg {
            opacity: 0;
            transition: all 0.3s ease-out;
        }

        .mfp-zoom-in.mfp-ready .mfp-with-anim {
            opacity: 1;
            transform: scale(1);
        }

        .mfp-zoom-in.mfp-ready.mfp-bg {
            opacity: 0.8;
        }

        .mfp-zoom-in.mfp-removing .mfp-with-anim {
            transform: scale(0.8);
            opacity: 0;
        }

        .mfp-zoom-in.mfp-removing.mfp-bg {
            opacity: 0;
        }

    /* Styles for dialog window */
    .white-popup {
        background: white;
        border-radius: 10px;
        padding: 20px 30px;
        text-align: left;
        max-width: 600px;
        margin: 40px auto;
        position: relative;
    }

        .white-popup .title {
            margin: 20px 0 5px;
        }

        .white-popup span.term {
            font-size: 15px;
            color: #949494;
            margin-bottom: 10px;
            display: block;
        }

    /**
 * Fade-zoom animation for first dialog
 */
    /* start state */
    .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    /* animate in */
    .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    /* animate out */
    .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }

    /* Dark overlay, start state */
    .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    /* animate in */
    .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.4;
    }

    .mfp-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1042;
        overflow: hidden;
        position: fixed;
        background: #0b0b0b;
        opacity: 0.2;
        cursor: zoom-out;
    }

    /* animate out */
    .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
    }

    .mfp-close {
        font-size: 40px;
        opacity: 1;
    }

        .mfp-close:hover {
            opacity: 0.75;
        }

    .mfp-arrow-right:before {
        border-left: 0;
    }

    .mfp-arrow-left:before {
        border-right: 0;
    }

    .mfp-figure:after {
        box-shadow: none;
        background: transparent;
    }

    /*=================================================================*/
    /*                      SLICK SETTINGS
/*=================================================================*/
    .slick-slide {
        height: auto;
        outline: none;
    }

    .slick-next, .slick-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: transparent;
        border-radius: 50%;
        border: solid 1px #000;
        top: calc(50% - 40px);
        z-index: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
            background: #FFD9C9;
            border-color: #FFD9C9;
        }

            .slick-next:hover:before, .slick-next:focus:before, .slick-prev:hover:before, .slick-prev:focus:before {
                color: #ff1d41;
            }

    .slick-prev {
        left: -70px;
    }

        .slick-prev:hover {
            background: #FFD9C9;
        }

    .slick-next {
        right: -70px;
    }

        .slick-next:hover {
            background: #FFD9C9;
        }

        .slick-prev:before, .slick-next:before {
            color: #000;
        }

    .slick-prev:before {
        content: "";
        font-family: "themify";
        top: 8px;
        left: 9px;
        position: absolute;
    }

    .slick-next:before {
        content: "";
        font-family: "themify";
        position: absolute;
        top: 8px;
        left: 9px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .slick-dots {
        position: relative;
        bottom: 0;
        padding: 0;
        margin: 25px 0 0;
    }

        .slick-dots li {
            width: 27px;
            height: 27px;
            margin: 0 5px;
        }

            .slick-dots li.slick-active {
                width: 27px;
                height: 27px;
                border: solid 1px #000;
                border-radius: 50%;
            }

            .slick-dots li button {
                width: 27px;
                height: 27px;
                padding: 0;
            }

            .slick-dots li.slick-active button:before {
                opacity: 1;
            }

            .slick-dots li button:before {
                content: "";
                background: #000000;
                border-radius: 50%;
                opacity: 1;
                top: 11px;
                left: 11px;
                height: 3px;
                width: 3px;
            }

    /*=================================================================*/
    /*                      RESPONSIVE
/*=================================================================*/
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        html,
        body {
            width: 100%;
            overflow-x: hidden;
        }
    }

    @media only screen and (min-width: 991px) and (max-width: 1400px) {
        header.header {
            width: 23%;
        }

        main.content {
            width: 77%;
        }
    }

    @media only screen and (max-width: 1170px) {
        header.header {
            height: 100vh;
            min-height: 100vh;
            -webkit-transform: translateX(-280px);
            -moz-transform: translateX(-280px);
            -ms-transform: translateX(-280px);
            -o-transform: translateX(-280px);
            transform: translateX(-280px);
        }

        header.mobile-header {
            display: block;
        }

        header.header {
            position: absolute;
            width: 280px;
        }

        main.content {
            max-height: calc(100vh - 60px);
            height: calc(100vh - 60px);
            width: 100%;
        }

        .site-wrapper {
            max-height: 100vh;
            min-height: 100vh;
            max-width: 1400px;
            margin: 0;
        }

        section.animated-section {
            overflow-y: auto;
        }

        .section-inner {
            height: auto;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero .intro {
            max-width: 395px;
        }
    }

    @media only screen and (max-width: 991px) {
        .hero {
            background-position: right -300px bottom;
        }

            .hero .intro {
                max-width: 395px;
            }

        .section-inner {
            padding: 20px;
        }

        #ball {
            display: none;
        }
    }

    @media only screen and (max-width: 767px) {
        body {
            font-size: 16px;
        }

        .hero .contact-info {
            right: 0;
            left: 0;
            width: 100%;
            text-align: center;
        }

        .hero .intro h1 {
            font-size: 36px;
        }

        .hero .intro p {
            font-size: 16px;
            display: inline;
            background: rgba(255, 255, 255, 0.5);
        }

        .about-pic {
            float: none;
            max-width: 100%;
            text-align: center;
            width: 100%;
        }

        .about-info {
            margin-left: 0;
            margin-top: 30px;
        }

        .section-title {
            font-size: 26px;
        }

        .portfolio-filter {
            display: none;
        }

        .portfolio-filter-mobile {
            display: block;
        }

        .sidebar {
            margin-top: 50px;
        }

        .comments li.comment.child {
            margin-left: 20px;
        }
    }

    @media only screen and (max-width: 320px) {
        section {
            padding: 20px;
        }

        .hero .contact-info {
            display: none;
        }
    }

    @media only screen and (max-height: 800px) {
        .site-logo {
            margin-bottom: 40px;
        }
    }

    /*# sourceMappingURL=style.css.map */
