/* [Master Stylesheet] */

/* --------------------------------------------
:: Template Name: Blink - One Page Parallax
:: Template Author: Designing World
:: Template Author URI: https://themeforest.net/user/designing-world/portfolio
:: Description: Blink is a one page based Business Template. It's very clean, creative & beautiful. It's super responsive & ultra light.
:: Tags: Blink, Business Template,  Bootstrap 4, HTML Template, HTML5 Template.
:: Version: v1.0.0
:: Last Updated: 02/22/2018
-------------------------------------------- */

/* -----------  Index of CSS ---------
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Welcome Area CSS
:: 4.0 Welcome Slider Area CSS
:: 5.0 Welcome Form Area CSS 
:: 6.0 Welcome Video Area CSS
:: 7.0 About Product Area CSS
:: 8.0 Product Area CSS
:: 9.0 Blog Area CSS
:: 10.0 Opportunity Area CSS
:: 11.0 More feature Area CSS
:: 12.0 Price Table Area CSS 
:: 13.0 Product Details Area CSS
:: 14.0 Our Creative Poetfolilo
:: 15.0 Testimonial  Area CSS 
:: 16.0 Cool Facts Area CSS Start
:: 17.0 Our Team Area CSS
:: 18.0 Subscribe Area Area CSS
:: 19.0 Frequently Asked Question Area CSS 
:: 20.0 Call To Action Area CSS 
:: 21.0 Footer Area CSS 
:: 22.0 Dark Version Area CSS 
:: 23.0 Left Side Menu Area CSS 
:: 24.0 close - open Area CSS 
:: 25.0 Header Subscribe Area CSS 
:: 26.0 Transparent Menu CSS 
:: 27.0 Gradient Versone Area CSS 
-------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/plugins/animate.css';
@import 'css/plugins/magnific-popup.css';
@import 'css/plugins/owl.carousel.min.css';
@import 'css/font-awesome.min.css';
@import 'css/pe-icon-7-stroke.css';
@import 'css/themify-icons.css';
@import 'css/plugins/rain.css';

/* -------------------
:: 1.0 Base CSS Start
------------------ */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3a3a3a;
}


#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spinner {
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #eb4034;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.section_padding_90_100 {
    padding-top: 90px;
    padding-bottom: 100px;
}

.section_padding_90_0 {
    padding-top: 90px;
    padding-bottom: 0px;
}

.section_padding_90_50 {
    padding-top: 90px;
    padding-bottom: 50px;
}

.section_padding_90_70 {
    padding-top: 90px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section_padding_100_60 {
    padding-top: 90px;
    padding-bottom: 60px;
}

.section_padding_200_100 {
    padding-top: 200px;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 50px;
    width: 40px;
    background-color: #eb4034;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 37px;
    border-radius: 0;
    -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
}

li {
    list-style: none;
}

p {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

.section-heading > h2 {
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 20px;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading > p {
    max-width: 650px;
    margin: auto
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay1by2,
.bg-overlay1by3,
.bg-overlay1by4,
.bg-w-overlay1by1,
.bg-w-overlay1by2,
.bg-w-overlay1by3,
.bg-b-overlay1by3 {
    position: relative;
    z-index: 1;
}

.bg-overlay1by2::after,
.bg-overlay1by3::after,
.bg-overlay1by4::after,
.bg-w-overlay1by2::after,
.bg-w-overlay1by3::after,
.bg-w-overlay1by4::after,
.bg-b-overlay1by3::after,
.bg-b-overlay1by4::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay1by2::after {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-overlay1by3::after {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-overlay1by4::after {
    background-color: rgba(0, 0, 0, 0.9);
}

.bg-w-overlay1by2::after {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-w-overlay1by3::after {
    background-color: rgba(255, 255, 255, 0.7);
}

.bg-w-overlay1by4::after {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-b-overlay1by3::after {
    background-color: rgba(9, 132, 227, 0.95);
}

.bg-b-overlay1by4::after {
    background-color: rgba(9, 132, 227, 0.60);
}

.blink-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.blink-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.bg-gray {
    background-color: #f2f4f8;
}

#success_fail_info .success,
#success_fail_info .error {
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.btn:hover {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.sing-up-button a {
    background-color: #eb4034;
    border-radius: 6px;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    margin-left: 50px;
    color: #7b7b7b;
}

.sing-up-button a:hover,
.sing-up-button a:focus {
    background-color: #fff;
    color: #7b7b7b;
}

.overflow-visible {
    overflow: visible !important;
}

.height-500 {
    height: 500px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-900 {
    height: 900px;
}

.height-1000 {
    height: 1000px;
}

/* -------------------
:: 2.0 Header Area CSS
------------------ */

.header_area {
    left: 0;
    width: 100%;
    top: 0;
    position: fixed;
    height: 90px;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
}

.menu_area .navbar-brand {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.menu_area #nav .nav-link {
    color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 15px;
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
}

.menu_area #nav ul li > a:hover {
    color: #f2f4f8;
}

.dropdown-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.dropdown-item:hover {
    color: #eb4034;
    background-color: #f7f7f9;
}

.header_area.header-light {
    background-color: rgba(255, 255, 255, 0.3);
}

.header_area.header-light.sticky {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.menu_area #nav .nav-item.active .nav-link {
    color: #eb4034;
}

.header-light .menu_area #nav .nav-link {
    color: #222;
}

.header-light .menu_area .navbar-brand,
.header-light .menu_area #nav .nav-link:hover,
.header-light .menu_area #nav .nav-link:focus,
.header-light .menu_area #nav .nav-item.active .nav-link {
    color: #eb4034;
}

/* Sticky CSS */

.header_area.sticky,
.header_area.bg-transparent.sticky {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.95) !important;
}

.dark-version .header_area.sticky {
    -webkit-box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}

/* --------------------
:: 3.0 Welcome Area CSS 
------------------- */

.watch-preview a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.wellcome_area.dark.welcome--video-area,
.subscribe--area,
.welcome_area {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

/* ----- particless CSS ----- */

#particles-js {
    height: 900px;
    width: 100%;
    position: relative;
    z-index: 1;
}

#particles-js canvas.particles-js-canvas-el {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* ----- Fullwidth Ligth ----- */

.fullwidth {
    height: 100vh;
}

.welcome_area.fullwidth.light,
.welcome_area.fullwidth.dark {
    position: relative;
    z-index: 1;
}

.menu_area #nav .nav-link.light,
.navbar-brand.light,
.welcome-text.light > h2,
.welcome-text.light > p {
    color: #333;
}

.welcome-text.light > h2 {
    font-size: 60px;
}

/* ----- Snow Verson ----- */

.welcome_area {
    position: relative;
    z-index: 1;
}

.snow-content-text-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

/* ----- Studio Verson ----- */

.welcome-text.studio > h2 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 15px;
}

.welcome-text.studio > h2 > span {
    font-weight: 500;
}

.welcome-text.studio > p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.welcome-text h2 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 20px;
}

.welcome-text-home-1 h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.welcome-text.studio > a {
    height: 46px;
    min-width: 140px;
    background-color: #eb4034;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 42px;
    font-weight: 400;
    margin-top: 20px;
    border-radius: 22.5px;
    color: #fff;
    letter-spacing: 1px;
    border: 2px solid #eb4034;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 20px;
}

.welcome-text.big-text > h2 {
    font-size: 100px;
    font-weight: 600;
}

.welcome_area.small_size {
    height: 600px;
    width: 100%;
}

.wellcome_area.welcome--video-area.small_size {
    height: 600px;
    width: 100%;
}

/* ----- business ----- */

.welcome_area_content_business {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.welcome_text_business {
    background: rgba(108, 92, 231, 0.8);
    padding: 40px 20px;
    text-align: center;
    width: 700px;
    max-width: 100%;
}

.welcome_text_business::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.welcome_text_business > h6 {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 15px;
}

.welcome_text_business > h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 15px;
}

.welcome_text_business > p {
    color: #fff;
    margin-bottom: 20px;
}

/* ----- Static Image ----- */

.welcome-text.static > h2 {
    font-size: 62px;
    font-weight: 700;
}

/* ----- Accounting ----- */

.welcome-text.account > h2 {
    font-size: 60px;
    text-transform: capitalize;
}

/* ----- headline ----- */

.welcome-text.cd-intro > h1 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 20px;
}

.cd-headline.rotate-1 .cd-words-wrapper {
    display: inline-block;
    -webkit-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #eb4034;
}

.cd-headline.rotate-1 b.is-visible {
    position: relative;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.cd-headline.rotate-1 b.is-visible {
    position: relative;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

/* ----- Index Default Verson ----- */

.welcome-text-home-1 {
    background-color: #eb4034;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 100px 70px;
    position: absolute;
    bottom: -100px;
    z-index: 10;
    left: 0;
    border-radius: 0 6px 6px 0;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.welcome-text-home-1 p,
.welcome-text p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.welcome-content {
    position: relative;
    z-index: 1;
}

.blink-btn {
    display: inline-block;
    height: 52px;
    min-width: 170px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-weight: 500;
    padding: 0 25px;
    font-size: 14px;
    border-radius: 70px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    background-color: #eb4034;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.welcome-text.studio a:hover,
.blink-btn:hover,
.blink-btn:focus {
    background-color: #fff;
    color: #eb4034;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
}

.blink-btn.white-btn {
    color: #eb4034;
    background-color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* ----- video CSS ----- */

.welcome-text.youtube > h2,
.welcome-text.youtube > p,
.welcome-text.local > h2,
.welcome-text.local > p {
    color: #fff;
}

/* ----- Signup form area CSS ----- */

.signup_form_area h5 {
    margin-bottom: 30px;
    padding: 0 5px;
    line-height: 1.5;
    font-size: 36px;
}

.signup_form_area input {
    height: 50px;
    border-radius: 30px;
    border: none;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.1);
}

/* ----- hoiday verson ----- */

.watch-preview .video_button > i {
    background: #fff;
    height: 30px;
    width: 30px;
    color: #eb4034;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 2px;
    display: inline-block;
}

.welcome-text.holiday > h2 {
    font-weight: 600;
    margin-bottom: 40px;
}

.welcome-text.holiday .watch-preview a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 0;
}

/* ----- Fullwidth Dark Verson ----- */

.welcome-text.dark > h2 {
    font-weight: 300;
    font-size: 72px;
}

.welcome-text.dark > p {
    font-weight: 300;
}

/* ----- Flying Bird Area CSS ----- */

.bird {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
    background-size: cover;
    width: 352px;
    height: 500px;
    -webkit-animation-name: fly-cycle;
    animation-name: fly-cycle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    -webkit-animation-timing-function: steps(10);
    animation-timing-function: steps(10);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@-webkit-keyframes fly-cycle {

    100% {
        background-position: -3600px 0;
    }

}


@keyframes fly-cycle {

    100% {
        background-position: -3600px 0;
    }

}

.welcome-text {
    position: relative;
    z-index: 2;
}

.bird {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* ---------------------------
:: 4.0 Welcome Slider Area CSS 
--------------------------- */

.wellcome_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.welcome_slides_area .welcome-text > h2,
.welcome_slides_area .welcome-text > p {
    color: #fff;
}


.welcome-text.h-landing > h2,
.welcome-text.h-landing > p {
    color: #fff;
}

/* -----  Slides CSS ----- */

.welcome_slides_area {
    overflow: hidden;
    cursor: move;
    position: relative;
    z-index: 1;
}

.welcome_slides_area .owl-prev,
.welcome_slides_area .owl-next {
    color: #fff;
    font-size: 118px;
    left: -100px;
    margin-top: -44px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 99;
}

.welcome_slides_area .owl-next {
    right: -100px;
    left: auto
}

.welcome_slides_area:hover .owl-prev {
    left: 15px;
}

.welcome_slides_area:hover .owl-next {
    right: 15px;
}

/* ----- fullwidth verson ----- */

.welcome-text.fullwidth-verson > h2 {
    font-size: 60px;
    font-weight: 700;
}

/* ----- vimeo video Dark ----- */

.welcome-text.vimeo > p {
    color: #fff;
}

.welcome-text.vimeo > h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 100px;
}

/* ----- Local Video ----- */

.welcome-text.local > h2 {
    font-size: 120px;
    font-weight: 900;
}

/* ------ Trail Welcome Area CSS ----- */

.trail-welcome-area {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.trail-welcome-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

/* --------------------------
:: 5.0 Welcome Form Area CSS 
------------------------ */

.header-form-area {
    height: 750px;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #f7f7f9;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.wellcome_area .subscribe_content > h2 {
    font-size: 52px;
}

.wellcome_area .email {
    height: 50px;
    width: 52%;
    padding: 0px 0px 0px 15px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    border: none;
}

.wellcome_area .submit {
    height: 50px;
    min-width: 130px;
    background: #eb4034;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 43%;
    z-index: 4;
}

#emailHelp {
    padding: 0 30px;
}

/* ---------------------------
:: 6.0 Welcome Video Area CSS 
--------------------------- */

.video_area {
    background-position: center center;
    background-size: cover;
}

.welcome_video_area {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.welcome_video_area > img {
    border-radius: 8px;
    width: 100%;
}

.video_play_btn {
    border-radius: 50%;
    height: 120px;
    left: 50%;
    line-height: 135px;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 120px;
}

.video_btn > i {
    color: #fff;
    font-size: 30px;
    background: #eb4034;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-weight: 800;
    -webkit-box-shadow: 4px 5px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 5px 50px rgba(0, 0, 0, 0.15);
    display: inline-block;
    text-align: center;
}

/* ---------------------------
:: 7.0 About Product Area CSS 
-------------------------- */

.about--content-area,
.about-thumbnail-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.about--content-area {
    padding-left: 30px;
    padding-right: 15px;
}

.about-text {
    width: 100%;
    max-width: 600px;
}

.about-text > h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.about-text > h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    background: #eb4034;
    padding: 15px 20px;
    border-radius: 0 3px 3px 0;
    border-left: 5px solid #eb4034;
}

.about-text > p {
    margin-bottom: 25px;
    font-size: 15px;
}

/* ---------------------
:: 8.0 Product Area CSS 
------------------- */

.feature--content-area,
.product-thumbnail-area {
    width: calc(50% - 15px);
    display: inline-block;
    float: left;
}

.feature--content-area {
    margin-right: 15px;
}

.product-thumbnail-area {
    background-size: cover;
    background-position: center center;
    margin-left: 15px;
}

.service-details-meta {
    width: 100%;
    max-width: 555px;
    float: right;
    padding-left: 15px;
    padding-right: 70px;
}

.single_feature {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_feature .feature_icon {
    margin-right: 30px;
}

.single_feature .single_feature_text {
    position: relative;
    z-index: 1;
}

.single_feature .single_feature_text > h2 {
    font-size: 70px;
    color: #eb4034;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    position: absolute;
    bottom: -15px;
    content: "";
    left: -20px;
}

.single_feature .feature_icon > i {
    background-color: #2c3e50;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    color: #ffffff;
    font-size: 40px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block;
}

.single_feature:hover .feature_icon > i {
    background-color: #eb4034;
}

.single-feature-area > i {
    font-size: 50px;
    margin-bottom: 15px;
    color: #eb4034;
}

.product-features-area {
    position: relative;
    z-index: 1;
}

.product-feature-thumb {
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    text-align: right;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* -------------------
:: 9.0 Blog Area CSS 
---------------- */

.blog_area {
    background-color: #f7f7f7;
}

.single_latest_news_area {
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.single_latest_news_text_area {
    padding: 30px 25px;
    background-color: #fff;
}

.single_latest_news_img_area {
    position: relative;
    z-index: 1;
}

.single_latest_news_img_area > a {
    background-color: #eb4034;
    height: 35px;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 100px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 0 6px 6px 0;
}

.single_latest_news_text_area > a {
    height: 40px;
    min-width: 100px !important;
    line-height: 40px;
    font-size: 13px;
}

.single_latest_news_text_area > a > h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single_latest_news_area .post-meta {
    margin-bottom: 15px;
}

.single_latest_news_area .post-meta a {
    font-size: 14px;
    margin-right: 10px;
    color: #444;
}

.single_latest_news_text_area > p {
    font-size: 14px;
    margin-bottom: 0;
}

/* -------------------------
:: 10.0 Opportunity Area CSS 
------------------------ */

.our-service-area {
    background: #f6f7f9;
}

.single-service {
    margin-bottom: 50px;
}

.our-service-area .section-heading > p {
    margin: auto;
}

.single-service > h5 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.single-service > p {
    margin-bottom: 0;
    font-size: 15px;
}

.single-service i {
    font-size: 54px;
    background: -webkit-linear-gradient(#eb4034, #eb4034);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --------------------------
:: 11.0 More feature Area CSS  
------------------------- */

.feature-content-area,
.feature-thumbnail-area {
    width: calc(50% - 15px);
    display: inline-block;
    float: left;
}

.feature-content-area {
    margin-right: 15px;
}

.feature-thumbnail-area {
    background-size: cover;
    background-position: center center;
    margin-right: 15px;
}

.service-details {
    width: 100%;
    max-width: 555px;
    float: left;
    padding-left: 85px;
}

.single_feature:last-child {
    margin-bottom: 0;
}

.single_feature {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_feature .feature_icon {
    margin-right: 30px;
}

.single_feature .single_feature_text {
    position: relative;
    z-index: 1;
}

.single_feature .single_feature_text > h2 {
    font-size: 70px;
    color: #eb4034;
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    position: absolute;
    bottom: 0;
    content: "";
    left: -5px;
}

.single_feature_text > h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.single_feature_text > p {
    font-size: 15px;
    margin-bottom: 0;
}

/* -------------------------
:: 12.0 Price Table Area CSS  
------------------------ */

.package_text > h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.package_text > h4 {
    font-size: 40px;
    color: #eb4034;
    font-weight: 600;
    margin-bottom: 0;
}

.single_price_plan {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.single_price_plan:hover,
.single_price_plan:focus {
    -webkit-box-shadow: 0 1px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.1);
}

.package_price {
    background-color: #f9f9f9;
    padding: 50px;
}

.package_price_text {
    background-color: #fff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: inline-block;
}

.package_description {
    padding: 40px;
}

.package_description > p {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.price_icon > i {
    background: #fff;
    border-radius: 50%;
    font-size: 50px;
    color: #eb4034;
    font-weight: 700;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 25px;
    display: inline-block;
}

/* -----------------------------
:: 13.0 Product Details Area CSS  
--------------------------- */

.service-details-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: hidden;
}

.video-text-icon > p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.content-section-text {
    padding-right: 30px;
    padding-left: 30px;
}

.content-section-text > h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}

.content-section-text > p {
    color: #fff;
    margin-bottom: 15px;
}

.content-area {
    background: #eb4034;
}

.service-details-area .video_area,
.service-details-area .content-area {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    position: relative;
    z-index: 1;
}

.content-details {
    max-width: 100%;
    padding-left: 30px;
}

.video-text-icon > a > i {
    color: #fff;
    font-size: 80px;
}

/* ----------------------------
:: 14.0 Our Creative Poetfolilo 
--------------------------- */

.gallery_menu .portfolio-menu button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    cursor: pointer;
}

.gallery_menu .portfolio-menu button:hover,
.gallery_menu .portfolio-menu button:active,
.gallery_menu .portfolio-menu button:focus {
    background-color: transparent;
    color: #111;
}

.gallery_menu .portfolio-menu button.active {
    color: #111;
}

.gallery_menu .portfolio-menu button.active:before {
    background-color: #111;
    width: 100%;
    height: 3px;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.portfolio-menu {
    margin-bottom: 30px;
}

.portfolio_gallery_iteam {
    position: relative;
    z-index: 1;
    width: 25%;
    float: left;
    overflow: hidden;
}

.portfolio_gallery_iteam > img,
.portfolio_gallery_item_home_3 > img {
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 4000ms;
    -o-transition-duration: 4000ms;
    transition-duration: 4000ms;
    width: 100%;
}

.portfolio_gallery_iteam:hover img {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

.single_content,
.border-layer {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.border-layer {
    background-color: transparent;
}

.portfolio_gallery_iteam:hover .single_content,
.portfolio_gallery_iteam:hover .border-layer {
    opacity: 0.8;
}

.single_content::before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    top: 25px;
    left: 25px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_iteam:hover .single_content::before {
    width: calc(100% - 50px);
}

.single_content::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 25px;
    right: 25px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_iteam:hover .single_content::after {
    width: calc(100% - 50px);
}

.border-layer::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    height: 0;
    width: 1px;
    bottom: 25px;
    left: 25px;
    z-index: 5;
    position: absolute;
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_iteam:hover .border-layer::before {
    height: calc(100% - 50px);
}

.border-layer::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    height: 0;
    width: 1px;
    top: 25px;
    right: 25px;
    z-index: 5;
    position: absolute;
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
}

.portfolio_gallery_iteam:hover .border-layer::after {
    height: calc(100% - 50px);
}


.project_title > a {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    min-width: 130px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.project_title > p {
    color: #fff;
    font-size: 14px;
    max-width: 250px;
    margin: 0 auto;
}

.project_title {
    margin-left: 0;
    text-align: center;
}

.portfolio_gallery_iteam.home_3 {
    width: 100%;
}

.project_title.home_3 > a {
    border-radius: 20px;
}


/* ---------------------------
:: 15.0 Testimonial  Area CSS 
------------------------- */

.testimonials-area {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimonial-description {
    position: relative;
    z-index: 2;
    background-color: transparent;
    padding: 70px 30px 30px 50px;
    border-radius: 6px;
    text-align: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0.5;
}

.center .testimonial-description {
    background-color: #eb4034;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.testimonial_image {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 9;
    margin-left: -40px;
}

.center .testimonial_image {
    height: 90px;
    width: 90px;
    top: 0;
}

.single-testimonial {
    padding-top: 45px;
}

.testimonial_image > img {
    border-radius: 50%;
    padding: 5px;
    background-color: #f2f4f8;
}

.star-icon > i {
    color: #ff9800;
    font-size: 18px;
}

.star-icon span {
    font-size: 12px;
}

.center .testimonial-description > p,
.center .star-icon span,
.center .testimonial-description > h5 {
    color: #fff;
}

.testimonial-description > h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.star-icon {
    margin-bottom: 10px;
}

.testimonials-area .section-heading > p {
    margin: auto;
}

.testimonials-area {
    position: relative;
    z-index: 3;
    padding: 100px 5%;
}

.testimonials-area .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #ebebeb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -40px;
}

.testimonials-area .owl-dots {
    width: 100%;
    height: auto;
    text-align: center;
}

.testimonials-area .owl-dot.active {
    background: #eb4034;
    border-color: transparent;
}

.partners-slides.owl-carousel .owl-item > img {
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
}

/* ------------------------------
:: 16.0 Cool Facts Area CSS Start
----------------------------- */

.cool_fact_detail > h3 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
    margin-top: 15px;
}

.single_cool_fact {
    margin-bottom: 50px;
}

.cool_fact_detail > h2 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.cool_fact_icon > i {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.cool_facts_do_area {
    background-size: cover;
    background-position: center center;
    background-color: #f2f4f8;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* ----------------------
:: 17.0 Our Team Area CSS  
--------------------- */

.our-team-area {
    background-color: #f2f4f8;
}

.our-team-area .section-heading > p {
    margin: auto;
}

.member-image {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.member-text > h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.member-image > img {
    border-radius: 30px;
    width: 100%;
}

.team-overlay-effect {
    position: absolute;
    top: 0;
    background-color: #eb4034;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-overlay-effect > a {
    color: #fff;
}

.single-team-member:hover .team-overlay-effect {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}

.member-text {
    padding: 0px 10px;
}

.member-text p {
    margin-bottom: 0;
    font-size: 14px;
}

.single-team-member {
    margin-bottom: 30px;
}

/* ----------------------------
:: 18.0 Subscribe Area Area CSS  
--------------------------- */

.subscribe_content,
.download_apps_content {
    margin-bottom: 30px;
}

.subscribe-area,
.download-apps-area {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.subscribe_content > h2,
.download_apps_content > h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 18px;
    line-height: 1.5;
    text-transform: capitalize;
}

.subscribe_content > p,
.download_apps_content > p {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.subscribe-area .email {
    height: 50px;
    width: 100%;
    padding: 0px 0px 0px 15px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    border: none;
    padding: 0 30px;
    font-size: 14px;
}

.subscribe-area .submit {
    margin-top: 15px;
}

.subscribe-area .download_app > a {
    padding: 10px;
}

.subscribe-area .download_app {
    margin-top: 30px;
}

.subscribe-form {
    position: relative;
    z-index: 1;
}

/* ----------------------------------------
:: 19.0 Frequently Asked Question Area CSS 
------------------------------------- */

.frequently_asked_question {
    background: #f2f4f8;
}

.frequently_asked_question .section-heading > p {
    margin: auto;
}

.single_faq > h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.single_faq > p {
    font-size: 15px;
    margin-bottom: 0;
}

.single_faq {
    margin-bottom: 50px;
}

.support_text > h4 {
    color: #eb4034;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.support_text > h4 > a {
    height: 40px;
    min-width: 130px;
    background-color: #eb4034;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 20px;
    margin-left: 15px;
    font-size: 15px;
}

.support_text > h4 > a:hover {
    background-color: #fff;
    color: #eb4034;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
}

/* ----------------------------
:: 20.0 Call To Action Area CSS  
--------------------------- */

.call-to-action-area {
    position: relative;
    z-index: 1;
    background-image: url(img/bg-img/welcome-9.jpg);
    background-position: center center;
    background-attachment: fixed;
}

.call-section-heading > h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 300;
}

/* --------------------
:: 21.0 Footer Area CSS  
------------------- */

.footer-area {
    background-color: #222;
    position: relative;
    z-index: 1;
}

.single_bottom_area h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.single_bottom_area p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.footer-menu > li > a {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 400;
    font-size: 14px;
}

.footer-menu > li > a:hover {
    color: #eb4034;
}

.form-control {
    font-size: 14px;
}

.contact_address_area .section_heading > h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.single_contact_area > p > i {
    margin-right: 10px;
    color: #eb4034;
    width: 15px;
}

.single_contact_area > p {
    font-size: 14px;
}

.social_links_area {
    margin-top: 15px;
}

.single_bottom_area > a {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
    font-size: 14px;
}

.single_bottom_area > a > i {
    width: 20px;
}

.copywrite_text p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

.bottom-footer-area {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.copywrite_text p a {
    color: #fff
}

.social_links_area > a {
    width: 25px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block;
    font-size: 13px;
}

.social_links_area > a:hover {
    color: #eb4034;
}

.contact_input_area .form-group input,
.contact_input_area .form-group select,
.contact_input_area .form-group textarea {
    border-radius: 0;
    height: 50px;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.contact_input_area .form-group textarea {
    height: 150px;
}

.contact_section_heading > h2 {
    font-size: 22px;
    margin-bottom: 25px;
}

.blink-contact-form-area {
    padding: 50px;
    background-color: #fff;
    position: relative;
    z-index: 100;
    top: -100px;
    left: 0;
}

.made_by_text > p > i {
    color: #eb4034;
}

.made_by_text > p,
.made_by_text > p > a {
    color: #fff;
}

.contact-info {
    padding: 15px 0;
    text-align: center;
}

.contact-info a > i {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    color: #eb4034;
}

.contact-info a {
    margin-bottom: 30px;
    color: #3a3a3a;
    font-size: 15px;
}

/* ----- Google Map ----- */

#googleMap {
    width: 100%;
    height: 450px;
}

/* --------------------------
:: 22.0 Dark Version Area CSS   
------------------------- */

.dark-version .header_area,
.dark-version .header-form-area,
.dark-version .subscribe--area,
.dark-version .blog_area,
.dark-version .about-area,
.dark-version .message_now_area,
.dark-version .feature-area,
.dark-version .more-feature-area,
.dark-version .service-details-area,
.dark-version .our-service-area,
.dark-version .work-process-area,
.dark-version .about-us-area,
.dark-version .collection_area,
.dark-version .our-team-area,
.dark-version .frequently_asked_question,
.dark-version .our_price_table,
.dark-version .our_creative_portfolio,
.dark-version .footer-contact-area,
.dark-version .welcome_area,
.dark-version .about-feature-area,
.dark-version .feature-area,
.dark-version .product-features-area,
.dark-version .bg-white,
.dark-version .testimonials-area,
.dark-version #preloader,
.dark-version .dropdown-menu {
    background-color: #131517!important;
}


.dark-version .gallery_menu .portfolio-menu button.active,
.dark-version .gallery_menu .portfolio-menu button {
    color: #fff;
}

.dark-version .gallery_menu .portfolio-menu button.active::before {
    background-color: #fff;
}

.dark-version .about-text > h6,
.dark-version .package_price {
    background-color: #131517;
}

.dark-version .sing-up-button a {
    color: #7b7b7b;
}

.dark-version .single_latest_news_text_area {
    background-color: #131517;
}

.dark-version .single_latest_news_area .post-meta a {
    color: #fff;
}

.dark-version .package_description > p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-version .background-pattern:after {
    display: none;
}

.dark-version .dropdown-item:hover {
    color: #000;
}

.dark-version .welcome_area {
    border-top: 1px solid #888;
}

.dark-version .header_area .menu_area .navbar-brand,
.dark-version .header_area .menu_area #nav .nav-link,
.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version .single-service i {
    color: #fff;
}

.dark-version p,
.dark-version a {
    color: #dddddd;
}

.dark-version .single-blog-post blockquote {
    background-color: #131517;
}

.dark-version .single-blog-post .post-headline > a {
    color: #ffffff;
}

/* ----------------------------
:: 23.0 Left Side Menu Area CSS   
--------------------------- */

.left-side-menu {
    position: fixed;
    width: 320px;
    height: 100%;
    background-color: #eb4034;
    z-index: 999;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.left-side-content {
    margin-left: 320px;
    position: relative;
    z-index: 1;
    width: calc(100% - 320px);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.left-side-logo > a {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
}

.left-side-menu .navbar-nav .nav-link {
    color: #fff;
}

/* --------------------------
:: 24.0 close - open Area CSS   
------------------------- */

.left-side-menu-hide-open > img {
    position: absolute;
    top: 20px;
    width: 60px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.left-side-menu .left-side-nav {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.left-side-menu-close .left-side-nav {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.left-side-menu-hide-open > .right-arrow-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1
}

.left-side-menu-close .left-side-menu {
    margin-left: -220px;
}

.left-side-menu-close .left-side-content {
    margin-left: 100px;
    position: relative;
    z-index: 1;
    width: calc(100% - 100px);
}

.left-side-menu-close .left-side-menu-hide-open > .right-arrow-btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.left-side-menu-close .left-side-menu-hide-open > .left-arrow-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* ------------------------------
:: 25.0 Header Subscribe Area CSS   
----------------------------- */

.subscribe--area {
    height: 800px;
    background-color: #f6f7f9;
    border-top: 1px solid #fff;
}

.subscribe--content h2 {
    font-size: 56px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.subscribe--content p {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    max-width: 600px;
    margin: auto;
}

.subscribe--area form {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.subscribe--area form > input {
    width: 80%;
    height: 70px;
    border: none;
    padding: 0 50px;
    border-radius: 80px;
    color: #838383;
    -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe--area form > button {
    width: 150px;
    background-color: #eb4034;
    height: 70px;
    border: none;
    border-radius: 80px;
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    position: absolute;
    right: 10%;
    cursor: pointer;
}

.welcome--video-area {
    height: 800px;
}

/* -------------------------
:: 26.0 Transparent Menu CSS  
------------------------ */

.header_area.transparent-menu {
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header_area.transparent-menu.sticky {
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #f6f7f9 !important;
}

.header_area.transparent-menu .navbar-brand,
.header_area.transparent-menu .menu_area #nav .nav-link {
    color: #fff;
}

.header_area.transparent-menu.sticky .navbar-brand,
.header_area.transparent-menu.sticky .menu_area #nav .nav-link {
    color: #000;
}

.dark-version .header_area.transparent-menu {
    background-color: transparent !important;
}

.dark-version .header_area.transparent-menu.sticky {
    background-color: #131517 !important;
}

.dark-version .header_area.transparent-menu.sticky .navbar-brand,
.dark-version .header_area.transparent-menu.sticky .menu_area #nav .nav-link {
    color: #fff;
}


/* ------------------------------
:: 27.0 Gradient Versone Area CSS  
------------------------------ */

.gradients-version .welcome_area::after,
.gradients-version .cool_facts_do_area::after,
.gradients-version .subscribe-area::after,
.gradients-version .download-apps-area::after,
.gradients-version .Subscribe_to_our_weekly::after,
.gradients-version .call-to-action-area::after,
.gradients-version .video_area::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    background: #5E35B1;
    background: -webkit-linear-gradient(to right, #5E35B1, #800080);
    background: -webkit-gradient(linear, left top, right top, from(#5E35B1), to(#800080));
    background: -webkit-linear-gradient(left, #5E35B1, #800080);
    background: -o-linear-gradient(left, #5E35B1, #800080);
    background: linear-gradient(to right, #5E35B1, #800080);
    opacity: 0.9;
}

/* =======================
:: 27.0 Breadcam Area CSS 
===================== */

.breadcumb_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 205px 5% 115px;
    height: 400px;
}

.breadcumb_area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.page_title > h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 40px;
}

.breadcrumb > li {
    display: inline-block;
}

/* ===================
:: 28.0 Blog Area CSS 
================== */

.menu_area.blog .navbar {
    padding: 0;
}

.search_post > h4,
.latest_post > h4,
.tag_section > h4,
.single_sidebar > h4 {
    color: #222;
    margin-bottom: 20px;
}

.search_post > form input {
    border: 1px solid #dadada;
    height: 40px;
    margin-bottom: 30px;
    padding: 5px 15px;
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_sidebar ul li > a,
.catagory_section ul li > a {
    border-bottom: 1px dashed #dadada;
    color: #2c3e50;
    display: block;
    padding: 5px 5px 10px;
    letter-spacing: 1px;
}

.single_latest_post {
    border-bottom: 1px dashed #dadada;
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.single_latest_post > img {
    left: 0;
    position: absolute;
    top: 15px;
    width: 90px;
    height: auto;
    z-index: 9;
}

.single_latest_post > a > h5 {
    margin: 0;
    color: #2c3e50;
    font-size: 16px;
}

.tag_section ul > li {
    display: inline-block;
    margin: 4px 2px;
}

.tag_section ul > li > a:hover {
    background-color: #eb4034;
    color: #fff;
}

.blog_text.single-page > h4 {
    font-size: 15px;
}

/* =======================
:: 29.0 Our Blog Area CSS 
===================== */

.blog_single_content {
    border: 1px solid #eeeeee;
    -webkit-transition-duration: 1000ms;
    -o-transition-duration: 1000ms;
    transition-duration: 1000ms;
    margin-bottom: 30px;
}

.blog_single_content:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.15);
}

.blog_image > img {
    width: 100%;
}

.blog_text {
    border: 1px solid #eeeeee;
    padding: 30px;
}

.blog_text > h5 {
    font-weight: 500;
    color: #232323;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 24px;
}

.blog_text > p {
    font-size: 15px;
    color: #979797;
    text-transform: capitalize;
    line-height: 1.9;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    margin-bottom: 30px;
}

.blog_single_content.dark,
.blog_text.dark {
    border: none;
}

.blog_text ul.blog-author {
    margin: 30px 0 35px 0;
    padding: 0;
}

.blog_text ul.blog-author li {
    display: inline-block;
}

.blog_text ul.blog-author li a {
    color: #232323;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.blog_text ul.blog-author li a .fa {
    margin-right: 5px;
}

.tag_section ul > li > a {
    background: #232323;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 0;
    margin: 2px 20px 10px 1px;
    padding: 20px;
    position: relative;
    height: 20px;
}

.tag_section ul > li > a::before,
.tag_section ul > li > a::after {
    content: "";
    position: absolute;
}

.tag_section ul > li > a::before {
    background-color: inherit;
    height: 20px;
    right: -10px;
    top: 10px;
    -webkit-transform: skew(-45deg, 45deg);
    -ms-transform: skew(-45deg, 45deg);
    transform: skew(-45deg, 45deg);
    width: 20px;
    z-index: -1;
}

/* ==========================
:: 21.0 Blog Details Area CSS 
========================= */

.singl-blog-title h3 {
    color: #2c3e50;
    margin: 0;
    padding: 30px 0;
}

.singl-blog-status-bar {
    background: #f6f6f6 none repeat scroll 0 0;
    border-left: 10px solid #eb4034;
    margin-bottom: 30px;
    position: relative;
}

.singl-blog-status-bar span {
    display: inline-block;
    padding: 20px;
    font-size: 14px;
}

.singl-blog-status-bar span i {
    color: #354b60;
    font-size: 16px;
    margin-right: 10px;
}

.singl-blog-status-bar span > a {
    color: #888;
}

.singl-blog-details p {
    margin: 0;
    padding-bottom: 25px;
}

.share-links {
    padding: 15px 0;
}

.tag-share {
    overflow: hidden;
}

.blog-tag {
    padding: 9px 0;
}

.blog-share button {
    margin: 0 5px;
}

.blog-share button.like {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #888;
    font-size: 10px;
    padding: 10px 0;
}

.blog-share button.like span {
    background: #888 none repeat scroll 0 0;
    font-size: 10px;
    margin: 0 20px;
}

.border-left {
    border-left: 1px solid #e5e5e5;
}

.contact-form-title h4 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 18px;
    margin-bottom: 35px;
}

.blog_comment_form #message {
    height: 238px;
    border-radius: 0;
    padding: 20px 0 0 12px;
}

.singl-blog-post figure {
    margin: 0;
}

.blog-details {
    text-align: left;
}

.singl-blog-status-bar > span:nth-child(4) {
    float: left;
}

.social-links {
    display: inline-block;
    padding-left: 14px;
    margin: 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
}

.social-links li > a {
    display: block;
}

.social-links li > a > i {
    background-color: #eb4034;
    border-radius: 50%;
    -webkit-box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
    font-size: 12px;
}

.share-promt {
    color: #888;
    font-size: 14px;
    line-height: 16px;
}

.single_related_post_area {
    padding: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.related_post_thumb {
    left: 15px;
    position: absolute;
    top: 15px;
    width: 150px;
    z-index: 5;
}

.related_post_content {
    padding-left: 165px;
}

.related_post_content > p {
    margin: 10px 0 0;
}

.post_admin_content > p {
    font-size: 14px;
}

.comment-wrapper {
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.comment-meta {
    border-radius: 50%;
    height: 100px;
    left: 15px;
    position: absolute;
    top: 4px;
    width: 100px;
    z-index: 9;
}

.comment-content {
    padding: 0 0 0 115px;
}

.comment-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.comment-reply {
    color: #eb4034;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.comment-author > img {
    border-radius: 50%;
}

.comment-author a {
    color: #888;
    font-size: 60%;
    text-transform: capitalize;
}

ul.children .comment-content {
    padding: 0 0 0 115px;
}

.single-image > img {
    width: 100%;
}

.blog_image > img {
    width: 100%;
}

.logo {
    max-height: 60px;
}

.logo2 {
    max-height: 200px;
}
.ls {
    letter-spacing: -6px;
}