.mymenu {
    display: flex;
    align-items: center;
}

.mymenu li.btn-menu {
    padding-right: 0;
    margin-left: auto;
    padding-left: 20px;
}

.mymenu li.btn-menu a.btn-login {
    background-color: #a21caf;
    color: white !important;
    padding: 8px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: inline-block;
    pointer-events: all !important;
    cursor: pointer !important;
    text-decoration: none;
}

.mymenu li.btn-menu a.btn-login:hover {
    background-color: #9333ea;
    transform: translateY(-2px);
}

.mymenu li.btn-menu:not(:last-child) a:after,
.mymenu li.btn-menu a:after {
    display: none !important;
    content: none !important;
}

.scrollMenu .mymenu li.btn-menu a.btn-login {
    background-color: #a21caf;
    color: white !important;
}

.scrollMenu .mymenu li.btn-menu a.btn-login:hover {
    background-color: #9333ea;
}

.sb-menu li.btn-menu {
    margin-top: 10px;
}

.sb-menu li.btn-menu a.btn-login {
    background-color: #a21caf !important;
    color: white !important;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
    display: block;
    border-left: 3px solid #a21caf !important;
    pointer-events: all !important;
    cursor: pointer !important;
}

.sb-menu li.btn-menu a.btn-login:hover {
    background-color: #9333ea !important;
    border-left: 3px solid #9333ea !important;
}

@media only screen and (max-width: 767px) {
    .sb-menu li.btn-menu a.btn-login {
    margin: 8px auto;
    width: 85%;
            background: #fff !important;
        border: 1px solid #fff !important;
        color: #000 !important;
}

li.btn-menu {
    margin: 0 !important;
}
      .more-about-us .more-about-us-text {
    padding: 0 !important;
}form#contactForm .radio-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.why_choose_us_img {
     height: 255px;
}
    .sb-menu li.btn-menu a {
        background-color: #a21caf;
        color: white !important;
        border-radius: 5px;
        margin: 10px;
        text-align: center;
    }
}

.radio-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 25px;
    padding: 15px 0;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
    position: relative;
}

.radio-label input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    accent-color: #c9a961;
    position: relative;
}

.radio-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.radio-label:hover .radio-text {
    color: #c9a961;
    transform: translateY(-1px);
}

.radio-label input[type="radio"]:checked+.radio-text {
    color: #c9a961;
    font-weight: 600;
}

.input-field,
.tel-number-field,
.textarea-field {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(201, 169, 97, 0.3) !important;
    transition: all 0.3s ease !important;
}

.input-field:focus,
.tel-number-field:focus,
.textarea-field:focus {
    border-color: #c9a961 !important;
    box-shadow: 0 0 10px rgba(201, 169, 97, 0.2) !important;
    outline: none !important;
}

@media (max-width: 768px) {
    .radio-group {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        padding-left: 20px;
    }

    .radio-label {
        width: 100%;
    }

    .radio-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .radio-group {
        padding-left: 10px;
        gap: 12px;
    }

    .radio-label input[type="radio"] {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
}



* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

section {
    position: relative;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
}

p {
    margin: 0 0 15px 0;
}

p:last-child {
    margin: 0;
}

h1 {
    font-size: 58px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0 15px;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #6a62c4;
}

a:hover {}

a,
a:hover,
a:focus,
button,
button:hover {
    outline: 0;
    text-decoration: none;
    transition: .4s;
}

b,
strong {
    font-weight: 600;
}

hr {
    color: #f2f2f2;
    background-color: #f2f2f2;
    border: 0px none;
    height: 1px;
    clear: both;
    margin: 20px 0;
}

/***

====================================================================
	Button style
====================================================================

***/
/* a.popup-modal.btn.animation_left_to_right {
    background: #40203E66;
    background: -webkit-linear-gradient(270deg, rgba(64, 32, 62, 1) 0%, rgba(106, 98, 196, 1) 40%, rgba(34, 34, 34, 1) 100%);
    background: -moz-linear-gradient(270deg, rgba(64, 32, 62, 1) 0%, rgba(106, 98, 196, 1) 40%, rgba(34, 34, 34, 1) 100%);
    background: linear-gradient(270deg, rgba(64, 32, 62, 1) 0%, rgba(106, 98, 196, 1) 40%, rgba(34, 34, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40203E66", endColorstr="#222222", GradientType=0);
    border: none;
} */
.btn {

    min-width: 150px;
    display: inline-block;
    border: 0;
    padding: 10px 15px;
    margin: 0 7px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #333;
    border-radius: 0;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -webkit-linear-gradient(180deg, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgb(232, 207, 150), rgb(173, 138, 62));
    background: -webkit-linear-gradient(right, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgb(232, 207, 150), rgb(173, 138, 62));
    background: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgb(232, 207, 150), rgb(173, 138, 62));
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    border-bottom: 4px solid #a0823f;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: -webkit-linear-gradient(180deg, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0.8));
    background: -webkit-linear-gradient(right, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0.8));
    background: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0.8));
    background-position: 1% 50%;
    background-size: 300% 300%;
    color: #fff;
    color: $white;
    background-position: 99% 50%;
}

a.btn:hover {
    color: #fff;
}

.btn i {
    border-right: 1px solid rgba(255, 255, 255, 0.27);
    padding-right: 10px;
    margin-right: 10px;
}

.btn100 {
    widows: 100%;
}

.btn_medium {
    font-size: 24px;
    padding: 15px 40px;
}

.btn_big {
    font-size: 33px;
    padding: 20px 50px;
}

.btn_white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.btn_white:hover {
    background: #fff;
    color: #000;
}

.btn_color_border {
    background: transparent;
    border: 1px solid #cecece;
    color: #828282;
    box-shadow: 0 3px 0 #b1afac, 0 3px 5px rgba(0, 0, 0, 0.5);
    text-shadow: none;
}

a.btn_color_border:hover,
.btn_color_border:hover {
    background: transparent;
    border: 1px solid #6a62c4;
    color: #b18e43;
    text-shadow: none;
}

.btn_gold_border,
.btn_gold_border:hover,
a.btn_gold_border:hover {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container:after,
.container:before {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

section:before,
section:after {
    display: table;
    content: " ";
}

.row {
    margin: 0 -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.line-white {
    background-color: #fff;
    clear: both;
    height: 1px;
    max-width: 80px;
    margin: 20px auto;
}

.line-black {
    background-color: #000;
    clear: both;
    height: 1px;
    max-width: 80px;
    margin: 20px auto;
}

.line-gold {
    background-color: #6a62c4;
    clear: both;
    height: 1px;
    max-width: 80px;
    margin: 20px auto;
}

.line-gold-home {
    background-color: #6a62c4;
    clear: both;
    height: 1px;
    max-width: 80px;
    margin: 20px auto;
}

#section-1 .line-gold-home,
#section-1 .line-gold {
    visibility: hidden
}

.line-pink {
    background-color: #6a62c4;
    clear: both;
    height: 1px;
    max-width: 80px;
    margin: 20px auto;
}

.line-left {
    margin-left: 0;
}

.title-white {
    font-size: 65px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Georgia, serif;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
}

.title-gold {



    font-size: 65px;
    text-align: center;
    color: #6a62c4;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Georgia, serif;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
}

.title-black {
    font-size: 65px;
    text-align: center;
    color: #000;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Georgia, serif;
}

.title-gold span {
    color: #ff9eb2;
    font-family: Georgia, serif;

    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
}

.title-white span {
    color: #59e7d1;
    font-family: Georgia, serif;

    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
}

.title-black span {
    color: #6a62c4;
    font-family: Georgia, serif;

    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
}

.title-gold-2 {
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #6a62c4;
    text-transform: capitalize;
}

.subtitle-white {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    text-transform: lowercase;



}

.subtitle-gold {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    color: #6a62c4;
    margin-bottom: 40px;
    text-transform: lowercase;


}

.subtitle-black {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    color: #585858;
    margin-bottom: 50px;
    margin-bottom: 40px;
    text-transform: capitalize;
    text-transform: lowercase;


}

.flex {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-colums {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.text-white {
    color: #fff;
}

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

.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}

.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/***

====================================================================
	Column style
====================================================================

***/

.col-2 {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}

.col-3 {
    width: 33.33%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}

.col-4 {
    width: 25%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}

.col-5 {
    width: 20%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}

.col-6 {
    width: 16.666%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
    min-height: 1px;
    position: relative;
}

.col-7 {
    width: 66.66666667%;
    padding: 0 15px;
    float: left;
}

.col-15 {
    width: 15%;
    padding: 0 15px;
    float: left;
}

.col-60 {
    width: 60%;
    padding: 0 15px;
    float: left;
}

.col-25 {
    width: 25%;
    padding: 0 15px;
    float: left;
}

.col-100 {
    width: 100%;
    padding: 0 15px;
}

.docs-example .one div,
.docs-example.docs-example .two div,
.docs-example .three div,
.docs-example .four div,
.docs-example .five div,
.docs-example .six div,
.docs-example .seven div,
.docs-example .eight div,
.docs-example .nine div,
.docs-example .ten div,
.docs-example .eleven div,
.docs-example .twelve div {
    background: #EEE;
    text-align: center;
    border-radius: 4px;
    font-size: 1rem;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-bottom: .75rem;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-bottom: 1.5rem;
}

.one {
    width: 10%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.two {
    width: 15%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.three {
    width: 20%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.four {
    width: 30%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.five {
    width: 40%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.col-2 {
    width: 50%;
    padding: 0 15px;
    float: left;
    min-height: 1px;
    position: relative;
}

.seven {
    width: 60%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.eight {
    width: 70%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.nine {
    width: 80%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.ten {
    width: 85%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.eleven {
    width: 90%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

.twelve {
    width: 100%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
}

/***

====================================================================
	Main Header style
====================================================================

***/
/* home v1 */

.home {
    background: url("../img/home_v1.jpg") 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 800px;
    position: relative;
}

.home_padding {
    padding: 240px 0 190px 0;
}

.home_padding_150 {
    padding: 150px 0;
}

.home_padding_100 {
    padding: 100px 0;
}

.home_padding_80 {
    padding: 80px 0;
}

.home .col-3,
.home .col-7 {
    margin-bottom: 0;
}

.home .info {
    float: right;
}

.home .info .phone {
    color: #fff;
    font-size: 30px;
    text-align: right;
    margin-bottom: 10px;
}

.home .order {
    padding: 10px 20px;
    margin-top: -10px;
}

.home_v3 .title-white {
    padding-top: 200px;
}

.home .title-white {
    font-size: 55px;
}

.home .title-black {
    font-size: 55px;
}

/*video home */

.home_video {
    overflow: hidden;
    width: 100%;
}

.home_video_block video {}

.home_video .home_video_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.z-index {
    z-index: 9;
    position: relative;
}

.video-responsive {
    position: relative;
    width: 100%;
}

.canvas,
.video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 5;
    object-fit: cover;
}

#over_video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/* home v2 */

.header_block {
    height: 100%;
    margin: auto;
}

.home_v2 div:not(.owl-controls) {
    min-height: 600px;
    height: 100%;
    background-size: cover;
    z-index: 1;
}

.home_v2 [class*="slide_"] {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_v2 {
    position: relative;
    height: 100%;
}

.home_v2 .subtitle-gold {
    color: #6a62c4;
}

.home_v2 .subtitle-white {
    text-transform: capitalize;
}

.home_v2 .slide_1 {
    background: url('../img/sl-2.jpg') 50% 50% no-repeat;
}

.home_v2 .slide_2 {
    background: url('../img/home_v1.jpg') 50% 50% no-repeat;
}

.home_v2 div.slide_title {
    position: relative;
}

.home_v2 .col-3,
.home_v2 .col-7 {
    margin-bottom: 0;
}

.home_v2 .info {
    float: right;
}

.home_v2 .info .phone {
    color: #fff;
    font-size: 30px;
    text-align: right;
    margin-bottom: 10px;
}

.home_v2 .order {
    padding: 10px 20px;
    margin-top: -10px;
}

.home_v2 .line-white {
    margin: 25px auto;
    display: block;
}

.home_v2 .header {
    position: absolute;
    z-index: 10;
}

.home_v2 .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 10px;
    text-align: center;
}

.home_v2 .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    color: #ffffff;
    font-size: 45px;
}

.home_v2 .owl-controls .owl-nav .owl-prev {
    left: 25px;
}

.home_v2 .owl-controls .owl-nav .owl-next {
    right: 25px;
}

/* home-animation */
section#section-6 .more-about-us-text {
    text-align: center;
}

section.more-about-us.padding60.How {
    background: transparent;
}

section.more-about-us.padding60.How .col-3.animation_fade_in_block {
    text-align: center;
}

.how-img {
    background: #705ec4;
    margin: auto;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
    background: #6A62C4;
    background: -webkit-linear-gradient(180deg, rgba(106, 98, 196, 1) 3%, rgba(34, 34, 34, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(106, 98, 196, 1) 3%, rgba(34, 34, 34, 1) 100%);
    background: linear-gradient(180deg, rgba(106, 98, 196, 1) 3%, rgba(34, 34, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6A62C4", endColorstr="#222222", GradientType=0);
}

.how-img img {
    padding: 10px;
    width: 61px;
    filter: invert(1);
}

.home-animation {
    background: url("../img/EqualitySalonIndustry_2000px.jpg") 50% 10% no-repeat;
    background-size: cover;
    max-height: 800px;
    position: relative;
}

.home-animation:before {

    background: #40203E66;
    background: -webkit-linear-gradient(270deg, rgba(64, 32, 62, 1) 0%, rgba(106, 98, 196, 1) 40%, rgba(34, 34, 34, 1) 100%);
    background: -moz-linear-gradient(270deg, rgba(64, 32, 62, 1) 0%, rgba(106, 98, 196, 1) 40%, rgba(34, 34, 34, 1) 100%);
    background: linear-gradient(270deg, rgba(64, 32, 62, 1) 0%, rgba(106, 98, 196, 1) 40%, rgba(34, 34, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40203E66", endColorstr="#222222", GradientType=0);
    /* background: #dc6279;
    background: -moz-linear-gradient(left, #dc6279 0%, #0e4c8e 100%);
    background: -webkit-linear-gradient(left, #dc6279 0%, #0e4c8e 100%);
    background: linear-gradient(to right, #dc6279 0%, #0e4c8e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dc6279', endColorstr='#325b87', GradientType=1); */
    opacity: 0.9;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.home-animation-2 {
    background: url("../img/home-animation.jpg") 50% 10% no-repeat;
    background-size: cover;
    max-height: 800px;
    position: relative;
}

.home-animation-2:before {
    background: rgba(121, 83, 235, 1);
    background: -moz-linear-gradient(-45deg, rgba(121, 83, 235, 1) 0%, rgba(90, 138, 220, 1) 15%, rgba(69, 183, 201, 1) 31%, rgba(87, 216, 178, 1) 50%, rgba(139, 220, 163, 1) 68%, rgba(253, 220, 138, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(121, 83, 235, 1)), color-stop(15%, rgba(90, 138, 220, 1)), color-stop(31%, rgba(69, 183, 201, 1)), color-stop(50%, rgba(87, 216, 178, 1)), color-stop(68%, rgba(139, 220, 163, 1)), color-stop(100%, rgba(253, 220, 138, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(121, 83, 235, 1) 0%, rgba(90, 138, 220, 1) 15%, rgba(69, 183, 201, 1) 31%, rgba(87, 216, 178, 1) 50%, rgba(139, 220, 163, 1) 68%, rgba(253, 220, 138, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(121, 83, 235, 1) 0%, rgba(90, 138, 220, 1) 15%, rgba(69, 183, 201, 1) 31%, rgba(87, 216, 178, 1) 50%, rgba(139, 220, 163, 1) 68%, rgba(253, 220, 138, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(121, 83, 235, 1) 0%, rgba(90, 138, 220, 1) 15%, rgba(69, 183, 201, 1) 31%, rgba(87, 216, 178, 1) 50%, rgba(139, 220, 163, 1) 68%, rgba(253, 220, 138, 1) 100%);
    background: linear-gradient(135deg, rgba(121, 83, 235, 1) 0%, rgba(90, 138, 220, 1) 15%, rgba(69, 183, 201, 1) 31%, rgba(87, 216, 178, 1) 50%, rgba(139, 220, 163, 1) 68%, rgba(253, 220, 138, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7953eb', endColorstr='#fddc8a', GradientType=1);
    opacity: 0.9;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.home-animation .container {
    position: relative;
    z-index: 99;
}

/* home-manicure */

.home-manicure {
    background: url("../img/home-manicure.jpg") 50% 50% no-repeat;
    background-size: cover;
    max-height: 800px;
}

/* home make-up */

.home-make-up {
    background: url("../img/home-make-up.jpg") 50% 50% no-repeat;
    background-size: cover;
    max-height: 800px;
}

.home-haircut {
    background: url("../img/home-haircut.jpg") 50% 50% no-repeat;
    background-size: cover;
    max-height: 800px;
}

.home-eyelash-extensions {
    background: url("../img/home-eyelash-extensions.jpg") 50% 50% no-repeat;
    background-size: cover;
    max-height: 800px;
}

.bts {
    margin-top: 30px;
}

.bts .btn {
    font-size: 16px;
}

.title_and_subtitle_center {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50%;
    top: 30%;
    margin: auto;
    max-width: 1170px;
}

.title_and_subtitle_center_for_slider {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
}

.gray_bg {
    background-color: #f8f8f8;
}

.white_bg {
    background: #fff;
}

.padding60 {
    padding: 60px 0;
}

/* home v3 */

.home_bg_3 {
    background: url("../img/b1.jpg") 50% 20% no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.home_bg_3 .action {
    bottom: 90px;
}

.home_bg_3 .margin_form {
    margin: 160px auto;
}

/* header */

.mobile-header {
    display: none;
}

.menu-button {
    display: none;
}

.header {
    padding: 10px 0px;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    z-index: 99;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
        padding: 1.5em 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding: .75em 0;
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
        padding: 1.5em 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding: .75em 0;
    }
}

.header .logo {
    /* width: 280px;
    height: 112px;
    background: url("../img/logo-white.png") no-repeat top center;
    display: block;
    cursor: pointer;
    float: left;
    position: relative;
    background-size: cover; */
}

.header .col-3 {
    margin-bottom: 0;
}

.scrollMenu .logo {
    /* width: 215px;
    height: 80px;
    background: url("../img/logo-black.png") no-repeat top center;
    background-size: cover; */
}

/* header on other then home page */

.header_other_page .logo {
    width: 192px;
    height: 25px;
    background: url("../img/logo-black.png") no-repeat top center;
    display: block;
    top: 6px;
    position: relative;
    background-size: cover;
}

/***

====================================================================
	Header v3
====================================================================

 ***/

.header_v3 {
    position: relative;
}

.header_v3 .maine-menu {
    display: block;
    padding: 10px 0;
    text-align: center;
    left: 0;
    right: 0;
}

.header_v3 .maine-menu {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}

.header_v3 .scrollMenu {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.header_v3 .logo {
    background: url(../img/logo-black-horisont.png) no-repeat top center;
    background-size: cover;
    display: block;
    margin: 0 auto 20px;
    width: 213px;
    height: 200px;
    float: none;
}

.header.header_v3 .mymenu li a {
    color: #222;
}

.header.header_v3 .mymenu li a.current {
    color: #fff;
    font-weight: 700;
}

.header_v3 .mymenu li a.order {
    color: #fff;
}

section.header.scroll_header.animation-header.scrollMenu .mymenu li a.current {
    color: #705ec4;
}

.action {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 0;
    margin: auto;
    text-align: center;
    right: 0;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    color: #fff;
}

.action:after {
    content: "\f107";
}

.animation-header .top_menu {
    float: left;
}

.header-social {
    float: right;
}

.header-social a {
    color: #000;

    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 2;

}



.header-right-top-block {
    position: relative;
    font-size: 18px;

}

.header-right-top-block .fa {
    -webkit-transition: all .0s;
    transition: all .0s;
}

.header-right-top-block .fa:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header-right-top-block .toggle-cart {
    position: relative;
    color: #fff;
}

.header-right-top-block .toggle-cart span {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    background: #6a62c4;
    width: 17px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;

}

.header-right-top-block .popup-search {
    color: #fff;
    padding-left: 10px;
}

.relative-header .header-right-top-block .toggle-cart,
.relative-header .header-right-top-block .popup-search,
.scrollMenu .header-right-top-block .toggle-cart,
.scrollMenu .header-right-top-block .popup-search {
    color: #333;
}

/* Flexnav Base Styles */

.top_menu {
    z-index: 999;
    position: relative;
    float: right;
}

.top_menu ul {
    list-style: none;
    text-align: center;
    float: right;
    font-weight: 400;
}

.header .mymenu li a {
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.header .mymenu li:not(:last-child) a:after {
    content: "";
    position: absolute;
    top: 49%;
    right: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.header .mymenu li:not(:last-child) a:after {
    background-color: #6a62c4;
}

.scrollMenu .mymenu li a {
    color: #000;
}

.header .mymenu li a.active {
    border-bottom: 1px solid #fff;
}

.scrollMenu .mymenu li a.active {
    border-bottom: 1px solid #000;
}

.header .mymenu li ul li a {
    color: #fff;
}

.header_v3 .mymenu li ul li a {
    color: #fff;
}

.header_v3 .mymenu li .touch-button {
    position: absolute;
    z-index: 999;
    top: -5px;
    right: 40px;
    display: block;
    color: #000;
}

.mymenu li.item-with-ul a {
    padding: 10px 25px 10px 10px !important;
}

.mymenu li ul li a {
    color: #FFFFFF;
}

.mymenu-show li a {
    color: #000;
}

.mymenu li.btn_order {
    margin-top: -5px;
    padding-right: 0;
}

.mymenu li a.order {
    color: #fff;
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 0;
}

.mymenu.one-page {}

.header_other_page .mymenu li.item-with-ul:before {
    color: #000;
}

.header_other_page .mymenu li.btn_order.item-with-ul:before {
    color: #fff;
}

ul.mymenu li.item-with-ul ul li:hover {
    background: #333232;
}

.navicon-line {
    width: 24px;
    height: 3px;
    border-radius: 1px;
    margin: auto;
    margin-bottom: 3px;
    background-color: #000;
}

.mymenu li {
    font-size: 100%;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.mymenu li a {
    z-index: 2;
    overflow: hidden;
}

.mymenu li ul {
    width: 100%;
}

.mymenu li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
}

.header_other_page .top_menu .mymenu li ul li a {
    color: #fff;
    padding: 5px;
}

.mymenu li a.current {
    color: #6a62c4;
}

.scrollMenu {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}



/* menu line style  */
@media (min-width: 1024px) {


    ul#menu>li>a:before {
        content: "";
        display: block;
        border-top: 1px solid;
        border-color: initial;
        margin: 0 auto;
        z-index: -1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    ul#menu>li>a:before {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    ul#menu>li>a:hover::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /* current one page style */
    ul#menu>li>.current:hover:before {
        background-position: center right;
    }

    ul#menu>li>a.current:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    ul#menu>li>.current:before {
        background-position: center right;
    }

    /* current default style */
    ul#menu>li>.current-menu-item:hover:before {
        background-position: center right;
    }

    ul#menu>li>a.current-menu-item:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    ul#menu>li>.current-menu-item:before {
        background-position: center right;
    }

    ul#menu>li.current-menu-item>a::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }




    ul#menu li.btn-menu a:before {
        display: none;

    }

    ul#menu ul li a:before {
        display: none;
    }
}

/***

====================================================================
Service
====================================================================

 ***/

.service .tab_title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service .service_title {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.service .tab_container {
    padding: 10px 0 30px 0;
}

ul.tabs {
    margin: 0 auto -7px;
    text-align: center;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
    height: auto;
    width: 100%;
}

ul.tabs li {
    display: inline-block;
    cursor: pointer;
    line-height: 1.87;
    overflow: hidden;
    border: none;
    margin: 0 -2px;
    position: relative;
    z-index: 1;
    border-top: solid 2px #F9F9F9;
    padding: 10px;
    width: 25%;
    background-color: rgb(242, 240, 240);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, rgb(251, 249, 249)), color-stop(0.5, rgb(247, 245, 246)), to(rgb(248, 248, 248)));
    box-shadow: rgba(255, 255, 255, 0.17) 0px 1px 0px inset, rgba(0, 0, 0, 0.10) 0px 1px 2px;
}

.tab_last {
    border-right: 1px solid #333;
}

ul.tabs li.active {
    background: #fff;
    color: #333;
    border-top: solid 2px #6a62c4;
    box-shadow: 0px -1px 1px 0 rgba(0, 0, 0, 0.16);
}

.tab_container {
    border: 1px solid #efefef;
    box-shadow: rgba(255, 255, 255, 0.17) 0px 1px 0px inset, rgba(0, 0, 0, 0.10) 0px 1px 2px;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px 50px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

/***

====================================================================
Advantages
====================================================================

 ***/

.advantages {
    background: url("../img/faq.jpg") 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.advantages .block .block_num {
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -70px;

}

.advantages .block .block_h1 {
    font-size: 34px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    font-weight: bold;

}

.advantages .block .text {
    font-size: 16px;
    color: #fff;
}

.advantages .cont_left {
    float: left;
    margin-left: 95px;
    margin-bottom: 20px;
    display: block;
}

.advantages .cont_right {
    float: left;
    margin-left: 95px;
    margin-bottom: 20px;
    display: block;
}

.advantages .cont_left:last-child,
.advantages .cont_right:last-child {
    margin-bottom: 0;
}

/***

====================================================================
	Blog
====================================================================

 ***/

.blog_home .btn {
    margin-left: 0;
}

.blog-item-inner .blog-title {
    font-size: 23px;
    margin: 10px 0 0 0;

}

.blog-item-inner .blog-icons {
    color: #858585;
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
    margin: 10px 0;
    display: inline-block;
}

.blog-item-inner .border_right {
    padding-right: 20px;
    border-right: 1px solid #efefef;
}

.blog-item-inner p {
    margin: 5px 0 25px 0px;
    display: block;
}

/***

====================================================================
	Call to Action
====================================================================

 ***/

.call_to_action_home {
    background: url("../img/call_to_action.jpg") 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.call_to_action_home .home_form {
    float: none;
    max-width: 450px;
    margin: auto;
    opacity: 0.92;
}

.popup_title {
    font-size: 31px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;

}

.popup_subtitle {
    font-size: 19px;
    font-weight: 300;
    color: #6b777c;
    text-align: center;
    margin-bottom: 25px;

}

.success {
    padding: 60px 0;
}

.popup_icon i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 20px auto 15px;
    border: #2dbf5b solid 3px;
    line-height: 74px;
    border-radius: 50%;
    font-size: 38px;
    text-align: center;
    color: #2dbf5b;
    background: transparent;
}

/***

====================================================================
	More about us
====================================================================

 ***/

.more-about-us {
    background: url(../img/more-about-us.png);
    background-size: cover;
}

.more-about-us .more-about-us-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #34b1c4;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
}

.more-about-us .more-about-us-text {
    padding-left: 100px;
}

.more-about-us .more-about-us-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.more-about-us i {
    font-size: 65px;
    color: #6a62c4;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.more-about-us i:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.more-about-us i:before {
    font-size: 77px;
}

.more-about-us p {
    color: #858585;
}

/***

====================================================================
	Spa room
====================================================================

 ***/

.spa_room {
    line-height: 0;
    background: url("../img/spa_room.png") left center;
    width: 100%;
    height: 630px;
}

/***

====================================================================
	What We Do
====================================================================

 ***/

.what-we-do {
    padding: 90px 0;
}

.what-we-do .block {
    padding: 20px 0 20px 10px;
    line-height: 30px;
    border: 1px solid #e7ebeb;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    -webkit-transition: translate .18s, box-shadow .18s;
    transition: translate .18s, box-shadow .18s;
    border-radius: 3px;
}

.what-we-do .block:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.what-we-do-block {
    margin-bottom: 20px;
}

.what-we-do hr {
    margin: 50px 0;
}

.what-we-do-title {
    font-size: 31px;
    margin: 50px 0 25px;
    font-weight: 400;

}

.what-we-do-desc {
    color: #848e92;
}

.what-we-do .link {
    margin: 20px 0;
    display: block;
}

ul.circle {}

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

ul.circle li {
    padding: 5px 10px 8px 35px;
    position: relative;
}

ul.circle li:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #6a62c4;
    top: 15px;
    left: 15px;
}

/***

====================================================================
	How can we help
====================================================================

 ***/

.formCapture {
    padding: 150px 0;
    background: #e4e4e2 url(../img/how_help2.jpg) 50% 0%;
    background-size: cover;
}

.formCapture_info {
    text-align: center;
    margin-top: 35px;
    font-size: 40px;
    line-height: 50px;
}

.formCapture .line-orange {
    margin-left: 0;
}

.formCapture .title-black {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.formCapture .subtitle-black {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.formCapture .btn {
    margin-left: 0;
}

.form-action {}

/***

====================================================================
	why choose us
====================================================================

 ***/

.relative {
    position: relative !important;
}

.why_choose_us_img {
    background: url(../img/spa_girl.png) 50% 100%;
    line-height: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
}

.rewiev_about_us {
    max-width: 900px;
    margin: auto;
    overflow: hidden;
}

.rewiev_about_us img {
    max-width: 170px;
    margin-bottom: 15px;
}

.rewiev_about_us .border_img {
    border-bottom: 2px solid #6a62c4;
}

/***

====================================================================
	Rewiev
====================================================================

 ***/
.formCapture .title-white {
    color: #000;
}

.formCapture .subtitle-white {
    color: #000;
}

.rewiev {
    padding: 90px 0;
    background: #f8f8f8 url(../img/review-girls.jpg);
    /* background-size: cover; */
}

.rewiev img {
    border-radius: 50%;
}

.rewiev .title {
    font-size: 26px;
    margin: 20px 0;
}

.rewiev .subtitle {
    color: #848484;
    line-height: 24px;
    font-style: italic;
}

.rewiev .name {
    font-style: initial;
    margin: 10px 0;
    font-weight: 600;
    color: #000;
}

.rewiev .item {}

/***

====================================================================
	Why Choose Certified Service
====================================================================

 ***/

.why-certified-service {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.why-certified-service .title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}

.why-certified-service .subtitle {
    font-size: 17px;
    text-align: center;
    color: #848484;
}

.why-certified-service .more {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}

.why-certified-service .padding {
    padding: 10px 30px 30px 30px;
}

.why-certified-service .border {
    border: 1px solid #eaeaea;
    background: #fff;
}

.why-certified-service .border:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.populyarn__questions {
    width: 100%;
    background: #fff;
    position: relative;
}

.populyarn__questions-h2 {
    padding: 62px 0 32px 0;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    margin-bottom: 38px;
    display: inline-block;
}

.populyarn__questions-list {
    list-style: none;
    margin-top: 50px;
    padding-left: 100px;
}

.populyarn__questions-list>li {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    padding-bottom: 25px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

.populyarn__questions-list>li:before {
    content: '+';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #6a62c4;
    color: #6a62c4;
    font-size: 20px;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.populyarn__questions-list>li.active:before {
    content: '-';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #6a62c4;
    color: #6a62c4;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.chooseus span {
    margin-right: 2%;
}

.chooseus {
    display: flex;
}

.populyarn__questions-li-hide {
    padding-bottom: 18px;
    display: none;
    color: #626262;
    font-family: "Raleway", sans-serif;
    line-height: 25px;
}

.aboda__questions {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 33px;
}

.populyarn__questions-bttn {
    border: 1px solid #6adbd9;
    color: #6adbd9;
    font-size: 16px;
    line-height: 54px;
    padding: 0 42px;
    display: table;
    border-radius: 5px;
    margin: 20px auto 48px;
    font-family: 'circe-light';
}

.populyarn__questions-bttn:hover {
    border: 1px solid #000;
    color: #000;
}

.populyarn__questions-bttn:active {
    border: 1px solid #6adbd9;
    color: #fff;
    background: #6adbd9;
}

/***

====================================================================
	We service most makes and models
====================================================================

 ***/

.brands {
    padding: 30px 0;
}

.brands img {
    margin: 15px auto;
}

img.image_size_50 {
    max-width: 50%;
}

.brands .owl-carousel .item {
    padding: 10px 55px;
}

.brands .border_right {
    border-right: 1px solid #f8f8f8;
}

.brands .no_border_right {
    border-right: 1px solid transparent;
}

.brands .border_bottom {
    border-bottom: 1px solid #f8f8f8;
}

.brands .no_border_bottom {
    border-bottom: 1px solid transparent;
}

.brands .col-6 {
    margin: 0;
}

/***

====================================================================
	Carusel (Slider)
====================================================================

 ***/
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */

    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/

    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/

    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/

    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/

    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */

.owl-item.loading {
    min-height: 150px;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    background: #a2a2a2;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #6a62c4;
}

.owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
}

.owl-next:after {
    content: "\f105";
    font-family: FontAwesome;
}

.home_v2 .owl-controls .owl-dots {}

/***

====================================================================
	Contact us
====================================================================

 ***/

input,
textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: all .2s ease-out;
    border-color: #dadddf;
    color: #848e92;
}

input:focus,
textarea:focus {
    border-color: #a3a5a7;
}

.contact .title {
    margin: 0 0 60px 0;
}

.contact {
    padding: 90px 0;
    color: #7E7E7E;
}

.contact .fa {
    font-size: 19px;
}

.contact ul li {
    list-style: none;
}

.data-list li,
.data-list-alt li {
    padding-left: 45px;
    padding-bottom: 30px;
    position: relative;
}

.data-list-alt li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
}

.data-list .icon,
.data-list-alt .icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 130%;
    opacity: 0.4;
}

/***

====================================================================
	Map
====================================================================

 ***/

.map {}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 380px;
    width: 100%;
    border: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 33.25%;
}

.embed-responsive {
    overflow: visible;
    margin-top: 40px;
}

/***

====================================================================
	Footer
====================================================================

 ***/

.footer_up {
    background: #292929 url(../img/footer-bg-2.jpg);
    padding: 40px 0;
    background-size: cover;
    background-position: 50% 86%;
}

.footer_up h4 {
    color: #fff;
    font-weight: 500;
}

.footer_up p,
.footer_up a {
    color: #666;
}

.footer_up a:hover {
    color: #fff;
}

.footer_up .meta {
    display: block;
    margin-top: 10px;
    color: #fff;
}

.footer_up ul.white li {}

.footer_up ul.white li:before {
    border: 1px solid #666;
}

.footer-icons {
    list-style: none;
}

.footer-icons li {
    padding: 5px 0;
}

.footer-icons i {
    margin-right: 15px;
    width: 25px;
}

.subscribe {
    position: relative;
}

.subscribe i {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #a9a9a9;
    cursor: pointer;
}

.subscribe_btn {
    width: 40px;
    height: 40px;
    text-indent: -5000px;
    border: 0;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 9;
    background: transparent;
    cursor: pointer;
}

.populyarn__questions-list li.animation_left_to_right img {
    width: 25px;
}

.populyarn__questions-list li.animation_left_to_right p span {
    width: 180px;
    display: block;
}

.populyarn__questions-list li.animation_left_to_right p {
    display: flex;
}

/* .populyarn__questions-list li.animation_left_to_right {
    display: flex;
        align-items: flex-start;
} */
/* .populyarn__questions-list li.animation_left_to_right p {
    width: 180px;
} */
/***

====================================================================
	Footer
====================================================================

 ***/

.footer {
    background: #6A62C4;
    background: -webkit-linear-gradient(90deg, rgba(106, 98, 196, 1) 3%, rgba(34, 34, 34, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(106, 98, 196, 1) 3%, rgba(34, 34, 34, 1) 100%);
    background: linear-gradient(90deg, rgba(106, 98, 196, 1) 3%, rgba(34, 34, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6A62C4", endColorstr="#222222", GradientType=1);
    padding: 0 0;
    /* background-color: #222; */
    color: #fff;
}

.copyright {
    margin-top: 20px;
}

ul.social-network {
    list-style: none;
    display: inline;
    float: right;
    margin-left: 0 !important;
    margin-top: 15px;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

.social-circle li i {
    margin: 0;
    line-height: 33px;
    text-align: center;
}

.social-circle i {
    color: #bdbdbd;
    line-height: 58px;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle i:hover {
    color: #a5a5a5;
}

#back-top a {
    color: #ffffff;
}

#back-top {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #31aff5;
    /* font-size: 20px; */

    line-height: 36px;
    cursor: pointer;
    z-index: 9;
}

/***

====================================================================
	Shortcodes
====================================================================

 ***/


.home_form.animation_fade_in .popup_title {
    color: #fff;
}

.home_form.animation_fade_in .popup_subtitle {
    color: #fff;
}

.white-popup-block {
    background: #000000cf;
    padding: 20px 30px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.fix_background_on_scroll {
    background-attachment: fixed;
}

.light_font_style {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.normal_font_style {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.bold_font_style {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.shortcode_page .container {
    max-width: 960px;
}

.shortcode_page .scrollMenu {
    position: absolute;
}

.shortcode_page .menu_shortcode_page {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.shortcode_page .menu_shortcode_page .menu_inside {
    text-align: center;
    max-width: 250px;
    margin: auto;
}

.shortcode_page .menu_shortcode_page .menu_inside a {
    display: block;
    margin-bottom: 15px;
}

.shortcode_page .container1170 {
    max-width: 1170px;
    margin: auto;
}

.shortcode_page .btn {
    margin: 20px 5px 0px 5px;
    width: auto;
}

.select_color {
    padding: 40px 0;
    background: #f8f8f8;
}

.select_transparent {
    padding: 40px 0;
}

.select_color_2 {
    padding: 40px 0;
    background-color: #6a62c4;
}

.highlight {
    color: #6a62c4;
}

.medium_title {
    font-size: 32px;
}

.small_title {
    font-size: 22px;
}

.call_to_action_1 {
    background-color: #6a62c4;
    padding: 30px 0;
}

.call_to_action_2 {
    background-color: #6a62c4;
    padding: 30px 0;
}

.call_to_action_2 .title-white {
    text-align: left;
    font-weight: 200;
}

.call_to_action_2 .subtitle-white {
    text-align: left;
    font-size: 15px;
}

.call_to_action_2 i {
    font-size: 60px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 10px;
}

.call_to_action_2 a {
    text-align: right;
    float: right;
}

blockquote {
    position: relative;
    margin: 20px 0;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-left: 3px solid #e0e0e0;
    padding: 20px 25px;
    font-weight: 300;
}

blockquote.style_2 {
    border-right: 3px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

blockquote.style_3 {
    border-top: 3px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.fa {
    padding: 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fa:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.fa_color {
    color: #6a62c4;
}

.fa_2 {
    font-size: 2em !important;
}

.fa_3 {
    font-size: 4em !important;
}

.fa_4 {
    font-size: 7em !important;
}

.fa_5 {
    font-size: 12em !important;
}

.fa_6 {
    font-size: 20em !important;
}

/* accordion */

.accordion {}

.accordion .block {
    border: 1px solid #f0f0f0;
    margin: 20px 0;
}

.accordion .round,
.accordion .round {
    border-radius: 50px;
}

.round_block {
    border-radius: 50px;
}

.round_block.block.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.5s;
}

.accordion .accordion_title {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding: 15px 15px 15px 45px;
    color: #606060;
    position: relative;
    cursor: pointer;
    background-color: rgb(242, 240, 240);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, rgb(251, 249, 249)), color-stop(0.5, rgb(247, 245, 246)), to(rgb(248, 248, 248)));
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px;
}

.accordion .active .accordion_title {
    border-bottom: 1px solid #ebebeb;
}

.accordion .block .accordion_title:before {
    content: '+';
    position: absolute;
    top: 17px;
    left: 15px;
    width: 20px;
    height: 20px;
    line-height: 17px;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}

.accordion .active .accordion_title:before {
    content: '-';
    position: absolute;
    top: 17px;
    left: 15px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

.accordion .accordion_hide {
    padding-top: 18px;
    display: none;
    color: #626262;
    padding: 15px;
}

/* massony gallery */

.masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

.masonry img {
    display: inline-block;
    margin: 0 0 5px;
    width: 100%;
    box-shadow: 2px 2px 4px 0 #ccc;
}

.gallery_style_2 {
    column-gap: 0;
    line-height: 0;
}

.gallery_style_2 img {
    margin: 0px 5px 5px 5px;
}

/**/
/* ligtbox and pop up */
/* animation from ligtbox and pop up */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

/* timer */

.bg_waiting {
    background: url(https://placehold.it/900?text=Placehold);
    background-size: cover;
}

.waiting {
    background: url(https://placehold.it/900?text=Placehold);
    line-height: 0;
    background-position: 50% 50%;
    background-size: cover;
    height: 600px;
}

.big_padding {
    padding: 150px 0;
}

.z_index {
    z-index: 1;
    position: relative;
}

.black_bg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    position: absolute !important;
    z-index: 6;
}

.timer_block {
    padding: 15px 15px;
    background: #fff;
}

.timer_desc {
    font-size: 20px;
    text-align: center;
    color: #DF1515;
    line-height: 19px;
    margin-bottom: 20px;
}

.timer {
    text-align: center;
}

.timer .day_block,
.timer .hour_block,
.timer .min_block,
.timer .sec_block {
    padding: 10px 30px;
    font-weight: 300;
    display: inline-block;
    position: relative;
}

.timer .sec_block {
    border: 0;
}

.timer .day,
.timer .hour,
.timer .min,
.timer .sec {
    font-size: 60px;
    line-height: 90px;
    font-weight: 800;
}

.timer .desc {
    font-size: 16px;
    /* line-height: 0; */
}

.timer_style_2 {
    background: #f8f8f8;
}

.timer_style_2 .day_block,
.timer_style_2 .hour_block,
.timer_style_2 .min_block {
    border-right: 1px solid #efefef;
}

.quote {
    position: relative;
    margin: 0 1px;
    display: block;
    padding: 0 100px;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    line-height: 1.87;
    border: none;
}

.quote:before {
    left: 0;
    content: "\f10d";
}

.quote:after {
    right: 0;
    content: "\f10e";
}

.quote:before,
.quote:after {
    font-family: FontAwesome;
    position: absolute;
    top: 20%;
    color: #6a62c4;
    font-size: 25px;
}

/* home v4 car wash*/

.testimonials_title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.31);
    border-radius: 5px;
    padding: 20px;
}

.testimonials p {
    color: #fff;
    font-size: 15px;
    text-transform: initial;
    line-height: 1.87;
    margin-top: 20px;
}

.testimonials .title_and_subtitle_center_for_slider {
    top: 30%;
}

.testimonials div:not(.owl-controls) {
    background-size: cover;
    position: relative;
}

.testimonials [class*="slide_"] {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.testimonials {
    position: relative;
}

.testimonials .subtitle-white {
    text-transform: capitalize;
}

.testimonials .testimonials_slide_1 {
    background: url('../img/testimonials_1.jpg') 50% 50% no-repeat;
}

.testimonials .testimonials_slide_2 {
    background: url('../img/testimonials_2.jpg') 50% 50% no-repeat;
}

.testimonials div.slide_title {
    position: relative;
}

.testimonials .col-3,
.testimonials .col-7 {
    margin-bottom: 0;
}

.testimonials .info {
    float: right;
}

.testimonials .info .phone {
    color: #fff;
    font-size: 30px;
    text-align: right;
    margin-bottom: 10px;
}

.testimonials .order {
    padding: 10px 20px;
    margin-top: -10px;
}

.testimonials .line-white {
    margin: 25px 0 5px 0;
}

.testimonials .header {
    position: absolute;
    z-index: 10;
}

.testimonials .owl-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.testimonials .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    zoom: 1;
    margin: 0;
    color: #FFF;
    opacity: .6;
    font-size: 45px;
}

.testimonials .owl-controls .owl-nav .owl-prev {
    left: 25px;
}

.testimonials .owl-controls .owl-nav .owl-next {
    right: 25px;
}

.testimonials .btn {
    font-size: 16px;
    margin-top: 60px;
}

.testimonials .btn i {
    border-right: 1px solid rgba(255, 255, 255, 0.27);
    padding-right: 10px;
    margin-right: 10px;
}

/* tables */

table {
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 20px;
    color: #000000;
    width: 100%;
}

th.empty {
    background: #fff;
}

tr.empty:hover {
    background: #fff;
}

th {
    background-color: #6a62c4;
    font-weight: normal;
    font-size: 15px;
    padding: 15px 20px;
    color: #fff;
    border-right: 1px solid #d7d7d7;
}

tbody tr {}

tbody tr:nth-child(even) {
    background-color: #ffffff;
}

tbody tr:hover {
    background-color: #eaeaea;
}

td {
    padding: 15px 20px;
    border: #d7d7d7 1px solid;
}

/* FRON END */

.select {
    background: #f8f8f8;
    padding: 40px 0;
}

.concept {
    padding: 40px 0;
}

.screenshot_concept .btn {
    padding: 5px 20px;
    margin-bottom: 15px;
}

.concept .design_name {
    color: #656464;
    margin: 10px 0 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}

.screenshot_concept {
    padding: 0 0 15px 0;
}

.screenshot_concept:hover {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.screenshot_concept:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.template {
    padding: 40px 0;
}

.template img {
    border: 1px solid #efefef;
}

.template .design_name {
    color: #8e8e8e;
    text-transform: uppercase;
}

/* extra shortcode */

.color_white {
    color: #fff;
}

.color_black {
    color: #fff;
}

.no_margin {
    margin: 0;
}

.no_padding {
    padding: 0;
}

.space20 {
    margin-bottom: 20px;
}

.space30 {
    margin-bottom: 30px;
}

.space40 {
    margin-bottom: 40px;
}

.space50 {
    margin-bottom: 50px;
}

.space55 {
    margin-bottom: 55px;
}

.space60 {
    margin-bottom: 60px;
}

.space70 {
    margin-bottom: 70px;
}

.space80 {
    margin-bottom: 80px;
}

.space90 {
    margin-bottom: 90px;
}

.space100 {
    margin-bottom: 100px;
}

.space110 {
    margin-bottom: 110px;
}

.space120 {
    margin-bottom: 120px;
}

.space130 {
    margin-bottom: 130px;
}

.space140 {
    margin-bottom: 140px;
}

.space150 {
    margin-bottom: 150px;
}

.space160 {
    margin-bottom: 160px;
}

.space170 {
    margin-bottom: 170px;
}

.space180 {
    margin-bottom: 180px;
}

.space190 {
    margin-bottom: 190px;
}

.space200 {
    margin-bottom: 200px;
}

.margin-top-20 {
    margin-top: 20px;
}

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

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
    margin-left: 0;
}

.text_right {
    text-align: right;
}

.text_style {
    text-transform: capitalize;
}

/* ==========================================================================
   Statistics
   ========================================================================== */

.statistics_achieved {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    color: #848e92;
    padding-top: 6px;
    letter-spacing: .5px;
}

.statistics i {
    font-size: 40px;
    color: #6a62c4;
}

/* ==========================================================================
   Video tour
   ========================================================================== */

.video-tour {
    background: url(../img/bg-video-tour.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    height: 330px;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.video-tour::before {
    background: rgba(0, 0, 0, 0.3);
}

.video-tour::before {
    background: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.video-tour h2 {
    margin: 0;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-tour h2 em {
    font-weight: 800;
    font-size: 30px;
    font-style: normal;
}

.video-tour h2 span {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    vertical-align: middle;
}

.video-tour h2 em,
.video-tour h2 span {
    display: block;
}

.video-tour .play-btn {
    font-size: 16px;
    margin: 24px 0;
    vertical-align: middle;
}

.video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    max-width: 100%;
}

.play-btn {
    width: 81px;
    height: 81px;
    line-height: 90px;
    background-color: rgb(237, 94, 41);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all .8s ease;
}

.play-btn:hover {
    background-color: rgba(49, 175, 245, 0.68);
}

.play-btn i {
    color: #fff;
}

.video-tour h2 em,
.video-tour h2 span {
    display: inline;
}

/***

====================================================================
	Content
====================================================================

 ***/

.content_img {
    line-height: 0;
}

.content_img img {
    max-height: 600px;
}

.content_text {
    padding: 0 30px;
}

/* preloader style start */

.loader {
    position: fixed;
    z-index: 1200;
    display: table;
    height: 100%;
    width: 100%;
}

.bg-white {
    background-color: #fff;
}

.loader-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.ball-pulse-sync>div,
.ball-pulse>div {
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block;
}

.ball-pulse-sync>div,
.ball-pulse>div,
.ball-scale>div {
    background-color: #fff;
    border-radius: 100%;
}

.ball-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* preloader color */

.ball-pulse-color>div {
    background-color: #6a62c4 !important;
}

.ball-pulse-sync>div,
.ball-pulse>div {
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block
}

.ball-pulse-sync>div,
.ball-pulse>div,
.ball-scale>div {
    background-color: #fff;
    border-radius: 100%
}

@-webkit-keyframes scale {

    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

@keyframes scale {

    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

.ball-pulse>div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ball-pulse-sync>div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -.07s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.07s infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out
}

.ball-pulse-sync>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

.ball-scale>div {
    height: 60px;
    width: 60px;
    animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random>div,
.ball-scale>div {
    display: inline-block;
    margin: 2px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random {
    width: 37px;
    height: 40px
}

.ball-scale-random>div {
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    height: 30px;
    width: 30px;
    animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-rotate>div,
.ball-rotate>div:after,
.ball-rotate>div:before {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%
}

.ball-rotate,
.ball-rotate>div {
    position: relative
}

.ball-scale-random>div:nth-child(1) {
    margin-left: -7px;
    -webkit-animation: ball-scale 1s .2s ease-in-out infinite;
    animation: ball-scale 1s .2s ease-in-out infinite
}

.ball-scale-random>div:nth-child(3) {
    margin-left: -2px;
    margin-top: 9px;
    -webkit-animation: ball-scale 1s .5s ease-in-out infinite;
    animation: ball-scale 1s .5s ease-in-out infinite
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ball-rotate>div {
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ball-rotate>div:first-child {
    -webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
    animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite
}

.ball-rotate>div:after,
.ball-rotate>div:before {
    margin: 2px;
    content: "";
    position: absolute;
    opacity: .8
}

.ball-rotate>div:before {
    top: 0;
    left: -28px
}

.ball-rotate>div:after {
    top: 0;
    left: 25px
}

.ball-clip-rotate>div {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: 0 0 !important;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

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

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.ball-clip-rotate-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%
}

.ball-clip-rotate-pulse>div:first-child {
    background: #fff;
    height: 16px;
    width: 16px;
    top: 7px;
    left: -7px;
    -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

.ball-clip-rotate-pulse>div:last-child {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -16px;
    top: -2px;
    background: 0 0;
    border: 2px solid;
    border-color: #fff transparent;
    -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

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

.ball-clip-rotate-multiple {
    position: relative
}

.ball-clip-rotate-multiple>div {
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

.ball-scale-ripple>div {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.ball-scale-ripple-multiple>div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.ball-scale-ripple-multiple>div:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.ball-scale-ripple-multiple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-ripple-multiple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-ripple-multiple>div {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

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

@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

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

.ball-beat>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear
}

.ball-beat>div:nth-child(2n-1) {
    -webkit-animation-delay: -.35s !important;
    animation-delay: -.35s !important
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

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

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

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

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-multiple>div {
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }

    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }

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

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }

    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }

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

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }

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

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }

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

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }

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

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }

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

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.99px, -37.51px);
    -ms-transform: translate(-29.99px, -37.51px);
    transform: translate(-29.99px, -37.51px)
}

.ball-triangle-path>div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(2),
.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out
}

.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.ball-pulse-rise>div,
.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: infinite
}

.ball-triangle-path>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff
}

.ball-grid-beat>div,
.ball-pulse-rise>div {
    background-color: #fff;
    height: 15px;
    border-radius: 100%;
    margin: 2px
}

.ball-triangle-path>div:nth-of-type(1) {
    top: 50px
}

.ball-triangle-path>div:nth-of-type(2) {
    left: 25px
}

.ball-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

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

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

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

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.ball-pulse-rise>div {
    width: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-iteration-count: infinite;
    animation-delay: 0
}

.ball-pulse-rise>div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even
}

.ball-pulse-rise>div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd
}

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

.ball-grid-beat {
    width: 57px
}

.ball-grid-beat>div:nth-child(1) {
    -webkit-animation-delay: .21s;
    animation-delay: .21s;
    -webkit-animation-duration: .63s;
    animation-duration: .63s
}

.ball-grid-beat>div:nth-child(2) {
    -webkit-animation-delay: -.08s;
    animation-delay: -.08s;
    -webkit-animation-duration: .94s;
    animation-duration: .94s
}

.ball-grid-beat>div:nth-child(3) {
    -webkit-animation-delay: .59s;
    animation-delay: .59s;
    -webkit-animation-duration: 1.37s;
    animation-duration: 1.37s
}

.ball-grid-beat>div:nth-child(4) {
    -webkit-animation-delay: .06s;
    animation-delay: .06s;
    -webkit-animation-duration: 1.05s;
    animation-duration: 1.05s
}

.ball-grid-beat>div:nth-child(5) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
    -webkit-animation-duration: 1.59s;
    animation-duration: 1.59s
}

.ball-grid-beat>div:nth-child(6) {
    -webkit-animation-delay: .74s;
    animation-delay: .74s;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.ball-grid-beat>div:nth-child(7) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    -webkit-animation-duration: 1.45s;
    animation-duration: 1.45s
}

.ball-grid-beat>div:nth-child(8) {
    -webkit-animation-delay: .26s;
    animation-delay: .26s;
    -webkit-animation-duration: .73s;
    animation-duration: .73s
}

.ball-grid-beat>div:nth-child(9) {
    -webkit-animation-delay: .38s;
    animation-delay: .38s;
    -webkit-animation-duration: .97s;
    animation-duration: .97s
}

.ball-grid-beat>div {
    width: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ball-grid-beat;
    animation-name: ball-grid-beat;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ball-grid-beat>div,
.ball-grid-pulse>div {
    display: inline-block;
    float: left;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

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

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

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

.ball-grid-pulse {
    width: 57px
}

.ball-grid-pulse>div,
.ball-spin-fade-loader>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px
}

.ball-grid-pulse>div:nth-child(1) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    -webkit-animation-duration: .71s;
    animation-duration: .71s
}

.ball-grid-pulse>div:nth-child(2) {
    -webkit-animation-delay: -.13s;
    animation-delay: -.13s;
    -webkit-animation-duration: 1.23s;
    animation-duration: 1.23s
}

.ball-grid-pulse>div:nth-child(3) {
    -webkit-animation-delay: .53s;
    animation-delay: .53s;
    -webkit-animation-duration: 1.36s;
    animation-duration: 1.36s
}

.ball-grid-pulse>div:nth-child(4) {
    -webkit-animation-delay: .38s;
    animation-delay: .38s;
    -webkit-animation-duration: .79s;
    animation-duration: .79s
}

.ball-grid-pulse>div:nth-child(5) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s
}

.ball-grid-pulse>div:nth-child(6) {
    -webkit-animation-delay: .46s;
    animation-delay: .46s;
    -webkit-animation-duration: 1.56s;
    animation-duration: 1.56s
}

.ball-grid-pulse>div:nth-child(7) {
    -webkit-animation-delay: -.07s;
    animation-delay: -.07s;
    -webkit-animation-duration: 1.17s;
    animation-duration: 1.17s
}

.ball-grid-pulse>div:nth-child(8) {
    -webkit-animation-delay: .31s;
    animation-delay: .31s;
    -webkit-animation-duration: 1.45s;
    animation-duration: 1.45s
}

.ball-grid-pulse>div:nth-child(9) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-duration: 1.13s;
    animation-duration: 1.13s
}

.ball-grid-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

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

@keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

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

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px
}

.ball-spin-fade-loader>div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
    animation: ball-spin-fade-loader 1s -.96s infinite linear
}

.ball-spin-fade-loader>div:nth-child(2) {
    top: 17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
    animation: ball-spin-fade-loader 1s -.84s infinite linear
}

.ball-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
    animation: ball-spin-fade-loader 1s -.72s infinite linear
}

.ball-spin-fade-loader>div:nth-child(4) {
    top: -17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
    animation: ball-spin-fade-loader 1s -.6s infinite linear
}

.ball-spin-fade-loader>div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
    animation: ball-spin-fade-loader 1s -.48s infinite linear
}

.ball-spin-fade-loader>div:nth-child(6) {
    top: -17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
    animation: ball-spin-fade-loader 1s -.36s infinite linear
}

.ball-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
    animation: ball-spin-fade-loader 1s -.24s infinite linear
}

.ball-spin-fade-loader>div:nth-child(8) {
    top: 17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
    animation: ball-spin-fade-loader 1s -.12s infinite linear
}

.ball-spin-fade-loader>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

.ball-spin-loader {
    position: relative
}

.ball-spin-loader>span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s .9s infinite linear;
    animation: ball-spin-loader 2s .9s infinite linear
}

.ball-spin-loader>span:nth-child(2) {
    top: 30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
    animation: ball-spin-loader 2s 1.8s infinite linear
}

.ball-spin-loader>span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
    animation: ball-spin-loader 2s 2.7s infinite linear
}

.ball-spin-loader>span:nth-child(4) {
    top: -30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
    animation: ball-spin-loader 2s 3.6s infinite linear
}

.ball-spin-loader>span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
    animation: ball-spin-loader 2s 4.5s infinite linear
}

.ball-spin-loader>span:nth-child(6) {
    top: -30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
    animation: ball-spin-loader 2s 5.4s infinite linear
}

.ball-spin-loader>span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
    animation: ball-spin-loader 2s 6.3s infinite linear
}

.ball-spin-loader>span:nth-child(8) {
    top: 30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
    animation: ball-spin-loader 2s 7.2s infinite linear
}

.ball-spin-loader>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green
}

.ball-zig-zag-deflect>div,
.ball-zig-zag>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px 2px 2px 15px;
    top: 4px;
    left: -7px
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

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

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

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

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

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

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

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

.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}

.ball-zig-zag>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}

.ball-zig-zag>div:first-child {
    -webkit-animation: ball-zig .7s 0s infinite linear;
    animation: ball-zig .7s 0s infinite linear
}

.ball-zig-zag>div:last-child {
    -webkit-animation: ball-zag .7s 0s infinite linear;
    animation: ball-zag .7s 0s infinite linear
}

@-webkit-keyframes ball-zig-deflect {

    17%,
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    34%,
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zig-deflect {

    17%,
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    34%,
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-zag-deflect {

    17%,
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    34%,
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zag-deflect {

    17%,
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    34%,
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}

.ball-zig-zag-deflect>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}

.ball-zig-zag-deflect>div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear
}

.ball-zig-zag-deflect>div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear
}

@-webkit-keyframes line-scale {

    0%,
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@keyframes line-scale {

    0%,
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

.line-scale>div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div {
    animation-fill-mode: both;
    display: inline-block
}

.line-scale-party>div,
.line-scale>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    width: 4px;
    height: 35px;
    -webkit-animation-fill-mode: both
}

@-webkit-keyframes line-scale-party {

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

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes line-scale-party {

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

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.line-scale-party>div:nth-child(1) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-duration: .35s;
    animation-duration: .35s
}

.line-scale-party>div:nth-child(2) {
    -webkit-animation-delay: .68s;
    animation-delay: .68s;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.line-scale-party>div:nth-child(3) {
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
    -webkit-animation-duration: .39s;
    animation-duration: .39s
}

.line-scale-party>div:nth-child(4) {
    -webkit-animation-delay: .17s;
    animation-delay: .17s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.line-scale-party>div {
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes line-scale-pulse-out {

    0%,
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@keyframes line-scale-pulse-out {

    0%,
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

.line-scale-pulse-out>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
    animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85)
}

.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
    -webkit-animation-delay: -.4s !important;
    animation-delay: -.4s !important
}

.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
    -webkit-animation-delay: -.2s !important;
    animation-delay: -.2s !important
}

@-webkit-keyframes line-scale-pulse-out-rapid {

    0%,
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

@keyframes line-scale-pulse-out-rapid {

    0%,
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

.line-scale-pulse-out-rapid>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
    animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78)
}

.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
    -webkit-animation-delay: -.25s !important;
    animation-delay: -.25s !important
}

.line-scale-pulse-out-rapid>div:nth-child(1),
.line-scale-pulse-out-rapid>div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px
}

.line-spin-fade-loader>div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
}

.line-spin-fade-loader>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px
}

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.triangle-skew-spin>div {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.square-spin>div {
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

.pacman>div:first-of-type,
.pacman>div:nth-child(2) {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    position: relative;
    left: -30px
}

@-webkit-keyframes rotate_pacman_half_up {

    0%,
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate_pacman_half_up {

    0%,
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate_pacman_half_down {

    0%,
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotate_pacman_half_down {

    0%,
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}

.pacman {
    position: relative
}

.pacman>div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -.66s infinite linear;
    animation: pacman-balls 1s -.66s infinite linear
}

.pacman>div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -.33s infinite linear;
    animation: pacman-balls 1s -.33s infinite linear
}

.pacman>div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear
}

.pacman>div:first-of-type {
    -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
    animation: rotate_pacman_half_up .5s 0s infinite
}

.pacman>div:nth-child(2) {
    -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
    animation: rotate_pacman_half_down .5s 0s infinite;
    margin-top: -50px
}

.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
    -ms-transform: translate(0, -6.25px);
    transform: translate(0, -6.25px);
    top: 25px;
    left: 70px
}

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px)
}

.cube-transition>div {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
    animation: cube-transition 1.6s 0s infinite ease-in-out
}

.cube-transition>div:last-child {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden
}

.semi-circle-spin>div {
    position: absolute;
    border-width: 0;
    border-radius: 100%;
    -webkit-animation: spin-rotate .6s 0s infinite linear;
    animation: spin-rotate .6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
    background-image: linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
    width: 100%;
    height: 100%
}

/* preloader style finish */
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/

.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(8%);
    }

    65% {
        transform: translateY(-4%);
    }

    80% {
        transform: translateY(4%);
    }

    95% {
        transform: translateY(-2%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    65% {
        -webkit-transform: translateY(-4%);
    }

    80% {
        -webkit-transform: translateY(4%);
    }

    95% {
        -webkit-transform: translateY(-2%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

/*
==============================================
slideUp
==============================================
*/

.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    50% {
        transform: translateY(-8%);
    }

    65% {
        transform: translateY(4%);
    }

    80% {
        transform: translateY(-4%);
    }

    95% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
    }

    50% {
        -webkit-transform: translateY(-8%);
    }

    65% {
        -webkit-transform: translateY(4%);
    }

    80% {
        -webkit-transform: translateY(-4%);
    }

    95% {
        -webkit-transform: translateY(2%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

/*
==============================================
slideLeft
==============================================
*/

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }

    50% {
        transform: translateX(-8%);
    }

    65% {
        transform: translateX(4%);
    }

    80% {
        transform: translateX(-4%);
    }

    95% {
        transform: translateX(2%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }

    50% {
        -webkit-transform: translateX(-8%);
    }

    65% {
        -webkit-transform: translateX(4%);
    }

    80% {
        -webkit-transform: translateX(-4%);
    }

    95% {
        -webkit-transform: translateX(2%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

/*
==============================================
slideRight
==============================================
*/

.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }

    50% {
        transform: translateX(8%);
    }

    65% {
        transform: translateX(-4%);
    }

    80% {
        transform: translateX(4%);
    }

    95% {
        transform: translateX(-2%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }

    50% {
        -webkit-transform: translateX(8%);
    }

    65% {
        -webkit-transform: translateX(-4%);
    }

    80% {
        -webkit-transform: translateX(4%);
    }

    95% {
        -webkit-transform: translateX(-2%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

/*
==============================================
slideExpandUp
==============================================
*/

.slideExpandUp {
    animation-name: slideExpandUp;
    -webkit-animation-name: slideExpandUp;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease -out;
    visibility: visible !important;
}

@keyframes slideExpandUp {
    0% {
        transform: translateY(100%) scaleX(0.5);
    }

    30% {
        transform: translateY(-8%) scaleX(0.5);
    }

    40% {
        transform: translateY(2%) scaleX(0.5);
    }

    50% {
        transform: translateY(0%) scaleX(1.1);
    }

    60% {
        transform: translateY(0%) scaleX(0.9);
    }

    70% {
        transform: translateY(0%) scaleX(1.05);
    }

    80% {
        transform: translateY(0%) scaleX(0.95);
    }

    90% {
        transform: translateY(0%) scaleX(1.02);
    }

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

@-webkit-keyframes slideExpandUp {
    0% {
        -webkit-transform: translateY(100%) scaleX(0.5);
    }

    30% {
        -webkit-transform: translateY(-8%) scaleX(0.5);
    }

    40% {
        -webkit-transform: translateY(2%) scaleX(0.5);
    }

    50% {
        -webkit-transform: translateY(0%) scaleX(1.1);
    }

    60% {
        -webkit-transform: translateY(0%) scaleX(0.9);
    }

    70% {
        -webkit-transform: translateY(0%) scaleX(1.05);
    }

    80% {
        -webkit-transform: translateY(0%) scaleX(0.95);
    }

    90% {
        -webkit-transform: translateY(0%) scaleX(1.02);
    }

    100% {
        -webkit-transform: translateY(0%) scaleX(1);
    }
}

/*
==============================================
expandUp
==============================================
*/

.expandUp {
    animation-name: expandUp;
    -webkit-animation-name: expandUp;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes expandUp {
    0% {
        transform: translateY(100%) scale(0.6) scaleY(0.5);
    }

    60% {
        transform: translateY(-7%) scaleY(1.12);
    }

    75% {
        transform: translateY(3%);
    }

    100% {
        transform: translateY(0%) scale(1) scaleY(1);
    }
}

@-webkit-keyframes expandUp {
    0% {
        -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
    }

    60% {
        -webkit-transform: translateY(-7%) scaleY(1.12);
    }

    75% {
        -webkit-transform: translateY(3%);
    }

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

/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    60% {
        -webkit-transform: scale(1.1);
    }

    80% {
        -webkit-transform: scale(0.9);
        opacity: 1;
    }

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

/*
==============================================
expandOpen
==============================================
*/

.expandOpen {
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

@keyframes expandOpen {
    0% {
        transform: scale(1.8);
    }

    50% {
        transform: scale(0.95);
    }

    80% {
        transform: scale(1.05);
    }

    90% {
        transform: scale(0.98);
    }

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

@-webkit-keyframes expandOpen {
    0% {
        -webkit-transform: scale(1.8);
    }

    50% {
        -webkit-transform: scale(0.95);
    }

    80% {
        -webkit-transform: scale(1.05);
    }

    90% {
        -webkit-transform: scale(0.98);
    }

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

/*
==============================================
bigEntrance
==============================================
*/

.bigEntrance {
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

@keyframes bigEntrance {
    0% {
        transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }

    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }

    45% {
        transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    75% {
        transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    90% {
        transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
}

/*
==============================================
hatch
==============================================
*/

.hatch {
    animation-name: hatch;
    -webkit-animation-name: hatch;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    visibility: visible !important;
}

@keyframes hatch {
    0% {
        transform: rotate(0deg) scaleY(0.6);
    }

    20% {
        transform: rotate(-2deg) scaleY(1.05);
    }

    35% {
        transform: rotate(2deg) scaleY(1);
    }

    50% {
        transform: rotate(-2deg);
    }

    65% {
        transform: rotate(1deg);
    }

    80% {
        transform: rotate(-1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0deg) scaleY(0.6);
    }

    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05);
    }

    35% {
        -webkit-transform: rotate(2deg) scaleY(1);
    }

    50% {
        -webkit-transform: rotate(-2deg);
    }

    65% {
        -webkit-transform: rotate(1deg);
    }

    80% {
        -webkit-transform: rotate(-1deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

/*
==============================================
bounce
==============================================
*/

.bounce {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
    0% {
        transform: translateY(0%) scaleY(0.6);
    }

    60% {
        transform: translateY(-100%) scaleY(1.1);
    }

    70% {
        transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }

    80% {
        transform: translateY(0%) scaleY(1.05) scaleX(1);
    }

    90% {
        transform: translateY(0%) scaleY(0.95) scaleX(1);
    }

    100% {
        transform: translateY(0%) scaleY(1) scaleX(1);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0%) scaleY(0.6);
    }

    60% {
        -webkit-transform: translateY(-100%) scaleY(1.1);
    }

    70% {
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }

    80% {
        -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
    }

    90% {
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
    }

    100% {
        -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
    }
}

/*
==============================================
pulse
==============================================
*/

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

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

    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}

/*
==============================================
floating
==============================================
*/

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

/*
==============================================
tossing
==============================================
*/

.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
    0% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-4deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-4deg);
    }

    50% {
        -webkit-transform: rotate(4deg);
    }

    100% {
        -webkit-transform: rotate(-4deg);
    }
}

/*
==============================================
pullUp
==============================================
*/

.pullUp {
    animation-name: pullUp;
    -webkit-animation-name: pullUp;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
    0% {
        transform: scaleY(0.1);
    }

    40% {
        transform: scaleY(1.02);
    }

    60% {
        transform: scaleY(0.98);
    }

    80% {
        transform: scaleY(1.01);
    }

    100% {
        transform: scaleY(0.98);
    }

    80% {
        transform: scaleY(1.01);
    }

    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(0.1);
    }

    40% {
        -webkit-transform: scaleY(1.02);
    }

    60% {
        -webkit-transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.01);
    }

    100% {
        -webkit-transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.01);
    }

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

/*
==============================================
pullDown
==============================================
*/

.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
    0% {
        transform: scaleY(0.1);
    }

    40% {
        transform: scaleY(1.02);
    }

    60% {
        transform: scaleY(0.98);
    }

    80% {
        transform: scaleY(1.01);
    }

    100% {
        transform: scaleY(0.98);
    }

    80% {
        transform: scaleY(1.01);
    }

    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1);
    }

    40% {
        -webkit-transform: scaleY(1.02);
    }

    60% {
        -webkit-transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.01);
    }

    100% {
        -webkit-transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.01);
    }

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

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft {
    animation-name: stretchLeft;
    -webkit-animation-name: stretchLeft;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
    0% {
        transform: scaleX(0.3);
    }

    40% {
        transform: scaleX(1.02);
    }

    60% {
        transform: scaleX(0.98);
    }

    80% {
        transform: scaleX(1.01);
    }

    100% {
        transform: scaleX(0.98);
    }

    80% {
        transform: scaleX(1.01);
    }

    100% {
        transform: scaleX(1);
    }
}

@-webkit-keyframes stretchLeft {
    0% {
        -webkit-transform: scaleX(0.3);
    }

    40% {
        -webkit-transform: scaleX(1.02);
    }

    60% {
        -webkit-transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
    }

    100% {
        -webkit-transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
    }

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

/*
==============================================
stretchRight
==============================================
*/

.stretchRight {
    visibility: visible !important;
}

.stretchRight {
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
    0% {
        transform: scaleX(0.3);
    }

    40% {
        transform: scaleX(1.02);
    }

    60% {
        transform: scaleX(0.98);
    }

    80% {
        transform: scaleX(1.01);
    }

    100% {
        transform: scaleX(0.98);
    }

    80% {
        transform: scaleX(1.01);
    }

    100% {
        transform: scaleX(1);
    }
}

@-webkit-keyframes stretchRight {
    0% {
        -webkit-transform: scaleX(0.3);
    }

    40% {
        -webkit-transform: scaleX(1.02);
    }

    60% {
        -webkit-transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
    }

    100% {
        -webkit-transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
    }

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

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* animation finish  */
/* Style from 1025px and bigger display */

@media screen and (min-width: 1025px) {
    .menu-button {
        display: none;
    }
}

/***

====================================================================
	Responsive Style
====================================================================

 ***/

@media only screen and (max-width: 1024px) {
    .header {
        display: none;
    }

    ul.sb-menu:before {
        content: "";
        background: url(../img/logo-white.png);
               background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 138px;
        margin: auto;
        background-position: center;
    }


    .mobile-header {
        width: 100%;
        text-align: center;
        text-align: center;
        display: block;
        padding: 10px 0;
    }

    .mobile-header .col-left {
        width: 15%;
        float: left;
        border-right: 1px solid #efefef;
    }

    .mobile-header .col-center {
        width: 70%;
        float: left;
    }

    .mobile-header .col-right {
        width: 15%;
        float: left;
        line-height: 0;
        padding: 15px 0;
        border-left: 1px solid #efefef;
    }

    .mobile-header a.col-right {
        color: #000;
        font-size: 18px;
    }

    .navicon-line {
        width: 24px;
        height: 2px;
        border-radius: 1px;
        margin: 3px auto 0;
        background-color: #000;
    }

    .mobile-header .logo {
        width: 140px;
        height: 50px;
        display: block;
        background: url("../img/logo-black.png") no-repeat center center;
        margin: auto;
        position: relative;
        background-size: cover;
    }




    .sb-menu {
        /* Apply to <ul> or <ol>. */

        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .sb-menu li {
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        /* Will lighten any background colour you set. */

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        /* Will darken any background colour you set. */
    }

    .sb-menu>li:first-child {
        /*
        border-top: none;
         Removes top border from first list item.. */
    }

    .sb-menu>li:last-child {
        border-bottom: none;
        /* Removed bottom border from last list item. */
    }

    .sb-menu li a {
        width: 100%;
        display: inline-block;
        padding: 0.7em 1em;
        color: #eee;
        font-weight: 500;
        text-transform: uppercase;
    }

    .sb-menu li.btn_order {
        padding: 15px;
    }

    /* Borders */

    .sb-left .sb-menu li a {
        border-left: 3px solid transparent;
    }

    .sb-right .sb-menu li a {
        border-right: 3px solid transparent;
    }

    /* Left */

    .sb-menu li .sb-open-right,
    .sb-menu li small {
        display: inline-block;
        padding: 14px;
    }

    .sb-menu li img {
        margin: 14px;
    }

    /* Slidebar Type */

    .sb-slidebar,
    .sb-slidebar h3 {
        color: #F0F0F0;
    }

    .sb-slidebar ul.sb-nav li a {
        color: #DEDEDE;
    }

    ul.sb-menu li a.current {
        background: #151414;
    }

    .navbar-left {
        display: block;
        padding: 15px 0;
    }




}

/* Style from  768px to 1024px (ipad and others) */

@media only screen and (min-width: 768px) and (max-width: 1024px) {


    .header-social {
        display: none;
    }

    .timer .day_block,
    .timer .hour_block,
    .timer .min_block,
    .timer .sec_block {
        padding: 10px;
    }

    .timer .day,
    .timer .hour,
    .timer .min,
    .timer .sec {
        font-size: 28px;
    }

    .timer .day:after,
    .timer .hour:after,
    .timer .min:after {
        font-size: 18px;
        margin-top: 5px;
        margin-left: 12px;
    }

    .fix_background_on_scroll {
        background-attachment: initial !important;
    }

    .title-white,
    .title-black,
    .call_to_action_wash_info {
        font-size: 35px;
        line-height: 40px;
    }

    /* more abount us */

    .more-about-us .col-3 {
        width: 50%;
    }

    /* service */

    .service ul.tabs li {
        padding: 5px;
    }

    .service .service_title {
        font-size: 16px;
    }

    .all_services .col-2 {
        width: 50%;
    }

    .all_services .col-2.no_padding.no_margin {
        width: 100%;
    }

    .all_services .col-2.no_margin.content_text {
        width: 100%;
    }

    /* why_choose_certified_service */

    .why_choose_certified_service .col-2 {
        width: 50%;
    }

    .populyarn__questions-list {
        margin-top: 0px;
        padding-left: 0px;
    }

    .action {
        bottom: 0;
    }
}

/* Style from max width 767 (iphone 3,4,5,6 and others small when ipad)*/

@media only screen and (max-width: 767px) {
.sb-slidebar.sb-left.sb-active {
    background: linear-gradient(
270deg, rgba(106, 98, 196, 1) 9%, rgba(34, 34, 34, 1) 107%);}

    .animation-header .top_menu {
        float: none;
        padding-left: 0px;
    }

    .header-social {
        display: none;
    }

    .action {
        bottom: 0;
    }

    .flexnav.one-page {}

    .fix_background_on_scroll {
        background-attachment: initial !important;
    }

    nav ul ul {
        background: transparent !important;
    }

    .scrollMenu .top_menu .flexnav li.item-with-ul ul li a {
        color: #000 !important;
    }

    nav ul li.item-with-ul:hover:after {
        display: none;
    }

    .populyarn__questions-list {
        padding-left: 0px;
    }

    .header .col-3 {
        width: 33.33%;
        margin: 0;
    }

    .header .col-7 {
        width: 66.66666667%;
    }

    .col-3 {
        width: 100%;
    }

    .col-2 {
        width: 100%;
    }

    .col-4 {
        width: 100%;
        margin-bottom: 40px;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 100%;
    }

    .on_mobile_last_colums_is_first:first-child {
        float: left;
    }

    .on_mobile_last_colums_is_first:last-child {
        float: right;
    }

    .header {
        background: #fff;
        padding: 10px 0;
        position: relative;
    }

    .menu .order {
        margin: 20px 0;
    }

    .header .logo {
        /* background: url("../img/logo-black.png");
        width: 160px;
        height: 23px;
        background-size: cover; */
    }

    .menu-button.one-page {}

    .header.scrollMenu {
        padding: 5px;
    }

    .flexnav.flexnav-show li {
        padding: 10px 0 !important;
    }

    .title-white,
    .title-black,
    .call_to_action_wash_info {
        font-size: 50px;
        line-height: 55px;
    }

    .subtitle-white,
    .subtitle-black {
        font-size: 16px;
    }

    /* service */

    .service .tab_container {
        padding: 0;
    }

    .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
    }

    .home_padding {
        padding: 160px 0;
    }

    .home_v2 .owl-controls {
        top: 90%;
    }

    .title_and_subtitle_center {
        top: 20%;
    }

    .bts .btn {
        font-size: 16px;
        padding: 10px;
    }

    .navicon-line {
        background-color: #000;
    }

    ul.tabs {
        display: none;
    }

    .tab_drawer_heading {
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        background-color: rgb(242, 240, 240);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, rgb(251, 249, 249)), color-stop(0.5, rgb(247, 245, 246)), to(rgb(248, 248, 248)));
        box-shadow: rgba(255, 255, 255, 0.17) 0px 1px 0px inset, rgba(0, 0, 0, 0.10) 0px 1px 2px;
        border-bottom: 1px solid #efefef;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .d_active {
        background: #fff;
        color: #333;
        border-top: solid 2px #6a62c4;
    }

    .footer {
        text-align: center;
    }

    .shortcode_page .btn {
        display: block;
    }

    /* call to action 2*/

    .call_to_action_2 .title-white {
        font-size: 23px;
        text-align: center;
    }

    .call_to_action_2 .subtitle-white {
        font-size: 12px;
        text-align: center;
    }

    .call_to_action_2 i {
        display: none;
    }

    .call_to_action_2 a {
        text-align: center;
        float: none;
        display: block;
        margin-top: 10px !important;
    }

    /* timer start*/

    .bg_waiting {
        background: url(../img/waiting.jpg);
        background-size: cover;
        background-position: 65% 50%;
    }

    .timer .day_block,
    .timer .hour_block,
    .timer .min_block,
    .timer .sec_block {
        padding: 5px;
    }

    .timer .day,
    .timer .hour,
    .timer .min,
    .timer .sec {
        font-size: 35px;
        line-height: 50px;
    }

    .timer .desc {
        font-size: 14px;
    }

    /* timer finish*/

    ul.social-network {
        float: none;
    }

    .one,
    .two,
    .three,
    .four,
    .five,
    .six,
    .seven,
    .eight,
    .nine,
    .ten,
    .eleven,
    .twelve {
        width: 100%;
    }

    .spesial_responsive_colums .one {
        width: 20%;
    }

    .spesial_responsive_colums .two {
        width: 25%;
    }

    .spesial_responsive_colums .three {
        width: 30%;
    }

    .spesial_responsive_colums .four {
        width: 35%;
    }

    .spesial_responsive_colums .five {
        width: 40%;
    }

    .spesial_responsive_colums .six {
        width: 50%;
    }

    .spesial_responsive_colums .seven {
        width: 60%;
    }

    .spesial_responsive_colums .eight {
        width: 65%;
    }

    .spesial_responsive_colums .nine {
        width: 70%;
    }

    .spesial_responsive_colums .ten {
        width: 75%;
    }

    .spesial_responsive_colums .eleven {
        width: 80%;
    }

    .spesial_responsive_colums .twelve {
        width: 100%;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 23px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 16px;
    }

    .medium_title {
        font-size: 24px;
    }

    .small_title {
        font-size: 20px;
    }

    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .quote {
        padding: 0 20px;
    }

    .quote:before,
    .quote:after {
        position: relative;
        top: 0;
        margin: 20px 0 0 0;
        display: block;
    }

    .statistics .col-4 {
        width: 50%;
    }
}



nav .row {
    margin: 0 -15px;
    display: flex;
    align-items: center;
}

.header .logo {
    width: 112px;
}

nav .row .col-lg-4 {
    width: 15%;
}

section.header.scroll_header.animation-header a.current {
    color: #ffff;
    font-weight: 600;
}

nav .row {
    width: 100%;
    flex: 0 0 100%;
    min-width: 100%;
}

nav {
    width: 100%;
    min-width: 100%;
    display: block;
}

.top_menu {
    width: 100%;
}


section.header.scroll_header.animation-header img.logo-b {
    display: none;
}


section.header.scroll_header.animation-header.scrollMenu img.logo-w {
    display: none;
}

section.header.scroll_header.animation-header.scrollMenu img.logo-b {
    display: block;
}

.row.contactus {
    display: flex;
}

.row.contactus .col-lg-6 {
    width: 50%;
}

section#section-6 {
    padding: 120px 50px;
}

.more-about-us-text p {
    color: #000;
    font-size: 19px;
}

section#section-7 {
    display: none;
}

/* Fix sidebar - overlay mode */
.sb-slidebar.sb-left {
    width: 280px !important;
    z-index: 99999 !important;
}

#sb-site,
.sb-site-container {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
