@charset "utf-8";

/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : SuMo Blogger Responsive HTML Template
Version    : 1.0
Author     : UISuMo Team
Author URI : https://uisumo.com/
Support    : uisumo@gmail.com
*/


/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Genaral Styles (Typography)
## Buttons & Links
##Forms
## Pagination
##Primary Navbar
##Secondary Navbar
##Footer
##Hero Header
##Social share #Component
##Testimonial Card #COMPONENT
##Partners Slider
##Blog Card #COMPONENT
##Call To Action
##About Us
##Widget Search
##About Us Banner
--------------------------------------------------------------*/

/*Typo
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #575757;
}


/* ----------------------------------
Genaral Styles - Global Components
---------------------------------- */
/* colors & backgrounds */
.text-primary{color: #38b54e !important}
.text-secondary{color: #5738ad !important;}
.bg-primary{background-color: #38b54e !important}
.bg-secondary{background-color: #5738ad !important;}

.white{color: white !important;}
.bg-white{background-color: white !important;}
/* Typhography */

p {
    font-size: 14px;
    color: #575757;
    font-weight: 400;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}
h1,h2,h3,h4,h5,h6,.btn{font-family: 'Roboto', sans-serif;}
@media(max-width:768px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
}

@media(max-width:992px) {
    h1 {
        font-size: 30px;
    }
}


/* paddings and margins */
.pt-140{padding-top:140px}
.pt-240{padding-top:240px}
.pb-140{padding-bottom:140px}
.section-heading{margin-bottom: 35px}
.section-heading h1{color:  #333333; }
.section-heading p{color:  #777777;
    font-size: 15px;/* Approximation due to font substitution */
    font-weight: 300;margin-top: 10px;margin-bottom: 0}
@media(max-width:768px){
    .pt-140{padding-top:70px}
    .pt-240{padding-top:120px}
    .pb-140{padding-bottom:70px}
}
/* ----------------------------------
Buttons
---------------------------------- */

.btn {
    font-size: 14px;/* Approximation due to font substitution */
    font-weight: 500;
    text-align: center;
    border: 0;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
        text-transform:uppercase;
    cursor: pointer;
}
.btn-lg {
    padding: .76rem 2.3rem;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 5px;
}
.btn-radius{border-radius: 27px;}

.btn-primary {
    background-color: #38b54e;
    color: #ffffff;
}
.btn-secondary {
    background-color:  #5738ad;
    color: #ffffff;
}
.btn-info {
    background-color:  #3b597d;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #38b54e;
    color: #ffffff;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}
.btn-white{background: #fff;color: #5738ad}

@media(max-width:500px) {
    .btn-mobile {
        width: 100%
    }
}

.ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

a {  color:  #1fc055;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}



/* ----------------------------------------
Forms
---------------------------------------- */
.form-control{
    border-radius:0;
    border-color:  #ebebeb;
}
/* ----------------------------------------
Navigation
---------------------------------------- */
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;font-weight: 700;
    color:  #333333;transition: all .25s ease;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#1fc055;
}
@media(max-width: 768px){.logo{max-width: 140px}}
@media(min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 18px;
    }
    .nav-btn{margin-left: 20px}
}
/* ----------------------------------------
Hero Header
---------------------------------------- */

header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../images/background.png");
    background-position: center;
    color: white;
    background-size: cover;
    padding: 90px 0;
}


.header-content h1 {
    color:  #ffffff;
    font-size: 45px;/* Approximation due to font substitution */
    font-weight: 700;
    line-height: 62px;text-transform: uppercase;margin-bottom: 20px;
}
.header-content p{
    color:  #ffffff;
    font-size: 18px;/* Approximation due to font substitution */
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}


@media(min-width:768px){
    header{
        padding: 250px 0;
    }

    .header-content p{
        max-width: 600px;margin-bottom: 50px;
    }
}
@media(max-width:768px){

    .header-content h1 {
        text-align: center;
        font-size: 38px;line-height: initial;
    }
    .header-content{
        text-align: center;
    }

}


.slick-initialized .slick-slide {
    display: block;
    outline: none !important;
}
/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#status {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 75px;
    height: 100px;
}


.cp-spinner {
    width: 48px;
    height: 48px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.cp-morph {
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
    background: #0fd6ff;
    animation: cp-morph-animate 1s linear infinite
}

@keyframes cp-morph-animate {
    0% {
        transform: rotate(0) scale(1);
        border-radius: 0;
        background: #f3d53f
    }
    25%,
    75% {
        transform: rotate(180deg) scale(.4);
        border-radius: 50%;
        background: #0fd6ff
    }
    100% {
        transform: rotate(360deg) scale(1);
        border-radius: 0;
        background: #f3d53f
    }
}
/* Table list view layout */
.table-list{display: table;width:100%}
.table-list .table-list-item{display: table-cell}
@media(max-width:768px){
    .table-list{display: block;}
    .table-list .table-list-item{display: inline-block;width: 48%;margin:15px 0;}
}
/*Stat Media*/
.stat-media{
    color: #fff;
}
@media(max-width:600px){
    .stat-media img {
        max-width: 33px;
    }
}

/*tabs navpills*/
.nav-pills .nav-link {
    color: #454545;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: .5rem 1.8rem;
}
.nav-pills .nav-link{border-radius: 5px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #5738ad;
}
@media(max-width:768px){
    .nav-pills .nav-link{padding: .5rem;}
}

/*About*/
.about-content{background-color:  #f5f7f9;}
.about-content h1{color:  #333333;
    font-size: 28px;/* Approximation due to font substitution */
    font-weight: 700;}
.about-content-italic{
    color:  #444444;
    font-size: 14px;/* Approximation due to font substitution */
    font-style: italic;
    line-height: 26px;
}
.about-content-text{
    color:  #777777;
    font-size: 14px;/* Approximation due to font substitution */
    font-weight: 400;
    line-height: 26px;
}
@media(max-width:768px){.about-content .p-5{padding: 15px !important}}
@media(min-width:992px){.abt-img-h-100{height: 100%}}
.no-gutter.row{margin-left: 0 !important;margin-right: 0 !important;}
.no-gutter.row .col-lg-6,.no-gutter.row .col-md-6,.no-gutter.row .col-xl-6{padding-left: 0 !important;padding-right: 0 !important;}
.checklist.ul>li {
    display: inline-block;
    margin-right: 25px;color: #444444;font-size: 14px;/* Approximation due to font substitution */
    font-weight: 400;
    line-height: 30px;
}
/*gallery*/
.gallery-bg{
        position: relative;
        width: 100%;
        min-height: auto;
        background: url("../images/gallery-background.png");
        background-position: center;
        color: white;
        background-size: cover;
    }
.slick-dots{bottom: 15px }
.slick-slide img{width:100%}
.slick-slide{margin: -2px;}
.slider-nav .slick-list{padding: 15px !important;background: #fff;}
.slider-nav-postion{position: relative;margin-bottom: -100px !important;margin-top: 50px;}
.slick-dots li button:before{font-size: 11px;}
.slick-dots li.slick-active button:before{color: #38b54e;opacity: 1;}
@media(max-width:768px){
    .slider-nav{display: none}
}

/*Icon text*/
.icon-text-card{margin-top: 80px;}
.icon-text-card h4{color:  #333333;
    font-size: 23px;/* Approximation due to font substitution */
    font-weight: 700;margin-top: 25px}
.icon-text-card p{color:  #777777;margin-top: 15px;
    font-size: 16px;/* Approximation due to font substitution */
    font-style: italic;
    line-height: 26px;max-width: 328px;}
.icon-text-card a{
text-transform: uppercase;
    font-size: 13px;/* Approximation due to font substitution */
    font-weight: 700
}
@media(max-width:768px){
    .section-heading h1{font-size: 26px;}
    .icon-text-card{text-align: center}
    .call-action{text-align: center}
    .call-action .btn{margin-top: 20px;}
}
/*Testimonial*/
.testimonial-card{
    background-color:  #f3f6fd;
    border: 0;border-radius: 0;
    margin: 50px 15px;
}
@media(min-width:992px){
    .testimonial-card{
        margin: 50px 15px 140px;
    }
}
.testimonial-img{width: 93px !important;
    height: 93px;border-radius: 50%;display: block;margin: auto;
    position: relative;
    top: -46px;margin-bottom: -46px;
}
.testimonial-card h4{color:  #333333;
    font-size: 20px;margin-bottom: 0;
    font-weight: 500}
.testimonial-card h5{color:  #777777;
    font-size: 15px;/* Approximation due to font substitution */
    font-style: italic;margin: 0;margin-top: 5px;}
.testimonial-card p{color:  #444444;margin-top: 20px;
    font-size: 16px;/* Approximation due to font substitution */
    font-style: italic;
    line-height: 26px;}
.mt-60{margin-top: 60px;}
/* Maps*/
.full-width-content{max-width: 550px;padding: 50px;}
.contact-place{margin-top: 40px;}
.contact-place h5{color:  #333333;
    font-size: 18px;/* Approximation due to font substitution */
    font-weight: 500;}
.contact-place h2{font-size: 32px;/* Approximation due to font substitution */
    font-weight: 700;margin-top: 0;margin-bottom: 0}
.contact-place p{color:  #949494;
    font-size: 18px;/* Approximation due to font substitution */
    font-style: italic;margin-top: 5px}
.contact-heading {margin-bottom: 50px;}
.contact-heading h5{color:  #222222;
    font-size: 23px;/* Approximation due to font substitution */
    font-weight: 700;}
.contact-heading h1{
    font-size: 40px;/* Approximation due to font substitution */
    font-weight: 700;margin: 0}
.contact-heading p{color:  #666666;
    font-size: 15px;/* Approximation due to font substitution */
    font-weight: 400;margin-top: 15px;
    line-height: 26px}
@media(max-width:768px){
    .contact-heading{margin-top: 40px;text-align: center}
    .contact-heading h1{font-size: 26px;}
    .contact-place{margin-top: 5px;}
    .contact-form{margin-bottom: 30px;}
}
/*Subscribe section*/
.subscribe-section{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../images/subscribe-background.png");
    background-position: center;
    color: white;
    background-size: cover;
}
.subscribe {position: relative;max-width: 640px;display: block;margin: auto
}
.subscribe .form-control{
    background-color:  #ffffff;
    height: 60px;border-radius:100px !important;
    padding-left: 30px;border: 0;width: 100%;
}
.subscribe .input-group-addon{
    padding: 0;border: 0;border-radius: 0;
    background: transparent;
    position: absolute;top: 6px;right: 6px;z-index: 9;
}

.contact-media p{
    color:  #777777;
    font-size: 15px;/* Approximation due to font substitution */
    font-weight: 400;
    line-height: 26px;margin: 0;
}
.contact-media .fa{color:  #333333;
    font-size: 19px;/* Approximation due to font substitution */
    font-weight: 400;}

.bg-faq-bar{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/call-background.png);
    background-position: center;
    color: white;
    background-size: cover;
}
.bg-faq-bar .btn{font-size: 22px;}
@media(min-width:1200px){
    .bg-faq-bar h1{text-align: right}
}
@media(max-width:768px){
    .subscribe .input-group-addon .btn{
        padding: .76rem;
    }
    #map2{margin-bottom: 40px}
}
/* ----------------------------------------
Footer
---------------------------------------- */

.footer {
    padding: 90px 0;
}

.cs-footer-title {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.cs-footer-about p {
    color: #96a1a8;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.cs-footer-links {
    margin-top: -10px;
}

.cs-footer-links>li>a {
    color: #96a1a8;
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.cs-footer-links>li>a:hover {
    color: #82b440;
}



.cs-footer-navbar {
    float: right;padding: 0;
}

.cs-footer-navbar>li {
    display: inline-block;
}

.cs-footer-navbar>li+li {
    margin-left: 25px;
}

.cs-footer-navbar>li>a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.cs-footer-navbar>li>a:hover {
    text-decoration: underline;
}

.cs-copyright-bar {
    background-color: #181818;
    padding: 30px 0;
    color: #fff;
}

.cs-copy-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

@media(max-width:768px) {
    .footer {
        padding: 30px 0;
    }
    .cs-footer-links,
    .cs-footer-about,
    .cs-copy-text {
        text-align: center;
    }
    .cs-footer-title {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .cs-footer-navbar {
        float: none;
        margin-bottom: 20px;
        text-align: center
    }
    .cs-footer-navbar>li>a {
        padding: 10px 5px;
    }
}

/* ----------------------------------------
Social share #Component
---------------------------------------- */

.cs-social-share .cs-title {
    font-size: 20px;
    color: #575757;
    vertical-align: middle;
    margin-right: 10px;
}

@media(max-width:768px) {
    .cs-social-share .cs-title {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.cs-social-share>li+li {
    margin-left: 5px;
}

.cs-social-share>li {
    display: inline-block;
    vertical-align: middle;
}

.cs-social-share>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #999999;
    font-size: 14px;
    background: #fafafa;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    text-align: center;
}

.cs-social-share>li>a:hover {
    color: #fff;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
}

.cs-share>li+li {
    margin-left: 17px;
}

.cs-share>li {
    display: inline-block;
    vertical-align: middle;
}

.cs-share>li>a {
    width: 29px;
    height: 29px;
    line-height: 26px;
    color: #999999;
    font-size: 11px;
    background: #fff;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    text-align: center;
}

.cs-share>li>a:hover {
    color: #fff;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
}


/* Brand Colors */

.brand-facebook:hover {
    background: #3b5998 !important;
    border-color: #3b5998 !important
}

.brand-twitter:hover {
    background: #00a0d1 !important;
    border-color: #00a0d1 !important
}

.brand-pinterest:hover {
    background: #bd081b !important;
    border-color: #bd081b !important
}

.brand-youtube:hover {
    background: #e62117 !important;
    border-color: #e62117 !important
}

.brand-instagram:hover {
    background: #2e5e86 !important;
    border-color: #2e5e86 !important
}



/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;font-size: 25px;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

@media(max-width:760px) {
    .back-to-top {
        bottom: 15px;
        right: 10px;

    }
    .copyright{
        text-align: center;
    }
}

/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5737ad;
    z-index: 99999;
}

#status {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 75px;
    height: 100px;
}


.loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #fff;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
    left: 0px;
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
    -webkit-animation: barUp1 4s infinite;
    animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
    left: 15px;
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
    -webkit-animation: barUp2 4s infinite;
    animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
    left: 30px;
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
    -webkit-animation: barUp3 4s infinite;
    animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
    left: 45px;
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
    -webkit-animation: barUp4 4s infinite;
    animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
    left: 60px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation: barUp5 4s infinite;
    animation: barUp5 4s infinite;
}
.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
    animation: ball 4s infinite;
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}
@keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}
@-webkit-keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}
@keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}
@-webkit-keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}
@keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}
@-webkit-keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}
@keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}
@-webkit-keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/*color changer*/
#switcher {
    position: fixed;
    bottom: 25%;
    left: -220px;
    width: 220px;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height:130px;
    background: #fff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
    left: 0px;
}
#switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px;
}
#switcher .theme-click {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}
#switcher .theme-color {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}
#switcher .theme-active {
    background: #44bbff;
}
#switcher .theme-color-two {
    background: #e84e40;
    left: 40px;
}
#switcher .theme-color-three {
    background: #0798bc;
    left: 80px;
}
#switcher .theme-color-four {
    background: #069a97;
    left: 120px;
}
#switcher .theme-color-five {
    background: #58c433;
    left:160px;
    top:0px;
}
#switcher .theme-color-six {
    background: #7e57c2;
    left:0px;
    top: 40px;
}
#switcher .theme-color-seven {
    background: #009688;
    left: 40px;
    top: 40px;
}
#switcher .theme-color-eight {
    background: #ec407a;
    left:80px;
    top: 40px;
}
#switcher .theme-color-nine {
    background: #8bc34a;
    left:120px;
    top: 40px;
}
#switcher .theme-color-ten {
    background: #5c6bc0;
    left:160px;
    top: 40px;
}
#switcher .theme-color-eleven {
    background: #ff9800;
    left:0px;
    top: 80px;
}
#switcher .theme-color-twelve {
    background: #ce0c21;
    left:40px;
    top: 80px;
}
#switcher .theme-color-thirteen {
    background: #7aa93c;
    left:80px;
    top: 80px;
}
#switcher .theme-color-fourteen {
    background: #3065b5;
    left:120px;
    top: 80px;
}
#switcher .theme-color-fifteen {
    background: #17ad94;
    left:160px;
    top: 80px;
}

