/* --------------------------------------
1. GLOBAL STYLES
-----------------------------------------*/

body {
    overflow-x: hidden;
    font-weight: normal;
    padding: 0;

    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}
a {
    color: #1c1f2b
}
a:hover,
a:focus,
a:active,
a.active {
    color: #1c1f2b
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #1c1f2b;
    color: #fff;
}
::selection {
    text-shadow: none;
    background: #1c1f2b;
    color: #fff;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.fizzle-left {
    display: none;
    opacity: 0.6;
}
.fizzle-right {
    display: none;
    opacity: 0.6;
}
@media (min-width: 1650px) {
    .fizzle-left {
        display: block;
        position: absolute;
        left: -100px;
        margin-top: 150px;
    }
    .fizzle-right {
        display: block;
        position: absolute;
        right: -100px;
        margin-top: 150px;
    }
}
@media (min-width: 1900px) {
    .fizzle-left {
        display: block;
        position: absolute;
        left: 0px;
        margin-top: 150px;
    }
    .fizzle-right {
        display: block;
        position: absolute;
        right: 0px;
        margin-top: 150px;
    }
}
/* --------------------------------------
2. TYPOGRAPHY
-----------------------------------------*/
/* 2.1 FONTS*/

@font-face {
    font-family: 'Nucleo Outline';
    src: url('/fonts/nucleo-outline.eot');
    src: url('/fonts/nucleo-outline.eot') format('embedded-opentype'), url('/fonts/nucleo-outline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i|PT+Sans:400,400i,700,700i');
/* 2.2 HEADINGS */

h1,
h2,
h3 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
body {
    font-family: "PTSans", Helvetica, Arial, sans-serif;
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 40px;
}
section .section-subheading {
    margin-bottom: 95px;
    text-transform: none;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    margin-top: 25px;
    color: #666666;
    font-weight: 400;
}
.separator {
    width: 30px;
    height: 2px;
    display: block;
    margin: auto;
    background-color: #1c1f2b;
}
.feather {
    color: #2d99d3;
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}
.wall p {
    margin-bottom: 20px;
}
/* --------------------------------------
3. LAYOUT
-----------------------------------------*/
/* 3.1 GENERAL*/

section {
    padding: 100px 0 0 0;
}
section:last-of-type {
    padding: 100px 0;
}
section.pb {
    padding-bottom: 100px;
}
.row {
    margin: 0;
}
.container {
    padding: 0;
}
.outer-margin {
    margin: 0 -15px;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.btn-primary {
    text-transform: uppercase;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-xl {
    height: 50px;
    background-color: #1c1f2b;
    border-radius: 2px;
    color: white;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    background-color: rgb(37, 42, 56);
    color: #fff;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
body.modal-open {
    overflow: hidden;
}
.parallax {
    background-color: rgb(28, 31, 43)!important;
    padding: 100px 0;
}
.parallax h2.section-heading,
.parallax .section-subheading {
    color: #fff;
}
.parallax .separator {
    background: #fff;
}
.parallax ul li {
    color: #ffffff;
}
.parallax .tabs {
    background-color: rgb(28, 31, 43);
}
.parallax .tabs .tab,
.parallax .tabs .tab.active {
    background-color: rgb(28, 31, 43);
}
.parallax .tabs .tab a {
    opacity: 0.5;
}
.parallax .tabs .tab.active a {
    color: #ffffff;
    opacity: 1;
}
.parallax .tabs .tab a:hover {
    color: #ffffff;
    opacity: 1;
}
.gray-bg {
    background: #f2f4f7;
}
.header-buttons {
    margin: 60px auto 100px auto;
}
.primary-button {
    min-width: 150px;
    padding: 0 20px;
    background-color: white;
    border-radius: 5px;
    color: #1c1f2b;
    font-family: "PTSans", sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0 15px;
    border: 2px solid white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: top;
}
.primary-button.cta {
    background-color: #639840;
    color: #ffffff;
    border: 2px solid #639840;
    padding: 0 50px;
}
.primary-button.cta:hover {
    background-color: #639840;
    color: #ffffff;
    border: 2px solid #639840;
    margin-top: -2px;
    margin-bottom: 2px;
    box-shadow: 2px 2px 3px 1px rgba(37, 42, 56, .2);
}
.primary-button.button-inverse {
    color: #fff;
    background: #2d99d3;
    border: 2px solid #2d99d3;
    margin: 0;
}
.primary-button.button-inverse:hover {
    color: #fff;
    background: #2d99d3;
    border: 2px solid #2d99d3;
    margin-top: -2px;
    margin-bottom: 2px;
    box-shadow: 2px 2px 3px 1px rgba(37, 42, 56, .2);
}
.secondary-button {
    min-width: 150px;
    text-align: center;
    line-height: 36px;
    background: #1c1f2b;
    display: inline-block;
    line-height: 36px;
    color: white;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    margin: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: top;
    padding: 0 40px;
}
.secondary-button-inverse {
    color: #1c1f2b;
    border-color: #1c1f2b;
    background: #fff
}
.primary-button.xs,
.secondary-button.xs {
    padding: 0 20px;
    min-width: auto;
    font-size: 13px;
    line-height: 28px;
}
.secondary-button.secondary-button-inverse:hover {
    color: #fff;
    background: #1c1f2b;
}
.primary-button:hover {
    background: none;
    color: #fff;
    text-decoration: none;
}
.secondary-button:hover {
    background: #fff;
    color: rgb(37, 42, 56);
    text-decoration: none;
}
/*3.2 LOGO*/

.logo {
    height: 40px;
    width: 221px;
    display: block;
    margin: 2px 0 0 0;
    background-image: url(/img/logo-bright.png);
    background-size: cover;
}
.navbar-shrink .logo {
    background-image: url(/img/logo.png);
    background-size: cover;
}

footer .logo {
    background-image: none;
}
/*3.3 PRELOADER*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #1c1f2b
}
}
.spinner {
    opacity: 0.9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-radius: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
.spinner:before {
    width: 40px;
    height: 40px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*3.4 CAROUSELS*/

.owl-theme .owl-controls .owl-buttons {
    display: none;
}
.owl-theme .owl-controls .owl-buttons div {
    background: url(../img/arrow.png);
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 10px;
    text-indent: -9999px;
    height: 18px;
    font-size: 0;
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-right: -72px;
    top: 50%;
    padding: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-left: -72px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.22;
    background-color: #248df8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/* --------------------------------------
4. MENU
-----------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: rgb(37, 42, 56);
    width: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
    border: none;
    margin-right: -10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar-default .nav li {
    position: relative;
}
.navbar-default .nav li a {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    padding: 15px 25px;
    line-height: 1;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.selected {
    outline: 0;
    color: #fff;
    opacity: 0.7;
}
.navbar-default .nav li a.cta {
    background: #ffffff;
    border-radius: 2px;
    color: #25292b;
    margin-left: 20px;
    opacity: 1 !important;
}
.navbar-shrink.navbar-default .nav li a.cta {
    background-color: #639840;
    color: #ffffff;
}
.navbar-default .nav li a.cta:hover {
    background-color: #ffffff;
    margin-top: -2px;
    box-shadow: 2px 2px 3px 1px rgba(37, 42, 56, .2);
}
.navbar-shrink.navbar-default .nav li a.cta:hover {
    background-color: #639840;
}
.navbar-default.navbar-shrink .nav li a {
    opacity: 1;
}
.navbar-default.navbar-shrink .nav .active a {
    opacity: 0.7;
}
.navbar-default.navbar-shrink .nav li a:hover,
.navbar-default.navbar-shrink .nav li a:focus,
.navbar-default.navbar-shrink .nav li a.selected {
    outline: 0;
    color: #fff;
    opacity: 0.7;
    background: none;
}
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    background: none;
    opacity: 1;
    color: #1c1f2b;
    -webkit-filter: brightness(1.2);
}
.navbar-nav li a:hover + .navbar-dropdown {
    visibility: visible;
    margin-left: 0;
    opacity: 1;
    transition: all .25s ease-out;
    transition-delay: .1s;
}
.navbar-dropdown {
    visibility: hidden;
    margin-left: -2000px;
    position: absolute;
    top: 46px;
    right: calc(50% - 300px);
    padding-top: 10px;
    opacity: 0;
    transition: all .25s ease-out;
    transition-delay: .1s;
    z-index: 1000;
}
.navbar-dropdown:hover {
    visibility: visible;
    margin-left: 0;
    opacity: 1;
    transition: all .25s ease-out;
    transition-delay: .1s;
}
.navbar-dropdown .inner {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(51,51,79,.1), 0 0 10px 0 rgba(51,51,79,.06);
    border-radius: 5px;
    width: 600px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 20px 10px 15px 10px;
}
.navbar-dropdown .inner:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 50%;
    width: 20px;
    height: 20px;
    top: 5px;
    border-radius: 2px;
    margin-left: -10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: 0 0 5px 0 rgba(51,51,79,.14);
    z-index: -1;
}
.navbar-dropdown .inner:after {
    width: 10px;
    height: 25px;
    top: 8px;
    margin-left: -5px;
    content: "";
    position: absolute;
    background: #fff;
    left: 50%;
}
.navbar-dropdown .inner a {
    display: flex;
    z-index: 1000;
    position: relative;
}
.navbar-dropdown .inner a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.navbar-dropdown .inner a span {
    flex: 1;
    padding: 0 0 5px 0;
}
.navbar-dropdown .inner a span b {
    display: block;
    color: #1e92c3 !important;
    font-weight: 600;
    margin: -2px 0 6px 0;
}
.navbar-dropdown .inner a span p {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;  
    margin: 0;
}
.navbar-dropdown .inner a span.icon {
    max-width: 65px;
}
.navbar-dropdown .inner a span.icon i {
    position: relative;
    z-index: 100;
    font-size: 21px;
    height: 50px;
    width: 50px;
}
.navbar-dropdown .inner a span.icon i:before {
    position: absolute;
    left: calc(50% - 11px);
    top: calc(50% - 11px);
}
.navbar-dropdown .inner a span.icon i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgb(47, 153, 199);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: -1;
}
.navbar-dropdown .inner a span.icon.dashboard i:after {
    background: rgb(214, 229, 236);
}
.navbar-dropdown .inner a span.icon.dashboard i:before {
    color: rgb(57, 75, 164);
    background: -webkit-linear-gradient(rgb(57, 75, 164), rgb(29, 61, 106));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-dropdown .inner a span.icon.studiopanel i:after {
    background: rgb(230, 214, 236);
}
.navbar-dropdown .inner a span.icon.studiopanel i:before {
    color: rgb(127, 57, 164);
    background: -webkit-linear-gradient(rgb(127, 57, 164), rgb(81, 31, 108));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-dropdown .inner a span.icon.sms i:after {
    background: rgb(236, 221, 221);
}
.navbar-dropdown .inner a span.icon.sms i:before {
    color: rgb(164, 57, 57);
    background: -webkit-linear-gradient(rgb(190, 69, 69), rgb(147, 44, 44));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-dropdown .inner a span.icon.email i:after {
    background: rgb(214, 236, 221);
}
.navbar-dropdown .inner a span.icon.email i:before {
    color: rgb(57, 75, 164);
    background: -webkit-linear-gradient(rgb(57, 164, 73), rgb(32, 118, 31));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-dropdown .inner a span.icon.social i:after {
    background: rgb(233, 243, 244);
}
.navbar-dropdown .inner a span.icon.social i:before {
    color: rgb(57, 150, 164);
    background: -webkit-linear-gradient(rgb(57, 150, 164), rgb(36, 101, 111));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-dropdown .inner a span.icon.showsched i:after {
    background: rgb(236, 214, 214);
}
.navbar-dropdown .inner a span.icon.showsched i:before {
    color: rgb(188, 69, 69);
    background: -webkit-linear-gradient(rgb(188, 69, 69), rgb(150, 52, 52));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(min-width:960px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: rgb(37, 42, 56);
    }
}
/* --------------------------------------
5. HEADER
-----------------------------------------*/

header {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background-color: rgba(12, 22, 36, 0.45)!important;
}

#video_background {position: absolute!important;}

#headerbackground,
#particles-js {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.80;
    z-index: -1000;
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
header .intro-text .intro-heading {
    font-family: "PTSans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 10px;
    display: block;
}
header .intro-text {
    padding-top: 165px;
    padding-bottom: 0;
}
header .intro-text .intro-lead-in {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 58px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    line-height: 120px;
}
header .header-dashboard {
    display: block;
    margin: auto;
    background: url(../img/header-shadow.png);
    margin-top: -60px;
}
header .header-dashboard .dashboard {
    margin-top: 70px;
}
header .container {
    position: relative;
    z-index: 10;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/* --------------------------------------
6. SECTIONS
-----------------------------------------*/
/*     6.1 ABOUT*/

#services .col-md-3 {
    text-align: center;
}
#services .col-md-3.last {
    padding-right: 0;
}
#services .nc-icon-outline {
    color: #2d99d3;
    margin-bottom: 36px;
    font-size: 40px
}
.service-heading {
    text-transform: none;
    color: #333;
    font-size: 22px;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 22px;
}

.super-title {
    font-size: 60px; 
    font-weight: 600; 
    letter-spacing: -1px; 
    max-width: 600px; 
    margin: 40px auto 30px auto; 
    text-align: center;
}
.sub-text {
    font-size: 18px; 
    margin: 0 auto; 
    text-align: center;
}
.studiopanel_demo {
    background-color: #1e1e1e;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 400px;
    width: 100%;
    height: 500px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    text-align: left;
    position: relative;
    -webkit-box-shadow: -10px 10px 59px -6px rgba(6,6,20,0.34);
    -moz-box-shadow: -10px 10px 59px -6px rgba(6,6,20,0.34);
    box-shadow: -10px 10px 59px -6px rgba(6,6,20,0.34);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.studiopanel_demo:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sp_item {
    padding: 15px;
    overflow: hidden;
    margin: 0 0 15px 0;
    border-radius: 5px;
    font-size: 0.9em;
    position: relative;
    display: flex;
    min-height: 60px;
    background-color: #1e1e1e;
    animation: animateItem linear .3s;
    animation-iteration-count: 1;
}
.sp_item.sms {
    border: 1px solid #b1628d;
}
.sp_item.email {
    border: 1px solid #448440;
}
.sp_item.facebook {
    border: 1px solid #627eb1;
}
.sp_item.twitter {
    border: 1px solid #73b8d1;
}
.sp_item .badge {
    flex: 1;
    max-width: 5px;
    min-width: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: -15px 15px -15px -15px;
    animation: animateBadge linear 5s;
    animation-iteration-count: 1;
}
.sp_item .usrpic {
    flex: 1;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    text-align: center;
    margin-right: 15px;
}
.sp_item .usrpic .image {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.sp_item.sms .usrpic .image {
    background-color: #b1628d;
    background-image: url(https://cdn-static.broadcastlaunch.com/assets/images/sms-transparent.png);
}
.sp_item.twitter .usrpic .image {
    background-color: #73b8d1;
    background-image: url(https://cdn-static.broadcastlaunch.com/assets/images/twitter-transparent.png);
}
.sp_item.facebook .usrpic .image {
    background-color: #627eb1;
    background-image: url(https://cdn-static.broadcastlaunch.com/assets/images/facebook-transparent.png);
}
.sp_item.email .usrpic .image {
    background-color: #448440;
    background-image: url(https://cdn-static.broadcastlaunch.com/assets/images/email-transparent.png);
}
.sp_item .usrpic .type {
    font-size: 9px;
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0;
    width: 100%;
}
.sp_item .content {
    flex: 1;
    width: 100%;
    overflow: hidden;
}
.sp_item .content b {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sp_item .content span {
    display: block;
    margin: 2px 0 10px 0;
    font-weight: 200;
    font-size: 10px;
    color: #d1d1d1;
}
.sp_item .content p {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 5px 0;
    letter-spacing: 0;
}
.sp_item .content .media {
    width: 100%;
    max-width: 500px;
    height: 80px;
    overflow: hidden;
    margin: 20px 0 0 0;
    position: relative;
}
.sp_item .content .media:before {
    content: '';
    display: block;
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
    background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.sp_item .content .media img {
    width: 100%;
    border-radius: 5px;
}
.sp_item .content .media .show {
    width: 100%;
    font-size: 10px;
    text-align: center;
    color: white;
    padding: 40px 0 0 0;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    cursor: default;
}
/*6.2 FEATURES*/


#features {overflow: hidden;}
#features .container {
    position: relative;
}
#features img {
    position: absolute;
    top: 0;
    right: 0
}
#features .section-subheading {
    margin-bottom: 30px;
    margin-top: 5px;
    max-width: 450px;
    float: left;
    line-height: 25px;
}
.features-tabs .tabs {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    background-color: white;
    border: 1px solid #d1d1d1;
    margin-top: 100px;
}
.features-tabs.faq .tabs {
    margin-top: 30px;
    margin-bottom: 20px;
}
.features-tabs.faq .tabs {
    width: 100%;
}
.features-tabs .tab {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    display: inline-block;
    zoom: 1;
    background: none;
    border: none;
    border-bottom: none;
    text-align: center;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 58px;
    line-height: 60px;
    background: #fafafa;
    margin: 0;
}
.features-tabs .tab a {
    color: #bbb;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.features-tabs .tab.active {
    background: #fff;
}
.features-tabs .tab a.active {
    color: #1c1f2b
}
.features-tabs .tab:hover a {
    color: #1c1f2b
}
.features-tabs .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}
.features-tabs .tab a .triangle {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.features-tabs .tab a.active .triangle {
    border-bottom: 0;
    visibility: visible;
    width: 0;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d1d1d1;
    opacity: 1;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
}
.features-tabs .tab .triangle .inner-triangle {
    display: block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: 2px;
    position: absolute;
    left: -8px;
}
#features-tab1 img {
    margin-right: -200px;
}
#features-tab2 img {
    margin-right: -200px;
}
#features-tab3 img {
    margin-right: -200px;
}
.features-tabs ul,
.list-features {
    padding-left: 0px;
    margin-bottom: 50px;
}
.features-tabs li,
.list-features li {
    background: url(../img/checked.png) no-repeat left 24px;
    padding: 25px 0 0 40px;
    list-style: none;
    margin: 0;
    color: #666;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-left: 20px;
}
.feature-page {
    margin-top: 50px;
    padding: 30px 0;
}
.feature-page h1 {
    margin: 0 0 20px 0; 
    font-size: 58px; 
    font-weight: 600;
    letter-spacing: -1.5px;
}
.feature-page h1 u {
    text-decoration: none;
    position: relative;
}
.feature-page h1 u:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 5px;
    height: 4px;
    background: rgb(30,146,195);
    background: linear-gradient(90deg, rgba(30,146,195,1) 0%, rgba(20,85,112,1) 100%);
    width: 0%;
    animation: swooshLineLeft 1s forwards;
    animation-delay: 0.3s;
}
.feature-page h1 u:before {
    content: '';
    position: absolute;
    display: block;
    left: 90%;
    bottom: 5px;
    height: 4px;
    background: rgb(20,85,112);
    width: 0%;
    animation: swooshLineRight 2s forwards;
    animation-delay: 0.3s;
}
.feature-page p {
    font-size: 26px; 
    line-height: 36px;
    margin: 0 0 40px 0;
    letter-spacing: -0.5px;
    max-width: 500px;
}
.feature-page .cta {
    margin-left: 0;
    padding: 10px 40px;
}
.feature-img img {
    margin: 0;
    display: block;
    position: absolute;
}
.feature-img .banner__blob {
    position: absolute;
    left: -100px;
    top: -550px;
    z-index: -3;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes swooshLineLeft {
    from {
        width: 0%;
    }
    to {
        width: 70%;
    }
}
@keyframes swooshLineRight {
    0% {
        width: 0%;
    }
    35% {
        width: 0%;
    }
    100% {
        width: 10%;
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.shadow-box {
    background-color: #ffffff;
    box-shadow: 0 0px 28px rgba(69, 70, 88, 0.1), 0 10px 10px rgba(69, 70, 88, 0.1);
    max-width: 600px;
    margin: 52px auto 0 auto;
    border-radius: 5px;
}

.shadow-box .flex-fit {
    display: flex;
    padding: 20px;
}

.shadow-box .flex-fit .flex-item {
    flex: 1;
}

.shadow-box .shadow-box-header {
    background-color: rgb(37, 42, 56);
    padding: 20px;
    font-size: 13px;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.shadow-box .shadow-box-header:first-child {
    border-radius: 5px 5px 0 0;
}

.shadow-box .price {
    padding: 0 10px 0 10px;
    position: relative;
    text-align: center;
}

.shadow-box .price input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid rgb(234, 212, 167);
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    background-color: rgb(234, 212, 167);
    margin: 0 0 10px 0;
    outline: none;
    color: rgb(135, 52, 17);
    border-radius: 2px;
}

.shadow-box .price input[readonly] {
    cursor: default;
}

.shadow-box .price:not(.non):before {
    content: '$';
    display: block;
    position: absolute;
    left: 20px;
    top: 8px;
}

.shadow-box .total {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: rgb(220, 74, 74);
}

.shadow-box .total b {
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.shadow-box .total.green {
    color: rgb(86, 149, 84);
}

.shadow-box .desc {
    font-size: 13px;
    margin-right: 30px;
}


/*6.3 VIDEO*/

#video .section-subheading {
    margin-bottom: 55px;
}
.video-container {
    position: relative;
}
.video-container a {
    display: block;
    cursor: pointer;
    width: 630px;
    margin: auto;
}
.video-container img {
    margin: auto;
    display: block;
}
.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -48px;
    width: 76px;
    height: 76px;
    background-color: rgba(39, 49, 64, 0.6);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    cursor: pointer;
}
.video-container a:hover .play-video {
    background-color: rgba(39, 49, 64, 1);
}
.play-video .fa-play {
    width: 22px;
    height: 26px;
    color: white;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    top: 25px;
    left: 30px;
}
#video {
    background: url(../img/video/videobg.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
#video .overlay {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
}
.video-socials {
    position: relative;
    margin: auto;
    width: auto;
    text-align: center;
    margin-top: 45px;
}
.video-socials a:hover .fa {
    color: rgb(37, 42, 56)
}
.video-socials .fa {
    color: white;
    margin: 0 17px;
    font-family: FontAwesome;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
}
.video-modal {
    padding: 0!important;
    background: rgba(39, 49, 64, 0.5);
}
.video-modal iframe {
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    box-sizing: content-box;
    box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.video-modal .modal-content {
    padding: 0;
    border: 0;
    position: fixed;
    width: 712px;
    left: 50%;
    margin-top: -200px;
    top: 50%;
    margin-left: -356px;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}
/*6.4 SOLUTIONS*/

.chart {
    position: relative;
    display: block;
    margin: 0 auto 40px auto;
    width: 230px;
    height: 230px;
    line-height: 230px;
    letter-spacing: -1px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 48px;
    color: #1c1f2b;
    background: #fff;
    border-radius: 50%;
}
.chart .percent {
    font-size: 28px;
    position: relative;
    margin-left: 3px;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.chart-content {
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.chart-content h4 {
    color: #666;
    font-family: "PTSans", sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    position: relative;
    top: -6px;
}
.chart-content .nc-icon-outline {
    color: #1c1f2b;
    display: inline-block;
    font-size: 30px;
}
/*6.5 PRICING*/

.pricing {
    overflow: hidden;
    position: relative;
    border: 2px solid #e6e6e6;
    border-top: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin: 0;
}
.pricing.active {
    background-color: #1c1f2b;
    border: 2px solid #1c1f2b;
    opacity: 0.85;
    border-top: 0;
}
.pricing-title {
    background-color: #1c1f2b;
    border-radius: 2px 2px 0 0;
    text-align: center;
    color: white;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 62px;
    height: 60px;
}
.pricing .pricing-row {
    padding-top: 23px;
    float: left;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    width: 100%;
}
.pricing .pricing-row.selected {
    background-color: whitesmoke;
    font-weight: bold;
    color: #666;
    font-size: 14px;
    padding-top: 13px;
    margin-top: 10px;
    margin-bottom: -13px;
    padding-bottom: 13px;
}
.pricing.active .pricing-row.selected {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.pricing .col-lg-3 {
    padding: 50px 0 20px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    line-height: 25px;
    color: #1c1f2b;
    width: 100%;
    text-align: center;
}
.pricing.active .col-lg-3 {
    color: #fff;
}
.pricing .button-container {
    text-align: center;
    position: relative;
    padding: 42px 0 45px 0;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.pricing .pricing-price {
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 42px;
    display: inline-block;
}
.pricing .pricing-time {
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 5px;
    font-size: 30px;
}
.pricing .iconita {
    line-height: 52px;
    font-size: 48px;
    height: 52px;
}
.pricing .pricing-title {
    font-weight: 700;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 32px;
}
.pricing .pricing-features {
    min-height: 400px;
}
.pricing .pricing-option {
    text-transform: capitalize;
    text-align: center;
    line-height: 1;
    color: #666;
    font-family: "PTSans", sans-serif;
    font-size: 15px;
}
.pricing .pricing-option small {
    font-size: 10px;
}
.pricing .pricing-row.selected .pricing-option {
    font-size: 14px;
}
.pricing .pricing-option.selected {
    background: #3595f8;
}
.pricing.active .pricing-option {
    color: #fff;
}
.pricing .pricing-row.selected .fa {
    font-size: 13px;
    top: 0;
}
.pricing .fa {
    color: #1c1f2b;
    font-size: 11px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.pricing.active .fa {
    color: #fff;
}
.pricing .currency {
    font-size: 34px;
    margin-right: 5px;
    position: relative;
    top: -20px;
}
.pricing .billing-time {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
}
.pricing.active .billing-time {
    color: #fff;
}
.pricing .secondary-button {
    background: rgb(81, 119, 196);
    border: 2px solid rgb(81, 119, 196);
    padding: 0 50px;
}
.pricing .secondary-button:hover {
    background: rgb(81, 119, 196);
    color: #ffffff;
    margin-top: -2px;
    border: 2px solid rgb(81, 119, 196);
    margin-bottom: 2px;
    box-shadow: 2px 2px 3px 1px rgba(37, 42, 56, .2);
}
.pricing .secondary-button.secondary-button-inverse:hover {
    background: #1c1f2b;
}
/*6.6 TESTIMONIALS*/

#testimonials {
    padding-bottom: 150px !important;
    margin: 100px 0 0 0;
    background-color: rgb(247, 249, 255);
}
.tt-content h3 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.65;
    text-align: center;
    color: #333;
    margin: auto;
    font-family: 'Source Sans Pro', sans-serif;
    max-width: 850px;
}
.tt-content h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    padding-top: 20px;
}
.tt-content .content {
    font-size: 16px;
    font-weight: 400;
}
.tt-content .tt-container {
    margin-top: 15px;
    text-align: center;
}
.tt-images {
    text-align: center;
    margin-bottom: -42px;
    font-size: 0;
}
.tt-image {
    display: inline-block;
    margin: 0;
    /*   border: 2px solid #D1D1D1;*/
    
    border-radius: 90px;
    margin: 0 15px;
}
.tt-image img {
    display: inline-block;
    width: 84px;
    height: 84px;
    border-radius: 90px;
}
.tt-quote {
    font-size: 75px;
    font-weight: 700;
    line-height: 70px;
    margin-right: 20px;
    float: left;
    color: #D1D1D1;
    display: block;
    margin-bottom: 40px;
    margin-left: 2px;
}
.tt-quote-right {
    float: right;
    margin-right: 0;
    position: relative;
    margin-left: 20px;
    bottom: 0;
    margin-bottom: 0;
}
#testimonials .owl-pagination {
    position: absolute;
    width: 100%;
}
#testimonials .owl-controls span {
    width: 84px;
    height: 84px;
    opacity: 0.65;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    border-radius: 90px;
    margin: 0 15px;
}
#testimonials .owl-controls .owl-page:hover span,
#testimonials .owl-controls .owl-page.active span {
    opacity: 0;
}
/*6.7 TEAM*/

.team-member {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.team-member img {
    margin: 0 auto;
    border: none;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.team-content {
    padding: 50px;
    background: #1c1f2b;
    color: #fff;
    position: relative;
    z-index: 100;
    margin-top: -50px;
}
.team-member-down .team-content {
    margin-top: 0;
    margin-bottom: -50px;
}
.team-content h5 {
    font-family: "PTSans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
}
.team-content .team-subtitle {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    line-height: 1.2;
}
.team-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.team-content .triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 10px solid #1c1f2b;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
}
.team-member-down .triangle {
    border-bottom: 0;
    border-top: 10px solid #1c1f2b;
    top: auto;
    bottom: -10px;
}
.team-member:hover .triangle {
    border-bottom: 700px solid;
    border-color: #1c1f2b;
    opacity: 0.85;
    border-left: 700px solid transparent;
    border-right: 700px solid transparent;
    margin-left: -700px;
    top: -650px;
}
.team-member-down:hover .triangle {
    border-bottom: 0;
    top: auto;
    border-top: 700px solid;
    border-color: #1c1f2b;
    opacity: 0.85;
    border-left: 700px solid transparent;
    border-right: 700px solid transparent;
    margin-left: -700px;
    bottom: -650px;
}
.team-member:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.team-member-down:hover img {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.team-socials {
    position: absolute;
    top: 215px;
    width: 100%;
    z-index: 101;
    margin: auto;
    text-align: center;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.team-member-down .team-socials {
    top: auto;
    bottom: 215px;
}
.team-socials a:hover .fa {
    color: rgb(37, 42, 56)
}
.team-socials .fa {
    color: white;
    margin: 0 15px;
    font-family: FontAwesome;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
}
.team-member:hover .team-socials {
    opacity: 1;
    visibility: visible;
}
/*6.8 CLIENTS*/

#clients {
    padding: 100px 0 80px 0;
}

#clients .owl-controls .owl-buttons {
    display: block;
}
#testimonials .owl-controls {
    text-align: center;
    margin-top: 40px;
}
#clients .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    z-index: 1;
}
#clients .slider {
    max-width: 1024px;
    margin: 38px auto
}
#clients .slider img {
    display: block;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.30;
}
#clients .slider img:hover {
    opacity: 1;
}
/*6.9 SUBSCRIBE*/

#subscribe {
    padding: 50px;
}
#subscribe h3 {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 300;
    float: left;
    margin: 0;
    line-height: 50px;
}
#subscribe .subscribe-form {
    float: right;
    position: relative;
}

#subscribe-success {
    position: absolute;
    top: 0;
    width: 100%;
}

#subscribe-success .alert-success {
    margin: 0;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    color: rgb(37, 42, 56);
}

#subscribe #subscribe-success .close {
    outline: none;
}

#subscribe #subscribe-success .close:hover {
    color: rgb(37, 42, 56);
}



#subscribe .subscribe-form input {
    width: 400px;
    border-radius: 2px;
    height: 50px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    padding: 0 20px;
}
#subscribe .subscribe-form button[type="submit"] {
    width: 150px;
    border: 2px solid white;
    height: 50px;
    color: inherit;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    background-color: white;
    border-radius: 2px;
    float: right;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


#subscribe .subscribe-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#subscribe .subscribe-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#subscribe .subscribe-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#subscribe .subscribe-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
#subscribe .subscribe-form button:hover {
    color: #fff;
    background: none;
}
#subscribe .subscribe-form input:focus {
    box-shadow: none;
    border: 1px solid #fff;
    outline: none;
}
/*6.10 CONTACT*/

#contact {
    background-color: #fff;
    position: relative;
}
#contact .contact-form-container {
    float: right;
    width: 570px;
}
#contact .form-group {
    margin-bottom: 30px;
    float: left;
    width: 270px;
    position: relative;
}
#contact .form-textarea {
    width: 100%;
}
#contact .form-group input,
#contact .form-group textarea {
    padding: 20px;
    float: left;
    border-radius: 2px;
    resize: none;
}
#contact .section-subheading {
    margin-bottom: 50px;
    margin-top: 30px;
    line-height: 25px;
}
#contact .form-group input.form-control {
    border-radius: 2px;
    width: 100%;
    height: 50px;
    background-color: white;
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid #ccc;
}
#contact .form-group textarea.form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    border-radius: 2px;
    min-height: 150px;
}
#contact .form-group textarea.form-control:focus,
#contact .form-group input.form-control:focus {
    border-color: #1c1f2b;
    box-shadow: none;
    outline: none;
}
#contact .text-danger ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    top: 0;
    max-width: 130px;
    padding-top: 11px;
    right: 20px;
    position: absolute;
}
#contact .text-danger {
    color: #1c1f2b;
    margin: 0;
}
.contact-map-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    margin-left: -85px;
}
.contact-map-container #map {
    width: 100%;
    height: 100%;
}
#contactForm .alert-success {
    color: #1c1f2b;
    background-color: #fff;
    border-color: #1c1f2b;
    padding: 14px;
    border-radius: 2px;
}
/* --------------------------------------
7.FOOTER
-----------------------------------------*/

footer {
    padding: 50px 0 40px 0;
    background-color: rgb(37, 42, 56);
}
.lower-footer span,
.lower-footer a {
    opacity: 0.6;
    color: white;
    font-family: "PTSans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    margin-right: 25px;
}
.lower-footer a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.lower-footer a:hover {
    opacity: 1;
    text-decoration: none;
}
.lower-footer .pull-right a {
    margin: 0;
    margin-left: 35px;
    float: left;
    display: inline-block;
}
.upper-footer .fa {
    opacity: 0.6;
    color: white;
    font-family: PTSans;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    margin-right: 25px;
    margin-top: 25px;
    opacity: 1;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
}
.lower-footer {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 40px;
    width: 100%;
    float: left;
}
.upper-footer {
    width: 100%
}
.upper-footer .pull-right {
    width: 800px;
}
.upper-footer .pull-left p {
    opacity: 0.6;
    max-width: 250px;
    margin-top: 30px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
}
.upper-footer .pull-left a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.upper-footer .pull-left a:hover {
    opacity: 0.5;
}
.footer-nav {
    float: right;
    max-width: 200px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
.footer-nav li {
    width: 200px;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}
.footer-nav a {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0;
    display: inline-block;
    text-align: left;
    float: left;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-nav a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.footer-nav b {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------*/
/* 8. ICONS
/*-----------------------------------------------------------------*/

.iconspage header {
    text-align: center;
    padding: 120px 0 0;
}
.iconspage header h1 {
    font-size: 2rem;
}
.iconspage header p {
    font-size: 1.4rem;
    margin-top: .6em;
}
.iconspage header a:hover {
    text-decoration: underline;
}
.iconspage section {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
}
.iconspage section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 1em .2em;
    margin-bottom: 1em;
}
.iconspage ul::after {
    clear: both;
    content: "";
    display: table;
}
.iconspage ul li {
    width: 25%;
    float: left;
    padding: 16px 0;
    text-align: center;
    border-radius: .25em;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.iconspage ul li:hover {
    background: #dbdbdb;
}
.iconspage ul p {
    display: inline-block;
    font-size: 1rem;
    margin-top: 10px;
    color: #999999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nc-icon-outline {
    display: inline-block;
    font: 100 32px/1 'Nucleo Outline';
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nc-icon-outline.email:before {
    content: "\ed04";
}
.nc-icon-outline.dashboard:before {
    content: "\ecf6";
}
.nc-icon-outline.studiopanel:before {
    content: "\e73d";
}
.nc-icon-outline.sms:before {
    content: "\e74e";
}
.nc-icon-outline.social:before {
    content: "\ed50";
}
.nc-icon-outline.showsched:before {
    content: "\ece7";
}
.nc-icon-outline.arrowright:before {
    content: "\ea6c";
}



.nc-icon-outline.arrowright.small {
    font-size: 9px;
}


/*-----------------------------------------------------------------*/
/* 9 LIVE PREVIEW
/*-----------------------------------------------------------------*/

#customizer {
    position: fixed;
    top: 100px;
    padding: 20px;
    background: #fff;
    width: 190px;
    left: -190px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    font-weight: 300;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}
#customizer.active {
    left: 0;
}
#customizer li {
    list-style-type: none;
}
.options {
    background: #fff;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 30px;
    top: 0;
    right: -44px;
    cursor: pointer;
    border-left: none;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.options .pc {
    color: rgb(37, 42, 56);
    font-size: 25px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 11px;
}
#colors li a {
    display: block;
    width: 35px;
    float: left;
    height: 35px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 0px;
    border: none;
    border-radius: 2px;
    font-size: 0;
    text-indent: -9999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
#colors li a:hover {
    opacity: 0.75;
}
#customizer span {
text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 5px;
    display: block;
    float: left;
    font-weight: 900;
    font-style: normal;
    color: rgb(37, 42, 56);
    text-align: left;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 14px;
    width: 100%;
    
}
#headerbg {    padding-left: 0;
    float: left;
    margin-bottom: 15px;}
#headerbg li a {
       color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    float: left;
        -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;    
}
#headerbg li a.active,
#headerbg li a.active:hover { color: #1c1f2b }

#headerbg li a:hover {color: #000;}

#customizer #colors {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
#colors li #blue {
    background: #1c1f2b;
}
#colors li #green {
    background: #8BC34A;
}
#colors li #teal {
    background: #009688;
}
#colors li #indigo {
    background: #3f51b5;
}
#colors li #magenta {
    background: #c2185b;
}
#colors li #orange {
    background: #ff9800;
}