﻿* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*@font-face {
    font-family: 'Raleway';
    src: url('/Portals/_default/Skins/ThemePeaks/assets/fonts/Raleway-VariableFont_wght.ttf') format('truetype');
}*/

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/Portals/_default/Skins/ThemePeaks/assets/fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 900;
}

:root {
    --primary-color: #EF6C00;
    --secondary-color: #F59701;
    --heading-color: #1C231F;
    --base-color: #484848;
    --lighter-color: #F9F9F7;
    --border-color: #E9E9E9;
    --charcoal-green: #232C26;
    --primary-rgb: 99, 171, 69;
    --secondary-rgb: 247, 146, 30;
    --light-color: #FFFFFF;
    --coral-red: #FD4C5C;
    --sage-green: #92A498;
    --charcoal-black: #222222;
    --dark-green: #222924;
    --forest-green: #1D231F;
}

body {
    color: var(--base-color);
    background: var(--light-color);
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    font-family: var(--base-font);
    --base-font: 'Plus Jakarta Sans', sans-serif;
    --heading-font: 'Plus Jakarta Sans', sans-serif;
}

a {
    color: var(--base-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        outline: none;
    }

    a:hover {
        color: var(--heading-color);
    }

    a,
    a:visited {
        color: inherit;
        text-decoration: none;
    }

.text-p {
    display: inline-block;
    border-color: var(--secondary-color) !important;
    border-bottom: 2px solid var(--secondary-color) !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading-color);
}

.text-white h1,
.text-white h1 a,
.text-white h2,
.text-white h2 a,
.text-white h3,
.text-white h3 a,
.text-white h4,
.text-white h4 a,
.text-white h5,
.text-white h5 a,
.text-white h6,
.text-white h6 a,
.text-white .h1,
.text-white .h1 a,
.text-white .h2,
.text-white .h2 a,
.text-white .h3,
.text-white .h3 a,
.text-white .h4,
.text-white .h4 a,
.text-white .h5,
.text-white .h5 a,
.text-white .h6,
.text-white .h6 a {
    color: var(--light-color);
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

hr {
    opacity: 1;
    background: var(--border-color);
}

mark {
    color: var(--primary-color);
    background: transparent;
    text-decoration: underline;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
    display: block;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dnn-color-foreground,#333) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none !important;
    background-color: var(--dnn-color-background,#fff) !important;
    background-clip: padding-box !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    input:focus::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    .nice-select:focus::-webkit-input-placeholder,
    .form-control:focus::-webkit-input-placeholder {
        color: var(--heading-color);
    }

    input:focus:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    .nice-select:focus:-ms-input-placeholder,
    .form-control:focus:-ms-input-placeholder {
        color: var(--heading-color);
    }

    input:focus::-ms-input-placeholder,
    select:focus::-ms-input-placeholder,
    textarea:focus::-ms-input-placeholder,
    .nice-select:focus::-ms-input-placeholder,
    .form-control:focus::-ms-input-placeholder {
        color: var(--heading-color);
    }

    input:focus::placeholder,
    select:focus::placeholder,
    textarea:focus::placeholder,
    .nice-select:focus::placeholder,
    .form-control:focus::placeholder {
        color: var(--heading-color);
    }

textarea {
    display: inherit;
    padding-top: 20px;
}

label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--base-color);
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
    width: auto;
}

/*******************************************************/
/******************  ## Common Classes *****************/
/*******************************************************/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .container.container-1400 {
            max-width: 1430px;
        }

        .container.container-1500 {
            max-width: 1530px;
        }
}

@media only screen and (min-width: 576px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 1600px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.no-gap {
    --bs-gutter-x: 0;
}

@media only screen and (max-width: 375px) {
    .col-small {
        width: 100%;
    }
}

.gap-10 {
    --bs-gutter-x: 10px;
}

.gap-20 {
    --bs-gutter-x: 20px;
}

@media only screen and (min-width: 1400px) {
    .gap-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-40 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-50 {
        --bs-gutter-x: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-60 {
        --bs-gutter-x: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-70 {
        --bs-gutter-x: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-80 {
        --bs-gutter-x: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-90 {
        --bs-gutter-x: 90px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-100 {
        --bs-gutter-x: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-110 {
        --bs-gutter-x: 110px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-120 {
        --bs-gutter-x: 120px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-130 {
        --bs-gutter-x: 130px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-140 {
        --bs-gutter-x: 140px;
    }
}

@media only screen and (min-width: 1400px) {
    .gap-150 {
        --bs-gutter-x: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    .row-cols-xl-7 > * {
        width: 14.2857%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

/** Section Title style **/
.section-title {
    margin-top: -10px;
    position: relative;
}

    .section-title h2 {
        margin-bottom: 15px;
        letter-spacing: -1px;
        text-transform: capitalize;
    }

@media only screen and (max-width: 575px) {
    .section-title h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title h2 {
        font-size: 30px;
    }
}

.section-title h2 span {
    color: var(--light-color);
    border-radius: 25px;
    display: inline-block;
    padding: 0 10px 0 15px;
    background: var(--secondary-color);
}

@media only screen and (min-width: 376px) {
    .section-title p {
        font-size: 18px;
    }
}

.section-title p span {
    color: var(--light-color);
    font-weight: 500;
    padding-left: 8px;
    padding-right: 5px;
    border-radius: 12px;
    background: var(--secondary-color);
}

    .section-title p span.bg-primary {
        background: var(--primary-color);
    }

/* Divider */
.divider {
    z-index: 1;
    text-align: center;
    position: relative;
}

    .divider:before {
        z-index: -1;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: var(--border-color);
    }

    .divider > span {
        line-height: 1.4;
        background: var(--light-color);
        border-radius: 20px;
        display: inline-block;
        padding: 4px 20px 7px;
        border: 1px solid var(--border-color);
        -webkit-box-shadow: 0px 10px 60px rgba(151, 151, 151, 0.25);
        box-shadow: 0px 10px 60px rgba(151, 151, 151, 0.25);
    }

        .divider > span > span {
            color: var(--light-color);
            font-size: 0.88em;
            border-radius: 12px;
            padding: 1px 10px 2px;
            background: var(--secondary-color);
        }

    .divider.style-two > span {
        color: var(--light-color);
        border: none;
        font-size: 14px;
        padding: 2px 10px 2px;
        background: var(--primary-color);
    }

        .divider.style-two > span span {
            padding: 0;
            font-size: 1em;
            background: transparent;
        }

/** Button style **/
.btn-primary,
a.btn-primary {
    color: var(--light-color);
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    padding: 11px 36px;
    border-radius: 30px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    background: var(--primary-color);
}

@media only screen and (max-width: 375px) {

    .btn-primary,
    a.btn-primary {
        padding: 8px 28px;
    }
}

.btn-primary span,
a.btn-primary span {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .btn-primary span:before,
    a.btn-primary span:before {
        opacity: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        position: absolute;
        content: attr(data-hover);
        -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
        transform: translateY(150%);
    }

.btn-primary i,
a.btn-primary i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: 10px;
}

.btn-primary.style-two i,
a.btn-primary.style-two i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-primary:hover span,
a.btn-primary:hover span {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

    .btn-primary:hover span:before,
    a.btn-primary:hover span:before {
        opacity: 1;
    }

.btn-primary.bg-secondary,
a.btn-primary.bg-secondary {
    background: var(--secondary-color);
}

.btn-primary.style-three,
a.btn-primary.style-three {
    border: 1px solid;
}

    .btn-primary.style-three:not(:hover),
    a.btn-primary.style-three:not(:hover) {
        color: var(--heading-color);
        background: transparent;
    }

    .btn-primary.style-three:hover,
    a.btn-primary.style-three:hover {
        border-color: var(--primary-color);
    }

.btn-primary.style-four,
a.btn-primary.style-four {
    background: transparent;
    border: 1px solid var(--light-color);
}

    .btn-primary.style-four:hover,
    a.btn-primary.style-four:hover {
        background: var(--primary-color);
        border-color: var(--primary-color);
    }

/* Read More */
.read-more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
}

    .read-more i {
        color: var(--light-color);
        float: right;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        margin-top: -2px;
        margin-left: 5px;
        font-size: 0.9em;
        width: 20px;
        height: 20px;
        background: var(--primary-color);
        line-height: 20px;
        border-radius: 50%;
        text-align: center;
    }

    .read-more:hover {
        text-decoration: underline;
    }

        .read-more:hover i {
            background: var(--secondary-color);
        }

/* List style One */
.list-style-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

    .list-style-one li i {
        font-size: 18px;
        margin-right: 15px;
        color: var(--secondary-color);
    }

/* List Style Two */
.list-style-two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 376px) {
    .list-style-two li {
        font-size: 18px;
    }
}

.list-style-two li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: var(--light-color);
    content: "\f00c";
    font-size: 12px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: var(--secondary-color);
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-family: "Font Awesome 5 Pro";
}

/* List Style Three */
.list-style-three li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-style-three li:before {
        content: "\f105";
        margin-right: 8px;
        margin-bottom: -2px;
        font-family: "Font Awesome 5 Pro";
    }


/** Social Link One **/
.social-style-one {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -5px;
    margin-right: -5px;
}

    .social-style-one a {
        color: var(--light-color);
        margin-left: 5px;
        margin-right: 5px;
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.1);
        line-height: 45px;
        border-radius: 50%;
        text-align: center;
    }

        .social-style-one a:hover {
            background: var(--primary-color);
        }

/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--light-color);
    background-repeat: no-repeat;
    background-position: center center;
}

    .preloader .custom-loader {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background-color: transparent;
        border: 2px solid var(--heading-color);
        border-top: 2px solid var(--primary-color);
        border-bottom: 2px solid var(--primary-color);
        -webkit-animation: 1s preloader linear infinite;
        animation: 1s preloader linear infinite;
    }

/* Pagination */
.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

    .pagination li {
        margin: 10px 5px 0;
    }

        .pagination li a,
        .pagination li .page-link {
            padding: 0;
            font-size: 20px;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-weight: 600;
            color: var(--base-color);
            width: 44px;
            height: 44px;
            background: transparent;
            line-height: 44px;
            border-radius: 50%;
            text-align: center;
            border: 1px solid var(--border-color);
            line-height: 42px;
        }

        .pagination li.disabled .page-link,
        .pagination li:last-child .page-link {
            border-radius: 50%;
        }

        .pagination li.active .page-link,
        .pagination li:hover:not(.disabled) .page-link {
            color: var(--light-color);
            background: var(--secondary-color);
            border-color: var(--secondary-color);
        }

/* Rating */
.ratting {
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .ratting i {
        margin: 3px;
        color: var(--secondary-color);
        font-size: 13px;
    }

    .ratting span {
        margin-left: 7px;
    }

    .ratting.style-two i {
        margin: 6px;
        font-size: 18px;
        color: var(--primary-color);
    }

/* Slick Arrows */
.slick-arrow {
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 2px;
    width: 65px;
    height: 65px;
    background: var(--light-color);
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: var(--heading-color);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
}

    .slick-arrow:focus,
    .slick-arrow:hover {
        background: var(--primary-color);
    }

/*** Slick Dots ***/
.slick-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .slick-dots li {
        width: 7px;
        height: 7px;
        margin: 0 7px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        border-radius: 50%;
        position: relative;
        background: var(--primary-color);
    }

        .slick-dots li:before {
            width: 0;
            height: 0;
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            border-radius: 50%;
            border: 1px solid var(--primary-color);
        }

        .slick-dots li button {
            opacity: 0;
        }

        .slick-dots li.slick-active {
            margin-left: 15px;
            margin-right: 15px;
        }

            .slick-dots li.slick-active:before {
                width: 22px;
                height: 22px;
            }

/*** Scroll Top style ***/
.scroll-top {
    width: 56px;
    height: 56px;
    z-index: 99;
    color: var(--light-color);
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* Text White */
.text-white *,
.text-white a,
.text-white .read-more,
.text-white .counter-text-wrap .count-text {
    color: var(--light-color);
}

.text-white.section-title p span {
    background: var(--primary-color);
}

/* Position */
.rel {
    position: relative;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.overlay {
    z-index: 1;
    position: relative;
}

    .overlay::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        opacity: 0.95;
        background-color: var(--charcoal-green);
    }

/* Backgruond Size */
.bgs-cover {
    background-size: cover;
    background-position: center;
}

/* Color + Background */
.bg-black {
    background-color: black;
}

.bgc-black {
    background-color: var(--heading-color) !important;
}

.bg-lighter {
    background-color: var(--lighter-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/

.heading,
h1,
.h1,
h2,
.h2,
.pricing-plan-item .content .price span,
h3,
.h3,
h4,
.h4,
.tab-style-one li a,
h5,
.h5,
.product-details-content .price,
h6,
.h6,
blockquote,
.counter-item .count-text {
    font-weight: 500;
    line-height: 1.23;
    color: var(--heading-color);
    font-family: var(--heading-font);
}

h1,
.h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 85px;
}

h2,
.h2,
.pricing-plan-item .content .price span {
    font-size: 42px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4,
.tab-style-one li a {
    font-size: 27px;
}

h5,
.h5,
.product-details-content .price {
    line-height: 1.44;
    font-size: 24px;
}

h6,
.h6,
blockquote {
    line-height: 1.5;
    font-size: 20px;
}

@-webkit-keyframes circle_animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle_animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circle_animation_invers {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes circle_animation_invers {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes toggler {

    0%, 10% {
        background-position: 0 0, 0 calc(100%/3);
    }

    50% {
        background-position: 0 0, calc(100%/3) calc(100%/3);
    }

    90%, 100% {
        background-position: 0 0, calc(100%/3) 0;
    }
}

@keyframes toggler {

    0%, 10% {
        background-position: 0 0, 0 calc(100%/3);
    }

    50% {
        background-position: 0 0, calc(100%/3) calc(100%/3);
    }

    90%, 100% {
        background-position: 0 0, calc(100%/3) 0;
    }
}

@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
}

/* Menu Sticky */
@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

/* Rotated Circle */
@-webkit-keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/* Rotated Circle reverse */
@-webkit-keyframes rotated_circle_reverse {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotated_circle_reverse {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* Rotated Man */
@-webkit-keyframes semi_rotated {

    0%, 100% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    50% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

@keyframes semi_rotated {

    0%, 100% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    50% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

/* BG Shape Rotated */
@-webkit-keyframes semi_rotated_two {

    0%, 100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@keyframes semi_rotated_two {

    0%, 100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@-webkit-keyframes move_arround {
    0% {
        top: 20px;
        left: 20px;
    }

    25% {
        top: 20px;
        left: -20px;
    }

    50% {
        top: -20px;
        left: -20px;
    }

    75% {
        top: -20px;
        left: 20px;
    }

    100% {
        top: 20px;
        left: 20px;
    }
}

@keyframes move_arround {
    0% {
        top: 20px;
        left: 20px;
    }

    25% {
        top: 20px;
        left: -20px;
    }

    50% {
        top: -20px;
        left: -20px;
    }

    75% {
        top: -20px;
        left: 20px;
    }

    100% {
        top: 20px;
        left: 20px;
    }
}

/* Hero Circle */
@-webkit-keyframes upDownLeft {

    0%, 100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    25%, 75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@keyframes upDownLeft {

    0%, 100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    25%, 75% {
        -webkit-transform: translate(0px, 50px);
        transform: translate(0px, 50px);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
}

@-webkit-keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }

    50% {
        -webkit-transform: translate(-150px, 150px) rotate(180deg);
        transform: translate(-150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }

    50% {
        -webkit-transform: translate(-150px, 150px) rotate(180deg);
        transform: translate(-150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-100px, 150px) rotate(270deg);
        transform: translate(-100px, 150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-100px, 150px) rotate(270deg);
        transform: translate(-100px, 150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translate(0, -25px);
        transform: rotateX(0deg) translate(0, -25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translate(0, -25px);
        transform: rotateX(0deg) translate(0, -25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@-webkit-keyframes leftRightOne {

    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes leftRightOne {

    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@-webkit-keyframes leftRightTwo {

    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@keyframes leftRightTwo {

    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@-webkit-keyframes zoomInOut {

    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes zoomInOut {

    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

/* Preloader */
@-webkit-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Headline */
@-webkit-keyframes marquee {
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@keyframes marquee {
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes marquee_right {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes marquee_right {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes marquee_left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marquee_left {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
