/*=====================
        01. FONTS
=======================*/

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Pro 35 Thin'), url('/fonts/HelveticaNeueLTProTh.woff') format('woff');
    }
@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-style: normal;
    font-weight: bold;
    src: local('Helvetica Neue LT Pro 35 Medium'), url('/fonts/HelveticaNeueLTProMd.woff') format('woff');
    }


b, strong {font-weight: bold;}
/*===========================
      02. MAIN STYLES
=============================*/
body {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Helvetica Neue LT Pro';
    line-height: 28px;
    margin: 0;
    position: relative;
    background-color: #f5f5f5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

img {
    max-width: 100%;
    width: 100%;
}

/* ==============================
    03. Section Title Styles
 ================================*/
 .section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 56px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40%;
}

.section-title h3 {
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 0.3em;
    padding-top: 0.6em;
}


.section-title h2:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 35%;
    height: 1px;
    background: #2196f3;
}



.section-title p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 32px;
}

.section-title p:after {
    background: #2196f3;
}

/* ==========================
    04. Header Styles
============================= */
.owl-carousel .header-bottom-four-slider .header-bottom- .owl-loaded .owl-drag {
    background-image: url(../img/sales-docs/sales-docs-mobile-phone.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 20;    
}

#header-area-menu {
    height: 0vh;
    position: relative;
    overflow: hidden;
}

#header-area {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#header-area.header-area {
    background: #1A1B21;
}
#header-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 12, .3);
}
#header-area .header-video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.header-top {
    position: relative;
    z-index: 10;
}
.header-top {
    background: #141214;
    box-shadow: 0 3px 6px rgba(0,0,0, .12);
}
.header-top .main-menu li {
    display: inline-block;
}
.header-top .main-menu li:first-child {
    position: absolute;left: 0px;
}
.header-top .main-menu li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Helvetica Neue LT Pro';
    display: block;
    padding: 30px 15px;
    transition: all .4s ease;
    border-bottom: 8px solid transparent;
}
.header-top .main-menu li a:hover {
    border-bottom: 8px solid #69bcff;
    color: #69bcff;
} 
.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(53, 53, 53, 50%);
}

.header-bottom {
    display: flex;
    align-items: center;
    height: 80vh;
    position: relative;
    z-index: 1;
}

.header-bottom-left h5 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    line-height: 32px;
    font-family: "Helvetica Neue LT Pro", sans-serif;
}

.header-bottom-left h5:after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 60%;
    height: 1px;
    bottom: 11px;
    right: 20px;
}


.header-bottom-left h1 {
    font-size: 40px;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 75px;
    text-transform: uppercase;
}

.header-bottom-left h1 span {
    font-weight: 700;
    padding: 5px 8px;
    line-height: 1;
    background: #FED47E;
    color: #1A1B21;
    display: inline-block;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper {
    margin-top: 20px;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn,
.header-area-five .header-bottom-five-content a.header-bottom-five-btn {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    line-height: 30px;
    display: inline-block;
    background: #22242C;
    font-weight: 600;
    padding: 15px 40px;
    margin-right: 15px;
    transition: all .4s ease;
}



.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn:hover {
    background: #FED47E;
    color: #010101;
}

.header-area-two .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn:hover {
    background: #f7ea00;
    color: #010101;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color {
    background: #FED47E;
    color: #010101;
}

.header-area-two .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color {
    background: #f7ea00;
    color: #010101;
}

.header-area-five .header-bottom-five-content a.header-bottom-five-btn-color {
    background: #f7ea00;
    color: #010101;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color:hover {
    background: #22242c;
    color: #ffffff;
}



.header-bottom-right {
    max-width: 375px;
    max-height: 520px;
    position: relative;
}


.header-bottom-right:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: -50px;
    border: 20px solid #FED47E;
    z-index: 1;
}


.header-bottom-right img {
    position: relative;
    z-index: 1;
}

.header-bottom-four-content {
    text-align: center;
}

.header-bottom-four-content h1 {
    line-height: 150px;
    color: #ffffff;
    font-family: 'Helvetica Neue LT Pro';
    font-size: 50pt !important;
    font-weight: 300 !important;    
    font-stretch: condensed !important;
}

.header-bottom-four-btn {
    display: inline-block;
    color: #ffffff;
    background: transparent;
    border: 1px solid #2196f3;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    font-size: 18px;
    line-height: 28px;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 300;
    padding: 20px 35px;
    margin-top: 30px;
    transition: all .4s ease;
    position: relative;
    z-index: 5;
}

.header-bottom-four-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2196f3;
    transition: all .4s ease;
    z-index: -1;
}

.header-bottom-four-btn:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #2196f3;
    transition: all .4s ease;
    z-index: -1;
}

.header-bottom-four-btn:hover:before,
.header-bottom-four-btn:hover:after {
    width: 100%;
}


.header-bottom-four-btn:hover {
    color: #ffffff;
}

/* Owl Slider Home Three */
.header-bottom-three-slider .owl-nav .owl-prev, .header-bottom-three-slider .owl-nav .owl-next, .header-bottom-four-slider .owl-nav .owl-prev, .header-bottom-four-slider .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    background: #f7ea00;
    color: #010101;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

/* Home four slider styles */
.header-bottom-four-slider .owl-nav .owl-prev, .header-bottom-four-slider .owl-nav .owl-next {
    background: transparent;
    border: 1px solid #2196f3;
    color: #ffffff;
    left: 15px;
    transition: all .4s ease;
}

.header-bottom-four-slider .owl-nav .owl-prev:hover, .header-bottom-four-slider .owl-nav .owl-next:hover {
    background: #2196f3;
    color: #ffffff;
    border: 1px solid transparent;
}

.header-bottom-three-slider .owl-nav .owl-next,.header-bottom-four-slider .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.header-bottom-four-slider .owl-nav .owl-next {
    right: 15px;
}


/* =========================
    05. sales-docs-app
============================ */
#sales-docs-app {
    padding: 100px 0px 40px 0px;
    background: #0a000a;
}

.single-service {
    padding: 65px 65px;
    transition: all .4s ease;
    position: relative;
}

.single-service:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 278px;
    background: #CFCFCF;
    transform: translateY(-50%);
}

 .single-service:before {
    display: none;
}

.single-service:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    height: 100px;
    background: #FED47E;
    transform: translateY(-50%);    
}

 .single-service:after {
    display: none;
}


 .single-service {
    background: #212020;
}

.single-service i {
    font-size: 50px;
    color: #FED47E;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .4s ease;
}

.single-service i {
    color: #2196f3;
}

.single-service h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Helvetica Neue LT Pro';
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: .4s ease;
}


.single-service p {
    font-size: 16px;
    color: #6B6B6B;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: .4s ease;
}

.single-service a {
    font-size: 16px;
    padding: 12px 25px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 5;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    border: 1px solid #ffffff;
    transition: .4s ease;
}


.single-service a:before {
    background: #FED47E;
}



.single-service a:after {
    background: #FED47E;
}


.single-service a:hover:before,
.single-service a:hover:after {
    width: 50%;
}

.single-service a:hover {
    border: 1px solid transparent;
    color: #010101;
}

 .single-service a {
    background: transparent;
    border: 1px solid #2196f3;
    position: relative;
    z-index: 5;
}


.single-service a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2196f3;
    z-index: -1;
    transition: all .4s ease;
}

.single-service a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #2196f3;
    z-index: -1;
    transition: all .4s ease;
}

.single-service a:hover:before,
.single-service a:hover:after {
    width: 50%;
}

.single-service a:hover {
    color: #ffffff;
}
 .single-service:before {
    background: #2196f3;
}

.single-service:hover:before {
    height: 100%;
}



.single-service:after {
    background: #2196f3;
}

.single-service:hover:after {
    height: 100%;
}

.single-service:hover i {
    transform: scale(1.1);
}


/* =================================
    08. Portfolio Section Style
==================================== */
#portfolio-area {
    padding: 100px 0px 40px 0px;
    background: #17171b;
}

.single-portfolio {
    margin-bottom: 30px;
}

.single-portfolio .portfolio-img {
    position: relative;
}

.single-portfolio .portfolio-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    content: "";
    cursor: pointer;
    transition: .4s ease;
    background: rgba(26, 27, 33, .7);
}

.single-portfolio .portfolio-img:before {
    background: rgba(26, 27, 33, .7);
}
.single-portfolio .portfolio-img:hover:before {
    height: 100%;
}

.single-portfolio .portfolio-img:after {
    background: rgba(242, 72, 72, .3);
}

.single-portfolio .portfolio-img:hover:after {
    height: 100%;
}

.portfolio-img a {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 1;
}

.portfolio-img:hover a {
    left: 50%;
    opacity: 1;
    visibility: visible;
}

.portfolio-img a i {
    background: rgba(255, 255, 255, .08);
    font-size: 14px;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
}

.single-feature {
    padding: 90px 60px;
    background: #1A1B21;
    margin-bottom: 30px;
    display: flex;
    transition: all .4s ease;
    position: relative;
    z-index: 5;
}

.single-feature:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2196f3;
    transition: all .4s ease;
    z-index: -1;
}


.single-feature:hover:before {
    width: 100%;
}


.portfolio-area .single-feature {
    background: #212020;
    transition: all .4s ease;
    position: relative;
    z-index: 5;
}


.portfolio-area .single-feature:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2196f3;
    z-index: -1;
    transition: all .4s ease;
}

.portfolio-area .single-feature:hover:before,
.portfolio-area .single-feature:hover:after {
    width: 100%;
}

.single-feature h2 {
    font-size: 70px;
    line-height: 100px;
    color: #2196f3;
    font-weight: 400;
    margin-right: 30px;
    transition: all .4s ease;
}

.single-feature:hover h2 {
    color: #2F3039;
}



.portfolio-area .single-feature h2 {
    color: #ffffff;
}

.single-feature p {
    font-size: 24px;
    color: #ffffff;
    line-height: 36px;
    font-weight:300;
    font-family: 'Helvetica Neue LT Pro';
    display: inline-block;
    padding: 0 45px;
    position: relative;
    transition: all .4s ease;
}

.single-feature:hover p {
    color: #2F3039;
}


.portfolio-area .single-feature:hover p {
    color: #ffffff;
}

.single-feature p:before {
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
    background: #2F3039;
    content: "";
}


.portfolio-area .single-feature p:before {
    background: #2196f3;
    transition: all .4s ease;
}

.portfolio-area .single-feature:hover p:before {
    background: #ffffff;
}

/* =================================
    14. Pricing Styles
==================================== */
#pricing-area {
    padding: 100px 0px 40px 0px;
    background: #1A1B21;
}

#pricing-area h3 {
    color: #ffffff;
}


.single-price {
    background: #1E1F26;
    text-align: center;
    padding: 1em 0.1em;
    transition: all .4s ease;
}


.single-price p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    margin-bottom: 15px;
    transition: all .4s ease;
}

.single-price:hover p {
    color: #0D0B50;
}

.single-price.active p {
    color: #0D0B50;
}


.pricing-area-four .single-price:hover p {
    color: #ffffff;
}

.pricing-area-four .single-price.active p {
    color: #ffffff;
}


.single-price h3 {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    transition: all .4s ease;
}

.single-price:hover h3 {
    color: #0D0B50;
}

.single-price.active h3 {
    color: #0D0B50;
}


.pricing-area-four .single-price h3 {
    color: #ffffff;
}

.pricing-area-four .single-price.active h3 {
    color: #ffffff;
}

.pricing-area-two .single-price:hover h3 {
    color: #0D0B50;
}

.pricing-area-five .single-price:hover h3 {
    color: #010101;
}

.pricing-area-five .single-price.active h3 {
    color: #010101;
}

.single-price .pricing-sign {
    position: absolute;
    left: -15px;
    top: 8px;
    font-size: 18px;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    transition: all .4s ease;
}

.single-price:hover .pricing-sign {
    color: #0D0B50;
}

.single-price.active .pricing-sign {
    color: #0D0B50;
}

.pricing-area-two .single-price .pricing-sign {
    color: #0D0B50;
}

.pricing-area-two .single-price.active .pricing-sign {
    color: #0D0B50;
}

.pricing-area-three .single-price.active .pricing-sign {
    color: #0D0B50;
}

.pricing-area-two .single-price:hover .pricing-sign {
    color: #0D0B50;
}

.pricing-area-four .single-price:hover .pricing-sign {
    color: #ffffff;
}

.pricing-area-four .single-price.active .pricing-sign {
    color: #ffffff;
}

.pricing-area-five .single-price:hover .pricing-sign {
    color: #010101;
}

.pricing-area-five .single-price.active .pricing-sign {
    color: #010101;
}

.single-price .pricing-price-divider {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    transition: all .4s ease;
}

.single-price:hover .pricing-price-divider {
    color: #0D0B50;
}

.single-price.active .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-two .single-price .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-two .single-price:hover .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-four .single-price:hover .pricing-price-divider {
    color: #ffffff;
}

.pricing-area-four .single-price.active .pricing-price-divider {
    color: #ffffff;
}

.pricing-area-five .single-price.active .pricing-price-divider {
    color: #ffffff;
}

.pricing-area-two .single-price.active .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-three .single-price.active .pricing-price-divider {
    color: #0D0B50;
}

.pricing-area-five .single-price:hover .pricing-price-divider {
    color: #010101;
}

.pricing-area-five .single-price.active .pricing-price-divider {
    color: #010101;
}

.single-price .pricing-time {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    text-transform: lowercase;
    line-height: 1;
    transition: all .4s ease;
}

.single-price:hover .pricing-time {
    color: #0D0B50;
}

.single-price.active .pricing-time {
    color: #0D0B50;
}

.pricing-area-two .single-price .pricing-time {
    color: #0D0B50;
}

.pricing-area-two .single-price:hover .pricing-time {
    color: #0D0B50;
}

.pricing-area-four .single-price:hover .pricing-time {
    color: #ffffff;
}

.pricing-area-four .single-price.active .pricing-time {
    color: #ffffff;
}

.pricing-area-two .single-price.active .pricing-time {
    color: #0D0B50;
}

.pricing-area-three .single-price.active .pricing-time {
    color: #0D0B50;
}

.pricing-area-five .single-price:hover .pricing-time {
    color: #010101;
}

.pricing-area-five .single-price.active .pricing-time {
    color: #010101;
}

.single-price ul {
    padding: 0.5em 0;
}

.single-price ul li {
    font-size: 17px;
    line-height: 32px;
    color: #ffffff;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 300;
    margin-bottom: 0.1em;
    transition: all .4s ease;
}

.single-price:hover ul li {
    color: #2F3039;
}

.single-price.active ul li {
    color: #2F3039;
}

.pricing-area-two .single-price ul li {
    color: #0D0B50;
}

.pricing-area-two .single-price:hover ul li {
    color: #0D0B50;
}

.pricing-area-four .single-price:hover ul li {
    color: #ffffff;
}

.pricing-area-four .single-price.active ul li {
    color: #ffffff;
}

.pricing-area-two .single-price.active ul li {
    color: #0D0B50;
}

.pricing-area-three .single-price.active ul li {
    color: #0D0B50;
}

.pricing-area-five .single-price:hover ul li {
    color: #010101;
}

.pricing-area-five .single-price.active ul li {
    color: #010101;
}

.single-price ul li:last-child {
    margin-bottom: 0;
}

.single-price .pricing-btn {
    font-size: 1.2em;
    color: #ffffff;
    border: 1px solid #69bcff;
    display: inline-block;
    padding: 18px 45px;
    line-height: 21px;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    transition: all .4s ease;

}

.pricing-area-two .single-price .pricing-btn {
    background: #f7ea00;
    border: 0;
    color: #010101;
    font-weight: 600;
}

.pricing-area-three .single-price.active .pricing-btn {
    background: #ffffff;
    border: 0;
    color: #010101;
    font-weight: 600;
}

.pricing-area-four .single-price .pricing-btn {
    background: #2196f3;
    border-color: transparent;
}

.pricing-area-five .single-price .pricing-btn {
    background: transparent;
    border: 1px solid #f7ea00;
    color: #ffffff;
}

.single-price.active {
    background: #FED47E;
}

.pricing-area-two .single-price.active {
    background: #f7ea00;
}

.pricing-area-three .single-price.active {
    background: #f7ea00;
}

.pricing-area-four .single-price.active {
    background: #2196f3;
}

.single-price.active .pricing-btn {
    background: #FFFFFF;
    color: #010101;
}

.single-price:hover {
    background: #FED47E;
}

.pricing-area-two .single-price:hover {
    background: #f7ea00;
}

.pricing-area-three .single-price:hover {
    background: #f7ea00;
}

.pricing-area-four .single-price:hover {
    background: #2196f3;
}

.pricing-area-five .single-price:hover {
    background: #f7ea00;
}

.pricing-area-five .single-price.active {
    background: #f7ea00;
}

.single-price:hover .pricing-btn {
    background: #ffffff;
    color: #000000;
    border: 0;
}

.pricing-area-two .single-price.active .pricing-btn {
    background: #ffffff;
    color: #000;
}

.pricing-area-three .single-price .pricing-btn {
    border-color: #f7ea00;
}

.pricing-area-four .single-price.active .pricing-btn {
    background: #ffffff;
    color: #010101;
}

.pricing-area-five .single-price.active .pricing-btn {
    background: #ffffff;
    color: #010101;
    border-color: transparent;
}

/* =====================================
    16. sales-docs-contac
======================================== */
#sales-docs-contact{
    padding: 100px 0px 40px 0px;
    background: #17171b;
    color: #ffffff;
}


/* ================================
    17. Footer Styles
=================================== */
#footer-area {
    padding: 140px 0;
    background: #16171d;
}

#footer-area.footer-area-four {
    background: #0a000a;
}


.footer-social {
    margin-bottom: 30px;
}

.footer-social li {
    display: inline-block;
    margin-left: 30px;
}

.footer-social li:first-child {
    margin-left: 0;
}

.footer-social li a {
    font-size: 22px;
    color: #ffffff;
    transition: all .4s ease;
}

.footer-social li a:hover {
    color: #69bcff;
}


.footer-area .footer-social li a:hover {
    color: #2196f3;
}



.footer-right p {
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
}

/* =============================
       18. ScrollUp Styles
===-============================ */
#scrollUp {
    background: #69bcff;
    right: 30px;
    bottom: 0px;
    color: #000000;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 30px;
}



#home-four #scrollUp {
    background: #2196f3;
    color: #ffffff;
}




/* ===============================
    19. Prelaoder Styles
================================== */
#preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11111;
    background: #010101;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 25% auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}