@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #333131;
    font-family: "Muli", sans-serif !important;
    margin-top: 0
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 38px;
    font-weight: 800
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500
}

h6 {
    font-size: 14px
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

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

p {
    margin: 0;
	font-family: "Muli", sans-serif !important;
}

body {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: color-contrast(var(--background) vs #333, #fff);
    font-weight: 400;
    overflow-x: hidden
}

@-moz-document url-prefix() {
    body {
        font-weight: 300
    }
}

ul {
    margin: 0;
    padding-left: 0
}

section {
    padding: 50px 0;
    position: relative;
    overflow: hidden
}

::-moz-selection {
    background: #95db23;
    color: #fff
}

::selection {
    background: #95db23;
    color: #fff
}

::-moz-selection {
    background: #95db23;
    color: #fff
}

select.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 0;
    border: 0
}

.custom-select {
    width: 100%;
    border-bottom: 1px solid #999494
}

.custom-select:focus {
    border-color: #95db23
}

select.custom-select {
    background: url(../images/icon/down.png) no-repeat;
    background-position: right 10px top 0
}

input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ot-btn {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    padding: 0 45px;
    line-height: 50px!important;
    outline: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    position: relative;
    color: #999494!important;
}

.ot-btn:hover,
.ot-btn:focus {
    text-decoration: none
}

.border-dark:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 25px;
    border: 2px solid #999494;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-right: 0;
    border-bottom: 0;
    content: ""
}

.border-dark:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 25px;
    border: 2px solid #999494;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-left: 0;
    border-top: 0;
    content: ""
}

.border-dark:hover:after,
.border-dark:hover:before {
    width: 100%;
    height: 100%;
    border-color: #95db23
}

.border-dark:hover {
    color: #95db23
}

.border-theme:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 25px;
    border: 2px solid #95db23;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-right: 0;
    border-bottom: 0;
    content: ""
}

.border-theme:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 25px;
    border: 2px solid #95db23;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-left: 0;
    border-top: 0;
    content: ""
}

.border-theme:hover:after,
.border-theme:hover:before {
    width: 100%;
    height: 100%;
    border-color: #95db23
}

.ot-btn-classic {
    font-size: 14px;
    text-align: center;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    background: #95db23;
    display: inline-block
}

.ot-btn-classic:hover,
.ot-btn-classic:focus {
    text-decoration: none;
    background: #cc5d00;
    color: #fff
}

.ot-btn-border-classic {
    font-size: 14px;
    text-align: center;
    padding: 0 25px;
    line-height: 36px;
    color: #999494;
    border: 2px solid #999494;
    display: inline-block
}

.ot-btn-border-classic:hover,
.ot-btn-border-classic:focus {
    text-decoration: none;
    border-color: #95db23;
    color: #95db23
}

.btn-style-2 {
    color: #95db23;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-style-2:before {
    position: absolute;
    top: 0;
    left: -webkit-calc(5%+45px);
    left: calc(5%+45px);
    width: -webkit-calc(90% - 90px);
    width: calc(90% - 90px);
    height: 0;
    border: 2px solid #95db23;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    content: "";
    -webkit-transition: left .3s ease-out, width .3s ease-out, height .3s ease-out .3s;
    transition: left .3s ease-out, width .3s ease-out, height .3s ease-out .3s
}

.btn-style-2:after {
    position: absolute;
    bottom: 0;
    left: -webkit-calc(5%+45px);
    left: calc(5%+45px);
    width: -webkit-calc(90% - 90px);
    width: calc(90% - 90px);
    height: 0;
    border: 2px solid #95db23;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    content: "";
    -webkit-transition: left .3s ease-out, width .3s ease-out, height .3s ease-out .3s;
    transition: left .3s ease-out, width .3s ease-out, height .3s ease-out .3s
}

.btn-style-2:hover {
    color: #95db23
}

.btn-style-2:hover:before {
    width: 100%;
    height: 50%;
    left: 0;
    border: 2px solid #95db23;
    border-bottom: 0
}

.btn-style-2:hover:after {
    width: 100%;
    height: 50%;
    left: 0;
    border: 2px solid #95db23;
    border-top: 0
}

.btn-contact {
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px
}

header {
    padding: 0
}

.header-1,
.header-2,
.header-3,
.header-4,
.header-5,
.header-6,
.header-7 {
    display: inline-block;
    width: 100%
}

.logo {
    padding: 5px 0 0;
    display: inline-block
}

.btn-search-header {
    position: relative;
    display: inline-block;
    line-height: 70px;
    padding: 0 25px;
    font-size: 20px;
    color: #333;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-search-header:hover,
.btn-search-header:focus {
    color: #95db23
}

.btn-search-header>span {
    cursor: pointer
}

.btn-search-header span.open {
    position: fixed;
    top: 50px;
    right: 100px;
    font-size: 30px;
    z-index: 999
}

header {
    background: #fff;
    line-height: 0;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    border-top: 5px solid #95db23
}

header .animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

header>* {
    line-height: normal
}

header h1 {
    margin: 0
}

.form-control::-moz-placeholder {
    color: #95db23
}

.form-control::-webkit-input-placeholder {
    color: #95db23
}

.search-popup {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98)
}

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

.form-search-navi {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form-search-navi .form-control {
    padding: 18px 12px;
    height: auto;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 300px;
    background: transparent;
    color: #95db23;
    border-bottom: 1px solid #95db23
}

.form-search-navi button {
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 20px;
    right: 0;
    line-height: 40px;
    z-index: 99
}

.acc-box {
    display: inline-block;
    padding: 25px 0
}

.acc-box a {
    font-size: 20px;
    color: #999494;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    margin: 0 30px;
    line-height: 50px
}

.acc-box a:hover {
    color: #95db23
}

.cart-button {
    position: relative
}

.icon-cart {
    color: #999494;
    font-size: 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    line-height: 100px;
    padding: 0 25px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.icon-cart:hover {
    color: #95db23
}

.mini-cart-counter {
    font-size: 10px;
    color: #fff;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-webkit-calc(-50%+9px), -webkit-calc(-50% - 14px));
    -ms-transform: translate(calc(-50%+9px), calc(-50% - 14px));
    transform: translate(calc(-50%+9px), calc(-50% - 14px));
    background: #95db23;
    text-align: center;
    line-height: 14px
}

.top_cart_list_product {
    display: none;
    border: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 14px;
    list-style: none;
    margin: 0;
    min-width: 200px;
    padding: 10px 20px 20px 20px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    border-top: 3px solid #95db23
}

.top_cart_list_product .img-thumb {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 90px
}

.top_cart_list_product .product_list_widget {
    list-style: none
}

.top_cart_list_product .mini_cart_item {
    display: block;
    width: 270px;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    float: left;
    position: relative
}

.top_cart_list_product .product-detail {
    padding-left: 100px;
    font-size: 13px
}

.top_cart_list_product .product-detail a {
    color: #999494;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    outline: 0
}

.top_cart_list_product .product-detail a:hover {
    color: #95db23
}

.top_cart_list_product .product-detail .quantity {
    display: block;
    color: #333131;
    font-size: 13px
}

.top_cart_list_product .remove {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px
}

.top_cart_list_product .total {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    text-align: right;
    color: #555
}

.top_cart_list_product .buttons {
    margin: 0;
    padding-top: 10px;
    text-align: left
}

.bg-dark .btn-menu-mobile {
    color: #333
}

.btn-menu-mobile {
    position: relative;
    display: inline-block;
    line-height: 70px;
    font-size: 35px;
    font-weight: 800;
    color: #333;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-menu-mobile:hover,
.btn-menu-mobile:focus {
    color: #95db23
}

.mm-navbar-top-1 {
    height: auto
}

.mm-navbar-top-1 img {
    height: 70px;
    margin: 0 auto
}

.mm-navbar-top-2 {
    top: 0
}

.mm-hasnavbar-top-2 .mm-panels {
    top: 50px
}

.main-nav>ul {
    display: inline-block;
    list-style: none;
    width: 100%
}

.main-nav>ul>li {
    display: inline-block;
    position: relative
}

.bg-dark .main-nav>ul>li>a {
    color: #333
}

.main-nav>ul>li>a {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    color: #333;
    font-weight: 800;
    font-size: 14px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.main-nav>ul>li:hover>a,
.main-nav>ul>li:focus>a {
    color: #333
}

.main-nav>ul>li:hover {
    background: #95db23
}

.main-nav>ul>li.current_page_item {
    background: #95db23
}

.main-nav>ul>li>ul {
    display: none;
    list-style: none;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    white-space: nowrap;
    -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.176);
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.176)
}

.main-nav>ul>li>ul li {
    position: relative
}

.main-nav>ul>li>ul li a {
    font-size: 14px;
    line-height: 45px;
    color: #333;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    padding: 0 15px;
    border-top: 1px solid #eee
}

.main-nav>ul>li>ul li:hover>a,
.main-nav>ul>li>ul li:focus>a {
    background: #95db23
}

.main-nav>ul>li>ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    list-style: none;
    min-width: 200px;
    background: #fffdfc;
    white-space: nowrap;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176)
}

.main-nav>ul>li.active>a {
    color: #95db23
}

.open-nav {
    display: block !important;
    z-index: 9
}

.header-home .logo {
    float: left;
    margin-left: 40px
}

.header-home .logo img {
    padding-right: 30px;
    border-right: 1px solid #dfdede
}

.header-home .btn-search-header {
    float: left
}

.header-home .btn-menu-mobile {
    display: none;
    float: right;
    padding-right: 0
}

.header-home nav {
    float: right;
    margin-right: 40px
}

.header-home nav>ul>li:last-child a {
    padding-right: 0
}

.bg-transparent {
    border-top: 5px solid #95db23
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9
}

.header-1 nav {
    float: right
}

.header-1 .btn-search-header {
    float: right;
    padding-right: 0
}

.header-1 .btn-menu-mobile {
    display: none;
    float: right
}

.header-2 .logo {
    float: left
}

.header-2 .btn-menu-mobile {
    float: right;
    padding-right: 0
}

.header-3 .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-3 .widget-social-list {
    float: left
}

.header-3 .widget-social-list li:first-child a {
    padding-left: 0
}

.header-3 .btn-menu-mobile {
    float: right;
    padding-right: 0
}

.header-4 .logo {
    float: left
}

.header-4 .logo img {
    padding-right: 30px;
    border-right: 1px solid #dfdede
}

.header-4>.cart-button {
    float: right
}

.header-4>.cart-button>a {
    padding-right: 0
}

.header-4 .acc-box {
    float: right
}

.header-4 .btn-menu-mobile {
    float: left
}

.header-5 .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-5 .widget-social-list {
    float: left
}

.header-5 .widget-social-list li:first-child a {
    padding-left: 0
}

.header-5 .btn-menu-mobile {
    float: right;
    padding-right: 0
}

.header-6 nav {
    float: left
}

.header-6 .widget-social-list {
    float: right
}

.header-6 .widget-social-list li:last-child a {
    padding-right: 0
}

.header-6 .logo {
    float: left;
    margin-right: 70px
}

.header-6 .btn-menu-mobile {
    display: none;
    float: right;
    padding-right: 0
}

.header-7 .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-7>.cart-button {
    float: right
}

.header-7>.cart-button>a {
    padding-right: 0
}

.header-7 .acc-box {
    float: right
}

.header-7 .btn-menu-mobile {
    float: left;
    padding-left: 0
}

.header-8 {
    position: relative
}

.header-8 nav {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #faf8f7
}

.header-8 .widget-social-list {
    float: left
}

.header-8 .widget-social-list li:first-child a {
    padding-left: 0
}

.header-8 .acc-box {
    float: right
}

.header-8>.cart-button {
    float: right
}

.header-8>.cart-button>a {
    padding-right: 0
}

.header-8 .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-8 .main-nav>ul {
    text-align: center
}

.header-8 .main-nav>ul>li>ul {
    text-align: left
}

.header-8 .btn-menu-mobile {
    display: none;
    float: right
}

.header-9 .logo {
    float: left
}

.header-9 .acc-box {
    float: right
}

.header-9>.cart-button {
    float: right
}

.header-9>.cart-button>a {
    padding-right: 0
}

.header-9 nav {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #faf8f7
}

.header-9 .main-nav>ul {
    text-align: center
}

.header-9 .main-nav>ul>li>ul {
    text-align: left
}

.header-9 .btn-menu-mobile {
    display: none;
    float: right
}

.header-10 .logo {
    float: left
}

.header-10 .acc-box {
    float: right
}

.header-10 nav {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #faf8f7
}

.header-10 nav>ul {
    float: right;
    width: auto
}

.header-10 nav>ul>li:last-child a {
    padding-right: 0
}

.header-10 .btn-search-header {
    float: left;
    display: inline-block;
    padding-left: 0
}

.header-10 .btn-menu-mobile {
    display: none;
    float: right
}

.header-10>.cart-button {
    float: right
}

.header-10>.cart-button>a {
    padding-right: 0
}

.header-kits header {
    margin-top: 30px;
    clear: both
}

.left-navigation {
    padding-left: 300px
}

.left-navigation .sidebar-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    padding: 30px 0;
    z-index: 100;
    background: #ffffff;
    border-right: 1px solid #f3f3f3;
    color: #777;
    font-size: 13px
}

.sidebar-nav nav {
    margin-top: 50px;
    margin-bottom: 50px
}

.sidebar-nav .widget-social-list {
    padding-left: 40px
}

.sidebar-nav .widget-social-list a {
    padding: 0 15px;
    line-height: 16px
}

.sidebar-nav .widget-social-list li:first-child a {
    padding-left: 0
}

.sidebar-nav .logo {
    display: block;
    padding: 0 40px
}

.sidebar-nav .logo img {
    margin: 0 auto;
    max-width: 170px
}

.left-nav ul {
    list-style: none
}

.left-nav li {
    position: relative
}

.left-nav>ul>li ul {
    position: absolute;
    left: -webkit-calc(100%+20px);
    left: calc(100%+20px);
    opacity: 0;
    top: -1px;
    min-width: 200px;
    -webkit-transition: left .3s ease 0, opacity .3s;
    transition: left .3s ease 0, opacity .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    white-space: nowrap
}

.left-nav>ul>li>a {
    display: block;
    line-height: 24px;
    color: #999494;
    font-size: 16px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px 40px;
    border-top: 1px solid #f3f3f3
}

.left-nav>ul>li>a:hover,
.left-nav>ul>li>a:focus {
    color: #95db23
}

.left-nav>ul>li:last-child {
    border-bottom: 1px solid #f3f3f3
}

.left-nav>ul>li:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #95db23;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0
}

.left-nav>ul>li.active:after {
    width: 3px
}

.left-nav>ul>li.active>a {
    color: #95db23
}

.left-nav li:hover>ul {
    opacity: 1;
    left: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.left-nav>ul>li>ul li {
    position: relative;
    background: #333131
}

.left-nav>ul>li>ul li a {
    color: #ffffff;
    display: block;
    line-height: 20px;
    font-size: 14px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px 15px
}

.left-nav>ul>li>ul li:hover>a {
    color: #95db23
}

.header-on-sm {
    line-height: 0;
    padding: 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176)
}

.header-on-sm>* {
    line-height: normal
}

.header-on-sm .btn-menu-mobile {
    float: right;
    line-height: 100px
}

.contact-info {
    padding: 30px;
    font-size: 14px
}

.contact-info a {
    color: #333
}

.contact-info a:hover {
    color: #333
}

header.is_stuck {
    z-index: 999;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.widget-title,.wp-block-heading {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 0;
    clear: both;
    background: #e2e2e2;
    padding: 10px
}

.widget {
    margin-bottom: 45px
}

.widget li a {
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.widget h3 {font-weight: 500;
    color: #ffffff;
    font-size: 18px;}

.widget li a:hover {
    color: #95db23
}

.sidebar .widget {
    margin-bottom: 45px
}

.sidebar .widget-social-list li a {
    line-height: 40px
}

.sidebar .widget-social-list li:first-child a {
    padding-left: 0
}

.widget_product_tag_cloud a {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 500;
    color: #999494;
    background: #faf8f7;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.widget_product_tag_cloud a:hover {
    color: #ffffff;
    background: #95db23
}

.widget_product_search .contact-input {
    line-height: 40px;
    color: #999494
}

.widget_product_search .contact-input:hover,
.widget_product_search .contact-input:focus {
    color: #999494
}

.widget_product_search .search-form {
    position: relative
}

.widget_product_search .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 16px;
    line-height: 40px
}

.widget_product_search .search-form button:hover {
    color: #95db23
}

.widget_product_categories ul,
.widget_product_sort ul,
.widget_product_price ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul {
    list-style: none;
    padding: 10px
}

.widget_product_categories li.active a,
.widget_product_sort li.active a,
.widget_product_price li.active a,
.widget_recent_comments li.active a,
.widget_pages li.active a,
.widget_recent_entries li.active a,
.widget_archive li.active a,
.widget_categories li.active a,
.widget_meta li.active a {
    color: #95db23
}

.widget_search button {
    position: absolute;
    top: 0;
    right: 15px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 16px;
    line-height: 40px
}

.widget_search button:hover {
    color: #95db23
}

.widget_search .contact-input {
    line-height: 40px;
    color: #999494
}

.widget_search .contact-input:hover,
.widget_search .contact-input:focus {
    color: #999494
}

.comment-author-link a.url {
    color: #95db23
}

.textwidget ul,
.textwidget ol {
    padding-left: 0;
    list-style: none
}

.widget-contact-info {
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #999494
}

.widget-contact-info a {
    color: #999494
}

.widget-contact-info li {
    display: block;
    position: relative;
    padding-left: 35px
}

.widget-contact-info span {
    font-size: 20px;
    color: #95db23;
    position: absolute;
    top: 0;
    left: 0
}

.widget-contact-info li {
    margin-bottom: 10px
}

.widget_nav_menu ul {
    list-style: none;
    border: solid 1px rgba(0, 0, 0, 0.1)
}

.widget_nav_menu ul li:hover,
.widget_nav_menu ul li.current-menu-item {
    background: #95db23
}

.widget_nav_menu ul li:hover a,
.widget_nav_menu ul li.current-menu-item a {
    color: #ffffff
}

.widget_nav_menu ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px 20px 10px 20px
}

.widget_nav_menu ul li a {
    display: block
}

.widget_nav_menu ul li:last-child {
    border-bottom: 0
}

.widget-prochures ul {
    list-style: none
}

.widget-prochures li a.button-brochures {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
    line-height: 48px;
    text-transform: uppercase;
    color: #727272;
    padding: 0 25px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.widget-prochures li a.button-brochures:hover {
    color: #ffffff;
    background: #95db23
}

.boxed {
    margin-left: 80px;
    margin-right: 80px
}

.relative {
    position: relative
}

.dark {
    background: #333131
}

.grey {
    background: #999494
}

.no-padding {
    padding: 0 !important
}

.line-top-left {
    height: 10px;
    position: absolute;
    top: 102px;
    left: 0;
    background: #95db23
}

.line-top-right {
    height: 2px;
    position: absolute;
    top: 102px;
    right: 0;
    background: #dfdede
}

.no-padding .line-top-right {
    top: 10px
}

.w-240 {
    width: 240px
}

.w-680 {
    width: 680px
}

.o-hidden {
    overflow: hidden !important
}

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

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

.mgt-150 {
    margin-top: 150px
}

.clearfix {
    clear: both
}

.pdb-0 {
    padding-bottom: 0
}

.left-navigation .container {
    max-width: 100%
}

.mCS-sm-line {
    overflow: visible
}

.mCS-sm-line .mCSB_container {
    margin-right: 0;
    overflow: visible
}

.mCS-sm-line .mCSB_1_scrollbar {
    right: auto;
    left: 0
}

.bg-dark {
    background: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.bg-img {
    min-height: 350px !important;
    background-image: url(../images/breadcumb.jpg);
    background-position: center;
    margin-top: 75px;
    background-size: 100% 100%
}

.bg-image-post {
    position: absolute;
    height: 100%;
    border: 5px solid #95db23;
    padding: 0 10px 0 10px
}

.color-theme {
    color: #95db23
}

.dark-color {
    color: #333131
}

.title-on-dark {
    color: #ffffff
}

h2.title-with-sub {
    margin-bottom: 15px
}

h3.title-with-sub {
    margin-bottom: 10px;
    font-size: 31px
}

.sub-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500
}

.owl-page-h .owl-controls {
    position: absolute;
    top: 95px;
    right: 80px;
    counter-reset: number
}

.owl-page-h .owl-controls .owl-dot {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #dfdede;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 30px;
    position: relative
}

.owl-page-h .owl-controls .owl-dot:after {
    content: "";
    width: 2px;
    height: 0;
    top: -webkit-calc(100%+30px);
    top: calc(100%+30px);
    left: 5px;
    position: absolute;
    background: #95db23;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.owl-page-h .owl-controls .owl-dot.active {
    border-color: #95db23;
    background: #95db23;
    margin-bottom: 160px
}

.owl-page-h .owl-controls .owl-dot.active:after {
    height: 100px
}

.owl-page-h .owl-controls .owl-dot:before {
    counter-increment: number;
    content: "0" counter(number);
    color: #95db23;
    font-size: 25px;
    position: absolute;
    opacity: 0;
    top: -8px;
    right: -60px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.owl-page-h .owl-controls .owl-dot.active:before {
    opacity: 1
}

.owl-page-h .owl-controls .owl-dot:last-of-type.active {
    margin-bottom: 0
}

.owl-page-h .owl-controls .owl-dot:last-of-type.active:after {
    display: none
}

.owl-page-top-right .owl-controls {
    position: absolute;
    top: 0;
    right: 100px
}

.owl-page-top-right .owl-controls .owl-dot {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #dfdede;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 30px;
    position: relative
}

.owl-page-top-right .owl-controls .owl-dot.active {
    border-color: #95db23;
    background: #95db23
}

.btn-1 {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #999494;
    opacity: .8;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer
}

.btn-1:hover {
    color: #95db23;
    opacity: 1
}

.btn-1.prev {
    left: 60px
}

.btn-1.next {
    right: 60px
}

.page-pagination.style-1 {
    position: relative;
    line-height: 60px;
    list-style: none;
    display: inline-block;
    vertical-align: top
}

.page-pagination.style-1 li {
    display: inline-block;
    margin-right: 30px
}

.page-pagination.style-1 li a,
.page-pagination.style-1 li span {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #dfdede;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
    position: relative
}

.page-pagination.style-1 li a:hover,
.page-pagination.style-1 li span:hover {
    background: #95db23;
    border-color: #95db23
}

.page-pagination.style-1 li span:after {
    content: "";
    width: 0;
    height: 2px;
    top: 5px;
    left: 35px;
    position: absolute;
    background: #95db23;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.page-pagination.style-1 li span.current {
    background: #95db23;
    border-color: #95db23;
    margin-right: 100px
}

.page-pagination.style-1 li span.current:after {
    width: 100px
}

.page-pagination.style-1 li:last-child span:after {
    display: none;
    margin: 0
}

.current-page {
    font-size: 60px;
    color: #95db23;
    margin-right: 30px;
    line-height: 60px
}

.page-pagination.style-2 {
    line-height: 40px;
    list-style: none;
    display: inline-block;
    font-size: 20px
}

.page-pagination.style-2 li {
    display: inline-block;
    margin: 0 15px
}

.page-pagination.style-2 li a {
    vertical-align: middle;
    color: #999494;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.page-pagination.style-2 li a:hover {
    color: #95db23
}

.page-pagination.style-2 li span.current {
    color: #95db23
}

.page-pagination.style-2 a.next,
.page-pagination.style-2 a.prev {
    font-size: 40px
}

@-webkit-keyframes fly {
    0 {
        opacity: 0;
        top: 50%
    }
    20% {
        opacity: 1;
        top: 40%
    }
    100% {
        opacity: 0;
        top: 20%
    }
}

@keyframes fly {
    0 {
        opacity: 0;
        top: 50%
    }
    20% {
        opacity: 1;
        top: 40%
    }
    100% {
        opacity: 0;
        top: 20%
    }
}

.widget-social-list {
    list-style: none;
    display: inline-block
}

.widget-social-list li {
    display: inline-block;
    color: #ffffff
}

.widget-social-list li a {
    color: #999494;
    font-size: 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0 10px;
    line-height: 40px
}

.widget-social-list li a:hover {
    color: #95db23
}

.widget-social-list-2 {
    list-style: none
}

.widget-social-list-2 li {
    display: inline-block
}

.widget-social-list-2 li a {
    color: #999494;
    font-size: 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0 20px;
    line-height: 60px
}

.widget-social-list-2 li a:hover {
    color: #95db23
}

.widget-social-list-2.left li:first-child a {
    padding-left: 0
}

.bg-top-right {
    background: url(../images/bg/experience-1.png) no-repeat;
    background-position: top right;
    -webkit-background-origin: content-box;
    background-origin: content-box
}

.bg-top-left {
    background: url(../images/bg/experience-1.png) no-repeat;
    background-position: top left;
    -webkit-background-origin: content-box;
    background-origin: content-box
}

.experience-year span {
    font-size: 250px;
    color: #95db23;
    font-weight: 700;
    display: inline-block;
    line-height: 1
}

.experience-year .des-text {
    display: inline-block;
    vertical-align: 50px
}

.experience-year strong {
    font-size: 50px;
    color: #333131;
    letter-spacing: 4px;
    line-height: 65px
}

.experience-year p {
    font-size: 25px;
    color: #999494;
    line-height: 30px
}

.ey1 {
    margin-top: 80px
}

.counter-block {
    text-align: center
}

.counter-block span.counter {
    font-size: 40px;
    color: #fffdfc;
    line-height: 60px
}

.counter-block span.icon {
    font-size: 40px;
    color: #fffdfc;
    line-height: 40px;
    display: block
}

.counter-block p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 40px
}

.owl-portfolio-h1 {
    position: relative
}

.portfolio-des h3 {
    font-size: 31px;
    margin-top: 15px
}

.portfolio-des p {
    margin-bottom: 45px
}

.outter-btn {
    padding: 0 50px;
    background: #ffffff;
    position: absolute;
    top: -25px;
    right: 325px
}

.item-testimonial-1 {
    color: #bfbdbd;
    max-width: 700px;
    margin: 0 auto
}

.item-testimonial-1 p {
    margin: 30px auto
}

.item-testimonial-1 h2 {
    font-size: 38px;
    line-height: 57px;
    color: #fffdfc;
    letter-spacing: 3px
}

.item-testimonial-1 strong {
    color: #ffffff;
    margin-right: 10px
}

.partner-item img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 auto
}

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

.contact-input {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #999494;
    width: 100%;
    line-height: 57px;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.contact-input:hover,
.contact-input:focus {
    color: #333131;
    border-bottom-color: #95db23
}

.contact-input::-webkit-input-placeholder {
    color: #333131
}

.contact-input:-moz-placeholder {
    color: #333131
}

.contact-input::-moz-placeholder {
    color: #333131
}

.contact-input:-ms-input-placeholder {
    color: #333131
}

.textarea-contact {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #999494;
    width: 100%;
    min-height: 130px;
    resize: vertical;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.textarea-contact:hover,
.textarea-contact:focus {
    color: #333131;
    border-bottom-color: #95db23
}

.textarea-contact::-webkit-input-placeholder {
    color: #333131
}

.textarea-contact:-moz-placeholder {
    color: #333131
}

.textarea-contact::-moz-placeholder {
    color: #333131
}

.textarea-contact:-ms-input-placeholder {
    color: #333131
}

.on-dark .contact-input:hover,
.on-dark .contact-input:focus {
    color: #ffffff
}

.on-dark .textarea-contact:hover,
.on-dark .textarea-contact:focus {
    color: #ffffff
}

.on-dark .ot-btn {
    color: #fffdfc
}

.on-dark .ot-btn:hover {
    color: #95db23
}

.on-dark .textarea-contact::-webkit-input-placeholder {
    color: #eee
}

.on-dark .textarea-contact:-moz-placeholder {
    color: #eee
}

.on-dark .textarea-contact::-moz-placeholder {
    color: #eee
}

.on-dark .textarea-contact:-ms-input-placeholder {
    color: #eee
}

.on-dark .contact-input::-webkit-input-placeholder {
    color: #eee
}

.on-dark .contact-input:-moz-placeholder {
    color: #eee
}

.on-dark .contact-input::-moz-placeholder {
    color: #eee
}

.on-dark .contact-input:-ms-input-placeholder {
    color: #eee
}

.portfolio-warp {
    display: inline-block;
    width: 100%
}

.portfolio-home2-item {
    overflow: hidden;
    position: relative;
    padding: 10px
}

.portfolio-home2-item img {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.portfolio-home2-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(51, 49, 49, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 2
}

.portfolio-home2-item .btn-detail-project {
    width: 36px;
    height: 36px;
    color: #95db23;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-18px, -50px) rotate(45deg);
    -ms-transform: translate(-18px, -50px) rotate(45deg);
    transform: translate(-18px, -50px) rotate(45deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 36px
}

.portfolio-home2-item h4 a {
    color: #fffdfc;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.portfolio-home2-item h4 a:hover {
    color: #95db23
}

.portfolio-home2-item p {
    position: absolute;
    color: #ffffff;
    margin: 15px;
    top: 25%;
    text-align: center
}

.portfolio-home2-item h4 {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, 25px);
    -ms-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 35px
}

.portfolio-home2-item .cate-project {
    color: #bfbdbd;
    position: absolute;
    top: 70%;
    left: 50%;
    width: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 55px);
    -ms-transform: translate(-50%, 55px);
    transform: translate(-50%, 55px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.portfolio-home2-item .cate-project:hover {
    color: #95db23
}

.portfolio-home2-item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.portfolio-home2-item:hover .overlay {
    opacity: 1
}

.portfolio-home2-item:hover .overlay h4 {
    top: 10%
}

.footer-portfolio {
    display: inline-block;
    width: 100%;
    background: #333131;
    padding: 40px 76px;
    line-height: 50px
}

.footer-portfolio p {
    float: left;
    color: #fcfbfa;
    margin-bottom: 0
}

.footer-portfolio .ot-btn {
    float: right;
    color: #fcfbfa
}

.footer-portfolio .ot-btn:hover {
    color: #95db23
}

.ey2 {
    margin-bottom: 60px
}

.item-testimonial-2 {
    position: relative;
    padding: 40px 0
}

.item-testimonial-2 img {
    position: absolute;
    top: 0;
    left: 0
}

.item-testimonial-2 .info {
    padding-left: 200px;
    padding-right: 150px;
    color: #fffdfc;
    font-size: 14px;
    line-height: 28px
}

.item-testimonial-2 .info span {
    color: #999494
}

.latest-post {
    margin-top: 60px
}

.item-latest-post .desc {
    padding: 20px 0
}

.item-latest-post h4 {
    margin-bottom: 8px
}

.item-latest-post h4 a {
    font-size: 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #333131
}

.item-latest-post h4 a:hover {
    color: #95db23
}

.item-latest-post .date-post {
    color: 14px;
    color: #bfbdbd
}

.item-latest-post img {
    width: 100%
}

.one-half {
    width: 50%;
    float: left;
    min-height: 658px
}

.one-half.last {
    padding: 180px 90px
}

.contact-form-home2 .ot-btn {
    color: #fffdfc
}

.contact-form-home2 .ot-btn:hover {
    color: #95db23
}

.sub-header {
    position: absolute;
    text-align: right;
    top: 35%;
    padding: 0 50px 0 20px;
    width: 100%
}

.sub-header h2 {
    color: #fffdfc;
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.sub-header .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600
}

.sub-header .breadcrumb a {
    color: #95db23
}

.vp-filter__style-default {
    display: none !important
}

.sub-header .breadcrumb li a {
    color: #bfbdbd;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.sub-header .breadcrumb li a:hover {
    color: #ffffff
}

.sub-header .breadcrumb li.active {
    color: #bfbdbd;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.breadcrumb.left {
    padding-left: 0
}

.sub-header.depen-on-img img {
    visibility: hidden
}

.item-post {
    text-align: center;
    margin-bottom: 50px
}

.item-post .desc {
    max-width: 790px;
    padding: 25px;
    margin: 0 auto
}

.item-post h4 {
    margin-bottom: 0
}

.item-post h4 a {
    font-size: 25px;
    line-height: 30px;
    color: #333131;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.item-post h4 a:hover {
    color: #95db23
}

.item-post .meta {
    line-height: 60px
}

.item-post .meta a {
    color: #999494;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.item-post .meta a:hover {
    color: #95db23
}

.item-post .ot-btn {
    margin-top: 30px
}

.meta-single-post {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(51, 49, 49, 0.98);
    width: 100%;
    min-height: 100px
}

.meta-single-post a,
.meta-single-post span {
    color: #fffdfc
}

.meta-single-post a {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.meta-single-post a:hover {
    color: #95db23
}

.meta-single-post p {
    padding-top: 20px;
    margin-bottom: 5px
}

.author-post {
    position: relative;
    padding-left: 125px;
    min-height: 100px
}

.author-post img {
    height: 100px;
    position: absolute;
    top: 0;
    left: 0
}

.sub-header-inner.bottom-left {
    position: absolute;
    bottom: 150px
}

.sub-header.full {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px)
}

article.post img {
    width: 100%;
    height: 100%
}

.list-comments ul.commentlist {
    margin-top: 20px;
    display: inline-block;
    width: 100%
}

.list-comments ul,
.list-comments ol {
    list-style: none
}

.list-comments li {
    width: 100%;
    position: relative;
    padding-left: 125px;
    margin-bottom: 50px
}

.list-comments li .user-image {
    position: absolute;
    top: 0;
    left: 0
}

.list-comments strong.name {
    font-size: 16px;
    font-weight: 600
}

.list-comments .comment-right {
    background: #fcfbfa;
    padding: 40px
}

.list-comments .comment-info {
    display: inline-block;
    width: 100%
}

.list-comments .c-reply {
    font-weight: 500;
    color: #95db23;
    font-size: 14px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.list-comments .c-reply:hover {
    color: #cc5d00
}

.list-comments .children {
    padding-left: 120px
}

.comment-form {
    margin-top: 30px
}

.comment-form .contact-input {
    border-bottom-color: #bfbdbd
}

.comment-form .contact-input:hover,
.comment-form .contact-input:focus {
    border-color: #95db23
}

.comment-form .textarea-contact {
    border-bottom-color: #bfbdbd
}

.comment-form .textarea-contact:hover,
.comment-form .textarea-contact:focus {
    border-color: #95db23
}

.project-info h2 {
    font-size: 31px;
    color: #fffdfc
}

.table-detail-project {
    width: 100%
}

.table-detail-project tr>td:first-child {
    width: 30%
}

.table-detail-project span,
.table-detail-project a {
    color: #333131;
    font-weight: 500
}

.table-detail-project a:hover {
    color: #95db23
}

.table-detail-project td {
    vertical-align: top
}

.widget-social-list.small-line-height li a {
    line-height: 50px
}

article.project-post-2 img {
    margin-top: 0
}

.meta-single-post-2 {
    padding-top: 34px;
    padding-bottom: 40px
}

.bg-top-right-services {
    background: url(../images/bg/bg-services.png) no-repeat;
    background-position: center right;
    -webkit-background-origin: content-box;
    background-origin: content-box
}

.services-post {
    margin-bottom: 70px;
    position: relative
}

.services-post .desc {
    padding: 80px 0
}

.services-post .bg-image-post img {
    display: none
}

.title-block-number {
    margin-bottom: 30px;
    position: relative
}

.title-block-number .big-number {
    font-size: 94px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    color: #95db23;
    font-weight: 500
}

.title-block-number .title-with-sub {
    font-size: 31px;
    margin-bottom: 0;
    padding-top: 10px
}

.title-block-number span.sub-title {
    font-size: 16px;
    font-weight: 500
}

.item-team {
    padding-bottom: 30px;
    margin-bottom: 30px
}

.item-team h5 {
    margin-bottom: 5px
}

.item-team img {
    margin: 20px auto
}

.item-team span {
    font-size: 14px
}

.tabs-left,
.tabs-right {
    border: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
    background: transparent
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 0
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px
}

.tabs-left>li {
    margin-right: -1px
}

.tabs-right>li {
    margin-left: -1px
}

.tabs-left>li>a {
    margin-right: 0;
    display: block
}

.tabs-right>li>a {
    margin-right: 0
}

.nav-tabs li h4 a {
    font-size: 20px;
    color: #bfbdbd;
    margin-bottom: 35px;
    display: block
}

.tabs-left>li.active a {
    color: #95db23
}

.list-portfolio-warp {
    margin-top: 100px
}

.element-item {
    padding: 0;
    border: 20px solid #ffffff
}

.element-item.no-guter {
    border: 0
}

.projectFilter a {
    font-size: 16px;
    font-weight: 500;
    color: #bfbdbd;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    margin: 0 30px
}

.projectFilter a:hover,
.projectFilter a.current {
    color: #95db23
}

.warp-404 {
    position: relative
}

.warp-404 strong {
    letter-spacing: 3px;
    color: #95db23;
    font-weight: 400;
    line-height: 100px;
    font-size: 82px
}

.warp-404 p {
    font-size: 16px;
    line-height: 32px;
    color: #fffdfc
}

.warp-404 .warp-404-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.warp-comingsoon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.warp-comingsoon-inner strong {
    letter-spacing: 3px;
    color: #95db23;
    font-weight: 400;
    line-height: 100px;
    font-size: 82px
}

.warp-comingsoon-inner .logo {
    display: block
}

.warp-comingsoon-inner .logo img {
    margin: 30px auto
}

.warp-comingsoon-inner .widget-social-list {
    display: block;
    text-align: center
}

.item-counter-down {
    text-align: center
}

.item-counter-down span {
    font-size: 58px;
    color: #fffdfc;
    letter-spacing: 2px
}

.item-counter-down p {
    font-size: 25px;
    color: #bfbdbd;
    text-transform: uppercase
}

.countdown {
    margin-top: 100px
}

.clear,
.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(fonts/star.eot);
    src: url(fonts/star.eot?#iefix) format("embedded-opentype"), url(fonts/star.woff) format("woff"), url(fonts/star.ttf) format("truetype"), url(fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(fonts/WooCommerce.eot);
    src: url(fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(fonts/WooCommerce.woff) format("woff"), url(fonts/WooCommerce.ttf) format("truetype"), url(fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #ffffff;
    z-index: 99998;
    -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2)
}

p.demo_store a {
    color: #ffffff
}

.admin-bar p.demo_store {
    top: 32px
}

.icon-box-inline {
    position: relative;
    padding: 20px 0 20px 80px
}

.icon-box-inline img,
.icon-box-inline span {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0
}

.icon-box-contact {
    position: relative;
    padding-left: 50px;
    clear: both;
    margin-bottom: 30px
}

.icon-box-contact img {
    position: absolute;
    top: 5px;
    left: 0
}

.icon-box-contact label {
    font-weight: 500;
    color: #ffffff;
    font-size: 16px
}

.icon-box-contact a {
    display: block;
    color: #999494
}

.icon-box-contact a:hover {
    text-decoration: underline
}

.icon-box-block {
    position: relative;
    padding: 20px 0
}

.icon-box-block img,
.icon-box-block span {
    height: 60px;
    margin-bottom: 20px
}

.icon-box-center {
    text-align: center;
    font-weight: 500
}

.icon-box-center .box-icon {
    height: 100px
}

.icon-box-center img,
.icon-box-center span {
    margin: 30px auto
}

.icon-box-center a {
    color: #999494
}

.icon-box-center a:hover {
    color: #999494;
    text-decoration: underline
}

.icon-box-center a,
.icon-box-center p {
    font-weight: 500
}

.icon-box-inline-sm {
    background: #fcfbfa;
    position: relative;
    padding: 20px 80px 20px 100px
}

.icon-box-inline-sm img,
.icon-box-inline-sm span {
    width: 80px;
    position: absolute;
    top: 20px;
    left: 0
}

.icon-box-inline-sm span {
    text-align: right;
    font-size: 36px;
    color: #95db23
}

.icon-box-inline-sm h5 {
    margin-bottom: 0
}

.icon-box-inline-sm p {
    margin-bottom: 0
}

.fixbtt {
    display: none;
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 30px;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 10000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #95db23;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.fixbtt:hover {
    background-color: #95db23;
    color: #ffffff
}

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

footer {
    background: #fffdfc;
    line-height: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative
}

footer p {
    color: #ffffff;
    line-height: 30px
}

footer>* {
    line-height: normal
}

.footer-link {
    list-style: none
}

.footer-link li {
    display: inline-block
}

.footer-link li a {
    color: #999494;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 100px;
    padding: 0 30px
}

.footer-link li a:hover,
.footer-link li a:focus {
    color: #95db23
}

.footer-link-2 {
    list-style: none
}

.footer-link-2 h4 {
    color: #ffffff
}

.footer-link-2 li {
    display: block
}

.footer-link-2 li a {
    color: #999494;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 40px;
    padding: 0
}

.footer-link-2 li a:hover,
.footer-link-2 li a:focus {
    color: #ffffff
}

.footer-link-2.on-light li a:hover {
    color: #333
}

.footer-home-1 .footer-inner {
    padding: 25px 20px
}

.footer-home-1 .logo {
    padding: 20px 0
}

.footer-home-1 .footer-link-2 {
    float: left;
    margin-top: 30px
}

.footer-home-1 .widget-social-list {
    float: left
}

.footer-home-1 .copyright {
    float: right;
    line-height: 28px;
    color: #ffffff
}

.copyright .footer-link-2 li a {
    line-height: 88px
}

footer h5 {
    color: #ffffff;
    margin: 25px 0
}

footer ul li {
    list-style: none;
    margin-bottom: 10px
}

footer ul li a {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    position: relative;
    color: #ffffff;
    opacity: .7
}

footer ul li a:hover {
    color: #ffffff
}

footer ul li a i {
    margin-right: 10px
}

.footer-1 {
    padding: 25px 80px
}

.footer-1 .logo {
    float: left
}

.footer-1 .widget-social-list {
    float: right
}

.footer-1 .copyright-text {
    padding-top: 38px
}

.footer-2 .footer-inner {
    padding: 25px 80px;
    display: inline-block;
    width: 100%
}

.footer-2 .logo {
    float: left
}

.footer-2 .footer-link {
    float: right
}

.footer-2 .copyright {
    padding: 0 80px;
    background: #333131;
    text-align: center;
    height: 88px;
    line-height: 88px;
    clear: both
}

.footer-3 .footer-inner {
    padding: 25px 80px;
    display: inline-block;
    width: 100%
}

.footer-3 .logo {
    float: left
}

.footer-3 .widget-social-list {
    float: right
}

.footer-3 .copyright {
    padding: 0 80px;
    background: #333131;
    min-height: 88px;
    clear: both;
    line-height: 88px
}

.footer-4 {
    text-align: center
}

.footer-4 .footer-inner {
    padding: 25px 0
}

.footer-4 .copyright {
    background: #333131;
    text-align: center;
    height: 88px;
    line-height: 88px;
    clear: both
}

.footer-5 .logo {
    padding-top: 0
}

.footer-5 .footer-inner {
    padding: 55px 80px
}

.footer-5 .copyright {
    margin-top: 80px
}

.footer-5 .widget-social-list li a {
    line-height: 40px
}

.footer-6 {
    text-align: center
}

.footer-6 .copyright {
    line-height: 150px
}

.footer-7 .logo {
    padding-top: 0
}

.footer-7 .footer-inner {
    padding: 55px 80px
}

.footer-7 .widget-social-list li a {
    line-height: 40px
}

.footer-7 .copyright {
    background: #333131;
    text-align: center;
    height: 88px;
    line-height: 88px;
    clear: both
}

footer.dark {
    background: #000
}

.rev_slider {
    z-index: 1
}

.rev_slider .ot-btn {
    color: #ffffff
}

.rev_slider .ot-btn:hover {
    color: #95db23
}

.custom.horizontal {
    left: 12% !important;
    counter-reset: number;
    width: auto !important
}

.custom.horizontal .tp-bullet {
    position: relative;
    display: inline-block;
    float: left;
    top: auto !important;
    left: auto !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-right: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent
}

.custom.horizontal .tp-bullet.selected {
    margin-right: 140px;
    background: #95db23;
    border-color: #95db23
}

.custom.horizontal .tp-bullet:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    top: 5px;
    left: -webkit-calc(100%+20px);
    left: calc(100%+20px);
    background: #95db23;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.custom.horizontal .tp-bullet:last-of-type::after {
    display: none
}

.custom.horizontal .tp-bullet.selected:after {
    width: 100px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.custom.horizontal .tp-bullet:before {
    counter-increment: number;
    content: "0" counter(number);
    color: #95db23;
    font-size: 60px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: -2px;
    opacity: 0
}

.custom.horizontal .tp-bullet:nth-of-type(1):before {
    left: -webkit-calc(-60px -(1 * 40px));
    left: calc(-60px -(1 * 40px))
}

.custom.horizontal .tp-bullet:nth-of-type(2):before {
    left: -webkit-calc(-75px -(2 * 40px));
    left: calc(-75px -(2 * 40px))
}

.custom.horizontal .tp-bullet:nth-of-type(3):before {
    left: -webkit-calc(-75px -(3 * 40px));
    left: calc(-75px -(3 * 40px))
}

.custom.horizontal .tp-bullet:nth-of-type(4):before {
    left: -webkit-calc(-75px -(4 * 40px));
    left: calc(-75px -(4 * 40px))
}

.custom.horizontal .tp-bullet:nth-of-type(5):before {
    left: -webkit-calc(-75px -(5 * 40px));
    left: calc(-75px -(5 * 40px))
}

.custom.horizontal .tp-bullet:nth-of-type(6):before {
    left: -webkit-calc(-75px -(6 * 40px));
    left: calc(-75px -(6 * 40px))
}

.custom.horizontal .tp-bullet:nth-of-type(7):before {
    left: -webkit-calc(-75px -(7 * 40px));
    left: calc(-75px -(7 * 40px))
}

.custom.horizontal .tp-bullet:nth-of-type(8):before {
    left: -webkit-calc(-75px -(8 * 40px));
    left: calc(-75px -(8 * 40px))
}

.custom.horizontal .tp-bullet:nth-of-type(9):before {
    left: -webkit-calc(-75px -(9 * 40px));
    left: calc(-75px -(9 * 40px))
}

.custom.horizontal .tp-bullet:nth-of-type(10):before {
    left: -webkit-calc(-75px -(10 * 40px));
    left: calc(-75px -(10 * 40px))
}

.custom.horizontal .tp-bullet.selected:before {
    opacity: 1
}

.custom.vertical {
    counter-reset: number
}

.custom.vertical .tp-bullet {
    position: relative;
    display: inline-block;
    float: left;
    top: auto !important;
    left: auto !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent
}

.custom.vertical .tp-bullet.selected {
    margin-bottom: 100px;
    background: #95db23;
    border-color: #95db23
}

.custom.vertical .tp-bullet:after {
    display: inline-block;
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    left: 5px;
    top: -webkit-calc(100%+10px);
    top: calc(100%+10px);
    background: #95db23;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.custom.vertical .tp-bullet:last-of-type::after {
    display: none
}

.custom.vertical .tp-bullet.selected:after {
    width: 2px;
    height: 80px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.custom.vertical .tp-bullet:before {
    counter-increment: number;
    content: "0" counter(number);
    color: #95db23;
    font-size: 60px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    opacity: 0
}

.custom.vertical .tp-bullet:nth-of-type(1):before {
    top: -webkit-calc(-50px -(1 * 40px));
    top: calc(-50px -(1 * 40px))
}

.custom.vertical .tp-bullet:nth-of-type(2):before {
    top: -webkit-calc(-50px -(2 * 40px));
    top: calc(-50px -(2 * 40px))
}

.custom.vertical .tp-bullet:nth-of-type(3):before {
    top: -webkit-calc(-50px -(3 * 40px));
    top: calc(-50px -(3 * 40px))
}

.custom.vertical .tp-bullet:nth-of-type(4):before {
    top: -webkit-calc(-50px -(4 * 40px));
    top: calc(-50px -(4 * 40px))
}

.custom.vertical .tp-bullet:nth-of-type(5):before {
    top: -webkit-calc(-50px -(5 * 40px));
    top: calc(-50px -(5 * 40px))
}

.custom.vertical .tp-bullet:nth-of-type(6):before {
    top: -webkit-calc(-50px -(6 * 40px));
    top: calc(-50px -(6 * 40px))
}

.custom.vertical .tp-bullet:nth-of-type(7):before {
    top: -webkit-calc(-50px -(7 * 40px));
    top: calc(-50px -(7 * 40px))
}

.custom.vertical .tp-bullet:nth-of-type(8):before {
    top: -webkit-calc(-50px -(8 * 40px));
    top: calc(-50px -(8 * 40px))
}

.custom.vertical .tp-bullet:nth-of-type(9):before {
    top: -webkit-calc(-50px -(9 * 40px));
    top: calc(-50px -(9 * 40px))
}

.custom.vertical .tp-bullet:nth-of-type(10):before {
    top: -webkit-calc(-50px -(10 * 40px));
    top: calc(-50px -(10 * 40px))
}

.custom.vertical .tp-bullet.selected:before {
    opacity: 0
}

.typo-1 {
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800
}

.typo-2 {
    color: #ffffff
}

#footercollapse {
    visibility: hidden
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-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% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0 {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0 {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0 {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0 {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0 {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0 {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0 {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0 {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0 {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0 {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0 {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0 {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0 {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0 {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0 {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0 {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0 {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

@keyframes fadeOutDown {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

@keyframes fadeOutLeft {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes fadeOutRight {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

@keyframes fadeOutUp {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0 {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0 {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0 {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0 {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0 {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0 {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0 {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0 {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0 {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0 {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0 {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0 {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0 {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0 {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0 {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0 {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0 {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0 {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0 {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0 {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0 {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0 {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0 {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0 {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0 {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0 {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0 {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0 {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0 {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0 {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0 {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
    0 {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0 {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0 {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes hinge {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0 {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        -ms-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        -ms-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0 {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0 {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0 {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        -ms-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        -ms-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeInUp2 {
    0 {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp2 {
    0 {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only screen and (max-width:1600px) {
    .bg-img {
        min-height: 315px !important;
        background-size: 100%
    }
    .header-6 .widget-social-list {
        display: none
    }
    .custom.horizontal {
        left: 4% !important
    }
    .w-240 {
        width: 140px
    }
    .item-testimonial-1 h2 {
        line-height: 45px
    }
    .owl-page-h .owl-controls {
        top: 0;
        right: 150px
    }
    .footer-home-1 .logo {
        padding-right: 15px
    }
    .footer-link-2 li a {
        padding: 0 15px
    }
}

@media only screen and (max-width:1440px) {
    .bg-img {
        min-height: 285px !important;
        background-size: 100%
    }
    .custom.horizontal {
        left: -2% !important
    }
    .bg-top-right {
        -webkit-background-size: 35% 35%;
        background-size: 35%
    }
    .footer-home-1 .footer-link-2 {
        display: none
    }
}

@media only screen and (max-width:1366px) {
    .bg-img {
        min-height: 270px !important;
        background-size: 100%
    }
    .main-nav>ul>li>a {
        padding: 0 10px
    }
    .header-8 .widget-social-list {
        display: none
    }
    .header-8 .logo {
        position: static;
        float: left;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .portfolio-des {
        padding-top: 15px;
        padding-right: 90px
    }
    .owl-page-h .owl-controls {
        top: 15px;
        right: 90px
    }
    .line-top-left {
        display: none
    }
    .bg-top-right-services {
        -webkit-background-size: 30% 30%;
        background-size: 30%
    }
    .w-680 {
        width: 380px
    }
    .footer-link-2 li a {
        padding: 0 10px
    }
    .widget-social-list li a {
        padding: 0 10px
    }
    .footer-link li a {
        padding: 0 10px
    }
    .footer-link-2 li a {
        padding: 0 10px
    }
}

@media only screen and (max-width:1280px) {
    .footer-home-1 .footer-link-2 {
        display: none
    }
    .line-top-right {
        display: none
    }
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1200px !important
    }
}

@media(min-width:1200px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1200px !important
    }
}

@media only screen and (max-width:1199px) {
    .bg-img {
        min-height: 235px !important;
        background-size: 100%
    }
    .main-nav>ul>li>a {
        padding: 0 6px;
        font-size: 13.5px
    }
    section {
        padding: 30px 0
    }
    header {
        padding: 0 15px
    }
    .boxed {
        margin-left: 0;
        margin-right: 0
    }
    .w-680 {
        width: 480px
    }
    .outter-btn {
        right: 125px
    }
    .counter-block {
        padding: 15px
    }
    .owl-page-h .owl-controls .owl-dot {
        margin-bottom: 15px
    }
    .owl-page-h .owl-controls .owl-dot.active {
        margin-bottom: 80px
    }
    .owl-page-h .owl-controls .owl-dot:after {
        top: -webkit-calc(100%+10px);
        top: calc(100%+10px)
    }
    .owl-page-h .owl-controls .owl-dot.active:after {
        height: 60px
    }
    .owl-page-h .owl-controls .owl-dot:before {
        font-size: 16px;
        right: -30px;
        top: -6px
    }
    .btn-1 {
        font-size: 30px
    }
    .footer-1 {
        text-align: center
    }
    .footer-1 .widget-social-list {
        float: none;
        display: block;
        text-align: center
    }
    .footer-1 .copyright-text {
        padding-top: 15px
    }
    .footer-1 .logo {
        float: none;
        margin: 0 auto
    }
    footer .widget-social-list li a {
        line-height: 40px
    }
    .footer-home-1 .widget-social-list,
    .footer-1 .widget-social-list,
    .footer-3 .widget-social-list {
        padding: 33px 0
    }
    .footer-1 .copyright-text {
        padding-top: 33px
    }
}

@media only screen and (max-width:1024px) {
    .bg-img {
        min-height: 200px !important;
        background-size: 100%
    }
    .sub-header h2 {
        font-size: 35px !important
    }
    header .logo {
        width: 130px;
        padding: 5px 0;
        margin-left: 0 !important
    }
    .portfolio-des h3 {
        font-size: 24px
    }
    .owl-page-h .owl-controls .owl-dot {
        margin-bottom: 15px
    }
    .owl-page-h .owl-controls .owl-dot.active {
        margin-bottom: 80px
    }
    .owl-page-h .owl-controls .owl-dot:after {
        top: -webkit-calc(100%+10px);
        top: calc(100%+10px)
    }
    .owl-page-h .owl-controls .owl-dot.active:after {
        height: 60px
    }
    .owl-page-h .owl-controls .owl-dot:before {
        font-size: 16px;
        right: -30px;
        top: -6px
    }
    .btn-1 {
        font-size: 30px
    }
    .item-testimonial-1 h2 {
        line-height: 36px;
        margin-bottom: 20px;
        font-size: 30px
    }
    .one-half {
        width: 100%;
        min-height: auto
    }
    .map-warp {
        max-height: 300px
    }
}

@media only screen and (max-width:991px) {
    .main-nav {
        display: none !important
    }
    .tp-bullets {
        display: none !important
    }
    .acc-box {
        display: none !important
    }
    .btn-menu-mobile {
        display: block !important
    }
    .sub-header-inner.bottom-left {
        top: 30px;
        bottom: auto
    }
    .mgt-sm-0 {
        margin-top: 0
    }
    .bg-top-right {
        background: transparent
    }
    .line-top-right {
        top: 50px
    }
    .portfolio-des {
        max-width: 100%;
        padding: 30px 15px
    }
    .item-testimonial-2 {
        padding: 0;
        min-height: 150px
    }
    .bg-top-right-services {
        background: transparent
    }
    .services-post .bg-image-post {
        background: none !important;
        position: static
    }
    .services-post .bg-image-post img {
        display: block;
        width: 100%
    }
    .warp-comingsoon-inner {
        text-align: center;
        width: 90%
    }
    .warp-comingsoon-inner strong {
        font-size: 45px;
        line-height: 50px
    }
    .countdown {
        display: inline-block;
        margin-top: 30px
    }
    .item-counter-down span {
        line-height: 100px
    }
    .warp-404 .warp-404-inner {
        width: 90%
    }
    .experience-year .des-text {
        vertical-align: baseline
    }
    .experience-year span {
        font-size: 82px
    }
    .experience-year strong {
        font-size: 32px;
        line-height: 32px
    }
    .experience-year p {
        font-size: 20px
    }
    .ey1 {
        margin-top: 30px
    }
    .portfolio-h1-item img {
        padding: 0 25px
    }
    .owl-page-h .owl-controls {
        margin-bottom: 60px;
        position: static;
        display: block;
        text-align: center
    }
    .owl-page-h .owl-controls .owl-dot {
        display: inline-block;
        background: #dfdede;
        margin: 15px
    }
    .owl-page-h .owl-controls .owl-dot.active {
        margin: 15px
    }
    .owl-page-h .owl-controls .owl-dot.active:after {
        display: none
    }
    .owl-page-h .owl-controls .owl-dot:after {
        display: none
    }
    .owl-page-h .owl-controls .owl-dot.active:before,
    .owl-page-h .owl-controls .owl-dot:before {
        display: none
    }
    .owl-page-h .owl-controls .owl-dot:last-of-type.active {
        margin: 15px
    }
    .owl-page-top-right .owl-controls {
        position: static;
        display: block;
        text-align: center
    }
    .owl-page-top-right .owl-controls .owl-dot {
        display: inline-block;
        margin: 15px
    }
    .footer-home-1 .copyright {
        float: none;
        text-align: center;
        padding-top: 0;
        clear: both
    }
    .footer-1 {
        padding-bottom: 44px
    }
    .footer-1 .copyright-text {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        text-align: center
    }
    .footer-2 .copyright {
        text-align: center;
        line-height: 30px;
        padding: 10px 0;
        min-height: auto;
        height: auto
    }
    .footer-3 .copyright {
        text-align: center;
        line-height: 30px;
        padding: 10px 0;
        min-height: auto
    }
    .footer-3 .footer-link-2 li a {
        line-height: 30px
    }
    .footer-3 .text-sm-center {
        text-align: center
    }
    .left-navigation {
        padding-left: 0
    }
    .left-navigation .sidebar-nav {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .flexbox-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: grid !important;
        min-height: 1200px !important;
        visibility: hidden
    }
    .flexbox-slider .flexbox-slide {
        width: 100% !important;
        height: 300px !important
    }
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30rem !important
    }
    .slider-container {
        width: 100%;
        height: 450px !important;
        position: relative;
        margin-top: 95px
    }
    header {
        padding: 0 15px
    }
    header .logo {
        width: 130px;
        padding: 5px 0;
        margin-left: 0 !important
    }
    .sub-header h2 {
        font-size: 24px !important;
        line-height: 30px
    }
    .header-3 .widget-social-list {
        display: none
    }
    .header-3 .logo {
        float: left;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .header-5 .widget-social-list {
        display: none
    }
    .header-5 .logo {
        float: left;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .bg-top-right {
        background: transparent
    }
    .bg-top-right-services {
        background: transparent
    }
    .line-top-right {
        display: none
    }
    .item-testimonial-1 h2 {
        font-size: 18px;
        line-height: 24px
    }
    .btn-1 {
        font-size: 20px
    }
    .btn-1.next {
        right: 15px
    }
    .btn-1.prev {
        left: 15px
    }
    .experience-year span {
        font-size: 150px
    }
    .ey1 {
        margin-top: 0
    }
    .experience-year strong {
        font-size: 36px;
        color: #333131;
        letter-spacing: 4px;
        line-height: 40px
    }
    .experience-year {
        text-align: center !important
    }
    .experience-year .des-text {
        text-align: center !important
    }
    .item-testimonial-2 .info {
        padding-right: 0
    }
    .services-post {
        margin-bottom: 30px
    }
    .services-post .desc {
        padding: 15px 0
    }
    .title-block-number {
        padding-left: 56px
    }
    .title-block-number .big-number {
        font-size: 40px
    }
    .title-block-number .title-with-sub {
        font-size: 20px;
        padding-top: 0
    }
    .title-block-number span.sub-title {
        font-size: 14px
    }
    .list-portfolio-warp {
        margin-top: 30px
    }
    .projectFilter a {
        display: block;
        text-align: center
    }
    .meta-single-post {
        padding: 15px 0
    }
    .author-post {
        margin-bottom: 15px
    }
    .warp-404 .warp-404-inner {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }
    .warp-404 {
        height: 100vh !important
    }
    .warp-comingsoon-inner .item-counter-down span {
        line-height: 50px;
        font-size: 40px
    }
    .special-product .product-details {
        position: static !important;
        width: 100%;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 15px
    }
    .woocommerce .quantity .qty {
        margin: 0
    }
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-page table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 500;
        color: #333131;
        float: left
    }
    .checkout {
        padding: 0 15px
    }
    .footer-link,
    .footer-link-2 {
        display: none
    }
    footer .logo {
        width: 100% !important;
        float: none !important;
        padding: 0 !important
    }
    footer .logo img {
        margin: 0 auto;
        margin-bottom: 15px;
        width: 50%;
    }
    footer .widget-social-list {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
        text-align: center
    }
    footer .textwidget {
        text-align: center
    }
    .copyright {
        text-align: center !important
    }
    .footer-3 .widget-social-list li a {
        line-height: 30px
    }
    .footer-5 .widget-social-list li a {
        line-height: 30px
    }
    .footer-5 .copyright {
        margin-top: 15px
    }
}

@media only screen and (max-width:479px) {
    #footercollapse {
        visibility: visible;
        background: #000;
        padding: 10px 45px;
        color: #ffffff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
    footer {
        background: #12a44a;
        padding-bottom: 10px;
        color: #000;
        display: none
    }
    .flex-slide {
        min-height: 200px
    }
    footer p {
        text-align: center
    }
    .eael-img-accordion {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 30vh !important
    }
    #sidebar {
        display: none
    }
    .flex-container {
        display: table !important
    }
    .sub-header .breadcrumb {
        background: transparent;
        margin: 0;
        padding: 0;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600
    }
    .bg-img {
        min-height: 250px;
        background-position: left;
        background-size: 320%;
        margin-top: 65px
    }
    #post-29 {
        background-position: left !important;
        background-size: 380%
    }
    .flexbox-slider .flexbox-slide .text-block {
        left: 15px !important
    }
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40rem !important
    }
    .slider-container {
        width: 100%;
        height: 600px !important;
        position: relative;
        margin-top: 95px
    }
    header .logo {
        width: 130px;
        padding: 5px 0;
        margin-left: 0 !important
    }
    .btn-menu-mobile,
    .btn-search-header,
    .icon-cart {
        line-height: 70px
    }
    .header-on-sm .logo {
        width: 150px;
        padding: 5px 0
    }
    .header-on-sm .btn-menu-mobile {
        line-height: 60px
    }
    .sub-header {
        padding: 110px 0 80px 20px;
        top: 0;
        background: rgba(0, 0, 0, 0.2)
    }
    .item-testimonial-2 img {
        position: static;
        margin: 30px auto
    }
    .item-testimonial-2 .info {
        padding: 0;
        text-align: center
    }
    .owl-page-top-right .owl-controls {
        position: static;
        text-align: center
    }
    .owl-page-top-right .owl-controls .owl-dot {
        display: inline-block;
        margin: 15px
    }
    .experience-year .des-text {
        text-align: center !important
    }
    .experience-year .des-text strong,
    .experience-year .des-text p {
        text-align: center !important
    }
    .one-half.last {
        padding: 30px 15px
    }
    .page-pagination.style-1 li span:after {
        display: none
    }
    .page-pagination.style-1 li span.current {
        margin-right: 0
    }
    .list-comments .children {
        padding-left: 30px
    }
    .list-comments .user-image {
        width: 50px
    }
    .list-comments li {
        padding-left: 65px
    }
    .warp-comingsoon-inner strong {
        font-size: 24px;
        line-height: 30px
    }
    .warp-comingsoon-inner .logo {
        margin: 0
    }
    .warp-comingsoon-inner .item-counter-down span {
        line-height: 24px;
        font-size: 18px
    }
    .warp-comingsoon-inner .item-counter-down p {
        font-size: 18px
    }
}

.flexbox-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 400px;
    visibility: hidden;
    margin-bottom: 5px
}

.flexbox-slider .flexbox-slide {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    visibility: visible;
    margin: 0 0 0 5px
}

.flexbox-slider .flexbox-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 2;
    opacity: 0
}

.flexbox-slider .flexbox-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.flexbox-slider .flexbox-slide .text-block {
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 93%;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    z-index: 4;
    visibility: hidden
}

.flexbox-slider .flexbox-slide .text-block h3 {
    font-size: 20px;
    font-weight: 700;
    color: #95db23
}

.flexbox-slider:hover .flexbox-slide:hover {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80%
}

.flexbox-slide h4 {
    position: absolute;
    z-index: 2;
    color: #95db23;
    width: 100%;
    text-align: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 40%
}

.flexbox-slider.flexbox-slider-1 .flexbox-slide .text-block {
    bottom: 60px
}

.flexbox-slider.flexbox-slider-1:hover .flexbox-slide:hover .text-block {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    top: 30px;
    opacity: 1;
    visibility: visible
}

.flexbox-slider.flexbox-slider-1:hover .flexbox-slide:hover h4 {
    opacity: 0
}

svg {
    display: block;
    overflow: visible
}

.slider-container {
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 95px
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity .3s;
    will-change: opacity;
    opacity: 0
}

.slider-control.inactive:hover {
    cursor: auto
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer
}

.slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0, rgba(0, 0, 0, 0) 100%)
}

.slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.18) 100%)
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 .5rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
    cursor: pointer
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #ffffff;
    border-radius: 50%;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%
}

.slider.animating {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    will-change: transform
}

.slider.animating .slide__bg {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    will-change: transform
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform
}

.slide:nth-child(1) {
    left: 0
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url(../images/bg/bg-1.png)
}

.slide:nth-child(1) .slide__overlay-path {
    fill: #95db23
}

@media(max-width:991px) {
    .slide:nth-child(1) .slide__text {
        background-color: rgba(149, 219, 35, 0.8)
    }
}

.slide:nth-child(2) {
    left: 100%
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url(../images/bg/bg-2.png)
}

.slide:nth-child(2) .slide__overlay-path {
    fill: #95db23
}

@media(max-width:991px) {
    .slide:nth-child(2) .slide__text {
        background-color: rgba(149, 219, 35, 0.8)
    }
}

.slide:nth-child(3) {
    left: 200%
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url(../images/bg/bg-3.png)
}

.slide:nth-child(3) .slide__overlay-path {
    fill: #95db23
}

@media(max-width:991px) {
    .slide:nth-child(3) .slide__text {
        background-color: rgba(149, 219, 35, 0.8)
    }
}

.slide:nth-child(4) {
    left: 300%
}

.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url(../images/bg/bg-4.png)
}

.slide:nth-child(4) .slide__overlay-path {
    fill: #95db23
}

@media(max-width:991px) {
    .slide:nth-child(4) .slide__text {
        background-color: rgba(149, 219, 35, 0.8)
    }
}

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

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: opacity .2s .5s, -webkit-transform .5s .5s;
    transition: transform .5s .5s, opacity .2s .5s;
    transition: transform .5s .5s, opacity .2s .5s, -webkit-transform .5s .5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0
}

@media(max-width:991px) {
    .slide__overlay {
        display: none
    }
    .sub-header-inner.center-center {
        text-align: left;
        top: 10%
    }
}

.slide__overlay path {
    opacity: .8
}

.slide__text {
    position: absolute;
    width: 32%;
    bottom: 15%;
    left: 5%;
    color: #ffffff;
    transition: opacity .5s .8s, -webkit-transform .5s .8s;
    transition: transform .5s .8s, opacity .5s .8s;
    transition: transform .5s .8s, opacity .5s .8s, -webkit-transform .5s .8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

@media(max-width:991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40rem;
        text-align: center;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        transition: opacity .5s .5s, -webkit-transform .5s .5s;
        transition: transform .5s .5s, opacity .5s .5s;
        transition: transform .5s .5s, opacity .5s .5s, -webkit-transform .5s .5s;
        padding: 0 1rem
    }
}

.slide__text-heading {
    font-size: 4rem;
    margin-bottom: 2rem;
    color: #ffffff;
    letter-spacing: normal
}

@media(max-width:991px) {
    .slide__text-heading {
        line-height: 5rem;
        font-size: 2rem;
        margin-bottom: .5rem
    }
    .mm-listview {
        dispaly: none
    }
}

.slide__text-desc {
    font-size: 1.5rem;
    margin-bottom: .5rem
}

@media(max-width:991px) {}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #ffffff
}

.news-headlines {
    list-style: none;
    position: relative
}

.news-headlines li {
    padding: 5px 20px 5px 24px;
    margin-bottom: 15px;
    position: relative;
    z-index: 20;
    color: #333
}

.nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #888;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px
}

.news-headlines li:hover,
a:hover {
    cursor: pointer
}

.news-headlines .highlight {
    width: 100%;
    background: #ffffff;
    border-top: solid 1px #dadada;
    border-left: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.news-headlines .highlight:before {
    display: none
}

.news-headlines {
    float: left;
    width: 49%;
    margin: 0;
    padding: 0
}

.news-preview {
    float: left;
    border: solid 1px #dadada;
    width: 51%;
    background: #ffffff;
    position: relative;
    z-index: 5;
    margin-left: -1px;
    min-height: 304px;
    position: relative
}

.news-preview img {
    display: block;
    border: solid 1px #dadada;
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto
}

.top-content {
    display: block
}

.cf {
    margin-top: 30px
}

.news-demo {
    background: #ffffff;
    padding: 20px
}

.news-demo h1 {
    text-align: center;
    color: #777;
    margin-bottom: 40px
}

.news-demo .p {
    text-align: center;
    font-size: 22px;
    margin-top: 70px
}

.news-demo .p~p {
    margin-top: 0
}

.elementor-image-carousel-caption {
    text-align: center;
    position: absolute;
    z-index: 999;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff
}

.sp_wpspwpost_slider.wpspw-design-1 .wpspw-post-image-bg {
    height: 500px !important
}

.post-8 {
    background-image: url(../images/bg/bg-8.png);
    background-position: center
}

.post-33 {
    background-image: url(../images/bg/bg-33.png);
    background-position: center
}

.post-27 {
    background-image: url(../images/bg/bg-27.png);
    background-position: center
}

.post-28 {
    background-image: url(../images/bg/bg-28.png);
    background-position: center
}

.post-16 {
    background-image: url(../images/bg/bg-16.png);
    background-position: center
}

.post-835 {
    background-image: url(../images/bg/bg-20.png);
    background-position: center
}

.post-743 {
    background-image: url(../images/bg/bg-7.png);
    background-position: center
}

.post-755 {
    background-image: url(../images/bg/bg-755.jpg);
    background-position: center
}

.post-722 {
    background-image: url(../images/bg/bg-722.png);
    background-position: center
}

.post-508 {
    display: none
}

#sidebar {
    height: 250px;
    width: 50px;
    position: fixed;
    text-align: center;
    z-index: 2;
    top: 55%;
    right: 0
}

p i {
    left: -30px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 24px
}

.social {
    margin-left: 0;
    width: 230px;
    padding: 0;
    display: inline-table;
    height: 0;
    background-color: rgba(255, 253, 253, 0.85);
    -moz-transition-property: margin-left;
    -moz-transition-duration: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-property: margin-left;
    -ms-transition-duration: .2s;
    -ms-transition-delay: .2s;
    -o-transition-property: margin-left;
    -o-transition-duration: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s;
    box-shadow: 0 0 4px 0 #3e3d3d;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.social a p {
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 0;
    padding: 5px 0
}

.social:hover {
    margin-left: -180px;
    width: 230px;
    background-color: #3b5998
}

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

.social p .fa.fa-youtube-play {
    color: #e52d27
}

.social p .fa.fa-linkedin {
    color: #0976b4
}

.social p .fa.fa-envelope {
    color: #333
}

.social p .fa.fa-phone {
    color: #333;
    left: -45px
}

.social.facebook:hover .fa.fa-facebook {
    color: #ffffff
}

.social.google:hover .fa.fa-phone {
    color: #ffffff
}

.social.youtube:hover .fa.fa-youtube-play {
    color: #ffffff
}

.social.linkedin:hover .fa.fa-linkedin {
    color: #ffffff
}

.social.google:hover .fa.fa-envelope {
    color: #ffffff
}

.facebook:hover {
    background-color: #3b5998
}

.twitter:hover {
    background-color: #4099ff;
    margin-left: -320px
}

.google:hover {
    background-color: #95db23
}

.linkedin p i {
    left: -22px
}

.google p i {
    left: -18px
}

.youtube p i {
    left: -17px
}

.youtube:hover {
    background-color: #e52d27
}

.linkedin:hover {
    background-color: #0976b4
}

.sp-testimonial-free-section .tfree-testimonial-title {
    margin: 0 0 18px 0;
    display: none
}

.carousel-slider .carousel-slider-video-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2) !important;
    z-index: 1
}

#post-8 {
    background-image: url(../images/story.jpg)
}
#post-9 {
    background-image: url(../images/solution.jpg)
}

#post-10 {
    background-image: url(../images/farmer.jpg)
}

#post-11 {
    background-image: url(../images/sustainability.jpg)
}
#post-12 {
    background-image: url(../images/life.jpg);
}
#post-13 {
    background-image: url(../images/contact.jpg);
	    background-position: center bottom;
}
#post-2242 {
    background-image: url(../images/news.jpg)
}


.elementor-9 .elementor-element.elementor-element-1a889c9 .eael-img-accordion .overlay h2 {
    color: #ffffff;
    font-family: "Muli", Sans-serif;
    font-size: 22px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}

.elementor-widget:not(:last-child) {
    margin-bottom: 15px !important
}

.eael-img-accordion .overlay h2 {
    color: #ffffff;
    font-family: "Muli", Sans-serif;
    font-size: 22px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}

.eael-img-accordion .overlay h2 {
    color: #ffffff;
    -webkit-transform: translate3d(0, 15px, 0) !important;
    transform: translate3d(0, 15px, 0) !important;
    margin-bottom: 30px
}

.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    font-size: 0;
    display: none
}

.wppsac-post-carousel.design-1 .slick-dots {
    left: 0;
    right: 0;
    display: none !important
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
    padding: 0 0 !important
}

.wppsac-post-carousel.design-1 .slick-arrow {
    top: 30% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.color {
    color: #95db23
}

h2.eael-elements-flip-box-heading {
    margin-top: 10px
}

.flex-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    height: 20vw
}

@media screen and (max-width:768px) {
    .flex-container {
        height: 50vw
    }
}

.flex-container ul {
    margin-left: 15px
}

.flex-container p,
.flex-container ul li {
    margin-bottom: 20px
}

.flex-title {
    color: #f1f1f1;
    position: relative;
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
    margin: auto;
    text-align: center;
    transform: rotate(0) !important;
    top: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

@media screen and (max-width:768px) {
    .flex-title {
        transform: rotate(0) !important;
        font-size: 2.5vw
    }
}

.flex-about {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 95%;
    font-size: 1vw;
    padding: 2% 2% 2% 3%;
    top: 15%;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

@media screen and (max-width:768px) {
    .flex-about {
        padding: 0;
        border: 0 solid #f1f1f1
    }
}

.flex-slide {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    margin: 0 5px 5px 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

@media screen and (max-width:768px) {
    .flex-slide {
        overflow: auto;
        overflow-x: hidden
    }
}

@media screen and (max-width:768px) {
    .flex-slide p {
        font-size: 2em
    }
    .flex-slide ul li {
        font-size: 2em
    }
}

.flex-slide:hover {
    -webkit-flex-grow: 6;
    flex-grow: 6
}

@media screen and (min-width:768px) {
    .homes {
        -moz-animation: aboutFlexSlide;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0;
        -webkit-animation: aboutFlexSlide;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0;
        animation: aboutFlexSlide;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0
    }
}

@keyframes aboutFlexSlide {
    0 {
        -webkit-flex-grow: 1;
        flex-grow: 1
    }
    50% {
        -webkit-flex-grow: 3;
        flex-grow: 3
    }
    100% {
        -webkit-flex-grow: 1;
        flex-grow: 1
    }
}

@media screen and (min-width:768px) {
    .flex-title-home {
        transform: rotate(0);
        top: 45%;
        -moz-animation: homeFlextitle;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0;
        -webkit-animation: homeFlextitle;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0;
        animation: homeFlextitle;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0
    }
}

@keyframes homeFlextitle {
    0 {
        transform: rotate(0);
        top: 45%
    }
    50% {
        transform: rotate(0);
        top: 45%
    }
    100% {
        transform: rotate(0);
        top: 45%
    }
}

.flex-about-home {
    opacity: 0
}

@media screen and (min-width:768px) {
    .bg-img {
        min-height: 180px;
        background-size: 100%
    }
    .flex-about-home {
        -moz-animation: flexAboutHome;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0;
        -webkit-animation: flexAboutHome;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0;
        animation: flexAboutHome;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0
    }
}

@media screen and (max-width:480px) {
    .flex-title {
        transform: rotate(0) !important;
        font-size: 20px
    }
    .flex-slide p {
        font-size: 3em
    }
    .flex-slide ul li {
        font-size: 3em
    }
    .flex-title-home {
        transform: rotate(0);
        top: 45%;
        -moz-animation: homeFlextitle;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0;
        -webkit-animation: homeFlextitle;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0;
        animation: homeFlextitle;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0
    }
    .flex-about-home {
        -moz-animation: flexAboutHome;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0;
        -webkit-animation: flexAboutHome;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0;
        animation: flexAboutHome;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0
    }
}

@keyframes flexAboutHome {
    0 {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.contact-form {
    width: 100%
}

input {
    width: 100%
}

textarea {
    width: 100%
}

.nutrient {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/plant-nutrient.jpg);
    background-size: cover;
    background-position: center center
}

.seed {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/seed.jpg);
    background-size: cover;
    background-position: center center
}

.bio {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bio.jpg);
    background-size: cover;
    background-position: center center
}

.protection {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/crop-protection.jpg);
    background-size: cover;
    background-position: center center
}

.cattle {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/img_5.jpg);
    background-size: cover;
    background-position: center center
}

.poultry {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/unnamed-2.jpg);
    background-size: cover;
    background-position: center center
}

.aqua {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/unnamed-1.jpg);
    background-size: cover;
    background-position: center center
}

.information {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/img_8.jpg);
    background-size: cover;
    background-position: center center
}

.spinner {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 11;
    margin-top: 0;
    color: #ffffff;
    font-size: 1em
}

.cube1,
.cube2 {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

ul.xoxo {
    list-style: none
}

.category {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.eael-gallery-grid-item {
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 20px;
    position: relative
}

.grid-gallery-photos {
    position: relative;
    opacity: 0;
    height: auto !important
}

.widget-area .widget-container {
    border: 1px solid #e2e2e2;
    margin-bottom: 20px
}

.elementor-image-carousel-caption {
    display: block;
    width: 100%;
    padding: 5px
}

.box-height .elementor-widget-container {
    min-height: 315px
}

.eael-img-accordion .overlay .overlay-inner {
    z-index: 1;
    opacity: 1
}

.elementor-44 .elementor-element.elementor-element-11e8bc9 .eael-img-accordion .overlay h2 {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

h2.premium-person-name a {
    color: #54595f
}

#eael-img-accordion-241dcbe a {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/plant-nutrient.jpg) !important;
    background-size: cover;
    background-position: center center
}

#eael-img-accordion-44e0019 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/seed.jpg) !important;
    background-size: cover;
    background-position: center center
}

#eael-img-accordion-d50524e a {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/img_5.jpg) !important;
    background-size: cover;
    background-position: center center
}

#eael-img-accordion-11e8bc9 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/unnamed-2.jpg) !important;
    background-size: cover;
    background-position: center center
}

#eael-img-accordion-9e1e3af a {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bio.jpg) !important;
    background-size: cover;
    background-position: center center
}

#eael-img-accordion-3426416 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/crop-protection.jpg) !important;
    background-size: cover;
    background-position: center center
}

#eael-img-accordion-4b70d06 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/unnamed-1.jpg) !important;
    background-size: cover;
    background-position: center center
}

#eael-img-accordion-8092304 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/img_8.jpg) !important;
    background-size: cover;
    background-position: center center
}

@media only screen and (max-width:479px) {
    #eael-img-accordion-241dcbe a {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/plant-nutrient.jpg) !important;
        background-size: cover;
        background-position: center center !important
    }
    #eael-img-accordion-44e0019 a {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/seed.jpg) !important;
        background-size: cover;
        background-position: center center !important
    }
    #eael-img-accordion-d50524e a {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/img_5.jpg) !important;
        background-size: cover;
        background-position: center center !important
    }
    #eael-img-accordion-11e8bc9 a {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/unnamed-2.jpg) !important;
        background-size: cover;
        background-position: center center !important
    }
    #eael-img-accordion-9e1e3af a {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bio.jpg) !important;
        background-size: cover;
        background-position: center center !important
    }
    #eael-img-accordion-3426416 a {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/crop-protection.jpg) !important;
        background-size: cover;
        background-position: center center !important
    }
    #eael-img-accordion-4b70d06 a {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/unnamed-1.jpg) !important;
        background-size: cover;
        background-position: center center !important
    }
    #eael-img-accordion-8092304 a {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/img_8.jpg) !important;
        background-size: cover;
        background-position: center center !important
    }
}

li#facebook {
    background: #4267b3
}

li#youtube {
    background: #e62117
}

li#twitter {
    background: #00acee
}

li#linkedin {
    background: #0077b5
}

.gray-band {
    background-image: url(../images/strip.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 22px 10px 22px;
    margin-top: -1px;
    margin-left: -12px;
    margin-right: -12px;
    color: #ffffff;
    background-position: 50%
}

.gray-mg-tray a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700
}

.gray-mg-tray a:hover {
    color: #ffffff
}

.gray-band-close {
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    border: 0;
    background: #000;
    outline: 0
}

.gray-band-close:focus,
.gray-band-close:hover {
    opacity: 1
}

.gray-band-close span {
    color: #ffffff
}

.gray-band .close-text {
    padding-right: 5px;
    color: #ffffff
}
.wpcp-carousel-section.nav-vertical-center {
    margin: 0 0px !important;
}
.wp-block-archives,.wp-block-categories,.wp-block-latest-posts {
    box-sizing: border-box;
    list-style: none;
    padding: 10px !important;
}