/*----------------------------------------------------------------------------------------------------------------------
          TABLE OF CONTENTS
------------------------------------------------------------------------------------------------------------------------
    1. Master
        1.1. BODY
        1.2. TYPOGRAPHY
        1.3. GLOBAL COMPONENTS
    2. PAGE PRE-LOADER
    3. HOME
        3.1. HEADER
        3.2. NAVIGATION
        3.3. ABOUT
    4. SERVICES
        4.1. SERVICES
        4.1. FUNCTIONALITY
    5. FEATURES
        5.1. FEATURES
        5.2. BENEFITS
        5.3. SIDE NAV
        5.4. VIDEO
    6. PRICING
    7. WHY AMPLE
        7.1. WHY AMPLE
        7.2. TESTIMONIAL
        7.3. INTERESTING FACTS
        7.4. SCREEN SHOTS
    8. DOWNLOAD
    9. TEAM MEMBERS
    10. CONTACT
        10.1. CONTACT FORM
        10.2. CONTACT INFO
        10.3. GOOGLE MAP
        10.4. GET IN TOUCH
            10.4.1. NEWS LETTER
            10.4.2. SOCIAL ICONS
    11. FOOTER
----------------------------------------------------------------------------------------------------------------------*/


/*Change This Color Only*/

* {
    box-sizing: border-box;
}

html, body {
    margin: 0 0 0 0;
    padding: 0;
    outline: none;
    display: block;
    font-family: "Assistant", sans-serif;
    font-size: 15px;
    background: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
}


/*Typography
----------------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, a, p, ul, li, blockquote, address, input {
    margin: 0;
    padding: 0;
    font-family: "Assistant", sans-serif;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #404040;
    word-spacing: 1px;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

a, p, li, blockquote, address, input {
    color: gray;
    font-weight: 400;
    line-height: 1.6;
    font-size: 1em;
    word-spacing: .5px;
}

a {
    color: #404040;
    outline: 0;
    border: 0;
    background: transparent;
}

a:hover, a:focus {
    text-decoration: none;
    color: #42a5f5;
}

ul, li {
    list-style: none;
}

i {
    margin: 0;
    padding: 0;
    color: #404040;
}


/*Common Elements
----------------------------------------------------------------------------------------------------------------------*/

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

section {
    position: relative;
    padding: 110px 0;
    background-color: #ffffff;
}

section .section-title {
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
    word-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

section .section-title:before {
    content: "";
    position: absolute;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    bottom: -20px;
    height: 1px;
    border-bottom: 1px solid #42a5f5;
}

section .section-title span {
    font-weight: bold;
}

section .section-title-on-overlay {
    color: #f7f7f7;
}

section .section-subtitle {
    text-align: left;
    margin-bottom: 50px;
    font-weight: 300;
    word-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

section .section-subtitle:before {
    content: "";
    position: absolute;
    width: 100px;
    left: 0;
    bottom: -20px;
    height: 1px;
    border-bottom: 1px solid #42a5f5;
}

section .section-subtitle span {
    font-weight: bold;
}

section .section-intro {
    padding: 0 10%;
    margin-bottom: 60px;
    font-size: 1.1em;
    word-spacing: .5px;
}

section .section-intro-on-overlay {
    color: #f7f7f7;
}

.subordinate-section {
    padding-top: 100px;
}


/*Swiper
----------------------------------------------------------------------------------------------------------------------*/

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-container .swiper-slide {
    padding-bottom: 50px;
}

.swiper-container .swiper-pagination {
    bottom: 0;
}

.swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    bottom: 0;
    display: inline-block;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    margin-top: 20px;
}

.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #42a5f5;
}

.one-to-another {
    margin-top: 30px;
}

.one-to-another a {
    color: #42a5f5;
}

.one-to-another a i {
    color: #42a5f5;
    margin-right: 20px;
    font-size: 20px;
}

.one-to-another a:hover {
    text-decoration: underline;
}

.ease-in-animation, .next, #back-to-top {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    transition: .3s ease-in;
}

.next {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: -25px;
    border: 1px solid #42a5f5;
    border-radius: 50%;
    background: #f6f6f6;
}

.next i {
    font-size: 24px;
    line-height: 50px;
    color: #42a5f5;
}

.next:hover {
    background: #42a5f5;
}

.next:hover i {
    color: #f7f7f7;
}

#back-to-top {
    visibility: hidden;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #42a5f5;
    background: none;
    animation-duration: 1s;
    z-index: 9;
}

#back-to-top i {
    color: #42a5f5;
    font-size: 25px;
    line-height: 40px;
}

#back-to-top:hover {
    background: #42a5f5;
}

#back-to-top:hover i {
    color: #f7f7f7;
}

#back-to-top.is-visible {
    visibility: visible;
    opacity: 1;
}

.multiple-image {
    width: 100%;
    height: auto;
    position: relative;
}

.multiple-image img {
    position: relative;
    top: 0;
}

.multiple-image .absolute-image {
    position: absolute;
    top: 0;
    left: 0;
}


/*Change This Color Only*/

#page-loader {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 6000;
    background-color: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.loader-1 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 0 5px;
    background-color: #42a5f5;
}

.loader-1 .spinner .line:nth-last-child(1) {
    animation: loadingSpinner .6s .1s linear infinite;
}

.loader-1 .spinner .line:nth-last-child(2) {
    animation: loadingSpinner .6s .2s linear infinite;
}

.loader-1 .spinner .line:nth-last-child(3) {
    animation: loadingSpinner .6s .3s linear infinite;
}

@keyframes loadingSpinner {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.loader-2 .spinner {
    width: 40px;
    height: 40px;
    position: relative;
}

.loader-2 .double-bounce1, .loader-2 .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #42a5f5;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.loader-2 .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.loader-3 .spinner {
    width: 50px;
    height: 50px;
    background-color: #42a5f5;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.loader-4 .spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.loader-4 .spinner > div {
    background-color: #42a5f5;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.loader-4 .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.loader-4 .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loader-4 .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loader-4 .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.loader-5 .folding-cube {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.loader-5 .folding-cube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.loader-5 .folding-cube .cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #42a5f5;
    -webkit-animation: foldCubeAngle 2.4s infinite linear both;
    animation: foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.loader-5 .folding-cube .cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.loader-5 .folding-cube .cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.loader-5 .folding-cube .cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.loader-5 .folding-cube .cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader-5 .folding-cube .cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loader-5 .folding-cube .cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/*Change This Color Only*/


/*Change This Color Only*/


/*Navigation
----------------------------------------------------------------------------------------------------------------------*/

.ease-animation, .navbar-default, .navbar-default .navbar-header .navbar-brand img, .top-nav-collapse .navbar-brand img, #functionality .functions {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar-default {
    background: none;
    border-color: transparent;
    padding: 20px 0;
}

.navbar-default .navbar-header {
    height: 60px;
}

@media only screen and (max-width: 991px) {
    .navbar-default .navbar-header {
        margin: 0;
        width: 100%;
        padding: 0;
    }
}

.navbar-default .navbar-header .navbar-brand {
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .navbar-default .navbar-header .navbar-brand {
        float: none;
    }
}

.navbar-default .navbar-header .navbar-brand img {
    height: 60px;
    animation-delay: .3s;
}

.navbar-default .navbar-header #nav-btn {
    font-size: 38px;
    padding: 4px 0;
    position: absolute;
    cursor: pointer;
    color: #404040;
    visibility: hidden;
    animation-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .navbar-default .navbar-header #nav-btn {
        visibility: visible;
    }
}

.navbar-default .navbar-header #nav-btn:hover, .navbar-default .navbar-header #nav-btn:active, .navbar-default .navbar-header #nav-btn:focus {
    color: #42a5f5;
}

.navbar-default .navbar-nav li a {
    line-height: 30px;
    font-size: 1.1em;
    color: #404040;
}

.navbar-default .navbar-nav li a:hover {
    color: #42a5f5;
    background: none;
}

.navbar-default .navbar-nav > .active a {
    color: #42a5f5;
    background: none;
}

.navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
    color: #42a5f5;
    background: none;
}

.top-nav-collapse {
    padding: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.top-nav-collapse .navbar-brand img {
    padding: 10px 0;
    height: 40px;
}

@media only screen and (max-width: 991px) {
    .navbar-collapse .navbar-nav {
        display: none;
    }
}

#side-nav {
    position: fixed;
    z-index: 4;
    bottom: 0;
    top: 0;
    left: -260px;
    width: 260px;
    background-color: #ffffff;
    overflow-y: auto;
    -webkit-overflow-y: auto;
    transition: all 300ms;
    -webkit-overflow-scrolling: touch;
}

#side-nav img {
    height: 40px;
    margin: 20px auto;
}

#side-nav h5 {
    text-align: center;
    width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 15px;
    padding: 0 15px 10px 30px;
    color: gray;
}

#side-nav ul {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0 15px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #d9d9d9;
}

#side-nav ul li {
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding: 0;
    list-style: none;
    text-align: center;
}

#side-nav ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 1.1em;
    color: #404040;
    padding: 0;
}

#side-nav ul li a:hover {
    background: none;
    color: #42a5f5;
    text-decoration: none;
}

#side-nav-mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    opacity: .1;
    visibility: hidden;
    z-index: 2;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

#side-nav-mask.visible {
    visibility: visible;
    opacity: 1;
}


/*Header
----------------------------------------------------------------------------------------------------------------------*/

header {
    width: 100%;
    position: relative;
    background: url("../../../../img/hero-back-2.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
}

@media (max-width: 1024px) {
    header {
        background-attachment: scroll;
    }
}

header .overlay {
    width: 100%;
    min-height: 770px;
    height: auto;
    padding-bottom: 100px;
    background: rgba(255, 255, 255, 0.75);
}

header .overlay .intro {
    width: 100%;
    height: auto;
    margin-top: 240px;
}

@media only screen and (max-width: 1199px) {
    header .overlay .intro {
        margin-top: 170px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    header .overlay .intro {
        margin-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    header .overlay .intro {
        margin-top: 150px;
    }
}

header .overlay .intro h1 {
    font-weight: 700;
    font-size: 3em;
}

header .overlay .intro h1 span {
    font-weight: 800;
    color: #42a5f5;
}

header .overlay .intro h5 {
    margin: 25px 0 40px 0;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.5;
}

header .overlay .intro a {
    min-width: 170px;
    line-height: 36px;
    border: 1px solid #42a5f5;
    color: #42a5f5;
    margin: 0 10px 20px 10px;
    padding: 6px 20px;
    font-size: 1.2em;
    border-radius: 0;
}

header .overlay .intro a:hover {
    color: #f7f7f7;
    border: 1px solid #42a5f5;
    background: #42a5f5;
}

header .overlay .intro #highlight-btn {
    background: #404040;
    color: #ffffff;
    border: 1px solid #404040;
}

header .overlay .intro #highlight-btn:hover {
    color: #42a5f5;
    border: 1px solid #404040;
}

header .overlay .intro-image {
    /*position: relative;*/
    margin-top: 130px;
}

@media only screen and (max-width: 991px) {
    header .overlay .intro-image {
        display: none;
    }
}

.solid-header {
    background: #bbdffb;
}

.solid-header .overlay {
    background: rgba(247, 247, 247, 0.7);
}

.video-header {
    background: transparent;
}

.video-header .overlay {
    background: rgba(247, 247, 247, 0.6);
}
header.inner-header .overlay {
  min-height: auto;
}
header.inner-header .overlay .intro {
  margin-top: 150px;
}

/*About
----------------------------------------------------------------------------------------------------------------------*/

#about {
    background: #f6f6f6;
}

#about p {
    padding: 0;
    margin-top: 50px;
}


/*Change This Color Only*/


/*Services
----------------------------------------------------------------------------------------------------------------------*/

#services {
    background: #ffffff;
}

@media only screen and (max-width: 991px) {
    #services {
        padding-bottom: 70px;
        /*as section has bottom padding 110px by default; (110px - service-item margin-bottom*/
    }
}

@media only screen and (max-width: 991px) {
    #services .service-item {
        margin-bottom: 40px;
    }
}

#services .service-item:hover .icon {
    background: #42a5f5;
    border: 1px solid #42a5f5;
}

#services .service-item:hover .icon i {
    color: #f7f7f7;
}

#services .service-item:hover h4 {
    color: #42a5f5;
}

#services .service-item .icon {
    width: 100px;
    height: 100px;
    border: 1px solid #404040;
    border-radius: 50%;
    background: none;
}

#services .service-item .icon i {
    font-size: 50px;
    line-height: 100px;
    color: #404040;
}

#services .service-item h4 {
    margin: 20px 0 15px 0;
}


/*Functionality
----------------------------------------------------------------------------------------------------------------------*/

.ease-animation, .navbar-default, .navbar-default .navbar-header .navbar-brand img, .top-nav-collapse .navbar-brand img, #functionality .functions {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

#functionality {
    background: #f6f6f6;
}

#functionality .functions {
    margin-top: 25px;
}

#functionality .functions .number {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #404040;
    border-radius: 50%;
    left: 100%;
    margin-left: -50px;
    margin-bottom: 15px;
}

#functionality .functions .number h4 {
    line-height: 50px;
    text-align: center;
}

#functionality .functions h5 {
    font-weight: 600;
}

#functionality .functions p {
    margin-top: 10px;
}

#functionality .functions:hover .number {
    background: #42a5f5;
    border-color: #42a5f5;
}

#functionality .functions:hover h4 {
    color: #f7f7f7;
}

#functionality .functions:hover h5 {
    color: #42a5f5;
}

#functionality img {
    margin-top: 70px;
}


/*Change This Color Only*/


/*Features
----------------------------------------------------------------------------------------------------------------------*/

#features {
    background: #ffffff;
}

#features .feature-wrapper .single-feature {
    margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
    #features .feature-wrapper .single-feature {
        margin-top: 35px;
    }
}

#features .feature-wrapper .single-feature .feature-content h5 {
    font-weight: 600;
}

#features .feature-wrapper .single-feature .feature-content p {
    padding: 0;
    margin-top: 15px;
}

#features .feature-wrapper .single-feature .feature-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #404040;
    border-radius: 50%;
    background: none;
}

#features .feature-wrapper .single-feature .feature-icon i {
    font-size: 30px;
    line-height: 60px;
    color: #404040;
}

@media only screen and (max-width: 374px) {
    #features .feature-wrapper .single-feature .feature-icon {
        width: 50px;
        height: 50px;
    }
    #features .feature-wrapper .single-feature .feature-icon i {
        font-size: 25px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 319px) {
    #features .feature-wrapper .single-feature .feature-icon {
        width: 36px;
        height: 36px;
    }
    #features .feature-wrapper .single-feature .feature-icon i {
        font-size: 18px;
        line-height: 36px;
    }
}

#features .feature-wrapper .single-feature:hover .feature-icon {
    background: #42a5f5;
    border: 1px solid #42a5f5;
}

#features .feature-wrapper .single-feature:hover .feature-icon i {
    color: #f7f7f7;
}

#features .feature-wrapper .single-feature:hover h5 {
    color: #42a5f5;
}

#features .feature-wrapper img {
    width: 80%;
}

@media only screen and (max-width: 991px) {
    #features .feature-wrapper img {
        margin-top: 50px;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    #features .feature-wrapper img {
        width: 60%;
    }
}


/*Benefits
----------------------------------------------------------------------------------------------------------------------*/

#benefits {
    background: #f6f6f6;
}

#benefits img {
    margin-top: 100px;
}

@media only screen and (max-width: 991px) {
    #benefits img {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

#benefits .panel-group {
    margin-top: 40px;
}

#benefits .panel-group .panel {
    width: 80%;
    margin-top: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    #benefits .panel-group .panel {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 479px) {
    #benefits .panel-group .panel {
        width: 100%;
    }
}

#benefits .panel-group .panel .panel-heading {
    position: relative;
    width: 100%;
    height: 50px;
    background: #ffffff;
    padding: 0 20px 0 20px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 0;
}

#benefits .panel-group .panel .panel-heading h5 {
    font-weight: 600;
    color: #42a5f5;
    line-height: 50px;
}

#benefits .panel-group .panel .panel-heading .icon-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

#benefits .panel-group .panel .panel-heading .icon-btn i {
    font-size: 25px;
    line-height: 50px;
    color: #42a5f5;
}

#benefits .panel-group .panel .benefit-content p {
    padding: 0 20px 20px 20px;
    background-color: #ffffff;
}


/*Video
----------------------------------------------------------------------------------------------------------------------*/

#video-section {
    width: 100%;
    height: auto;
    background: url("../images/video-background.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
}

#video-section .overlay {
    padding: 140px 0 80px 0;
    width: 100%;
    height: inherit;
    background: rgba(0, 0, 0, 0.6);
}

#video-section #video-play {
    width: 100px;
    height: 100px;
    background: none;
    border: 3px solid #f7f7f7;
    border-radius: 50%;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    transition: .3s ease-in;
}

#video-section #video-play i {
    line-height: 100px;
    font-size: 50px;
    color: #f7f7f7;
    margin-left: 7px;
}

#video-section #video-play:hover {
    background: #f7f7f7;
}

#video-section #video-play:hover i {
    color: #42a5f5;
}

#video-section #video-play:focus {
    color: transparent;
}

#video-section h3 {
    margin-top: 50px;
    font-weight: 300;
    color: #f7f7f7;
}

#video-section h3 span {
    font-weight: bold;
}


/*Change This Color Only*/

#pricing .price-box {
    width: 95%;
    height: auto;
    padding: 50px 50px;
    margin-top: 20px;
    background: none;
}

@media only screen and (max-width: 991px) {
    #pricing .price-box {
        padding: 50px 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #pricing .price-box {
        width: 60%;
        padding: 50px 50px;
        border: 2px solid #f2f2f2;
    }
}

@media only screen and (max-width: 480px) {
    #pricing .price-box {
        padding: 50px 20px;
        width: 90%;
    }
}

#pricing .price-box h5 {
    letter-spacing: .5px;
    font-weight: 600;
    color: #42a5f5;
}

#pricing .price-box .price {
    margin: 30px 0;
}

#pricing .price-box .price h1 {
    font-weight: 600;
    font-size: 3em;
    display: inline;
}

#pricing .price-box .price span {
    font-weight: 300;
    font-size: 1.5em;
    display: inline;
    color: #404040;
}

#pricing .price-box ul li {
    text-transform: capitalize;
    line-height: 2.5;
    border-top: 1px solid #d9d9d9;
}

#pricing .price-box ul li:first-child {
    border-top: none;
}

#pricing .highlight {
    background: whitesmoke;
    border: none;
}

#pricing a {
    width: 120px;
    line-height: 26px;
    border: 1px solid #42a5f5;
    color: #42a5f5;
    margin: 30px 0 0 0;
    font-size: 1em;
    border-radius: 25px;
}

#pricing a:hover {
    color: #f7f7f7;
    border: 1px solid #42a5f5;
    background: #42a5f5;
}


/*Change This Color Only*/


/*Why
----------------------------------------------------------------------------------------------------------------------*/

#why {
    background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    #why .why-content {
        margin-top: 50px;
    }
}

#why .why-content p {
    margin-bottom: 30px;
}

#why .why-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

#why .why-content ul li:after {
    font-size: 20px;
    content: "\f3fe";
    display: inline-block;
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    top: 0;
}


/*Testimonial
----------------------------------------------------------------------------------------------------------------------*/

#testimonial {
    width: 100%;
    height: auto;
    background: url("../../../../img/testimonial-background.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
}

#testimonial .overlay {
    padding: 110px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

#testimonial .client-photo {
    width: 120px;
    height: 120px;
    position: relative;
    margin-bottom: 20px;
}

#testimonial .client-photo img {
    width: inherit;
    height: inherit;
}

#testimonial .client-photo span {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 100%;
    margin-left: -30px;
    top: 70px;
    background: #42a5f5;
    border-radius: 50%;
}

#testimonial .client-photo span i {
    color: #f7f7f7;
    font-size: 20px;
    line-height: 40px;
}

#testimonial blockquote {
    color: #f7f7f7;
    padding: 0 10%;
    font-weight: 300;
}

@media only screen and (max-width: 480px) {
    #testimonial blockquote {
        padding: 0;
    }
}

#testimonial blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 1.2em;
    margin-top: 20px;
}

#testimonial blockquote cite span {
    font-weight: 600;
}


/*Interesting Fact
----------------------------------------------------------------------------------------------------------------------*/

#facts {
    padding: 20px 0 20px 0;
}

#facts ul li {
    margin: 0px 50px;
    margin-bottom: 20px;
}

#facts ul li i {
    font-size: 40px;
    display: block;
    color: gray;
}

#facts ul li span {
    font-size: 2em;
    font-weight: 600;
    color: gray;
}

#facts ul li h4 {
    font-weight: 300;
    margin-top: 15px;
    text-transform: capitalize;
    color: gray;
}

#facts ul li:hover span {
    color: #42a5f5;
}


/*Screen Shots
----------------------------------------------------------------------------------------------------------------------*/

#screen-shots {
    background-color: #f6f6f6;
}

@media only screen and (max-width: 1024px) {
    #screen-shots img {
        padding: 0 15px;
    }
}


/*Change This Color Only*/


/*Download App
----------------------------------------------------------------------------------------------------------------------*/

#download {
    width: 100%;
    height: auto;
    background: url("../images/download-background.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
}

#download .overlay {
    padding: 110px 0 90px 0;
    /* As Button Has 20px bottom margin*/
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#download .section-intro {
    font-weight: 300;
}

#download .section-intro span {
    font-weight: 600;
    font-size: 1.2em;
}

#download a {
    min-width: 170px;
    line-height: 36px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    color: #42a5f5;
    margin: 0 10px 20px 10px;
    padding: 6px 20px;
    font-size: 1.2em;
    border-radius: 0;
}

#download a:hover {
    background: #42a5f5;
    color: #f7f7f7;
    border: 1px solid #42a5f5;
}

#download a:hover i {
    color: #f7f7f7;
}

#download a i {
    font-size: 20px;
    margin-right: 15px;
    line-height: 36px;
    color: #42a5f5;
}


/*Change This Color Only*/


/*Team Members
----------------------------------------------------------------------------------------------------------------------*/

#team {
    background: #f6f6f6;
    padding-bottom: 60px;
    /*As single-team-member has 50pz bottom margin*/
}

#team .single-team-member {
    margin-bottom: 50px;
}

#team .single-team-member img {
    width: 150px;
}

#team .single-team-member h5 {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

#team .single-team-member h6 {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

#team .single-team-member ul {
    margin-top: 10px;
}

#team .single-team-member ul li {
    margin: 0 5px;
}

#team .single-team-member ul li a i {
    font-size: 20px;
    color: gray;
}

#team .single-team-member ul li a:hover i {
    color: #42a5f5;
}

#team .single-team-member:hover h5 {
    color: #42a5f5;
}


/*Change This Color Only*/

.button, .contact-form form button, #get-in-touch .newsletter button {
    min-width: 120px;
    line-height: 26px;
    padding: 6px 20px;
    font-size: 1.2em;
    border-radius: 0;
    outline: none;
}


/*Contact
----------------------------------------------------------------------------------------------------------------------*/

.contact-form form input, .contact-form form textarea {
    width: 100%;
    padding: 6px 10px;
    background: none;
    border: 1px solid gray;
    margin-bottom: 20px;
    color: #404040;
}

.contact-form form input:focus, .contact-form form textarea:focus {
    outline: none;
    border: 1px solid #42a5f5;
}

.contact-form form button {
    background: gray;
    color: #f7f7f7;
}

.contact-form form button:hover {
    background: #42a5f5;
    color: #f7f7f7;
}


/* Snackbar
----------------------------------------------------------------------------------------------------------------------*/

#snackbar, #fail-snackbar {
    visibility: hidden;
    min-width: 300px;
    margin-left: -150px;
    font-weight: 300;
    background-color: #42a5f5;
    color: #f7f7f7;
    text-align: center;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 991px) {
    .contact-info ul {
        margin-top: 35px;
    }
}

.contact-info ul li {
    margin-top: 15px;
}

.contact-info ul li span {
    font-size: 1em;
    margin-right: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-info ul li i {
    font-size: 20px;
    color: #42a5f5;
}

.contact-info ul li p {
    font-size: 1.1em;
    font-weight: 300;
}


/*Map
----------------------------------------------------------------------------------------------------------------------*/

#map {
    padding: 0;
}

#map #map-toggle {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: -25px;
    border: 1px solid #42a5f5;
    border-radius: 50%;
    background: #f6f6f6;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    transition: .3s ease-in;
}

#map #map-toggle i {
    font-size: 24px;
    line-height: 50px;
    color: #42a5f5;
}

#map #map-toggle:hover {
    background: #42a5f5;
}

#map #map-toggle:hover i {
    color: #f7f7f7;
}

#map #google-map {
    width: 100%;
    height: 350px;
}

#map #google-map #map-container {
    position: relative;
    width: inherit;
    height: inherit;
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 50px;
    background-color: #42a5f5;
    background-size: 32px 64px;
}

#cd-zoom-in i, #cd-zoom-out i {
    color: #ffffff;
    font-size: 15px;
    line-height: 32px;
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #42a5f5;
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 50px;
    margin-bottom: 1px;
}

#cd-zoom-out {
    background-position: 50% -32px;
}


/*Newsletter
----------------------------------------------------------------------------------------------------------------------*/

#get-in-touch {
    width: 100%;
    height: auto;
    background: url("../../../../img/newsletter-background.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
}

#get-in-touch .overlay {
    padding: 110px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

#get-in-touch .newsletter {
    width: 50%;
}

@media only screen and (max-width: 991px) {
    #get-in-touch .newsletter {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    #get-in-touch .newsletter {
        width: 90%;
    }
}

#get-in-touch .newsletter input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: none;
    border: 1px solid gray;
    text-align: center;
}

#get-in-touch .newsletter input:focus {
    outline: none;
    border: 1px solid #42a5f5;
}

#get-in-touch .newsletter button {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    color: #42a5f5;
    border-radius: 25px;
}

#get-in-touch .newsletter button:hover {
    background: #42a5f5;
    color: #f7f7f7;
    border: 1px solid #42a5f5;
}

#get-in-touch .newsletter .subscription-success, #get-in-touch .newsletter .subscription-error {
    text-align: center;
    font-size: 1.1em;
    color: #ffffff;
    padding: 30px 0 0 0;
    display: none;
}

#get-in-touch .newsletter .subscription-success.visible, #get-in-touch .newsletter .subscription-error.visible {
    display: block;
}

#get-in-touch .newsletter .subscription-success .mailchimp-response-icon, #get-in-touch .newsletter .subscription-error .mailchimp-response-icon {
    color: #ffffff;
    font-size: 30px;
}


/*Social Icons
----------------------------------------------------------------------------------------------------------------------*/

.social-icons {
    padding-top: 50px;
}

.social-icons li {
    margin-top: 20px;
}

.social-icons li a {
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid #42a5f5;
    border-radius: 50%;
}

.social-icons li a i {
    font-size: 20px;
    color: #42a5f5;
}

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

.social-icons li a:hover i {
    color: #f7f7f7;
}


/*Change This Color Only*/

footer {
    background: #ffffff;
    padding: 15px 0;
}

footer p {
    letter-spacing: .3px;
}


/*Change This Color Only*/


/*Color Switcher
----------------------------------------------------------------------------------------------------------------------*/
.price-wrapper .table {
    border: 1px solid #ddd;
    margin-bottom: 0;
}
.price-wrapper .highlight {
    background-color: whitesmoke;
    padding: 30px;
}
/*# sourceMappingURL=style.css.map */