/* [Master Stylesheet] */


/* --------------------------------------------
:: Template Name: Kitty - One Page Parallax
:: Template Author: Classy Theme
:: Template Author URI: https://themeforest.net/user/classy-theme/portfolio
:: Version: v1.0
-------------------------------------------- */


/* ------------------------------------
  [Table of Contents]
    
    * Google Fonts
    * Include Third Party CSS Library
        + Bootstrap CSS
        + Animate CSS
        + Classynav CSS
        + Magnific Popup CSS
        + Owl Carousel CSS
        + Font Awesome CSS
        + Pe Icon 7 Stroke CSS
        + Themify Icons CSS
        + Rain CSS
    * Core Styles
        + Base CSS
        + Header Area CSS
        + Welcome Area CSS
        + Slider Area CSS
        + Form Area CSS 
        + Video Area CSS 
        + Product Area CSS 
        + Blog Area CSS 
        + Opportunity Area CSS 
        + Feature Area CSS  
        + Price Table Area CSS 
        + Product Details Area CSS
        + Poetfolilo Area CSS
        + Testimonial Area CSS 
        + Cool Facts Area CSS
        + Our Team Area CSS 
        + Subscribe Area Area CSS  
        + FAQ Area CSS
        + Call To Action Area CSS
        + Footer Area CSS
        + Dark Version Area CSS
        + Header Subscribe Area CSS   
        + Transparent Menu CSS  
        + Gradient Versone Area CSS  
        + Breadcrumb Area CSS 
        + Blog Area CSS 
        + Coming Soon Area CSS
------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,500,600,700&display=swap');
@import 'css/bootstrap/bootstrap.min.css';
@import 'css/plugins/animate.css';
@import 'css/classy-nav.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
================ */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    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: #0984e3;
    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: 40px;
    font-size: 24px;
    right: 50px;
    width: 40px;
    background-color: #0984e3;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 37px;
    border-radius: 40px;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
}

li {
    /* list-style: initial; */
    /* list-style-position: outside; */
    /* margin-left: 1em; */
    list-style-type: initial !important;
    list-style-position: inside !important;
    /* padding: 10px 0 10px 20px; */
    /* text-indent: -2em; */
}

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.7);
}

.bg-overlay1by3:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-overlay1by4:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.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;
    transition-duration: 500ms;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.sing-up-button a {
    background-color: #f2f4f8;
    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 {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.dark.classy-nav-container {
    background-color: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.classy-nav-container.classy-sticky {
    background-color: #0984e3;
}

.classy-nav-container.classy-sticky img {
    content: url("img/data-science/logos/Data\ science\ logo\ white\ .png");
    width: 101px;
    height: 67.5px;
}

.dark .classynav ul li .megamenu {
    background-color: #0984e3;
}

.dark .classynav ul li .dropdown {
    background-color: #0984e3;
}

.dark.classy-nav-container a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.dark .classynav ul li .dropdown li a {
    font-weight: 400;
}

.dark.breakpoint-on .classy-navbar .classy-menu {
    background-color: #0984e3;
}

.dark .classynav ul li.megamenu-item ul li a {
    border-bottom: none;
    font-weight: 400;
}

.navbar-brand-logo {
    font-size: 24px !important;
    color: #fff !important;
}

.dark.breakpoint-on .classynav>ul>li>a {
    background-color: #0984e3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5,
.dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4,
.dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-right: none;
}

.classy-navbar {
    padding: 0;
    height: 90px;
}

.nav-brand {
    max-width: 120px;
}

.classy-btn {
    background-color: rgba(108, 92, 231, 0.9);
}

.classynav ul li.megamenu-item>a:after,
.classynav ul li.has-down>a:after {
    color: #fff;
}

.breakpoint-on .classynav ul li a {
    padding: 0 15px;
}


/* ====================
:: 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;
}

#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 {
    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;
}

.welcome_area {
    position: relative;
    z-index: 1;
}

.snow-content-text-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.welcome-text.studio>h2 {
    font-size: 52px;
    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: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.welcome-text.studio>a {
    height: 46px;
    min-width: 140px;
    background-color: #0984e3;
    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 #0984e3;
    -webkit-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%;
}

.welcome_area_content_business {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-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;
}

.welcome-text.static>h2 {
    font-size: 62px;
    font-weight: 700;
}

.welcome-text.account>h2 {
    font-size: 60px;
    text-transform: capitalize;
}

.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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-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: #0984e3;
}

.cd-headline.rotate-1 b.is-visible {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.cd-headline.rotate-1 b.is-visible {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -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;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    65% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    65% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    65% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    65% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.welcome-text-home-1 {
    background-color: #0984e3;
    -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;
    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: 48px;
    min-width: 170px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    padding: 0 30px;
    font-size: 14px;
    border-radius: 70px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    background-color: #0984e3;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.welcome-text.studio a:hover,
.blink-btn:hover,
.blink-btn:focus {
    background-color: #fff;
    color: #0984e3;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
}

.blink-btn.white-btn {
    color: #0984e3;
    background-color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.welcome-text.youtube>h2,
.welcome-text.youtube>p,
.welcome-text.local>h2,
.welcome-text.local>p {
    color: #fff;
}

.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;
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.1);
}

.watch-preview .video_button>i {
    background: #fff;
    height: 30px;
    width: 30px;
    color: #0984e3;
    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;
}

.welcome-text.dark>h2 {
    font-size: 72px;
}

.welcome-text.dark>p {
    font-weight: 300;
}

.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 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;
}

.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;
    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;
}

.welcome-text.fullwidth-verson>h2 {
    font-size: 120px;
    font-weight: 700;
}

.welcome-text.vimeo>p {
    color: #fff;
}

.welcome-text.vimeo>h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 100px;
}

.welcome-text.local>h2 {
    font-size: 120px;
    font-weight: 900;
}

.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 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: #0984e3;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 43%;
    z-index: 4;
}

#emailHelp {
    padding: 0 30px;
}


/* ====================
:: 6.0 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: #0984e3;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-weight: 800;
    box-shadow: 4px 5px 50px rgba(0, 0, 0, 0.15);
    display: inline-block;
    text-align: center;
}


/* ====================
:: 7.0 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: #f2f4f8;
    padding: 15px 20px;
    border-radius: 0 3px 3px 0;
    border-left: 5px solid #0984e3;
}

.about-text>p {
    margin-bottom: 25px;
    font-size: 15px;
}

.feature--content-area,
.product-thumbnail-area {
    width: calc(50% - 15px);
    display: inline-block;
    float: left;
}

.feature--content-area {
    margin-right: 15px;
}

.product-thumbnail-area {
    position: relative;
    z-index: 1;
    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: #0984e3;
    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;
    transition-duration: 500ms;
    display: inline-block;
}

.single_feature:hover .feature_icon>i {
    background-color: #0984e3;
}

.single-feature-area>i {
    font-size: 50px;
    margin-bottom: 15px;
    color: #0984e3;
}

.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%);
    transform: translateY(-50%);
}


/* ====================
:: 8.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: #0984e3;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    padding: 6px 12px;
}

.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: 20px;
    margin-bottom: 8px;
}

.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;
}


/* ==========================
:: 9.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: 48px;
    font-size: 3rem;
}


/* ======================
:: 10.0 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: #0984e3;
    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;
}


/* =========================
:: 11.0 Price Table Area CSS  
========================= */

.package_text>h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.package_text>h4 {
    font-size: 40px;
    color: #0984e3;
    font-weight: 600;
    margin-bottom: 0;
}

.single_price_plan {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.single_price_plan:hover,
.single_price_plan:focus {
    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: #0984e3;
    font-weight: 700;
    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;
}


/* =============================
:: 12.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: 48px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}

.content-section-text>p {
    color: #fff;
    margin-bottom: 15px;
}

.content-area {
    background: #0984e3;
}

.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;
}


/* =============================
:: 13.0 Poetfolilo Area CSS
============================= */

.gallery_menu .portfolio-menu button {
    background-color: transparent;
    box-shadow: none;
    color: #777;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    -webkit-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;
    transition-duration: 4000ms;
    width: 100%;
}

.portfolio_gallery_iteam:hover img {
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
}

.single_content,
.border-layer {
    background-color: rgba(9, 132, 227, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    opacity: 0;
}

.border-layer {
    background-color: transparent;
}

.portfolio_gallery_iteam:hover .single_content,
.portfolio_gallery_iteam:hover .border-layer {
    background-color: rgba(9, 132, 227, 0.7);
    opacity: 1;
}

.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;
    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;
    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;
    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;
    transition-duration: 750ms;
}

.portfolio_gallery_iteam:hover .border-layer:after {
    height: calc(100% - 50px);
}

.project_title>a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
}

.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;
}


/* =============================
:: 14.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);
    transform: scale(0.8);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.center .testimonial-description {
    background-color: #0984e3;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.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: #0984e3;
    border-color: transparent;
}

.partners-slides.owl-carousel .owl-item>img {
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
}


/* =============================
:: 15.0 Cool Facts Area CSS
============================= */

.cool_fact_detail>h3 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
    margin-top: 15px;
}

.single_cool_fact {
    margin-bottom: 50px;
}

.cool_fact_detail>h2 {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.cool_fact_icon>i {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.cool_facts_do_area {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
    width: 100%;
}


/* =============================
:: 16.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: #0984e3;
    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;
    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;
}


/* =============================
:: 17.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;
}


/* =============================
:: 18.0 FAQ 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: #0984e3;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.support_text>h4>a {
    height: 40px;
    min-width: 130px;
    background-color: #0984e3;
    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: #0984e3;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
}


/* =============================
:: 19.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;
}


/* =============================
:: 20.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;
    transition-duration: 500ms;
    font-weight: 400;
    font-size: 14px;
}

.footer-menu>li>a:hover {
    color: #0984e3;
}

.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: #0984e3;
    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;
    transition-duration: 500ms;
    display: inline-block;
    font-size: 13px;
}

.social_links_area>a:hover {
    color: #0984e3;
}

.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;
    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: #0984e3;
}

.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: #0984e3;
}

.contact-info a {
    margin-bottom: 30px;
    color: #3a3a3a;
    font-size: 15px;
}

#googleMap iframe {
    width: 100%;
    height: 450px;
    border: none;
}


/* =============================
:: 21.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;
}


/* =============================
:: 22.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;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe--area form>button {
    width: 150px;
    background-color: #0984e3;
    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;
}


/* =============================
:: 23.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;
}


/* =============================
:: 24.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: linear-gradient(to right, #5E35B1, #800080);
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}


/* =============================
:: 25.0 Breadcrumb 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: capitalize;
    margin-bottom: 0;
    font-size: 40px;
}

.breadcrumb>li {
    display: inline-block;
}


/* ===================
:: 26.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;
    font-size: 20px;
}

.search_post>form input {
    border: 1px solid #dadada;
    height: 40px;
    margin-bottom: 30px;
    padding: 5px 15px;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 14px;
}

.single_sidebar ul li>a,
.catagory_section ul li>a {
    color: #2c3e50;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
}

.single_latest_post {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.single_latest_post>img {
    left: 0;
    position: absolute;
    top: 0;
    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: #0984e3;
    color: #fff;
}

.blog_text.single-page>h4 {
    font-size: 15px;
}

.blog_single_content {
    border: 1px solid #eeeeee;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    margin-bottom: 30px;
}

.blog_single_content:hover {
    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 {
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 8px;
    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: 0 0 15px 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;
    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: 14px;
    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);
    transform: skew(-45deg, 45deg);
    width: 20px;
    z-index: -1;
}

.singl-blog-title h3 {
    color: #2c3e50;
    margin: 0;
    padding: 30px 0;
}

.singl-blog-status-bar {
    background: #f6f6f6 none repeat scroll 0 0;
    border-left: 5px solid #0984e3;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.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;
}

.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: #0984e3;
    border-radius: 50%;
    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: #4a7aec;
    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%;
}


/* =============================
:: 27.0 Coming Soon Area CSS 
============================= */

.comingsoon_area {
    padding-top: 300px;
    padding-bottom: 300px;
}

.cooming_soon_content {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 80px 30px;
    display: block;
}

#clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #fff;
    font-size: 48px;
}

#clock span {
    font-size: 20px;
    display: block;
}

.subscribe_bar>p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 40px;
}

.social_share_area>a>i {
    color: #fff;
    font-size: 24px;
    margin: 0 20px;
    height: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 50%;
    line-height: 60px;
    -webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
}

.social_share_area>a>i:hover {
    background-color: #2ecc71;
}

.text-primary {
    color: #0984e3 !important;
}

.service-card :hover {
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.1);
}

#img-companies div.owl-item {
    /* width: auto !important; */
    /* height: auto; */
    /* max-height: 200px; */
}

#img-companies img {
    /* width: auto !important;
    max-width: 300px; */
    /* height: auto;
    max-height: 150px; */
    /* height: 100%;*/
    border: 0 !important;
}

.default-li {
    list-style-position: outside !important;
}


/* animated circle */

.circle-wrapper {
    position: relative;
    width: 240px;
    height: 240px;
}

.circle-zero:before {
    content: "";
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    width: 168px;
    height: 2px;
    left: -60%;
    top: 50%;
    transform: rotate(45deg);
    z-index: -2;
}

.circle-zero {
    background: #3dbdf9;
    border-radius: 50%;
    box-shadow: 0px 3px 7px .7px rgba(0, 0, 0, .5);
    box-sizing: content-box;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 35%;
    left: 35%;
}

.circle-zero:after {
    content: "";
    background: rgba(21, 167, 235, .7);
    position: absolute;
    width: 18px;
    height: 1.5px;
    left: -92%;
    top: 51%;
    transform: rotate(90deg);
    animation: circle-move 10s ease infinite;
}

.circle-one:before {
    content: "";
    background: rgba(21, 167, 235, .7);
    border-radius: 50%;
    position: absolute;
    width: 4px;
    height: 4px;
    right: -56%;
    top: 45%;
    animation: circle-move 10s ease infinite;
}

.circle-one {
    border: 15px solid;
    border-color: rgba(21, 167, 235, .7) rgba(21, 167, 235, .7) transparent transparent;
    border-radius: 50%;
    box-sizing: content-box;
    height: 98px;
    width: 98px;
    position: absolute;
    top: 25%;
    left: 25%;
    z-index: -1;
    animation: circle-move 10s ease infinite;
}

.circle-one:after {
    content: "";
    background: #0984e3;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    left: -56%;
    top: 48%;
    animation: circle-move 10s ease infinite;
}

.circle-two {
    background: rgba(0, 0, 0, .017);
    border: 25px solid;
    border-color: rgba(255, 255, 255) transparent transparent;
    border-radius: 50%;
    box-shadow: 15px 0 25px -20px rgba(0, 0, 0, 0.65);
    box-sizing: content-box;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 22%;
    left: 22%;
    z-index: -2;
    animation: circle-move 14s ease infinite;
}

.circle-three {
    background: rgba(0, 0, 0, .012);
    border: 2px solid;
    border-color: #ffffff transparent;
    border-radius: 50%;
    box-sizing: content-box;
    height: 168px;
    width: 168px;
    position: absolute;
    z-index: -3;
    top: 15%;
    left: 15%;
    animation: circle-move 15s ease infinite;
}

.circle-shadow {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    filter: blur(2px);
    height: 20px;
    width: 160px;
    position: absolute;
    top: 100%;
    left: 18%;
}

@keyframes circle-move {
    0% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}