/*
Theme Name: CSVAPP
Theme URI: 
Author Name: Percula Theme
Author URI: http://perculatheme.com
Version: 1.0
====================================================
Table of Contents
====================================================
-  Pre Loader
-  Nav Style
   -- Default Home Page Nav Style
   -- Home blue Page Nav Style
-  Hero Section
   -- Default Hero Section
   -- Home blue Hero Section
   -- Home video Hero Section
   -- Home Fixed Hero Section
-  About Section
   -- Default About Section
   -- Home blue About Section
-  features Section
   -- Default features Section
   -- Home blue features Section
   -- Home Video features Section
-  Overview Section
    -- Default Overview Section 1
    -- Default Overview Section 2
    -- Home Oeange Overview Section 
    -- Home Video Overview Section 
-  Subscribe Section
    -- Default Subscribe Section
    -- Home blue Subscribe Section
    -- Home Video Subscribe Section
-  Team Section
    -- Default Team Section
    -- Home blue Team Section
    -- Home Video Team Section
-  Pricing Section
    -- Default Pricing Section 1
    -- Default Pricing Section 2
    -- Home blue Pricing Section
-  User's Story
    -- Default User's Story
    -- Home blue User's Story
- App Store Section
- Blog Section
- Home blue Blog Sections
- Contact Section
    -- Default Contact Top
    -- Default Contact form
- Footer Section
    -- Default Footer Section 
    -- Home blue Contact Section
    -- Home Video Contact Section
- Blog Page
- Single Page
- Blog Masonry Page
- Contact Page
- Comming Soon Page
- Error Page
==============================================
*/


/* 
----------------------------------------------
-  Pre Loader
----------------------------------------------
*/

.preloader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #e85c19;
    z-index: 1000000;
    text-align: center;
    display: table;
}
.preloader-inside {
    position: relative;
    height: auto;
    width: 200px;
    margin-top: 300px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    color: #fff;
}
.preloader-inside h2 {
    color: #fff;
}
.preloader-inside h4 {
    color: #fff;
    font-weight: 300;
}
.preloader {
    position: relative;
    margin: auto;
    text-align: center !important;
}
.preloader span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    top: 25px;
    margin-left: 75px;
    background: #802b02;
    position: absolute;
    animation: preloader 1.5s infinite ease-in-out;
}
.preloader span:nth-child(2) {
    left: 11px;
    animation-delay: .1s;
}
.preloader span:nth-child(3) {
    left: 22px;
    animation-delay: .3s;
}
.preloader span:nth-child(4) {
    left: 33px;
    animation-delay: .5s;
}
.preloader span:nth-child(5) {
    left: 44px;
    animation-delay: .7s;
}
@keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #802b02;
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #ee6322;
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        background: #802b02;
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: #802b02;
    }
}
.blue-preloader {
    background-color: #1b929e;
}

/* 
---------------------------------------------
-  Nav Style
---------------------------------------------
*/


/* 
-- Default Home Page Nav Style
------------------------------
*/

.navbar-default {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 1px 2px 12px -4px #c4c3c3;
    -webkit-box-shadow: 1px 2px 12px -4px #c4c3c3;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 1px 2px 12px -4px #c4c3c3;
    -webkit-box-shadow: 1px 2px 12px -4px #c4c3c3;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10000;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.navbar-brand {
    margin-right: 90px;
    margin-left: 0px!important;
}
.navbar-nav li a {
    padding: 22px 18px;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 34px;
    color: #3d4652!important;
    letter-spacing: 0;
}
.navbar-nav li a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar .dropdown-menu li a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #f26522!important;
    background-color: transparent;
}
.dropdown-menu {
    display: none;
    border: 0px;
    padding: 0;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.89);
    box-shadow: none;
    -webkit-box-shadow: none;
    min-width: auto;
}
.dropdown-menu li {
    margin-bottom: 0;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 0;
    -webkit-animation: menu1 .4s ease-in-out forwards;
    animation: menu1 .4s ease-in-out forwards;
}
@keyframes menu1 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.dropdown-menu > li > a {
    padding: 0px 20px !important;
}
.dropdown-menu li:last-child {
    border: 0px;
}
.navbar-right {
    margin-right: 50px;
}
.nav-button .app-tooltip {
    position: absolute;
    width: 366px;
    height: auto;
    z-index: 1;
    top: -170px;
    right: -125px;
    padding: 20px 8px 10px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
.navbar-right li a {
    padding: 0;
}
.nav-button .app-tooltip h3 {
    font-size: 16px;
    line-height: 17px;
    font-weight: 300!important;
    letter-spacing: 0;
    color: #404040;
    text-align: center;
    margin-bottom: 18px;
}
.nav-button .app-tooltip h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300!important;
    letter-spacing: 0;
    color: #999999;
    text-align: center;
    margin-bottom: 0;
}
.nav-button .app-tooltip h2:before {
    content: "";
    background-image: url('../img/download-icon.png');
    background-repeat: no-repeat;
    font-size: 12px;
    z-index: 1;
    padding: 12px;
    margin: 6px;
}
.nav-button .app-tooltip ul {
    margin: 8px 15px 5px;
    padding: 0;
}
.nav-button .app-tooltip ul li {
    display: inline-block;
    margin-right: 4px;
}
.nav-button .app-tooltip a {
    padding: 0!important;
}
.nav-button .app-tooltip ul li:last-child {
    margin-right: 0;
}
.nav-button .tooltip-top:after {
    position: absolute;
    content: "";
    right: 160px;
    bottom: -17px;
    width: 0;
    height: 0px;
    border-top: 18px solid rgba(255, 255, 255, 0.9);
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
}
.nav-button .tooltip-bottom:before {
    position: absolute;
    content: "";
    right: 158px;
    top: -18px;
    width: 0;
    height: 0px;
    border-bottom: 18px solid rgba(255, 255, 255, 0.9);
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
}
.nav-button:hover {
    z-index: 10000;
}
.nav-button:hover .app-tooltip {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.sticky {
    color: #3ab0bb!important;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    padding: 6px 0px;
}
.sticky .nav-button .btn-md,
.sticky .btn-md-blue {
    margin-top: 15px;
}
.sticky .navbar-nav li a {
    padding: 12px 19px;
}
.sticky .btn-lg {
    margin-top: 13px;
}
.sticky .navbar-brand {
    margin-top: -12px;
}
.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open span {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-default .navbar-toggle.open span:nth-child(3) {
    opacity: 0;
}
.navbar-default .navbar-toggle.open span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    transform: rotate(45deg) translate(-11px, -11px);
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-collapse {
    max-height: 400px;
}

/*
-- Home blue Page Nav Style
---------------------------------
*/

.blue-nav .navbar-nav li a:hover,
.blue-nav .navbar-nav>.active>a,
.blue-nav .dropdown-menu li a:hover,
.blue-nav .navbar-nav>.active>a:focus,
.blue-nav .navbar-nav>.active>a:hover {
    color: #25a7b4!important;
}

/* 
----------------------------------------
-  Hero Section
----------------------------------------
*/


/* 
-- Default Hero Section
-----------------------
*/

.hero-wrap {
    width: 100%;
    height: 100vh;
}
.banner-wrap {}
.fullscreen-container {
    height: 100vh !important;
}
.tp-revslider-slides li {
    width: 100%;
    height: auto;
    position: relative;
}
.tp-tabs,
.tp-thumbs {
    width: 10px;
    height: 30px;
    z-index: 100;
    position: relative;
}
.tp-bullets .tp-bullet {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 60%!important;
    background-color: transparent;
    border: 2px solid #f26522;
    z-index: 100;
}
.tp-bullet.selected,
.tp-bullet:hover,
.tp-bullet.selected,
.tp-bullet:hover {
    background-color: transparent;
    z-index: 1000;
    border: 2px solid #f26522;
    transform: scale(1.1);
}
.tp-caption.BigBold-Button,
.BigBold-Button {
    display: none;
}
.fa-icon-chevron-right {
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    z-index: 10;
}
.tp-tabs,
.tp-thumbs,
.tp-bullets {
    z-index: 10000000;
}
.hero-content {
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0px;
    right: 15%;
    text-align: center;
    z-index: 1;
}
.hero-content-inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
}
.hero-content-inside {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.hero-content h1 {
    font-size: 78px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #ffea00;
    text-align: center;
    margin-bottom: 0;
    display: block;
    text-shadow: 2px 2px 2px #000, 0 0 63px #000;
}
.hero-content p {
    width: 625px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    padding: 42px 0px 50px;
    margin: auto;
    display: block;
}
.hero-wrap .social-link-area {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 30px;
    left: 0px;
    padding-left: 30px;
    z-index: 1000;
}
.hero-wrap .social-link {
    margin: 0px;
    padding: 0px;
}
.hero-wrap .social-link li {
    display: inline-block;
}
.hero-wrap .social-link li a {
    font-size: 18px;
    color: #f26522;
    padding: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero-wrap .social-link li a i {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hero-wrap .social-link li a:hover {
    color: #fff;
}
.hero-wrap .social-link li a:hover i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.tp-bullet-image,
.tp-bullet-imageoverlay,
.tp-bullet-title {
    display: none;
}
.get-moblie-app {
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
    margin-top: 40px;
}
.get-moblie-app li {
    display: inline-block;
    width: 30%;
}

/* 
-- Home blue Hero Section
---------------------------
*/

.hero-wrap .blue-social-link li a {
    color: #25a7b4;
}
.hero-wrap .blue-social-link li a:hover {
    color: #fff;
}
.home-blue .tp-bullets .tp-bullet,
.home-blue .tp-caption.BigBold-Button,
.home-blue .BigBold-Button {
    border: 2px solid #25a7b4!important;
}

/*
-- Home video Hero Section
--------------------------
*/

.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100% !important;
    width: 100%;
    overflow: hidden;
    background: #000;
    overflow: hidden;
    text-align: center;
}
.video-container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    bottom: 0;
    /* background-color: #f26522;*/
    opacity: .6;
    z-index: 1;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    /*position: absolute;*/
}
.video-container .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    /*width: 100%;*/
}
.top-nav-wrap {
    margin-top: -78px;
}
.video-container .social-link-area .social-link li a {
    color: #ffea00;
    text-shadow: 2px 2px 2px #000;
}
.video-container .social-link-area .social-link li a:hover i {
    color: #fff !important;
}

/*
   -- Home Fixed Hero Section
 ----------------------------
*/

.fixed-bg {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url('../img/banner-1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fixed-bg:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    bottom: 0;
    background-color: #353535;
    opacity: .3;
    z-index: 1;
}
.bg_video{
    /*position: fixed; */
    right: 0 !important; 
    bottom: 0 !important;
    min-width: 100% !important; 
    min-height: 100% !important;
    /* width: auto !important;  */
    height: auto !important; 
    /* z-index: -1000; */
    background-size: cover; 
}

/* 
-----------------------------------------
-  About Section
-----------------------------------------
*/


/* 
-- Default About Section
------------------------
*/

.about-wrap {
    width: 100%;
    height: auto;
}
.about-left {
    padding-top: 22px;
}
.about-divider {
    position: absolute;
    padding-top: 80px;
    margin-left: -22px;
}
.about-right {}
.about-right h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0px;
    margin: 50px 0px 36px 0px;
}
.about-right span {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #f26522;
}
.about-right p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 28px;
}
.about-right .p-small {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #333333;
}
.about-right p:last-child {
    margin-bottom: -10px;
}

/* 
-- Home blue About Section
----------------------------
*/

.blue-color {
    color: #1b929e!important;
}

/* 
----------------------------------------------
-  features Section
----------------------------------------------
*/


/* 
-- Default features Section
---------------------------
*/

.features-wrap {
    width: 100%;
    height: auto;
    padding: 80px 0px 0px;
    background-color: #fff;
    background-image: url('../img/features-layer.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.features-slider {
    height: 942px;
    width: 100%;
    position: relative;
}
.features-slider .bee3D--effect__coverflow {
    background-color: transparent;
    overflow: hidden!important;
}
.features-slider .bee3D--slide {
    width: 258px;
    height: 470px;
    left: 61.5%;
    top: 242px;
}
.features-slider .bee3D--slide__active {
    position: absolute;
    background-image: url('../img/mobile-layer.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
.features-slider .bee3D--effect__coverflow .bee3D--inner {
    width: 98.5%;
    background: transparent;
    z-index: 10;
    text-align: center;
}
.features-slider .bee3D--inner img {
    margin: 67px auto;
    width: 185px;
    height: 330px;
    box-shadow: 1px 1px 7px -1px #BFBEBE;
    -webkit-box-shadow: 1px 1px 7px -1px #BFBEBE;
    z-index: 10;
}
.features-slider .bee3D--slide__active img {
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 10;
}
.features-slider .bee3D--effect__coverflow .bee3D--before-1 {
    -webkit-transform: translateX(-122px) rotateY(0deg) scale(1);
    transform: translateX(-122px) rotateY(0deg) scale(1);
    opacity: 1;
    z-index: -3;
}
.features-slider .bee3D--effect__coverflow .bee3D--before-2 {
    -webkit-transform: translateX(-207px) rotateY(0deg) scale(.7);
    transform: translateX(-207px) rotateY(0deg) scale(.7);
    opacity: 1;
    z-index: -8;
}
.features-slider .bee3D--effect__coverflow .bee3D--before-3,
.features-slider .bee3D--effect__coverflow .bee3D--after-3 {
    display: none;
}
.features-slider .bee3D--effect__coverflow .bee3D--after-1 {
    -webkit-transform: translateX(122px) rotateY(0deg) scale(1);
    transform: translateX(122px) rotateY(0deg) scale(1);
    opacity: 1;
    z-index: -3;
}
.features-slider .bee3D--effect__coverflow .bee3D--after-2 {
    -webkit-transform: translateX(207px) rotateY(0deg) scale(0.7);
    transform: translateX(207px) rotateY(0deg) scale(0.7);
    opacity: 1;
    z-index: -8;
}
.active-title h3 {
    position: absolute;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 500;
    color: #4b4b4b;
    text-transform: uppercase;
    top: -5px;
    left: -125%;
    display: none;
    opacity: 0;
}
.features-slider .bee3D--slide__active .active-title h3 {
    display: block;
    opacity: 1;
}
.features-slider .bee3D--slide__active .active-title h3:after {
    content: "";
    position: absolute;
    background-image: url('../img/active-title-icon.png');
    background-repeat: no-repeat;
    z-index: 1;
    width: 30px;
    height: 30px;
    z-index: 0;
    margin-left: 15px;
    bottom: 1px;
}
.bee3D--slide__inactive {
    z-index: -100;
}
.slider-btn {
    width: 108%;
    position: absolute;
    top: 327px;
}
.features-slider .bee3D--nav__prev {
    background-image: none;
    left: 6%;
}
.features-slider .bee3D--nav__next {
    background-image: none;
    right: 10%;
}
.features-slider .bee3D--nav__prev,
.features-slider .bee3D--nav__next {
    background-image: none;
    font-size: 13px;
    width: 100px;
}
.features-slider .bee3D--nav p {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #4b4b4b;
    text-transform: uppercase;
}
.features-slider .bee3D--nav__prev p:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f100";
    color: #f26522;
    font-size: 20px;
    line-height: 12px;
    z-index: 1;
    padding: 4px;
    top: 7px;
    left: -38px;
}
.features-slider .bee3D--nav__next p:after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f101";
    color: #f26522;
    font-size: 20px;
    line-height: 12px;
    z-index: 1;
    padding: 4px;
    margin-left: 15px;
    top: 7px;
}
.features-content {
    display: none;
    width: 350px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 7px -3px #ababab;
    -webkit-box-shadow: 0px 5px 7px -3px #ababab;
    text-align: center;
    margin-top: 78px;
    position: relative;
    z-index: 1;
    margin-left: -45px;
}
.features-slider .bee3D--slide__active .features-content {
    display: block;
}
.features-slider .bee3D--slide__active .features-content:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f111";
    font-size: 8px;
    line-height: 8px;
    z-index: 0;
    border-radius: 50%;
    left: 165px;
    bottom: -33px;
    color: #f26522;
    box-shadow: 1px 1px 5px #BFBEBE;
    -webkit-box-shadow: 1px 1px 5px #BFBEBE;
    padding: 4px;
}
.features-slider .bee3D--slide__active .features-content:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 170px;
    bottom: -6px;
    background-color: #fff;
    box-shadow: 4px 4px 7px -3px #ababab;
    -webkit-box-shadow: 4px 4px 7px -3px #ababab;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.features-slider .bee3D--slide__active .features-content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 300;
    color: #333333;
    padding: 15px 35px 33px;
}

/* 
-- Home blue features Section
-------------------------------
*/

.active-blue-title h3 {
    display: none;
}
.features-slider .bee3D--slide__active .active-blue-title h3 {
    position: absolute;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0;
    font-weight: 500;
    color: #4b4b4b;
    text-transform: uppercase;
    top: -5px;
    left: -411px;
    display: block;
}
.features-slider .bee3D--slide__active .active-blue-title h3:after {
    content: "";
    position: absolute;
    background-image: url('../img/active-title-icon-blue.png');
    background-repeat: no-repeat;
    z-index: 1;
    width: 30px;
    height: 30px;
    z-index: 0;
    margin-left: 15px;
    bottom: 1px;
}
.features-slider .blue-prev p:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f100";
    color: #25a7b4;
    font-size: 20px;
    line-height: 12px;
    z-index: 1;
    padding: 4px;
    top: 7px;
    left: -38px;
}
.features-slider .blue-next p:after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f101";
    color: #25a7b4;
    font-size: 20px;
    line-height: 12px;
    z-index: 1;
    padding: 4px;
    margin-left: 15px;
    top: 7px;
}
.fetures-blue .features-slider .bee3D--slide__active .features-content:before {
    color: #25a7b4;
}

/*
-- Home Video features Section
-------------------------------
*/

.feature-video .features-slider .bee3D--slide__active .features-content {
    margin-top: 75px;
}

/* 
------------------------------------------
-  Overview Section
------------------------------------------
*/


/* 
-- Default Overview Section 1
-----------------------------
*/

.overview-wrap {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.overview-left h2 {
    font-size: 32px;
    line-height: 0px;
    font-weight: 400!important;
    color: #4e4e4e;
    letter-spacing: 0px;
}
.overview-left span {
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 38px;
    color: #4e4e4e;
    letter-spacing: -1px;
}
.overview-left p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    display: inline-block;
    margin-top: 25px;
}
.overview-bottom {
    display: table;
    content: "";
    padding-top: 85px;
}
.overview-left ul {
    padding-left: 0;
}
.overview-left li {
    display: inline-block;
    width: 33%;
}
.overview-left li:last-child {
    margin-right: 0px;
}
.overview-left i {
    width: 100%;
    font-size: 50px;
    color: #f26522;
}
.overview-left li span {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    color: #333333;
}
.overview-left li span:after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f067";
    color: #676767;
    font-size: 10px;
    z-index: 0;
    top: 68px;
}
.overview-left h5 {
    font-size: 14px;
    font-weight: 400!important;
    color: #333333;
    line-height: 24px;
    letter-spacing: 0;
}
.overview-left .nav-tabs,
.overview-left li a {
    border-bottom: 0;
    border: none;
}
.overview-left li a:hover,
.overview-left .nav-tabs > li.active >a {
    cursor: pointer;
    color: #1b929e;
    background-color: transparent;
    border: none;
    text-shadow: 1px 2px 6px #f26522;
}
.overview-right .tab-pane img {
    margin-top: 5%;
}

/* 
-- Default Overview Section 2
-----------------------------
*/

.overview-map {}
.map-right {}
.map-right h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #f26522;
    letter-spacing: 0;
    padding: 15px 0;
}
.map-right h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #4e4e4e;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.map-right p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

/* 
-- Home Blue Overview Section 
-------------------------------
*/

.overview-blue .section-title-3 h1,
.overview-blue .map-right h4,
.overview-blue .overview-left i {
    color: #25a7b4!important;
}
.overview-blue .overview-left li a:hover,
.overview-blue .overview-left .nav-tabs>li.active>a {
    text-shadow: 1px 2px 6px #25a7b4;
}

/* 
---------------------------------------------
-  Subscribe Section
---------------------------------------------
*/


/*
-- Default Subscribe Section
----------------------------
*/

.subcrive-wrap {
    width: 100%;
    height: auto;
    background-image: url('../img/subscribe-wall.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.subcrive-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #353535;
    opacity: 0.9;
    z-index: -1;
}
.subscribe-area {
    width: 100%;
    height: auto;
    position: relative;
    display: table;
}
.subcrive-wrap .subcrive-inside {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    z-index: 1000;
}
.subcrive-inside h2 {
    display: inline-block;
    width: 445px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500!important;
    line-height: 30px;
    color: #fff;
    margin-bottom: 22px;
    z-index: 100;
}
.subcrive-inside .form-group {
    display: block;
    width: 400px;
    margin: auto;
    text-align: center;
    border-bottom: 2px solid #fff;
}
.subcrive-inside .form-control {
    background: none;
    border: none;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    border-bottom: 0!important;
}
.subcrive-inside .placeholder {
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
}
.subcrive-inside h5 {
    color: #fff;
    border-bottom: 30px;
}

/*
-- Home blue Subscribe Section
--------------------------------
*/


/*
-------------------------------------------
-  Team Section
-------------------------------------------
*/


/*
-- Defult Team Section
----------------------
*/

.team-wrap {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.team-member {
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.team-member:after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 0%;
    background-color: transparent;
    z-index: -1;
    box-shadow: 1px 0px 110px -35px #75adb3;
    -webkit-box-shadow: 1px 0px 110px -35px #75adb3;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.team-active {
    padding-top: 100px;
    width: 100%;
    height: auto;
}
.team-header {
    text-align: center;
    background-color: #fff;
    padding-top: 100px;
}
.team-header img.border{
    border-radius: 50%;
    border: 1px solid #f26522;
}
.team-header img {
    /*width: 100px;*/
    width: 160px;
    padding: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-body {
    text-align: center;
    background-color: #fff;
}
.team-body h3 {
    font-size: 22px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #f26522;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.team-body span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333333;
    text-align: center;
    letter-spacing: 0;
}
.team-body p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    margin: 0px;
    text-shadow: 1px 0px 3px #000 !important;
    padding: 25px;
}
.team-footer {
    background-color: #fff;
}
.team-footer span {
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-footer ul {
    text-align: center;
    padding-left: 0;
    padding-bottom: 20px;
    margin: 0;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-social-link {
    /*opacity: 0;*/
}
.team-social-link p {
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
}
.team-footer .team-social-link li {
    display: inline-block;
}
.team-footer .team-social-link li i {
    font-size: 25px;
    color: #333333;
    padding: 3px;
}
.team-member:hover .team-footer span {
    opacity: 0;
}
.team-member:hover .team-social-link,
.team-member:hover .team-social-link ul {
    cursor: pointer;
    opacity: 1;
}
.team-member:hover .team-header,
.team-member:hover .team-body,
.team-member:hover .team-footer {
    /*background-color: #fffcf4;*/
}
.team-member:hover .team-header img {
    padding: 0;
}
.team-member:hover {
    cursor: pointer;
   /* border-bottom: 1px solid #f26522;
    border-top: 1px solid #f1f0f0;
    border-left: 1px solid #ededed;
    border-right: 1px solid #e3e3e3;*/
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.team-member:hover::after {
    opacity: 1;
    height: 95%;
    top: 20px;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

/*
-- Home blue Team Section
---------------------------
*/

.team-blue h1,
.team-blue h3 {
    color: #25a7b4;
}
.team-blue .team-member:hover,
.team-blue .team-active:focus {
    border-bottom: 1px solid #25a7b4;
}
.team-blue .team-header img {
    border: 1px solid #25a7b4;
}

/*
-------------------------------------------------
-  Pricing Section
-------------------------------------------------
*/

.pricing-wrap {
    width: 100%;
    height: auto;
}

/*
-- Default Pricing Section 1
----------------------------
*/

.pricing-wrap-title {
    background-color: #edf4fd;
}

/*
-- Default Pricing Section 2
----------------------------
*/

.pricing-table {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    position: relative;
    display: table;
    z-index: 1;
}
.pricing-table:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    background: #edf4fd;
    opacity: 1;
    z-index: -1;
    box-shadow: 0px 8px 17px -11px #5F5D5D;
    -webkit-box-shadow: 0px 8px 17px -11px #5F5D5D;
}
.price-header {
    position: relative;
    margin-bottom: 71px;
}
.price-header h2 {
    font-size: 32px;
    line-height: 16px;
    font-weight: 300;
    color: #4e4e4e;
    padding: 10px 0;
    letter-spacing: 0;
    text-align: left;
    padding-top: 30px;
    display: inline-block;
}
.price-header .price-btn {
    position: absolute;
    top: 3px;
    right: 90px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    background-color: #f26522;
    text-transform: capitalize;
    padding: 5px 10px;
}
.price-header h3 {
    display: block;
    font-size: 20px;
    line-height: 0px;
    font-weight: 300;
    color: #333333;
    padding: 10px 0;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.price-header .price {
    font-size: 80px;
    line-height: 35px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    color: #555555;
    padding: 10px 0;
    letter-spacing: 0;
    margin-left: 15px;
    text-transform: capitalize;
}
.price-header .price-duration {
    margin-top: -27px;
    margin-left: 90px;
}
.pricing-table .table-title {
    margin-top: 219px;
}
.pricing-table span {
    font-size: 16px;
    line-height: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #333333;
    padding: 20px 0;
    letter-spacing: 0;
    text-align: left;
}
.file-title,
.storage-title,
.view-title,
.support-title,
.update-title {
    width: 100%;
    height: 70px;
    line-height: 40px;
    padding-left: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eaeaea;
}
.file-number,
.storage-size,
.view-analytic {
    width: 100%;
    height: 70px;
    line-height: 40px;
    padding-left: 15px;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.file-number span {
    font-size: 16px;
    line-height: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #333333;
    padding: 20px 0;
    letter-spacing: 0;
    text-align: left;
}
.pricing-table .fa-check {
    color: #087a1a;
}
.pricing-table .fa-times {
    color: #ca1f23;
}
.price-footer {
    padding-top: 25px;
    border-left: 1px solid #eaeaea;
    text-align: center;
}
.mobile-title {
    display: none;
}

/*
-- Home blue Pricing Section
------------------------------
*/

.pricing-blue .price-header .price-btn {
    background-color: #25a7b4;
}
.pricing-blue .price-footer .btn:hover,
.pricing-blue .price-footer .active {
    color: #25a7b4;
    border: 1px solid #25a7b4;
}
.pricing-blue .pricing-table .btn:hover span {
    color: #25a7b4!important;
}

/*
--------------------------------------------
-  User's Story
--------------------------------------------
*/


/*
-- Default User's Story
-----------------------
*/

.user-wrap {
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
}
.user-slider {
    margin-top: 76px;
    position: relative;
}
.user-slider-inside .item {
    padding: 5px;
}
.user-contain {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #fff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 10px;
    padding: 0 90px 45px;
    box-shadow: 5px 6px 4px -4px #ededed;
    -webkit-box-shadow: 5px 6px 4px -4px #ededed;
}
.user-contain h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    color: #f26522;
    text-align: right;
    padding-top: 40px;
    text-transform: capitalize;
}
.user-contain .user-img img {
    position: absolute;
    width: 130px;
    top: 40px;
    left: 12%;
    z-index: 1000;
    border-radius: 50%;
}
.user-contain .user-sign {
    position: absolute;
    width: auto;
    height: auto;
    padding: 15px;
    bottom: 15px;
    right: 70px;
    text-align: left;
}
.user-contain .user-sign h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.user-contain .user-sign h5 {
    font-size: 10px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
    text-transform: uppercase;
}
.user-contain p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
    color: #333333;
    text-align: left;
}
.user-pull {
    position: absolute;
    width: 115%;
    height: 40px;
    left: -7%;
    text-align: center;
    top: 192px;
    z-index: 100;
}
.user-pull .btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*
-- Home blue User's Story
---------------------------
*/

.user-blue h4,
.user-blue .user-contain h1 {
    color: #25a7b4;
}

/*
------------------------------------------------
- App Store Section
------------------------------------------------
*/

.appstore-wrap {
    width: 100%;
    height: auto;
    background-image: url('../img/contact-wall.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.appstore-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #353535;
    opacity: 0.7;
    z-index: -1;
}
.store-icon ul {
    margin: 55px 0 0;
    padding: 0;
}
.store-icon li {
    display: inline-block;
}
.store-icon li a img {
    margin: 0px 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.store-icon li a img:hover {
    cursor: pointer;
    box-shadow: 2px 3px 11px 0px #3b3a3a;
    -webkit-box-shadow: 2px 3px 11px 0px #3b3a3a;
}

/*
------------------------------------------------
- Blog Section
------------------------------------------------
*/

.blog-wrap {
    width: 100%;
    height: auto;
}
.post-row {
    width: 100%;
    height: auto;
}
.post-header {
    width: 100%;
    height: auto;
}
.post-feature {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.post-meta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateY(500px);
    -moz-transform: translateY(500px);
    -o-transform: translateY(500px);
    -moz-transform: translateY(500px);
    transform: translateY(500px);
}
.post-feature:hover .post-meta {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.post-meta:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
}
.post-meta-caption {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    z-index: 10;
}
.post-meta-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    bottom: 15px;
    left: 5px;
}
.post-meta-inner span {
    padding: 0px 5px;
}
.post-meta-inner i {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}
.post-meta-inner a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.post-meta-inner a:hover {
    color: #f26522!important;
}
.blog-post-body {}
.post-title {
    padding: 25px 0px 15px;
}
.post-title h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-title h3:hover {
    color: #f26522;
}
.blog-post-body p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 26px;
    color: #5a5a5a;
    margin-bottom: 10px;
}
.post-footer {
    position: relative;
    margin-bottom: 30px;
}
.btn-sm-divider {
    position: absolute;
    width: 45px;
    height: 1px;
    left: 0px;
    top: 19px;
    background-color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-sm:hover .btn-sm-divider {
    background-color: #f26522;
}

/*
- Home blue Blog Section
--------------------------------*/

.blog-blue .post-meta-inner a:hover {
    color: #25a7b4!important;
}
.blog-blue .post-title h3:hover {
    color: #25a7b4;
}
.blog-blue .btn-sm:hover {
    background-color: transparent;
    color: #25a7b4;
}
.blog-blue .btn-sm:hover .btn-sm-divider {
    background-color: #25a7b4;
}

/*
------------------------------------------------
-  Contact Section
------------------------------------------------
*/

.contact-wrap {
    width: 100%;
    height: auto;
}
.contact-form .form-group:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f111';
    color: #5f5f5f;
    font-size: 5px;
    z-index: 1;
    left: 0;
    top: 20px;
    display: none;
}

/*
-- Default Contact Top
----------------------
*/

.adderss-div {
    text-align: center;
    padding: 50px 0;
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 4px 5px 11px -6px #999;
    -webkit-box-shadow: 4px 5px 11px -6px #999;
}
.adderss-div i {
    font-size: 60px;
    color: #f26522;
    text-align: center;
    display: block;
}
.adderss-div span {
    display: block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #333333;
    margin: 40px 0 23px;
}
.adderss-div p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #5a5a5a;
    padding: 0 35px;
    margin-bottom: 0;
}
.adderss-div .address-number {
    margin: 30px 0 0;
    color: #5a5a5a;
}
.adderss-div h5 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #f26522;
    margin-top: 20px;
}
.adderss-div .address-containt {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #5a5a5a;
    padding: 0 25px;
    margin: 75px 0 0;
}
.adderss-div .phone-number {
    margin: 30px 0 0;
}

/*
-- Default Contact form
-----------------------
*/

.contact-form {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 80px;
}

/*
-----------------------------------
- Footer Section
-----------------------------------
*/

.footer-wrap {
    background-color: #edf4fd;
}

/*
- Default Footer Section
-----------------------------------
*/

.footer-nav {
    margin-top: 65px;
}
.nav-left h5 {
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3a3a3a;
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 40px;
}
.nav-left p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #5a5a5a;
    letter-spacing: 0;
    text-align: left;
}
.support-nav,
.about-nav {
    margin-left: -20px;
}
.link-nav h5,
.support-nav h5,
.about-nav h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3a3a3a;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 40px;
}
.link-nav ul,
.support-nav ul,
.about-nav ul {
    padding-left: 0;
}
.link-nav li,
.support-nav li,
.about-nav li {
    margin-bottom: 0;
}
.link-nav li a,
.support-nav li a,
.about-nav li a {
    font-size: 14px;
    line-height: 24px;
    color: #5a5a5a!important;
    letter-spacing: 0;
    text-align: left;
}
.link-nav li a:hover,
.support-nav li a:hover,
.about-nav li a:hover {
    color: #3ab0bb!important;
}
.footer-divider {
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #f26522;
    margin-top: 35px;
}
.footer-bottom {
    margin-top: 25px;
}
.footer-copyright {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 42px;
    letter-spacing: 0;
}
.footer-link ul {
    margin: 0 0 25px;
    padding: 0;
}
.footer-link li {
    display: inline-block;
}
.footer-link i {
    color: #aeaeae;
    font-size: 14px;
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-link i:hover {
    color: #f26522;
}
.footer-link .tooltip .tooltip-inner {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    background-color: #f26522;
    padding: 0px 15px;
    margin-top: -32px;
    border-radius: 0;
}
.footer-link .tooltip.top .tooltip-arrow {
    position: absolute;
    content: "";
    left: 0;
    bottom: 8px;
    width: 15px;
    height: 15px;
    background-color: #f26522;
    border-top: 6px solid #f26522;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

/*
-- Home blue Contact Section
------------------------------
*/

.contact-blue .adderss-div i,
.contact-blue .adderss-div h5,
.contact-blue .contact-form h2,
.footer-blue .link-nav li a:hover,
.footer-blue .support-nav li a:hover,
.footer-blue .about-nav li a:hover,
.footer-bottom-blue .footer-link i:hover {
    color: #25a7b4!important;
}
.footer-blue .footer-divider,
.footer-blue .footer-link .tooltip .tooltip-inner {
    background-color: #25a7b4!important;
}
.footer-blue .footer-link .tooltip.top .tooltip-arrow {
    position: absolute;
    content: "";
    left: 0;
    bottom: 8px;
    width: 15px;
    height: 15px;
    background-color: #25a7b4;
    border-top: 6px solid #25a7b4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

/*
-- Home Video Contact Section
------------------------------
*/

.video-contact .address-containt {
    margin: 43px 0;
}

/*
---------------------------------------
- Blog Page
---------------------------------------
*/

.page-header {
    width: 100%;
    height: 100%;
    background-image: url('../img/blog-header.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.header-caption {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 115px;
    right: 0px;
    padding-right: 150px;
    z-index: 1000;
    text-align: right;
}
.header-caption-inner {
    text-align: left;
    display: inline-block;
}
.header-caption-inner h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}
.header-caption-inner span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #202020;
    display: block;
}
.page-header a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #202020;
}
.page-header a:hover {
    color: #f26522!important;
}
.post-body p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 26px;
    color: #747474;
    margin-bottom: 15px;
}
.sidebar {
    width: 100%;
    height: auto;
    border-left: 2px solid #f2f2f2;
    padding-left: 20px;
    float: right;
}
.sidebar ul {
    margin: 0px;
    padding: 0px;
}
.widget-area {
    width: 100%;
    height: auto;
    background-color: transparent;
    margin-bottom: 30px;
}
.widget-area:last-child {
    margin-bottom: 0;
}
.widget-header {}
.widget-header .form-group {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    background-color: transparent;
    margin: 0;
}
.widget-header .form-search {
    width: 85%;
    height: auto;
    font-size: 12px;
    line-height: 30px;
    color: #8c8c8c;
    float: left;
    padding: 0 15px;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0px!important;
}
.widget-header .form-group a {
    color: #272626;
}
.widget-title {}
.widget-title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    color: #1b1b1b;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.widget-body {}
.sidebar-list {}
.sidebar-list a {
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
    color: #838383;
    text-transform: capitalize;
}
.widget-footer {}
.news-title {}
.news-title h3 {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #1a1a1a;
    border-bottom: 2px solid #1f1f1f;
}
.post-item {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}
.post-item .post-feature {
    position: absolute;
    width: 80px;
    height: 100px;
}
.post-contant {
    padding: 0px 0px 12px 90px;
}
.post-contant h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: #424242;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-contant h2:hover {
    color: #f26522;
}
.widget-post-meta {
    margin-bottom: 20px;
}
.widget-post-meta a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #9b9b9b;
    text-transform: capitalize;
}
.post-gallery {}
.post-gallery li {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}
.post-gallery li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.post-gallery li:hover::after {
    opacity: .5;
}

/*
-----------------------------------------
-Single Page
----------------------------------------- */

.single-post-row {
    width: 100%;
    height: auto;
}
.post-heading {
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 5px 2px #dfdfdf;
    padding: 17px 15px 10px;
}
.post-heading .post-title {
    padding: 0px 0px 15px;
}
.single-post-meta {}
.single-post-meta span {
    margin: 0px 7px;
}
.single-post-meta i {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-right: 5px;
}
.single-post-meta a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.single-post-meta a:hover {
    font-weight: 700;
}
.single-post-body {
    padding: 55px 0px 35px;
}
.single-post-body p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0;
    color: #747474;
    margin-bottom: 25px;
}
.social-share {
    width: 100%;
    height: auto;
    text-align: right;
    margin-bottom: 20px;
}
.social-share-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    color: #262626;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px 18px;
}
.social-share ul {
    margin: 0;
    padding: 0;
    display: inline;
}
.social-share ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    text-align: center;
    margin: 0px 5px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-share a {
    font-size: 13px;
    line-height: 24px;
    color: #333333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-share ul li:hover {
    background-color: #333333;
}
.social-share ul li:hover a {
    color: #fff;
}
.tag {
    width: 100%;
    height: auto;
    text-align: right;
    margin-bottom: 70px;
}
.tags-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #a6a6a6;
    text-transform: capitalize;
    display: inline-block;
}
.tag ul {
    margin: 0;
    padding: 0;
    display: inline;
}
.tag li {
    display: inline-block;
}
.tag li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #333333;
    text-transform: capitalize;
}
.post-comments-title {}
.post-comments-title h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.post-comment-inner {}
.comment-list {}
.post-comment-inner ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comment-contant {}
.post-comment-inner ol li {
    position: relative;
}
.user-img {}
.post-comment-inner ol li .user-img {
    position: absolute;
    width: 80px;
    height: 85px;
}
.cmnt-divider {
    width: 1px;
    height: 105px;
    position: absolute;
    top: 0px;
    left: 110px;
    background-color: #b3b3b3;
}
.user-comment {
    padding: 0px 0px 0px 140px;
    margin-bottom: 5px;
}
.cmnt-date {}
.cmnt-date small {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #bfbfbf;
}
.cmnt-title {
    margin-bottom: 18px;
}
.cmnt-title a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #252525;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cmnt-title a:hover {
    color: #f26522;
}
.user-comment p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #727272;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.cmnt-meta {}
.post-comment-inner ol li ol {
    margin-left: 60px;
}
.leave-comments-title {}
.leave-comments-title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    color: #404040;
}
.leave-area-row {
    width: 87%;
    height: auto;
    box-shadow: 0px 6px 9px -1px #d9d9d9;
    -webkit-box-shadow: 0px 6px 9px -1px #d9d9d9;
    float: right;
    padding: 40px 15px;
}
.leave-area {}
.leave-area form {
    margin-right: -15px;
}
.leave-area .form-control {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #404040;
    border-bottom: 1px solid #d8d8d8 !important;
}
.leave-area .form-group {
    margin-left: 30px;
    width: 90%;
}
.leave-area .form-message {
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin: 25px 0px 40px;
}
.leave-area .form-group img {
    position: absolute;
    top: 14px;
    left: -30px;
}
.leave-area .form-message img {
    position: absolute;
    top: 14px;
    left: 0px;
}
.leave-area .form-message:before {
    display: none;
}
.btn-submit {
    width: 100%;
    text-align: right;
}

/*
-----------------------------------------
-Blog Masonry Page
-----------------------------------------
*/

.masonry-post-body p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0;
    color: #747474;
    margin-bottom: 25px;
}
.post-footer-feature {
    width: 100%;
    text-align: center;
}
.page-loader {
    width: 100%;
    height: auto;
    padding: 40px 0px;
}
.page-loader-inner {
    width: 39px;
    height: 41px;
    /*background-image: url('../img/page-loader.png');*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: auto;
    border-radius: 50%;
    text-align: center !important;
}
.page-loader-inner span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    animation: pageloader 1.5s infinite ease-in-out;
}
.page-loader-inner span:nth-child(1) {
    left: 18.5px;
    top: 3px;
    animation-delay: 0s;
}
.page-loader-inner span:nth-child(2) {
    left: 30px;
    top: 8px;
    animation-delay: .2s;
}
.page-loader-inner span:nth-child(3) {
    left: 35px;
    top: 19px;
    animation-delay: .4s;
}
.page-loader-inner span:nth-child(4) {
    left: 30px;
    top: 31px;
    animation-delay: .6s;
}
.page-loader-inner span:nth-child(5) {
    left: 19px;
    top: 36px;
    animation-delay: .8s;
}
.page-loader-inner span:nth-child(6) {
    left: 7px;
    top: 31px;
    animation-delay: 1s;
}
.page-loader-inner span:nth-child(7) {
    left: 2px;
    top: 19px;
    animation-delay: 1.2s;
}
.page-loader-inner span:nth-child(8) {
    left: 7px;
    top: 8px;
    animation-delay: 1.4s;
}
@keyframes pageloader {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(2.8);
        -moz-transform: scale(2.8);
        -ms-transform: scale(2.8);
        -o-transform: scale(2.8);
        transform: scale(2.8);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/*
----------------------------------------
- Contact Page
--------------------------------------- */

.contact-header {
    width: 100%;
    height: 100%;
    background-image: url('../img/contact-header.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.contact-header a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #202020;
}
.contact-header a:hover {
    color: #f26522!important;
}
.contact-area {
    width: 100%;
    height: auto;
    padding: 100px 0px;
}
.contact-area .contact-form {
    margin: 0;
}
.map-wrap {
    width: 100%;
    height: 100%;
    background-image: url('../img/contact-map.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.adderss-widget {
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 120px 0px 130px 170px;
    box-shadow: -2px 4px 5px 0px #b0b0b0;
    -webkit-box-shadow: -2px 4px 5px 0px #b0b0b0;
}
.adderss-widget h5 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    color: #1b1b1b;
    margin: 28px 0px;
}
.adderss-widget p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #1b1b1b;
    margin-bottom: 10px;
}
.contact-number {
    position: relative;
    padding-left: 12px;
}
.contact-number:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f095";
    color: #1b1b1b;
    font-size: 14px;
    line-height: 12px;
    z-index: 1;
    top: 7px;
    left: 0px;
}
.adderss-widget span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #1b1b1b;
    display: block;
}
.contact-email {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #f26522!important;
    margin-bottom: 10px;
}
.social-network {}
.social-network ul {
    margin: 45px 0px 0px;
    padding: 0;
}
.social-network ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    text-align: center;
    margin: 0px 5px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-network a {
    font-size: 13px;
    line-height: 24px;
    color: #333333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-network ul li:hover {
    background-color: #333333;
}
.social-network ul li:hover a {
    color: #fff;
}

/*
--------------------------------
-Comming Soon Page
------------------------------- */

.comming-wrap {
    width: 100%;
    height: 100%;
    background-image: url(../img/comming-soon-header.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0px;
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}
.comming-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #332e35;
    opacity: .5;
    z-index: -1;
}
.comming-caption {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}
.comming-caption .form-group {
    width: 745px;
    height: auto;
    background-color: #fff;
    margin: auto;
    padding: 18px 0px;
}
.comming-caption .form-control {
    width: 66%;
    display: inline-block;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}
.upcoming {
    padding: 255px 0px 135px;
}
.is-countdown {}
.cdown {
    width: 203px;
    height: auto;
    background-color: transparent;
    border: 12px solid #fff;
    display: inline-block;
    margin: 16px;
    padding-top: 15px;
    text-align: center;
}
.cdown .time-count {
    font-size: 58px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0;
    color: #edf4fd;
}
.cdown p {
    font-family: 'Raleway', sans-serif;
    font-size: 18PX;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/*
-------------------------------------
- Error Page
------------------------------------- */

.error-wrap {
    width: 100%;
    height: 100%;
    background-color: #332e35;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 10;
}
.navbar-fixed-top {
    position: fixed!important;
    display: table;
}
.error-caption {
    width: 100%;
    height: auto;
    padding: 300px 0px 145px;
    text-align: center;
    display: table;
}
.error-caption-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.error-caption-inner img {}
.error-caption-inner h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 45px 0px;
}
label.error{
    color: #f00 !important;
    /*margin-top: -47px !important;*/
    font-size: 12px !important;
    width: 100% !important !important;
    text-align: center; !important;
    margin-right: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -9;
}
/*
* ERROR INPUT
*/
.form-inline input.error, .form-inline select.error{
    border: 3px solid #f66 !important;
}
h3.error{
    color:#f00 !important;
    font-size: 16px !important;
    margin: 0 !important;
}
.form-input-bank{
    width:100%; 
    height:auto; 
    background-color:#f26522; 
    color:#fff; 
    font-size:20px; 
    padding:40px 10px 50px 10px; 
    border-radius: 20px; 
    -webkit-border-radius: 20px;
    cursor: pointer;
}
.form-input-price input[type="tel"], .form-input-price input[type="text"] {
    width: 60px;
    background: transparent;
    border: none;
}

.form-input-price{
    width:100%; 
    height:auto; 
    background-color:#f26522; 
    color:#fff; 
    font-size:20px; 
    padding:40px 10px 50px 10px; 
    border-radius: 20px; 
    -webkit-border-radius: 20px;
    cursor: pointer;
}
.form-input-price.campaing {
    font-size: 23px;
}
.form-input-price.manual{
    padding:10px 10px 20px; 
}
.form-input-price:hover{
    opacity: .5;
}
.form-input-price.selected{
    opacity: .5;
}
.form-input-price div.sublinhado{
    padding:5px 0px; 
    border-bottom:2px solid #fff; 
    width: 95%; 
    margin:0 auto;
}
.form-input-price input[type=radio] {
    visibility: hidden;
    position: absolute;
}
.form-input-price input[type=text] {
    width: 60px;
    background: transparent;
    border: none;
}
.form-input-price .observacao{
    font-size: 12px;
}
.form-input-category h5{
    color:#fff !important; 
}
.form-input-category{
    width:100%; 
    height:auto; 
    background-color:#f26522; 
    cursor: pointer;
    text-align: center;
    /*border: 1px solid;*/
    padding: 10px 0px;
}
.form-input-category:hover{
    opacity: .5;
}
.form-input-category.selected{
    opacity: .5;
}
.form-input-category input[type=radio] {
    visibility: hidden;
    position: absolute;
}
.all-types{
    display: none;
}
.deposito .dados{
    border: 1px solid #000;
    margin-top: 80px;
    
}
.form-input-type{
    width:100%; 
    height:auto; 
    color:#000 !important; 
    /*background-color:#f26522; */
    cursor: pointer;
    text-align: center;
    border: 1px solid;
    padding: 10px 0px;
}
.form-input-type:hover{
    opacity: .5;
}
.form-input-type.selected{
    background-color: #ff8e58;
}
.cadastro{
    display: none;
}
.doacao{
    display: none;
}
.all-types{
    margin-top: 60px;
}
.form-pgto{
    display: none;
}
.loading{
    display: none;
}
.windows8 {
    position: relative;
    width: 78px;
    height:78px;
    margin:auto;
}

.windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
        -o-animation: orbit 6.96s infinite;
        -ms-animation: orbit 6.96s infinite;
        -webkit-animation: orbit 6.96s infinite;
        -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    animation-delay: 1.52s;
        -o-animation-delay: 1.52s;
        -ms-animation-delay: 1.52s;
        -webkit-animation-delay: 1.52s;
        -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
    animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
    animation-delay: 0.61s;
        -o-animation-delay: 0.61s;
        -ms-animation-delay: 0.61s;
        -webkit-animation-delay: 0.61s;
        -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
    animation-delay: 0.91s;
        -o-animation-delay: 0.91s;
        -ms-animation-delay: 0.91s;
        -webkit-animation-delay: 0.91s;
        -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
    animation-delay: 1.22s;
        -o-animation-delay: 1.22s;
        -ms-animation-delay: 1.22s;
        -webkit-animation-delay: 1.22s;
        -moz-animation-delay: 1.22s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
    opacity: 0;
        transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
    opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
    opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
    opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
    opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
.loading{
    z-index: 40;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loading .windows8{
    position: relative;
    top: 39%;
    /*left: 50%;*/
}
.loading h5{
    top: 50%;
    position: fixed;
    left: 0;
    right: 0;
    color: #fff;
}
#app-end{
    display:none ;
}

.form-inline .form-control{
    width: 100% !important;
}