@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700|PT+Serif:400,400i,700,700i');

/*Global Styling*/

body
{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #000000;
    cursor: default;
    overflow-x: hidden;
}

html
{
    font-size: 16px;
}

ol, ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus
{
    outline: none;
    text-decoration: none;
    color: inherit;
}

input:focus
{
    outline: none;
}

h1, h2, h3
{
    font-family: 'Open Sans', serif;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    line-height: 1.2;
}

h1
{
    font-size: 3.125rem;
}

h2
{
    font-size: 35px;
}

h3
{
    font-size: 1.5rem;
}

h4
{
    font-size: 1.125rem;
}

h5
{
    font-size: 1rem;
}

h6
{
    font-size: 0.875rem;
}

p
{
    font-family: 'Open Sans';
}

.italic
{
    font-style: italic;
}

.block
{
    display: block;
}

.d-block
{
    display: block !important;
}

.d-none
{
    display: none !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-none-block
{
    display: none !important;
}

.d-block-none
{
    display: block !important;
}

.equalheight
{
    min-height: 100%;
    width: 100%;
    height: 100%;
}

button
{
    line-height: 1;
    background: transparent;
}

hr
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 4px solid #ebebeb;
}

/* Helper Classes & Shorcodes */

.padding
{
    padding: 100px 0;
}

.padding_top
{
    padding-top: 100px;
}

.padding_bottom
{
    padding-bottom: 100px;
}

.margin_bottom
{
    margin-bottom: 100px;
}

.margin_top
{
    margin-top: 100px;
}

.padding_half
{
    padding: 50px 0;
}

.padding_bottom_half
{
    padding-bottom: 50px;
}

.margin_bottom_half
{
    margin-bottom: 50px;
}

.padding_top_half
{
    padding-top: 50px;
}

.heading_space
{
    margin-bottom: 50px;
}

.bottom5
{
    margin-bottom: 5px;
}

.top5
{
    margin-top: 5px;
}

.bottom10
{
    margin-bottom: 10px;
}

.top10
{
    margin-top: 10px;
}

.bottom15
{
    margin-bottom: 15px;
}

.top15
{
    margin-top: 15px;
}

.top20
{
    margin-top: 20px;
}

.bottom20
{
    margin-bottom: 20px;
}

.bottom25
{
    margin-bottom: 25px;
}

.top25
{
    margin-top: 25px;
}

.bottom30
{
    margin-bottom: 30px;
}

.top30
{
    margin-top: 30px;
}

.bottom35
{
    margin-bottom: 35px;
}

.top40
{
    margin-top: 40px;
}

.bottom40
{
    margin-bottom: 40px;
}

.bottom45
{
    margin-bottom: 45px;
}

.top50
{
    margin-top: 50px;
}

.top60
{
    margin-top: 60px;
}

.bottom60
{
    margin-bottom: 60px;
}

.bottom0
{
    margin-bottom: 0;
}

.nomargin
{
    margin: 0;
}

.nopadding
{
    padding: 0;
}

.bglight
{
    background: #ebebeb;
}

.bgdefault
{
    background: #e42313;
}

.whitecolor
{
    color: #ffffff;
}

.graycolor
{
    color: #c8c8c8;
}

.darkcolor
{
    color: #3c3c3b;
}

.blackcolor
{
    color: #000000;
}

.defaultcolor
{
    color: #e42313;
}

/* Helper weight */

.fw-400
{
    font-weight: 400;
}

.fw-500
{
    font-weight: 500;
}

.fw-600
{
    font-weight: 600;
}

.fw-700
{
    font-weight: 700;
}

.fw-800
{
    font-weight: 800;
}

/* Helper section */

.static
{
    position: static;
}

.cover
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section
{
    position: relative;
    z-index: 1;
    background: #fff;
}

.container
{
    width: 1170px;
    max-width: 100%;
}

.container-padding
{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
}

/*heading text / intro blocks */
.heading-title
{
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #e42313;
    line-height: 1;
}

.whitecolor.heading-title
{
    color: #fff;
}

.darkcolor.heading-title
{
    color: #414141;
}

.heading-title::before
{
    background: #e42313;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 1rem;
    margin-top: -1px;
    vertical-align: middle;
    width: 50px;
}

.whitecolor.heading-title::before
{
    background: #fff;
}

.darkcolor.heading-title::before
{
    background: #414141;
}

/*img wrap*/
.image
{
    overflow: hidden;
}

a.image
{
    display: block;
}

.image img
{
    width: 100%;
    display: block;
}

.image, .image img
{
    position: relative;
}

.cbp-item:hover img
{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/*Video Player button*/
.video-btn
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 80px;
    text-align: center;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}

    .video-btn:before
    {
        content: "";
        position: absolute;
        border: #e42313 solid 4px;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        -webkit-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
    }

    .video-btn:hover:before, .video-btn:focus:before
    {
        -webkit-animation-name: hvr-ripple-out;
        -o-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out;
        opacity: 1;
    }

    .video-btn:hover, .video-btn:focus
    {
        color: #fff;
        background: #e42313;
    }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out
{
    100%
    {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}

@-o-keyframes hvr-ripple-out
{
    100%;

{
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0;
}

}

@keyframes hvr-ripple-out
{
    100%
    {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        opacity: 0;
    }
}

@media screen and (max-width: 800px)
{
    .video-btn
    {
        height: 60px;
        width: 60px;
    }
}

@media screen and (max-width: 640px)
{
    .video-btn
    {
        height: 50px;
        width: 50px;
    }
}


/*to align elements center*/
.center-block
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*Back To Top*/
.back-top
{
    color: #fff;
    right: 25px;
    font-size: 22px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 90px;
    height: 40px;
    width: 40px;
    background: #e42313;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

    .back-top:before
    {
        content: "";
        position: absolute;
        border: #e42313 solid 4px;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        -webkit-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
    }

    .back-top:hover:before, .back-top:focus:before
    {
        -webkit-animation-name: hvr-ripple-out;
        -o-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out;
        opacity: 1;
    }

.back-top-visible
{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.back-top:hover, .back-top:focus
{
    color: #fff;
}

.whatsapp-top
{
    color: #fff;
    right: 15px;
    font-size: 40px;
    position: fixed;
    z-index: 1600;
    bottom: 15px;
    height: 60px;
    width: 60px;
    background: #25d366;
    text-align: center;
    line-height: 58px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .whatsapp-top:before
    {
        content: "";
        position: absolute;
        border: #25d366 solid 4px;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        -webkit-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
    }

    .whatsapp-top:hover:before, .whatsapp-top:focus:before
    {
        -webkit-animation-name: hvr-ripple-out;
        -o-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out;
        opacity: 1;
    }


/* Social Icons */
ul.social_simple li,
ul.social li
{
    display: inline-block;
}

    ul.social_simple li a,
    ul.social li a
    {
        display: block;
        text-align: center;
        color: #676767;
    }

    ul.social_simple li a
    {
        height: 24px;
        line-height: 24px;
        width: 24px;
        font-size: 17px;
        margin: 0 2px;
    }

    ul.social li a
    {
        height: 40px;
        line-height: 38px;
        width: 40px;
        font-size: 22px;
        border: 1px solid #979797;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

ul.social.white li a
{
    color: #fff;
    border: 1px solid #fff;
}

    ul.social.white li a > i,
    ul.social.white li a > .fa,
    ul.social li a::before,
    ul.social li a::after
    {
        color: inherit !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

ul.social_simple li:last-child a,
ul.social li:last-child a
{
    margin-right: 0;
}

ul.social_simple li:first-child a,
ul.social li:first-child a
{
    margin-left: 0;
}

ul.social_simple.white li a,
ul.social.white li a
{
    color: #fff;
}

ul.social_simple li a:hover,
ul.social_simple li a:focus
{
    color: #e42313;
}

ul.social li a:hover,
ul.social li a:focus
{
    background: #e42313;
    border: 1px solid #e42313;
    color: #fff;
}

ul.social.white li a:hover,
ul.social.white li a:focus
{
    background: #fff;
    border: 1px solid #fff;
    color: #e42313;
}

ul.social.dark li a:hover,
ul.social.dark li a:focus
{
    background: #414141;
    border: 1px solid #414141;
    color: #fff;
}


/*Buttons*/
.button
{
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 1.125rem 3rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-family: 'Open Sans';
    z-index: 1;
    border: 2px solid transparent;
}

    .button.default
    {
        background: #e42313;
        color: #fff;
    }

        .button.default:hover, .button.default:focus
        {
            background: transparent;
            border: 2px solid #e42313;
            color: #e42313;
        }

    .button.dark
    {
        background: #414141;
        border: 2px solid #414141;
        color: #fff;
    }

        .button.dark:hover, .button.dark:focus
        {
            background: transparent;
            border: 2px solid #414141;
            color: #414141;
        }

    .button.white
    {
        background: #fff;
        color: #e42313;
    }

        .button.white:hover, .button.white:focus
        {
            background: transparent;
            border: 2px solid #fff;
            color: #fff;
        }

    .button.whitehole
    {
        border: 2px solid #fff;
        color: #fff;
    }

        .button.whitehole:hover, .button.whitehole:focus
        {
            background: #fff;
            color: #414141;
        }

    .button.darkhole
    {
        border: 2px solid #414141;
        color: #414141;
    }

        .button.darkhole:hover, .button.darkhole:focus
        {
            background: #414141;
            color: #fff;
        }

    .button.defaulthole
    {
        border: 2px solid #e42313;
        color: #e42313;
    }

        .button.defaulthole:hover, .button.defaulthole:focus,
        .button.defaulthole.active
        {
            background: #e42313;
            color: #fff;
        }

    .button i
    {
        margin-left: 3px;
    }

    .button:hover i, .button:focus i
    {
        color: inherit;
    }

/*View More*/
.viewmore
{
    display: inline-block;
    position: relative;
    font-size: 1rem;
    padding-bottom: 3px;
}

    .viewmore::after
    {
        content: "";
        height: 1px;
        width: 100%;
        display: block;
        background: #414141;
    }

    .viewmore.whitecolor::after
    {
        background: #fff;
    }

    .viewmore:hover::after
    {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/*Decorated button*/
.underlined
{
    display: inline-table;
    position: relative;
}

    .underlined::after
    {
        content: "";
        height: 1px;
        width: 100%;
        background: #979797;
        display: block;
        margin-top: 2px;
    }

.darkcolor .underlined::after,
.darkcolor.underlined::after
{
    background: #414141;
}

.whitecolor .underlined::after,
.whitecolor.underlined::after
{
    background: #ffffff;
}

.defaultcolor .underlined::after,
.defaultcolor.underlined::after
{
    background: #e42313;
}

.blackcolor .underlined::after,
.blackcolor.underlined::after
{
    background: #000;
}


/*Video Box popup*/
#html5-watermark
{
    opacity: 0;
    visibility: hidden;
}

#html5-close > img
{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #414141;
    height: 30px;
    width: 30px;
}

/*divider*/
.divider
{
    display: inline-block;
    height: 3px;
    width: 70%;
    background: #e42313;
}

/*center aligned*/
.intro-text.center
{
    text-align: center;
}

    .intro-text.center .heading-title::before
    {
        display: block;
        margin: 0 auto 1.125rem;
    }

/*intro on left with bg*/
.bg-intro
{
    background: url(../images/bg-intro.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
}

.bgintro-two
{
    background: url(../images/bg-introtwo.jpg) no-repeat;
}

.bgintro-yellow
{
    background: url(../images/bgintro-yellow.jpg) no-repeat;
}

.bgintro-light
{
    background: url(../images/bgintro-light.jpg) no-repeat;
}

.bgintro-five
{
    background: url(../images/bgintro-five.jpg) no-repeat;
}

.bgintro-seven
{
    background: url(../images/bgintro-seven.jpg) no-repeat;
}

/*-----  Intro Style & two Ends ------ */


/* Helper Classes ends */



/* transitions common*/
a, *::before, *::after, img, .pushwrap,
input, button, .hidden-items, #navigation, .fixed,
.swiper-button-next, .swiper-button-prev,
.owl-prev, .owl-next, .owl-dots .owl-dot,
.icon_box, .icon_box hr
{
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

i::before, i::after,
ul.social li a::before, ul.social li a::after
{
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}


/*-------------------------------*/
/*Navigation Starts */
/*-------------------------------*/
#navigation
{
    position: absolute;
    padding: 15px 0;
}

    #navigation.lightheader
    {
        position: relative;
        background-color: #fff;
    }

.boxednav .navbar-default
{
    background: #fff;
    padding: 0 15px;
    margin-top: 15px;
}

.navbar-default .navbar-brand
{
    margin-top: 5px;
}

#navigation.fixed
{
    background-color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 10px 10px -10px rgba(87, 97, 100, 0.35);
    box-shadow: 0 10px 10px -10px rgba(87, 97, 100, 0.35);
    padding: 0;
    left: 0;
}

.dark #navigation.fixed
{
    background-color: #414141;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#navigation, #navigation.fixed
{
    top: 0;
    z-index: 99999;
    width: 100%;
}

.boxednav#navigation.fixed .navbar-default
{
    padding: 0;
    margin: 0;
}

.navbar-default
{
    background-color: transparent;
    border-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar, .navbar-default
{
    border: none;
}

.navbar
{
    margin-bottom: 0;
    min-height: auto;
}

.navbar-collapse.in
{
    overflow-y: auto !important;
    height: auto !important;
    max-height: 320px;
}

.navbar-brand
{
    height: inherit;
    padding: 14px 0;
    line-height: normal;
    float: none;
    display: block;
    width: 150px;
}
/*for center logo*/
.logo-center
{
    display: inline-block;
    float: none;
    left: 50%;
    position: absolute;
    top: 40%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.navbar-brand > img
{
    width: 100%;
}

.navbar-brand .logo
{
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

#navigation.fixed .navbar-brand .logo,
.navbar-brand .scrolled-logo
{
    opacity: 0;
    visibility: hidden;
    display: none;
}

#navigation.fixed .navbar-brand
{
    margin-top: 5px;
    width: 150px;
}

    #navigation.fixed .navbar-brand .scrolled-logo
    {
        opacity: 1;
        visibility: visible;
        display: inline-block;
    }

/*center logo nav*/
.navbar-left-1, .navbar-right-1
{
    width: 50%;
}

.navbar-left-1
{
    float: left;
    padding-right: 50px;
    text-align: left;
}

.navbar-right-1
{
    float: right;
    padding-left: 50px;
}

.navbar-default .navbar-nav > li
{
    margin: 0 1.25rem;
}
    /*menu items*/
    .navbar-default .navbar-nav > li > a
    {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        font-family: 'Open Sans';
        display: inline-block;
        line-height: normal;
    }

    .navbar-default .navbar-nav > li > a
    {
        padding: 30px 0 22px 0;
    }

.lighttransparent .navbar-default .navbar-nav > li > a,
.lightheader .navbar-default .navbar-nav > li > a,
#navigation.fixed .navbar-default .navbar-nav > li > a,
#navigation.boxednav .navbar-default .navbar-nav > li > a
{
    color: #414141;
}

.dark #navigation.fixed .navbar-default .navbar-nav > li > a
{
    color: #fff;
}

.navbar-default .navbar-nav > li > a::before
{
    content: "";
    background: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale3d(0.5,1,0.5);
    transform: scale3d(0.5,1,0.5);
}

.lighttransparent .navbar-default .navbar-nav > li > a::before,
.lightheader .navbar-default .navbar-nav > li > a::before,
#navigation.fixed .navbar-default .navbar-nav > li > a::before
{
    background: #e42313;
}

.dark #navigation.fixed .navbar-default .navbar-nav > li > a::before
{
    background: #fff;
}

.darkcolor .navbar-default .navbar-nav > li > a::before,
#navigation.darkcolor.fixed .navbar-default .navbar-nav > li > a::before
{
    background: #414141;
}

.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > li.active > a::before,
.navbar-default .navbar-nav li.dropdown:hover > .dropdown-toggle::before
{
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
    visibility: visible;
}

.navbar-default .navbar-nav li.dropdown > .dropdown-toggle::after
{
    border-bottom: 10px solid #e42313;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -10px;
    visibility: hidden;
}

.navbar-default .navbar-nav li.dropdown.open > .dropdown-toggle::after
{
    opacity: 1;
    visibility: visible;
}

.navbar-default .navbar-nav li.dropdown.open:focus > .dropdown-toggle::after
{
    opacity: 0;
    visibility: hidden;
}

.darkdropdown .navbar-default .navbar-nav li.dropdown > .dropdown-toggle::after
{
    border-bottom: 10px solid rgba(0,0,0,.7);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover
{
    color: #fff;
}

.lightheader .navbar-default .navbar-nav > li > a:hover,
.lightheader .navbar-default .navbar-nav > li > a:focus,
.lightheader .navbar-default .navbar-nav > li.active > a,
.lightheader .navbar-default .navbar-nav > li.active > a:hover,
.lightheader .navbar-default .navbar-nav > li.active > a:focus,
.lightheader .navbar-default .navbar-nav > .open > a,
.lightheader .navbar-default .navbar-nav > .open > a:focus,
.lightheader .navbar-default .navbar-nav > .open > a:hover,
.lighttransparent .navbar-default .navbar-nav > li > a:hover,
.lighttransparent .navbar-default .navbar-nav > li > a:focus,
.lighttransparent .navbar-default .navbar-nav > li.active > a,
.lighttransparent .navbar-default .navbar-nav > li.active > a:hover,
.lighttransparent .navbar-default .navbar-nav > li.active > a:focus,
.lighttransparent .navbar-default .navbar-nav > .open > a,
.lighttransparent .navbar-default .navbar-nav > .open > a:focus,
.lighttransparent .navbar-default .navbar-nav > .open > a:hover
{
    color: #e42313;
}

.darkcolor .navbar-default .navbar-nav > li > a:hover,
.darkcolor .navbar-default .navbar-nav > li > a:focus
{
    color: #414141;
}

.navbar-default .navbar-nav > li.active > a
{
    background: transparent !important;
}

/*DropDowns*/
.navbar-nav > li > .dropdown-menu,
.navbar-nav .open .dropdown-menu
{
    background: #e42313;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.darkdropdown .navbar-nav > li > .dropdown-menu
{
    background: rgba(0,0,0,.7);
}

.navbar-nav > li > .dropdown-menu
{
    min-width: 200px;
    left: 0;
    padding: 20px 0;
    margin-top: -7px;
}

.navbar-nav > li > .megamenu-content
{
    width: 100% !important;
}

.navbar-nav > li > .halfmenu-content
{
    width: 50%;
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
}

.navbar-left-1 .navbar-nav > li > .halfmenu-content
{
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.navbar-nav > li > .megamenu-content,
.navbar-nav > li > .halfmenu-content
{
    position: absolute;
    left: 0;
    z-index: 99;
    padding: 20px 15px;
}

    .navbar-nav > li > .dropdown-menu > li:last-child,
    .navbar-nav > li > .megamenu-content li:last-child
    {
        border-bottom: none;
        margin: 0;
    }

.navbar-nav > li > .dropdown-menu li a
{
    color: #fff;
    border-bottom: none !important;
    text-transform: capitalize;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    position: relative;
}

.navbar-nav > li > .dropdown-menu li > a::before
{
    content: "\f178";
    font-family: "FontAwesome";
    opacity: 0;
    visibility: hidden;
    font-size: 10px;
}

.navbar-nav > li > .dropdown-menu li > a:hover::before
{
    opacity: 1;
    visibility: visible;
    margin-right: 8px;
}

.navbar-default .navbar-nav li.dropdown:hover > .dropdown-toggle,
.navbar-default .navbar-nav li.dropdown:focus > .dropdown-toggle,
.navbar-nav .open .dropdown-toggle,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover
{
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu li a:hover,
.navbar-nav > li > .dropdown-menu li a:focus
{
    background-color: transparent;
    color: #fff;
}

.static.dropdown
{
    position: static;
}

.navbar-nav > li > .dropdown-menu .title
{
    color: #fff;
    margin: 0;
    padding: 15px 20px;
    font-weight: bold;
    height: 40px;
}

.megamenu-content.dropdown-menu .title
{
    display: none;
}

.navbar-nav > li > .dropdown-menu.titlevisible .title
{
    display: block;
}


/*Toggle on responsive*/
.navbar-toggle
{
    background: transparent !important;
    border: none;
    margin: 16px 0 16px 20px;
    padding: 9px 0;
}

    .navbar-toggle:hover
    {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar
    {
        width: 22px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        background-color: #fff !important;
    }

.boxednav#navigation.fixed .navbar-toggle .icon-bar
{
    background-color: #fff !important;
}

#navigation.lighttransparent .navbar-toggle .icon-bar,
#navigation.lightheader .navbar-toggle .icon-bar,
#navigation.fixed .navbar-toggle .icon-bar,
.sidebar-nav .navbar-toggle .icon-bar
{
    background-color: #414141 !important;
}

.navbar-toggle .top-bar
{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -o-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar
{
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle .bottom-bar
{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -o-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar
{
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .bottom-bar
{
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

/*Social Icons On Headers*/
ul.top-right
{
    float: right;
    width: auto;
    margin: 19px 0 19px 1.5rem;
    position: relative;
    z-index: 100;
}

    ul.top-right li
    {
        display: inline-block;
        margin-left: 2px;
    }

        ul.top-right li a
        {
            display: block;
            font-size: 13px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            height: 26px;
            width: 26px;
            text-align: center;
            line-height: 26px;
            color: #fff;
            background: transparent;
        }

            ul.top-right li a:hover
            {
                background: #fff;
            }

                ul.top-right li a:hover.facebook
                {
                    color: #3B5998;
                }

                ul.top-right li a:hover.twitter
                {
                    color: #55acee;
                }

                ul.top-right li a:hover.instagram
                {
                    color: #2C6A93;
                }

.lightheader ul.top-right li a
{
    color: #414141;
}

.lighttransparent ul.top-right li a,
#navigation.fixed ul.top-right li a
{
    background: #414141;
}

    .lighttransparent ul.top-right li a,
    .lightheader.fixed ul.top-right li a,
    #navigation.fixed ul.top-right li a:hover,
    .lighttransparent ul.top-right li a:hover.facebook,
    .lighttransparent ul.top-right li a:hover.twitter,
    .lighttransparent ul.top-right li a:hover.instagram
    {
        color: #fff;
    }

        .lighttransparent ul.top-right li a:hover.facebook,
        #navigation.fixed ul.top-right li a:hover.facebook
        {
            background: #3b5998;
        }

        .lighttransparent ul.top-right li a:hover.twitter,
        #navigation.fixed ul.top-right li a:hover.twitter
        {
            background: #55acee;
        }

        .lighttransparent ul.top-right li a:hover.instagram,
        #navigation.fixed ul.top-right li a:hover.instagram
        {
            background: #2C6A93;
        }

/* ------ Side Navigation Click / fixed ------ */
.navbar-default.sidebar-nav
{
    background: #fff;
    border: none;
    display: inline-table;
    width: 290px;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 110;
    height: 100%;
    padding: 3rem 1.25rem;
    border-right: 1px solid rgba(0,0,0,.07);
    left: 0;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

    .navbar-default.sidebar-nav.right
    {
        left: auto;
        right: 0;
        border-right: none;
        border-left: 1px solid rgba(0,0,0,.07);
    }

#navslidy.navbar-default.sidebar-nav.right
{
    opacity: 0;
    visibility: hidden;
}

    #navslidy.navbar-default.sidebar-nav.right.open
    {
        opacity: 1;
        visibility: visible;
    }

.navbar-default.sidebar-nav .navbar-brand
{
    position: relative;
    padding: 0;
    margin: 50px 0 30px 0;
    width: 110px;
}


/*SideNav Toggle Buttons*/
#toggle-slide
{
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    text-indent: -4700px;
    top: 20px;
    left: 16px;
    outline: 0;
    z-index: 200;
}

#navigation #toggle-slide
{
    left: auto;
    right: 15px;
    position: relative;
    z-index: 200;
    top: 0;
    margin: 17px 0 17px 2.5rem;
}

    #navigation #toggle-slide.open
    {
        position: fixed;
        right: 250px;
    }

#toggle-slide::before,
#toggle-slide::after
{
    content: "";
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#toggle-slide::before,
#toggle-slide::after,
#toggle-slide i
{
    position: absolute;
    display: block;
    width: 28px;
    height: 2px;
    left: 0;
    background: #fff;
}

#toggle-slide::before
{
    top: 6px;
}

#toggle-slide::after
{
    top: 20px;
}

#toggle-slide i
{
    top: 13px;
    opacity: 1;
}

#toggle-slide.open i
{
    opacity: 0;
    right: -50px;
}

#toggle-slide.open::before
{
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 12px;
}

#toggle-slide.open::after
{
    top: 12px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dark #navigation.fixed #toggle-slide::before,
.dark #navigation.fixed #toggle-slide::after,
.dark #navigation.fixed #toggle-slide i
{
    background: #fff;
}

.lighttransparent #toggle-slide::before,
.lighttransparent #toggle-slide::after,
.lighttransparentd #toggle-slide i,
.lightheader #toggle-slide::before,
.lightheader #toggle-slide::after,
.lightheader #toggle-slide i,
.dark #navigation.fixed #toggle-slide.open::before,
.dark #navigation.fixed #toggle-slide.open::after,
.dark #navigation.fixed #toggle-slide.open i,
#navigation #toggle-slide.open::before,
#navigation #toggle-slide.open::after,
#navigation #toggle-slide.open i,
#navigation.fixed #toggle-slide::before,
#navigation.fixed #toggle-slide::after,
#navigation.fixed #toggle-slide i
{
    background: #414141;
}

#toggle-slide:hover::before,
#toggle-slide:hover::after,
#toggle-slide:hover i
{
    background: #e42313;
}


/*sidenav list items*/
.navbar-default.sidebar-nav .navbar-nav li
{
    display: inline-block;
    width: 100%;
    margin: 2rem 0 0 0;
    position: relative;
}

    .navbar-default.sidebar-nav .navbar-nav li a
    {
        padding: 0 0 5px 0;
        position: relative;
        overflow: hidden;
    }

    .navbar-default.sidebar-nav .navbar-nav li a,
    #navigation.fixed .navbar-default.sidebar-nav .navbar-nav li a
    {
        color: #414141;
    }

        .navbar-default.sidebar-nav .navbar-nav li a::before,
        #navigation.fixed .navbar-default.sidebar-nav .navbar-nav li a::before
        {
            background: #e42313;
            bottom: 0;
        }

        .navbar-default.sidebar-nav .navbar-nav li a:hover,
        .navbar-default.sidebar-nav .navbar-nav li a:focus,
        .navbar-default.sidebar-nav .navbar-nav li.active > a,
        .navbar-default.sidebar-nav .navbar-nav li.active > a:hover,
        .navbar-default.sidebar-nav .navbar-nav li.active > a:focus,
        #navigation.fixed .navbar-default.sidebar-nav .navbar-nav li a:hover,
        #navigation.fixed .navbar-default.sidebar-nav .navbar-nav li a:focus,
        #navigation.fixed .navbar-default.sidebar-nav .navbar-nav li.active > a,
        #navigation.fixed .navbar-default.sidebar-nav .navbar-nav li.active > a:hover,
        #navigation.fixed .navbar-default.sidebar-nav .navbar-nav li.active > a:focus
        {
            color: #e42313;
        }


/*wrapper for left side menu*/
.wrapper.wrapperleft
{
    padding-left: 290px;
}

.wrapperleft .full-screen
{
    width: 100% !important;
}
/*wrapper for push side menu*/
.pushwrap
{
    position: relative;
    left: 0;
}

    .pushwrap.active,
    .pushwrap.active #navigation.fixed
    {
        left: -290px;
    }

.simplebar-content
{
    overflow-x: hidden;
}
/*-------------------------------*/
/*Navigation Ends */
/*-------------------------------*/

/*Large Size banner*/
.large-sized
{
    background: url(../images/bg-large.jpg) no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    .large-sized .large-caption h2
    {
    }

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape)
{
    .caption-video .video-btn, .caption-video p
    {
        display: none;
    }
}

@-webkit-keyframes flicker
{
    0%
    {
        opacity: .5;
    }

    50%
    {
        opacity: .65;
    }

    100%
    {
        opacity: .99;
    }
}

@-o-keyframes flicker
{
    0%;

{
    opacity: .5;
}

50%
{
    opacity: .65;
}

100%
{
    opacity: .99;
}

}

@keyframes flicker
{
    0%
    {
        opacity: .5;
    }

    50%
    {
        opacity: .65;
    }

    100%
    {
        opacity: .99;
    }
}


/*-------------------------------*/
/*BITCOIN Page ends*/
/*-------------------------------*/



/*-------------------------------*/
/*Page BAnner Starts */
/*-------------------------------*/
#page-banner
{
    background: url(../images/slide1.jpg) no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    /*breadcrumbs*/
    #page-banner .breadcrumbs
    {
        margin-bottom: -2.5rem;
    }

.breadcrumbs li, .breadcrumbs li a
{
    display: inline-block;
}

    .breadcrumbs li a, .breadcrumbs li
    {
        position: relative;
        overflow: hidden;
        font-size: 12px;
        text-transform: capitalize;
        vertical-align: bottom;
    }

.breadcrumbs li
{
    margin: 0 5px;
}

.breadcrumbs > li + li::before
{
    content: "/";
    margin-right: 5px;
}

.breadcrumbs li:first-child
{
    margin-left: 0;
}

.breadcrumbs li:last-child
{
    margin-right: 0;
}

.breadcrumbsli a:hover, .breadcrumbs li a:focus
{
    color: #e42313;
}

/*-------------------------------*/
/* Background Textfade slider */
/*-------------------------------*/
.section-contact-1-bg
{
    background: #cc1719 url(../img/section-contact-1.png) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.section-contact-2-bg
{
    background: #3c3c3b url(../img/section-contact-2.png) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

/*-------------------------------*/
/*Single Parallax */
/*-------------------------------*/
#section-catalogo
{
    background: url(../images/single-parallax.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
}

    #section-catalogo.single-parallax-four
    {
        background: url(../images/single-parallax-four.jpg) no-repeat;
    }

    #section-catalogo.single-parallax-seven
    {
        background: url(../images/single-parallax-seven.jpg) no-repeat;
    }

    #section-catalogo.light-parallax
    {
        background: url(../images/light-parallax.jpg) no-repeat;
    }

    #section-catalogo.parallx-construction
    {
        background: url(../images/construction/bg-counter-construction.jpg) no-repeat;
    }

    #section-catalogo.parallx-catalogo
    {
        background: url(../img/3.jpg) no-repeat;
    }

    #section-catalogo blockquote
    {
        font-size: 2rem;
        padding: 0;
        border: none;
        position: relative;
        font-style: normal;
        font-family: 'Open Sans', serif;
        line-height: 1;
    }

        #section-catalogo blockquote::before,
        #section-catalogo blockquote::after
        {
            font-family: FontAwesome;
            font-size: 12px;
            display: inline-block;
        }

        #section-catalogo blockquote::before
        {
            content: "\f10d";
            margin-right: 10px;
            -webkit-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
            -o-transform: translateY(-15px);
            transform: translateY(-15px);
        }

        #section-catalogo blockquote::after
        {
            content: "\f10e";
            margin-left: 10px;
            -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
            -o-transform: translateY(5px);
            transform: translateY(5px);
        }

/*hover box counters*/
#bg-counter
{
    background: url(../images/bg-counter.jpg) no-repeat;
}

#bg-counter-dark
{
    background: url(../images/bg-counter-dark.jpg) no-repeat;
}

#bg-counter-food
{
    background: url(../images/food/bg-counter-food.jpg) no-repeat;
}

#bg-counter-medical
{
    background: url(../images/construction/bg-counter-construction.jpg) no-repeat;
}

#bg-counter, #bg-counter-dark, #bg-counter-food, #bg-counter-medical
{
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.counter-center i
{
    font-size: 3.2rem;
    display: inline-block;
}

.count_nums, .counter-center h6
{
    font-weight: bold;
    color: #414141;
}

.counter-center.whitecolor .count_nums,
.counter-center.whitecolor h6
{
    color: #fff;
}

.count_nums
{
    font-size: 6.25rem;
    font-family: 'Open Sans', serif;
}

.counter-wrap.small .count_nums
{
    font-size: 2.2rem;
}

/*Counter Floated On left*/
.floated-counter .count_nums
{
    font-size: 10rem;
    width: 160px;
    line-height: 1;
    vertical-align: middle;
    overflow: hidden;
}

.floated-counter .counters
{
    display: table;
}

    .floated-counter .counters .count_nums,
    .floated-counter .counters sup
    {
        display: table-cell;
        color: #fff;
    }

    .floated-counter .counters sup
    {
        top: 0.75rem;
        font-size: 100%;
    }

.floated-counter h3
{
    font-size: 1.75rem;
}

/*centered align counters*/
.counter-center
{
    text-align: center;
    max-width: 310px;
    display: inline-block;
}

    .counter-center:hover h6,
    .counter-center:hover .count_nums
    {
        color: #e42313;
    }

    .counter-center.dark:hover h6,
    .counter-center.dark:hover .count_nums
    {
        color: #666666;
    }

@media screen and (max-width: 640px)
{
    .counter-wrap .col-xs-6
    {
        width: 100%;
    }
}

@media screen and (max-width: 360px)
{
    .floated-counter [class*="col-"]
    {
        width: 100%;
    }
}

/*-------------------------------*/
/*  Counter ends */
/*-------------------------------*/


/*-------------------------------*/
/*  CountDown Timer */
/*-------------------------------*/
#countdown-bg
{
    background: url(../images/countdown-bg.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

#countdown-cols
{
    width: 100%;
    overflow: hidden;
}

    #countdown-cols .center-block
    {
        height: 100% !important;
        min-height: 100% !important;
        background: #000;
    }

    #countdown-cols .countdown-photo
    {
        background: url(../images/countdown-col.jpg) no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        min-height: 100% !important;
        height: 100%;
        position: relative;
    }

.logo-coming
{
    display: inline-block;
    width: 160px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}

    .logo-coming > img
    {
        display: block;
        width: 100%;
    }

.our-countdown
{
    text-align: center;
}

    .our-countdown .dsCountDown
    {
        background: transparent;
    }

    .our-countdown .dsCountDown
    {
        background: transparent;
        border: none;
    }

        .our-countdown .dsCountDown .ds-element
        {
            border: none;
            padding-right: 1.5rem;
            margin-right: 1.5rem;
        }

    .our-countdown .ds-element-title
    {
        font-size: 1rem;
        text-transform: capitalize;
        font-family: 'Open Sans';
    }

    .our-countdown .ds-element-value
    {
        font-size: 3.5rem;
        text-transform: capitalize;
        text-shadow: none;
        font-family: 'Open Sans', serif;
        font-weight: bold;
    }

    .our-countdown.whitecolor .ds-element-title,
    .our-countdown.whitecolor .ds-element-value
    {
        color: #fff;
    }

.load-more, .overlay
{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.overlay
{
    background: rgba(239,35,60,.95);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    padding: 2.5rem 1.875rem;
    -webkit-transform: translate(-30px, 10px);
    -ms-transform: translate(-30px, 10px);
    -o-transform: translate(-30px, 10px);
    transform: translate(-30px, 10px);
}

/*-------------------------------*/
/*Services*/
/*-------------------------------*/
.section-wrapper
{
    background: url(../images/bg-hallf-section.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
    overflow: hidden;
}
/*floated services icon on left side*/
.floated-service
{
    display: table;
}

    .floated-service i, .floated-service .cell
    {
        display: table-cell;
    }

    .floated-service i
    {
        color: #e42313;
        font-size: 20px;
        padding-right: 1.25rem;
        vertical-align: top;
        width: 40px;
    }

    .floated-service h4
    {
        font-size: 18px;
    }

    .floated-service:hover h4,
    .floated-service:hover i,
    .floated-service:hover .underlined
    {
    }

        .floated-service:hover .underlined::after
        {
            background: #e42313;
        }

/*service left bg image with text*/
.services-wrapper
{
    overflow: hidden;
}

.service-central
{
    text-align: center;
    max-width: 360px;
    display: inline-block;
}

    .service-central > span
    {
        display: inline-block;
        height: 66px;
        width: 66px;
        text-align: center;
        font-size: 28px;
        line-height: 65px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-image: -webkit-gradient(linear, right top, left bottom, from(#ee233c), to(#6755a3));
        background-image: -webkit-linear-gradient(top right, #ee233c 0%, #6755a3 100%);
        background-image: -o-linear-gradient(top right, #ee233c 0%, #6755a3 100%);
        background-image: linear-gradient(to bottom left, #ee233c 0%, #6755a3 100%);
        position: relative;
    }

        .service-central > span::after
        {
            background: #fff;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            bottom: 2px;
            content: "";
            left: 2px;
            position: absolute;
            right: 2px;
            top: 2px;
        }

        .service-central > span > i
        {
            position: relative;
            z-index: 1;
            background-image: -webkit-gradient(linear, right top, left bottom, from(#ee233c), to(#6755a3));
            background-image: -webkit-linear-gradient(top right, #ee233c 0%, #6755a3 100%);
            background-image: -o-linear-gradient(top right, #ee233c 0%, #6755a3 100%);
            background-image: linear-gradient(to bottom left, #ee233c 0%, #6755a3 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-text-fill-color: transparent;
            text-fill-color: transparent;
        }

    .service-central h4
    {
        font-size: 1.25rem;
    }

    .service-central:hover .underlined
    {
        color: #e42313;
    }

        .service-central:hover .underlined::after
        {
            background: #e42313;
        }

.services-wrapper .image .service-overlaped
{
    left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    right: 0;
    top: 0;
}

/*underlined title services*/
.icon_box
{
    position: relative;
    padding: 0 30px;
    text-align: center;
    height: 200px;
}

    .icon_box i
    {
        display: inline-block;
        font-size: 50px;
        margin-bottom: 20px;
        position: relative;
    }

    .icon_box h4
    {
        font-weight: bold;
    }

    .icon_box img
    {
        margin-bottom: 10px;
        border-radius: 50%;
        border: 2px solid #e42313;
    }

    .icon_box hr
    {
        width: 45px;
        height: 3px;
        background: #414141;
        margin: 0 auto 20px;
        border: none;
    }

    .icon_box.dark hr
    {
        background: #979797;
    }

    .icon_box:hover i, .icon_box:hover h4
    {
        color: #e42313;
    }

    .icon_box.dark:hover i, .icon_box.dark:hover h4
    {
        color: #414141;
    }

    .icon_box:hover hr
    {
        width: 60px;
    }

/*-------------------------------*/
/*Services ends*/
/*-------------------------------*/


/*-------------------------------*/
/* logos / Partners */
/*-------------------------------*/
/*centered item*/
#logos-centered .item
{
    text-align: center;
}

#logos-centered .logo-item
{
    position: relative;
    max-width: 220px;
    overflow: hidden;
    display: inline-block;
}

    #logos-centered .logo-item > img
    {
        width: 98%;
        display: inline-block;
    }

/*colored logos with gradient bg & white transparent logos*/
.gradient-bg
{
    background: -webkit-gradient(linear, left top, left bottom, from(#c6e0e4), to(#fff) );
    background: -webkit-linear-gradient(top, #c6e0e4, #fff );
    background: -o-linear-gradient(top, #c6e0e4, #fff );
    background: -webkit-gradient(linear, left top, left bottom, from(#c6e0e4), to(#fff) );
    background: -webkit-linear-gradient(top, #c6e0e4, #fff );
    background: linear-gradient(180deg, #c6e0e4, #fff );
}

/*dark bg on white logos*/
.logo-white
{
    background: url(../images/bg-logos-white.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

#logo-arrow .logo-item,
#logo-transparent .logo-item
{
    position: relative;
    height: 100px;
}

    #logo-arrow .logo-item > img,
    #logo-transparent .logo-item > img
    {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-width: 250px;
    }

    /*white transparent logo slides*/
    #logo-transparent .logo-item > img
    {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
/*-------------------------------*/
/* logos / Partners ends */
/*-------------------------------*/


/*-------------------------------*/
/* marcas slider */
/*-------------------------------*/
#section-marcas
{
    position: relative;
}

.section-marcas-item .brand
{
    padding-top: 60px;
}

.section-marcas-item .brand-img img
{
    display: block;
    width: 100%;
}

.section-marcas-item .p1
{
    font-size: 35px;
    line-height: 42px;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #ffffff;
}

    .section-marcas-item .p1 span
    {
        display: block;
    }

.section-marcas-item .p2
{
    font-size: 18px;
    color: #ffffff;
}

    .section-marcas-item .p2 span
    {
        display: block;
    }

.section-marcas-item .p3
{
    font-size: 28px;
}

#section-map
{
    position: relative;
    display: block;
    overflow: hidden;
}

    #section-map #map
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 700px;
    }

/*Pagination*/
ul.pagination li
{
    display: inline-block;
}

    ul.pagination li a
    {
        height: 32px;
        line-height: 30px;
        width: 32px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #414141;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        display: block;
        padding: 0;
        text-align: center;
        color: #fff;
        background: #414141;
    }

        ul.pagination li a:hover,
        ul.pagination li a:focus,
        ul.pagination li.active a,
        ul.pagination li.active a:hover,
        ul.pagination li.active a:focus
        {
            background: #e42313;
            border: 1px solid #e42313;
            color: #fff;
        }

.shadow
{
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}

.floated-whatsapp
{
    display: table;
    padding-top: 22px;
}

    .floated-whatsapp .whatsapp-cell
    {
        display: table-cell;
        vertical-align: middle;
    }

        .floated-whatsapp .whatsapp-cell.icon
        {
            width: 40px;
            padding-right: 10px;
        }

        .floated-whatsapp .whatsapp-cell p
        {
            padding: 0;
            margin: 0;
            color: #ffffff;
            font-size: 11px;
            line-height: 11px;
            font-weight: 700;
            margin-bottom: 5px;
        }

            .floated-whatsapp .whatsapp-cell p + p
            {
                font-size: 14px;
                line-height: 14px;
                margin-bottom: 0;
            }

    #navigation.fixed .floated-whatsapp .logo,
    .floated-whatsapp .scrolled-logo
    {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

#navigation.fixed .floated-whatsapp .scrolled-logo
{
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

#navigation.fixed .floated-whatsapp .whatsapp-cell p
{
    color: #414141;
}

/*-------------------------------*/
/* Our Blog ends */
/*-------------------------------*/


/*-------------------------------*/
/* Map + Address 01 */
/*-------------------------------*/
.map-bg
{
    background: url(../images/map-bg.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
}

    .map-bg #googleMap
    {
        -webkit-transform: translateY(75%);
        -ms-transform: translateY(75%);
        -o-transform: translateY(75%);
        transform: translateY(75%);
    }

.contactwith .map-bg #googleMap
{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.contactwith .address-bg
{
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    padding: 3rem 1.5rem;
}

#googleMap, #map-dark
{
    height: 700px;
    width: 100%;
}

.blocklayout #map-dark,
.contactwith .equalheight > #googleMap
{
    min-height: 100%;
    width: 100%;
    height: 100%;
}

.contactwith #googleMap
{
    height: 410px;
}

.address-bg
{
    background: #fff;
    max-width: 570px;
    padding: 3.5rem;
    position: relative;
}

    .address-bg:before
    {
        content: "";
        position: absolute;
        height: 6px;
        background: #e42313;
        display: block;
        right: 30px;
        left: 30px;
        top: -3px;
    }

    .address-bg:after
    {
        content: "";
        position: absolute;
        height: 6px;
        background: #e42313;
        display: block;
        right: 30px;
        left: 30px;
        bottom: -3px;
    }

    .address-bg .our-address
    {
        margin-bottom: 3px;
    }

        .address-bg .our-address p
        {
            color: #000000;
            font-size: 17px;
        }

    .address-bg h6
    {
        font-size: 14px;
        font-weight: bold;
    }

    .address-bg h2
    {
        font-size: 36px;
    }

    .address-bg .social
    {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.our-address .swiper-button-prev,
.our-address .swiper-button-next
{
    background: transparent;
    top: 2rem;
    font-size: 12px;
    width: auto;
}

.our-address .swiper-button-prev
{
    right: 60px;
    left: auto;
}

.our-address .swiper-button-next
{
    right: 40px;
}

    .our-address .swiper-button-prev::before,
    .our-address .swiper-button-next::before
    {
        font-family: FontAwesome;
        color: #979797;
    }

.our-address .swiper-button-prev::before
{
    content: "\f060";
}

.our-address .swiper-button-next::before
{
    content: "\f061";
}

.our-address .swiper-button-prev::after
{
    content: "|";
    padding: 0;
    display: inline-block;
    margin: 0 0px 0 10px;
    color: #979797;
}

.our-address .swiper-button-prev:hover::before,
.our-address .swiper-button-next:hover::before
{
    color: #e42313;
}

.center-block .our-address
{
    width: 100%;
}
/*location bars*/
.location-box
{
    display: table;
}

.location-cell
{
    display: table-cell;
    vertical-align: middle;
}

    .location-cell .icon
    {
        width: 60px;
        height: 60px;
        display: inline-block;
        text-align: center;
        line-height: 60px;
        font-size: 26px;
        color: #fff;
        background: #e42313;
        margin-right: 10px;
    }

    .location-cell h4
    {
        font-weight: bold;
        margin-bottom: 3px;
    }

    .location-cell p
    {
        margin-bottom: 5px;
        font-size: 14px;
    }

/*-------------------------------*/
/* Map + Address 01 ends */
/*-------------------------------*/


/*-------------------------------*/
/* Contact Form 01 */
/*-------------------------------*/

.contact-1 h3
{
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.contact-1 p
{
    font-size: 18px;
    color: #ffffff;
}

.contact-1 .form-control
{
    position: relative;
    border: none;
    border-bottom: 2px solid #fbd8d9;
    padding: 18px 0;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-1 .input-captcha
{
    position: relative;
}

    .contact-1 .input-captcha a
    {
        top: -16px;
        position: relative;
        color: #fff;
        padding: 10px;
    }

    .contact-1 .input-captcha input
    {
        height: 40px;
        width: 110px;
    }

.contact-1 .button
{
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

    .contact-1 .button:hover
    {
        background: #ffffff;
        border: 2px solid #ffffff;
        color: #cc1719;
    }

        .contact-1 .button:hover span
        {
            color: #cc1719;
        }

.contact-2 h3
{
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.contact-2 p
{
    font-size: 18px;
    color: #ffffff;
}

.contact-2 .form-control
{
    position: relative;
    border: none;
    border-bottom: 2px solid #999999;
    padding: 18px 0;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-2 .input-captcha
{
    position: relative;
}

    .contact-2 .input-captcha a
    {
        top: -16px;
        position: relative;
        color: #fff;
        padding: 10px;
    }

    .contact-2 .input-captcha input
    {
        height: 40px;
        width: 110px;
    }

.contact-2 .button
{
    background: #cc1719;
    border: 2px solid #cc1719;
    color: #ffffff;
}

    .contact-2 .button:hover
    {
        background: transparent;
        border: 2px solid #cc1719;
        color: #ffffff;
    }

        .contact-2 .button:hover span
        {
            color: #ffffff;
        }

textarea
{
    min-height: 175px;
    resize: none;
}

button
{
    border: none;
}

.contactus .form-control:focus
{
    border-bottom: 1px solid #414141;
}

/* Form general- */
::-webkit-input-placeholder, .form-control::-webkit-input-placeholder
{
    color: #ffffff;
}

:-moz-placeholder, .form-control:-moz-placeholder
{ /* Firefox 18- */
    color: #ffffff;
}

::-moz-placeholder, .form-control::-moz-placeholder
{ /* Firefox 19+ */
    color: #ffffff;
}

:-ms-input-placeholder, .form-control:-ms-input-placeholder
{
    color: #ffffff;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder
{
    color: #414141;
    opacity: 1;
}

/*Dark layout contact section*/
.find-us .ourlogo
{
    max-width: 140px;
}

    .find-us .ourlogo, .find-us .ourlogo > img
    {
        display: inline-block;
    }

        .find-us .ourlogo > img
        {
            width: 100%;
        }

.find-us .addr
{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: #e42313;
}

/*-------------------------------*/
/* Contact Form ends */
/*-------------------------------*/


/*-------------------------------*/
/* Error */
/*-------------------------------*/
#error .error, .error h1
{
    position: relative;
}

.error h1, .error h2
{
    font-weight: bold;
}

.error h1
{
    color: #ebebeb;
    font-size: 10rem;
    font-family: 'Open Sans';
}

.error h2
{
    color: #414141;
    font-size: 3.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#error p
{
    margin-left: 10%;
    margin-right: 10%;
}

/*-------------------------------*/
/* Error ends */
/*-------------------------------*/


/*-------------------------------*/
/* FAQ */
/*-------------------------------*/
.faq-search .widget_search .input-group
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 55%;
}

.faq-search .widget_search .form-control
{
    width: 60%;
}

.faq-search .widget_search .input-group-addon
{
    display: inherit;
}

/*Accordions*/
.accordion .panel-heading
{
    padding: 0;
}

.panel-default > .panel-heading
{
    color: #414141;
    background-color: transparent;
    border-color: #d2d2d2;
}

.accordion .panel-title > a
{
    display: block;
    padding: 1.25rem 15px;
    font-weight: 600;
}

    .accordion .panel-title > a.accordion-toggle::before,
    .accordion a[data-toggle="collapse"]::before
    {
        content: "\f107";
        float: left;
        font-family: 'FontAwesome';
        margin-right: 1em;
    }

    .accordion .panel-title > a.accordion-toggle.collapsed::before,
    .accordion a.collapsed[data-toggle="collapse"]::before
    {
        content: "\f106";
    }

/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
footer p
{
    font-size: 18px;
}

/*-------------------------------*/
/* Copyright*/
/*-------------------------------*/
.copyright
{
    width: 100%;
}

    .copyright ul li,
    .copyright ul li a
    {
        display: inline-block;
    }

        .copyright ul li a
        {
            margin: 0 1.5rem;
            position: relative;
            overflow: hidden;
        }

        .copyright ul li:first-child a
        {
            margin-left: 0;
        }

        .copyright ul li a,
        .copyright p
        {
            font-size: 10px;
            font-weight: 600;
        }

        .copyright ul li:first-child
        {
            margin-left: 0;
        }

        .copyright ul li:last-child
        {
            margin-right: 0;
        }

        .copyright ul li a:hover,
        .copyright ul li a:focus
        {
            color: #e42313;
        }

/*-------------------------------*/
/* Copyright*/
/*-------------------------------*/


/*-------------------------------*/
/*PreLoader*/
/*-------------------------------*/
.loader
{
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    background: #fff;
    overflow-x: hidden;
}

.loader-block
{
    position: relative;
    width: 100%;
}

.loader-inner
{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*----Animated Bars-----*/
.spinner-eff
{
    position: relative;
    width: 80px;
    height: 80px;
}

    .spinner-eff.spinner-eff-4
    {
        -webkit-animation: rotation 12.8s steps(1) 0s infinite;
        -o-animation: rotation 12.8s steps(1) 0s infinite;
        animation: rotation 12.8s steps(1) 0s infinite;
    }

@-webkit-keyframes rotation
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25%
    {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50%
    {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75%
    {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotation
{
    0%;

{
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

25%
{
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

50%
{
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

75%
{
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

100%
{
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

@keyframes rotation
{
    0%
    {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25%
    {
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50%
    {
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75%
    {
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bar-top
{
    0%
    {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    12.5%
    {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    87.5%
    {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100%
    {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@-o-keyframes bar-top
{
    0%;

{
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

12.5%
{
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

87.5%
{
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

100%
{
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

}

@keyframes bar-top
{
    0%
    {
        -webkit-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    12.5%
    {
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    87.5%
    {
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100%
    {
        -webkit-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@-webkit-keyframes bar-right
{
    0%
    {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    12.5%
    {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    25%
    {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    75%
    {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    87.5%
    {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    100%
    {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes bar-right
{
    0%;

{
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

12.5%
{
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

25%
{
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

75%
{
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

87.5%
{
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

100%
{
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

}

@keyframes bar-right
{
    0%
    {
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    12.5%
    {
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    25%
    {
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    75%
    {
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    87.5%
    {
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    100%
    {
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-webkit-keyframes bar-bottom
{
    0%
    {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    25%
    {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    37.5%
    {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    62.5%
    {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    75%
    {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    100%
    {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@-o-keyframes bar-bottom
{
    0%;

{
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

25%
{
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

37.5%
{
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

62.5%
{
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

75%
{
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

100%
{
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

}

@keyframes bar-bottom
{
    0%
    {
        -webkit-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    25%
    {
        -webkit-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    37.5%
    {
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    62.5%
    {
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    75%
    {
        -webkit-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    100%
    {
        -webkit-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@-webkit-keyframes bar-left
{
    0%
    {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    37.5%
    {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50%
    {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    62.5%
    {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    100%
    {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes bar-left
{
    0%;

{
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

37.5%
{
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

50%
{
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

62.5%
{
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

100%
{
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

}

@keyframes bar-left
{
    0%
    {
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    37.5%
    {
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50%
    {
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    62.5%
    {
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    100%
    {
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.spinner-eff.spinner-eff-4 .bar
{
    background-color: #e42313;
}

.spinner-eff.spinner-eff-4 .bar-top,
.spinner-eff.spinner-eff-4 .bar-right,
.spinner-eff.spinner-eff-4 .bar-bottom,
.spinner-eff.spinner-eff-4 .bar-left
{
    position: absolute;
}

.spinner-eff.spinner-eff-4 .bar-top
{
    width: 100%;
    height: 7px;
    top: 0;
    left: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-animation: bar-top 3.2s linear 0s infinite;
    -o-animation: bar-top 3.2s linear 0s infinite;
    animation: bar-top 3.2s linear 0s infinite;
}

.spinner-eff.spinner-eff-4 .bar-right
{
    width: 7px;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-animation: bar-right 3.2s linear 0s infinite;
    -o-animation: bar-right 3.2s linear 0s infinite;
    animation: bar-right 3.2s linear 0s infinite;
}

.spinner-eff.spinner-eff-4 .bar-bottom
{
    width: 100%;
    height: 7px;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-animation: bar-bottom 3.2s linear 0s infinite;
    -o-animation: bar-bottom 3.2s linear 0s infinite;
    animation: bar-bottom 3.2s linear 0s infinite;
}

.spinner-eff.spinner-eff-4 .bar-left
{
    width: 7px;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-animation: bar-left 3.2s linear 0s infinite;
    -o-animation: bar-left 3.2s linear 0s infinite;
    animation: bar-left 3.2s linear 0s infinite;
}
/*----Animated Bars ends-----*/


/*----- Spinner Dark -----*/
.spinner
{
    width: 80px;
    height: 80px;
}

.container1 > div, .container2 > div, .container3 > div
{
    width: 16px;
    height: 16px;
    border: 5px solid #9d9b9b;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    -o-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container
{
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2
{
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.circle1
{
    top: 0;
    left: 0;
}

.circle2
{
    top: 0;
    right: 0;
}

.circle3
{
    right: 0;
    bottom: 0;
}

.circle4
{
    left: 0;
    bottom: 0;
}

.container2 .circle1
{
    -webkit-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container2 .circle1,
.container2 .circle2,
.container2 .circle3,
.container2 .circle4
{
    border-color: #414141;
}

.multicolor .container2 .circle1
{
    border-color: #f2c900;
}

.multicolor .container2 .circle2
{
    border-color: #9bd230;
}

.multicolor .container2 .circle3
{
    border-color: #42d9e4;
}

.multicolor .container2 .circle4
{
    border-color: #e42313;
}

.container1 .circle2
{
    -webkit-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2
{
    -webkit-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container1 .circle3
{
    -webkit-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3
{
    -webkit-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container1 .circle4
{
    -webkit-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4
{
    -webkit-animation-delay: -0.2s;
    -o-animation-delay: -0.2s;
    animation-delay: -0.2s;
}


@-webkit-keyframes bouncedelay
{
    0%, 80%, 100%
    {
        -webkit-transform: scale(0.4);
    }

    40%
    {
        -webkit-transform: scale(1.0);
    }
}

@-o-keyframes bouncedelay
{
    0%, 80%, 100%;

{
    -o-transform: scale(0.0);
    transform: scale(0.0);
    -webkit-transform: scale(0.25);
}

40%
{
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
}

}

@keyframes bouncedelay
{
    0%, 80%, 100%
    {
        -o-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }

    40%
    {
        -o-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*----- Spinner Dark ends -----*/


/*----- Loading Dots -----*/
[role="cssload-progressbar"]
{
    position: relative;
    width: 45px;
    height: 45px;
    background-color: rgb(239,35,59);
    margin: 97px auto;
}

    [role="cssload-progressbar"]::before, [role="cssload-progressbar"]::after
    {
        display: block;
        position: absolute;
        content: '';
    }

    [role="cssload-progressbar"]::before
    {
        top: 3px;
        left: 3px;
        z-index: 2;
        width: 39px;
        height: 39px;
        -webkit-background-size: 19px 19px;
        background-size: 19px 19px;
        animation: cssload-hypercube infinite linear forwards 4.6s;
        -o-animation: cssload-hypercube infinite linear forwards 4.6s;
        -ms-animation: cssload-hypercube infinite linear forwards 4.6s;
        -webkit-animation: cssload-hypercube infinite linear forwards 4.6s;
        -moz-animation: cssload-hypercube infinite linear forwards 4.6s;
        background-image: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, 0) 8px, rgb(255, 255, 255) 9px);
    }

    [role="cssload-progressbar"]::after
    {
        top: 29px;
        left: 15px;
        z-index: 1;
        width: 16px;
        height: 16px;
        background-color: rgb(65,65,65);
        border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        transform: rotate(15deg);
        -o-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        transform-origin: 50% -16px;
        -o-transform-origin: 50% -16px;
        -ms-transform-origin: 50% -16px;
        -webkit-transform-origin: 50% -16px;
        -moz-transform-origin: 50% -16px;
        animation: cssload-hyperball infinite reverse ease-in-out 1.15s;
        -o-animation: cssload-hyperball infinite reverse ease-in-out 1.15s;
        -ms-animation: cssload-hyperball infinite reverse ease-in-out 1.15s;
        -webkit-animation: cssload-hyperball infinite reverse ease-in-out 1.15s;
        -moz-animation: cssload-hyperball infinite reverse ease-in-out 1.15s;
    }

@keyframes cssload-hypercube
{
    100%
    {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-hypercube
{
    100%;

{
    -o-transform: rotate(360deg);
}

}

@-webkit-keyframes cssload-hypercube
{
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes cssload-hyperball
{
    50%
    {
        -webkit-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}

@-o-keyframes cssload-hyperball
{
    50%;

{
    -o-transform: rotate(-15deg);
}

}

@-webkit-keyframes cssload-hyperball
{
    50%
    {
        -webkit-transform: rotate(-15deg);
    }
}
/*----- Loading Dots Ends -----*/


/*----- BOX Spiners -----*/
.boxSpin
{
    background-color: #e42313;
    width: 40px;
    height: 40px;
    border: 5px solid #e42313;
    -webkit-box-shadow: 10px 0px #e42313, 10px 0px #e42313;
    box-shadow: 10px 0px #e42313, 10px 0px #e42313;
    -webkit-animation: shadowSpin 1s ease-in-out infinite;
    -o-animation: shadowSpin 1s ease-in-out infinite;
    animation: shadowSpin 1s ease-in-out infinite;
}

@-webkit-keyframes boxSpin
{
    0%
    {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    25%
    {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50%
    {
        -webkit-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
    }

    75%
    {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }

    100%
    {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }
}

@-o-keyframes boxSpin
{
    0%;

{
    -o-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
}

25%
{
    -o-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
}

50%
{
    -o-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}

75%
{
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
}

100%
{
    -o-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
}

}

@keyframes boxSpin
{
    0%
    {
        -webkit-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    25%
    {
        -webkit-transform: translate(10px, 10px);
        -o-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50%
    {
        -webkit-transform: translate(10px, -10px);
        -o-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
    }

    75%
    {
        -webkit-transform: translate(-10px, -10px);
        -o-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }

    100%
    {
        -webkit-transform: translate(-10px, 10px);
        -o-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }
}

@-webkit-keyframes shadowSpin
{
    0%
    {
        -webkit-box-shadow: 10px -10px #e42313, -10px 10px #e42313;
        box-shadow: 10px -10px #e42313, -10px 10px #e42313;
    }

    25%
    {
        -webkit-box-shadow: 10px 10px #e42313, -10px -10px #e42313;
        box-shadow: 10px 10px #e42313, -10px -10px #e42313;
    }

    50%
    {
        -webkit-box-shadow: -10px 10px #e42313, 10px -10px #e42313;
        box-shadow: -10px 10px #e42313, 10px -10px #e42313;
    }

    75%
    {
        -webkit-box-shadow: -10px -10px #e42313, 10px 10px #e42313;
        box-shadow: -10px -10px #e42313, 10px 10px #e42313;
    }

    100%
    {
        -webkit-box-shadow: 10px -10px #e42313, -10px 10px #e42313;
        box-shadow: 10px -10px #e42313, -10px 10px #e42313;
    }
}

@-o-keyframes shadowSpin
{
    0%;

{
    box-shadow: 10px -10px #e42313, -10px 10px #e42313;
}

25%
{
    box-shadow: 10px 10px #e42313, -10px -10px #e42313;
}

50%
{
    box-shadow: -10px 10px #e42313, 10px -10px #e42313;
}

75%
{
    box-shadow: -10px -10px #e42313, 10px 10px #e42313;
}

100%
{
    box-shadow: 10px -10px #e42313, -10px 10px #e42313;
}

}

@keyframes shadowSpin
{
    0%
    {
        -webkit-box-shadow: 10px -10px #e42313, -10px 10px #e42313;
        box-shadow: 10px -10px #e42313, -10px 10px #e42313;
    }

    25%
    {
        -webkit-box-shadow: 10px 10px #e42313, -10px -10px #e42313;
        box-shadow: 10px 10px #e42313, -10px -10px #e42313;
    }

    50%
    {
        -webkit-box-shadow: -10px 10px #e42313, 10px -10px #e42313;
        box-shadow: -10px 10px #e42313, 10px -10px #e42313;
    }

    75%
    {
        -webkit-box-shadow: -10px -10px #e42313, 10px 10px #e42313;
        box-shadow: -10px -10px #e42313, 10px 10px #e42313;
    }

    100%
    {
        -webkit-box-shadow: 10px -10px #e42313, -10px 10px #e42313;
        box-shadow: 10px -10px #e42313, -10px 10px #e42313;
    }
}
/*----- BOX Spiners Ends -----*/


/* ----- Diamond Loading ------*/
.diamond-wrap
{
    width: 120px;
    height: 30px;
}

    .diamond-wrap .diamond
    {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #e42313;
        -webkit-transform: translateX(0) rotate(45deg) scale(0);
        -ms-transform: translateX(0) rotate(45deg) scale(0);
        -o-transform: translateX(0) rotate(45deg) scale(0);
        transform: translateX(0) rotate(45deg) scale(0);
        -webkit-animation: diamonds 1500ms linear infinite;
        -o-animation: diamonds 1500ms linear infinite;
        animation: diamonds 1500ms linear infinite;
    }

        .diamond-wrap .diamond:nth-child(1)
        {
            -webkit-animation-delay: -1000ms;
            -o-animation-delay: -1000ms;
            animation-delay: -1000ms;
        }

        .diamond-wrap .diamond:nth-child(2)
        {
            -webkit-animation-delay: -2000ms;
            -o-animation-delay: -2000ms;
            animation-delay: -2000ms;
        }

        .diamond-wrap .diamond:nth-child(3)
        {
            -webkit-animation-delay: -3000ms;
            -o-animation-delay: -3000ms;
            animation-delay: -3000ms;
        }

        .diamond-wrap .diamond:nth-child(4)
        {
            -webkit-animation-delay: -4000ms;
            -o-animation-delay: -4000ms;
            animation-delay: -4000ms;
        }

@-webkit-keyframes diamonds
{
    50%
    {
        -webkit-transform: translateX(-50px) rotate(45deg) scale(1);
        transform: translateX(-50px) rotate(45deg) scale(1);
    }

    100%
    {
        -webkit-transform: translateX(-100px) rotate(45deg) scale(0);
        transform: translateX(-100px) rotate(45deg) scale(0);
    }
}

@-o-keyframes diamonds
{
    50%;

{
    -webkit-transform: translateX(-50px) rotate(45deg) scale(1);
    -o-transform: translateX(-50px) rotate(45deg) scale(1);
    transform: translateX(-50px) rotate(45deg) scale(1);
}

100%
{
    -webkit-transform: translateX(-100px) rotate(45deg) scale(0);
    -o-transform: translateX(-100px) rotate(45deg) scale(0);
    transform: translateX(-100px) rotate(45deg) scale(0);
}

}

@keyframes diamonds
{
    50%
    {
        -webkit-transform: translateX(-50px) rotate(45deg) scale(1);
        -o-transform: translateX(-50px) rotate(45deg) scale(1);
        transform: translateX(-50px) rotate(45deg) scale(1);
    }

    100%
    {
        -webkit-transform: translateX(-100px) rotate(45deg) scale(0);
        -o-transform: translateX(-100px) rotate(45deg) scale(0);
        transform: translateX(-100px) rotate(45deg) scale(0);
    }
}
/* ----- Diamond Loading ends ------*/


/* ------Cubes Loading -----*/
.thecube
{
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .thecube .cube
    {
        position: relative;
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .thecube .cube
    {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

        .thecube .cube:before
        {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #e42313;
            -webkit-animation: foldthecube 2.4s infinite linear both;
            -o-animation: foldthecube 2.4s infinite linear both;
            animation: foldthecube 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .thecube .c2
    {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotate(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .thecube .c3
    {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotate(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .thecube .c4
    {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotate(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .thecube .c2:before
    {
        -webkit-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .thecube .c3:before
    {
        -webkit-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .thecube .c4:before
    {
        -webkit-animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes foldthecube
{
    0%, 10%
    {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75%
    {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100%
    {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes foldthecube
{
    0%, 10%;

{
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
}

25%, 75%
{
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
}

90%,
100%
{
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
}

}

@keyframes foldthecube
{
    0%, 10%
    {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75%
    {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100%
    {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
/*---- Cubes Loading ends -----*/


/*---- Custom -----*/
.tp-caption h2
{
    font-size: 40px!important;
    color: #ffffff!important;
    font-weight: 500!important;
}

.tp-caption p span
{
    font-size: 23px!important;
    color: #bdbdbd!important;
    font-weight: 400!important;
}

    .tp-caption p span.rev_block
    {
        display: block;
        line-height: 1.2!important;
    }

.col-md-20p
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
}

.contact_error
{
    display: block;
    color: #ffffff;
    padding: 2px 0px;
    font-size: 16px;
}

.contact_success
{
    display: block;
    color: #ffffff;
    padding: 2px 0px;
    font-size: 15px;
    font-weight: 600;
}

/*---- Custom -----*/

.main-slider
{
    position: relative;
    display: block;
    z-index: 10;
}

    .main-slider.style1
    {
        position: relative;
        display: block;
    }

    .main-slider .slide
    {
        position: relative;
        display: block;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .main-slider .slide .image-layer
        {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: cover;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 6000ms linear;
            -moz-transition: all 6000ms linear;
            -ms-transition: all 6000ms linear;
            -o-transition: all 6000ms linear;
            transition: all 6000ms linear;
            z-index: 1;
        }

    .main-slider.style1 .slide .image-layer
    {
        filter: grayscale(0);
    }

    .main-slider .active .slide .image-layer
    {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    .main-slider .slide .image-layer:before
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .main-slider.style1 .slide .image-layer:before
    {
        display: none;
    }

    .main-slider .content
    {
        position: relative;
        z-index: 11;
    }

    .main-slider.style1 .slide
    {
        position: relative;
        display: block;
        overflow: hidden;
        height: 100vh;
    }

    .main-slider.style1 .content
    {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
        padding: 25px 100px;
    }

    .main-slider .auto-container
    {
        position: relative;
        text-align: center;
    }

    .main-slider .content .title
    {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        margin-bottom: 5px;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(-50px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(-50px);
        transform: perspective(400px) rotateY(0deg) translateY(-50px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 10;
    }

    .main-slider .active .content .title
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .main-slider .content .title span
    {
        display: block;
        color: #ffffff;
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
    }

    .main-slider .content .desc
    {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        margin-bottom: 25px;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
        transform: perspective(400px) rotateY(0deg) translateY(80px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
        z-index: 10;
    }

    .main-slider .active .content .desc
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 1500ms;
        -moz-transition-delay: 1500ms;
        -ms-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
        transition-delay: 1500ms;
    }

    .main-slider .content .desc span
    {
        display: block;
        color: #bdbdbd;
        font-size: 23px;
        line-height: 32px;
        font-weight: 400;
    }

    .main-slider .content .btns-box
    {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        line-height: 0;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(60px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(60px);
        transform: perspective(400px) rotateY(0deg) translateY(60px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
        z-index: 10;
    }

    .main-slider .active .content .btns-box
    {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 2000ms;
        -moz-transition-delay: 2000ms;
        -ms-transition-delay: 2000ms;
        -o-transition-delay: 2000ms;
        transition-delay: 2000ms;
    }

    .main-slider .owl-theme .owl-nav
    {
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        transform-origin: bottom;
        transform-style: preserve-3d;
        line-height: 0;
        height: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        opacity: 0;
        transform: scaleX(1.0) translateX(0px);
        z-index: 3;
    }

    .main-slider:hover .owl-theme .owl-nav
    {
        opacity: 1;
        left: 40px;
        right: 40px;
        transform: scaleX(1.0) translateX(0px);
    }

        .main-slider:hover .owl-theme .owl-nav.disabled
        {
            opacity: 0;
            display: none;
        }

    .main-slider .owl-theme .owl-prev span, .main-slider .owl-theme .owl-next span
    {
        display: block;
    }

    .main-slider .owl-theme .owl-nav .owl-prev, .main-slider .owl-theme .owl-nav .owl-next
    {
        position: relative;
        display: block;
        background: rgba(255, 255, 255, 0.10);
        border: 0px solid rgba(17, 14, 14, 0.3);
        height: 80px;
        width: 80px;
        border-radius: 50%;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        font-size: 25px;
        line-height: 80px;
        font-weight: 400;
        opacity: 1;
        margin: 0;
        padding: 0;
        transform: translateY(0px);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-slider .owl-theme .owl-prev span:before
    {
    }

    .main-slider .owl-theme .owl-nav .owl-next
    {
        transform: rotate(180deg);
    }

    .main-slider .owl-theme .owl-next span:before
    {
    }

    .main-slider .owl-theme .owl-nav .owl-prev:hover, .main-slider .owl-theme .owl-nav .owl-next:hover
    {
        color: #ffffff;
        background: #cc1719;
    }

.banner-carousel .owl-dots
{
    display: block;
}

.main-slider .banner-carousel.owl-carousel .owl-dots
{
    position: absolute;
    left: 0px;
    bottom: 40px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider .banner-carousel.owl-carousel button.owl-dot
{
    position: relative;
    display: block;
    width: 40px;
    height: 4px;
    float: none;
    background: #ffffff;
    border-radius: 0%;
    margin: 0 5px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

    .main-slider .banner-carousel.owl-carousel button.owl-dot:before
    {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #cc1719;
        transition: all 100ms linear;
        transition-delay: 0.1s;
        transform: scaleX(0);
    }

    .main-slider .banner-carousel.owl-carousel button.owl-dot.active:before
    {
        transform: scaleX(1.0);
    }

    .main-slider .banner-carousel.owl-carousel button.owl-dot.active
    {
    }

.main-slider .btn-one
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 25px 45px;
    margin: 0 5px;
    background-color: #cc1719;
    border: 2px solid #cc1719;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

    .main-slider .btn-one:hover
    {
        background-color: rgba(0, 0, 0, 0.3);
        border: 2px solid #cc1719;
        color: #ffffff;
    }

.main-slider .btn-two
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 25px 45px;
    margin: 0 5px;
    background-color: #000000;
    border: 2px solid #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

    .main-slider .btn-two:hover
    {
        background-color: rgba(0, 0, 0, 0.3);
        border: 2px solid #cc1719;
        color: #ffffff;
    }

.brand-carousel
{
    position: relative;
}

    .brand-carousel .owl-slide.owl-custom-brand
    {
        height: 500px;
    }

    .brand-carousel .auto-container
    {
        position: relative;
        display: block;
        overflow: hidden;
        height: 500px;
    }

    .brand-carousel .content
    {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 500px;
        padding: 25px 100px;
    }

.contact-enviar
{
    position: relative;
}

    .contact-enviar span
    {
        color: #ffffff;
    }

.lds-ellipsis
{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 14px;
    top: 2px;
}

    .lds-ellipsis div
    {
        position: absolute;
        top: 2px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #FFFFFF;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1)
        {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)
        {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)
        {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)
        {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1
{
    0%
    {
        transform: scale(0);
    }

    100%
    {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3
{
    0%
    {
        transform: scale(1);
    }

    100%
    {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2
{
    0%
    {
        transform: translate(0, 0);
    }

    100%
    {
        transform: translate(24px, 0);
    }
}
