/*
Template Name: DropX - Multipurpose Flexible Landing Page Template
Version: 1.1
Author: PxlSolutions
Author URI: http://themeforest.net/user/pxlsolutions
Description: Landing Page Template

[TABLE OF CONTENTS]

01. Global Styles
02. Preloader
03. Navigation Bar
04. Section
05. Section Hero
06. Section Introduction
07. Section Clients
08. Section Features
09. Section Showcase
10. Section Team
11. Section Pricing
12. Section Testimonials
13. Section Blog
14. Section CTA
15. Section Contact
16. Section Subscribe
17. Footer
18. Elements
19. Responsive
*/
/*-----------------------------------------------------------------*/
/*                      GLOBAL STYLES                              */
/*-----------------------------------------------------------------*/
body {
    color: #2b2b2b;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway",sans-serif;
}

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

ul {
    padding: 0;
    margin: 0;
}

li {
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 10px;
}

li i {
    margin-right: 15px;
}

p {
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 26px;
    margin: 0 0 20px;
}

a {
    color: #1bbe9f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:focus {
    outline: 0;
}

/*-----------------------------------------------------------------*/
/*                      PRELOADER                                  */
/*-----------------------------------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    background-color: #23475B;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.preloader:before,.preloader:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
}

.preloader:before {
    background-color: #ed5f6b;
    left: 50%;
    -webkit-animation: animation_left_round 1.8s infinite ease-in-out;
    animation: animation_left_round 1.8s infinite ease-in-out;
}

.preloader:after {
    background-color: #FFF;
    right: 50%;
    -webkit-animation: animation_right_round 1.8s infinite ease-in-out;
    animation: animation_right_round 1.8s infinite ease-in-out;
}

@-webkit-keyframes animation_left_round {
    0%,100% {
        -webkit-transform: translate3d(50%,-50%,0);
        transform: translate3d(50%,-50%,0);
    }

    50% {
        -webkit-transform: translate3d(-150%,-50%,0);
        transform: translate3d(-150%,-50%,0);
    }
}

@keyframes animation_left_round {
    0%,100% {
        -webkit-transform: translate3d(50%,-50%,0);
        transform: translate3d(50%,-50%,0);
    }

    50% {
        -webkit-transform: translate3d(-150%,-50%,0);
        transform: translate3d(-150%,-50%,0);
    }
}

@-webkit-keyframes animation_right_round {
    0%,100% {
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }

    50% {
        -webkit-transform: translate3d(150%,-50%,0);
        transform: translate3d(150%,-50%,0);
    }
}

@keyframes animation_right_round {
    0%,100% {
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }

    50% {
        -webkit-transform: translate3d(150%,-50%,0);
        transform: translate3d(150%,-50%,0);
    }
}

/*-----------------------------------------------------------------*/
/*                      NAVIGATION BAR                             */
/*-----------------------------------------------------------------*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 40px 0;
    padding: 14px 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-default .navbar-nav li {
    padding: 0;
}

.navbar-default .navbar-nav li a {
    color: #eaeaea;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 7px 30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-default .navbar-nav li a.current {
    color: #1bbe9f;
}

.navbar-default .navbar-nav li a:focus {
    color: #1bbe9f;
    outline: none;
}

.navbar-default .navbar-nav li:last-child a {
    padding-right: 15px;
}

.navbar-default .navbar-nav li:hover a {
    color: #1bbe9f;
}

.navbar-default.shrink {
    background: #23475B;
    margin: 0;
    padding: 20px 0;
}

.navbar-default.shrink li a {
    font-weight: 400;
    padding: 7px 25px;
}

.navbar-brand {
    height: 26px;
    padding: 4px 15px;
    line-height: 50px;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-toggle {
    padding: 9px 7px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #1bbe9f;
    border: 0;
    border-radius: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover {
    background-color: #19ab8f;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 0;
}

/*-----------------------------------------------------------------*/
/*                      SECTION                                    */
/*-----------------------------------------------------------------*/
section {
    overflow: hidden;
    padding: 70px 0;
    position: relative;
}

.section-header {
    margin-bottom: 70px;
    padding: 0 15px;
    text-align: center;
}

.section-header h2 {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .025em;
    margin: 0 0 14px;
}

.section-header span {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .025em;
}

section.gray {
    background: #f7f7f7;
}

section.with-bg .section-header {
    margin-bottom: 70px;
    text-align: center;
    position: relative;
    z-index: 1;
}

section.with-bg .section-header h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .025em;
    margin: 0 0 14px;
}

section.with-bg .section-header span {
    color: #FFF;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .025em;
}

section.with-bg .section-content {
    position: relative;
    z-index: 1;
}

/*-----------------------------------------------------------------*/
/*                      SECTION HERO                               */
/*-----------------------------------------------------------------*/
.hero {
    background: url(../images/4.jpg) top center no-repeat;
    height: 740px;
    width: 100%;
}

.hero .cta {
    top: calc(50% - 80px);
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hero .cta h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: .05em;
    margin: 0 0 25px;
}

.hero .cta h2 span {
    font-weight: 600;
}

.hero .cta p {
    color: #FFF;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: .05em;
    line-height: 1.9;
    margin: 0 0 25px;
}

.hero .cta a.btn:last-child {
    margin-left: 20px;
}

/* === Hero Image === */
.hero .cta.with-img {
    bottom: -70px;
    top: initial;
}

.hero .cta.with-img .big-image {
    margin-top: 40px;
}

/* === Hero Video === */
.hero .cta.with-video {
    top: calc(30% - 95px);
}

.hero .cta .hero-video {
    border-radius: 5px;
    overflow: hidden;
    outline: none;
    margin: 0 auto 40px;
    max-height: 440px;
    text-align: center;
    position: relative;
    width: 767px;
}

.hero .cta .hero-video img {
    width: 100%;
}

.hero .cta .hero-video span.play-button {
    background: #ed5f6b;
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    left: calc(50% - 50px);
    text-align: center;
    top: calc(50% - 50px);
    position: absolute;
    width: 100px;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hero .cta .hero-video span.play-button i {
    color: #FFF;
    font-size: 40px;
    line-height: 100px;
    margin-left: 10px;
}

.hero .cta .hero-video .video-overlay {
    background: rgba(255,255,255,0.25);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

.hero .cta .hero-video:hover span.play-button {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* === Hero Form === */
.hero .cta.with-form {
    top: calc(50% - 190px);
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hero .cta.with-form ul {
    color: #FFF;
    list-style: none;
    letter-spacing: 0.05em;
}

.hero .cta.with-form ul li{
    padding: 0 0 20px;
}

.hero .cta.with-form ul li:before {
    content: "\f111";
    color: #ed5f6b;
    font-family: 'FontAwesome';
    font-size: 6px;
    padding-right: 30px;
    vertical-align: middle;
}

.hero .cta.with-form .trial-form {
    background: #1e3d4f;
    padding: 45px;
}

.hero .cta.with-form .trial-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.hero .cta.with-form .trial-form .form-group i {
    color: #CCC;
    line-height: 46px;
    position: absolute;
    right: 30px;
}

.hero .cta.with-form .trial-form .form-control { 
    height: 46px;
}

.hero .cta.with-form .trial-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9e9e9e;
}

.hero .cta.with-form .trial-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #9e9e9e;
}

.hero .cta.with-form .trial-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #9e9e9e;
}

.hero .cta.with-form .trial-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #9e9e9e;
}

.hero .cta.with-form .trial-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #9e9e9e;
    padding: 0 30px;
}

.hero .cta.with-form .trial-form h3 {
    color: #FFF;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 45px;
    text-transform: uppercase;
}

.hero .cta.with-form .trial-form p {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin: 25px 0 0;
}

/* === Hero Subscribe === */
.hero .cta.with-subscribe .form-control {
    border-radius: 5px;
    height: 46px;
}

.hero .cta.with-subscribe .hero-form-row {
    max-width: 700px;
    margin: 0 auto;
}

/* === Hero Mousewheel === */
.hero .wheel-wrap {
    bottom: 25px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hero .wheel-wrap span.mousewheel {
    border: solid 2px #FFF;
    border-radius: 8px;
    display: inline-block;
    height: 30px;
    position: relative;
    width: 20px;
}

.hero .wheel-wrap span.mousewheel:after {
    background: #FFF;
    border-radius: 6px;
    content: '';
    height: 5px;
    left: 6px;
    top: 7px;
    position: absolute;
    width: 4px;
}

.hero .overlay {
    background: rgba(41,88,112,0.7);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

/*-----------------------------------------------------------------*/
/*                      SECTION INTRODUCTION                       */
/*-----------------------------------------------------------------*/
.intro ul li {
    list-style: none;
    letter-spacing: .02em;
}

.intro ul li i {
    color: #ed5f6b;
}

.intro ul li span {
    background: #ed5f6b;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 15px;
    height: 25px;
    text-align: center;
    width: 25px;
}

/*-----------------------------------------------------------------*/
/*                      SECTION CLIENTS                            */
/*-----------------------------------------------------------------*/
.clients .row {
    border-bottom: solid 1px #efefef;
}

.clients .row:last-child {
    border-bottom: 0;
}

.clients .item {
    border-right: solid 1px #efefef;
    padding: 50px 0;
    text-align: center;
}

.clients .item img {
    opacity: .3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.clients .item img:hover {
    opacity: 1;
}

.clients .item:last-child {
    border-right: 0;
}

/*-----------------------------------------------------------------*/
/*                      SECTION FEATURES                           */
/*-----------------------------------------------------------------*/
.features .item {
    min-height: 135px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.features .item .icon-wrap {
    float: left;
}

.features .item .icon-wrap .icon {
    background: #1bbe9f;
    border-radius: 5px;
    display: block;
    line-height: 100px;
    height: 80px;
    text-align: center;
    width: 80px;
}

.features .item .icon-wrap .icon i {
    color: #FFF;
    font-size: 40px;
}

.features .item .description {
    margin-left: 100px;
}

.features .item .description h3 {
    color: #464646;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.features .item .description p {
    color: #464646;
    margin-bottom: 0;
}

.features .item:nth-child(4) {
    min-height: auto;
}

.features .item:nth-child(5) {
    min-height: auto;
}

.features .item:nth-child(6) {
    min-height: auto;
}

/*-----------------------------------------------------------------*/
/*                      SECTION SHOWCASE                           */
/*-----------------------------------------------------------------*/
.showcase {
    background: url(https://placehold.it/1920x870) top center repeat;
}

.showcase .overlay {
    background: rgba(41,88,112,0.7);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

.showcase .showcase-slide {
    border-radius: 8px;
    height: 440px;
    padding: 50px 0;
    margin: 0;
    overflow: hidden;
}

.showcase .showcase-slide .slick-list {
    overflow: visible;
}

.showcase .showcase-slide .item {
    border-radius: 5px;
    cursor: ew-resize;
    width: 580px;
    height: 340px;
    outline: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.showcase .showcase-slide .item img {
    max-width: 100%;
}

.showcase p.extra-desc {
    color: #FFF;
    margin: 75px 0 0;
}

.showcase .slick-center {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

/*-----------------------------------------------------------------*/
/*                      SECTION TEAM                               */
/*-----------------------------------------------------------------*/
.team .item .thumb {
    background: #1bbe9f;
    height: 260px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team .item .thumb:hover {
    background: #23475B;
}

.team .item .title {
    color: #464646;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 12px;
    text-transform: uppercase;
}

.team .item .position {
    color: #464646;
    font-size: 16px;
    font-weight: 300;
}

.team .item .social-icons {
    margin-top: 15px;
}

.team .item .social-icons a {
    background: #1bbe9f;
}

.team .item .social-icons a:hover {
    background: #19ab8f;
}

/*-----------------------------------------------------------------*/
/*                      SECTION PRICING                            */
/*-----------------------------------------------------------------*/
.pricing .price-table {
    background: #f6f6f6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pricing .price-table .header {
    padding: 40px 0;
}

.pricing .price-table .header i {
    color: #337ab7;
    font-size: 48px;
}

.pricing .price-table .header h2 {
    color: #6d6d6d;
    font-size: 24px;
    font-weight: 100;
    margin: 20px 0;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.pricing .price-table .header h1 {
    color: #6d6d6d;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 900;
    margin: 20px 0 0;
    letter-spacing: .025em;
}

.pricing .price-table .content ul {
    list-style: none;
}

.pricing .price-table .content ul li {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .025em;
    text-align: center;
    padding: 20px 0;
}

.pricing .price-table .content ul li.even {
    background: #EFEFEF;
}

.pricing .price-table .footer {
    background: transparent;
    text-align: center;
    padding: 40px 0;
}

.pricing .price-table:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pricing .price-table.recommend {
    background: #23475B;
    color: #FFF;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pricing .price-table.recommend .header i {
    color: #ed5f6b;
}

.pricing .price-table.recommend .header h2 {
    color: #FFF;
}

.pricing .price-table.recommend .header h1 {
    color: #FFF;
}

.pricing .price-table.recommend .content ul li.even {
    background: #204458;
}

.pricing .price-table.recommend:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*-----------------------------------------------------------------*/
/*                      SECTION TESTIMONIALS                       */
/*-----------------------------------------------------------------*/
.testimonials .slick-list {
    margin: 0 auto;
    width: 560px;
}

.testimonials p {
    text-align: center;
}

.testimonials .user {
    margin: 45px auto 0;
    width: 230px;
}

.testimonials .user .thumb {
    background: #1bbe9f;
    border-radius: 50%;
    height: 70px;
    overflow: hidden;
    width: 70px;
    float: left;
}

.testimonials .user .info {
    margin-left: 90px;
}

.testimonials .user .info h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .025em;
    margin: 12px 0 8px;
}

.testimonials .user .info span {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .025em;
}

/*-----------------------------------------------------------------*/
/*                      SECTION BLOG                               */
/*-----------------------------------------------------------------*/
.blog .item .thumb {
    background: #1bbe9f;
    height: 262px;
    overflow: hidden;
}

.blog .item h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 20px 0 15px;
}

.blog .item h2 a {
    color: #464646;
}

.blog .item h2 a:hover {
    color: #ed5f6b;
    text-decoration: none;
}

.blog .item p {
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------*/
/*                      SECTION CTA                                */
/*-----------------------------------------------------------------*/
.cta-footer {
    background: url(https://placehold.it/1920x300) top center no-repeat;
    color: #FFF;
    text-align: center;
}

.cta-footer h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .025em;
    margin: 0 0 20px;
}

.cta-footer p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .025em;
}

.cta-footer .buttons a {
    margin-right: 20px;
}

.cta-footer .buttons a:last-child {
    margin-right: 0;
}

.cta-footer .overlay {
    background: rgba(41,88,112,0.7);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

/*-----------------------------------------------------------------*/
/*                      SECTION CONTACT                            */
/*-----------------------------------------------------------------*/
.contact .contact-container {
    margin: 0 auto;
    width: 750px;
}

.contact .contact-container p.contact-extra {
    margin-bottom: 30px;
    text-align: center;
}

/*-----------------------------------------------------------------*/
/*                      SECTION SUBSRIBE                           */
/*-----------------------------------------------------------------*/
.subscribe {
    background: url(https://placehold.it/1920x205) top center no-repeat;
    color: #FFF;
}

.subscribe h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .025em;
    margin: 0 0 6px;
}

.subscribe p {
    color: #FFF;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .025em;
    margin: 0;
}

.subscribe .form-group {
    margin-bottom: 0;
}

.subscribe .overlay {
    background: rgba(237,95,107,0.9);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

/*-----------------------------------------------------------------*/
/*                      FOOTER                                     */
/*-----------------------------------------------------------------*/
.footer {
    background: #23475B;
    color: #FFF;
    position: relative;
}

.footer .widget h3.title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 0 0 40px;
}

.footer .about img {
    margin-bottom: 40px;
}

.footer .about p {
    color: #FFF;
    font-weight: 200;
    letter-spacing: .025em;
    margin-bottom: 40px;
}

.footer .blog .item {
    margin-bottom: 30px;
}

.footer .blog .item:last-child {
    margin-bottom: 0;
}

.footer .blog .thumb {
    background: #1bbe9f;
    float: left;
    overflow: hidden;
    height: 70px;
    width: 70px;
}

.footer .blog .title {
    margin-left: 85px;
}

.footer .blog .title h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .025em;
    line-height: 1.4em;
    margin: 0 0 10px;
}

.footer .blog .title h4 a {
    color: #FFF;
}

.footer .blog .title h4 a:hover {
    color: #1bbe9f;
    text-decoration: none;
}

.footer .blog .title span {
    color: #bebebe;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .025em;
}

.footer .contact ul {
    list-style: none;
}

.footer .contact ul li {
    margin-bottom: 10px;
}

.footer .contact ul li i {
    background: #1bbe9f;
    border-radius: 50%;
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    width: 25px;
}

.footer .contact ul li i.fa-envelope {
    font-size: 10px;
}

.footer .links ul {
    list-style: none;
}

.footer .links ul li {
    padding-bottom: 15px;
}

.footer .links ul li a {
    color: #FFF;
}

.footer .links ul li a:hover {
    color: #1bbe9f;
    text-decoration: none;
}

.footer .links ul li:before {
    content: '\f105';
    color: #1bbe9f;
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 20px;
}

.footer .copyright {
    padding: 40px 0;
}

.footer .copyright span {
    color: #ededed;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .08em;
}

.footer .copyright .footer-menu {
    list-style: none;
}

.footer .copyright .footer-menu li {
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 0 16px;
}

.footer .copyright .footer-menu li:first-child {
    padding-left: 0;
}

.footer .copyright .footer-menu li:last-child {
    padding-right: 0;
}

.footer .copyright .footer-menu li a {
    color: #ededed;
    text-decoration: none;
}

.footer .copyright .footer-menu li a:hover {
    color: #ed5f6b;
}

/*-----------------------------------------------------------------*/
/*                      ELEMENTS                                   */
/*-----------------------------------------------------------------*/
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* === Buttons === */
.btn {
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 13px 24px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    color: #23475B;
    background: #FFF;
}

.btn-default:hover {
    background: #EAEAEA;
}

.btn-primary {
    color: #FFF;
}
.btnprimary:hover {
    color: #FFF;
}

.btn-secondary {
    background: #ed5f6b;
    color: #FFF;
}

.btn-secondary:hover {
    background: #d44f5a;
    color: #FFF;
}

.btn-lg {
    padding: 21px 24px;
}

.btn-icon i {
    margin-right: 10px;
}

.btn-full {
    width: 100%;
}

/* === Form Control === */
.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.6;
    color: #555;
    background-color: #ebebeb;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #C7C7C7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 30px;
}

/* === Social Icons === */
.social-icons {
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    padding: 0;
}

.social-icons li a {
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
    display: block;
    line-height: 42px;
    height: 40px;
    width: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-icons li a i {
    color: #FFF;
    font-size: 20px;
    margin: 0;
}

.social-icons li a:hover {
    background: #ed5f6b;
}

/* === Slick Slide === */
.slick-slide {
    outline: none;
}

.slick-dots {
    bottom: -45px;
    position: relative;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 12px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin: 0;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ed5f6b;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #e5e5e5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    color: #ed5f6b;
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 5px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,0%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #1bbe9f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slick-prev:hover,.slick-next:hover {
    background: #19ab8f;
}

.slick-prev:focus,.slick-next:focus {
    background: #19ab8f;
}

.slick-prev:before,.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}

/*-----------------------------------------------------------------*/
/*                      RESPONSIVE                                 */
/*-----------------------------------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1170px) {
    .team .item .thumb {
        height: 212px;
    }
}

@media only screen and (max-width: 991px) {
    .hero .cta .hero-video {
        width: 100%;
    }

    .team .item,.intro .about,.footer .widget {
        margin-top: 30px;
    }

    .footer .widget:last-child {
        margin-bottom: 0;
    }

    .features .item {
        margin-bottom: 30px;
        min-height: 115px !important;
    }

    .features .item:last-child {
        margin-bottom: 0;
    }

    .slick-center {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .showcase .showcase-slide {
        padding: 0;
        height: auto;
    }

    .showcase .showcase-slide .item {
        width: auto;
        height: auto;
    }

    .blog .item {
        margin-bottom: 30px;
    }

    .subscribe .text {
        margin-bottom: 30px;
    }

    .footer .blog .item {
        max-width: initial;
    }

    .footer .copyright span {
        display: block;
        float: none !important;
        margin-bottom: 10px;
    }

    .footer .copyright .footer-menu {
        float: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        background: #23475B;
        margin: 0;
    }

    .navbar-default .navbar-nav li a {
        padding: 15px 30px;
    }

    .navbar-default.shrink {
        padding: 0;
    }

    .navbar-brand {
        padding: 14px 15px;
    }

    .hero .cta.with-video {
        top: calc(30% - 80px);
    }

    .team .item {
        width: 300px;
        margin: 30px auto 0;
        float: none;
    }

    .team .item .thumb {
        height: auto;
    }

    .pricing .price-table {
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .price-table.recommend {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .testimonials .slick-list {
        margin: 0 auto;
        width: 100%;
    }

    .blog .item {
        max-width: 400px;
        margin: 0 auto 30px;
        float: none;
    }

    .contact .contact-container {
        width: 100%;
    }

    .subscribe .form-group,.footer .widget {
        margin-bottom: 30px;
    }

    .footer .blog .item {
        max-width: initial;
    }
}

@media only screen and (max-width: 480px) {
    .hero .cta.with-video {
        top: calc(30% - 0px);
    }
}

@media only screen and (max-width: 320px) {
    .hero .cta a.btn:last-child {
        margin-left: 0;
        margin-top: 20px;
    }

    .cta-footer .buttons a {
        margin-right: 0;
    }
}