
/* ===================================================
   Apppick Layout Stylesheet

   TOC:
    01. General & Global Styles
    02. Section Common Styles
    03. Preloader Styles
    04. Header Styles
    05. Banner Styles
    06. Welcome / Features Styles
    07. Why-This-App Styles
    08. Awesome-Feature Styles
    09. App-Brief Styles
    10. Statistics Styles
    11. Screenshot Styles
    12. Video Styles
    13. Testimonial Styles
    14. Pricing-Table Styles
    15. Offer Styles
    16. Download Styles
    17. Team Styles
    18. Blog Styles
    19. News-Letter Styles
    20. Twitter Styles
    21. Map Styles
    22. Contact Styles
    23. Footer Styles
    24. Some Helper Styles

====================================================== */




/* ====================================================
   General & Global Styles
=======================================================*/
.container .row {
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}


.visible-xxs {
    display: none !important;
}



@-webkit-keyframes fadeInUpSmall{
    0%{
        opacity:0;
        filter: alpha(opacity=0);
        -webkit-transform:translate3d(0,20px,0);
                transform:translate3d(0,20px,0)
    }
    100%{
        opacity:1;
        filter: alpha(opacity=100);
        -webkit-transform:none;
                transform:none
    }
}
@keyframes fadeInUpSmall{
    0% {
        opacity:0;
        filter: alpha(opacity=0);
        -webkit-transform:translate3d(0,20px,0);
                transform:translate3d(0,20px,0)
    }
    100% {
        opacity:1;
        filter: alpha(opacity=100);
        -webkit-transform:none;
                transform:none
    }
}
.fadeInUpSmall {
     -webkit-animation-name:fadeInUpSmall;
             animation-name:fadeInUpSmall
}

@-webkit-keyframes fadeOutUpSmall{
    0% {
        opacity:1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity:0;
        filter: alpha(opacity=0);
        -webkit-transform:translate3d(0,-20px,0);
                transform:translate3d(0,-20px,0);
    }
}

@keyframes fadeOutUpSmall{
    0% {
        opacity:1;
        filter: alpha(opacity=100);
    }
    100% {
        opacity:0;
        filter: alpha(opacity=0);
        -webkit-transform:translate3d(0,-20px,0);
                transform:translate3d(0,-20px,0);
    }
}
.fadeOutUpSmall {
    -webkit-animation-name:fadeOutUpSmall;
            animation-name:fadeOutUpSmall;
}



html,
button,
input,
select,
textarea {
    color: #666;
}

body, html {
    font-size: 16px;
    line-height: 1.6;
    color: #114660;
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
body {
    padding-top: 74px;
}

@media (max-width: 991px) {
    body, html {
        font-size: 16px;
    }
}
p {
    margin: 0px;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

a {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.bg-white {
    background-color: #fff !important;
}
.text-center {
    text-align: center;
}

h1, h2, h3 {
    line-height: 1.2;
    margin: 0px;
}

h1 {
    font-size: 38px;
}
h4, h5, h6 {
    line-height: 1.5;
    margin: 0px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

iframe {
    border: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*=============== A better looking default horizontal rule */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/* ================ Remove default fieldset styles */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* ================ Allow only vertical resizing of textareas */

textarea {
    resize: vertical;
}

/* ========================== Browse Happy prompt */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ======================================= buttons */

.th-btn {
    outline: none;
    display: inline-block;
    line-height: 1;
    border: none;
    border-radius: 0;
    font-size: 16px;
    height: auto;
}

.th-btn-default {
    color: #fff !important;
    border-color: #fff;
    background: #666;
}



.th-btn-big {
    padding: 17px 43px 16px;
}

.th-btn-medium {
    padding: 16px 25px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.th-btn-small {
    padding: 11px 16px 10px;
    font-size: 13px;
}


.btn-plain {
    background: #fff;
    box-shadow: none !important;
    padding-left: 0px;
    font-weight: 700;
}
.btn-plain:hover {
    padding-left: 16px;
    color: #fff !important;
}

a.btn {
    color: #fff;
    background:#297ce5;
    border-color:#297ce5;
    border-radius: 2px;
    line-height: 3em;
    height: 3em;
    padding-top:0px;
    padding-bottom: 0px;
}
a.btn:hover,
a.btn:focus,
a.btn:active {
    color: #fff;
    background:#297ce5;
    border-color:#297ce5;
}
a.btn-primary {
    background:#297ce5;
    border-color:#297ce5;
    border-radius: 0px;
    line-height: 3em;
    height: 3em;
    padding-top:0px;
    padding-bottom: 0px;
}
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active {
    background:#297ce5;
    border-color:#297ce5;
}
a.btn-success {
    background-color: #A2D064;
    border-color: #A2D064;
}
a.btn-success:hover,
a.btn-success:focus,
a.btn-success:active {
    background-color: #ADD576;
    border-color: #ADD576;
    color: #fff;
}

a.btn-info {
    background-color: #FB7F6F;
    border-color: #FB7F6F;
}
a.btn-info:hover,
a.btn-info:active {
    background-color: #FB7F6F;
    border-color: #FB7F6F;
    color: #fff;
}

a.btn-info-2 {
    background-color: #297ce5;
    border-color: #297ce5;
}
a.btn-info-2:hover,
a.btn-info-2:active {
    background-color: #297ce5;
    border-color: #297ce5;
    color: #fff;
}

blockquote {
    margin: 0px;
    padding: 0px;
    border: none;
}




/* ====================================================
   Section Common Styles
=======================================================*/

main {
    height:100%;
}

.section-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-wrapper-no-flex {
    display: block;
}

.row-how {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-content {
    padding: 0px 83px;
}


@media screen and (max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .section-content {
        padding: 0px 0px;
    }
    .section-wrapper {
        display: block;
    }
    .container {
        width:100%;
    }
    .row-how {
        display: block;
        align-items: initial;
        justify-content: initial;
    }
}
@media screen and (max-width: 767px) {
    #main-illustration {
        width: 80%!important;
    }
}

#about .section-space {
    padding-bottom: 0px;
}

.hidden-overflow {
    overflow: hidden;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}


.section-title.white {
    color: #fff;
}

.section-space {
    padding: 100px 0px;
}
.section-space-features {
    padding: 140px 0px;
}

.section-space-top {
    padding-top: 120px;
}

.section-space-bottom {
    padding-bottom: 120px;
}

.parallux-bg {
    background-attachment: fixed;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.section-bg-01 {
    background-color: #FFFFFF;
    border-top: 6px solid #297ce5;
}
.section-bg-02 {
    background-color: #fff;
}

.color-white {
    color: #fff !important;
}
.color-black {
    color: #666 !important;
}

.container-width {
    width: 1420px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 45px;
}
.container-width .container {
    max-width: 100%;
}


.slider-arrow {
    position: absolute;
    font-size: 30px;
    color: #d0d0d0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    margin-top: -20px;
}
.slider-arrow.right-arrow {
    right: 0px;
}
.slider-arrow.left-arrow {
    left: 0px;
}




/* ====================================================
   Preloader Styles
=======================================================*/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #F8FAF8;
}

.loader-content {
    text-align: center;
    position: relative;
    top: 50%;
    margin-top: -25px;
    height: 103px;
}

.loading-title {
    color: #AAA;
    font-weight: 300;
    font-size: 16px;
}

#loader .preloader-wrapper {
    margin-bottom: 30px;
}

.preloader-wrapper .spinner-layer {
    border-color: #AAA;
}


/* ====================================================
   Header Styles
=======================================================*/

.main-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: -0px;
    left: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    height: auto !important;
}
.header-big-screen {
    background-color: #fff;
}


.main-header.mobileBG .full-height {
    height: 100%;
}

.logo {
    float: left;
    display: inline-block;
    max-width: 140px;
    padding: 22px 0px;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.menu {
    float: right;
    background: transparent;
    width: auto;
    height: auto;
    line-height: inherit;
    box-shadow: none;
}

.header-mobile-screen .menu {
    width: 100%;
}

.menu li {
    list-style: none;
    position: relative;
    background: none !important;
    display: inline-block;
    margin-left: 10px;
    float: none;
}

.menu li a {
    display: block;
    outline: none !important;
    font-size: 14px;
    color: #727272;
    padding: 30px 8px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    vertical-align: middle
}
.menu li a.menu-with-icon {
    padding-left:27px;
}
.menu li a.menu-with-icon img {
    height: 22px;
    position: absolute;
    margin-left: -27px;
    margin-top: -5px;
}
.menu li.has-sub a {
    border-color: transparent !important;
}

.menu li.has-sub > a .caret {
    float: right;
    margin-top: 2px;
}

.menu li .sub-menu {
    position: absolute;
    background: #fff;
    width: 200px;
    right: 0px;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
            transition: all .3s;
    border-top: 6px solid transparent;
    top: 100%;
    margin-top: -6px;
    padding-top: 6px;
}

.menu li .sub-menu li {
    width: 100%;
    margin: 0px;
}

.menu li .sub-menu li a {
    padding: 17px 25px 15px;
    border: none;
}
.menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*---- Header Mobile Screen ----*/


.mobileBG .header-mobile-screen .header-inner {
    padding-bottom: 63px;
}

.main-header.mobileBG {
  top: 0px !important;
  height: auto !important;
}



.header-mobile-screen .logo-area {
    padding: 0px 35px;
    background: #fff;
}

.header-mobile-screen .logo-area .logo {
    margin-bottom: 0px;
}

.header-mobile-screen .bar-area {
    margin-top: 22px;
}

.header-mobile-screen .bar-area a {
    font-size: 25px;
    line-height: 1;
    display: block;
}

.header-mobile-screen .bar-area a.close-menu {
    display: none;
}

.header-mobile-screen .menu {
    text-align: left;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    max-height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
}


.header-mobile-screen .menu li {
    display: block;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.header-mobile-screen .menu li:hover {
    background-color: #fff!important;
}
.header-mobile-screen .menu li.current {
    background: rgba(255, 255, 255, 0.8)!important;
}
.header-mobile-screen .menu li:last-child {
    border-bottom: none;
}

.header-mobile-screen .menu li a {
    color: #fff;
    font-size: 14px;
    padding: 21px 0px 18px;
    border: none;
    position: relative;
}


.header-mobile-screen .sub-menu li a {
    padding: 14px 0px 13px;
    font-size: 13px;
}

.header-mobile-screen .menu li.has-sub > a:after {
    position: absolute;
    right: 0px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.header-mobile-screen .menu li.has-sub.active > a:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}


.header-mobile-screen .menu li .sub-menu {
    position: relative;
    border-top: none;
    width: 100%;
    padding: 0px 0px 20px;
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0px;
}
.header-mobile-screen .menu li .sub-menu li {
    padding: 0px;
}

.header-mobile-screen .dropdown-menu {
    width: 100%;
    background: transparent;
    margin: 0px 0px 5px 0px;
    border-radius: 0px;
    position: relative;
    box-shadow: none;
    border: 0px;
}
.header-mobile-screen ul.dropdown-menu > li {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.header-mobile-screen ul.dropdown-menu > li:hover {
    background: transparent!important;
}
.header-mobile-screen ul.dropdown-menu > li.current {
    background: transparent!important;
    font-weight: 400;
}
.header-mobile-screen ul.dropdown-menu > li > a {
    padding-left: 0px;
    padding-right: 0px;
    color: #fff!important;
    background: transparent!important;
}
.header-mobile-screen ul.dropdown-menu > li > a:active,
.header-mobile-screen ul.dropdown-menu > li > a:hover,
.header-mobile-screen ul.dropdown-menu > li > a:visited {
    background: transparent!important;
    color: #fff;
}
/* ====================================================
   Banner Styles
=======================================================*/

.home-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:100%;
    /*background-image: url('/public/landing/img/pattern_white_subtle.jpg');*/
}

#home {
    background: #2b7de5;
    padding: 30px 0px 60px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:100%;
    padding-top:100px;
    color: #fff;
    background: rgba(43,124,229,1);
    background: -moz-linear-gradient(-45deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 71%, rgba(43, 125, 229, 0.58) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(43,124,229,1)), color-stop(10%, rgba(43,124,229,0.97)), color-stop(71%, rgba(43, 125, 229, 0.72)), color-stop(100%, rgba(43, 125, 229, 0.58)));
    background: -webkit-linear-gradient(-45deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 71%, rgba(43, 125, 229, 0.58) 100%);
    background: -o-linear-gradient(-45deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 71%, rgba(43, 125, 229, 0.58) 100%);
    background: -ms-linear-gradient(-45deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 71%, rgba(43, 125, 229, 0.58) 100%);
    background: linear-gradient(135deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 71%, rgba(43, 125, 229, 0.58) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7ce5', endColorstr='#2b7de5', GradientType=1 );
}

#home h1 {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.97);
    margin-bottom: 0.3em;
    font-size: 54px;
    transition: 0s;
}

#home .rotate {
    font-weight: 600;
    border-bottom: 3px solid #fff;
    padding: 0px 5px;
    color: #fff;
}

#home h2 {
    font-size: 28px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3;
    width: 70%;
    margin: 40px 0px;
}

.main-illu {
    width: 70%;
    max-width: 450px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.amazing-feature {
    margin-top: 20px;
}
@media screen and (max-width: 1190px) {
   #home h1 {
        font-size: 38px;
    }
    #home h2 {
        font-size: 26px;
    }
}


@media screen and (max-width: 767px) {
    #home {
        text-align: center;
    }
    #home h1 {
        font-size: 32px;
        height: 180px;
        width: auto;
    }
    #home h2 {
        font-size: 22px;
        width: auto;
    }
}
#main-illustration {
    margin: 0px 0px 40px 12px;
    width: 50%;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.beta-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:100%;
}

.sub-heading img {
    height: 35px;
    position:absolute;
}

.beta-bg .banner .sub-heading {
    font-size: 28px;
}

#how-wrapper .bottom-wrapper .section-head,
#how-wrapper .top-wrapper .section-head {
    padding: 0px 0px;
}

.section-head p span {
    color: #297ce5;
}

.banner .heading {
    font-size: 58px;
    color: #01BDB1;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 600;
}

.banner .heading img {
    visibility:hidden;
    width: 80%;
    max-width: 400px;
}
.banner .heading-beta img {
    max-width: 200px;
}

.logo_banner {
    width:80%;
    max-width: 480px;
    margin-bottom:40px;
}

.banner .banner-content {
    padding-top: 5%;
    padding-bottom: 8%;
}

.signup-button-wrapper {
    margin-top: 60px;
    margin-bottom: 70px;
}
.bottom-wrapper .signup-button-wrapper {
    margin-bottom: 0px;
}
.signup-button-wrapper a.btn {
    font-size: 18px;
    padding: 0px 20px 0px 20px;
    background: #fafcfe;
    border: 2px solid #2f7ee5;
    color: #2f7ee5;
    border-radius: 3px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: 0s;
}
.signup-button-wrapper a.btn:hover {
    background: #FFF;
    border: 2px solid #2f7ee5;
    color: #2f7ee5;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.signup-button-wrapper a.btn-primary {
    font-size: 18px;
    padding: 0px 20px 0px 20px;
    background: #2f7ee5;
    border: 2px solid #2f7ee5;
    color: #F5F5F5;
    border-radius: 3px;
    font-weight: 400;
}
.signup-button-wrapper a.btn-primary:hover,
.signup-button-wrapper a.btn-primary:active,
.signup-button-wrapper a.btn-primary:focus {
    color: #FFF;
    background: #215fb0;
    border: 2px solid #215fb0;
}
#home-watch-video {
    transition: 0s;
}
#home-watch-video:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
#home-watch-video i {
    line-height: normal;
}
.signup-button-wrapper-top a.btn-primary {
    font-size: 18px;
    padding: 0px 30px 0px 30px;
    background: #297ce5;
    border: 2px solid #fff;
    color: #F5F5F5;
    border-radius: 3px;
    font-weight: 400;
}
.signup-button-wrapper-top a.btn-primary:hover,
.signup-button-wrapper-top a.btn-primary:active,
.signup-button-wrapper-top a.btn-primary:focus {
    color: #FFF;
    background: #297ce5;
    border: 2px solid #fff;
    color: #fff;
}
.signup-button-wrapper .btn img {
    height:24px;
    margin-top: -2px;
    margin-right: 5px;
}
.signup-button-content img {
    height:24px;
    margin-top: -2px;
    margin-right: 5px;
}
.banner .button-area {
    display: table;
    width: 100%;
}
.banner .button-area a {
    margin: 10px;
}

.banner .sub-heading {
    color: #666;
    word-spacing: 3px;
    font-size: 42px;
    font-weight: 100;
    line-height: 1.4;
    margin:0px auto;
    width: 70%;

}
.banner .sub-heading a {
    color: #444;
    font-weight: 400;
}



.home-bottom-content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.single-section {
    display: inline-block;
    padding: 32px 0px 28px;
    border-right: 1px solid #E9E9E9;
    width: 300px;
}

.single-section:last-child {
    border-right: none;
}

.single-section i {
    margin-left: 10px;
}

.single-section a {
    color: #666;
}

.banner-feature {
    color: #fff;
}
.banner-feature-list {
    display: inline-block;
    width: 9%;
    min-width: 175px;
    margin-bottom: 50px;
}
.banner-feature-list i {
    font-size: 30px;
    color: #FFF;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 1;
}
.banner-feature-list .title {
    font-size: 13px;
    font-weight: 300;
}


.call-to-section {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}







/* ====================================================
   Why-This-App Styles
=======================================================*/

.why-this-app .section-space {}

.why-this-app .section-title {
    margin-bottom: 38px;
}


.why-section-col {
    display: table-cell;
    float: none;
    vertical-align: middle;
    max-width: 50% !important;
}

.why-this-app p {
    margin-bottom: 20px;
}

.why-slider {
    width: 556px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}


.why-slider > * {
    margin-top: 0px !important;
    position: absolute !important;
    width: 100%;
    top: 0px;
    left: 100%;
    overflow: hidden;
}


.why-this-app .thumb-area img:nth-child(2) {
    -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 1s;
            transition: all 1s;
}

.why-this-app .thumb-area.active img:nth-child(2) {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}
.why-this-app .thumb-area.inactive img:nth-child(2) {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
}

@media screen and (max-width: 767px) {
    .thumb-area {
        height: auto!important;
    }
    .thumb-area img.slideInLeft {
        max-width: 300px;
        position: relative;
        margin: 0px auto 60px auto!important;
        display: block!important;
        width: 100%!important;
        left:auto!important;
        right:auto!important;
    }
    .thumb-area img.slideInRight {
        max-width: 300px;
        position: relative;
        margin: 40px auto 0px auto!important;
        display: block!important;
        width: 100%!important;
        left:auto!important;
        right:auto!important;
    }
}

.owl-carousel .owl-item {
    overflow: hidden;
}

.app-reasion-lists li {
    list-style: none;
    margin-bottom: 30px;
    min-height: 60px;
}

.app-reasion-lists li:last-child {
    margin-bottom: 0px;
}

.app-reasion-lists li a {
    display: block;
    position: relative;
    padding-left: 80px;
}

.app-reasion-lists li a .left-area,
.app-reasion-lists li a:focus .left-area {
    font-size: 24px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 58px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.app-reasion-lists li a .right-area {
    color: #666;
}

.app-reasion-lists li a:hover .left-area i,
.app-reasion-lists li.active a .left-area i,
.app-reasion-lists li.active a:hover .left-area i {
    color: #fff;
}

/* TEXT PAGES */
.text-section p {
    margin-bottom: 1em;
}
.text-section h2 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
.text-section h3 {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 0.5em;
}
.text-section ul {
    margin-left: 1.4em;
}
.text-section li {
    list-style: square;
}


/* ====================================================
  HOW & Features
=======================================================*/

.grey-section {
    padding: 80px 0px 100px 0px;
    background: #f5f8f8;
}
.dark-section {
    padding: 80px 0px 100px 0px;
    background: #2c3844;
}
.white-section {
    padding: 80px 0px 100px 0px;
    background: #fff;
}
.white-section {
    padding: 80px 0px 100px 0px;
    background: #fff;
}
.grey-section .top-wrapper {
    padding-top: 0px;
}
.blue-section {
    padding: 80px 0px 100px 0px;
    background: #297ce5;
    background: rgba(43,124,229,1);
    background: -moz-linear-gradient(-45deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 81%, rgba(43, 125, 229, 0.58) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(43,124,229,1)), color-stop(10%, rgba(43,124,229,0.97)), color-stop(81%, rgba(43, 125, 229, 0.72)), color-stop(100%, rgba(43, 125, 229, 0.58)));
    background: -webkit-linear-gradient(-45deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 81%, rgba(43, 125, 229, 0.58) 100%);
    background: -o-linear-gradient(-45deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 81%, rgba(43, 125, 229, 0.58) 100%);
    background: -ms-linear-gradient(-45deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 81%, rgba(43, 125, 229, 0.58) 100%);
    background: linear-gradient(135deg, rgba(43,124,229,1) 0%, rgba(43,124,229,0.97) 10%, rgba(43, 125, 229, 0.72) 81%, rgba(43, 125, 229, 0.58) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7ce5', endColorstr='#2b7de5', GradientType=1 );

}
.blue-section .top-wrapper {
    padding-top: 0px;
}
.blue-section.top-wrapper .section-title {
    color: #fff;
}

.blue-section.top-wrapper .section-head p {
    color: rgba(255, 255, 255, 0.71);
}

@media screen and (max-width: 992px) {
    .blue-section.top-wrapper .section-head p {
        color: rgba(255, 255, 255, 0.9);
    }
}

.blue-section.top-wrapper .section-head p strong {
    font-weight: 400;
    color: #fff;
}


#how-top {

}
#how-wrapper .top-wrapper {
    padding-bottom: 40px;
}
#how-wrapper {
    padding-bottom: 120px;
}
#feature-wrapper .top-wrapper {
    padding-bottom: 0px;
}

.feature-lists-style-one .feature-list {
    position: relative;
    margin-bottom: 23px;
}

.feature-lists-style-one .icon-area {
    width: 60px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 34px;
    text-align: center;
    -webkit-transition: .3s;
            transition: .3s;
    float: left;
    margin-right: 16px;
    color:#297ce5;
}


.feature-lists-style-one .icon-area i {}
.feature-lists-style-one .f-content-area {
    overflow: hidden;
}

.feature-lists-style-one .title {
    font-size: 18px;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #297ce5;
    margin-top: 2px;
    padding-right: 0px;
}
.f-content-area h3 {

}

.f-content-area .pera {
    line-height: 1.6;
    padding-right: 30px;
}

.f-bottom {
    color: #666;
    font-weight: 100;
    font-size: 22px;
    margin: 40px auto 0px auto;
    text-align: center;
}

.how-button-wrapper {
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: center;
}
.how-wrapper .signup-button-wrapper {
    margin-bottom: 0px;
}
.how-button-wrapper a.btn {
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #297ce5;
    color: #297ce5;
}
.how-button-wrapper a.btn:hover {
    background: #FFF;
}
.how-button-wrapper a.btn-primary {
    border: 1px solid #297ce5;
    background: #297ce5;
    color: #F5F5F5;
}
.how-button-wrapper a.btn-primary:hover,
.how-button-wrapper a.btn-primary:active,
.how-button-wrapper a.btn-primary:focus {
    color: #FFF;
    background: #297ce5;
    color: #F5F5F5;
}
.how-bottom {
    text-align: center;
    padding: 0px 0px 120px 0px;
}
/* ====================================================
   App-Brief Styles
=======================================================*/

#about {
    border-top: 6px solid #297ce5;
}

#about-us-awards img {
    display: block;
    float: none;
    margin: 0px auto 40px auto;
    max-width: 180px;
    max-height: 140px;
}

.app-brief.owl-carousel {
    background-color: #fff;
    padding-bottom: 100px;
}
.thumb-area {
    position: relative;
}
.thumb-area img {
    position: relative;
    top: 0px;
    border-radius: 5px;
}

.app-brief-article .content,
.app-brief-article .thumb-area  {
    -webkit-transition: all 1.5s ease;
            transition: all 1.5s ease;
}

.app-brief.owl-theme .owl-controls .owl-pagination .owl-page span {
    width: 50px;
    height: 5px;
    margin: 0px 2px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0px;
    background: #ddd;
}


.left-item .app-brief-article .thumb-area {
    -webkit-transform:translateX(-500px);
        -ms-transform:translateX(-500px);
            transform:translateX(-500px);
}


.right-item .app-brief-article .content {
    -webkit-transform:translateX(500px);
        -ms-transform:translateX(500px);
            transform:translateX(500px);
}


.active .app-brief-article .thumb-area {
    -webkit-transform:translateX(0%);
        -ms-transform:translateX(0%);
            transform:translateX(0%);
}

.active .app-brief-article .content {
    -webkit-transform:translateX(0%);
        -ms-transform:translateX(0%);
            transform:translateX(0%);
}




.app-brief-article {
    padding-bottom: 110px;
}

.owl-item .app-brief-article {
    padding-bottom: 40px;
}
.app-brief-article .section-title {
    margin-bottom: 40px;
}

.app-brief-article p {
    margin-bottom: 20px;
}

.hide-on-start {
    opacity: 0;
}
.fade-in-on-start {
    display: none;
}

.thumb-area img.slideInLeft {
    top: 0px;
    margin: 0px auto;
    width: 76%;
    display: block;
}
.thumb-area img.slideInRight {
    top: 0px;
    margin: 0px auto;
    width: 80%;
    display: block;
}

.content a {}
.content ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}
.content ul li {
    padding-left:20px;
}
.content ul li:before {
    list-style: none;
    content: "\f401";
    margin-left: -20px;
    margin-top:7px;
    display: inline-block;
    position:absolute;
    font-family: "Ionicons";
    speak: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.content ol {
    padding: 0px;
    margin: 0px;
    padding-left: 18px;
}
.content ol li {
    -webkit-padding-start: 12px;
    -moz-padding-start: 12px;
}

.content li {
    margin-bottom: 5px;
}
.content ul li {
    list-style: none;
}


/* ====================================================
   Statistics Styles
=======================================================*/

.statistics-01 {}

.statistics-bg {
}

.statistics-01 .section-space {
    padding: 118px 0px 64px;
}

.statistic-area {
    position: relative;
    margin: 0px 30px;
}
.statistics-01 .statistic-area {
    margin: 0px;
    margin-bottom: 50px;
    padding: 0px !important;
}

.statistics-01 .top {
    line-height: 1;
    margin-bottom: 16px;
}

.statistics-01 i {
    font-size: 50px;
    color: #fff;
    vertical-align: middle;
    margin-right: 16px;
}

.statistics-01 .number {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}
.statistics-01 .text {
    font-size: 16px;
    color: #fff;
    margin: 0px;
    font-weight: 300;
}




/* ====================================================
   Screenshot Styles
=======================================================*/

.screenshot {
    background-color: #fff;
}

.screenshot.section-space {
    padding-bottom: 108px;
}

.screenshoot-wrapper {
    margin-top: 52px;
}

.screenshoot-area {
    position: relative;
}



.screenshoot-area .mobile-bg {
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -122px;
    z-index: 3;
}

.screenshoot-slider {
    z-index: 2;
}

.screenshoot-slider .owl-wrapper-outer {
    margin-bottom: 100px;
}

.screenshoot-slider .owl-item {
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

.screenshoot-slider .owl-item img {
    width: auto;
    display: inline-block;
}
.screenshoot-slider .owl-item {
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}

.screenshoot-slider .owl-item.left-item {
    padding-right: 24px;
    text-align: left;
}
.screenshoot-slider .owl-item.center-item {
    padding: 0px 12px;
    text-align: center;
}
.screenshoot-slider .owl-item.right-item {
    padding-left: 24px;
    text-align: right;
}

.screenshoot-slider .owl-item img {
    max-width: 100%;
}

.owl-theme .owl-controls .owl-pagination {
    text-align: center;
}
.owl-theme .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    margin: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 50%;
    background: #bbb;
    display: block;
}

.screenshoot-arrow {
    margin-top: -88px;
}


/* TOP HEADER */
.bottom-wrapper,
.top-wrapper {
    text-align: center;
    padding: 80px 0px 80px 0px;
}
.bottom-wrapper h2,
.top-wrapper h2 {
    line-height: 1.2;
    margin:0px 0px 0px 0px;
}
.bottom-wrapper .section-head,
.top-wrapper .section-head {
    padding:40px 0px;
}

.video-wrapper .section-head,
.testimonials-wrapper .section-head {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}


.video-wrapper .section-head p,
.testimonials-wrapper .section-head p,
.bottom-wrapper .section-head p,
.top-wrapper .section-head p,
.sub-tagline p {
    color: #666;
    font-weight: 100;
    font-size: 22px;
    margin: 20px auto;
    width: 90%;
    text-align: center;
}
.top-wrapper .section-head p.narrow {
    width: 70%;
}
.sub-tagline p  {
    margin: 40px auto 0px auto;
}
.sub-tagline p strong {
    font-weight: 500;
}
@media screen and (max-width: 992px) {
    .bottom-wrapper .section-head p,
    .top-wrapper .section-head p {
        width: 100%;
    }
}

.video-wrapper .section-title,
.testimonials-wrapper .section-title,
.bottom-wrapper .section-title,
.top-wrapper .section-title {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 300;
    color: #297ce5;
    padding: 0px;
}

.section-title-margin-top {
    margin-top: 1em;
}

.section-title-blue {
    color: #297ce5;
}

.section-title.title-1 {
    font-weight: 300;
    text-transform: uppercase;
}

.section-title.title-2 {
    font-weight: 300;
    margin-bottom: 0.2em;
}



/* ====================================================
   Pricing-Table Styles
=======================================================*/

#pricing-top {
   padding: 30px 0px 20px 0px;
}
#pricing-top-compact {
   padding: 30px 0px 10px 0px;
}

#packages {
    margin-bottom: 100px;
}

#pricing-faq-top {
    padding-bottom: 20px;
}
.pricing-table {
    position: relative;
    background-color: #fff;
}

.pricing-table.section-space,
.pricing-table .section-space {
    padding-bottom: 90px;
}
.container .row.pricing-table-item-wrap {
    margin-top: 0px;
}

.pricing-table-item-wrap .col-lg-3 {
    margin: 0px 0px 10px 0px;
    padding: 0px 5px 0px 5px;
}


.single-pricing-table {
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,.2);
    border: 1px solid #297ce5;
    min-height: 589px;
}


.pricing-table-style-one {
}
.pricing-table-style-one.bg-brand {
    background-color: #297ce5;
}

.pricing-table-style-one .pricing-container > * {
    padding: 0px 40px;
    position: relative;
}


.pricing-table-style-one .pricing-container .p-t-header {
    padding-top: 60px;
    margin-bottom: 30px;
}

.pricing-table-compact .pricing-table-style-one .pricing-container .p-t-header strong {
    font-weight: 300;
}

.pricing-table-style-one .th-btn-parent {
    color: #fff;
}

.pricing-table-style-one strong {
    font-weight: 300;
    color: #297ce5;
}
.pricing-table-style-one.bg-brand strong {
    color: #fff;
}

.pricing-table-style-one hr {
    border-color: #297ce5;
}
.pricing-table-style-one.bg-brand hr {
    border-color: #fff;
}

.pricing-table-style-one .pricing-container .p-t-header .pricing-title {
    font-size: 26px;
    margin: 0px;
    margin-left: -3px;
    font-weight: 300;
}

.pricing-table-style-one .best-tag {
    width: 60px;
    height: 57px;
    background-color: #fff;
    text-align: center;
    padding: 15px 5px;
    line-height: 16px;
    font-size: 14px;
    position: absolute;
    color: #FD3737;
    top: -2px;
    right: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.pricing-table-style-one .pricing-container .p-t-body {
    margin-bottom: 32px;
}

.pricing-table-style-one .pricing-container .p-t-body ul {
    margin: 0px;
    padding: 0px;
}

.pricing-table-style-one .pricing-container .p-t-body ul li {
    list-style: none;
    color: #999;
}

.pricing-table-style-one .pricing-container .p-t-body ul li.not-include {
    text-decoration: line-through;
}

.pricing-table-style-one .pricing-container .p-t-footer {
    position: absolute;
    bottom: 50px;
}

.pricing-table-style-one .pricing-container .p-t-footer .price {
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    color: #297ce5;
}
.pricing-table-style-one.bg-brand .pricing-container .p-t-footer .price {
    color: #fff;
}
.pricing-table-style-one.bg-brand .pricing-container .p-t-footer .price .info {
    color: #fff;
    opacity: 0.6;
}

.pricing-table-style-one .pricing-container .p-t-footer .price .currency {
    font-size: 25px;
    line-height: 1;
    display: inline-block;
    font-weight: 400;
    margin-right: 3px;
}
.pricing-table-style-one .pricing-container .p-t-footer .price .info {
    display: block;
    font-weight: 300;
    color: #999;
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 18px;
}
.pricing-table-style-one .pricing-container .p-t-footer .price .month {
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    font-weight: 300;
    margin-right: 3px;
}
.pricing-table-style-one .pricing-container .p-t-footer .price span {
    vertical-align: middle;
}

.pricing-table-style-one .pricing-container .p-t-footer .button {
    margin-top:24px;
}

.pricing-table-style-one.best {
    color: #fff;
}
.pricing-table-style-one.best .th-btn {
    background-color: #fff !important;
}

.pricing-table-style-one.best .pricing-container .p-t-body ul li {
    color: #fff;
}


.faq-content h4 {
    font-size: 18px;
    margin-bottom: 0.2em;
    font-weight: 300;
    color: #297ce5;
    margin-top: 2px;
    padding-right: 0px;
}
.faq-content {
    padding: 0px 15px 30px 15px;
}

@media screen and (max-width: 1199px) {

    .single-pricing-table-enterprise {
        min-height: 380px;
    }

}

@media (max-width: 992px) {
    .pricing-table-item-wrap {
        margin: 0px 30px;
    }

    #pricing-faq {
        margin: 0px 30px;
    }

    .pricing-table-style-one .pricing-container > * {
        padding: 0px 20px;
    }
}
@media (max-width : 767px) {
    .single-pricing-table-enterprise {
        min-height: 460px;
    }
    .single-pricing-table {
        margin: 10px 0px;
        min-width: 260px;
        max-width: 100%;
    }
}

/* NEW PRICING TABLE */

.pricing-plan-container {
    background: #297ce5;
    color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    font-weight: 200;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: 0.3s;
}

.pricing-plan-container:hover {
    color: #FFF;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.pricing-plan-container .plan-header {
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 30px;
}

.pricing-plan-container .plan-header strong {
    font-size: 28px;
    font-weight: 400;
}

.pricing-plan-container .plan-header small {
    font-size: 15px;
    display: block;
    opacity: 0.7;
}
.pricing-plan-container .plan-body {
}
.pricing-plan-container .plan-body small {
    font-size: 15px;
    display: block;
    opacity: 0.6;
    line-height: 1.2;
    display: none;
}
.pricing-plan-container .plan-body .currency {
    font-size: 22px;
}
.pricing-plan-container .plan-body .month {
    font-size: 22px;
}
.pricing-plan-container .plan-body .amount {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}
.pricing-plan-container .btn {
    padding: 0px;
    width: 100%;
    background: #fff;
    color: #297ce5;
    margin: 30px 0px 5px 0px;
}
.pricing-plan-container .btn:hover,
.pricing-plan-container .btn:active,
.pricing-plan-container .btn:visited {
    background: #fff;
    color: #297ce5;
}

#pricing-plan-more {
    background: #2b3843;
    min-height: 262px;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #297ce5;
}

#pricing-plan-more strong {
    font-size: 102px;
    font-weight: 400;
    line-height: 0.8;
    margin-top: 47px;
    display: block;
}

#pricing-plan-more small {
    font-size: 24px;
    display: block;
}
.pricing-plan-hidden {
    display: none;
}

.pricing-plan-tailored .plan-body {
    font-size: 15px;
    line-height: 1.3,
}
.pricing-plan-tailored .plan-body  strong {
    font-weight: 400;
}
.pricing-plan-tailored .plan-header {
    padding-bottom: 18px;
}

.pricing-plan-container .best-tag {
    max-width: 60px;
    background-color: #b4d1f6;
    text-align: center;
    padding: 6px 2px;
    line-height: 1.2;
    font-size: 11px;
    position: absolute;
    color: #297ce5;
    top: -2px;
    right: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .pricing-plan-container {
        padding: 30px 20px;
    }

    .pricing-plan-container .plan-header {
        font-size: 18px;
    }

    #pricing-plan-more strong {
        margin-top: 58px;
    }

}

/* NEWEST PRICING TABLE */


#pricing-top-newest {
   padding: 50px 0px 20px 0px;
}

#plans-wrapper {
    padding-top: 0px;
}

.plan-wrapper {
}
.plan-top {
    background: #FFF;
    text-align: center;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.plan-wrapper-highlight .plan-top {
    border: 2px solid #297ce5;
}
.plan-title {
display: block;
    padding: 0px;
    line-height: 60px;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    padding-top: 30px;
    color: #297ce5;
}
.plan-price {
    margin: 10px auto;
}
.plan-price .price {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 58px;
    line-height: 1;
    letter-spacing: -2px;
}
.plan-price .currency {
    font-size: 22px;
    line-height: 22px;
    font-weight: 100;
    position: relative;;
    font-family: sans-serif, 'Helvetica', 'Arial';
}
.plan-price .month {

}
.plan-tagline {
    text-align: center;
    padding: 10px 0px;
    font-style: italic;
    margin: 30px 20px 30px 20px;
    border-top: 1px solid #e6e8e8;
    border-bottom: 1px solid #e6e8e8;
    opacity: 0.8;
    font-size: 15px;
}
.plan-documents {
    font-size: 18px;
    text-align: center;
    padding: 0px 20px;
}
.plan-documents strong {
    font-weight: 500;
}
.plan-documents-additional {
    font-size: 13px;
}
.plan-button {
    width: 168px;
    margin: 40px auto;
}
.plan-details {
    padding: 20px 20px;
}
.plan-details strong {
    font-weight: 500;
}
.plan-monthly-yearly-switch {
    background: #edf0f0;
    padding: 2px;
    width: 254px;
    height: 32px;
    margin: 0px auto 50px auto;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.plan-monthly-yearly-switch-indicator {
    display: block;
    position: absolute;
    width: 124px;
    height: 28px;
    background: #FFF;
    margin-left: 0px;
    z-index: 1;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    border-radius: 4px;
}
.plan-monthly-yearly-switch-indicator.yearly {
    margin-left: 116px;
}
.plan-monthly-yearly-switch-button {
    position: absolute;
    display: block;
    float: left;
    width: 124px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    color: #297ce5!important;
}
.plan-monthly-yearly-switch-year {
    margin-left: 124px;
}
.plan-monthly-yearly-switch.month {

}
#plans-wrapper.year .plan-monthly-yearly-switch-indicator {
    margin-left: 124px;
}
#plans-wrapper.year .price-monthly {
    display: none;
}
#plans-wrapper.year .price-yearly {
    display: inline-block;
}
#plans-wrapper.year .additional-monthly {
    display: none;
}
#plans-wrapper.year .additional-yearly {
    display: block;
}


#plans-wrapper.month .price-monthly {
    display: inline-block;
}
#plans-wrapper.month .price-yearly {
    display: none;
}
#plans-wrapper.month .additional-monthly {
    display: block;
}
#plans-wrapper.month .additional-yearly {
    display: none;
}


#plans-wrapper.month .plan-monthly-yearly-switch-year {
    color: #666!important;
}
#plans-wrapper.year .plan-monthly-yearly-switch-month {
    color: #666!important;
}
#plans-wrapper.year .additional-monthly {
    display: none;
}
#plans-wrapper.year .additional-yearly {
    display: block;
}

#pricing-faq-wrapper-new {
    padding: 0px 0px 80px 0px;
}
.ribbon {
  position: absolute;
  right: 11px; top: -4px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#f76959 0%, #e44c3b 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 2px solid #d27368;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-top: 2px solid #d27368;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 2px solid transparent;
  border-right: 2px solid #d27368;
  border-bottom: 2px solid transparent;
  border-top: 2px solid #d27368;
}

.plan-tailored {
    color: #666;
    font-weight: 100;
    font-size: 22px;
    margin: 80px auto 0px auto;
    width: 90%;
    text-align: center;
}
.plan-tailored strong {
    font-weight: 400;
}
.plan-tailored .btn {
    margin-top: 30px;
}

/* ====================================================
   Offer Styles
=======================================================*/

.special-offer {}
.offer-content-wrapper {
    position: relative;
    min-height: 610px;
}
.offer-left-area,
.offer-right-area {
    float: left;
    width: 50%;
    min-height: 1px;
}

.offer-image-area {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: inherit;
    padding: 0px 20px;
}
.offer-content {
    margin-top: 16%;
    margin-bottom: 50px;
    position: relative;
    padding-left: 15px;
}
.offer-content .offer-abs-bg {
    position: absolute;
    top: 0px;
    right: 0px;
}
.offer-content .offer-abs-bg .big-font {
    font-size: 300px;
    opacity: .1;
    filter: alpha(opacity=10);
    margin-top: -30px;
}


.offer-content h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13;
    margin-bottom: 47px;
    color: #333;
}
.offer-content h2 span {
    display: block;
    margin-left: 80px;
    font-size: 39px;
    font-weight: 300;
    text-transform: uppercase;
}
.offer-content h3 {
    color: #333;
    margin-bottom: 42px;
    font-size: 24px;
    font-weight: 400;
}
.offer-content h3 span {
}
.offer-content p:last-of-type {
    margin-bottom: 41px;
}
.offer-content a {}






/* ====================================================
   Download Styles
=======================================================*/

.download {
}

.download-bg {
}

.download-buttons {
    margin-top: 66px;
}

.download-buttons a {
    display: inline-block;
    background: #fff;
    padding: 19px 33px;
    line-height: 1;
    margin: 5px;
    text-align: left;
    color: inherit;
    height: auto;
    border-radius: 0px;
}
.download-buttons a * {
    letter-spacing: 0px;

}
.download-buttons .left-area {
    font-size: 25px;
    float: left;
    margin-right: 17px;
}

.download-buttons .right-area {
    float: right;
}
.download-buttons .right-area * {
}
.download-buttons .top-area {
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
    color: #666;
}
.download-buttons .bottom-area {
    display: block;
    color: #333;
    font-size: 16px;
}

.download-buttons a:hover * {
    color: #fff;
}

.download-buttons a:active {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5) inset;
}






/* ====================================================
   Team Styles
=======================================================*/

.team-member {
    background-color: #fff;
}
.team-member.section-space {
    padding-bottom: 28px;
}
.single-team-wrap {
    padding: 0px 20px;
    padding-bottom: 160px;
}
.single-team {
    position: relative;
}
.single-team .team-member-img {
    position: relative;
    z-index: 2;
}
.single-team .team-member-img img {
    width: 100%;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}

.single-team .team-member-info {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    padding-top: 26px;
}
.single-team .info-area-top {
    margin-bottom: 20px;
}

.team-theme-01 .single-team .info-area-top {
    -webkit-transform: translateY(-66px);
        -ms-transform: translateY(-66px);
            transform: translateY(-66px);
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}

.team-theme-01:hover .single-team .info-area-top {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.team-theme-01:hover .single-team .team-member-img img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.team-theme-01 .single-team .info-area-bottom {
    -webkit-transform: translateY(-66px);
        -ms-transform: translateY(-66px);
            transform: translateY(-66px);
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}
.team-theme-01:hover .single-team .info-area-bottom {
    -webkit-transform: translateY(06px);
        -ms-transform: translateY(06px);
            transform: translateY(06px);
}

.single-team .info-area-bottom .t-m-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 300;
}
.single-team .info-area-bottom .t-m-designation {
    font-size: 14px;
}

.social {
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
    margin-bottom: -5px;
}
.social li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}
.social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
}

.team-theme-01 .single-team:hover .area-top img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}






/* ====================================================
   Blog Styles
=======================================================*/


.blog-section {
    background-color: #f7f7f7;
    padding-bottom: 120px;
}
.blog-section .home-blog-posts {
    margin-bottom: 25px;
}
.single-post {
    padding-top: 4px;
}

.comment-link {
    color: #333;
}

.blog-posts {
    overflow: hidden;
}
.single-blog-post.theme01 {
    background: #fff;
    padding: 20px;
}

.single-blog-post {
    margin-bottom: 30px;
    width: 100%;
}
.blog-post-thumb-container {
    position: relative;
    margin-bottom: 15px;
    line-height: 1;
    width: 100%;
    overflow: hidden;
}
.blog-post-thumb-container .blog-post-thumb-permalink {
    display: block;
    position: relative;
}
.blog-post-thumb-container .blog-post-thumb-permalink:after {
    position: absolute;
    content: "\f08e";
    font: normal normal normal 15px/33px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #fff;
    color: #fff;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-left: -17px;
    margin-top: -17px;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.blog-post-thumb-container .blog-post-thumbnail {
    max-width: 100%;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}
.blog-post-thumb-container:hover .blog-post-thumbnail {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}
.blog-post-thumb-container .blog-post-thumb-permalink:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.blog-post-thumb-container .jwlogo {
    display: none !important;
}

.single-blog-post .blog-post-title-permalink {
    display: table;
    color: #333;
}
.single-blog-post .blog-post-title {
    font-size: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 900;
}
.single-blog-post .blog-post-meta,
.single-blog-post .blog-post-meta a {
    font-size: 13px;
    color: #bbbbbb;
}
.single-blog-post .blog-post-meta {
    margin-bottom: 13px;
}

.single-blog-post .blog-post-content {
    color: #666;
    margin-bottom: 18px;
    max-height: 137px;
    overflow: hidden;
}
.single-blog-post .blog-post-content *:last-child {
    margin-bottom: 0px;
}

.single-blog-post .blog-post-bottom-meta {
}

.single-blog-post .blog-post-bottom-meta a.favorite-link {
    color: #a3a3a3;
}

.single-blog-post .blog-post-bottom-meta.read-more .favorite-link {
    margin-top: 6px;
}



.blog-post-thumb-container > iframe {
    width: 100% !important;
    border: none;
    height: 100% !important;
}

.thumb-slides-controller {}
.thumb-slides-controller a {
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}
.thumb-slides-controller a.right-arrow {
    left: 35px;
}
.thumb-slides-controller a:hover {
    background-color: #444;
}





/* ====================================================
   News-Letter Styles / Request Access
=======================================================*/

#access {
    border-top: 6px solid #297ce5;
    padding: 80px 0px 140px 0px;
    /* background-color: #4f4e65 !important;
    background-image: url('/public/landing/img/pattern_green.jpg'); */
    background-color: #FFF !important;
}

#access .title-1 {
}

.newsletter-form-area form #beta_email,
.newsletter-form-area form #beta_info {
    border: none;
    color: #114660!important;
    border: 2px solid #B3B3B3;
    text-align: center;
    display: block;
    font-size: 18px;
    width:80%;
    max-width: 440px;
    margin:0px auto;
    outline: none;
    padding:0px;
}

.newsletter-form-area form #beta_info {
    height: 120px;
    border: 2px solid #B3B3B3;
    margin-bottom: 14px;
    padding: 10px;
}


.newsletter-form-area  .success {
    color:#00707C;
}

.newsletter-form-area  .error {
    color:#1A6E69;
}

.newsletter-form-area #beta-submit {
    outline: none;
    margin: 14px 0px 0px 0px;
    max-width: 440px;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    padding:0px;
    width:80%;
    border-radius: 0px;
    background:#297ce5;
    color: #fff;
}

.newsletter-form-area #beta-submit:hover {
    color:#fff;
}

.news-letter-text {
    line-height: 1.4;
}

#beta-form-message {
    display: block;
    margin: 0px auto 14px;
    padding: 7px 15px;
    background:#03CCAE;
    color: #fff;
    width: 80%;
    max-width: 440px;
    line-height: 1.5;
}
#beta-form-message.error {
    background: #F4A0A0;
}
#beta-form-message * {
    margin: 0px;
}

@media screen and (max-width: 992px) {
    .news-letter-text {
        padding: 0px 20px;
    }
    .newsletter-form-area form #beta_info,
    .newsletter-form-area form #beta_email {
        font-size: 15px;
    }
    .newsletter-form-area #beta-submit {
       font-size: 15px;
       line-height: 42px;
       height: 42px;

    }
}



/* ====================================================
   Twitter Styles
=======================================================*/

.tweet-section {
    background-color: #fff;
}
.tweet-section.section-space {
    padding-bottom: 108px;
}
.twitter-header {
    margin-top: 5px;
}
.twitter-header .twitter-icon {
    font-size: 50px;
    margin-bottom: 18px;
    display: inline-block;
}
.twitter-header .twitter-title {
    font-size: 30px;
}


#allTweets {}
#allTweets .single-tweet {}
#allTweets .single-tweet .tweet-date {
    font-size: 15px;
    color: #999;
    margin-bottom: 18px;
    line-height: 1;
}

#allTweets .single-tweet .tweet-text {
    margin-bottom: 25px;
    font-size: 15px;
}

#allTweets .single-tweet .tweet-text a:hover {}

#allTweets .single-tweet .tweet-controlls {
    margin-bottom: 22px;
}

#allTweets .single-tweet .tweet-controlls a {
    color: #999;
    margin-left: 15px;
    margin-right: 15px;
}

#allTweets .single-tweet .tweet-controlls a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}
#allTweets .single-tweet .tweet-controlls a.relpy-btn i {
    font-size: 22px;
}
#allTweets .single-tweet .tweet-controlls a.retweet-btn i {
    font-size: 16px;
}
#allTweets .single-tweet .tweet-controlls a.favorite-btn i {
    font-size: 16px;
}


.slider-arrow.tweets-arrow {
    margin-top: 20px;
}







/* ====================================================
   Map Styles
=======================================================*/
.map-section {
    position: relative;
}

.map-header-area {
    text-align: center;
    color: #fff;
    padding: 36px 0px;
    width: 100%;
    z-index: 1;
}
.map-header-area h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
}
.map-header-area h2 .location-icon {
    display: inline-block;
    background: #fff;
    color: #666;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    margin-right: 18px;
}

.map {
    width: 100%;
    height: 450px;
}
.map #map {
    display: block;
    width: 100%;
    height: 100%;
}

#map img {
    max-width: inherit;
}







/* ====================================================
   Contact Styles
=======================================================*/

.contact-us-button {
    border: 1px solid #aaa;
    display: block;
    padding: 30px 20px;
    /* min-height: 260px; */
    min-height: 210px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.contact-us-button:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.contact-us-button i.far {
    display: block;
    font-size: 42px;
    float: none;
    margin: 0px auto 20px auto;
}

#contact-top {
    padding: 140px 0px;
}
.contact {
    position: relative;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.1);
}

.contact .contact-location-toggle-btn {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    z-index: 333;
}
.contact .contact-location-toggle-btn i {
    font-size: 30px;
}

.contact .contact-content-wrapper {
    padding-top: 110px;
    display: none;
    padding-bottom: 120px;
}
.contact-title {
    font-size: 20px;
    color: #777;
    margin-bottom: 35px;
}

.contact-info .contact-info-lists li {
    list-style: none;
    margin-bottom: 20px;
}
.contact-info .contact-info-lists li a {
    font-size: 14px;
    color: #777;
    display: inline-block;
    position: relative;
    padding-left: 47px;
    min-height: 35px;
    padding-top: 4px;
}
.contact-info .contact-info-lists li a span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-info .contact-info-lists li a span i {
    font-size: 17px;
}
.contact-info .contact-info-lists li a:hover span i {
    color: #fff !important;
}



.cu-form input,
.cu-form textarea {
    margin-bottom: 23px;
    background: #fff;
    border: 1px solid #999;
    width: 100%;
    padding: 0px 10px;
    line-height: 36px;
    height: 36px;
    font-weight: 300;
    color: #333;
    outline: none;
}

.cu-form select {
    display: block;
}

.cu-form input:focus,
.cu-form textarea:focus {
    border: 1px solid #ececec;
}

.cu-form input[type="submit"] {
    width: auto;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 15px 30px;
    height: auto;
    margin-bottom: 30px;
    margin-top: 20px;
}


.cu-form .input-field label {
    color: #bbb;
    left: 0px;
    top: 0px;
}
.cu-form .input-field label.active {
    font-size: 13px;
    color: #727272;
    -webkit-transform: translateY(-94%);
    -ms-transform: translateY(-94%);
    transform: translateY(-94%);
}


.cu-form .form-message {
    padding: 10px;
    font-size: 13px;
    background: #fff;
}
.cu-form .form-message * {
    margin: 0px;
}
.cu-form .form-message.error {
    color: #FF5F5F;
}




/*
SOLUTIONS
*/
.solutions_navigation a {
    display: block;
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding: 0px 20px;
    line-height: 40px;
    margin-right: 70px;
}

@media (max-width: 991px) {
    .solutions_navigation  {
        margin-bottom: 80px;
    }
    .solutions_navigation a {
        margin-right: 0px;
    }
}

.solutions_navigation li:last-of-type a {
    border-bottom: 1px solid #ccc;
}
.solutions_navigation a:hover {
    background: #F0F0F0;
}
.solutions_navigation li.active a,
.solutions_navigation li.active a:hover {;
    background: #297ce5;
    color: #fff;
    border-color: #297ce5;
}

#solution-top {
    padding: 30px 0px 20px 0px;
}

#solution-content.section-space {
    padding: 88px 0px;
}

.solution-content ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.solution-content h2 {
    font-weight: 400;
    margin: 0em 0 0.5em 0;
    padding: 0px;
    font-size: 18px;
    line-height: 1.4;
}
.solution-content p + h2 {
    margin-top: 2em;
}
.solution-content p + p {
    margin-top: 1em;
}

.video_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 2em 0;
}

.video_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* GENERIC TEXT SITE */

#generic-top {
    padding: 30px 0px 20px 0px;
}
#generic.section-space {
    padding: 88px 0px;
}
#generic .container {
    padding: 0px 20px;
}
#generic .container h1 {
    font-weight: 400;
    margin: 0em 0 0.5em 0;
    padding: 0px;
    font-size: 24px;
}
#generic .container p + h1 {
    margin-top: 2em;
}
#generic .container h2 {
    font-weight: 400;
    margin: 0em 0 0.5em 0;
    padding: 0px;
    font-size: 18px;
}
#generic .col-lg-6 {
    padding: 0px 40px;
}


#generic form textarea::-webkit-input-placeholder,
#generic form textarea::-moz-placeholder,
#generic form textarea:-ms-input-placeholder,
#generic form textarea:-moz-placeholder,
#generic form input::-webkit-input-placeholder,
#generic form input::-moz-placeholder,
#generic form input:-ms-input-placeholder,
#generic form input:-moz-placeholder {
  color: #aaa;
}

#generic form input,
#generic form select,
#generic form textarea {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

#generic form textarea.error,
#generic form input.error {
  border-color: #C00!important;
  box-shadow: 0 1px 0 0 #C00;
}
#hiddenRecaptcha-error {
    margin-top: 1em!important;
}
#generic form div.error {
    color: #C00;
    margin-top: -5px;
    position: relative;
}
#generic form .s6,
#generic form .s12 {
    padding-bottom: 20px;
    padding-right: 80px;
}

#generic form .input-field label {
    font-weight: 400;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}
#generic .container form h2 {
    margin-bottom: 2em;
}
#generic .container form .row {
    margin-right: -10px;
    margin-left: -10px;
}
#generic .container form h2.with-text {
    margin-bottom: 1em;
}
#generic .container form p.form-section-text {
    margin-bottom: 2em;
}

#generic form .dropdown-content li {
    line-height: 1.3em;
    font-size: 14px;
}

#generic form .caret {
  border-color: transparent !important;
  width: auto;
}

#generic form [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    top: 5px;
}

#generic form [type="checkbox"]:checked+label:before {
    top: -1px;
}

#generic form .file-field .btn span {
    line-height: 2em;
    cursor: pointer;
}
#generic form .file-field .btn {
    background: #c5c5c5;
    color: #333;
}

#generic form .file-field .btn:focus,
#generic form .file-field .btn:hover,
#generic form .file-field .btn:active {
    background: #c5c5c5;
    color: #222;
}


#generic form .btn {
    line-height: 3em;
    height: 3em;
    padding: 0px 14px;
    background: #297ce5;
    transition: 0.3s;
}

#generic form .btn:focus,
#generic form .btn:hover,
#generic form .btn:active {
    color: #fff;
    background: #297ce5;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}


#generic form .dropdown-content li>a,
#generic form .dropdown-content li>span {
    padding: 0.8em 1.2em;
}

#generic form textarea.materialize-textarea {
    margin: 0px 0px 15px 0px;
    padding: 1em 0 0 0;
}

#generic .container h3 {
    font-weight: 400;
    margin: 0em 0 0.5em 0;
    padding: 0px;
    font-size: 16px;
}
#generic .container p + h2 {
    margin-top: 1em;
}
#generic .container strong {
    font-weight: 400;
}
#generic .container p + h3 {
    margin-top: 1em;
}
#generic .container h2 + h3 {
    margin-top: 1em;
}
#generic .container p + p {
    margin-top: 0.5em;
}
#generic .container ul {
    margin-left: 20px;
}
#generic .container ul li {
    list-style: disc;
}

#generic .picto-left-column {
    display: block;
    font-size: 128px;
    margin: 0px auto 30px auto;
    color: #297ce5;
}

/* SECURITY PAGE */

.security-logo {
    display: block;
    margin: 0px 0px 60px 0px;
}
.security-logo img {
    display: block;
    width: 200px;
    height: auto;
    margin: 0px auto;
}
@media (max-width: 991px) {
    .security-logo {
        display: block;
        float: left;
        margin: 40px 40px 40px 0px;
    }
    #generic .col-lg-6 {
        padding: 0px 20px 2em 20px;
    }
}

/* ====================================================
   Rating Banner Styles
   =======================================================*/

#prefooter {
    padding: 40px 0px 30px 0px;
}

.ratings-banner {
    font-weight: 100;
    font-size: 22px;
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 70px 20px 60px 20px;
    color: rgba(255, 255, 255, 0.7);
    background: #2f3f52;
    border-bottom: 1px solid #1e272f;
}
.ratings-banner strong {
    font-weight: 400;
}
.ratings-banner a {
    color: #fff;
    text-decoration: underline;
}
.ratings-banner a:hover,
.ratings-banner a:active,
.ratings-banner a:visited {
    color: #fff;
}

.ratings-banner span.title {
    display: block;
    margin-bottom: 20px;
}

.ratings-banner img {
    max-width: 200px;
    max-height: 70px;
    margin: 20px;
}


/* ====================================================
   Footer Styles
   =======================================================*/

.footer {
    display:block;
    background: #273440;
    padding: 50px 0px 40px 0px;
    line-height: 1.6;
    font-size: 14px;
}
.footer ul {
    margin: 0px;
    padding: 0px;
}
.footer ul li {
    display: block;
    padding: 0px;
    margin: 0px;
}
.footer strong {
    display: block;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
.footer a {color: #999; cursor: pointer;}
.footer a:hover {color: #fff;}
.footer .footer-col {
    float: left;
    width: 20%;
    color: #999;
}
.footer .copy {
    color: #999;
    display: block;
    margin: 20px 0px 0px 0px;
}


@media(min-width: 481px) and (max-width: 767px) {
    .footer .footer-col {
        width: 33%;
        margin-bottom: 20px;
    }
    .footer .copy {
        float:none;
        display:block;
        margin: 30px auto;
        text-align:center;
    }
}

@media(max-width: 480px) {
    .footer .footer-col {
        width: 50%;
        margin:0px 0px 20px 0px;
    }
    .footer .copy {
        float:none;
        display:block;
        margin: 30px auto;
        text-align:center;
    }
}


/* ====================================================
   Some Helper Styles
=======================================================*/

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    clear:both;
    *zoom: 1;
}

.nobgimage {
    background-image: inherit !important;
}

.opaciry30 {
    opacity: .3 !important;
    filter: alpha(opacity=30);
}

@media print {
 .main-header, .footer  {
    display: none !important;
 }
}

/*
 * Print styles.
 *  Inlined to avoid required HTTP connection: h5bp.com/r
 */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
 * COLORS
 */

.th-btn-default:focus,
.th-btn-default:active,
.th-btn-default:hover,
.owl-theme .owl-controls .owl-pagination .owl-page.active span,
.tes-thumb-ctrl-lists li a .tes-thumb-overlay,
.download-buttons a:hover,
.thumb-slides-controller a,
.main-footer .footer-social li a:hover,
.item-info-wrap,
.blog-pagination .pagination li.active a,
.blog-pagination .pagination li.active a:hover,
.tagcloud a:hover,
.overlay-brand,
.single-pricing-table .th-btn,
.contact .contact-location-toggle-btn,
.cu-form input[type="submit"],
.cu-form input[type="submit"]:focus,
.cu-form input[type="submit"]:active,
.cu-form input[type="submit"]:hover,
.contact-info .contact-info-lists li a:hover span,
.main-footer .footer-social li a:hover,
.btn-plain:hover,
.main-header.mobileBG {
    background-color: #297ce5;
}

a,a:hover,
.single-blog-post .blog-post-title-permalink:hover,
.single-blog-post .blog-post-meta a:hover,
.single-blog-post .blog-post-bottom-meta a:hover,
.single-blog-post .blog-post-bottom-meta a.favorite-link.active,
.single-blog-post .blog-post-bottom-meta a.favorite-link:hover,
.twitter-header .twitter-icon,
.twitter-header .twitter-title,
#allTweets .single-tweet .tweet-text a,
#allTweets .single-tweet .tweet-controlls a:hover,
.contact-info .contact-info-lists li a:hover,
.feature-common-style.extend .feature-title,
.team-theme-02 .social li a:hover,
.statistics-02 .number,
.blog-pagination .pagination li a:active,
.blog-pagination .pagination li a:focus,
.blog-pagination .pagination li a:hover,
.single-blog-post-content a,
.com-title a,
.author a,
.lp-content .title a:hover,
.boderd-list li:hover:before,
.boderd-list li:hover a,
.category-list li:hover span,
.slider-arrow:hover,
.header-mobile-screen .bar-area a,
.header-mobile-screen .menu li:hover a,
.header-mobile-screen .menu li:focus a,
.header-mobile-screen .menu li.current a,
.header-big-screen .menu li a:hover,
.header-big-screen .menu li a:focus,
.header-big-screen .menu li a:active,
.header-big-screen .menu li.current a,
.banner .icons a.active,
.banner .icons a:hover,
.feature-style-01 .inner-box i,
.content ul li:before,
.single-testimonial blockquote cite span,
.offer-content .offer-abs-bg .big-font,
.offer-content h2 span,
.offer-content h3 span,
.download-buttons .left-area *,
.th-btn-transparent:focus,
.th-btn-transparent:active,
.th-btn-transparent:hover,
.small-menu .header-big-screen .menu li a:hover,
.small-menu .header-big-screen .menu li.current a,
.s-f-top i,
.app-reasion-lists li a .left-area i,
.statistics-01 .number,
.single-blog-post-meta a.favourite-link.active .top,
.single-blog-post-meta a:hover .top,
.single-testimonial .thumb-icon-area,
.pricing-table-style-one.best .th-btn,
#allTweets .single-tweet .tweet-controlls a i,
.contact-info .contact-info-lists li a span i,
.cu-form .form-message.success,
.mailchimp-form-message.success,
.main-footer .footer-social li a,
.btn-plain,
.comment-meta .comment-reply,
.single-team .info-area-bottom .t-m-designation {
    color: #297ce5;
}

.overlay-one {
    background: rgba(63, 81, 181, 0.8);
}

.overlay-two {
    background-color: rgba(8, 8, 8, .90);
}

.overlay-three {
    background-color: rgba(0, 0, 0, .92);
}

.overlay-four {
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay-five {
    background-color: #111;
}

.color-brand {
    color: #297ce5 !important;
}

.bg-brand {
}

.input-text:focus,
.header-big-screen .menu li .sub-menu li:first-child,
.feature-common-style:hover .outer-box,
.menu li a:hover,
.menu li .sub-menu,
.menu li.current a {
    border-color: transparent;
}

.menu li.active a {
    padding: 14px 20px 13px 20px;
    background-color: #297ce5;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.menu li.active a:focus,
.menu li.active a:hover,
.menu li.active a:active {
    color: #FFF;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.dropdown-menu > li {
    padding: 0px;
    margin: 0px;
}
.dropdown-menu > li {
    width: 250px;
}
.dropdown-menu > li > a {
    line-height: 38px;
    width: auto;
    display: block;
    padding: 0px 20px;
}

.dropdown-toggle .caret {
    margin-top: -2px;
}

.header-mobile-screen .dropdown-menu > li > a {
    margin:0px;
    padding: 0px 20px;
}
nav ul a:hover {
    background: transparent;
}

.feature-common-style:hover .inner-box {
    background: #297ce5;
    border-color: transparent;
}

.feature-style-01 .inner-box {
    border: 1px solid #297ce5;
    border-radius: 50%;
}

.team-theme-01 .social li a:hover,
.app-reasion-lists li a:hover .left-area,
.app-reasion-lists li.active a .left-area,
.app-reasion-lists li.active a:hover .left-area {
    border-color: #297ce5;
    background-color: #297ce5;
}


.cu-form input:focus,
.cu-form textarea:focus {
    border-color: #297ce5;
}

/* video demo */

.video-wrapper {
    padding: 80px 0px;
}

.demo-wrapper {
    background: url(../img/macbook.png) center no-repeat;
    width: 812px;
    height: 500px;
    margin: 60px auto 20px auto;
    padding: 50px 96px;
}

@media (max-width: 774px) {
  .demo-wrapper {
    border: 2px solid #297ce5;
    height: auto;
    width: auto;
    background: none;
    margin: 40px 0px;
    padding:0px;
  }
}


.video-section.section-space {
    padding-bottom: 120px;
}
.video-section .section-head {
    margin-bottom: 0px;
}

.video-buttons {
    margin: -3px;
    margin-top: 40px;
}
.video-buttons a {
    margin: 3px;
}


/* Schedule a demo */

#quote_form {
    margin-bottom: 60px;
}

.schedule-demo-left p strong {
  font-weight: 400;
  color: #111;
}
.schedule-demo-left-video {
    border: 1px solid #297ce5;
    margin: 20px 0px;
}

/* Integrations */

#integrations-top {
    padding: 30px 0px 20px 0px;
}

#integrations {
    padding-bottom: 20px;
}

.integrations-top-image {
    width: 80%;
    max-width: 400px;
    margin: 0px auto 30px auto;
}

.integrations-panel {
    display: block;
    border: 1px solid #eee;
    padding: 24px;
    color: #727272;
    transition: 0.3s;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    min-height: 200px;
    border-radius: 3px;
    line-height: 1.4;
    font-size: 14px;
}
.integrations-panel:hover {
    color: #114660;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.integrations-panel img {
    height: 55px;
    margin: 10px auto 20px auto;
    display: block;
    float: none;
}
.integrations-panel small {
    display: block;
    margin: 10px 0px 10px 0px;
}
.bottom-wrapper-integrations {
    padding: 0px 0px 80px 0px;
}

/* Integration Page */

#integration-top {
    padding: 40px 0px 30px 0px;
}

#integration-top .section-head img {
    display: inline-block;
    max-height: 280px;
    max-width: 450px;
    width: 80%;
    margin-bottom: 1em;
}
#integration-top .section-head img.logo-big {
    height: 120px;
}
#integration .container {
    padding: 0px 20px;
}
#integration.section-space {
    padding: 100px 0px 0px 0px;
}
#integration .container h2 {
    font-weight: 400;
    margin: 0em 0 0.5em 0;
    padding: 0px;
    font-size: 18px;
}
.bottom-wrapper-integration {
    padding: 40px 0px 80px 0px;
}
#integration .col-lg-6,
#integration .col-md-6 {
    padding: 0px 40px;
}
#integration p {
    margin-bottom: 1em;
}
#integration ul {
    margin-left: 2em;
    margin-bottom: 2em;
}
#integration ul li {
    list-style: square;
}

/* Testimonials on index page */

.testimonials-wrapper p.quote {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 72px;
    line-height: 72px;
    padding: 5px 0 0 0px;
    float: left;
    font-style: italic;
    width: 35px;
    margin-left: -16px;
    color: rgba(40, 53, 65, 0.3);
}

.testimonials-wrapper p.text {
   font-style: italic;
   text-align: left;
   padding: 0 35px 0px 35px;
   margin: 1em 0px 2em 0px;
   color: #666;
}
.testimonials-wrapper p.text strong {
    font-weight: 400;
    color: rgba(40, 53, 65, 0.9);
}
.testimonials-wrapper p.text .read_more {

}
.testimonials-wrapper img.quote-logo {
    clear: both;
    display: block;
    height: 80px;
    max-height: 32px;
    margin: 20px auto 10px auto;
}

/* Testimonials in content */

.container .row.testimonial {
    margin: 2em 0;
    font-style: italic;
}

.container .row.testimonial hr {
    border-color: #F5F8F8;
    border-width: 20px;
}

.container .row.testimonial p.quote {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 72px;
    line-height: 72px;
    padding: 5px 0 0 0px;
    float: left;
    font-style: italic;
    width: 35px;
    margin-left: -16px;
    color: rgba(40, 53, 65, 0.3);
}

.container .row.testimonial p.text {
    font-style: italic;
    text-align: left;
    padding: 0 35px 0px 35px;
    margin: 1em 0px 0px 0px;
    color: rgba(40, 53, 65, 0.67);
}

.container .row.testimonial p.footnote {
    font-style: normal;
    text-align: left;
    padding: 0 0px 0px 35px;
    margin: 0px 0px 1em 0px;
    color: rgba(40, 53, 65, 0.67);
    line-height: 40px;
}

.container .row.testimonial .testimonial-logo {
    display: block;
    width: 180px;
    margin: 2em auto 1em auto;
}
.container .row.testimonial .testimonial-logo-big {
    width: auto;
    max-width: 80%;
    margin: 10px auto 30px auto;
}

#solutions-dropdown {
    width: 582px;
    margin-left: -180px;
}
#solutions-dropdown strong {
    display: block;
    color: #727272;
    padding: 0px 20px;
    line-height: 2.2;
    font-weight: 400;
}
#solutions-dropdown ul li  {
    display: block;
}
#solutions-dropdown ul li a {
    line-height: 2.2;
    padding: 0px 10px;
    display: block;
    color: #727272;
}

#solutions-dropdown ul li a:hover {
    background: #F4F4F4;
    color: #297ce5;
}

#solutions-left {
    padding-right: 10px;
    float: left;
    width: 290px;
    margin: 10px 0px;
}

#solutions-right {
    border-left: 1px solid rgba(0, 0, 0, .15);
    padding-right: 10px;
    float: left;
    width: 290px;
    margin: 10px 0px;
}

/* PARTNER PROGRAM */
#partner-program-advantages {
    text-align: center;
}

#partner-program-advantages h2 {
    font-size: 18px;
    line-height: 2;
}

#partner-program-advantages i {
    font-size: 58px;
    display: block;
    margin: 0px auto 10px auto;
}

.pipedriveWebForms {
    margin-top: 3px;
}