.center,
.ver-center {
    top: 50%;
    position: absolute
}

.input-label,
.r-btn span,
.sm-btn:after {
    pointer-events: none
}

.home-slide:after,
.sm-btn:after {
    content: ""
}

body,
html {
    height: 100%
}

body {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    color: #757575;
    line-height: 1.75;
    letter-spacing: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #505050;
    font-weight: 400;
    line-height: 1.1
}

.r-btn,
.section h3,
.simple-btn,
b,
strong {
    font-weight: 700
}

p {
    line-height: 1.5
}

cite,
dfn,
em,
i {
    font-style: italic
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
    outline: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    margin-left: 20px; /* add */
}

ul {
    list-style: none
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.effect {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hor-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ver-center {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.center {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.r-btn {
    border-width: 0;
    text-transform: uppercase;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sm-btn {
    position: relative
}

.sm-btn:after {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #232323;
    top: -5px;
    left: -6px;
    opacity: .1;
    z-index: -1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.home-slider-btn,
.ripple-effect {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.sm-btn:active:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ripple-effect {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: 0;
    border-radius: 50%;
    -ms-animation-fill-mode: forwards;
    -webkit-animation: ripple-animation 4.8s;
    -moz-animation: ripple-animation 4.8s;
    -ms-animation: ripple-animation 4.8s;
    animation: ripple-animation 4.8s
}

.simple-btn {
    position: relative;
    margin: 40px auto 15px;
    display: block;
    height: 44px;
    width: 144px;
    line-height: 44px;
    text-align: center;
    font-size: 14px
}

.simple-btn:focus {
    outline: 0
}

.md-shadow {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}

.md-shadow.r-btn:hover {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .22), 0 2px 6px -1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .22), 0 2px 6px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .22), 0 2px 6px -1px rgba(0, 0, 0, .3)
}

.md-shadow-2 {
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.main-color {
    color: #ff432d
}

.main-color-bg {
    background-color: #f15d4c;
    color: #fefefe;
    font-weight: inherit
}
.deg-color-bg{ 
    background: rgba(255,111,33,1);
    background: -moz-linear-gradient(-45deg, rgba(255,111,33,1) 0%, rgba(255,69,48,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,111,33,1)), color-stop(100%, rgba(255,69,48,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,111,33,1) 0%, rgba(255,69,48,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,111,33,1) 0%, rgba(255,69,48,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,111,33,1) 0%, rgba(255,69,48,1) 100%);
    background: linear-gradient(135deg, rgba(255,111,33,1) 0%, rgba(255,69,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f21', endColorstr='#ff4530', GradientType=1 );
 }
.amarillo-naranja{
    color: #ffba3d
}
.main-color-bg.r-btn:focus,
.main-color-bg.r-btn:hover {
    background-color: #ffba3d;
    color: #fafafa
}

.slide-left {
    -webkit-animation: slide-left .8s .4s ease-out;
    -moz-animation: slide-left .8s .4s ease-out;
    animation: slide-left .8s .4s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.slide-right {
    -webkit-animation: slide-right .8s .4s ease-out;
    -moz-animation: slide-right .8s .4s ease-out;
    animation: slide-right .8s .4s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.slide-down {
    -webkit-animation: slide-down .8s .4s ease-out;
    -moz-animation: slide-down .8s .4s ease-out;
    animation: slide-down .8s .4s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.section {
    padding: 90px 0
}
.section2 {
    padding: 0px 0
}

.bg-lightgray {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9
}

.loader,
.main-nav,
.mobile-menu,
.sticky-nav {
    background-color: #ff432d
}

.section h3 {
    font-size: 20px
}

.title-box {
    margin-bottom: 60px
}
.hashtag {
    margin-bottom: 10px;
}
.hashtag h2 {
    margin-top: 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600
}
.frase2 {
    margin-bottom: 10px;
}
.boton-comprar{
    background-color: white;
    /* padding: 4px; */
    border-radius: 30px;
    color: #ff432d;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 42px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out
}
.boton-comprar:hover{
    background-color: #2b2b2b;
    /* padding: 4px; */
    border-radius: 30px;
    color: #ff432d;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 42px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out
}
.boton-comprar a{
    margin-top: -10px;
    color: #ff432d;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out
    }
.boton-comprar a:hover{
    margin-top: -10px;
    color: #ff432d;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out
    }
.frase2 h2 {
    margin-top: 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600
}
.title-box h2 {
    margin-top: 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600
}

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    background-color:white
}
.loader-item{
    max-width: 100%;
    position: fixed;
}
.loader-item img{
    margin: 0 auto;
    margin-top: -6px
}
.spinner {
    width: 84px; /* 65px */
    height: 84px; /* 65px */
    -webkit-animation: rotator 1.4s linear infinite;
    -moz-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite
}

.spinner .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    -moz-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite
}

.main-nav {
    position: fixed;
    width: 100%;
    height: 60px;
    padding: 0 0px; /* 0 24px*/
    top: 0;
    left: 0;
    z-index: 20
}

.nav-logo {
    display: block;
    float: left;
    width: 72px;
    padding: 4px 10px;
    margin: 0 0 0 6px
}

.nav-logo .logo-lite {
    display: none
}

.nav-menu {
    position: relative;
    float: right
}

.nav-menu li {
    display: inline-block;
    width: 161px;
    float: left;
    text-align: center;
    color: #e0e0e0
}

.nav-menu li:hover {
    color: #fff
}
.nav-menu a:hover{
    color: #f5d397
}
.nav-menu li a {
    display: block;
    padding: 20px 10px;
    font-size: 13px;
    font-weight: 700;
}

.nav-menu-line {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
    -webkit-transition-timing-function: cubic-bezier(1, .01, 0, 1.22);
    -moz-transition-timing-function: cubic-bezier(1, .01, 0, 1.22);
    -o-transition-timing-function: cubic-bezier(1, .01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, .01, 0, 1.22)
}

.sticky-nav {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

.sticky-nav .nav-logo {
    width: 72px;
    padding: 4px 10px
}

.sticky-nav .nav-logo .logo-lite {
    display: none
}

.sticky-nav .nav-logo .logo-dark {
    display: block
}

.sticky-nav .nav-menu li {
    color: #fff
}

.sticky-nav .nav-menu .active,
.sticky-nav .nav-menu li:hover {
    color: #f5d397
}

.sticky-nav .nav-menu-line {
    height: 3px;
    background-color: #f5d397; /* add */
}

.sticky-nav li:nth-child(1).active~.nav-menu-line {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.sticky-nav li:nth-child(2).active~.nav-menu-line {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.sticky-nav li:nth-child(3).active~.nav-menu-line {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%)
}

.sticky-nav li:nth-child(4).active~.nav-menu-line {
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%)
}

.sticky-nav li:nth-child(5).active~.nav-menu-line {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    transform: translateX(400%)
}

.sticky-nav li:nth-child(6).active~.nav-menu-line {
    -webkit-transform: translateX(500%);
    -moz-transform: translateX(500%);
    -ms-transform: translateX(500%);
    transform: translateX(500%)
}

.sticky-nav li:nth-child(7).active~.nav-menu-line {
    -webkit-transform: translateX(600%);
    -moz-transform: translateX(600%);
    -ms-transform: translateX(600%);
    transform: translateX(600%)
}

.sticky-nav li:nth-child(8).active~.nav-menu-line {
    -webkit-transform: translateX(700%);
    -moz-transform: translateX(700%);
    -ms-transform: translateX(700%);
    transform: translateX(700%)
}

.mobile-menu {
    position: absolute;
    width: 280px;
    height: 100vh;
    text-align: center;
    padding: 70px 0 0;
    top: 0;
    right: -280px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.67, .64, .49, .96);
    -o-transition: transform .3s cubic-bezier(.67, .64, .49, .96);
    -moz-transition: transform .3s cubic-bezier(.67, .64, .49, .96), -moz-transform .3s cubic-bezier(.67, .64, .49, .96);
    transition: transform .3s cubic-bezier(.67, .64, .49, .96);
    transition: transform .3s cubic-bezier(.67, .64, .49, .96), -webkit-transform .3s cubic-bezier(.67, .64, .49, .96), -moz-transform .3s cubic-bezier(.67, .64, .49, .96);
    z-index: 99
}

.main-nav .open-btn,
.mobile-menu .close-btn {
    position: absolute;
    width: 28px;
    height: 30px;
    right: 30px;
    top: 16px;
    outline: 0;
    z-index: 11
}

.close-btn span,
.open-btn span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 6px 0;
    position: relative;
    background-color: #f5d397
}

.close-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    -moz-transform: rotate(45deg) translate(6px, 6px);
    -ms-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px)
}

.close-btn span:nth-child(2) {
    display: none;
    opacity: 0
}

.close-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0)
}

.mobile-menu ul li a {
    display: block;
    position: relative;
    margin-top: 2px;
    padding: 10px 0 10px 40px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #f5d397
}

.mobile-menu ul li a:hover {
    color: #000;
    background-color: #ddd
}

.mobile-menu ul li a span {
    background-color: #333
}

.pushy-right .mobile-menu {
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px)
}

.pushy-right .after-menu-nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
    z-index: 15
}

#home {
    position: relative;
    height: 100%;
    min-height: 750px
}

.home-slide {
    height: 100vh;
    min-height: 750px
}

.home-slide:after {
    position: absolute;
    background-color: rgba(0, 0, 0, .68);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5
}

.home-slider .owl-dots .owl-dot.active,
.home-slider .owl-dots .owl-dot:hover,
.white-btn {
    background-color: #fff
}

.home-slider-btn {
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: .8;
    z-index: 8;
    border-radius: 50%
}

.owl-prev .home-slider-btn {
    left: 20px
}

.owl-next .home-slider-btn {
    right: 20px
}

.home-slider-btn .fa {
    font-size: 17px
}

.home-slider .owl-dots,
.testimonial-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 8;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-slider .owl-dots .owl-dot,
.testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.home-slider .owl-dots .owl-dot {
    border: 2px solid #fff
}

.home-slide.first-slide {
    background-image: url(../img/slide/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
}

.home-slide.second-slide,
.home-slide.third-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.home-slide.second-slide {
    background-image: url(../img/slide/bg3.jpg);
    background-size: cover
}

.second-slide {
    text-align: center
}

.home-slide.third-slide {
    background-image: url(../img/slide/bg2.jpg);
    background-size: cover
}


.home-table {
    display: table;
    width: 100%;
    height: 100%
}
.imga, .imgf {
    width: 36px;
    height: 36px;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: text-bottom;
}

.home-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    z-index: 9
}

.single-service h3,
.single-service p {
    z-index: 1;
    position: relative
}

.home-cell h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    color: #fafafa
}

.home-cell h1 .silver {
    color: #a5a5a5
}
.home-cell h1 .silver2 {
    color: #f5d397
}
.citaslide {
    color: #cccbcb
}
.home-cell p {
    margin-bottom: 20px;
    padding: 14px;
    font-size: 14px;
    line-height: 2
}

.home-cell.text-center p {
    max-width: 900px;
    margin: 0 auto
}

.home-btn {
    display: inline-block;
    position: relative;
    margin: 16px 6px 0;
    padding: 10px 18px
}

.white-btn {
    color: #333
}

.white-btn:focus,
.white-btn:hover {
    background-color: #fff;
    color: #232323
}

.white-btn span {
    background-color: #333
}

.home-slider .fade-out:not(.active) {
    -webkit-animation: fade-out .4s ease-out;
    -moz-animation: fade-out .4s ease-out;
    animation: fade-out .4s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.slide-animation .second-slide img {
    -webkit-animation: slide-right 1.6s ease-out;
    -moz-animation: slide-right 1.6s ease-out;
    animation: slide-right 1.6s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.slide-animation .second-slide h1,
.slide-animation .second-slide p {
    -webkit-animation: slide-top 1.2s ease-out;
    -moz-animation: slide-top 1.2s ease-out;
    animation: slide-top 1.2s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.slide-animation .first-slide .home-btn,
.slide-animation .third-slide .home-btn {
    -webkit-animation: slide-down 1.2s ease-out;
    -moz-animation: slide-down 1.2s ease-out;
    animation: slide-down 1.2s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.slide-animation .first-slide h1,
.slide-animation .first-slide p,
.slide-animation .third-slide h1,
.slide-animation .third-slide p {
    -webkit-animation: zoom-down 1.2s ease-out;
    -moz-animation: zoom-down 1.2s ease-out;
    animation: zoom-down 1.2s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.slide-animation .second-slide .home-btn {
    -webkit-animation: slide-left 1.2s ease-out;
    -moz-animation: slide-left 1.2s ease-out;
    animation: slide-left 1.2s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.single-feature {
    margin: 20px 25px;
}

.icon-box .fa {
    float: left;
    font-size: 32px;
    margin-top: 6px
}

.features-content {
    margin-left: 10px;
}

.why-us-panel {
    height: 500px
}

.why-us-panel .panel-group {
    padding-top: 26px
}

.why-us-panel .panel-group .panel {
    margin-bottom: 16px;
    border: none;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1)
}

.why-us-panel .panel-default>.panel-heading {
    overflow: hidden;
    height: 53px;
    padding: 0
}

.why-us-panel .panel-default>.panel-heading .panel-title {
    height: 53px
}

.why-us-panel .panel-default>.panel-heading .panel-title a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 18px 30px;
    background-color: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.why-us-panel .panel-default>.panel-heading .panel-title a.collapsed {
    background-color: #fdfaf5;
    color: #333
}

#accordion .panel-title a:after {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 16px
}

#accordion .panel-title a.collapsed:after {
    content: "\f107"
}

.why-us-panel .panel-default>.panel-heading .panel-title a span {
    background-color: #232323;
    animation-duration: 3s
}

.why-us-panel .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-top: 0;
    border-top-color: transparent
}

.single-service {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 20px;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.single-service .single-icon {
    position: relative;
    font-size: 40px;
    z-index: 1
}

.single-service p {
    margin-top: 20px
}

.single-service .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.single-service:hover {
    bottom: 10px
}

.single-service:hover .single-icon,
.single-service:hover h3,
.single-service:hover p {
    color: #fff
}

.single-service:hover .overlay {
    opacity: 1;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

#work-list {
    margin-bottom: 36px
}

#work-list li {
    display: inline-block;
    margin: 4px;
    font-size: 16px;
    font-weight: 700
}

#work-list li a {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 11px 22px
}

#work-list li a:focus,
#work-list li a:hover {
    color: #222
}

.filter-active {
    color: #222;
    background-color: #ddd;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}

.work-item {
    -webkit-animation: work-animation .4s ease-in;
    -moz-animation: work-animation .4s ease-in;
    animation: work-animation .4s ease-in
}

.single-work {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-color: #232323;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.single-work img {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.work-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    -moz-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.work-overlay a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    font-size: 30px
}

.work-overlay a span {
    background-color: #232323
}

.work-overlay h4 {
    bottom: 20px;
    color: #fff
}

.single-work:hover img {
    opacity: 0;
    -webkit-transform: rotateX(90deg) scale(.6) translateY(50%);
    -moz-transform: rotateX(90deg) scale(.6) translateY(50%);
    transform: rotateX(90deg) scale(.6) translateY(50%)
}

.single-work:hover .work-overlay {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    -o-transition-delay: .21s;
    transition-delay: .21s;
    -webkit-transform: rotateX(0) translate3d(0, 0, 0) scale(1);
    -moz-transform: rotateX(0) translate3d(0, 0, 0) scale(1);
    transform: rotateX(0) translate3d(0, 0, 0) scale(1)
}

.filtered {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.work-modal .modal-content {
    padding: 10px;
    border: none
}

.work-modal .modal-content .close {
    position: absolute;
    right: 18px;
    top: 18px;
    height: 44px;
    width: 44px;
    font-size: 50px;
    text-align: center;
    line-height: 44px;
    color: #333;
    background-color: #fff;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.single-team:after,
.team-social li .fa:after {
    content: "";
    top: 0;
    left: 0
}

.work-modal .modal-content h4 {
    margin-top: 20px;
    margin-left: 30px
}

.work-modal .modal-content p {
    padding: 10px 24px
}

.work-modal .simple-btn {
    margin: 6px auto
}

.testimonial-slider {
    padding: 10px 20px
}

.testimonial-slider .owl-dots .owl-dot {
    border: 2px solid #333
}

.single-team,
.single-testimonial {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.testimonial-slider .owl-dots .owl-dot.active,
.testimonial-slider .owl-dots .owl-dot:hover {
    background-color: #333
}

.single-testimonial {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px
}

.single-testimonial h4 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 2px
}

.single-testimonial figure {
    position: relative;
    float: right;
    right: 6px;
    bottom: 40px;
    overflow: hidden;
    border: 4px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.single-team {
    margin-bottom: 30px;
    padding-bottom: 72px;
    overflow: hidden;
    border-radius: 4px
}

.single-blog,
.single-team:after {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.single-team:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.single-team:hover:after {
    opacity: 1
}

.team-details {
    position: absolute;
    padding-top: 6px;
    width: 100%;
    bottom: -60px;
    background-color: #fff;
    z-index: 2
}

.single-team:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.single-team:hover .team-details {
    bottom: 0
}

.team-details h5 {
    font-weight: 700
}

.team-social {
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #eee
}

.team-social li {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px
}

.team-social li .fa {
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px
}

.team-social li .fa:after {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-social li .fa-facebook {
    color: #3b5998
}

.team-social li .fa-twitter {
    color: #1da1f2
}

.team-social li .fa-google-plus {
    color: #dc4a38
}

.team-social li .fa:hover {
    color: #fff
}

.team-social li .fa.fa-facebook:hover:after {
    opacity: 1;
    background-color: #3b5998
}

.team-social li .fa.fa-twitter:hover:after {
    opacity: 1;
    background-color: #1da1f2
}

.team-social li .fa.fa-google-plus:hover:after {
    opacity: 1;
    background-color: #dc4a38
}

.partners-slider {
    padding: 10px 20px
}

.single-partner {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0
}

.single-partner:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.single-partner img {
    padding: 0 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.single-partner:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.single-blog {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px
}

.single-blog:hover {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .22), 0 2px 6px -1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .22), 0 2px 6px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .22), 0 2px 6px -1px rgba(0, 0, 0, .3)
}

.single-blog .blog-date {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 58px;
    height: 58px;
    padding: 3px
}

.blog-content {
    padding: 10px 20px
}

.blog-content a {
    position: relative
}

.blog-content h3 {
    font-weight: 700;
    margin-top: 14px;
    margin-left: 20px;
    margin-bottom: 20px
}

.blog-content h3:hover {
    color: #666
}

.blog-content a .left-line {
    left: 8px;
    width: 4px;
    height: 42px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.blog-content .blog-footer:after,
.subscribe-section:after {
    content: "";
    height: 100%;
    top: 0
}

.blog-content p {
    margin-top: 12px
}

.blog-content .blog-footer {
    position: relative;
    margin: 0 -20px -10px;
    padding-bottom: 80px;
    border-top: 1px solid #e0e0e0
}

.blog-content .blog-footer:after {
    position: absolute;
    width: 2px;
    left: 50%;
    background-color: #e0e0e0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.blog-content .blog-footer .simple-btn {
    width: 128px;
    margin-top: 20px
}

.blog-content .blog-footer .blog-comment {
    display: block;
    margin-top: 30px;
    text-align: center;
    font-weight: 700
}

.bggod-section {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url(../img/xbg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
}
.bgfrase2-section {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url(../img/xbg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
}
.bgfrase3-section {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url(../img/xbg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
}

.subscribe-section {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url(../img/sub-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
}

.subscribe-section:after {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.input,
.input-field,
.subscribe-form {
    position: relative
}

.subscribe-section .row {
    position: relative;
    z-index: 5
}

.subscribe-section h2 {
    color: #fff
}

.subscribe-section p {
    color: #eee
}

.subscribe-form {
    padding-bottom: 6px;
    padding-top: 6px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.subscribe-form .input {
    margin-bottom: 4px;
    margin-left: 0
}

.subscribe-form .simple-btn {
    margin-bottom: 10px;
    margin-top: 30px;
    cursor: pointer
}

.single-pricing {
    padding-top: 24px;
    padding-bottom: 12px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.single-pricing .price {
    display: inline-block;
    padding: 0 20px;
    border-bottom: 4px solid
}

.single-pricing .price p {
    margin-bottom: 0
}

.single-pricing .price p:not(.main-color) {
    color: #111
}

.single-pricing .price-number {
    font-size: 56px
}

.pricing-list {
    margin-top: 20px
}

.pricing-list li {
    padding: 14px 0;
    border-bottom: 1px solid #ededed
}

.pricing-list li:last-child {
    border-bottom: none
}

.single-pricing .simple-btn {
    width: 160px;
    margin-top: 14px
}

.single-pricing .simple-btn:not(.main-color-bg) {
    border: 2px solid;
    line-height: 40px
}

.single-pricing .simple-btn:not(.main-color-bg) span {
    background-color: #333
}

#contact-form {
    margin-bottom: 80px
}

.input {
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 20px 2px
}

.input-field {
    top: 16px;
    width: 100%;
    height: 44px;
    padding: 10px 6px;
    margin-left: 30px;
    color: #000;
    font-size: 16px;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.input-label {
    position: absolute;
    width: 100%;
    font-weight: 400;
    height: 44px;
    padding: 10px 14px;
    left: 30px;
    bottom: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input-label .sub-form-icon {
    position: absolute;
    font-size: 20px;
    bottom: -2px;
    left: -28px
}

.input-label .sub-form-icon .fa {
    color: #555
}

.input-label:after,
.input-label:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 96%;
    border-bottom: 2px solid #ddd;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.input-label:after {
    border-bottom: 2px solid;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.input-label .input-label-content {
    display: inline-block;
    font-size: 16px;
    color: #888
}

.textarea-input .input-field {
    height: 100px;
    resize: none
}

.textarea-input .input-label .input-label-content {
    position: relative;
    bottom: 60px
}

.textarea-input .input-label .sub-form-icon {
    bottom: 60px
}

.input-field:focus {
    outline: 0;
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.footer .social-btn,
.footer .social-btn .r-btn {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.input-field:focus+.input-label .sub-form-icon .fa {
    color: inherit
}

.input-field:focus+.input-label:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.input-field:focus+.input-label .input-label-content,
.input-filled+.input-label .input-label-content {
    color: inherit;
    -webkit-transform: scale(.8) translate(-10px, -40px);
    -moz-transform: scale(.8) translate(-10px, -40px);
    -ms-transform: scale(.8) translate(-10px, -40px);
    transform: scale(.8) translate(-10px, -40px)
}

#contact-form .simple-btn {
    margin-left: 60px;
    margin-top: 0;
    float: left
}

.error,
.success {
    margin: 15px;
    text-align: center
}

.error {
    color: #D32F2F
}

.success {
    color: #00C853
}

.contact-box .fa {
    font-size: 36px;
    margin-top: 36px
}

.footer .footer-top {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #232323
}

.footer .footer-part {
    margin-bottom: 30px
}

.footer .title {
    margin-bottom: 22px;
    color: #fff
}

.footer nav ul a,
.footer p {
    color: #eee;
    font-size: 14px;
    margin-bottom: 6px
}

.footer .social-btn {
    overflow: hidden;
    margin: 0 6px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px 0 #000;
    -moz-box-shadow: 0 2px 8px 0 #000;
    box-shadow: 0 2px 8px 0 #000
}

.footer .social-btn .r-btn {
    font-size: 18px;
    background-color: #fff;
    color: #232323;
    border-radius: 50%
}

.footer .social-btn .r-btn:hover {
    background-color: inherit;
    color: inherit
}

.footer .social-btn .r-btn span {
    -webkit-animation-duration: 36s;
    -moz-animation-duration: 36s;
    animation-duration: 36s
}

.scroll-btn {
    position: absolute;
    top: -20px;
    left: 36px;
    width: 46px;
    height: 46px;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    z-index: 5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

.scroll-btn:focus,
.scroll-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32)
}

.scroll-btn span {
    -webkit-animation-duration: 24s;
    -moz-animation-duration: 24s;
    animation-duration: 24s
}

.footer .footer-bottom {
    background-color: #1c1c1c;
    padding-top: 20px;
    padding-bottom: 20px
}

.footer-bottom p {
    font-size: 12px;
    color: #ccc;
    margin: 0
}

@media screen and (min-width:768px) {
    .second-slide .home-cell {
        text-align: left
    }
    .home-slider-btn {
        display: block;
        opacity: 0
    }
    .home-slider:hover .home-slider-btn {
        opacity: .8
    }
    .home-slider:hover .owl-next.disabled .home-slider-btn,
    .home-slider:hover .owl-prev.disabled .home-slider-btn {
        opacity: .2
    }
    .home-slider:hover .home-slider-btn:hover {
        opacity: 1
    }
    .home-cell h1 {
        font-size: 40px
    }
    .home-cell p {
        font-size: 16px
    }
    .home-slider .second-slide h1,
    .home-slider .second-slide p {
        margin-left: 20px
    }
    .second-slide .home-btn {
        margin-left: 40px
    }
    .scroll-btn {
        top: -24px;
        width: 56px;
        height: 56px;
        font-size: 24px;
        line-height: 52px
    }
}

@media screen and (min-width: 1149px) {
    .main-nav {
        height: 90px;
        padding: 18px 24px;
        background-color: transparent;
    }
    .main-nav.sticky-nav {
        height: 60px;
        padding: 0 24px;
        background-color: #ff432d
    }
    .nav-logo {
        width: 80px;
        padding: 0 10px
    }
    .nav-logo .logo-lite {
        display: block
    }
    .after-menu-nav,
    .nav-logo .logo-dark {
        display: none
    }
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-moz-keyframes rotator {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes colors {
    0%,
    100% {
        stroke: #4285F4
    }
    25% {
        stroke: #DE3E35
    }
    50% {
        stroke: #F7C223
    }
    75% {
        stroke: #1B9A59
    }
}

@-moz-keyframes colors {
    0%,
    100% {
        stroke: #4285F4
    }
    25% {
        stroke: #DE3E35
    }
    50% {
        stroke: #F7C223
    }
    75% {
        stroke: #1B9A59
    }
}

@keyframes colors {
    0%,
    100% {
        stroke: #4285F4
    }
    25% {
        stroke: #DE3E35
    }
    50% {
        stroke: #F7C223
    }
    75% {
        stroke: #1B9A59
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@-moz-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        -moz-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 187;
        -moz-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        -moz-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes zoom-down {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes zoom-down {
    from {
        opacity: 0;
        -moz-transform: scale(1.3);
        transform: scale(1.3)
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-down {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slide-left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes slide-left {
    from {
        opacity: 0;
        -moz-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-right {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes slide-right {
    from {
        opacity: 0;
        -moz-transform: translateX(50px);
        transform: translateX(50px)
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-right {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        transform: translateX(50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-down {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-down {
    from {
        opacity: 0;
        -moz-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-top {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-top {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-top {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2
    }
    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0
    }
}

@-moz-keyframes ripple-animation {
    from {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: .2
    }
    to {
        -moz-transform: scale(100);
        transform: scale(100);
        opacity: 0
    }
}

@keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: .2
    }
    to {
        -webkit-transform: scale(100);
        -moz-transform: scale(100);
        transform: scale(100);
        opacity: 0
    }
}

@-webkit-keyframes work-animation {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes work-animation {
    from {
        -moz-transform: scale(0);
        transform: scale(0)
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes work-animation {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}