@charset "UTF-8";

body,
html {
    overflow-x: hidden;
}

html {
    font-size: 13px;
}

body {
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #a0a0ba;
    line-height: 1.5;
    margin: 0;
}

.wrapper {
    background-color: #ffffff;
}

* {
    outline: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    background-color: #664ffa;
    color: #ffffff;
    text-shadow: none;
}

a {
    color: #664ffa;
}

a:hover {
    color: #3b1df9;
    text-decoration: none;
}

a:focus {
    color: #3b1df9;
    outline: none;
    text-decoration: none;
}

a:active {
    color: #3b1df9;
    outline: none;
    text-decoration: none;
}

textarea {
    resize: none;
}

button.btn {
    margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6262a0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.h1,
h1 {
    font-size: 52px;
}

.h2,
h2 {
    font-size: 42px;
}

.h3,
h3 {
    font-size: 38px;
}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 18px;
}

p {
    color: #a0a0ba;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.lead {
    font-size: 16px;
    line-height: 1.8;
}

/* Aligning Text */
.text--left {
    text-align: left !important;
}

.text--right {
    text-align: right !important;
}

.text--center {
    text-align: center !important;
}

.text--just {
    text-align: justify !important;
}

.align--top {
    vertical-align: top;
}

.align--bottom {
    vertical-align: bottom;
}

.align--middle {
    vertical-align: middle;
}

.align--baseline {
    vertical-align: baseline;
}

/* Weight Text */
.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.break-word {
    word-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
}

/* Text Color */
.text-white {
    color: #ffffff !important;
}

.text-gray {
    color: #fafaff !important;
}

.text-black {
    color: #6262a0;
}

.text-theme {
    color: #664ffa;
}

.text--capitalize {
    text-transform: capitalize !important;
}

.text--uppercase {
    text-transform: uppercase !important;
}

.font-heading {
    font-family: "Roboto", sans-serif;
}

.font-body {
    font-family: "Roboto", sans-serif;
}

.font-18 {
    font-size: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-40 {
    font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    text-center-xs {
        text-align: center !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    text-center-sm {
        text-align: center !important;
    }
}

.higlighted-style1 {
    background-color: #664ffa;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style2 {
    background-color: #6262a0;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style3 {
    background-color: #fafaff;
    color: #664ffa;
    padding: 5px 0;
}

.reveal {
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
    color: #6262a0 !important;
}

.color-theme {
    color: #664ffa !important;
}

.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #fafaff !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

#feature1 {
    padding-bottom: 0px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 991px) {

    /* All margin */
    .m-0 {
        margin: 0 !important;
    }

    .m-xs {
        margin: 10px;
    }

    .m-sm {
        margin: 20px;
    }

    .m-md {
        margin: 40px;
    }

    .m-lg {
        margin: 80px;
    }

    /* top margin */
    .mt-0 {
        margin-top: 0;
    }

    .mt-xs {
        margin-top: 10px;
    }

    .mt-10 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .mt-50 {
        margin-top: 50px !important;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .mt-70 {
        margin-top: 70px !important;
    }

    .mt-80 {
        margin-top: 80px !important;
    }

    .mt-90 {
        margin-top: 90px !important;
    }

    .mt-100 {
        margin-top: 100px !important;
    }

    .mt-150 {
        margin-top: 150px;
    }

    /* bottom margin */
    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mb-15 {
        margin-bottom: 15px;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mb-60 {
        margin-bottom: 60px !important;
    }

    .mb-70 {
        margin-bottom: 70px !important;
    }

    .mb-80 {
        margin-bottom: 80px !important;
    }

    .mb-90 {
        margin-bottom: 90px !important;
    }

    .mb-100 {
        margin-bottom: 100px !important;
    }

    .mb-150 {
        margin-bottom: 150px !important;
    }

    /* right margin */
    .mr-0 {
        margin-right: 0;
    }

    .mr-30 {
        margin-right: 30px !important;
    }

    .mr-50 {
        margin-right: 50px;
    }

    .mr-60 {
        margin-right: 60px;
    }

    .mr-150 {
        margin-right: 150px;
    }

    /* left margin */
    .ml-0 {
        margin-left: 0;
    }

    .ml-xs {
        margin-left: 10px;
    }

    .ml-sm {
        margin-left: 20px;
    }

    .ml-md {
        margin-left: 40px;
    }

    .ml-lg {
        margin-left: 80px;
    }

    .ml-30 {
        margin-left: 30px !important;
    }

    .ml-50 {
        margin-left: 50px;
    }

    .ml-60 {
        margin-left: 60px;
    }

    .ml-150 {
        margin-left: 150px;
    }

    /* All padding */
    .p-0 {
        padding: 0 !important;
    }

    .p-xs {
        padding: 10px;
    }

    .p-sm {
        padding: 20px;
    }

    .p-md {
        padding: 40px;
    }

    .p-lg {
        padding: 80px;
    }

    /* top padding */
    .pt-0 {
        padding-top: 0 !important;
    }

    .pt-20 {
        padding-top: 20px !important;
    }

    .pt-30 {
        padding-top: 30px !important;
    }

    .pt-40 {
        padding-top: 40px !important;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .pt-60 {
        padding-top: 60px;
    }

    .pt-70 {
        padding-top: 70px !important;
    }

    .pt-80 {
        padding-top: 80px;
    }

    .pt-90 {
        padding-top: 90px;
    }

    .pt-100 {
        padding-top: 100px !important;
    }

    .pt-150 {
        padding-top: 150px !important;
    }

    /* bottom padding */
    .pb-0 {
        padding-bottom: 0 !important;
    }

    .pb-30 {
        padding-bottom: 30px;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .pb-70 {
        padding-bottom: 70px !important;
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .pb-90 {
        padding-bottom: 90px;
    }

    .pb-100 {
        padding-bottom: 100px !important;
    }

    /* right padding */
    .pr-0 {
        padding-right: 0;
    }

    .pr-xs {
        padding-right: 10px;
    }

    .pr-sm {
        padding-right: 20px;
    }

    .pr-md {
        padding-right: 40px;
    }

    .pr-lg {
        padding-right: 80px;
    }

    .pr-15 {
        padding-right: 15px !important;
    }

    .pr-30 {
        padding-right: 30px !important;
    }

    .pr-50 {
        padding-right: 50px;
    }

    .pr-60 {
        padding-right: 60px;
    }

    .pr-100 {
        padding-right: 100px !important;
    }

    .pr-150 {
        padding-right: 150px;
    }

    /* left padding */
    .pl-0 {
        padding-left: 0 !important;
    }

    .pl-30 {
        padding-left: 30px;
    }

    .pl-50 {
        padding-left: 50px;
    }

    .pl-60 {
        padding-left: 60px;
    }

    .pl-100 {
        padding-left: 100px !important;
    }

    .pl-150 {
        padding-left: 150px;
    }
}

/* Postions */
.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

/* Zindex*/
.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

/* Borders */
.border-all {
    border: 1px solid #664ffa;
}

.border-top {
    border-top: 1px solid #664ffa;
}

.border-bottom {
    border-bottom: 1px solid #664ffa;
}

.border-right {
    border-right: 1px solid #664ffa;
}

.border-left {
    border-left: 1px solid #664ffa;
}

/* Display */
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.hide {
    display: none;
}

.flex {
    display: flex;
}

@media only screen and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .text-center-xs {
        text-align: center !important;
    }

    .pull-none-xs {
        float: none !important;
        text-align: center !important;
    }

    .mb-15-xs {
        margin-bottom: 15px;
    }

    .mb-30-xs {
        margin-bottom: 30px !important;
    }

    .mb-50-xs {
        margin-bottom: 50px;
    }

    .mb-60-xs {
        margin-bottom: 60px !important;
    }

    .p-none-xs {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }

    .mb-0-sm {
        margin-bottom: 0;
    }

    .mb-15-sm {
        margin-bottom: 15px;
    }

    .mb-30-sm {
        margin-bottom: 30px !important;
    }

    .mb-50-sm {
        margin-bottom: 50px;
    }

    .mb-60-sm {
        margin-bottom: 60px;
    }

    .pb-15-sm {
        padding-bottom: 15px;
    }

    .pb-30-sm {
        padding-bottom: 30px;
    }

    .pb-50-sm {
        padding-bottom: 50px;
    }

    .pb-60-sm {
        padding-bottom: 60px;
    }

    .p-none-sm {
        padding-right: 0;
        padding-left: 0;
    }

    .pull-none-sm {
        float: none !important;
        text-align: center !important;
    }
}

.border-b {
    border-bottom: 1px solid #fafaff;
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-content {
    padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-content {
        padding: 40px !important;
    }
}

/* Small Devices, Tablets */
.col-img {
    height: 600px !important;
    padding: 60px;
    overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-img {
        height: auto;
        min-height: 600px;
    }
}

/* Postion Helpers */
.pos-fixed {
    position: fixed;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-static {
    position: static;
}

.pos-top {
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -moz-transform: perspective(1px) translateY(-50%);
    -o-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.height-700 {
    height: 700px !important;
}

.height-500 {
    height: 500px !important;
}

.height-800 {
    height: 800px !important;
}

@media only screen and (min-width: 992px) {

    .hidden-lg,
    .hidden-md {
        display: none;
    }
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-shape {
    background-color: #fafaff;
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative;
}

.bg-shape:before,
.bg-shape:after {
    position: absolute;
    left: -25%;
    content: "";
    background: #ffffff;
    width: 150%;
    height: 150px;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -moz-transform-origin: 3% 0;
    -webkit-transform-origin: 3% 0;
    -ms-transform-origin: 3% 0;
    -o-transform-origin: 3% 0;
    transform-origin: 3% 0;
}

.bg-shape:before {
    top: 0;
}

.bg-shape:after {
    bottom: -150px;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
    .bg-shape {
        padding-bottom: 200px;
        padding-top: 250px;
    }
}

.bg-theme {
    background-color: #664ffa !important;
}

.bg-gray {
    background-color: #fafaff !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #6262a0 !important;
}

.bg-gradient {
    background-image: linear-gradient(268deg, #a87efb 0%, #7160ff 100%);
}

/* Background Image */
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-light:before {
    background-color: #ffffff;
    opacity: 0.8;
}

.bg-overlay-dark:before {
    background-color: #6262a0;
    opacity: 0.3;
}

.bg-overlay-theme:before {
    background-color: #664ffa;
    opacity: 0.7;
}

.bg-parallex {
    background-attachment: fixed;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
    width: 210px;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0.65px;
}

.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Button Primary */
.btn--primary {
    background-color: #664ffa;
    color: #ffffff;
    border-color: #664ffa;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    background-color: #3b1df9;
    border-color: #3b1df9;
    color: #ffffff;
}

/* Button Gradient */
.btn--gradient {
    background-color: #664ffa;
    background-image: linear-gradient(270deg, #885bfe 0%, #664ffa 100%);
    color: #ffffff;
    border: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    background-size: 200% 200%;
    -moz-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}

.btn--gradient:hover,
.btn--gradient:focus,
.btn--gradient:active {
    background-position: right center;
    color: #ffffff;
}

/* Button Secondary*/
.btn--secondary {
    background-color: #6262a0;
    color: #ffffff;
    border: 2px solid #6262a0;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: #664ffa;
    color: #ffffff;
    border-color: #664ffa;
}

/* Button White */
.btn--white {
    background-color: #ffffff;
    color: #6262a0;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: #664ffa;
    color: #ffffff;
    border-color: #664ffa;
}

/* Button Block */
.btn--block {
    width: 100%;
}

.btn--auto {
    width: auto;
}

/* Button Rounded */
.btn--rounded {
    border-radius: 26px;
}

/* Button Bordered */
.btn--bordered {
    background-color: transparent;
}

.btn--bordered.btn--primary {
    color: #664ffa;
    border-color: #664ffa;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
    color: #ffffff;
    background-color: #664ffa;
    border-color: #664ffa;
}

.btn--bordered.btn--secondary {
    color: #2c303d;
    border-color: #e0e0e0;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color: #ffffff;
    background-color: #6262a0;
    border-color: #6262a0;
}

.btn--bordered.btn--white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
    color: #664ffa;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn--white.btn--secondary {
    color: #6262a0;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
    color: #ffffff;
    background-color: #664ffa;
    border-color: #664ffa;
}

.bg-theme .btn--primary,
.bg-overlay-theme .btn--primary {
    background-color: #6262a0;
    color: #ffffff;
    border: none;
}

.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
    color: #664ffa;
}

.navbar-toggle {
    border-color: #664ffa;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
label {
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.form-control {
    color: #a0a0ba;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    height: 60px;
    border: 1px solid #e0e0e0;
    background: transparent;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #664ffa;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Placeholder */
.form-control::-webkit-input-placeholder {
    color: #a0a0ba;
}

.form-control:-moz-placeholder {
    color: #a0a0ba;
}

.form-control::-moz-placeholder {
    color: #a0a0ba;
}

.form-control:-ms-input-placeholder {
    color: #a0a0ba;
}

.subscribe-alert {
    margin-top: 1.5rem;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading-title {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 47px;
    margin-bottom: 0;
}

.heading .heading-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 30px;
}

@media only screen and (max-width: 991px) {
    .heading {
        margin-bottom: 30px;
    }

    .heading .heading-title {
        font-size: 30px;
    }
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
    height: 140px;
}

.header-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.header .navbar {
    bottom: 0;
    padding: 0;
    border-radius: 0;
    min-height: 100px;
    border: none;
    z-index: 1030;
}

.header .navbar.affix {
    top: 0;
}

.header .navbar .logo {
    max-width: 100%;
    height: auto;
    line-height: 140px;
    padding-left: 10px
}

.navbar-nav > li {
    margin-right: 50px;
}

.navbar-nav > li:last-child {
    margin-right: 0;
}

.navbar-nav > li > a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 140px;
    color: #6262a0;
    padding: 0;
}

.navbar-nav > li > a:hover {
    color: #664ffa;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
    .header {
        height: 80px;
    }

    .header .navbar {
        min-height: 80px;
        -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        margin: 0;
        width: 100%;
        max-width: inherit;
    }

    .navbar .navbar-brand {
        height: 80px;
        line-height: 80px;
        margin-left: 15px;
    }

    .navbar .navbar-brand .logo-dark {
        display: inline-block;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
        position: relative;
        padding: 0;
        position: absolute;
        top: 32px;
        right: 15px;
        border: none;
        cursor: pointer;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .toogle-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #6262a0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        transition-timing-function: ease;
        transition-duration: 0.15s;
        transition-property: transform;
    }

    .toogle-inner:before,
    .toogle-inner:after {
        display: block;
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #6262a0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .toogle-inner:before {
        top: -6px;
        transition-timing-function: ease;
        transition-duration: 0.15s;
        transition-property: transform, opacity;
    }

    .toogle-inner:after {
        bottom: -6px;
        transition-timing-function: ease;
        transition-duration: 0.15s;
        transition-property: transform;
    }

    .toggler-active .toogle-inner {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggler-active .toogle-inner:before {
        opacity: 0;
        -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        -moz-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        -ms-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        -o-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    }

    .toggler-active .toogle-inner:after {
        -webkit-transform: translate3d(0, -6px, 0) rotate(-90deg);
        -moz-transform: translate3d(0, -6px, 0) rotate(-90deg);
        -ms-transform: translate3d(0, -6px, 0) rotate(-90deg);
        -o-transform: translate3d(0, -6px, 0) rotate(-90deg);
        transform: translate3d(0, -6px, 0) rotate(-90deg);
    }

    .navbar-nav {
        width: 100%;
        padding: 40px 15px;
    }

    .navbar-nav > li {
        float: none;
        text-align: center;
        height: auto !important;
        margin-right: 0;
    }

    .container > .navbar-collapse {
        width: 100%;
        background-color: #ffffff;
        margin-right: 0;
    }

    .navbar-nav > li.pull-left {
        float: none !important;
    }

    .navbar-nav > li > a {
        line-height: 42px !important;
        color: #6262a0 !important;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        display: block;
        text-align: center;
    }

    .navbar-nav > li:after {
        display: none;
    }

    .navbar-nav > li.active {
        border-bottom: none;
    }

    li a:hover,
    li.open > a:focus {
        color: #ffffff;
    }

    .nav > li > a:focus,
    .nav > li > a:hover {
        background-color: transparent;
    }

    .navbar-nav > li > a:before {
        display: none;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav > li {
        margin-right: 16px;
    }
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.hero {
    padding-top: 235px;
    padding-bottom: 140px;
    background-image: url(../images/background/bg-1.png);
    background-repeat: no-repeat;
}

.hero .row-content {
    padding-top: 45px;
}

.hero .hero-headline {
    padding-top: 40px;
    color: #6262a0;
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 25px;
}

.hero .hero-bio {
    color: #ababc7;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 33px;
}

/* Hero Action */
.hero-action .btn {
    width: 190px;
}

.hero-action form {
    margin-bottom: 0;
}

.hero-action form .form-control {
    width: 300px;
    height: 55px;
    line-height: 55px;
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 10px rgba(54, 54, 54, 0.11);
    -webkit-box-shadow: 0 3px 10px rgba(54, 54, 54, 0.11);
    box-shadow: 0 3px 10px rgba(54, 54, 54, 0.11);
}

.video-button {
    margin-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.video-button .popup-video {
    color: #a0a0ba;
}

.video-button .popup-video .btn-player {
    margin-left: 10px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #cccced;
}

.video-button .popup-video:hover {
    color: #664ffa;
}

.video-button .popup-video:hover .btn-player {
    background-color: #664ffa;
    border-color: #664ffa;
}

/* Slider Form */
.hero-form {
    padding: 50px 60px;
    background: #ffffff;
    -moz-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, 0.08);
    -webkit-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, 0.08);
    box-shadow: 0 10px 40px 0 rgba(32, 62, 84, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.hero-form h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
    text-transform: capitalize;
}

.hero-form p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.hero-form form label.holder {
    font-size: 14px;
    color: #664ffa;
}

.hero-form form .form-control {
    height: 42px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #e6e6f0;
    background-color: #f7f6ff;
}

.hero-form form .btn {
    height: 50px;
    line-height: 50px;
}

.hero-form .form-notes {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
}

.hero-form .form-notes a {
    color: #664ffa;
    text-decoration: underline;
}

.hero-form .form-notes a:hover {
    color: #6262a0;
}

@media only screen and (max-width: 767px) {
    .hero .hero-action .btn {
        display: block;
        margin: 15px auto;
    }

    .hero .hero-action .video-button {
        margin-left: 0;
    }

    .hero .hero-action form {
        text-align: center;
    }

    .hero .hero-action form .form-control {
        margin-bottom: 0;
        margin-right: 0;
        max-width: 280px;
        margin: 15px 0;
    }

    .hero .hero-action form .btn {
        margin: 15px 0;
    }

    .hero .hero-form {
        padding: 30px;
    }

    .hero .hero-form form {
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    .hero {
        padding-top: 140px;
        text-align: center;
    }

    .hero .row-content {
        padding-top: 0;
    }

    .hero .hero-headline {
        padding-top: 0;
        font-size: 28px;
        line-height: 33px;
    }

    .hero .hero-bio {
        font-size: 15px;
        line-height: 26px;
    }

    .hero .hero-img img {
        margin-top: 40px;
        max-width: 100%;
        height: auto;
    }

    .hero .hero-action form {
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero .row-content {
        padding-top: 0;
    }

    .hero .hero-headline {
        padding-top: 0;
        font-size: 36px;
        line-height: 45px;
    }

    .hero .hero-action form .form-control {
        width: 230px;
    }
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel {
    margin-bottom: 30px;
    text-align: center;
    padding-top: 95px;
}

.testimonial-panel:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 44px;
    background: url("../images/icons/quotes.svg");
    content: "";
}

.testimonial-panel .testimonial-body p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 35px;
}

.testimonial-panel .testimonial-author h5 {
    color: #664ffa;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
}

.carousel-dots .owl-dots {
    text-align: center;
}

.carousel-dots .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    margin: 0 3px;
}

.carousel-dots .owl-dots .owl-dot:active,
.carousel-dots .owl-dots .owl-dot:focus {
    outline: none;
}

.carousel-dots .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #664ffa;
    display: block;
}

.carousel-dots .owl-dots .owl-dot.active span {
    background-color: #664ffa;
    border-color: #664ffa;
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.bg-yellow {
    box-shadow: 0 4px 10px rgba(248, 198, 82, 0.3);
    background-color: #f8c652;
}

.bg-purple {
    box-shadow: 0 4px 10px rgba(197, 0, 238, 0.3);
    background-color: #c500ee;
}

.bg-blue {
    box-shadow: 0 4px 10px rgba(92, 72, 224, 0.3);
    background-color: #5c48e0;
}

.bg-green {
    box-shadow: 0 4px 10px rgba(2, 230, 184, 0.3);
    background-color: #02e6b8;
}

.bg-orange {
    box-shadow: 0 4px 10px rgba(230, 126, 0, 0.3);
    background-color: #ff8c00;
}

.feature-panel {
    position: relative;
}

.feature-panel .feature-icon {
    color: #664ffa;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 35px;
}

.feature-panel .feature-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 40px;
    text-align: center;
}

.feature-panel .feature-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 19px;
}

.feature-panel .feature-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.feature-panel .feature-content ul {
    padding: 0;
    margin: 24px 0 0 0;
    list-style: none;
}

.feature-panel .feature-content ul li {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    margin-bottom: 15px;
}

.feature-panel .feature-content ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: fontawesome;
    font-size: 16px;
    line-height: 26px;
    color: #f8c652;
}

.feature-center {
    text-align: center;
}

.feature-center .feature-img {
    margin-right: auto;
    margin-left: auto;
}

.feature-2 .feature-panel {
    position: relative;
}

.feature-2 .feature-panel .feature-content h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
}

.feature-2 .feature-panel .feature-content p {
    margin-bottom: 12px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .feature-panel,
    .feature-left .feature-panel {
        margin-bottom: 30px;
    }

    .feature-panel .feature-icon,
    .feature-left .feature-panel .feature-icon {
        margin-bottom: 10px;
    }

    .feature-panel .feature img,
    .feature-left .feature-panel .feature img {
        max-width: 100%;
        height: auto;
    }

    .feature-panel .feature-content ul li:before,
    .feature-left .feature-panel .feature-content ul li:before {
        position: relative;
        padding-right: 10px;
    }

    .feature-2 .feature-panel .feature-content h3 {
        font-size: 25px;
        line-height: 36px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-panel {
        margin-bottom: 20px;
    }

    .feature-2 i {
        font-size: 35px;
    }

    .feature-2 .divider--line {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .feature-2 h2 {
        font-size: 25px;
    }

    .feature-2 p {
        font-size: 15px;
        line-height: 20px;
    }
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta h3 {
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    margin-bottom: 23px;
    text-transform: capitalize;
}

.cta p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
}

.cta .btn {
    height: 70px;
    width: 280px;
    font-size: 24px;
    line-height: 70px;
}

/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing-filter {
    margin: 0 auto 100px auto;
    text-align: center;
    width: 260px;
    height: 45px;
    border: 1px solid #664ffa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.pricing-filter a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    width: 50%;
    line-height: 43px;
    color: #664ffa;
    float: left;
    position: relative;
    z-index: 1;
}

.pricing-filter a.is-active {
    color: #ffffff;
}

.pricing-filter .switch {
    position: absolute;
    left: 0;
    top: 0;
    height: 43px;
    width: 135px;
    background-color: #664ffa;
    content: "";
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.pricing-filter .switch.switch-yearly {
    -moz-transform: translateX(135px);
    -webkit-transform: translateX(135px);
    -ms-transform: translateX(135px);
    -o-transform: translateX(135px);
    transform: translateX(135px);
}

.pricing-filter .switch.switch-monthly {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.pricing-panel {
    padding: 50px 0;
    position: relative;
    text-align: center;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.pricing-panel .pricing-heading {
    margin-bottom: 30px;
}

.pricing-panel .pricing-heading h4 {
    color: #6262a0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.pricing-panel .pricing-heading .pricing-switcher {
    height: 70px;
    overflow: hidden;
}

.pricing-panel .pricing-heading .pricing-switcher.active-yearly .pricing-yealry {
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
}

.pricing-panel .pricing-heading .pricing-switcher.active-yearly .pricing-monthly {
    -moz-transform: translateY(-140px);
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    -o-transform: translateY(-140px);
    transform: translateY(-140px);
}

.pricing-panel .pricing-heading .pricing-switcher.active-monthly .pricing-yealry {
    -moz-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
}

.pricing-panel .pricing-heading .pricing-switcher.active-monthly .pricing-monthly {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.pricing-panel .pricing-heading p {
    color: #6262a0;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    -moz-transition: transform 300ms ease-in-out;
    -webkit-transition: transform 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
}

.pricing-panel .pricing-heading p .period {
    padding-left: 15px;
    color: #a0a0ba;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
}

.pricing-panel .pricing-body {
    padding: 0 65px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
}

.pricing-panel .pricing-body ul {
    margin-bottom: 33px;
}

.pricing-panel.pricing-active {
    -moz-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
}

.pricing-panel:hover .btn:not(.btn--gradient) {
    background-color: #664ffa;
    color: #ffffff;
}

.pricing-panel .pricing-footer {
    padding: 0 65px;
}

.pricing-panel .pricing-footer p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .pricing-filter {
        margin-bottom: 50px;
    }

    .pricing-panel {
        max-width: 390px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
        text-align: center;
        padding: 30px;
    }

    .pricing-panel .pricing-footer {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pricing-panel .pricing-footer {
        padding: 10px;
    }
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
footer {
    background-color: #ffffff;
}

footer .footer-top {
    padding: 80px 0 65px 0;
}

footer .footer-top .footer-logo {
    margin-bottom: 36px;
}

footer .footer-top .footer-info p {
    color: #6262a0;
    font-size: 18px;
    margin-bottom: 16px;
}

footer .footer-top .footer-info p:last-of-type {
    margin-bottom: 0;
}

footer .footer-top .footer-menu {
    text-align: right;
}

footer .footer-top .footer-menu a {
    font-size: 16px;
    font-weight: 400;
    color: #6262a0;
    margin-right: 30px;
    text-transform: capitalize;
}

footer .footer-top .footer-menu a:last-of-type {
    margin-right: 0;
}

footer .footer-top .footer-menu a:hover {
    color: #664ffa;
}

footer .footer-top .footer-social {
    text-align: right;
}

footer .footer-top .footer-social a {
    font-size: 16px;
    color: #6262a0;
    margin-right: 20px;
    display: inline-block;
}

footer .footer-top .footer-social a:hover {
    color: #664ffa;
}

footer .footer-top .footer-social a:last-of-type {
    margin-right: 0;
}

footer .footer-bottom {
    text-align: center;
}

footer .footer-bottom hr {
    border-top: 1px solid #eeeeee;
    margin: 0;
}

footer .footer-bottom .footer-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #a0a0ba;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
    footer {
        padding-top: 60px;
        text-align: center;
    }

    footer .footer-top {
        padding-top: 0;
    }

    footer .footer-top .footer-menu {
        text-align: center;
        line-height: 30px;
        margin-bottom: 20px;
    }

    footer .footer-top .footer-menu a {
        margin-right: 15px;
    }

    footer .footer-top .footer-social {
        margin-top: 20px;
        text-align: center;
    }
}

/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients {
    padding-top: 100px;
    padding-bottom: 100px;
}

.clients .client img {
    max-width: 100%;
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.clients-carousel [class*=col-] {
    max-height: 80px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .client img {
        margin-bottom: 20px;
    }
}

/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
.landing-hero {
    height: 100vh;
    padding-top: 200px;
}

.landing-hero h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}

.landing-hero p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 27px;
}

.landing-demos {
    padding-top: 170px;
}

.landing-demos .portfolio-item {
    margin-bottom: 50px;
}

.landing-demos .portfolio-title h4 {
    color: #6262a0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.landing-demos .portfolio-title:hover h4 {
    color: #664ffa;
}

.landing-demos .portfolio-img {
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
    background-color: #c0c0c0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.landing-demos .portfolio-img img {
    max-width: 100%;
    height: auto;
}

.landing-demos .portfolio-item:hover .portfolio-img {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.landing-demos .portfolio-item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.landing-demos .portfolio-bio {
    padding-top: 23px;
}

.landing-action {
    padding-top: 200px;
}

.landing-action img {
    margin-bottom: 50px;
}

.landing-action h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .landing-hero {
        height: auto;
        padding-top: 60px;
    }

    .landing-hero h1 {
        font-size: 34px;
        line-height: 50px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-hero {
        height: auto;
        padding-top: 100px;
    }

    .landing-hero h1 {
        font-size: 50px;
        line-height: 55px;
    }
}

.feature-panel .feature-content ul li::before {
    color: #664ffa !important;
}

.form-container {
    padding: 40px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(98, 98, 160, 0.1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(98, 98, 160, 0.1);
    box-shadow: 0px 0px 15px 5px rgba(98, 98, 160, 0.1);

}

label {
    color: #414184;
}

#formButton {
    font-size: 21px;
}

.thumbImage {
    width: 40%;
    margin-bottom: 35px;
}

.colorBox {
    width: 25px;
    height: 20px;
    margin: 3px;
}

.c1 {
    background-color: #d9d9d9;
}

.c2 {
    background-color: #d5bcd2;
}

.c3 {
    background-color: #b89561;
}

.c4 {
    background-color: #cfa748;
}

.c5 {
    background-color: #0280ac;
}

.c6 {
    background-color: #035773;
}

.c7 {
    background-color: #035773;
}

.c8 {
    background-color: #191919;
}

.colorCol {
    padding: 0px;
}

.colorImageHolder {
    max-width: 100%;
    border-radius: 10px;
    padding: 0px;
    margin: 10px;
}

.productImage {
    max-width: 100%;
    padding: 6px;
    border-radius: 10px;
}

.hoverSize{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(98, 98, 160, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(98, 98, 160, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(98, 98, 160, 0.2);
    transition: all 0.3s ease;
}

.hoverSize:hover {
    transform: scale(1.2);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(98, 98, 160, 0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(98, 98, 160, 0.5);
    box-shadow: 0px 0px 15px 5px rgba(98, 98, 160, 0.5);
}

.modalImage {
    max-width: 100%;
    padding: 6px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.modal-content {
    border: 0px;
    border-radius: 8px;
}

#orderForm h5 {
    margin-top: 25px;
    margin-bottom: 0px;
}

.addMarginTop90{
    margin-top: 180px;
}

.alerted {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255,0,0,1);
    box-shadow: 0px 0px 20px 0px rgba(255,0,0,1);
}

.fs0 {
    font-size: 0 !important;
}

.fs70 {
    font-size: 70px;
}

.fs16 {
    font-size: 16px;
}

.makeSmaller {
    padding-left: 80px;
    padding-right: 80px;
}

.affiliateHolder{
    position: fixed; bottom: 0; margin: 15px; z-index: 999;
    transition: all 1s ease;
    opacity: 1;
}

.affiliateHolder.hidden {
    opacity: 0;
    bottom: -200px;
}

.affiliateHolder .close {
    position: absolute; right: -10px; top: -13px; color: gray; font-size: 18px; cursor: pointer
}

.affiliateHolder .body {
    color:white;
    background-color: #664ffa;
    background-image: linear-gradient(270deg, #885bfe 0%, #664ffa 100%);
    border-radius: 40px ; padding: 12px;
}

.affiliateHolder .body a,
.affiliateHolder .body a:hover,
.affiliateHolder .body a:active,
.affiliateHolder .body a:visited {
    color: white
}

.affiliateHolder .body .main {
    text-transform: uppercase; font-size: 14px;
}

.affiliateHolder .body .sub {
    font-size: 10px;
}


