/*********************************************************************************

	Template Name: Portlo Minimal Portfolio Bootstrap4 Template
	Note: This is style css.

**********************************************************************************/
/**************************************************************
	
	STYLESHEET INDEXING
	|
	|
	|___ Default Styles
	|	|
	|	|___ variables
	|	|___ mixins
	|	|___ reset
	|	|___ typography
	|	|___ extend
	|	|___ animations
	|	|___ shortcode
	|	|___ spacing
	|
	|
	|___Header Styles
	|	|___ header
	|	|___ navigation
	|	|___ humberger
	|	|___ cart-flyover
	|	|___ search
	|	|___ megamenu
	|
	|
	|___Elements Styles
	|	|___ button 
	|	|___ section-title 
	|	|___ video
	|	|___ contact
	|	|___ blog
	|	|___ counters
	|	|___ team
	|	|___ icon-box
	|
	|
	|___Portfolio Styles
	|	|___ portfolio 
	|	|___ slick-dots 
	|	|___ portfolio-grid 
	|	|___ portfolio-button 
	|	|___ portfolio-details 
	|
	|
	|
	|___Template Styles
	|	|___ banner 
	|	|___ about 
	|	|___ service 
	|	|___ testimonial 
	|	|___ skill 
	|	|___ blog-details 
	|	|___ sidebar 
	|
	|___Footer Styles
	|	|___ footer 
	|
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/**************************************
    Default Styles
***************************************/
/*===============================
    Font Family 
=================================*/
/*===============================
    Color Variation 
=================================*/
/* container 450px*/
/* container 300px*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap&subset=latin-ext');
.colorCorporate1{
    color: #ff5000 !important;
}
.pageTitleColor{
    color: #fff !important;
}
.sliderReadMore i{
    color: #ff5000;
}
.sliderReadMore a{
    font-size: 18px;
    font-weight: 600;
}

.indexProductSlider{
    padding-bottom: 0 !important;
}

.indexProductSlider .slick-arrow{
    width: 50px !important;
    height: 50px !important;
    margin-top: -45px;
    z-index: 2;
}
.indexProductSlider .slick-arrow:before{
    width: 50px !important;
    height: 50px !important;
}


.slick-arrow:before{
    content: "";
    color: #867b7b !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: red;
    background: url(../images/right-arrow.svg) no-repeat center center;
    background-size: cover;
}
.slick-prev:before{
    transform: rotate(180deg);
}
.indexProductSingle{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 350px;
}
.indexProductSingle img{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap&subset=latin-ext');
@media only screen and (max-width: 575px) {
    .container {
        width: 450px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 320px;
    }
}

/**
 * Reset Styels
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html,
button,
input,
.contact__form--1 textarea,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

a {
    color: #ca3c08;
    text-decoration: none;
}

a:visited {
    color: #ac0404;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    color: #ea9629;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
.contact__form--1 textarea,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input,
.contact__form--1 textarea {
    line-height: normal;
}

button,
html input[type="button"],
html .contact__form--1 textarea[type="button"],
.contact__form--1 html textarea[type="button"],
input[type="reset"],
.contact__form--1 textarea[type="reset"],
input[type="submit"],
.contact__form--1 textarea[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled],
.contact__form--1 textarea[disabled] {
    cursor: default;
}

input[type="checkbox"], .contact__form--1 textarea[type="checkbox"],
input[type="radio"],
.contact__form--1 textarea[type="radio"] {
    padding: 0;
}

input[type="search"], .contact__form--1 textarea[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
}

input[type="search"]::-webkit-search-decoration, .contact__form--1 textarea[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
.contact__form--1 textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

/**
 * Typography
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html {
    overflow: hidden;
    overflow-y: auto;
}

body {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.71429;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    color: #161616;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
    margin: 0;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4074;
    color: #161616;
}

h1,
.h1 {
    font-size: 64px;
}

h2,
.h2 {
    font-size: 54px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 60px;
    }
    h2,
    .h2 {
        font-size: 52px;
    }
    h3,
    .h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 58px;
    }
    h2,
    .h2 {
        font-size: 50px;
    }
    h3,
    .h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    h1,
    .h1 {
        font-size: 56px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 700;
}

h4,
.h4,
h5,
.h5 {
    font-weight: 600;
}

h6,
.h6 {
    font-weight: 500;
}

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

a:visited {
    color: inherit;
}


input,
.contact__form--1 textarea,
button,
select,
textarea {
    background: transparent;
    border: 1px solid #d4d4d4;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #161616;
}

input:focus, .contact__form--1 textarea:focus, input:active, .contact__form--1 textarea:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: #ff5000;
}


input,
.contact__form--1 textarea,
select,
textarea {
    width: 100%;
    font-size: 14px;
}


input,
.contact__form--1 textarea,
select {
    height: 40px;
    padding: 0 15px;
}

/*=====================
Common Css
=======================*/
.blog_style--1 .inner .meta li a:hover, .footer-default .copyright-area .content .cp-link li a:hover, .footer-widget .footer-content .footer-social-icon a:hover, .footer-widget.widget_style--2 .quick-link li a:hover {
    color: #ff5000;
}

.black-logo-version .mainmenu__nav .primary-menu li a, .black-logo-version .header-icon a {
    color: #32657e;
}

.textBlack {
    color: #000000;
}

.bodyColor {
    color: #535353;
}

.blog_style--1.overlay-image:hover .inner .title a, .blog_style--1.overlay-image:hover .inner .category a, .blog_style--1.overlay-image:hover .inner .meta li, .blog_style--1.overlay-image:hover .inner .meta li a, .blog_style--1.overlay-image:hover .inner p, .blog_style--1.overlay-image:hover .inner .blog-btn .button-link.button__transparent--border, .footer-widget .quick-link li a:hover {
    color: #ffffff;
}

.color-1 {
    color: #8956e2;
}

.color-2 {
    color: #11ccd3;
}

.color-3 {
    color: #f4769a;
}

.color-4 {
    color: #2f21b3;
}

.contact__form--1 input[type=submit]:hover, .contact__form--1 textarea[type=submit]:hover {
    background: #32657E;
}

.bgcolor-4 {
    background: #2f21b3;
}

.haeder-default .mainmenu__nav ul.primary-menu, .hamburger-area .hamburger-menu-main .humberger-top .hum-mainmenu ul, .hamburger-area .hamburger-menu-main .humberger-bottom .hm-address, .menu-primary-menu-1, .menu-primary-menu-1 > li .sub-menu, .menu-primary-menu-1 > li .sub-menu > li.has-label--3 .lavel--3, .blog_style--1 .inner .meta, .footer-default .copyright-area .content .cp-link, .footer-widget .quick-link {
    padding: 0;
    margin: 0;
    list-style: none;
}

.liststyle {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-icon a.popup-round, .contact__form--1 input[type=submit], .contact__form--1 textarea[type="submit"], .blog_style--1 .inner .meta li a, .footer-default .copyright-area .content .cp-link li a, .footer-widget .footer-content .footer-social-icon a, .footer-widget .quick-link li a, .footer-widget.widget_style--2 .quick-link li a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.contact__form--1 input[type=submit], .contact__form--1 textarea[type="submit"] {
    font-weight: 700;
}

.fontWeight900 {
    font-weight: 900 !important;
}

.fontWeight800 {
    font-weight: 800 !important;
}

.fontWeight700 {
    font-weight: 700 !important;
}

.fontWeight600 {
    font-weight: 600 !important;
}

.fontWeight500 {
    font-weight: 500 !important;
}

.fontWeight400 {
    font-weight: 400 !important;
}

.fontWeight300 {
    font-weight: 300 !important;
}

.draven-haeder.header--transparent {
    position: absolute;
}

.draven-haeder, .portfolio_style--1 .inner, .portfolio_style--2 .inner, .portfolio_style--2 .inner .thumb, .portfolio_style--3 .inner, .portfolio_style--4 .inner, .portfolio_style--5 .inner {
    position: relative;
}

.blog_style--1 .inner .meta li {
    display: inline-block;
}

.contact__form--1 input[type=submit], .contact__form--1 textarea[type="submit"] {
    display: block;
}

.contact__form--1 input[type=submit], .contact__form--1 textarea[type="submit"], .blog_style--1 .inner .blog-btn .button-link {

}

.textUpper {
    text-transform: uppercase;
}

.textCap {
    text-transform: capitalize;
}

p:last-child {
    margin-bottom: 0;
}

.font-1 {
    font-family: 'Open Sans', sans-serif;
}

.font-2 {
    font-family: 'Open Sans', sans-serif;
}

.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.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;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

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

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

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

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.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 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

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

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) 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 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes hinge {
    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: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    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: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

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

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

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

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

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

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

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

/*==============================
 *  Utilities
=================================*/
/*====================================
    Google Font
===================================*/
/*----------------------------------------


-------------------------------------*/
.hidden {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.poss_relative {
    position: relative;
}

.poss_absolute {
    position: absolute;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.wrapper {
    position: relative;
}

/* Define Colors */
.theme-color {
    color: #ff5000;
}

/*===============================
    Background Color
=================================*/
.bg_color--1 {
    background: #fff;
}

.bg_color--2 {
    background: #ff5000;
}

/*===========================
    Background Image
=============================*/
.bg_image--1 {
    background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
    _background-image: url(../images/bg/bg-image-2.jpg);
    background-color: #fc5000;
}

.bg_image--3 {
    background-image: url(../images/bg/bg-image-3.jpg);
}

.bg_image--4 {
    background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
    background-image: url(../images/bg/bg-image-5.jpg);
}

.bg_image--6 {
    background-image: url(../images/bg/bg-image-6.jpg);
}

.bg_image--7 {
    background-image: url(../images/bg/bg-image-7.jpg);
}

.bg_image--8 {
    background-image: url(../images/bg/bg-image-8.jpg);
}

.bg_image--9 {
    background-image: url(../images/bg/bg-image-9.jpg);
}

.bg_image--10 {
    background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
    background-image: url(../images/bg/bg-image-11.jpg);
}

.bg_image--12 {
    background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
    background-image: url(../images/bg/bg-image-13.jpg);
}

.bg_image--14 {
    background-image: url(../images/bg/bg-image-14.jpg);
}

.bg_image--15 {
    background-image: url(../images/bg/bg-image-15.jpg);
}

.bg_image--16 {
    background-image: url(../images/bg/bg-image-16.jpg);
}

.bg_image--17 {
    background-image: url(../images/bg/bg-image-17.jpg);
}

.bg_image--18 {
    background-image: url(../images/bg/bg-image-18.jpg);
}

.bg_image--19 {
    background-image: url(../images/bg/bg-image-19.jpg);
}

.bg_image--20 {
    background-image: url(../images/bg/bg-image-20.jpg);
}

.bg_image--21 {
    background-image: url(../images/bg/bg-image-21.jpg);
}

.bg_image--22 {
    background-image: url(../images/bg/bg-image-22.jpg);
}

.bg_image--23 {
    background-image: url(../images/bg/bg-image-23.jpg);
}

.bg_image--24 {
    background-image: url(../images/bg/bg-image-24.jpg);
}

.bg_image--25 {
    background-image: url(../images/bg/bg-image-25.jpg);
}

.bg_image--26 {
    background-image: url(../images/bg/bg-image-26.jpg);
}

.bg_image--27 {
    background-image: url(../images/bg/bg-image-27.jpg);
}

.bg_image--28 {
    background-image: url(../images/bg/bg-image-28.jpg);
}

.bg_image--29 {
    background-image: url(../images/bg/bg-image-29.jpg);
}

.bg_image--30 {
    background-image: url(../images/bg/bg-image-30.jpg);
}

.font--1 {
    font-size: 1px !important;
}

.font--2 {
    font-size: 2px !important;
}

.font--3 {
    font-size: 3px !important;
}

.font--4 {
    font-size: 4px !important;
}

.font--5 {
    font-size: 5px !important;
}

.font--6 {
    font-size: 6px !important;
}

.font--7 {
    font-size: 7px !important;
}

.font--8 {
    font-size: 8px !important;
}

.font--9 {
    font-size: 9px !important;
}

.font--10 {
    font-size: 10px !important;
}

.font--11 {
    font-size: 11px !important;
}

.font--12 {
    font-size: 12px !important;
}

.font--13 {
    font-size: 13px !important;
}

.font--14 {
    font-size: 14px !important;
}

.font--15 {
    font-size: 15px !important;
}

.font--16 {
    font-size: 16px !important;
}

.font--17 {
    font-size: 17px !important;
}

.font--18 {
    font-size: 18px !important;
}

.font--19 {
    font-size: 19px !important;
}

.font--20 {
    font-size: 20px !important;
}

.font--21 {
    font-size: 21px !important;
}

.font--22 {
    font-size: 22px !important;
}

.font--23 {
    font-size: 23px !important;
}

.font--24 {
    font-size: 24px !important;
}

.font--25 {
    font-size: 25px !important;
}

.font--26 {
    font-size: 26px !important;
}

.font--27 {
    font-size: 27px !important;
}

.font--28 {
    font-size: 28px !important;
}

.font--29 {
    font-size: 29px !important;
}

.font--30 {
    font-size: 30px !important;
}

.font--31 {
    font-size: 31px !important;
}

.font--32 {
    font-size: 32px !important;
}

.font--33 {
    font-size: 33px !important;
}

.font--34 {
    font-size: 34px !important;
}

.font--35 {
    font-size: 35px !important;
}

.font--36 {
    font-size: 36px !important;
}

.font--37 {
    font-size: 37px !important;
}

.font--38 {
    font-size: 38px !important;
}

.font--39 {
    font-size: 39px !important;
}

.font--40 {
    font-size: 40px !important;
}

.font--41 {
    font-size: 41px !important;
}

.font--42 {
    font-size: 42px !important;
}

.font--43 {
    font-size: 43px !important;
}

.font--44 {
    font-size: 44px !important;
}

.font--45 {
    font-size: 45px !important;
}

.font--46 {
    font-size: 46px !important;
}

.font--47 {
    font-size: 47px !important;
}

.font--48 {
    font-size: 48px !important;
}

.font--49 {
    font-size: 49px !important;
}

.font--50 {
    font-size: 50px !important;
}

.font--51 {
    font-size: 51px !important;
}

.font--52 {
    font-size: 52px !important;
}

.font--53 {
    font-size: 53px !important;
}

.font--54 {
    font-size: 54px !important;
}

.font--55 {
    font-size: 55px !important;
}

.font--56 {
    font-size: 56px !important;
}

.font--57 {
    font-size: 57px !important;
}

.font--58 {
    font-size: 58px !important;
}

.font--59 {
    font-size: 59px !important;
}

.font--60 {
    font-size: 60px !important;
}

.font--61 {
    font-size: 61px !important;
}

.font--62 {
    font-size: 62px !important;
}

.font--63 {
    font-size: 63px !important;
}

.font--64 {
    font-size: 64px !important;
}

.font--65 {
    font-size: 65px !important;
}

.font--66 {
    font-size: 66px !important;
}

.font--67 {
    font-size: 67px !important;
}

.font--68 {
    font-size: 68px !important;
}

.font--69 {
    font-size: 69px !important;
}

.font--70 {
    font-size: 70px !important;
}

.font--71 {
    font-size: 71px !important;
}

.font--72 {
    font-size: 72px !important;
}

.font--73 {
    font-size: 73px !important;
}

.font--74 {
    font-size: 74px !important;
}

.font--75 {
    font-size: 75px !important;
}

.font--76 {
    font-size: 76px !important;
}

.font--77 {
    font-size: 77px !important;
}

.font--78 {
    font-size: 78px !important;
}

.font--79 {
    font-size: 79px !important;
}

.font--80 {
    font-size: 80px !important;
}

/*=========================
    Text specialized
==========================*/
.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    font-style: underline;
}

/* Height and width */
.fullscreen {
    min-height: 100vh;
    width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
    margin-left: -0px;
    margin-right: -0px;
}

.row--0 > [class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}

.row--5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row--5 > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row--10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row--10 > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row--20 {
    margin-left: -20px;
    margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--20 > [class*="col"],
.row--20 > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 > [class*="col"],
    .row--20 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder, .contact__form--1 textarea:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, .contact__form--1 textarea::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, .contact__form--1 textarea::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, .contact__form--1 textarea:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
    position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
    position: relative;
    z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

[data-overlay]:before {
    background-color: #ff5000;
}

[data-black-overlay]:before {
    background-color: #000000;
}

[data-white-overlay]:before {
    background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
    opacity: 1;
}

/*------------------------------
    Scroll Up
--------------------------------*/
#scrollUp {
    width: 40px;
    height: 40px;
    background-color: #ff5000;
    border: 3px solid #eeeeee;
    color: #161616;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        display: none !important;
    }
}

#scrollUp i {
    display: block;
    line-height: 34px;
    font-size: 22px;
}

#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.form-message {
    margin-bottom: 0;
    text-align: center;
}

.form-message.error {
    margin-top: 20px;
    color: #f80707;
}

.form-message.success {
    margin-top: 20px;
    color: #0d8d2d;
}

/*=========================
    Section Separation
==========================*/
.letterspacing--2 {
    letter-spacing: 2px;
}

.pra {
    font-size: 18px;
    line-height: 2em;
}

@media only screen and (max-width: 767px) {
    .pra {
        font-size: 14px;
        line-height: 24px;
		padding: 15px 28px !important;
		
    }
}

.pl--360 {
    padding-left: 360px;
}

.pl--0 {
    padding-left: 0;
}

.pr--0 {
    padding-right: 0;
}

.pt--0 {
    padding-top: 0;
}

.pb--0 {
    padding-bottom: 0;
}

.mr--0 {
    margin-right: 0;
}

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

.mt--0 {
    margin-top: 0;
}

.mb--0 {
    margin-bottom: 0;
}

.pt--260 {
    padding-top: 260px;
}

.pt--250 {
    padding-top: 250px;
}

.plr--270 {
    padding: 0 270px;
}

.plr--300 {
    padding: 0 300px;
}

.plr--340 {
    padding: 0 340px;
}

.ptb--300 {
    padding: 300px 0;
}

.ptb--340 {
    padding: 340px 0;
}

.ptb--450 {
    padding: 450px 0;
}

.plr_dec--15 {
    margin: 0 -15px;
}

.pt--300 {
    padding-top: 300px;
}

.ptb--5 {
    padding: 5px 0;
}

.plr--5 {
    padding: 0 5px;
}

.pt--5 {
    padding-top: 5px;
}

.pb--5 {
    padding-bottom: 5px;
}

.pl--5 {
    padding-left: 5px;
}

.pr--5 {
    padding-right: 5px;
}

.mt--5 {
    margin-top: 5px !important;
}

.mb--5 {
    margin-bottom: 5px;
}

.mr--5 {
    margin-right: 5px;
}

.ml--5 {
    margin-left: 5px;
}

.ptb--10 {
    padding: 10px 0;
}

.plr--10 {
    padding: 0 10px;
}

.pt--10 {
    padding-top: 10px;
}

.pb--10 {
    padding-bottom: 10px;
}

.pl--10 {
    padding-left: 10px;
}

.pr--10 {
    padding-right: 10px;
}

.mt--10 {
    margin-top: 10px !important;
}

.mb--10 {
    margin-bottom: 10px;
}

.mr--10 {
    margin-right: 10px;
}

.ml--10 {
    margin-left: 10px;
}

.ptb--15 {
    padding: 15px 0;
}

.plr--15 {
    padding: 0 15px;
}

.pt--15 {
    padding-top: 15px;
}

.pb--15 {
    padding-bottom: 15px;
}

.pl--15 {
    padding-left: 15px;
}

.pr--15 {
    padding-right: 15px;
}

.mt--15 {
    margin-top: 15px !important;
}

.mb--15 {
    margin-bottom: 15px;
}

.mr--15 {
    margin-right: 15px;
}

.ml--15 {
    margin-left: 15px;
}

.ptb--20 {
    padding: 20px 0;
}

.plr--20 {
    padding: 0 20px;
}

.pt--20 {
    padding-top: 20px;
}

.pb--20 {
    padding-bottom: 20px;
}

.pl--20 {
    padding-left: 20px;
}

.pr--20 {
    padding-right: 20px;
}

.mt--20 {
    margin-top: 20px !important;
}

.mb--20 {
    margin-bottom: 20px;
}

.mr--20 {
    margin-right: 20px;
}

.ml--20 {
    margin-left: 20px;
}

.ptb--25 {
    padding: 25px 0;
}

.plr--25 {
    padding: 0 25px;
}

.pt--25 {
    padding-top: 25px;
}

.pb--25 {
    padding-bottom: 25px;
}

.pl--25 {
    padding-left: 25px;
}

.pr--25 {
    padding-right: 25px;
}

.mt--25 {
    margin-top: 25px !important;
}

.mb--25 {
    margin-bottom: 25px;
}

.mr--25 {
    margin-right: 25px;
}

.ml--25 {
    margin-left: 25px;
}

.ptb--30 {
    padding: 30px 0;
}

.plr--30 {
    padding: 0 30px;
}

.pt--30 {
    padding-top: 30px;
}

.pb--30 {
    padding-bottom: 30px;
}

.pl--30 {
    padding-left: 30px;
}

.pr--30 {
    padding-right: 30px;
}

.mt--30 {
    margin-top: 30px !important;
}

.mb--30 {
    margin-bottom: 30px;
}

.mr--30 {
    margin-right: 30px;
}

.ml--30 {
    margin-left: 30px;
}

.ptb--35 {
    padding: 35px 0;
}

.plr--35 {
    padding: 0 35px;
}

.pt--35 {
    padding-top: 35px;
}

.pb--35 {
    padding-bottom: 35px;
}

.pl--35 {
    padding-left: 35px;
}

.pr--35 {
    padding-right: 35px;
}

.mt--35 {
    margin-top: 35px !important;
}

.mb--35 {
    margin-bottom: 35px;
}

.mr--35 {
    margin-right: 35px;
}

.ml--35 {
    margin-left: 35px;
}

.ptb--40 {
    padding: 40px 0;
}

.plr--40 {
    padding: 0 40px;
}

.pt--40 {
    padding-top: 40px;
}

.pb--40 {
    padding-bottom: 40px;
}

.pl--40 {
    padding-left: 40px;
}

.pr--40 {
    padding-right: 40px;
}

.mt--40 {
    margin-top: 40px !important;
}

.mb--40 {
    margin-bottom: 40px;
}

.mr--40 {
    margin-right: 40px;
}

.ml--40 {
    margin-left: 40px;
}

.ptb--45 {
    padding: 45px 0;
}

.plr--45 {
    padding: 0 45px;
}

.pt--45 {
    padding-top: 45px;
}

.pb--45 {
    padding-bottom: 45px;
}

.pl--45 {
    padding-left: 45px;
}

.pr--45 {
    padding-right: 45px;
}

.mt--45 {
    margin-top: 45px !important;
}

.mb--45 {
    margin-bottom: 45px;
}

.mr--45 {
    margin-right: 45px;
}

.ml--45 {
    margin-left: 45px;
}

.ptb--50 {
    padding: 50px 0;
}

.plr--50 {
    padding: 0 50px;
}

.pt--50 {
    padding-top: 50px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pl--50 {
    padding-left: 50px;
}

.pr--50 {
    padding-right: 50px;
}

.mt--50 {
    margin-top: 50px !important;
}

.mb--50 {
    margin-bottom: 50px;
}

.mr--50 {
    margin-right: 50px;
}

.ml--50 {
    margin-left: 50px;
}

.ptb--55 {
    padding: 55px 0;
}

.plr--55 {
    padding: 0 55px;
}

.pt--55 {
    padding-top: 55px;
}

.pb--55 {
    padding-bottom: 55px;
}

.pl--55 {
    padding-left: 55px;
}

.pr--55 {
    padding-right: 55px;
}

.mt--55 {
    margin-top: 55px !important;
}

.mb--55 {
    margin-bottom: 55px;
}

.mr--55 {
    margin-right: 55px;
}

.ml--55 {
    margin-left: 55px;
}

.ptb--60 {
    padding: 60px 0;
}

.plr--60 {
    padding: 0 60px;
}

.pt--60 {
    padding-top: 60px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pl--60 {
    padding-left: 60px;
}

.pr--60 {
    padding-right: 60px;
}

.mt--60 {
    margin-top: 60px !important;
}

.mb--60 {
    margin-bottom: 60px;
}

.mr--60 {
    margin-right: 60px;
}

.ml--60 {
    margin-left: 60px;
}

.ptb--65 {
    padding: 65px 0;
}

.plr--65 {
    padding: 0 65px;
}

.pt--65 {
    padding-top: 65px;
}

.pb--65 {
    padding-bottom: 65px;
}

.pl--65 {
    padding-left: 65px;
}

.pr--65 {
    padding-right: 65px;
}

.mt--65 {
    margin-top: 65px !important;
}

.mb--65 {
    margin-bottom: 65px;
}

.mr--65 {
    margin-right: 65px;
}

.ml--65 {
    margin-left: 65px;
}

.ptb--70 {
    padding: 70px 0;
}

.plr--70 {
    padding: 0 70px;
}

.pt--70 {
    padding-top: 70px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pl--70 {
    padding-left: 70px;
}

.pr--70 {
    padding-right: 70px;
}

.mt--70 {
    margin-top: 70px !important;
}

.mb--70 {
    margin-bottom: 70px;
}

.mr--70 {
    margin-right: 70px;
}

.ml--70 {
    margin-left: 70px;
}

.ptb--75 {
    padding: 75px 0;
}

.plr--75 {
    padding: 0 75px;
}

.pt--75 {
    padding-top: 75px;
}

.pb--75 {
    padding-bottom: 75px;
}

.pl--75 {
    padding-left: 75px;
}

.pr--75 {
    padding-right: 75px;
}

.mt--75 {
    margin-top: 75px !important;
}

.mb--75 {
    margin-bottom: 75px;
}

.mr--75 {
    margin-right: 75px;
}

.ml--75 {
    margin-left: 75px;
}

.ptb--80 {
    padding: 80px 0;
}

.plr--80 {
    padding: 0 80px;
}

.pt--80 {
    padding-top: 80px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pl--80 {
    padding-left: 80px;
}

.pr--80 {
    padding-right: 80px;
}

.mt--80 {
    margin-top: 80px !important;
}

.mb--80 {
    margin-bottom: 80px;
}

.mr--80 {
    margin-right: 80px;
}

.ml--80 {
    margin-left: 80px;
}

.ptb--85 {
    padding: 85px 0;
}

.plr--85 {
    padding: 0 85px;
}

.pt--85 {
    padding-top: 85px;
}

.pb--85 {
    padding-bottom: 85px;
}

.pl--85 {
    padding-left: 85px;
}

.pr--85 {
    padding-right: 85px;
}

.mt--85 {
    margin-top: 85px !important;
}

.mb--85 {
    margin-bottom: 85px;
}

.mr--85 {
    margin-right: 85px;
}

.ml--85 {
    margin-left: 85px;
}

.ptb--90 {
    padding: 90px 0;
}

.plr--90 {
    padding: 0 90px;
}

.pt--90 {
    padding-top: 90px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pl--90 {
    padding-left: 90px;
}

.pr--90 {
    padding-right: 90px;
}

.mt--90 {
    margin-top: 90px !important;
}

.mb--90 {
    margin-bottom: 90px;
}

.mr--90 {
    margin-right: 90px;
}

.ml--90 {
    margin-left: 90px;
}

.ptb--95 {
    padding: 95px 0;
}

.plr--95 {
    padding: 0 95px;
}

.pt--95 {
    padding-top: 95px;
}

.pb--95 {
    padding-bottom: 95px;
}

.pl--95 {
    padding-left: 95px;
}

.pr--95 {
    padding-right: 95px;
}

.mt--95 {
    margin-top: 95px !important;
}

.mb--95 {
    margin-bottom: 95px;
}

.mr--95 {
    margin-right: 95px;
}

.ml--95 {
    margin-left: 95px;
}

.ptb--100 {
    padding: 100px 0;
}

.plr--100 {
    padding: 0 100px;
}

.pt--100 {
    padding-top: 100px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pl--100 {
    padding-left: 100px;
}

.pr--100 {
    padding-right: 100px;
}

.mt--100 {
    margin-top: 100px !important;
}

.mb--100 {
    margin-bottom: 100px;
}

.mr--100 {
    margin-right: 100px;
}

.ml--100 {
    margin-left: 100px;
}

.ptb--105 {
    padding: 105px 0;
}

.plr--105 {
    padding: 0 105px;
}

.pt--105 {
    padding-top: 105px;
}

.pb--105 {
    padding-bottom: 105px;
}

.pl--105 {
    padding-left: 105px;
}

.pr--105 {
    padding-right: 105px;
}

.mt--105 {
    margin-top: 105px !important;
}

.mb--105 {
    margin-bottom: 105px;
}

.mr--105 {
    margin-right: 105px;
}

.ml--105 {
    margin-left: 105px;
}

.ptb--110 {
    padding: 110px 0;
}

.plr--110 {
    padding: 0 110px;
}

.pt--110 {
    padding-top: 110px;
}

.pb--110 {
    padding-bottom: 110px;
}

.pl--110 {
    padding-left: 110px;
}

.pr--110 {
    padding-right: 110px;
}

.mt--110 {
    margin-top: 110px !important;
}

.mb--110 {
    margin-bottom: 110px;
}

.mr--110 {
    margin-right: 110px;
}

.ml--110 {
    margin-left: 110px;
}

.ptb--115 {
    padding: 115px 0;
}

.plr--115 {
    padding: 0 115px;
}

.pt--115 {
    padding-top: 115px;
}

.pb--115 {
    padding-bottom: 115px;
}

.pl--115 {
    padding-left: 115px;
}

.pr--115 {
    padding-right: 115px;
}

.mt--115 {
    margin-top: 115px !important;
}

.mb--115 {
    margin-bottom: 115px;
}

.mr--115 {
    margin-right: 115px;
}

.ml--115 {
    margin-left: 115px;
}

.ptb--120 {
    padding: 120px 0;
}

.plr--120 {
    padding: 0 120px;
}

.pt--120 {
    padding-top: 120px;
}

.pb--120 {
    padding-bottom: 120px;
}

.pl--120 {
    padding-left: 120px;
}

.pr--120 {
    padding-right: 120px;
}

.mt--120 {
    margin-top: 120px !important;
}

.mb--120 {
    margin-bottom: 120px;
}

.mr--120 {
    margin-right: 120px;
}

.ml--120 {
    margin-left: 120px;
}

.ptb--125 {
    padding: 125px 0;
}

.plr--125 {
    padding: 0 125px;
}

.pt--125 {
    padding-top: 125px;
}

.pb--125 {
    padding-bottom: 125px;
}

.pl--125 {
    padding-left: 125px;
}

.pr--125 {
    padding-right: 125px;
}

.mt--125 {
    margin-top: 125px !important;
}

.mb--125 {
    margin-bottom: 125px;
}

.mr--125 {
    margin-right: 125px;
}

.ml--125 {
    margin-left: 125px;
}

.ptb--130 {
    padding: 130px 0;
}

.plr--130 {
    padding: 0 130px;
}

.pt--130 {
    padding-top: 130px;
}

.pb--130 {
    padding-bottom: 130px;
}

.pl--130 {
    padding-left: 130px;
}

.pr--130 {
    padding-right: 130px;
}

.mt--130 {
    margin-top: 130px !important;
}

.mb--130 {
    margin-bottom: 130px;
}

.mr--130 {
    margin-right: 130px;
}

.ml--130 {
    margin-left: 130px;
}

.ptb--135 {
    padding: 135px 0;
}

.plr--135 {
    padding: 0 135px;
}

.pt--135 {
    padding-top: 135px;
}

.pb--135 {
    padding-bottom: 135px;
}

.pl--135 {
    padding-left: 135px;
}

.pr--135 {
    padding-right: 135px;
}

.mt--135 {
    margin-top: 135px !important;
}

.mb--135 {
    margin-bottom: 135px;
}

.mr--135 {
    margin-right: 135px;
}

.ml--135 {
    margin-left: 135px;
}

.ptb--140 {
    padding: 140px 0;
}

.plr--140 {
    padding: 0 140px;
}

.pt--140 {
    padding-top: 140px;
}

.pb--140 {
    padding-bottom: 140px;
}

.pl--140 {
    padding-left: 140px;
}

.pr--140 {
    padding-right: 140px;
}

.mt--140 {
    margin-top: 140px !important;
}

.mb--140 {
    margin-bottom: 140px;
}

.mr--140 {
    margin-right: 140px;
}

.ml--140 {
    margin-left: 140px;
}

.ptb--145 {
    padding: 145px 0;
}

.plr--145 {
    padding: 0 145px;
}

.pt--145 {
    padding-top: 145px;
}

.pb--145 {
    padding-bottom: 145px;
}

.pl--145 {
    padding-left: 145px;
}

.pr--145 {
    padding-right: 145px;
}

.mt--145 {
    margin-top: 145px !important;
}

.mb--145 {
    margin-bottom: 145px;
}

.mr--145 {
    margin-right: 145px;
}

.ml--145 {
    margin-left: 145px;
}

.ptb--150 {
    padding: 150px 0;
}

.plr--150 {
    padding: 0 150px;
}

.pt--150 {
    padding-top: 150px;
}

.pb--150 {
    padding-bottom: 150px;
}

.pl--150 {
    padding-left: 150px;
}

.pr--150 {
    padding-right: 150px;
}

.mt--150 {
    margin-top: 150px !important;
}

.mb--150 {
    margin-bottom: 150px;
}

.mr--150 {
    margin-right: 150px;
}

.ml--150 {
    margin-left: 150px;
}

.ptb--155 {
    padding: 155px 0;
}

.plr--155 {
    padding: 0 155px;
}

.pt--155 {
    padding-top: 155px;
}

.pb--155 {
    padding-bottom: 155px;
}

.pl--155 {
    padding-left: 155px;
}

.pr--155 {
    padding-right: 155px;
}

.mt--155 {
    margin-top: 155px !important;
}

.mb--155 {
    margin-bottom: 155px;
}

.mr--155 {
    margin-right: 155px;
}

.ml--155 {
    margin-left: 155px;
}

.ptb--160 {
    padding: 160px 0;
}

.plr--160 {
    padding: 0 160px;
}

.pt--160 {
    padding-top: 160px;
}

.pb--160 {
    padding-bottom: 160px;
}

.pl--160 {
    padding-left: 160px;
}

.pr--160 {
    padding-right: 160px;
}

.mt--160 {
    margin-top: 160px !important;
}

.mb--160 {
    margin-bottom: 160px;
}

.mr--160 {
    margin-right: 160px;
}

.ml--160 {
    margin-left: 160px;
}

.ptb--165 {
    padding: 165px 0;
}

.plr--165 {
    padding: 0 165px;
}

.pt--165 {
    padding-top: 165px;
}

.pb--165 {
    padding-bottom: 165px;
}

.pl--165 {
    padding-left: 165px;
}

.pr--165 {
    padding-right: 165px;
}

.mt--165 {
    margin-top: 165px !important;
}

.mb--165 {
    margin-bottom: 165px;
}

.mr--165 {
    margin-right: 165px;
}

.ml--165 {
    margin-left: 165px;
}

.ptb--170 {
    padding: 170px 0;
}

.plr--170 {
    padding: 0 170px;
}

.pt--170 {
    padding-top: 170px;
}

.pb--170 {
    padding-bottom: 170px;
}

.pl--170 {
    padding-left: 170px;
}

.pr--170 {
    padding-right: 170px;
}

.mt--170 {
    margin-top: 170px !important;
}

.mb--170 {
    margin-bottom: 170px;
}

.mr--170 {
    margin-right: 170px;
}

.ml--170 {
    margin-left: 170px;
}

.ptb--175 {
    padding: 175px 0;
}

.plr--175 {
    padding: 0 175px;
}

.pt--175 {
    padding-top: 175px;
}

.pb--175 {
    padding-bottom: 175px;
}

.pl--175 {
    padding-left: 175px;
}

.pr--175 {
    padding-right: 175px;
}

.mt--175 {
    margin-top: 175px !important;
}

.mb--175 {
    margin-bottom: 175px;
}

.mr--175 {
    margin-right: 175px;
}

.ml--175 {
    margin-left: 175px;
}

.ptb--180 {
    padding: 180px 0;
}

.plr--180 {
    padding: 0 180px;
}

.pt--180 {
    padding-top: 180px;
}

.pb--180 {
    padding-bottom: 180px;
}

.pl--180 {
    padding-left: 180px;
}

.pr--180 {
    padding-right: 180px;
}

.mt--180 {
    margin-top: 180px !important;
}

.mb--180 {
    margin-bottom: 180px;
}

.mr--180 {
    margin-right: 180px;
}

.ml--180 {
    margin-left: 180px;
}

.ptb--185 {
    padding: 185px 0;
}

.plr--185 {
    padding: 0 185px;
}

.pt--185 {
    padding-top: 185px;
}

.pb--185 {
    padding-bottom: 185px;
}

.pl--185 {
    padding-left: 185px;
}

.pr--185 {
    padding-right: 185px;
}

.mt--185 {
    margin-top: 185px !important;
}

.mb--185 {
    margin-bottom: 185px;
}

.mr--185 {
    margin-right: 185px;
}

.ml--185 {
    margin-left: 185px;
}

.ptb--190 {
    padding: 190px 0;
}

.plr--190 {
    padding: 0 190px;
}

.pt--190 {
    padding-top: 190px;
}

.pb--190 {
    padding-bottom: 190px;
}

.pl--190 {
    padding-left: 190px;
}

.pr--190 {
    padding-right: 190px;
}

.mt--190 {
    margin-top: 190px !important;
}

.mb--190 {
    margin-bottom: 190px;
}

.mr--190 {
    margin-right: 190px;
}

.ml--190 {
    margin-left: 190px;
}

.ptb--195 {
    padding: 195px 0;
}

.plr--195 {
    padding: 0 195px;
}

.pt--195 {
    padding-top: 195px;
}

.pb--195 {
    padding-bottom: 195px;
}

.pl--195 {
    padding-left: 195px;
}

.pr--195 {
    padding-right: 195px;
}

.mt--195 {
    margin-top: 195px !important;
}

.mb--195 {
    margin-bottom: 195px;
}

.mr--195 {
    margin-right: 195px;
}

.ml--195 {
    margin-left: 195px;
}

.ptb--200 {
    padding: 200px 0;
}

.plr--200 {
    padding: 0 200px;
}

.pt--200 {
    padding-top: 200px;
}

.pb--200 {
    padding-bottom: 200px;
}

.pl--200 {
    padding-left: 200px;
}

.pr--200 {
    padding-right: 200px;
}

.mt--200 {
    margin-top: 200px !important;
}

.mb--200 {
    margin-bottom: 200px;
}

.mr--200 {
    margin-right: 200px;
}

.ml--200 {
    margin-left: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .ptb_lp--5 {
        padding: 5px 0;
    }
    .plr_lp--5 {
        padding: 0 5px;
    }
    .pt_lp--5 {
        padding-top: 5px;
    }
    .pb_lp--5 {
        padding-bottom: 5px;
    }
    .pl_lp--5 {
        padding-left: 5px;
    }
    .pr_lp--5 {
        padding-right: 5px;
    }
    .mt_lp--5 {
        margin-top: 5px !important;
    }
    .mb_lp--5 {
        margin-bottom: 5px;
    }
    .ptb_lp--10 {
        padding: 10px 0;
    }
    .plr_lp--10 {
        padding: 0 10px;
    }
    .pt_lp--10 {
        padding-top: 10px;
    }
    .pb_lp--10 {
        padding-bottom: 10px;
    }
    .pl_lp--10 {
        padding-left: 10px;
    }
    .pr_lp--10 {
        padding-right: 10px;
    }
    .mt_lp--10 {
        margin-top: 10px !important;
    }
    .mb_lp--10 {
        margin-bottom: 10px;
    }
    .ptb_lp--15 {
        padding: 15px 0;
    }
    .plr_lp--15 {
        padding: 0 15px;
    }
    .pt_lp--15 {
        padding-top: 15px;
    }
    .pb_lp--15 {
        padding-bottom: 15px;
    }
    .pl_lp--15 {
        padding-left: 15px;
    }
    .pr_lp--15 {
        padding-right: 15px;
    }
    .mt_lp--15 {
        margin-top: 15px !important;
    }
    .mb_lp--15 {
        margin-bottom: 15px;
    }
    .ptb_lp--20 {
        padding: 20px 0;
    }
    .plr_lp--20 {
        padding: 0 20px;
    }
    .pt_lp--20 {
        padding-top: 20px;
    }
    .pb_lp--20 {
        padding-bottom: 20px;
    }
    .pl_lp--20 {
        padding-left: 20px;
    }
    .pr_lp--20 {
        padding-right: 20px;
    }
    .mt_lp--20 {
        margin-top: 20px !important;
    }
    .mb_lp--20 {
        margin-bottom: 20px;
    }
    .ptb_lp--25 {
        padding: 25px 0;
    }
    .plr_lp--25 {
        padding: 0 25px;
    }
    .pt_lp--25 {
        padding-top: 25px;
    }
    .pb_lp--25 {
        padding-bottom: 25px;
    }
    .pl_lp--25 {
        padding-left: 25px;
    }
    .pr_lp--25 {
        padding-right: 25px;
    }
    .mt_lp--25 {
        margin-top: 25px !important;
    }
    .mb_lp--25 {
        margin-bottom: 25px;
    }
    .ptb_lp--30 {
        padding: 30px 0;
    }
    .plr_lp--30 {
        padding: 0 30px;
    }
    .pt_lp--30 {
        padding-top: 30px;
    }
    .pb_lp--30 {
        padding-bottom: 30px;
    }
    .pl_lp--30 {
        padding-left: 30px;
    }
    .pr_lp--30 {
        padding-right: 30px;
    }
    .mt_lp--30 {
        margin-top: 30px !important;
    }
    .mb_lp--30 {
        margin-bottom: 30px;
    }
    .ptb_lp--35 {
        padding: 35px 0;
    }
    .plr_lp--35 {
        padding: 0 35px;
    }
    .pt_lp--35 {
        padding-top: 35px;
    }
    .pb_lp--35 {
        padding-bottom: 35px;
    }
    .pl_lp--35 {
        padding-left: 35px;
    }
    .pr_lp--35 {
        padding-right: 35px;
    }
    .mt_lp--35 {
        margin-top: 35px !important;
    }
    .mb_lp--35 {
        margin-bottom: 35px;
    }
    .ptb_lp--40 {
        padding: 40px 0;
    }
    .plr_lp--40 {
        padding: 0 40px;
    }
    .pt_lp--40 {
        padding-top: 40px;
    }
    .pb_lp--40 {
        padding-bottom: 40px;
    }
    .pl_lp--40 {
        padding-left: 40px;
    }
    .pr_lp--40 {
        padding-right: 40px;
    }
    .mt_lp--40 {
        margin-top: 40px !important;
    }
    .mb_lp--40 {
        margin-bottom: 40px;
    }
    .ptb_lp--45 {
        padding: 45px 0;
    }
    .plr_lp--45 {
        padding: 0 45px;
    }
    .pt_lp--45 {
        padding-top: 45px;
    }
    .pb_lp--45 {
        padding-bottom: 45px;
    }
    .pl_lp--45 {
        padding-left: 45px;
    }
    .pr_lp--45 {
        padding-right: 45px;
    }
    .mt_lp--45 {
        margin-top: 45px !important;
    }
    .mb_lp--45 {
        margin-bottom: 45px;
    }
    .ptb_lp--50 {
        padding: 50px 0;
    }
    .plr_lp--50 {
        padding: 0 50px;
    }
    .pt_lp--50 {
        padding-top: 50px;
    }
    .pb_lp--50 {
        padding-bottom: 50px;
    }
    .pl_lp--50 {
        padding-left: 50px;
    }
    .pr_lp--50 {
        padding-right: 50px;
    }
    .mt_lp--50 {
        margin-top: 50px !important;
    }
    .mb_lp--50 {
        margin-bottom: 50px;
    }
    .ptb_lp--55 {
        padding: 55px 0;
    }
    .plr_lp--55 {
        padding: 0 55px;
    }
    .pt_lp--55 {
        padding-top: 55px;
    }
    .pb_lp--55 {
        padding-bottom: 55px;
    }
    .pl_lp--55 {
        padding-left: 55px;
    }
    .pr_lp--55 {
        padding-right: 55px;
    }
    .mt_lp--55 {
        margin-top: 55px !important;
    }
    .mb_lp--55 {
        margin-bottom: 55px;
    }
    .ptb_lp--60 {
        padding: 60px 0;
    }
    .plr_lp--60 {
        padding: 0 60px;
    }
    .pt_lp--60 {
        padding-top: 60px;
    }
    .pb_lp--60 {
        padding-bottom: 60px;
    }
    .pl_lp--60 {
        padding-left: 60px;
    }
    .pr_lp--60 {
        padding-right: 60px;
    }
    .mt_lp--60 {
        margin-top: 60px !important;
    }
    .mb_lp--60 {
        margin-bottom: 60px;
    }
    .ptb_lp--65 {
        padding: 65px 0;
    }
    .plr_lp--65 {
        padding: 0 65px;
    }
    .pt_lp--65 {
        padding-top: 65px;
    }
    .pb_lp--65 {
        padding-bottom: 65px;
    }
    .pl_lp--65 {
        padding-left: 65px;
    }
    .pr_lp--65 {
        padding-right: 65px;
    }
    .mt_lp--65 {
        margin-top: 65px !important;
    }
    .mb_lp--65 {
        margin-bottom: 65px;
    }
    .ptb_lp--70 {
        padding: 70px 0;
    }
    .plr_lp--70 {
        padding: 0 70px;
    }
    .pt_lp--70 {
        padding-top: 70px;
    }
    .pb_lp--70 {
        padding-bottom: 70px;
    }
    .pl_lp--70 {
        padding-left: 70px;
    }
    .pr_lp--70 {
        padding-right: 70px;
    }
    .mt_lp--70 {
        margin-top: 70px !important;
    }
    .mb_lp--70 {
        margin-bottom: 70px;
    }
    .ptb_lp--75 {
        padding: 75px 0;
    }
    .plr_lp--75 {
        padding: 0 75px;
    }
    .pt_lp--75 {
        padding-top: 75px;
    }
    .pb_lp--75 {
        padding-bottom: 75px;
    }
    .pl_lp--75 {
        padding-left: 75px;
    }
    .pr_lp--75 {
        padding-right: 75px;
    }
    .mt_lp--75 {
        margin-top: 75px !important;
    }
    .mb_lp--75 {
        margin-bottom: 75px;
    }
    .ptb_lp--80 {
        padding: 80px 0;
    }
    .plr_lp--80 {
        padding: 0 80px;
    }
    .pt_lp--80 {
        padding-top: 80px;
    }
    .pb_lp--80 {
        padding-bottom: 80px;
    }
    .pl_lp--80 {
        padding-left: 80px;
    }
    .pr_lp--80 {
        padding-right: 80px;
    }
    .mt_lp--80 {
        margin-top: 80px !important;
    }
    .mb_lp--80 {
        margin-bottom: 80px;
    }
    .ptb_lp--85 {
        padding: 85px 0;
    }
    .plr_lp--85 {
        padding: 0 85px;
    }
    .pt_lp--85 {
        padding-top: 85px;
    }
    .pb_lp--85 {
        padding-bottom: 85px;
    }
    .pl_lp--85 {
        padding-left: 85px;
    }
    .pr_lp--85 {
        padding-right: 85px;
    }
    .mt_lp--85 {
        margin-top: 85px !important;
    }
    .mb_lp--85 {
        margin-bottom: 85px;
    }
    .ptb_lp--90 {
        padding: 90px 0;
    }
    .plr_lp--90 {
        padding: 0 90px;
    }
    .pt_lp--90 {
        padding-top: 90px;
    }
    .pb_lp--90 {
        padding-bottom: 90px;
    }
    .pl_lp--90 {
        padding-left: 90px;
    }
    .pr_lp--90 {
        padding-right: 90px;
    }
    .mt_lp--90 {
        margin-top: 90px !important;
    }
    .mb_lp--90 {
        margin-bottom: 90px;
    }
    .ptb_lp--95 {
        padding: 95px 0;
    }
    .plr_lp--95 {
        padding: 0 95px;
    }
    .pt_lp--95 {
        padding-top: 95px;
    }
    .pb_lp--95 {
        padding-bottom: 95px;
    }
    .pl_lp--95 {
        padding-left: 95px;
    }
    .pr_lp--95 {
        padding-right: 95px;
    }
    .mt_lp--95 {
        margin-top: 95px !important;
    }
    .mb_lp--95 {
        margin-bottom: 95px;
    }
    .ptb_lp--100 {
        padding: 100px 0;
    }
    .plr_lp--100 {
        padding: 0 100px;
    }
    .pt_lp--100 {
        padding-top: 100px;
    }
    .pb_lp--100 {
        padding-bottom: 100px;
    }
    .pl_lp--100 {
        padding-left: 100px;
    }
    .pr_lp--100 {
        padding-right: 100px;
    }
    .mt_lp--100 {
        margin-top: 100px !important;
    }
    .mb_lp--100 {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ptb_lg--5 {
        padding: 5px 0;
    }
    .plr_lg--5 {
        padding: 0 5px;
    }
    .pt_lg--5 {
        padding-top: 5px;
    }
    .pb_lg--5 {
        padding-bottom: 5px;
    }
    .pl_lg--5 {
        padding-left: 5px;
    }
    .pr_lg--5 {
        padding-right: 5px;
    }
    .mt_lg--5 {
        margin-top: 5px !important;
    }
    .mb_lg--5 {
        margin-bottom: 5px;
    }
    .ptb_lg--10 {
        padding: 10px 0;
    }
    .plr_lg--10 {
        padding: 0 10px;
    }
    .pt_lg--10 {
        padding-top: 10px;
    }
    .pb_lg--10 {
        padding-bottom: 10px;
    }
    .pl_lg--10 {
        padding-left: 10px;
    }
    .pr_lg--10 {
        padding-right: 10px;
    }
    .mt_lg--10 {
        margin-top: 10px !important;
    }
    .mb_lg--10 {
        margin-bottom: 10px;
    }
    .ptb_lg--15 {
        padding: 15px 0;
    }
    .plr_lg--15 {
        padding: 0 15px;
    }
    .pt_lg--15 {
        padding-top: 15px;
    }
    .pb_lg--15 {
        padding-bottom: 15px;
    }
    .pl_lg--15 {
        padding-left: 15px;
    }
    .pr_lg--15 {
        padding-right: 15px;
    }
    .mt_lg--15 {
        margin-top: 15px !important;
    }
    .mb_lg--15 {
        margin-bottom: 15px;
    }
    .ptb_lg--20 {
        padding: 20px 0;
    }
    .plr_lg--20 {
        padding: 0 20px;
    }
    .pt_lg--20 {
        padding-top: 20px;
    }
    .pb_lg--20 {
        padding-bottom: 20px;
    }
    .pl_lg--20 {
        padding-left: 20px;
    }
    .pr_lg--20 {
        padding-right: 20px;
    }
    .mt_lg--20 {
        margin-top: 20px !important;
    }
    .mb_lg--20 {
        margin-bottom: 20px;
    }
    .ptb_lg--25 {
        padding: 25px 0;
    }
    .plr_lg--25 {
        padding: 0 25px;
    }
    .pt_lg--25 {
        padding-top: 25px;
    }
    .pb_lg--25 {
        padding-bottom: 25px;
    }
    .pl_lg--25 {
        padding-left: 25px;
    }
    .pr_lg--25 {
        padding-right: 25px;
    }
    .mt_lg--25 {
        margin-top: 25px !important;
    }
    .mb_lg--25 {
        margin-bottom: 25px;
    }
    .ptb_lg--30 {
        padding: 30px 0;
    }
    .plr_lg--30 {
        padding: 0 30px;
    }
    .pt_lg--30 {
        padding-top: 30px;
    }
    .pb_lg--30 {
        padding-bottom: 30px;
    }
    .pl_lg--30 {
        padding-left: 30px;
    }
    .pr_lg--30 {
        padding-right: 30px;
    }
    .mt_lg--30 {
        margin-top: 30px !important;
    }
    .mb_lg--30 {
        margin-bottom: 30px;
    }
    .ptb_lg--35 {
        padding: 35px 0;
    }
    .plr_lg--35 {
        padding: 0 35px;
    }
    .pt_lg--35 {
        padding-top: 35px;
    }
    .pb_lg--35 {
        padding-bottom: 35px;
    }
    .pl_lg--35 {
        padding-left: 35px;
    }
    .pr_lg--35 {
        padding-right: 35px;
    }
    .mt_lg--35 {
        margin-top: 35px !important;
    }
    .mb_lg--35 {
        margin-bottom: 35px;
    }
    .ptb_lg--40 {
        padding: 40px 0;
    }
    .plr_lg--40 {
        padding: 0 40px;
    }
    .pt_lg--40 {
        padding-top: 40px;
    }
    .pb_lg--40 {
        padding-bottom: 40px;
    }
    .pl_lg--40 {
        padding-left: 40px;
    }
    .pr_lg--40 {
        padding-right: 40px;
    }
    .mt_lg--40 {
        margin-top: 40px !important;
    }
    .mb_lg--40 {
        margin-bottom: 40px;
    }
    .ptb_lg--45 {
        padding: 45px 0;
    }
    .plr_lg--45 {
        padding: 0 45px;
    }
    .pt_lg--45 {
        padding-top: 45px;
    }
    .pb_lg--45 {
        padding-bottom: 45px;
    }
    .pl_lg--45 {
        padding-left: 45px;
    }
    .pr_lg--45 {
        padding-right: 45px;
    }
    .mt_lg--45 {
        margin-top: 45px !important;
    }
    .mb_lg--45 {
        margin-bottom: 45px;
    }
    .ptb_lg--50 {
        padding: 50px 0;
    }
    .plr_lg--50 {
        padding: 0 50px;
    }
    .pt_lg--50 {
        padding-top: 50px;
    }
    .pb_lg--50 {
        padding-bottom: 50px;
    }
    .pl_lg--50 {
        padding-left: 50px;
    }
    .pr_lg--50 {
        padding-right: 50px;
    }
    .mt_lg--50 {
        margin-top: 50px !important;
    }
    .mb_lg--50 {
        margin-bottom: 50px;
    }
    .ptb_lg--55 {
        padding: 55px 0;
    }
    .plr_lg--55 {
        padding: 0 55px;
    }
    .pt_lg--55 {
        padding-top: 55px;
    }
    .pb_lg--55 {
        padding-bottom: 55px;
    }
    .pl_lg--55 {
        padding-left: 55px;
    }
    .pr_lg--55 {
        padding-right: 55px;
    }
    .mt_lg--55 {
        margin-top: 55px !important;
    }
    .mb_lg--55 {
        margin-bottom: 55px;
    }
    .ptb_lg--60 {
        padding: 60px 0;
    }
    .plr_lg--60 {
        padding: 0 60px;
    }
    .pt_lg--60 {
        padding-top: 60px;
    }
    .pb_lg--60 {
        padding-bottom: 60px;
    }
    .pl_lg--60 {
        padding-left: 60px;
    }
    .pr_lg--60 {
        padding-right: 60px;
    }
    .mt_lg--60 {
        margin-top: 60px !important;
    }
    .mb_lg--60 {
        margin-bottom: 60px;
    }
    .ptb_lg--65 {
        padding: 65px 0;
    }
    .plr_lg--65 {
        padding: 0 65px;
    }
    .pt_lg--65 {
        padding-top: 65px;
    }
    .pb_lg--65 {
        padding-bottom: 65px;
    }
    .pl_lg--65 {
        padding-left: 65px;
    }
    .pr_lg--65 {
        padding-right: 65px;
    }
    .mt_lg--65 {
        margin-top: 65px !important;
    }
    .mb_lg--65 {
        margin-bottom: 65px;
    }
    .ptb_lg--70 {
        padding: 70px 0;
    }
    .plr_lg--70 {
        padding: 0 70px;
    }
    .pt_lg--70 {
        padding-top: 70px;
    }
    .pb_lg--70 {
        padding-bottom: 70px;
    }
    .pl_lg--70 {
        padding-left: 70px;
    }
    .pr_lg--70 {
        padding-right: 70px;
    }
    .mt_lg--70 {
        margin-top: 70px !important;
    }
    .mb_lg--70 {
        margin-bottom: 70px;
    }
    .ptb_lg--75 {
        padding: 75px 0;
    }
    .plr_lg--75 {
        padding: 0 75px;
    }
    .pt_lg--75 {
        padding-top: 75px;
    }
    .pb_lg--75 {
        padding-bottom: 75px;
    }
    .pl_lg--75 {
        padding-left: 75px;
    }
    .pr_lg--75 {
        padding-right: 75px;
    }
    .mt_lg--75 {
        margin-top: 75px !important;
    }
    .mb_lg--75 {
        margin-bottom: 75px;
    }
    .ptb_lg--80 {
        padding: 80px 0;
    }
    .plr_lg--80 {
        padding: 0 80px;
    }
    .pt_lg--80 {
        padding-top: 80px;
    }
    .pb_lg--80 {
        padding-bottom: 80px;
    }
    .pl_lg--80 {
        padding-left: 80px;
    }
    .pr_lg--80 {
        padding-right: 80px;
    }
    .mt_lg--80 {
        margin-top: 80px !important;
    }
    .mb_lg--80 {
        margin-bottom: 80px;
    }
    .ptb_lg--85 {
        padding: 85px 0;
    }
    .plr_lg--85 {
        padding: 0 85px;
    }
    .pt_lg--85 {
        padding-top: 85px;
    }
    .pb_lg--85 {
        padding-bottom: 85px;
    }
    .pl_lg--85 {
        padding-left: 85px;
    }
    .pr_lg--85 {
        padding-right: 85px;
    }
    .mt_lg--85 {
        margin-top: 85px !important;
    }
    .mb_lg--85 {
        margin-bottom: 85px;
    }
    .ptb_lg--90 {
        padding: 90px 0;
    }
    .plr_lg--90 {
        padding: 0 90px;
    }
    .pt_lg--90 {
        padding-top: 90px;
    }
    .pb_lg--90 {
        padding-bottom: 90px;
    }
    .pl_lg--90 {
        padding-left: 90px;
    }
    .pr_lg--90 {
        padding-right: 90px;
    }
    .mt_lg--90 {
        margin-top: 90px !important;
    }
    .mb_lg--90 {
        margin-bottom: 90px;
    }
    .ptb_lg--95 {
        padding: 95px 0;
    }
    .plr_lg--95 {
        padding: 0 95px;
    }
    .pt_lg--95 {
        padding-top: 95px;
    }
    .pb_lg--95 {
        padding-bottom: 95px;
    }
    .pl_lg--95 {
        padding-left: 95px;
    }
    .pr_lg--95 {
        padding-right: 95px;
    }
    .mt_lg--95 {
        margin-top: 95px !important;
    }
    .mb_lg--95 {
        margin-bottom: 95px;
    }
    .ptb_lg--100 {
        padding: 100px 0;
    }
    .plr_lg--100 {
        padding: 0 100px;
    }
    .pt_lg--100 {
        padding-top: 100px;
    }
    .pb_lg--100 {
        padding-bottom: 100px;
    }
    .pl_lg--100 {
        padding-left: 100px;
    }
    .pr_lg--100 {
        padding-right: 100px;
    }
    .mt_lg--100 {
        margin-top: 100px !important;
    }
    .mb_lg--100 {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_md--0 {
        padding: 0;
    }
    .pl_md--0 {
        padding-left: 0;
    }
    .pr_md--0 {
        padding-right: 0;
    }
    .pt_md--0 {
        padding-top: 0;
    }
    .pb_md--0 {
        padding-bottom: 0;
    }
    .mr_md--0 {
        margin-right: 0;
    }
    .ml_md--0 {
        margin-left: 0;
    }
    .mt_md--0 {
        margin-top: 0 !important;
    }
    .mb_md--0 {
        margin-bottom: 0;
    }
    .ptb_md--250 {
        padding: 250px 0;
    }
    .ptb_md--5 {
        padding: 5px 0;
    }
    .plr_md--5 {
        padding: 0 5px;
    }
    .pt_md--5 {
        padding-top: 5px;
    }
    .pb_md--5 {
        padding-bottom: 5px;
    }
    .pl_md--5 {
        padding-left: 5px;
    }
    .pr_md--5 {
        padding-right: 5px;
    }
    .mt_md--5 {
        margin-top: 5px !important;
    }
    .mb_md--5 {
        margin-bottom: 5px;
    }
    .ptb_md--10 {
        padding: 10px 0;
    }
    .plr_md--10 {
        padding: 0 10px;
    }
    .pt_md--10 {
        padding-top: 10px;
    }
    .pb_md--10 {
        padding-bottom: 10px;
    }
    .pl_md--10 {
        padding-left: 10px;
    }
    .pr_md--10 {
        padding-right: 10px;
    }
    .mt_md--10 {
        margin-top: 10px !important;
    }
    .mb_md--10 {
        margin-bottom: 10px;
    }
    .ptb_md--15 {
        padding: 15px 0;
    }
    .plr_md--15 {
        padding: 0 15px;
    }
    .pt_md--15 {
        padding-top: 15px;
    }
    .pb_md--15 {
        padding-bottom: 15px;
    }
    .pl_md--15 {
        padding-left: 15px;
    }
    .pr_md--15 {
        padding-right: 15px;
    }
    .mt_md--15 {
        margin-top: 15px !important;
    }
    .mb_md--15 {
        margin-bottom: 15px;
    }
    .ptb_md--20 {
        padding: 20px 0;
    }
    .plr_md--20 {
        padding: 0 20px;
    }
    .pt_md--20 {
        padding-top: 20px;
    }
    .pb_md--20 {
        padding-bottom: 20px;
    }
    .pl_md--20 {
        padding-left: 20px;
    }
    .pr_md--20 {
        padding-right: 20px;
    }
    .mt_md--20 {
        margin-top: 20px !important;
    }
    .mb_md--20 {
        margin-bottom: 20px;
    }
    .ptb_md--25 {
        padding: 25px 0;
    }
    .plr_md--25 {
        padding: 0 25px;
    }
    .pt_md--25 {
        padding-top: 25px;
    }
    .pb_md--25 {
        padding-bottom: 25px;
    }
    .pl_md--25 {
        padding-left: 25px;
    }
    .pr_md--25 {
        padding-right: 25px;
    }
    .mt_md--25 {
        margin-top: 25px !important;
    }
    .mb_md--25 {
        margin-bottom: 25px;
    }
    .ptb_md--30 {
        padding: 30px 0;
    }
    .plr_md--30 {
        padding: 0 30px;
    }
    .pt_md--30 {
        padding-top: 30px;
    }
    .pb_md--30 {
        padding-bottom: 30px;
    }
    .pl_md--30 {
        padding-left: 30px;
    }
    .pr_md--30 {
        padding-right: 30px;
    }
    .mt_md--30 {
        margin-top: 30px !important;
    }
    .mb_md--30 {
        margin-bottom: 30px;
    }
    .ptb_md--35 {
        padding: 35px 0;
    }
    .plr_md--35 {
        padding: 0 35px;
    }
    .pt_md--35 {
        padding-top: 35px;
    }
    .pb_md--35 {
        padding-bottom: 35px;
    }
    .pl_md--35 {
        padding-left: 35px;
    }
    .pr_md--35 {
        padding-right: 35px;
    }
    .mt_md--35 {
        margin-top: 35px !important;
    }
    .mb_md--35 {
        margin-bottom: 35px;
    }
    .ptb_md--40 {
        padding: 40px 0;
    }
    .plr_md--40 {
        padding: 0 40px;
    }
    .pt_md--40 {
        padding-top: 40px;
    }
    .pb_md--40 {
        padding-bottom: 40px;
    }
    .pl_md--40 {
        padding-left: 40px;
    }
    .pr_md--40 {
        padding-right: 40px;
    }
    .mt_md--40 {
        margin-top: 40px !important;
    }
    .mb_md--40 {
        margin-bottom: 40px;
    }
    .ptb_md--45 {
        padding: 45px 0;
    }
    .plr_md--45 {
        padding: 0 45px;
    }
    .pt_md--45 {
        padding-top: 45px;
    }
    .pb_md--45 {
        padding-bottom: 45px;
    }
    .pl_md--45 {
        padding-left: 45px;
    }
    .pr_md--45 {
        padding-right: 45px;
    }
    .mt_md--45 {
        margin-top: 45px !important;
    }
    .mb_md--45 {
        margin-bottom: 45px;
    }
    .ptb_md--50 {
        padding: 50px 0;
    }
    .plr_md--50 {
        padding: 0 50px;
    }
    .pt_md--50 {
        padding-top: 50px;
    }
    .pb_md--50 {
        padding-bottom: 50px;
    }
    .pl_md--50 {
        padding-left: 50px;
    }
    .pr_md--50 {
        padding-right: 50px;
    }
    .mt_md--50 {
        margin-top: 50px !important;
    }
    .mb_md--50 {
        margin-bottom: 50px;
    }
    .ptb_md--55 {
        padding: 55px 0;
    }
    .plr_md--55 {
        padding: 0 55px;
    }
    .pt_md--55 {
        padding-top: 55px;
    }
    .pb_md--55 {
        padding-bottom: 55px;
    }
    .pl_md--55 {
        padding-left: 55px;
    }
    .pr_md--55 {
        padding-right: 55px;
    }
    .mt_md--55 {
        margin-top: 55px !important;
    }
    .mb_md--55 {
        margin-bottom: 55px;
    }
    .ptb_md--60 {
        padding: 60px 0;
    }
    .plr_md--60 {
        padding: 0 60px;
    }
    .pt_md--60 {
        padding-top: 60px;
    }
    .pb_md--60 {
        padding-bottom: 60px;
    }
    .pl_md--60 {
        padding-left: 60px;
    }
    .pr_md--60 {
        padding-right: 60px;
    }
    .mt_md--60 {
        margin-top: 60px !important;
    }
    .mb_md--60 {
        margin-bottom: 60px;
    }
    .ptb_md--65 {
        padding: 65px 0;
    }
    .plr_md--65 {
        padding: 0 65px;
    }
    .pt_md--65 {
        padding-top: 65px;
    }
    .pb_md--65 {
        padding-bottom: 65px;
    }
    .pl_md--65 {
        padding-left: 65px;
    }
    .pr_md--65 {
        padding-right: 65px;
    }
    .mt_md--65 {
        margin-top: 65px !important;
    }
    .mb_md--65 {
        margin-bottom: 65px;
    }
    .ptb_md--70 {
        padding: 70px 0;
    }
    .plr_md--70 {
        padding: 0 70px;
    }
    .pt_md--70 {
        padding-top: 70px;
    }
    .pb_md--70 {
        padding-bottom: 70px;
    }
    .pl_md--70 {
        padding-left: 70px;
    }
    .pr_md--70 {
        padding-right: 70px;
    }
    .mt_md--70 {
        margin-top: 70px !important;
    }
    .mb_md--70 {
        margin-bottom: 70px;
    }
    .ptb_md--75 {
        padding: 75px 0;
    }
    .plr_md--75 {
        padding: 0 75px;
    }
    .pt_md--75 {
        padding-top: 75px;
    }
    .pb_md--75 {
        padding-bottom: 75px;
    }
    .pl_md--75 {
        padding-left: 75px;
    }
    .pr_md--75 {
        padding-right: 75px;
    }
    .mt_md--75 {
        margin-top: 75px !important;
    }
    .mb_md--75 {
        margin-bottom: 75px;
    }
    .ptb_md--80 {
        padding: 80px 0;
    }
    .plr_md--80 {
        padding: 0 80px;
    }
    .pt_md--80 {
        padding-top: 80px;
    }
    .pb_md--80 {
        padding-bottom: 80px;
    }
    .pl_md--80 {
        padding-left: 80px;
    }
    .pr_md--80 {
        padding-right: 80px;
    }
    .mt_md--80 {
        margin-top: 80px !important;
    }
    .mb_md--80 {
        margin-bottom: 80px;
    }
    .ptb_md--85 {
        padding: 85px 0;
    }
    .plr_md--85 {
        padding: 0 85px;
    }
    .pt_md--85 {
        padding-top: 85px;
    }
    .pb_md--85 {
        padding-bottom: 85px;
    }
    .pl_md--85 {
        padding-left: 85px;
    }
    .pr_md--85 {
        padding-right: 85px;
    }
    .mt_md--85 {
        margin-top: 85px !important;
    }
    .mb_md--85 {
        margin-bottom: 85px;
    }
    .ptb_md--90 {
        padding: 90px 0;
    }
    .plr_md--90 {
        padding: 0 90px;
    }
    .pt_md--90 {
        padding-top: 90px;
    }
    .pb_md--90 {
        padding-bottom: 90px;
    }
    .pl_md--90 {
        padding-left: 90px;
    }
    .pr_md--90 {
        padding-right: 90px;
    }
    .mt_md--90 {
        margin-top: 90px !important;
    }
    .mb_md--90 {
        margin-bottom: 90px;
    }
    .ptb_md--95 {
        padding: 95px 0;
    }
    .plr_md--95 {
        padding: 0 95px;
    }
    .pt_md--95 {
        padding-top: 95px;
    }
    .pb_md--95 {
        padding-bottom: 95px;
    }
    .pl_md--95 {
        padding-left: 95px;
    }
    .pr_md--95 {
        padding-right: 95px;
    }
    .mt_md--95 {
        margin-top: 95px !important;
    }
    .mb_md--95 {
        margin-bottom: 95px;
    }
    .ptb_md--100 {
        padding: 100px 0;
    }
    .plr_md--100 {
        padding: 0 100px;
    }
    .pt_md--100 {
        padding-top: 100px;
    }
    .pb_md--100 {
        padding-bottom: 100px;
    }
    .pl_md--100 {
        padding-left: 100px;
    }
    .pr_md--100 {
        padding-right: 100px;
    }
    .mt_md--100 {
        margin-top: 100px !important;
    }
    .mb_md--100 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .ptb_sm--250 {
        padding: 250px 0;
    }
    .ptb_sm--0 {
        padding: 0;
    }
    .pl_sm--0 {
        padding-left: 0;
    }
    .pr_sm--0 {
        padding-right: 0;
    }
    .pt_sm--0 {
        padding-top: 0;
    }
    .pb_sm--0 {
        padding-bottom: 0;
    }
    .mr_sm--0 {
        margin-right: 0;
    }
    .ml_sm--0 {
        margin-left: 0;
    }
    .mt_sm--0 {
        margin-top: 0 !important;
    }
    .mb_sm--0 {
        margin-bottom: 0;
    }
    .ptb_sm--5 {
        padding: 5px 0;
    }
    .plr_sm--5 {
        padding: 0 5px;
    }
    .pt_sm--5 {
        padding-top: 5px;
    }
    .pb_sm--5 {
        padding-bottom: 5px;
    }
    .pl_sm--5 {
        padding-left: 5px;
    }
    .pr_sm--5 {
        padding-right: 5px;
    }
    .mt_sm--5 {
        margin-top: 5px !important;
    }
    .mb_sm--5 {
        margin-bottom: 5px;
    }
    .ptb_sm--10 {
        padding: 10px 0;
    }
    .plr_sm--10 {
        padding: 0 10px;
    }
    .pt_sm--10 {
        padding-top: 10px;
    }
    .pb_sm--10 {
        padding-bottom: 10px;
    }
    .pl_sm--10 {
        padding-left: 10px;
    }
    .pr_sm--10 {
        padding-right: 10px;
    }
    .mt_sm--10 {
        margin-top: 10px !important;
    }
    .mb_sm--10 {
        margin-bottom: 10px;
    }
    .ptb_sm--15 {
        padding: 15px 0;
    }
    .plr_sm--15 {
        padding: 0 15px;
    }
    .pt_sm--15 {
        padding-top: 15px;
    }
    .pb_sm--15 {
        padding-bottom: 15px;
    }
    .pl_sm--15 {
        padding-left: 15px;
    }
    .pr_sm--15 {
        padding-right: 15px;
    }
    .mt_sm--15 {
        margin-top: 15px !important;
    }
    .mb_sm--15 {
        margin-bottom: 15px;
    }
    .ptb_sm--20 {
        padding: 20px 0;
    }
    .plr_sm--20 {
        padding: 0 20px;
    }
    .pt_sm--20 {
        padding-top: 20px;
    }
    .pb_sm--20 {
        padding-bottom: 20px;
    }
    .pl_sm--20 {
        padding-left: 20px;
    }
    .pr_sm--20 {
        padding-right: 20px;
    }
    .mt_sm--20 {
        margin-top: 20px !important;
    }
    .mb_sm--20 {
        margin-bottom: 20px;
    }
    .ptb_sm--25 {
        padding: 25px 0;
    }
    .plr_sm--25 {
        padding: 0 25px;
    }
    .pt_sm--25 {
        padding-top: 25px;
    }
    .pb_sm--25 {
        padding-bottom: 25px;
    }
    .pl_sm--25 {
        padding-left: 25px;
    }
    .pr_sm--25 {
        padding-right: 25px;
    }
    .mt_sm--25 {
        margin-top: 25px !important;
    }
    .mb_sm--25 {
        margin-bottom: 25px;
    }
    .ptb_sm--30 {
        padding: 30px 0;
    }
    .plr_sm--30 {
        padding: 0 30px;
    }
    .pt_sm--30 {
        padding-top: 30px;
    }
    .pb_sm--30 {
        padding-bottom: 30px;
    }
    .pl_sm--30 {
        padding-left: 30px;
    }
    .pr_sm--30 {
        padding-right: 30px;
    }
    .mt_sm--30 {
        margin-top: 30px !important;
    }
    .mb_sm--30 {
        margin-bottom: 30px;
    }
    .ptb_sm--35 {
        padding: 20px 0;
    }
    .plr_sm--35 {
        padding: 0 35px;
    }
    .pt_sm--35 {
        padding-top: 35px;
    }
    .pb_sm--35 {
        padding-bottom: 35px;
    }
    .pl_sm--35 {
        padding-left: 35px;
    }
    .pr_sm--35 {
        padding-right: 35px;
    }
    .mt_sm--35 {
        margin-top: 35px !important;
    }
    .mb_sm--35 {
        margin-bottom: 35px;
    }
    .ptb_sm--40 {
        padding: 40px 0;
    }
    .plr_sm--40 {
        padding: 0 40px;
    }
    .pt_sm--40 {
        padding-top: 40px;
    }
    .pb_sm--40 {
        padding-bottom: 40px;
    }
    .pl_sm--40 {
        padding-left: 40px;
    }
    .pr_sm--40 {
        padding-right: 40px;
    }
    .mt_sm--40 {
        margin-top: 40px !important;
    }
    .mb_sm--40 {
        margin-bottom: 40px;
    }
    .ptb_sm--45 {
        padding: 45px 0;
    }
    .plr_sm--45 {
        padding: 0 45px;
    }
    .pt_sm--45 {
        padding-top: 45px;
    }
    .pb_sm--45 {
        padding-bottom: 45px;
    }
    .pl_sm--45 {
        padding-left: 45px;
    }
    .pr_sm--45 {
        padding-right: 45px;
    }
    .mt_sm--45 {
        margin-top: 45px !important;
    }
    .mb_sm--45 {
        margin-bottom: 45px;
    }
    .ptb_sm--50 {
        padding: 50px 0;
    }
    .plr_sm--50 {
        padding: 0 50px;
    }
    .pt_sm--50 {
        padding-top: 50px;
    }
    .pb_sm--50 {
        padding-bottom: 50px;
    }
    .pl_sm--50 {
        padding-left: 50px;
    }
    .pr_sm--50 {
        padding-right: 50px;
    }
    .mt_sm--50 {
        margin-top: 50px !important;
    }
    .mb_sm--50 {
        margin-bottom: 50px;
    }
    .ptb_sm--55 {
        padding: 55px 0;
    }
    .plr_sm--55 {
        padding: 0 55px;
    }
    .pt_sm--55 {
        padding-top: 55px;
    }
    .pb_sm--55 {
        padding-bottom: 55px;
    }
    .pl_sm--55 {
        padding-left: 55px;
    }
    .pr_sm--55 {
        padding-right: 55px;
    }
    .mt_sm--55 {
        margin-top: 55px !important;
    }
    .mb_sm--55 {
        margin-bottom: 55px;
    }
    .ptb_sm--60 {
        padding: 60px 0;
    }
    .plr_sm--60 {
        padding: 0 60px;
    }
    .pt_sm--60 {
        padding-top: 60px;
    }
    .pb_sm--60 {
        padding-bottom: 60px;
    }
    .pl_sm--60 {
        padding-left: 60px;
    }
    .pr_sm--60 {
        padding-right: 60px;
    }
    .mt_sm--60 {
        margin-top: 60px !important;
    }
    .mb_sm--60 {
        margin-bottom: 60px;
    }
    .ptb_sm--65 {
        padding: 65px 0;
    }
    .plr_sm--65 {
        padding: 0 65px;
    }
    .pt_sm--65 {
        padding-top: 65px;
    }
    .pb_sm--65 {
        padding-bottom: 65px;
    }
    .pl_sm--65 {
        padding-left: 65px;
    }
    .pr_sm--65 {
        padding-right: 65px;
    }
    .mt_sm--65 {
        margin-top: 65px !important;
    }
    .mb_sm--65 {
        margin-bottom: 65px;
    }
    .ptb_sm--70 {
        padding: 70px 0;
    }
    .plr_sm--70 {
        padding: 0 70px;
    }
    .pt_sm--70 {
        padding-top: 70px;
    }
    .pb_sm--70 {
        padding-bottom: 70px;
    }
    .pl_sm--70 {
        padding-left: 70px;
    }
    .pr_sm--70 {
        padding-right: 70px;
    }
    .mt_sm--70 {
        margin-top: 70px !important;
    }
    .mb_sm--70 {
        margin-bottom: 70px;
    }
    .ptb_sm--75 {
        padding: 75px 0;
    }
    .plr_sm--75 {
        padding: 0 75px;
    }
    .pt_sm--75 {
        padding-top: 75px;
    }
    .pb_sm--75 {
        padding-bottom: 75px;
    }
    .pl_sm--75 {
        padding-left: 75px;
    }
    .pr_sm--75 {
        padding-right: 75px;
    }
    .mt_sm--75 {
        margin-top: 75px !important;
    }
    .mb_sm--75 {
        margin-bottom: 75px;
    }
    .ptb_sm--80 {
        padding: 80px 0;
    }
    .plr_sm--80 {
        padding: 0 80px;
    }
    .pt_sm--80 {
        padding-top: 80px;
    }
    .pb_sm--80 {
        padding-bottom: 80px;
    }
    .pl_sm--80 {
        padding-left: 80px;
    }
    .pr_sm--80 {
        padding-right: 80px;
    }
    .mt_sm--80 {
        margin-top: 80px !important;
    }
    .mb_sm--80 {
        margin-bottom: 80px;
    }
    .ptb_sm--85 {
        padding: 85px 0;
    }
    .plr_sm--85 {
        padding: 0 85px;
    }
    .pt_sm--85 {
        padding-top: 85px;
    }
    .pb_sm--85 {
        padding-bottom: 85px;
    }
    .pl_sm--85 {
        padding-left: 85px;
    }
    .pr_sm--85 {
        padding-right: 85px;
    }
    .mt_sm--85 {
        margin-top: 85px !important;
    }
    .mb_sm--85 {
        margin-bottom: 85px;
    }
    .ptb_sm--90 {
        padding: 90px 0;
    }
    .plr_sm--90 {
        padding: 0 90px;
    }
    .pt_sm--90 {
        padding-top: 90px;
    }
    .pb_sm--90 {
        padding-bottom: 90px;
    }
    .pl_sm--90 {
        padding-left: 90px;
    }
    .pr_sm--90 {
        padding-right: 90px;
    }
    .mt_sm--90 {
        margin-top: 90px !important;
    }
    .mb_sm--90 {
        margin-bottom: 90px;
    }
    .ptb_sm--95 {
        padding: 95px 0;
    }
    .plr_sm--95 {
        padding: 0 95px;
    }
    .pt_sm--95 {
        padding-top: 95px;
    }
    .pb_sm--95 {
        padding-bottom: 95px;
    }
    .pl_sm--95 {
        padding-left: 95px;
    }
    .pr_sm--95 {
        padding-right: 95px;
    }
    .mt_sm--95 {
        margin-top: 95px !important;
    }
    .mb_sm--95 {
        margin-bottom: 95px;
    }
    .ptb_sm--100 {
        padding: 100px 0;
    }
    .plr_sm--100 {
        padding: 0 100px;
    }
    .pt_sm--100 {
        padding-top: 100px;
    }
    .pb_sm--100 {
        padding-bottom: 100px;
    }
    .pl_sm--100 {
        padding-left: 100px;
    }
    .pr_sm--100 {
        padding-right: 100px;
    }
    .mt_sm--100 {
        margin-top: 100px !important;
    }
    .mb_sm--100 {
        margin-bottom: 100px;
    }
    .pl_sm--0 {
        padding-left: 0;
    }
    .pr_sm--0 {
        padding-right: 0;
    }
    .pt_sm--0 {
        padding-top: 0;
    }
    .pb_sm--0 {
        padding-bottom: 0;
    }
    .mr_sm--0 {
        margin-right: 0;
    }
    .ml_sm--0 {
        margin-left: 0;
    }
    .mt_sm--0 {
        margin-top: 0 !important;
    }
    .mb_sm--0 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .ptb_mobile--5 {
        padding: 5px 0;
    }
    .plr_mobile--5 {
        padding: 0 5px;
    }
    .pt_mobile--5 {
        padding-top: 5px;
    }
    .pb_mobile--5 {
        padding-bottom: 5px;
    }
    .pl_mobile--5 {
        padding-left: 5px;
    }
    .pr_mobile--5 {
        padding-right: 5px;
    }
    .mt_mobile--5 {
        margin-top: 5px !important;
    }
    .mb_mobile--5 {
        margin-bottom: 5px;
    }
    .ptb_mobile--10 {
        padding: 10px 0;
    }
    .plr_mobile--10 {
        padding: 0 10px;
    }
    .pt_mobile--10 {
        padding-top: 10px;
    }
    .pb_mobile--10 {
        padding-bottom: 10px;
    }
    .pl_mobile--10 {
        padding-left: 10px;
    }
    .pr_mobile--10 {
        padding-right: 10px;
    }
    .mt_mobile--10 {
        margin-top: 10px !important;
    }
    .mb_mobile--10 {
        margin-bottom: 10px;
    }
    .ptb_mobile--15 {
        padding: 15px 0;
    }
    .plr_mobile--15 {
        padding: 0 15px;
    }
    .pt_mobile--15 {
        padding-top: 15px;
    }
    .pb_mobile--15 {
        padding-bottom: 15px;
    }
    .pl_mobile--15 {
        padding-left: 15px;
    }
    .pr_mobile--15 {
        padding-right: 15px;
    }
    .mt_mobile--15 {
        margin-top: 15px !important;
    }
    .mb_mobile--15 {
        margin-bottom: 15px;
    }
    .ptb_mobile--20 {
        padding: 20px 0;
    }
    .plr_mobile--20 {
        padding: 0 20px;
    }
    .pt_mobile--20 {
        padding-top: 20px;
    }
    .pb_mobile--20 {
        padding-bottom: 20px;
    }
    .pl_mobile--20 {
        padding-left: 20px;
    }
    .pr_mobile--20 {
        padding-right: 20px;
    }
    .mt_mobile--20 {
        margin-top: 20px !important;
    }
    .mb_mobile--20 {
        margin-bottom: 20px;
    }
    .ptb_mobile--25 {
        padding: 25px 0;
    }
    .plr_mobile--25 {
        padding: 0 25px;
    }
    .pt_mobile--25 {
        padding-top: 25px;
    }
    .pb_mobile--25 {
        padding-bottom: 25px;
    }
    .pl_mobile--25 {
        padding-left: 25px;
    }
    .pr_mobile--25 {
        padding-right: 25px;
    }
    .mt_mobile--25 {
        margin-top: 25px !important;
    }
    .mb_mobile--25 {
        margin-bottom: 25px;
    }
    .ptb_mobile--30 {
        padding: 30px 0;
    }
    .plr_mobile--30 {
        padding: 0 30px;
    }
    .pt_mobile--30 {
        padding-top: 30px;
    }
    .pb_mobile--30 {
        padding-bottom: 30px;
    }
    .pl_mobile--30 {
        padding-left: 30px;
    }
    .pr_mobile--30 {
        padding-right: 30px;
    }
    .mt_mobile--30 {
        margin-top: 30px !important;
    }
    .mb_mobile--30 {
        margin-bottom: 30px;
    }
    .ptb_mobile--35 {
        padding: 35px 0;
    }
    .plr_mobile--35 {
        padding: 0 35px;
    }
    .pt_mobile--35 {
        padding-top: 35px;
    }
    .pb_mobile--35 {
        padding-bottom: 35px;
    }
    .pl_mobile--35 {
        padding-left: 35px;
    }
    .pr_mobile--35 {
        padding-right: 35px;
    }
    .mt_mobile--35 {
        margin-top: 35px !important;
    }
    .mb_mobile--35 {
        margin-bottom: 35px;
    }
    .ptb_mobile--40 {
        padding: 40px 0;
    }
    .plr_mobile--40 {
        padding: 0 40px;
    }
    .pt_mobile--40 {
        padding-top: 40px;
    }
    .pb_mobile--40 {
        padding-bottom: 40px;
    }
    .pl_mobile--40 {
        padding-left: 40px;
    }
    .pr_mobile--40 {
        padding-right: 40px;
    }
    .mt_mobile--40 {
        margin-top: 40px !important;
    }
    .mb_mobile--40 {
        margin-bottom: 40px;
    }
    .ptb_mobile--45 {
        padding: 45px 0;
    }
    .plr_mobile--45 {
        padding: 0 45px;
    }
    .pt_mobile--45 {
        padding-top: 45px;
    }
    .pb_mobile--45 {
        padding-bottom: 45px;
    }
    .pl_mobile--45 {
        padding-left: 45px;
    }
    .pr_mobile--45 {
        padding-right: 45px;
    }
    .mt_mobile--45 {
        margin-top: 45px !important;
    }
    .mb_mobile--45 {
        margin-bottom: 45px;
    }
    .ptb_mobile--50 {
        padding: 50px 0;
    }
    .plr_mobile--50 {
        padding: 0 50px;
    }
    .pt_mobile--50 {
        padding-top: 50px;
    }
    .pb_mobile--50 {
        padding-bottom: 50px;
    }
    .pl_mobile--50 {
        padding-left: 50px;
    }
    .pr_mobile--50 {
        padding-right: 50px;
    }
    .mt_mobile--50 {
        margin-top: 50px !important;
    }
    .mb_mobile--50 {
        margin-bottom: 50px;
    }
    .ptb_mobile--55 {
        padding: 55px 0;
    }
    .plr_mobile--55 {
        padding: 0 55px;
    }
    .pt_mobile--55 {
        padding-top: 55px;
    }
    .pb_mobile--55 {
        padding-bottom: 55px;
    }
    .pl_mobile--55 {
        padding-left: 55px;
    }
    .pr_mobile--55 {
        padding-right: 55px;
    }
    .mt_mobile--55 {
        margin-top: 55px !important;
    }
    .mb_mobile--55 {
        margin-bottom: 55px;
    }
    .ptb_mobile--60 {
        padding: 60px 0;
    }
    .plr_mobile--60 {
        padding: 0 60px;
    }
    .pt_mobile--60 {
        padding-top: 60px;
    }
    .pb_mobile--60 {
        padding-bottom: 60px;
    }
    .pl_mobile--60 {
        padding-left: 60px;
    }
    .pr_mobile--60 {
        padding-right: 60px;
    }
    .mt_mobile--60 {
        margin-top: 60px !important;
    }
    .mb_mobile--60 {
        margin-bottom: 60px;
    }
    .ptb_mobile--65 {
        padding: 65px 0;
    }
    .plr_mobile--65 {
        padding: 0 65px;
    }
    .pt_mobile--65 {
        padding-top: 65px;
    }
    .pb_mobile--65 {
        padding-bottom: 65px;
    }
    .pl_mobile--65 {
        padding-left: 65px;
    }
    .pr_mobile--65 {
        padding-right: 65px;
    }
    .mt_mobile--65 {
        margin-top: 65px !important;
    }
    .mb_mobile--65 {
        margin-bottom: 65px;
    }
    .ptb_mobile--70 {
        padding: 70px 0;
    }
    .plr_mobile--70 {
        padding: 0 70px;
    }
    .pt_mobile--70 {
        padding-top: 70px;
    }
    .pb_mobile--70 {
        padding-bottom: 70px;
    }
    .pl_mobile--70 {
        padding-left: 70px;
    }
    .pr_mobile--70 {
        padding-right: 70px;
    }
    .mt_mobile--70 {
        margin-top: 70px !important;
    }
    .mb_mobile--70 {
        margin-bottom: 70px;
    }
    .ptb_mobile--75 {
        padding: 75px 0;
    }
    .plr_mobile--75 {
        padding: 0 75px;
    }
    .pt_mobile--75 {
        padding-top: 75px;
    }
    .pb_mobile--75 {
        padding-bottom: 75px;
    }
    .pl_mobile--75 {
        padding-left: 75px;
    }
    .pr_mobile--75 {
        padding-right: 75px;
    }
    .mt_mobile--75 {
        margin-top: 75px !important;
    }
    .mb_mobile--75 {
        margin-bottom: 75px;
    }
    .ptb_mobile--80 {
        padding: 80px 0;
    }
    .plr_mobile--80 {
        padding: 0 80px;
    }
    .pt_mobile--80 {
        padding-top: 80px;
    }
    .pb_mobile--80 {
        padding-bottom: 80px;
    }
    .pl_mobile--80 {
        padding-left: 80px;
    }
    .pr_mobile--80 {
        padding-right: 80px;
    }
    .mt_mobile--80 {
        margin-top: 80px !important;
    }
    .mb_mobile--80 {
        margin-bottom: 80px;
    }
    .ptb_mobile--85 {
        padding: 85px 0;
    }
    .plr_mobile--85 {
        padding: 0 85px;
    }
    .pt_mobile--85 {
        padding-top: 85px;
    }
    .pb_mobile--85 {
        padding-bottom: 85px;
    }
    .pl_mobile--85 {
        padding-left: 85px;
    }
    .pr_mobile--85 {
        padding-right: 85px;
    }
    .mt_mobile--85 {
        margin-top: 85px !important;
    }
    .mb_mobile--85 {
        margin-bottom: 85px;
    }
    .ptb_mobile--90 {
        padding: 90px 0;
    }
    .plr_mobile--90 {
        padding: 0 90px;
    }
    .pt_mobile--90 {
        padding-top: 90px;
    }
    .pb_mobile--90 {
        padding-bottom: 90px;
    }
    .pl_mobile--90 {
        padding-left: 90px;
    }
    .pr_mobile--90 {
        padding-right: 90px;
    }
    .mt_mobile--90 {
        margin-top: 90px !important;
    }
    .mb_mobile--90 {
        margin-bottom: 90px;
    }
    .ptb_mobile--95 {
        padding: 95px 0;
    }
    .plr_mobile--95 {
        padding: 0 95px;
    }
    .pt_mobile--95 {
        padding-top: 95px;
    }
    .pb_mobile--95 {
        padding-bottom: 95px;
    }
    .pl_mobile--95 {
        padding-left: 95px;
    }
    .pr_mobile--95 {
        padding-right: 95px;
    }
    .mt_mobile--95 {
        margin-top: 95px !important;
    }
    .mb_mobile--95 {
        margin-bottom: 95px;
    }
    .ptb_mobile--100 {
        padding: 100px 0;
    }
    .plr_mobile--100 {
        padding: 0 100px;
    }
    .pt_mobile--100 {
        padding-top: 100px;
    }
    .pb_mobile--100 {
        padding-bottom: 100px;
    }
    .pl_mobile--100 {
        padding-left: 100px;
    }
    .pr_mobile--100 {
        padding-right: 100px;
    }
    .mt_mobile--100 {
        margin-top: 100px !important;
    }
    .mb_mobile--100 {
        margin-bottom: 100px;
    }
}

.slick-gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.slick-gutter-5 .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.slick-gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.slick-gutter-10 .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.slick-gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-gutter-15 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.slick-gutter-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.slick-gutter-20 .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
}

.slick-gutter-25 {
    margin-left: -25px;
    margin-right: -25px;
}

.slick-gutter-25 .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
}

.slick-gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
}

.slick-gutter-30 .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
}

.slick-gutter-35 {
    margin-left: -35px;
    margin-right: -35px;
}

.slick-gutter-35 .slick-slide {
    padding-left: 35px;
    padding-right: 35px;
}

.slick-gutter-40 {
    margin-left: -40px;
    margin-right: -40px;
}

.slick-gutter-40 .slick-slide {
    padding-left: 40px;
    padding-right: 40px;
}

.slick-gutter-45 {
    margin-left: -45px;
    margin-right: -45px;
}

.slick-gutter-45 .slick-slide {
    padding-left: 45px;
    padding-right: 45px;
}

.slick-gutter-50 {
    margin-left: -50px;
    margin-right: -50px;
}

.slick-gutter-50 .slick-slide {
    padding-left: 50px;
    padding-right: 50px;
}

.slick-gutter-55 {
    margin-left: -55px;
    margin-right: -55px;
}

.slick-gutter-55 .slick-slide {
    padding-left: 55px;
    padding-right: 55px;
}

.slick-gutter-60 {
    margin-left: -60px;
    margin-right: -60px;
}

.slick-gutter-60 .slick-slide {
    padding-left: 60px;
    padding-right: 60px;
}

.slick-gutter-65 {
    margin-left: -65px;
    margin-right: -65px;
}

.slick-gutter-65 .slick-slide {
    padding-left: 65px;
    padding-right: 65px;
}

.slick-gutter-70 {
    margin-left: -70px;
    margin-right: -70px;
}

.slick-gutter-70 .slick-slide {
    padding-left: 70px;
    padding-right: 70px;
}

.slick-gutter-75 {
    margin-left: -75px;
    margin-right: -75px;
}

.slick-gutter-75 .slick-slide {
    padding-left: 75px;
    padding-right: 75px;
}

.slick-gutter-80 {
    margin-left: -80px;
    margin-right: -80px;
}

.slick-gutter-80 .slick-slide {
    padding-left: 80px;
    padding-right: 80px;
}

.slick-gutter-85 {
    margin-left: -85px;
    margin-right: -85px;
}

.slick-gutter-85 .slick-slide {
    padding-left: 85px;
    padding-right: 85px;
}

.slick-gutter-90 {
    margin-left: -90px;
    margin-right: -90px;
}

.slick-gutter-90 .slick-slide {
    padding-left: 90px;
    padding-right: 90px;
}

.slick-gutter-95 {
    margin-left: -95px;
    margin-right: -95px;
}

.slick-gutter-95 .slick-slide {
    padding-left: 95px;
    padding-right: 95px;
}

.slick-gutter-100 {
    margin-left: -100px;
    margin-right: -100px;
}

.slick-gutter-100 .slick-slide {
    padding-left: 100px;
    padding-right: 100px;
}

/**************************************
	Header Styles
***************************************/
/*========================
    Header Default
==========================*/
.draven-haeder {
    z-index: 8;
}

.draven-haeder.header--transparent {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
}

.draven-haeder .header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .draven-haeder .header-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .draven-haeder .header-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .draven-haeder .header-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.draven-haeder .header-wrap .header-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.draven-haeder .header-wrap .header-col .logo img {
    display: inline-block; width:150px
}

.draven-haeder .header-wrap .header-col__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

@media only screen and (max-width: 767px) {
    .draven-haeder .header-wrap .header-col__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
		margin-left: -10px;
    }
}

.draven-haeder .header-wrap .header-col__center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.draven-haeder .header-wrap .header-col__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.header-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.header-icon a {
    display: inline-block;
    line-height: 30px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
}

.header-icon a.popup-round {
    background-color: #fff;
    color: #111;
    height: 80px;
    line-height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 100%;
}

.header-icon a.popup-round:hover {
    background-color: #ff5000;
    color: #fff;
}

.header-icon a.popup-round i {
    font-size: 28px;
}

.header-icon a i {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.header-icon .hamburger-trigger.open i::before {
    content: '\f00d';
}

.black-logo-version.headroom--sticky.headroom--not-top {
    background: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
}

.headroom--sticky.headroom--not-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: headerSlideDown .95s ease forwards;
    animation: headerSlideDown .95s ease forwards;
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .headroom--sticky.headroom--not-top {
        padding: 26px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .headroom--sticky.headroom--not-top {
        padding: 26px 0;
    }
}

@media only screen and (max-width: 767px) {
    .headroom--sticky.headroom--not-top {
        padding: 26px 0;
    }
}

.headroom--sticky.headroom--not-top {
    background: rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.9);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -ms-background-size: cover;
    background-size: cover;
}

/* ------------------------
    Custom Animation 01
----------------------------*/
@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}

/*=======================
Header DEfault CSs
=========================*/
.haeder-default .mainmenu__nav ul.primary-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.haeder-default .mainmenu__nav ul.primary-menu li.active a{
    color: #ff5000;
}

.haeder-default .mainmenu__nav ul.primary-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .haeder-default .mainmenu__nav ul.primary-menu > li > a {
        font-size: 16px;
        font-weight: 600;
        padding: 0 13px;
    }
}

.haeder-default .mainmenu__nav ul.primary-menu > li > a {
    padding-top: 31px;
    padding-bottom: 31px;
}

.light-logo-version .mainmenu__nav .primary-menu li a {
    color: #ffffff;
}

.light-logo-version .header-icon a {
    color: #ffffff;
}

.light-logo-version .header-icon a i {
    color: #ffffff;
}

/*===========================
    Humburger Area
=============================*/
.hamburger-area {
    text-align: left;
    -webkit-transition: all .52s ease;
    -o-transition: all .52s ease;
    transition: all .52s ease;
    position: fixed;
    height: 100% !important;
    top: 0;
    margin: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    width: 470px;
    padding: 70px;
    color: #fff;
    background-color:#32657E;
    right: 0;
    -ms-transform: translateX(470px);
    transform: translateX(470px);
    -webkit-transform: translateX(470px);
}

@media only screen and (max-width: 1199px) {
    .hamburger-area {
        left: -280px;
        width: 280px;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        padding: 0;
        padding-top: 70px;
    }
}

.hamburger-area.is-visible {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

@media only screen and (max-width: 1199px) {
    .hamburger-area.is-visible {
        left: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        opacity: 1;
        visibility: visible;
		z-index:999999999;
    }
}

/* Hambeger Area */
.hamburger-area .btn-close-search {
    position: absolute;
    left: 30px;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    top: 50px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

@media only screen and (max-width: 1199px) {
    .hamburger-area .btn-close-search {
        top: 35px;
        right: 24px;
        left: auto;
        font-size: 20px;
    }
}

.hamburger-area .btn-close-search button {
    padding: 0;
    border: 0 none;
    color: #fff;
}

.hamburger-area .btn-close-search button:hover {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: #f53e6a;
}

.hamburger-area .hamburger-menu-main {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.hamburger-area .hamburger-menu-main .humberger-top {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-grow: 2;
}

.hamburger-area .hamburger-menu-main .humberger-top .hum-mainmenu ul {
    margin-top: 20px;
    margin-bottom: 10px;
}

.hamburger-area .hamburger-menu-main .humberger-top .hum-mainmenu ul li a {
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    display: block;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hamburger-area .hamburger-menu-main .humberger-top .hum-mainmenu ul li a:hover {
    color: #ff5000;
}

.hamburger-area .hamburger-menu-main .humberger-bottom {
    margin: 50px 0 0;
}

.hamburger-area .hamburger-menu-main .humberger-bottom p {
    color: #fff;
    font-size: 14px;
    margin: 20px 0 30px;
}

.hamburger-area .hamburger-menu-main .humberger-bottom .hm-address li {
    color: #fff;
}

.hamburger-area .hamburger-menu-main .humberger-bottom .hm-address li a {
    color: #fff;
}

.hamburger-area .hamburger-menu-main .humberger-bottom .hm-address li:not(:last-child) {
    padding-bottom: calc(15px/2);
}

.hamburger-area .hamburger-menu-main .humberger-bottom .hm-address li:not(:first-child) {
    margin-top: calc(15px/2);
}

.hamburger-area .hamburger-menu-main .humberger-bottom .social-icons {
    margin: 0 -8px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.hamburger-area .hamburger-menu-main .humberger-bottom .social-icons a {
    margin: 0 8px;
    width: 40px;
    display: inline-block;
    height: 40px;
    border: 1px solid #575656;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
}

.hamburger-area .hamburger-menu-main .humberger-bottom .social-icons a:hover {
    background: #ff5000;
    border: 1px solid #ff5000;
    color: #ffffff;
}

.hamburger-area .hamburger-menu-main .humberger-bottom .hm-copyright {
    margin: 30px 0 0;
}

.hamburger-area .hamburger-menu-main .humberger-bottom .hm-copyright p {
    font-size: 12px;
    line-height: 1.4074;
    color: #fff;
}

/* ================================
    Responsive Menu
==================================*/
.menu-primary-menu-1 li a {
    color: #FFF;
}

.menu-primary-menu-1 li.has-dropdown > a {
    position: relative;
}

.menu-primary-menu-1 li.has-dropdown > a::after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    width: 50px;
}

.menu-primary-menu-1 li.has-dropdown > a.is-visiable {
    color: #ff5000;
}

.menu-primary-menu-1 li.has-dropdown > a.is-visiable::after {
    content: "\f106";
}

.menu-primary-menu-1 > li > a {
    display: block;
    padding: 14px 20px;
    font-size: 16px;
}

.menu-primary-menu-1 > li .sub-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 5px 0;
    margin: 5px 0;
}

.menu-primary-menu-1 > li .sub-menu > li {
    width: 100%;
}

.menu-primary-menu-1 > li .sub-menu > li > a {
    padding: 10px 30px;
    font-size: 1em;
    display: block;
}

.menu-primary-menu-1 > li .sub-menu > li.has-label--3 .lavel--3 {
    display: none;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 5px 0;
    margin: 5px 0;
}

.menu-primary-menu-1 > li .sub-menu > li.has-label--3 .lavel--3 li {
    width: 100%;
}

.menu-primary-menu-1 > li .sub-menu > li.has-label--3 .lavel--3 li a {
    padding: 10px 30px;
    font-size: 1em;
    padding-right: 40px;
    padding-left: 40px;
    display: block;
}

/*=============================
    Search Overlay
===============================*/
.search-flyoveray {
    position: fixed;
    background: #080808;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.open-cart-aside .search-flyoveray {
    visibility: visible;
    opacity: .7;
}

.cart-flyout {
    position: fixed;
    top: 0;
    width: 420px;
    padding: 50px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    right: 0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    -webkit-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-transform: translate(200px, 0);
    -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
}

.open-cart-aside .cart-flyout {
    visibility: visible;
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*===========================
    Search Oprtion
============================*/
.search-flyoverlay-area {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(8, 8, 8, 0.9);
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    z-index: 12;
    color: #fff;
}

.search-flyoverlay-area::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.search-flyoverlay-area .searchform-fly {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.search-flyoverlay-area .searchform-fly p {
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 15px;
    text-align: center;
}

.search-flyoverlay-area .searchform-fly .search-form {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.714286;
    font-weight: 400;
    position: relative;
}

.search-flyoverlay-area .searchform-fly .search-form input, .search-flyoverlay-area .searchform-fly .search-form .contact__form--1 textarea, .contact__form--1 .search-flyoverlay-area .searchform-fly .search-form textarea {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    text-align: center;
    font-size: 30px;
    padding: 19px 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 300;
    max-width: 100%;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 0;
    color: #fff;
    height: auto;
}

.search-flyoverlay-area .searchform-fly .search-form button {
    font-size: 30px;
    height: 30px;
    color: inherit;
    display: block;
    right: 5px;
    border: none;
    color: #000;
    background: 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
}

.search-flyoverlay-area .btn-close-search {
    font-size: 40px;
    display: block;
    position: absolute;
    z-index: 5;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.search-flyoverlay-area .btn-close-search:hover {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: #f53e6a;
}

.search-flyoverlay-area.is-visible {
    visibility: visible;
    opacity: 1;
}

.search-flyoverlay-area.is-visible .searchform-fly {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.search-flyoverlay-area .searchform-fly .search-form input::-webkit-input-placeholder, .search-flyoverlay-area .searchform-fly .search-form .contact__form--1 textarea::-webkit-input-placeholder, .contact__form--1 .search-flyoverlay-area .searchform-fly .search-form textarea::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-weight: 300;
}

.search-flyoverlay-area .searchform-fly .search-form input::-moz-placeholder, .search-flyoverlay-area .searchform-fly .search-form .contact__form--1 textarea::-moz-placeholder, .contact__form--1 .search-flyoverlay-area .searchform-fly .search-form textarea::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-weight: 300;
}

.search-flyoverlay-area .searchform-fly .search-form input:-ms-input-placeholder, .search-flyoverlay-area .searchform-fly .search-form .contact__form--1 textarea:-ms-input-placeholder, .contact__form--1 .search-flyoverlay-area .searchform-fly .search-form textarea:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-weight: 300;
}

.search-flyoverlay-area .searchform-fly .search-form input::-ms-input-placeholder, .search-flyoverlay-area .searchform-fly .search-form .contact__form--1 textarea::-ms-input-placeholder, .contact__form--1 .search-flyoverlay-area .searchform-fly .search-form textarea::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-weight: 300;
}

.search-flyoverlay-area .searchform-fly .search-form input::placeholder, .search-flyoverlay-area .searchform-fly .search-form .contact__form--1 textarea::placeholder, .contact__form--1 .search-flyoverlay-area .searchform-fly .search-form textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-weight: 300;
}

.search-flyoverlay-area .searchform-fly .search-form input:-ms-input-placeholder, .search-flyoverlay-area .searchform-fly .search-form .contact__form--1 textarea:-ms-input-placeholder, .contact__form--1 .search-flyoverlay-area .searchform-fly .search-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-weight: 300;
}

.search-flyoverlay-area .searchform-fly .search-form input::-ms-input-placeholder, .search-flyoverlay-area .searchform-fly .search-form .contact__form--1 textarea::-ms-input-placeholder, .contact__form--1 .search-flyoverlay-area .searchform-fly .search-form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-weight: 300;
}

/*==========================
    Mega Menu Css
===========================*/
.megamenu-wrapper li.lavel-1 {
    display: inline-block;
    padding-left: 0;
    padding-right: 9px;
    position: relative;
}

.megamenu-wrapper li.lavel-1 a {
    position: relative;
    margin-left: 13px;
    padding-right: 21px;
    display: inline-block;
}

.megamenu-wrapper li.lavel-1 a::before {
    content: "\f107";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-weight: 900;
}

.megamenu-wrapper li.lavel-1 .dropdown__menu {
    -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    position: absolute;
    list-style: none;
    background-color: #222222;
    -webkit-animation: hide-animation .5s;
    animation: hide-animation .5s;
    left: 0px;
    display: none;
    width: 300px;
    margin: 0;
    padding: 35px 0 30px;
    min-width: 300px;
}

.megamenu-wrapper li.lavel-1 .dropdown__menu li {
    padding: 0 40px;
}

.megamenu-wrapper li.lavel-1 .dropdown__menu li a {
    color: #222222;
}

.megamenu-wrapper li.lavel-1 .dropdown__menu li a span {
    position: relative;
    padding: 2px 0;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    line-height: 1.58;
    color: #999;
    font-size: 14px;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    display: inline-block;
    margin: 2px 0;
}

.megamenu-wrapper li.lavel-1 .dropdown__menu li.drop-lavel--2 {
    position: relative;
}

.megamenu-wrapper li.lavel-1 .dropdown__menu li.drop-lavel--2 .lavel--2 {
    position: absolute;
    list-style: none;
    display: none;
    padding: 30px 0 50px;
    margin: 0;
    background: #222222;
    width: 300px;
    -webkit-animation: slide-out-to-right .3s;
    animation: slide-out-to-right .3s;
    left: 100%;
    top: 0;
}

.megamenu-wrapper li.lavel-1 .dropdown__menu li.drop-lavel--2:hover .lavel--2 {
    display: block;
    -webkit-animation: slide-in-to-left .3s;
    animation: slide-in-to-left .3s;
}

.megamenu-wrapper li.lavel-1:hover .dropdown__menu {
    display: block;
    -webkit-animation: show-animation .5s;
    animation: show-animation .5s;
    top: 100%;
}

/* --------------------------------------
    Custom Hide Animation
---------------------------------------*/
@-webkit-keyframes hide-animation {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(60px);
        opacity: 0;
    }
}

@keyframes hide-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
}

/* --------------------------------------
    Custom Slide Show Animation
---------------------------------------*/
@-webkit-keyframes show-animation {
    0% {
        -webkit-transform: translateY(60px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes show-animation {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* --------------------------------------
    Custom Slide Out To Right
---------------------------------------*/
@-webkit-keyframes slide-out-to-right {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(40px);
        opacity: 0;
    }
}

@keyframes slide-out-to-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
        opacity: 0;
    }
}

/* --------------------------------------
    Custom Slide Out To Left
---------------------------------------*/
@-webkit-keyframes slide-in-to-left {
    0% {
        -webkit-transform: translateX(60px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-to-left {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**************************************
	Elements Styles
***************************************/
/*=====================
 * Button
========================*/
.portlo-button a {
    border-style: solid;
    border-width: 1px;
    border-color: #2f2f2f;
    color: #2f2f2f;
    background-color: rgba(255, 255, 255, 0);
    line-height: 20px;
    padding: 20px 55px;
    font-size: 16px;
    display: inline-block;
}

.portlo-button a span {
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
}

.portlo-button a:hover {
    color: #fff;
    background-color: #ff5000;
    border-color: #ff5000;
}

.portlo-button.btn-white a {
    border-color: #ffffff;
}

.portlo-button.btn-white a span {
    color: #fff;
}

.portlo-button.btn-white a:hover {
    color: #fff;
    background-color: #ff5000;
    border-color: #ff5000;
}

/*------------------------------
    Scroll Up
--------------------------------*/
#scrollUp {
    width: 40px;
    height: 40px;
    background-color: #191919;
    border: 3px solid #eeeeee;
    color: #191919;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        display: none !important;
    }
}

#scrollUp i {
    display: block;
    line-height: 31px;
    font-size: 22px;
    color: #fff;
}

#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* ========================
    Slider Video Play
=========================*/
.yu2fvl {
    z-index: 9999;
    top: 0;
}

.yu2fvl-iframe {
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
}

.yu2fvl-overlay {
    z-index: 9998;
    background: #000;
    opacity: 0.8;
}

.yu2fvl-close {
    position: absolute;
    top: 1px;
    left: 100%;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #f10 !important;
    background-color: #f10 !important;
    color: #ffffff;
    border: 0;
    background: none;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .yu2fvl-close {
        left: auto;
        right: 0;
        top: auto;
        bottom: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .yu2fvl-close {
        left: auto;
        right: 0;
        top: auto;
        bottom: 100%;
    }
    .video h2 {
        color: #ffffff;
        font-size: 32px;
    }
    .video h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

/*=======================
 * Section Title
=====================*/
.section_title--2 .title {
    position: relative;
    display: inline-block;
}

.section_title--2 .title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #505050;
}

.section-title--3 {
    line-height: 70px;
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 0;
    margin-top: -15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .section-title--3 {
        line-height: 62px;
        font-size: 46px; font-weight: 600;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title--3 {
        line-height: 58px;
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title--3 {
        line-height: 50px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title--3 {
        line-height: 45px;
        font-size: 35px;
    }
}

/* ---------------------------
    Video Area
-----------------------------*/
.comp-video.line--between,
.comp-video .line--between {
    position: relative;
}

.comp-video.line--between::before, .comp-video.line--between::after,
.comp-video .line--between::before,
.comp-video .line--between::after {
    content: "";
    position: absolute;
    top: 40px;
    height: 1px;
    width: calc(50% - 85px);
    background: #eee;
}

.comp-video.line--between::before,
.comp-video .line--between::before {
    left: 0;
}

.comp-video.line--between::after,
.comp-video .line--between::after {
    right: 0;
}

.line--between {
    position: relative;
}

.line--between::before, .line--between::after {
    content: "";
    position: absolute;
    top: 40px;
    height: 1px;
    width: calc(50% - 85px);
    background: #eee;
}

.line--between::before {
    left: 0;
}

.line--between::after {
    right: 0;
}

.video-btn {
    text-align: center;
}

.video-btn.breadcaump-video-position {
    position: absolute;
    left: 58%;
    bottom: 30px;
}

.video-btn a.video-icon,
.video-btn a .video-icon {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ff5000;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.video-btn a.video-icon::before,
.video-btn a .video-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-6px, -9px);
    -ms-transform: translate(-6px, -9px);
    transform: translate(-6px, -9px);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #fff;
}

.video-btn a.video-icon.second-icon,
.video-btn a .video-icon.second-icon {
    width: 90px;
    height: 90px;
}

.video-btn a.video-icon.second-icon::before,
.video-btn a .video-icon.second-icon::before {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 19px;
    -webkit-transform: translate(-6px, -12px);
    -ms-transform: translate(-6px, -12px);
    transform: translate(-6px, -12px);
}

.video-btn a.video-icon.third-icon,
.video-btn a .video-icon.third-icon {
    width: 110px;
    height: 110px;
}

.video-btn a.video-icon.third-icon::before,
.video-btn a .video-icon.third-icon::before {
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 24px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-btn a.video-icon.four-icon,
.video-btn a .video-icon.four-icon {
    width: 130px;
    height: 130px;
}

.video-btn a.video-icon.four-icon::before,
.video-btn a .video-icon.four-icon::before {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 28px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-btn a.video-icon.third-icon.brown-color,
.video-btn a .video-icon.third-icon.brown-color {
    background: #fff;
}

.video-btn a.video-icon.third-icon.brown-color::before,
.video-btn a .video-icon.third-icon.brown-color::before {
    border-left: 24px solid currentColor;
}

.video-btn a.video-icon:hover,
.video-btn a .video-icon:hover {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.video-btn a.watch-text,
.video-btn a .watch-text {
    color: #161616;
    margin: 32px 0 0;
    font-size: 14px;
    border: 0 none;
    padding: 0;
    display: block;
    font-weight: 600;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.video-btn a.watch-text:hover,
.video-btn a .watch-text:hover {
    color: #ff5000;
}

.video-btn-2 .icon-gradient {
    width: 130px;
    height: 130px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.video-btn-2 .icon-gradient::before {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .15;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #ff5000;
    background-image: -webkit-linear-gradient(223deg, #7f152e 0, #ff5000 100%);
    background-image: -o-linear-gradient(223deg, #7f152e 0, #ff5000 100%);
    background-image: linear-gradient(-133deg, #7f152e 0, #ff5000 100%);
}

.video-btn-2 .icon-gradient::after {
    background-color: #ff5000;
    background-image: -webkit-linear-gradient(223deg, #7f152e 0, #ff5000 100%);
    background-image: -o-linear-gradient(223deg, #7f152e 0, #ff5000 100%);
    background-image: linear-gradient(-133deg, #7f152e 0, #ff5000 100%);
    width: 90px;
    height: 90px;
    top: 20px;
    left: 20px;
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 50%;
}

.video-btn-2 .icon-gradient .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    margin-left: 1px;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-btn-2 .icon-gradient .video-icon::before {
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #fff;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 19px;
}

.video-btn-2 .icon-gradient:hover::before {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
    opacity: 0;
}

.video-btn-2 .icon-gradient:hover.color-pink::before {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
    opacity: 0;
}

.video-btn-2.watch-text,
.video-btn-2 .watch-text {
    color: #161616;
    margin: 32px 0 0;
    font-size: 14px;
    border: 0 none;
    padding: 0;
    display: block;
    font-weight: 600;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.video-btn-2.watch-text:hover,
.video-btn-2 .watch-text:hover {
    color: #ff5000;
}

.video-with-thumb {
    position: relative;
}

.video-with-thumb .position--center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-custom-button {
    text-align: center;
}

.video-custom-button .play-button {
    padding: 30px;
    position: relative;
    display: inline-block;
}

.video-custom-button .play-button::before {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: -30px;
    top: -30px;
    border-radius: 50%;
    opacity: .3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.video-custom-button .play-button::after {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.video-custom-button .play-button:hover::before {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.video-custom-button .play-button:hover::after {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.tecnology-video {
    position: relative;
}

.tecnology-video::before {
    background-color: transparent;
    background-image: -webkit-radial-gradient(at center center, #3023ae 0%, #4a1b87 0%);
    background-image: -o-radial-gradient(at center center, #3023ae 0%, #4a1b87 0%);
    background-image: radial-gradient(at center center, #3023ae 0%, #4a1b87 0%);
    opacity: 0.9;
    -webkit-transition: background .3s,border-radius .3s,opacity .3s;
    -o-transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}

/*========================
    Contact Area
==========================*/
.contact__form--1 input, .contact__form--1 textarea {
    font-size: 14px;
    padding: 0;
    width: 100%;
    line-height: inherit;
    height: auto;
    border: 0 none;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    font-style: italic;
    margin-bottom: 14px;
    color: #111111;
}

.contact__form--1 input[type=submit], .contact__form--1 textarea[type="submit"] {
    background-color: #FC5000;
    text-decoration: none;
    padding: 23px;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border: 0 none;
    font-style: inherit;
    cursor: pointer;
}

.contact__form--1 textarea {
    height: 146px;
    min-height: 146px;
}

.ht-gmap2 {
    height: 470px;
    width: 100%;
}

.footer-widget .footer-content .input-box input::-webkit-input-placeholder, .footer-widget .footer-content .input-box .contact__form--1 textarea::-webkit-input-placeholder, .contact__form--1 .footer-widget .footer-content .input-box textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #111111;
}

.footer-widget .footer-content .input-box input::-moz-placeholder, .footer-widget .footer-content .input-box .contact__form--1 textarea::-moz-placeholder, .contact__form--1 .footer-widget .footer-content .input-box textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #111111;
}

.footer-widget .footer-content .input-box input:-ms-input-placeholder, .footer-widget .footer-content .input-box .contact__form--1 textarea:-ms-input-placeholder, .contact__form--1 .footer-widget .footer-content .input-box textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #111111;
}

.footer-widget .footer-content .input-box input:-moz-placeholder, .footer-widget .footer-content .input-box .contact__form--1 textarea:-moz-placeholder, .contact__form--1 .footer-widget .footer-content .input-box textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #111111;
}

.pt-contact p a {
    color: #111111;
}

.blog_style--1 {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
}

.blog_style--1.border-none {
    border: 0 none;
}

.blog_style--1.bg-transparent {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog_style--1.bg-transparent:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog_style--1.left-nopadding .inner {
    padding-left: 0;
}

.blog_style--1.overlay-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog_style--1.overlay-image:hover .blog-overlay {
    opacity: 1;
    visibility: visible;
}

.blog_style--1.overlay-image:hover .inner .blog-btn .button-link.button__transparent--border {
    border: 1px solid #ffffff;
}

.blog_style--1 .inner {
    padding: 40px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .blog_style--1 .inner {
        padding: 40px 21px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_style--1 .inner {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_style--1 .inner {
        padding: 35px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blog_style--1 .inner {
        padding: 30px 15px;
    }
}

.blog_style--1 .inner .title a {
    color: #161616;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-height: 65px;
    min-height: 65px;
    overflow: hidden;
    display: block;
}

.indexNewsElementP{
    display: block;
    min-height: 81px;
    max-height: 81px;
    overflow: hidden;
}

.blog_style--1 .inner .title a:hover {
    color: #ff5000;
}

.blog_style--1 .inner .meta {
    margin: 0 -10px;
}

.blog_style--1 .inner .meta li {
    font-size: 12px;
    line-height: 1;
    margin: 0 10px;
}

.blog_style--1 .inner .meta li a {
    color: #535353;
}

.blog_style--1 .inner .blog-btn .button-link {
    border: 1px solid #d1d1d1;
    padding: 12px 40px;
    color: #161616;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.blog_style--1 .inner .blog-btn .button-link:hover {
    background: #ff5000;
    color: #fff;
    border: 1px solid #ff5000;
}

.blog_style--1:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

/*====================
    Counter Style
==========================*/
.counter__style--1 .title {
    color: #666;
    line-height: 2.5;
}

.counter__style--1 .count {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.counter__style--1 .count::before {
    position: absolute;
    content: "~";
    left: 0;
}

/*=====================
    Team Area
====================*/
.col-xl-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-xl-20 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .col-xl-20 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.team .content {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.team .content h5 {
    margin-bottom: 5px;
}

.team .content p {
    color: #252323;
    font-size: 14px;
}

.team .content .team-social a {
    color: #252323;
    font-size: 22px;
    display: inline-block;
    margin: 0 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.team .content .team-social a:hover {
    color: #ff5000;
}

.team.team-style--2 .thumbnail {
    position: relative;
    z-index: 2;
    display: inline-block;
    border-radius: 100%;
}

.team.team-style--2 .thumbnail img {
    border-radius: 100%;
}

.team.team-style--2 .thumbnail::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 0;
    background-color: #ff5000;
    cursor: pointer;
    border-radius: 100%;
}

.team.team-style--2 .thumbnail .team-hover-action {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    z-index: 2;
}

.team.team-style--2 .thumbnail .team-hover-action a {
    color: #ffffff;
    font-size: 22px;
    margin: 0 10px;
    display: inline-block;
}

.team.team-style--2:hover .thumbnail::before {
    opacity: 0.9;
}

.team.team-style--2:hover .thumbnail .team-hover-action {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*=======================
    Icon Boxes
=========================*/
.icon-box {
    background-color: #fff;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 22px 0px #dfdfdf;
    box-shadow: 0px 0px 22px 0px #dfdfdf;
}

.icon-box .icon-inner {
    max-width: 270px;
    position: relative;
    height: 80px;
    width: 80px;
    margin: 0 auto 24px;
}

.icon-box .icon {
    background-color: #ff5000;
}

.icon-box .icon::before, .icon-box .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: inherit;
}

.icon-box .icon::before {
    width: 80px;
    height: 80px;
    opacity: .3;
}

.icon-box .icon::after {
    width: 60px;
    height: 60px;
    opacity: .7;
}

.icon-box .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    background: inherit;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
}

.icon-box .content {
    text-align: center;
}

.icon-box .content .title {
    font-size: 24px;
    font-weight: 700;
}

.icon-box .content p {
    color: #535353;
    font-weight: 400;
    line-height: 2em;
}

.icon-box .content .portlo-button a {
    border: 0 none;
    padding: 11px 15px;
}

.icon-box .content .portlo-button a span {
    font-size: 13px;
}

/**************************************
	Portfolio Styles
***************************************/
/*=========================
    Portfolio Styles
==========================*/
.portfolio_style--1 .inner {
    width: 100%;
}

.portfolio_style--1 .inner .thumb {
    position: relative;
    display: block;
}

.portfolio_style--1 .inner .thumb::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 0;
    background-color: #000000;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio_style--1 .inner .thumb::before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio_style--1 .inner .thumb::before {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
}

.portfolio_style--1 .inner .thumb img {
    width: 100%;
}

.portfolio_style--1 .inner .port-overlay-info {
    position: absolute;
    bottom: 20px;
    text-align: left;
    width: 100%;
    padding: 7% 13%;
    display: block;
}

.portfolio_style--1 .inner .port-overlay-info .hover-action {
    text-align: right;
}

.portfolio_style--1 .inner .port-overlay-info .hover-action .title {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    color: inherit;
    margin: 0 0 5px;
    position: relative;
    display: inline-block;
}

.portfolio_style--1 .inner .port-overlay-info .hover-action .title::after {
    content: '';
    width: 0;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: all .4s ease-in-out .5s;
    -o-transition: all .4s ease-in-out .5s;
    transition: all .4s ease-in-out .5s;
    display: block;
}

.portfolio_style--1 .inner .port-overlay-info .hover-action .title a {
    color: #ffffff;
}

.portfolio_style--1 .inner .port-overlay-info .hover-action p {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -webkit-transition: all .4s ease-in-out .3s;
    -o-transition: all .4s ease-in-out .3s;
    transition: all .4s ease-in-out .3s;
    font-size: 16px;
    color: #fff;
}

.portfolio_style--1 .inner .port-overlay-info .icon {
    position: absolute;
    left: 11%;
    top: 50%;
    margin-top: -24px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out .4s;
    -o-transition: all .4s ease-in-out .4s;
    transition: all .4s ease-in-out .4s;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
}

.portfolio_style--1 .inner:hover .port-overlay-info .hover-action .title {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.portfolio_style--1 .inner:hover .port-overlay-info .hover-action .title::after {
    width: 100%;
}

.portfolio_style--1 .inner:hover .port-overlay-info .hover-action p {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.portfolio_style--1 .inner:hover .port-overlay-info .icon {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.portfolio_style--1 .inner:hover .thumb::before {
    opacity: 0.6;
}

.portfolio_style--2 .inner {
    width: 100%;
}

.portfolio_style--2 .inner .thumb {
    display: block;
}

.portfolio_style--2 .inner .thumb::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 0;
    background-color: #ffffff;
    cursor: pointer;
}

.portfolio_style--2 .inner .thumb img {
    width: 100%;
}

.portfolio_style--2 .inner .port-overlay-info {
    position: absolute;
    width: 100%;
    padding: 7% 9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.portfolio_style--2 .inner .port-overlay-info .hover-action .icon_link {
    display: block;
    top: 0;
    font-size: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -webkit-transition: all .4s ease-in-out .4s;
    -o-transition: all .4s ease-in-out .4s;
    transition: all .4s ease-in-out .4s;
    opacity: 0;
}

.portfolio_style--2 .inner .port-overlay-info .hover-action .icon_link .search_icon {
    display: inline-block;
    background: #fff;
    width: 50px;
    height: 50px;
    color: #411eff;
    font-size: 30px;
    border-radius: 100%;
    margin-bottom: 10px;
    line-height: 51px;
    text-align: center;
}

.portfolio_style--2 .inner .port-overlay-info .hover-action .title {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    font-weight: 500;
    margin-bottom: 5px;
}

.portfolio_style--2 .inner .port-overlay-info .hover-action .title a {
    color: #161616;
}

.portfolio_style--2 .inner .port-overlay-info .hover-action p {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -webkit-transition: all .4s ease-in-out .3s;
    -o-transition: all .4s ease-in-out .3s;
    transition: all .4s ease-in-out .3s;
    color: #161616;
    font-size: 16px;
    margin-bottom: 0;
}

.portfolio_style--2 .inner:hover .port-overlay-info .hover-action .icon_link {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.portfolio_style--2 .inner:hover .port-overlay-info .hover-action .title {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.portfolio_style--2 .inner:hover .port-overlay-info .hover-action p {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.portfolio_style--2 .inner:hover .thumb::before {
    opacity: 0.8;
}

.portfolio_style--3 .inner {
    overflow: hidden;
    width: 100%;
}

.portfolio_style--3 .inner .thumb {
    position: relative;
    display: block;
}

.portfolio_style--3 .inner .thumb img {
    width: 100%;
}

.portfolio_style--3 .inner .port-overlay-info {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    padding: 30px 40px;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.portfolio_style--3 .inner .port-overlay-info.overlay__fullHeight {
    height: 100%;
    background: rgba(24, 29, 255, 0.8);
}

.portfolio_style--3 .inner .port-overlay-info.overlay__fullHeight .hover-action {
    position: absolute;
    bottom: 40px;
    top: auto;
    width: 100%;
    width: 100%;
    left: 0;
    padding: 0 34px;
}

.portfolio_style--3 .inner .port-overlay-info.overlay__fullHeight .hover-action .title a {
    color: #ffffff;
}

.portfolio_style--3 .inner .port-overlay-info.overlay__fullHeight .hover-action p {
    color: #ffffff;
}

.portfolio_style--3 .inner .port-overlay-info.overlay__fullHeight .icon {
    right: 13%;
}

.portfolio_style--3 .inner .port-overlay-info .hover-action .title {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0 0 5px;
}

.portfolio_style--3 .inner .port-overlay-info .hover-action .title a {
    color: #161616;
}

.portfolio_style--3 .inner .port-overlay-info .hover-action p {
    font-size: 14px;
    color: #161616;
    margin-bottom: 0;
}

.portfolio_style--3 .inner .port-overlay-info .icon {
    position: absolute;
    right: 11%;
    margin-top: -30px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out .4s;
    -o-transition: all .4s ease-in-out .4s;
    transition: all .4s ease-in-out .4s;
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
}

.portfolio_style--3 .inner:hover .port-overlay-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.portfolio_style--3 .inner:hover .port-overlay-info .icon {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.portfolio_style--3 .inner:hover .thumb::before {
    opacity: 0.6;
}

.portfolio_style--4 .inner {
    width: 100%;
}

.portfolio_style--4 .inner .thumb {
    position: relative;
    display: block;
}

.portfolio_style--4 .inner .thumb img {
    width: 100%;
}

.portfolio_style--4 .inner .with__caption {
    background: #f7f7f7;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio_style--4 .inner .with__caption .hover-action .title {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0 0 5px;
}

.portfolio_style--4 .inner .with__caption .hover-action .title a {
    color: #161616;
}

.portfolio_style--4 .inner .with__caption .hover-action p {
    font-size: 14px;
    color: #161616;
    margin-bottom: 0;
}

.portfolio_style--4 .inner:hover .with__caption {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

.portfolio_style--5 .inner {
    width: 100%;
}

.portfolio_style--5 .inner .thumb {
    position: relative;
    display: block;
}

.portfolio_style--5 .inner .thumb img {
    width: 100%;
}

.portfolio_style--5 .inner .with__caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    width: 70%;
}

.portfolio_style--5 .inner .with__caption .hover-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
}

.portfolio_style--5 .inner .with__caption .hover-action .title {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0 0 5px;
}

.portfolio_style--5 .inner .with__caption .hover-action .title a {
    color: #161616;
}

.portfolio_style--5 .inner .with__caption .hover-action p {
    font-size: 14px;
    color: #161616;
    margin-bottom: 0;
}

.portfolio_style--5 .inner .with__caption.with__caption--2 {
    position: absolute;
    bottom: auto;
    right: auto;
    -webkit-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    width: 84%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
    left: 50%;
}

.portfolio_style--5 .inner .with__caption.with__caption--2 .hover-action {
    border-radius: 12px;
}

.portfolio_style--5 .inner:hover .with__caption {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

p:last-child {
    margin-bottom: 0;
}

/*=======================
    Slick Dots
=========================*/
.partlo-dots {
    position: relative;
}

.partlo-dots .slick-dots {
    bottom: -50px;
}

.partlo-dots .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
    background: #ddd;
    border-radius: 100%;
}

.partlo-dots .slick-dots li button::before {
    display: none;
}

.partlo-dots .slick-dots li.slick-active {
    background: #ff5000;
}

.brandsWrapperImg{
    background-color: #fff;
}
.brandsWrapperImg a{
    display: inline-block;
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: relative;
}
.brandsWrapperImg a img{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 80%;
}
/*========================
Portfolio Grid Area
=========================*/
.with__gutter--free {
    margin: 0;
}

.with__gutter--free .portfolio {
    padding: 0px;
    margin-bottom: 0px;
}

.with__gutter--30 {
    margin: 0 -15px;
}

.with__gutter--30 .portfolio {
    padding: 0 15px;
    margin-bottom: 30px;
}

.with__gutter--20 {
    margin: 0 -10px;
}

.with__gutter--20 .portfolio {
    padding: 0 10px;
    margin-bottom: 20px;
}

.portfolio-grid-metro3 .portfolio-33-33 {
    width: 33.33%;
}

.portfolio-grid-metro3 .grid-width-2 {
    width: 66.66%;
}

.portfolio-grid-metro3 .resizer {
    width: 33.33%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-grid-metro3 .portfolio-33-33 {
        width: 33.33%;
    }
    .portfolio-grid-metro3 .grid-width-2 {
        width: 66.66%;
    }
    .portfolio-grid-metro3 .resizer {
        width: 33.33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-grid-metro3 .portfolio-33-33 {
        width: 50%;
    }
    .portfolio-grid-metro3 .grid-width-2 {
        width: 100%;
    }
    .portfolio-grid-metro3 .resizer {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-grid-metro3 .portfolio-33-33 {
        width: 100%;
    }
    .portfolio-grid-metro3 .resizer {
        width: 100%;
    }
}

.portfolio-grid-metro2 .portfolio-50 {
    width: 50%;
}

.portfolio-grid-metro2 .grid-width-2 {
    width: 100%;
}

.portfolio-grid-metro2 .resizer {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .portfolio-grid-metro2 .portfolio-50 {
        width: 100%;
    }
    .portfolio-grid-metro2 .grid-width-2 {
        width: 100%;
    }
    .portfolio-grid-metro2 .resizer {
        width: 100%;
    }
}

.portfolio-grid-metro4 .portfolio-25 {
    width: 25%;
}

.portfolio-grid-metro4 .grid-width-2 {
    width: 50%;
}

.portfolio-grid-metro4 .resizer {
    width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-grid-metro4 .portfolio-25 {
        width: 50%;
    }
    .portfolio-grid-metro4 .grid-width-2 {
        width: 100%;
    }
    .portfolio-grid-metro4 .resizer {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-grid-metro4 .portfolio-25 {
        width: 50%;
    }
    .portfolio-grid-metro4 .grid-width-2 {
        width: 100%;
    }
    .portfolio-grid-metro4 .resizer {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-grid-metro4 .portfolio-25 {
        width: 100%;
    }
    .portfolio-grid-metro4 .grid-width-2 {
        width: 100%;
    }
    .portfolio-grid-metro4 .resizer {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-grid-metro4 .portfolio-25 {
        width: 100%;
    }
    .portfolio-grid-metro4 .grid-width-2 {
        width: 100%;
    }
    .portfolio-grid-metro4 .resizer {
        width: 100%;
    }
}

.portfolio-grid-metro5 .portfolio-20 {
    width: 20%;
}

.portfolio-grid-metro5 .grid-width-2 {
    width: 40%;
}

.portfolio-grid-metro5 .resizer {
    width: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-grid-metro5 .portfolio-20 {
        width: 25%;
    }
    .portfolio-grid-metro5 .grid-width-2 {
        width: 50%;
    }
    .portfolio-grid-metro5 .resizer {
        width: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-grid-metro5 .portfolio-20 {
        width: 50%;
    }
    .portfolio-grid-metro5 .grid-width-2 {
        width: 100%;
    }
    .portfolio-grid-metro5 .resizer {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-grid-metro5 .portfolio-20 {
        width: 100%;
    }
    .portfolio-grid-metro5 .grid-width-2 {
        width: 100%;
    }
    .portfolio-grid-metro5 .resizer {
        width: 100%;
    }
}

/*==========================
    Portfolio Button
============================*/
.messonry-button {
    margin: 0 -18px;
}

.messonry-button button {
    border: 0 none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #161616;
    margin: 0 18px;
}

.messonry-button button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff5000;
    -webkit-transform: scale3d(0, 5, 1);
    transform: scale3d(0, 5, 1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    -o-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.messonry-button button.is-checked::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.messonry-button button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.messonry-button.messonry-button--2 button {
    padding: 0;
    margin: 0;
    border: 0 none;
    outline: none;
    margin: 0 5px;
    margin-bottom: 15px !important;
}

.messonry-button.messonry-button--2 button::before {
    display: none;
}

.messonry-button.messonry-button--2 button span.filter-text {
    position: relative;
    padding: 0 25px;
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.2s;
}

.messonry-button.messonry-button--2 button span.filter-text::before, .messonry-button.messonry-button--2 button span.filter-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ff5000;
    -webkit-transition: -webkit-transform 0.2s;
}

.messonry-button.messonry-button--2 button span.filter-text::before {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border-width: 0 2px;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.messonry-button.messonry-button--2 button span.filter-text::after {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border-width: 2px 0;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.messonry-button.messonry-button--2 button.is-checked span {
    color: #ff5000;
}

.messonry-button.messonry-button--2 button.is-checked span::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.messonry-button.messonry-button--2 button.is-checked span::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.messonry-button.messonry-button--2 button:hover span {
    color: #ff5000;
}

.messonry-button.messonry-button--2 button:hover span::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.messonry-button.messonry-button--2 button:hover span::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* Portfolio Details */
.portfolio-details h4 {
    margin: 0;
    padding: 30px 0;
}

.portfolio-details .project-inner .feature-list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.portfolio-details .project-inner .feature-list li {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    margin-bottom: 20px;
    font-size: 18px;
    color: #1f2226;
}

@media only screen and (max-width: 575px) {
    .portfolio-details .project-inner .feature-list li {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.portfolio-details .project-inner .feature-list li i {
    color: #7d7d7d;
    font-size: 20px;
    padding-right: 10px;
}

/**************************************
	Template Styles
***************************************/
/*==================================
 * Banner
==================================*/
.slider-content .title {
    color: #ff5000;
    font-size: 80px;
    font-weight: 800;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .title {
        font-size: 55px;
        padding-bottom: 8px;
        margin-bottom: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content .title {
        font-size: 42px;
        padding-bottom: 8px;
        margin-bottom: 11px;
    }
}

.slider-content .title::before {
    position: absolute;
    width: 50px;
    height: 2px;
    content: "";
    left: 0;
    bottom: 0;
    background: #002257;
    display: none;
}

.slider-content h1 {
    color: #161616;
    font-size: 55px;
    line-height: 80px;
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content h1 {
        font-size: 46px;
        line-height: 66px;
    }
    .slider-content h1 br {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-content h1 {
        font-size: 36px;
        line-height: 40px;
        font-weight: 600;
    }
    .slider-content h1 br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content h1 {
        font-size: 46px;
        line-height: 66px;
    }
    .slider-content h1 br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .slider-content h1 br {
        display: none;
    }
}

.slide-bg-shape {
    position: relative;
    z-index: 2;
}

.slide-bg-shape::before {
    position: absolute;
    content: "";
    width: 330px;
    height: 100%;
    background: #ff5000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slide.fullscreen {
    min-height: 750px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide.fullscreen .slide-parts {
        padding: 150px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .slide.fullscreen .slide-parts {
        padding: 150px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide.fullscreen {
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .slide.fullscreen {
        min-height: auto;
    }
}

.slide-parts {
    height: 100%;
}

.slide-parts h1 {
    font-size: 75px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slide-parts h1 {
        font-size: 47px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-parts h1 {
        font-size: 47px;
    }
}

@media only screen and (max-width: 767px) {
    .slide-parts h1 {
        font-size: 47px;
    }
}

.slide-parts p {
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slide-parts p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slide-parts p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .slide-parts p {
        font-size: 14px;
    }
}

.slider2-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-style--2 .slide-thumbnail {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slider-style--2 .row {
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-style--2 .row {
        height: auto;
    }
}

/*===========================
    About Area
=============================*/
.about-content p {
    color: #ffffff;
    font-size: 14px;
    line-height: inherit;
}

.about-content .section-title--3 {
    margin-bottom: 30px;
}

/*========================
    Service Area
=========================*/
.has-center-content .has-centerinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .has-center-content .has-centerinner {
        display: block;
    }
}

.has-center-content .has-centerinner .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: inline-block;
}

.has-center-content .has-centerinner .content {
    padding: 10px 20px;
    text-align: left;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
	height:125px;
}

.has-center-content .has-centerinner .content h6 {
    font-size: 14px;
    color: #ff5000;
}

.has-center-content .has-centerinner .content h1 {
    font-size: 38px;
    font-weight: 800;
    color: #161616;
    position: relative;
}

.has-center-content .has-centerinner .content h1 a {
    color: #161616;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.has-center-content .has-centerinner .content h1 a:hover {
    color: #ff5000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .has-center-content .has-centerinner .content h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .has-center-content .has-centerinner .content h1 {
        font-size: 28px;
    }
}

.has-center-content .has-centerinner .content .read-more-btn a {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #161616;
}

.has-center-content .has-centerinner .content .read-more-btn a span {
    font-size: 16px;
    font-weight: 600;
}

.has-center-content .has-centerinner .content .read-more-btn a i {
    font-size: 12px;
    margin-left: 8px;
    color: #ff5000;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-arrow-center {
    position: relative;
}

.slick-arrow-center .slick-btn {
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    z-index: 2;
    outline: none;
    text-align: center;
    line-height: 123px;
    width: 55px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
}

.slick-arrow-center .slick-btn i {
    font-size: 30px;
    color: #fff;
    display: block;
    line-height: 91px;
}

.slick-arrow-center .slick-btn::before {
    display: none;
}

.slick-arrow-center .slick-btn.slick-prev {
    border-bottom-right-radius: 108px;
    border-top-right-radius: 108px;
    left: 35px;
}

.slick-arrow-center .slick-btn.slick-next {
    border-bottom-left-radius: 108px;
    border-top-left-radius: 108px;
    right: 35px;
    left: auto;
}

.slick-arrow-center .slick-btn:hover {
    background-color: #ff5000;
    color: #222222;
}

.slick-gutter-35 .slick-slide {
    padding-left: 35px;
    padding-right: 35px;
}

.brand {
    text-align: center;
}

.brand-area .slick-slide img {
    display: inline-block;
}

/*=======================
    Video Area
=========================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-wrapper h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .video-wrapper h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .slick-gutter-35 .slick-slide {
        padding-left: 0;
        padding-right: 0;
    }
}

.testimonial_style--1 {
    background: #fff;
    padding: 44px 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial_style--1 {
        padding: 44px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial_style--1 {
        padding: 36px 18px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial_style--1 {
        padding: 33px 28px;
    }
}

.testimonial_style--1 .content .testimonial-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 26px;
}

.testimonial_style--1 .content .testimonial-info .post-thumbnail {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.testimonial_style--1 .content .testimonial-info .post-thumbnail img {
    border-radius: 50%;
    height: auto;
    max-width: 100%;
}

.testimonial_style--1 .content .testimonial-info .clint-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
}

.testimonial_style--1 .content .testimonial-info .clint-info h6 {
    font-size: 18px;
    line-height: 1.388;
    margin-bottom: 6px;
    color: #222222;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.testimonial_style--1 .content .testimonial-info .clint-info span {
    color: #161616;
    font-weight: 500;
    line-height: 1.58;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.testimonial_style--1 .content .testimonial-quote {
    padding: 2px 5px 0 0;
    font-size: 28px;
    text-align: right;
    line-height: 0;
}

.testimonial_style--1 .content .testimonial-quote span {
    color: #ff5000;
    font-weight: 900;
}

.testimonial_style--1:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    color: #fff;
    background: #ff5000;
}

.testimonial_style--1:hover .content p {
    color: #ffffff;
}

.testimonial_style--1:hover .content p span.theme-color {
    color: #ffffff;
}

.testimonial_style--1:hover .content .testimonial-info .clint-info h6 {
    color: #ffffff;
}

.testimonial_style--1:hover .content .testimonial-info .clint-info span {
    color: #ffffff;
}

.testimonial_style--1:hover .content .testimonial-quote span {
    color: #ffffff;
}

.testimonial_style--1.hover-transparent:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.testimonial_style--1.space-large--topbottom {
    padding: 58px 60px 122px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial_style--1.space-large--topbottom {
        padding: 45px 30px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial_style--1.space-large--topbottom {
        padding: 45px 30px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial_style--1.space-large--topbottom {
        padding: 45px 30px 50px;
    }
}

.testimonial_style--1.bg-dark {
    background: #000;
    color: #fff;
}

.testimonial_style--1.bg-dark .content p {
    font-size: 20px;
    line-height: 1.75;
    color: #fff;
}

.testimonial_style--1.bg-dark .content .testimonial-info .clint-info h6 {
    color: #fff;
}

.testimonial_style--1.bg-dark .content .testimonial-info .clint-info span {
    color: #fff;
}

.testimonial_style--1.bg-dark .content .testimonial-quote {
    padding: 52px 0 0;
    font-size: 28px;
    text-align: right;
    line-height: 0;
}

.testimonial_style--1.bg-dark .content .testimonial-quote span {
    font-size: 28px;
    color: #fff;
}

.testimonial_style--1.theme-color-2 .content p {
    color: #161616;
}

.testimonial_style--1.theme-color-2:hover {
    color: #fff;
}

.testimonial_style--1.theme-color-2:hover .content p {
    color: #ffffff;
}

.testimonial_style--1.theme-color-2:hover .content .testimonial-quote span {
    color: #ffffff;
}

.testimonial_style--1.purple-color-2 .content p {
    color: #161616;
}

.testimonial_style--1.purple-color-2 .content .testimonial-quote span {
    color: #ff5000;
}

.testimonial_style--1.purple-color-2:hover {
    background: #ff5000;
    color: #fff;
}

.testimonial_style--1.purple-color-2:hover .content p {
    color: #ffffff;
}

.testimonial_style--1.purple-color-2:hover .content p span {
    color: #ffffff;
}

.testimonial_style--1.purple-color-2:hover .content .testimonial-quote span {
    color: #ffffff;
}

/* ================================
 Testimonial Horizontal Area
===================================*/
.testimonial--horizontal--active {
    position: relative;
    padding-right: 210px;
    margin-left: 32px;
}

@media only screen and (max-width: 767px) {
    .testimonial--horizontal--active {
        padding-right: 90px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial--horizontal--active {
        padding-right: 30px;
        padding-bottom: 54px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial--horizontal--active {
        padding-right: 30px;
        padding-bottom: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial--horizontal--active {
        padding-right: 0px;
        padding-bottom: 0;
        margin-left: 0px;
    }
}

.testimonial--horizontal--active .swiper-pagination.swiper-pagination-progressbar {
    position: absolute;
    bottom: -97px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    top: auto;
}

.testimonial--horizontal--active .swiper-pagination.swiper-pagination-progressbar {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    height: 3px;
    width: 400px;
    max-width: 100%;
    background: #d8d8d8;
}

.testimonial--horizontal--active .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ff5000;
    height: 100%;
    position: absolute;
}

.testimonial--horizontal--active .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: inherit;
}

.testimonial--horizontal--active .swiper-pagination.swiper-pagination-progressbar {
    position: absolute;
    bottom: -97px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    top: auto;
}

.testimonial--horizontal--active .swiper-pagination.swiper-pagination-custom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    height: 3px;
    width: 400px;
    max-width: 100%;
    background: #d8d8d8;
}

.testimonial--horizontal--active .swiper-pagination-custom .progressbar .filled {
    background: #ff5000;
    height: 100%;
    position: absolute;
}

.testimonial--horizontal--active .swiper-pagination-custom .progressbar .filled:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: inherit;
}

.progress-charts {
    overflow: hidden;
}

.progress-charts h6.heading {
    margin-bottom: 13px;
    text-transform: uppercase;
}

.progress-charts h6.heading span.percent-label {
    color: #222;
    font-weight: 600;
}

.progress-charts h6.custom-color--2 {
    color: #000;
}

.progress-charts h6.custom-color--3 {
    color: #66a7e8;
}

.progress-charts h6.custom-color--4 {
    color: #f10;
}

.progress-charts h6.custom-color--5 {
    color: #23a455;
}

.progress-charts h6.custom-color--6 {
    color: #a0a0a0;
}

.progress-charts h6.custom-color--7 {
    color: #000;
}

.progress-charts h6.custom-color--8 {
    color: #7971ea;
}

.progress-charts .progress {
    height: 6px;
    overflow: visible;
    font-size: 14px;
    background-color: #eee;
    border-radius: 0;
}

.progress-charts .progress--4 {
    height: 4px;
}

.progress-charts .progress--8 {
    height: 8px;
}

.progress-charts .progress--10 {
    height: 10px;
}

.progress-charts .progress.bg-color-1 {
    background-color: rgba(102, 167, 232, 0.3);
}

.progress-charts .progress.bg-color-2 {
    background-color: rgba(244, 0, 61, 0.3);
}

.progress-charts .progress.bg-color-3 {
    background-color: rgba(35, 164, 85, 0.3);
}

.progress-charts .progress .progress-bar {
    overflow: visible;
    position: relative;
    background: #ff5000;
}

.progress-charts .progress .progress-bar.custom-color--2 {
    background-color: #000;
}

.progress-charts .progress .progress-bar.custom-color--3 {
    background-color: #66a7e8;
}

.progress-charts .progress .progress-bar.custom-color--4 {
    background-color: #f10;
}

.progress-charts .progress .progress-bar.custom-color--5 {
    background-color: #23a455;
}

.progress-charts .progress .progress-bar.custom-color--6 {
    background-color: #a0a0a0;
}

.progress-charts .progress .progress-bar.custom-color--7 {
    background-color: #000;
}

.progress-charts .progress .progress-bar.custom-color--8 {
    background-color: #7971ea;
}

.progress-charts .progress .progress-bar span.percent-label {
    position: absolute;
    color: #222;
    right: -7px;
    top: -35px;
    font-size: 14px;
    font-weight: 600;
}

/*========================
    Blog Details
==========================*/
.single-post-details .content p {
    line-height: 1.58;
    font-size: 14px;
    color: #999;
}

.single-post-details .content p.first-bold {
    font-size: 18px;
    line-height: 1.94;
    font-weight: 500;
    color: #222222;
}

.single-post-details .quote-content {
    position: relative;
    margin: 37px 0 44px !important;
    padding: 0 0 0 53px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
}

.single-post-details .quote-content::before {
    content: "\f10e";
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-weight: 900;
    color: #ff5000;
}

.single-post-details .quote-content .quote-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    color: #222222;
    font-style: normal;
}

.single-post-details .post-top {
    border: 1px solid #e5e5e5;
    padding: 13px 130px;
    margin-top: 33px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-details .post-top {
        padding: 13px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-details .post-top {
        padding: 13px 10px;
    }
}

.single-post-details .post-top .author img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.single-post-details .post-top .author-social {
    margin: 0 -4px;
}

.single-post-details .post-top .author-social a {
    display: inline-block;
    margin: 0 4px;
    background: #f10;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-post-details .post-top .author-social a.facebook {
    background: #3b5999;
}

.single-post-details .post-top .author-social a.twitter {
    background: #57aced;
}

.single-post-details .post-top .author-social a.google-plus {
    background: #dc143c;
}

.blog-tag-list a {
    color: #999999;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-weight: 500;
    line-height: 1.58;
    font-size: 14px;
    position: relative;
    padding-left: 5px;
}

.blog-tag-list a + a::before {
    position: absolute;
    content: ",";
    left: 0;
}

/*========================
    BLog Comment
==========================*/
.commnent-list-wrap .comment {
    list-style-type: none;
    margin-top: 48px;
    padding-top: 37px;
    padding-left: 6px;
    border-top: 1px solid #eee;
}

.commnent-list-wrap .comment .thumb {
    float: left;
}

@media only screen and (max-width: 767px) {
    .commnent-list-wrap .comment .thumb {
        float: none;
    }
}

.commnent-list-wrap .comment .thumb img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.commnent-list-wrap .comment .content {
    position: relative;
    overflow: hidden;
    margin-left: 152px;
}

@media only screen and (max-width: 767px) {
    .commnent-list-wrap .comment .content {
        margin-left: 0;
        margin-top: 30px;
    }
}

.commnent-list-wrap .comment .content .reply-btn a {
    color: #ffffff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ff5000;
    background: #ff5000;
    padding: 3px 10px;
    border-radius: 10px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.commnent-list-wrap .comment .content .reply-btn a:hover {
    color: #ff5000;
    border: 1px solid #ff5000;
    background: transparent;
}

.commnent-list-wrap .comment .content .comment-footer span {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.commnent-list-wrap .comment.comment-reply {
    padding-left: 61px;
}

@media only screen and (max-width: 767px) {
    .commnent-list-wrap .comment.comment-reply {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .commnent-list-wrap .comment.comment-reply {
        padding-left: 0;
    }
}

.comment-form-wrapper .blog-btn a {
    background: #ff5000;
    display: inline-block;
    color: #fff;
    padding: 0 36px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    font-weight: 600;
}

.comment-form-wrapper .blog-btn a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* ====================
    Contact Form
======================*/
.comment-form-wrapper .contact-form input, .comment-form-wrapper .contact-form .contact__form--1 textarea, .contact__form--1 .comment-form-wrapper .contact-form textarea {
    height: 50px;
}

.comment-form-wrapper .contact-form textarea {
    color: #777;
    border-color: #eee;
    background-color: #fff;
    height: 150px;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 12px 20px 3px;
    max-width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*=====================
    BLog Sidebar
=======================*/
.bl-widget {
    border: 1px solid #e5e5e5;
}

.bl-widget.author {
    padding: 29px 20px;
    padding-bottom: 0;
}

.bl-widget.author .inner {
    text-align: center;
}

.bl-widget.author .inner .thumb img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 16px;
}

.bl-widget.author .inner .info .degne {
    color: #a1a1a1;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 6px;
}

.bl-widget.author .inner .info .social-link a {
    color: #aeafb4;
    display: inline-block;
    margin: 0 10px;
    font-size: 19px;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.bl-widget.author .inner .info .social-link a:hover {
    color: #ff5000;
}

.bl-widget.author .inner .info .autor-meta {
    border-top: 1px solid #e5e5e5;
    margin: 0 -20px;
}

.bl-widget.author .inner .info .autor-meta span {
    display: inline-block;
    font-size: 14px;
    color: #222;
    padding: 10px 12px;
}

.bl-widget.author .inner .info .autor-meta span strong {
    color: #5a5c68;
    display: block;
}

.bl-widget.author .inner .info .autor-meta span + span {
    border-left: 1px solid #e5e5e5;
}

.bl-widget.post {
    padding: 20px;
    text-align: left;
}

.bl-widget.post .inner .post-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: -20px;
    margin-top: 30px;
}

.bl-widget.post .inner .post-list li {
    margin-bottom: 20px;
}

.bl-widget.post .inner .post-list li a {
    color: #222;
    display: block;
    line-height: 23px;
    margin-bottom: 6px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.bl-widget.post .inner .post-list li a:hover {
    color: #ff5000;
}

.bl-widget.post .inner .post-list li span {
    color: #bab9be;
}

.bl-widget.post .inner .post-list li span i {
    padding-right: 6px;
}

.bl-widget.quote {
    padding: 20px;
}

.bl-widget.quote .inner .post-quote .quote-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.bl-widget.quote .inner .post-quote .quote-info i {
    color: #ff5000;
    padding-right: 15px;
    font-size: 22px;
}

/**************************************
	Footer Styles
***************************************/
/*===========================
    Start Footer Area
=============================*/
/*=======================
    Footer Default
==========================*/
.footer-default {
    padding: 0 90px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-default {
        padding: 0 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-default {
        padding: 0 40px 0;
    }
}

.footer-default .footer-top-area {
    color: #a2a2a2;
    padding: 70px 0px 0;
}

.footer-default .copyright-area {
    padding: 13px 0;
    padding-top: 37px;
}

.footer-default .copyright-area .content p {
    font-size: 12px;
    color: #a2a2a2;
}

.footer-default .copyright-area .content .cp-link li {
    margin-right: calc(25px/2);
    margin-left: calc(25px/2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-default .copyright-area .content .cp-link li {
        margin-right: calc(18px/2);
        margin-left: calc(18px/2);
    }
}

@media only screen and (max-width: 767px) {
    .footer-default .copyright-area .content .cp-link li {
        margin-right: calc(18px/2);
        margin-left: calc(18px/2);
    }
}

.footer-default .copyright-area .content .cp-link li a {
    color: #a2a2a2;
    font-size: 14px;
}

/*=========================
    Start Footer Widget
===========================*/
.footer-widget .ft-title {
    margin: 0 0 30px;
}

.footer-widget .footer-content p.pra {
    padding: 45px 0 28px;
    color: #a2a2a2;
    margin: 0;
    font-size: 14px;
}

.footer-widget .footer-content .footer-social-icon a {
    margin-right: 15px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.36);
}

.footer-widget .footer-content .input-box {
    position: relative;
}

.footer-widget .footer-content .input-box input, .footer-widget .footer-content .input-box .contact__form--1 textarea, .contact__form--1 .footer-widget .footer-content .input-box textarea {
    background: #666666;
    border: 0 none;
    color: #fff;
    height: 49px;
    padding: 0 30px;
    border-radius: 7px;
    padding-right: 40px;
}

.footer-widget .footer-content .input-box button {
    position: absolute;
    top: 50%;
    right: 19px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    border: 0 none;
}

.footer-widget .footer-content .input-box button i {
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-widget .quick-link li a {
    color: #a2a2a2;
    font-size: 14px;
    line-height: 30px;
}

.footer-widget .quick-link li:not(:last-child) {
    padding-bottom: calc(5px/2);
}

.footer-widget .quick-link li:not(:last-child) {
    margin-top: calc(5px/2);
}

.footer-widget .address p {
    color: #a2a2a2;
    font-size: 14px;
    line-height: 2em;
}

.footer-widget .address p a {
    color: #a2a2a2;
    font-size: 14px;
    line-height: 2em;
}

.footer-widget .address p:not(:last-child) {
    padding-bottom: calc(5px/2);
}

.footer-widget .address p:not(:last-child) {
    margin-top: calc(5px/2);
}

.footer-widget.footer-column__a {
    width: 28%;
}

.footer-widget.footer-column__a .inner {
    width: 370px;
    max-width: 100%;
    margin-right: auto;
}

@media only screen and (max-width: 1199px) {
    .footer-widget.footer-column__a .inner {
        width: auto;
    }
}

.footer-widget.footer-column__b {
    width: 15%;
}

.footer-widget.footer-column__c {
    width: 26.997%;
}

.footer-widget.footer-column__c .inner {
    width: 330px;
    max-width: 100%;
    margin-left: auto;
}

@media only screen and (max-width: 1199px) {
    .footer-widget.footer-column__c .inner {
        width: auto;
    }
}

.footer-widget.widget_style--2 .ft-title {
    position: relative;
    padding-bottom: 20px;
}

.footer-widget.widget_style--2 .ft-title::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #2f21b3;
    left: 0;
    bottom: 0;
}

.footer-widget.widget_style--2 .quick-link li a {
    color: #535353;
    font-size: 14px;
    line-height: 30px;
    display: block;
}

.footer-widget.widget_style--2 .quick-link li:not(:last-child) {
    padding-bottom: calc(25px/2);
}

.footer-widget.widget_style--2 .quick-link li:not(:last-child) {
    margin-top: calc(25px/2);
}

.footer-widget .footer-content .input-box input::-webkit-input-placeholder, .footer-widget .footer-content .input-box .contact__form--1 textarea::-webkit-input-placeholder, .contact__form--1 .footer-widget .footer-content .input-box textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.footer-widget .footer-content .input-box input::-moz-placeholder, .footer-widget .footer-content .input-box .contact__form--1 textarea::-moz-placeholder, .contact__form--1 .footer-widget .footer-content .input-box textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.footer-widget .footer-content .input-box input:-ms-input-placeholder, .footer-widget .footer-content .input-box .contact__form--1 textarea:-ms-input-placeholder, .contact__form--1 .footer-widget .footer-content .input-box textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.footer-widget .footer-content .input-box input:-moz-placeholder, .footer-widget .footer-content .input-box .contact__form--1 textarea:-moz-placeholder, .contact__form--1 .footer-widget .footer-content .input-box textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}
.gal {


    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;


}
.gal img{ width: 100%; padding: 0px 0 5px 0}
@media (max-width: 500px) {

    .gal {


        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;


    }

}

.portfolio a h4 {overflow: hidden;position:relative;width: 100%; background: #32657e; padding: 10px 25px; line-height:42px;transition: all .3s ease;}
.portfolio a h4  {color: #ffffff;  font-weight: 500; font-size:18px; width: 100%; }
.portfolio .inner:hover h4{background:#FC5000;color:#fff}
.portfolio a h4 i {
    position: absolute;
    right:25px;
    bottom:-100%;
    transition: all .5s ease;
}

.portfolio .inner:hover > .titles h4 {color:#fff}
.portfolio .inner:hover > .titles h4 i {
    bottom:32%;
}
.vert-move {
    position: absolute;
    right: 11%;
    margin-top: -30px;
    opacity: 0;

    -webkit-transition: all .4s ease-in-out .4s;
    -o-transition: all .4s ease-in-out .4s;
    transition: all .4s ease-in-out .4s;
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
}
.fiyat { padding:20px 0px}
.fiyat .button-link {
    border: 1px solid #d1d1d1;
    padding: 12px 40px;
    color: #FFF;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #ff5000;
}

.fiyat .button-link:hover {
    background: #32657E;
    color: #fff;
    border: 1px solid #204151;
}
#baskili, #baskili2, #baskili3, .adres { display:none}

#anaSlider .slick-arrow
{
    font-size:20px;
    z-index: 2;
}

#anaSlider .slick-prev
{
    left:50px !important;
}

#anaSlider .slick-next
{
    right:50px !important;
}

#anaSlider .slick-arrow::before
{
    width:40px;
    height: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 758px) {

    #anaSlider .slick-prev
    {
        left:0px !important;
    }

    #anaSlider .slick-next
    {
        right:20px !important;
    }
.draven-haeder .header-wrap .header-col .logo img {
    display: inline-block; width:120px
}
.search { display:none !important}
.indexProductSlider .slick-prev {
    left: -50px; margin-top:55px;
    z-index: 2;	
}
.indexProductSlider .slick-next {
    right: -50px;  margin-top:55px;
    z-index: 2;	
}

}


.mobilBand
{
    display: none;
    visibility: hidden;
    position: fixed;
    bottom: 0;
    width:100%;
}
.mobilBand a
{
    width: 33.33%;
    float:left;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 17px;
}
.mobilBand a:nth-child(1)
{
    background: #FC5000;
}
.mobilBand a:nth-child(2)
{
    background: #32657E;
}
.mobilBand a:nth-child(3)
{
    background:#FC5000;
}
@media (max-width:961px)
{
    .mobilBand
    {
        display: block;
        visibility: visible;
        z-index: 99999999;
        box-shadow: 0px 5px 20px #0000001f;
    }
    #home-2-slider .slick-dots {
        bottom: -40px;
    }
    .breadcrumb-nav li a {
        font-size: 10px;
    }
    body
    {
        padding-bottom:49px;
    }
}