body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    font-size: 16px;
    color: black;
}

a {
    color: #1674c1;
}

p {
    font-size: 16px;
    line-height: 24px;
}

.home-top {
    background: #a3d5fa url(../img/banner-bg.jpg) no-repeat center;
    padding-top: 160px;
    color: #535050;
    background-size: cover;
}

.home-left {
    text-align: center;
    padding-bottom: 30px;
}

.about img {
    max-height: 200px;
}

.home-left img {
    max-width: 400px;
}

#contact figure {
    text-align: center;
}

#contact figure img {
    max-width: 400px;
}

#contact {
    padding: 60px 15px 5px;
}

.home-left a {
    margin-top: -210px;
}

.steps {
    margin-top: 20px;
}

.header.navbar {
    background: transparent;
}

.header.navbar.subpage {
    background: #D6EFF4;
}

.header .navbar-brand {
    height: auto !important;
    padding: 15px 15px;
}

.home-right {
    text-align: center;
}

.home-right img {
    max-width: 400px;
}

.header.navbar .navbar-nav>li>a {
    font-size: 14px;
    line-height: 20px;
    color: #243a3c;
    font-weight: 600;
    padding: 16px 20px;
    text-transform: uppercase;
}

.header.navbar .navbar-nav>li>a:hover {
    color: #6464FF;
}

.header.navbar .navbar-nav>li {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.header.navbar-account .navbar-nav>li {
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
}

.header.navbar.navbar-small .navbar-nav>li>a {
    padding: 16px 20px !important;
}

.header.navbar.navbar-small .navbar-brand {
    padding: 15px 15px !important;
}

body.bodytheme-titan #LanguageDropdown .dropdown-toggle {
    padding: 15px 30px !important;
}

body.bodytheme-titan .navbar-small #LanguageDropdown .dropdown-toggle {
    padding: 15px 30px !important;
}

.login-container figure {
    text-align: center;
}

.login-container figure img {
    max-width: 350px;
}

body.bodytheme-titan #LanguageDropdown .dropdown-toggle,
body.bodytheme-titan #LanguageDropdown .dropdown-toggle:hover {
    background-color: transparent;
    border: none;
    color: #3b5355 !important;
    text-transform: uppercase;
    padding: 25px 30px;
    font-size: 18px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
}

.header.navbar .navbar-nav>li>span {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 48px;
}

.login-right {
    padding-top: 40px;
}

.error-content {
    top: 40%;
    bottom: 0;
    padding-top: 15px;
    background: #4B4BF1;
}

.navbar-nav .dropdown-menu {
    background: #009cac;
}

.navbar-nav .dropdown-menu>li>a {
    color: white;
    padding: 10px 15px;
}

.navbar-nav .dropdown-menu>li>a:hover {
    background: #00A0B9;
    color: white;
}

.navbar-nav .dropdown-menu>li+li {
    border-top: 1px solid #3737ce;
}

.btn.btn-default {
    color: #fff;
    border-color: #3f59b5;
}

.btn.btn-default:hover {
    color: #445FCD !important;
}

.btn.btn-danger {
    color: #fff !important;
    background: #1616AD;
    border-color: #1616AD;
}

.form-control.input-white {
    background: #f4f4f4;
    border-color: #3939e6;
}

.btn.btn-danger:hover {
    color: #ffffff !important;
    background: #1616AD;
}

.badge.badge-success,
.label.label-success {
    background: #5557ea;
}

.home-top h1 {
    font-size: 55px;
    font-weight: 300;
    color: #2b3132;
    margin-bottom: 2.5rem;
}

.header.navbar.navbar-small {
    border-bottom: none;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    background: white;
}

.home-top p {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 3rem;
}

.btn.btn-theme {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb22b+0,f09d0c+85 */
    background: rgb(255, 178, 43);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 178, 43, 1) 0%, rgba(240, 157, 12, 1) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 178, 43, 1) 0%, rgba(240, 157, 12, 1) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 178, 43, 1) 0%, rgba(240, 157, 12, 1) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb22b', endColorstr='#f09d0c', GradientType=0);
    /* IE6-9 */
    border: 0px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 36px;
    padding: 16px 50px;
    box-shadow: 0px 5px 2px #00000024;
    display: block;
    width: 280px;
    margin: -20px auto 40px;
}

.btn.btn-theme:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb22b+0,ef9802+85 */
    background: rgb(255, 178, 43);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 178, 43, 1) 0%, rgba(239, 152, 2, 1) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 178, 43, 1) 0%, rgba(239, 152, 2, 1) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 178, 43, 1) 0%, rgba(239, 152, 2, 1) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb22b', endColorstr='#ef9802', GradientType=0);
    /* IE6-9 */
    border: 0px;
}

.step {
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: 2px solid white;
    border-radius: 16px;
    padding: 20px 0px;
    box-shadow: 0px 0px 15px #00000024;
    margin-bottom: 10px;
}

.step h2 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0px;
}

.content .content-title:after {
    display: none;
}

.content .content-title {
    color: #234066;
    font-size: 36px;
    font-weight: 400;
}

.quote-bg {
    background: #203889;
}

.about {
    border-radius: 6px;
    box-shadow: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.service.service-vertical .info {
    border-radius: 6px;
    background: white;
    box-shadow: 0px 0px 10px #00000024;
    c padding: 30px;
    text-align: center;
}

.about h2 {
    font-size: 30px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
}

.about h3 b {
    display: block;
}

.about-bottom {
    background: #222e3d;
    border-radius: 0px 0px 16px 16px;
}

.about-bottom2 {
    background: #00B5C7;
}

.about-bottom3 {
    background: #FFB50E;
}

.about-bottom4 {
    background: #B8E2FA;
}

.about p {
    font-size: 22px;
    color: black;
    line-height: 30px;
}

#about h2,
.testimonials h2 {
    color: black;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding: 30px 0px;
}

.test {
    border: 3px solid #6464FF;
    padding: 30px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 72%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 72%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 72%, rgba(244, 244, 244, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    min-height: 180px;
    text-align: left;
    padding-right: 80px;
    box-shadow: 0px 5px 2px #00000024;
    margin-bottom: 20px;
}

.test2 {
    padding-left: 160px;
}

.testi-container {
    position: relative;
}

.hand-middle {
    position: absolute;
    z-index: 10000;
    top: 35%;
    left: 35%;
}

.payments {
    border: 3px solid #6565FF;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 6px 15px;
}

.h-100 {
    height: 100% !important;
}

.testimonial_img img {
    border-radius: 100%;
    max-width: 160px;
}

.testimonials {
    background: #D6EFF4;
}

.testimonials p.sub-title {
    text-align: center;
    font-size: 18px;
}

.quote .fa-quote-left,
.quote .fa-quote-right {
    color: #4965C3;
    font-size: 26px;
    position: relative;
    top: -4px;
}

.quote {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    color: rgba(255, 255, 255, .9);
}

.quote small {
    display: block;
    font-size: 20px;
    color: white;
    margin-top: 20px;
}

.header.navbar .navbar-nav>li>a:hover,
.quote small b {
    color: #7575fd;
}

.giveaway-bg {
    background: #E8EDF7;
}

.giveaway-bg h4 {
    font-size: 48px;
    font-weight: 600;
    color: #313645;
}

.giveaway-bg h4 span {
    color: #fe8178;
}

.btn-big {
    text-transform: uppercase;
    font-size: 20px;
    background: #4F52FF;
    padding: 20px 60px;
    color: white;
    border-radius: 6px;
    display: block;
    text-align: center;
}

.btn-big:hover {
    color: white;
    background: #7072FA;
}

.content-info {
    margin-top: 110px;
}

.content-info h2 {
    font-size: 36px;
    font-weight: 700;
}

.about2 {
    background: #EDF9F8;
    padding: 50px 0px 0px;
}

.footer {
    background: white;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: left;
    padding: 72px 0px;
}

.signup_foot {
    background: #a3d5fa url(../img/start-bg.jpg) no-repeat center;
    padding: 140px 0px;
    color: white;
    text-align: center;
}

.signup_foot h1 {
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}

.signup_foot a {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 60px;
    border-radius: 66px;
}

#contact h3 {
    color: black;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
}

#contact p {
    font-size: 20px;
    line-height: 36px;
}

.login-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,7b82fe+2,7bd8f9+100 */
    background: rgb(240, 249, 255);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(240, 249, 255, 1) 0%, rgba(123, 130, 254, 1) 2%, rgba(123, 216, 249, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(240, 249, 255, 1) 0%, rgba(123, 130, 254, 1) 2%, rgba(123, 216, 249, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(240, 249, 255, 1) 0%, rgba(123, 130, 254, 1) 2%, rgba(123, 216, 249, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#7bd8f9', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 60px 0px;
}

.login-container {
    padding: 60px 0px;
}

.login-container figure {
    padding-top: 80px;
}

body.bodytheme-titan .footer-link-list li {}

.footer .footer-brand img {
    height: auto !important;
    max-height: 40px;
}

body.bodytheme-titan .footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: right !important;
    margin-top: 20px !important;
}

body.bodytheme-titan .footer-link-list li a {
    padding-right: 1.42857rem !important;
    line-height: 1.8 !important;
    font-weight: 500;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
}

.footer .footer-brand {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer p {
    color: #2c2f38;
    font-size: 14px;
    line-height: 30px;
}

.loginbox_main {
    padding-top: 50px;
}

.login-panel,
.register-panel {
    border-radius: 6px;
    background: white;
    padding: 30px;
}

.signup-right {
    padding-top: 100px;
}

.navbar-toggle {
    background-color: #0b9bd8;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: white;
}

.login-panel h1,
.register-panel h1 {
    color: #6666ff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.navbar-nav .open .dropdown-menu {
    background: #1616ad !important;
}

body.bodytheme-titan .footer-link-list li {}

.btn.btn-success,
.btn.btn-success:focus {
    color: #fff;
    background: rgb(255, 178, 43);
    background: -moz-linear-gradient(top, rgba(255, 178, 43, 1) 0%, rgba(240, 157, 12, 1) 85%);
    background: -webkit-linear-gradient(top, rgba(255, 178, 43, 1) 0%, rgba(240, 157, 12, 1) 85%);
    background: linear-gradient(to bottom, rgba(255, 178, 43, 1) 0%, rgba(240, 157, 12, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb22b', endColorstr='#f09d0c', GradientType=0);
    border: 0px;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0px 5px 2px #00000024;
}

.error-code {
    bottom: 60%;
    color: #F8A91D;
    font-size: 96px;
    line-height: 100px;
}

.btn.btn-success:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb22b+0,ef9802+85 */
    background: rgb(255, 178, 43);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 178, 43, 1) 0%, rgba(239, 152, 2, 1) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 178, 43, 1) 0%, rgba(239, 152, 2, 1) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 178, 43, 1) 0%, rgba(239, 152, 2, 1) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb22b', endColorstr='#ef9802', GradientType=0);
    /* IE6-9 */
    font-size: 18px;
}

.btn.btn-primary {
    color: #fff;
    background: rgb(142, 142, 252);
    background: -moz-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(107, 107, 254, 1) 85%);
    background: -webkit-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(107, 107, 254, 1) 85%);
    background: linear-gradient(to bottom, rgba(142, 142, 252, 1) 0%, rgba(107, 107, 254, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8efc', endColorstr='#6b6bfe', GradientType=0);
    border: 0px;
    border-radius: 36px;
    color: white !important;
    box-shadow: 0px 5px 2px #00000024;
    font-weight: 600;
}

.btn.btn-primary:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8e8efc+0,5050fc+85 */
    background: rgb(142, 142, 252);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8efc', endColorstr='#5050fc', GradientType=0);
    /* IE6-9 */
}

.accessibility-description,
.status.valid,
.visualCaptcha-explanation {
    margin: 0;
    text-align: left;
    background: #fff;
    color: #ff8982 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

.loginbox_main {
    background: #3F57A5 url(../img/login-bg.jpg) no-repeat right top;
    background-attachment: fixed;
}

.loginbox_main2 {
    background: #3F57A5 url(../img/login-bg2.jpg) no-repeat right top;
    background-attachment: fixed;
}

body.bodytheme-titan:not([class*="bodyclass-user-"]) {
    padding-bottom: 240px !important;
    position: relative;
}

.sidebar,
.sidebar-bg {
    background: #1616ad;
}

.sidebar .nav>li.nav-profile {
    padding: 20px;
    color: #2b2b2b;
    background: #B1E9F8;
    padding-top: 50px;
}

.sidebar .nav>li>a {
    padding: 8px 20px;
    line-height: 26px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.sidebar .nav>li.nav-profile .info small {
    color: #bee0ed;
}

.sidebar .nav>li.nav-header {
    margin: 0;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 11px;
    color: #ffffff;
}

.btn-icon.btn-xs {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 16px;
    padding: 0px !important;
}

.text-success {
    color: #7dd7f9 !important;
}

.menu-balance-table td {
    padding: 3px 5px !important;
    color: #2b2b2b !important;
    font-size: 14px;
    font-weight: 500;
}

.sidebar .nav>li.active>a {
    background: #6464ff;
}

.sidebar-minify-btn {
    background: #160c6b;
}

.sidebar .nav>li.active>a:hover {
    background: #5353f7;
}

.sidebar .nav>li>a:hover {
    background: #1E1E9E;
    color: #ffffff;
}

#about {
    background: white;
}

.content-info p {
    font-size: 18px;
    color: #2b3132;
    line-height: 30px;
}

.btn.btn-warning {
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8e8efc+0,6b6bfe+85 */
    background: rgb(142, 142, 252);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(107, 107, 254, 1) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(107, 107, 254, 1) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(142, 142, 252, 1) 0%, rgba(107, 107, 254, 1) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8efc', endColorstr='#6b6bfe', GradientType=0);
    /* IE6-9 */
    border: 0px;
    border-radius: 36px;
    color: white !important;
    box-shadow: 0px 5px 2px #00000024;
}

.btn {
    font-weight: 600;
}

.btn.btn-warning:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8e8efc+0,5050fc+85 */
    background: rgb(142, 142, 252);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8efc', endColorstr='#5050fc', GradientType=0);
    /* IE6-9 */
}

.header.navbar .navbar-nav>li>a.btn.btn-warning:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8e8efc+0,5050fc+85 */
    background: rgb(142, 142, 252);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8efc', endColorstr='#5050fc', GradientType=0);
    /* IE6-9 */
}

.btn {
    border-radius: 36px;
    font-size: 18px;
    font-weight: normal;
}

.navbar-small .navbar-toggle .icon-bar {
    background: white;
}

.content-info a {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.content-info h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
}

.content-info2 {
    margin-top: 80px;
}

.btn.btn-info {
    color: #6464FF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+72,f4f4f4+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 72%, rgba(244, 244, 244, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 72%, rgba(244, 244, 244, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 72%, rgba(244, 244, 244, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-9 */
    border: 0px;
    box-shadow: 0px 5px 2px #00000024;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.header.navbar .navbar-nav>li>a.btn.btn-info:hover {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 49%, rgba(221, 221, 221, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 49%, rgba(221, 221, 221, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 49%, rgba(221, 221, 221, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
    /* IE6-9 */
}

.error-desc {
    color: white;
}

.bg-green {
    background: #4e4ef5 !important;
}

.bg-black-lighter {
    background: #1616ad !important;
}

body[class*="bodyclass-user-"] .widget-stats .stats-info p {
    font-size: 24px;
    font-weight: 600;
}

.panel-title {
    font-size: 16px;
    font-weight: 600;
}

.panel-inverse>.panel-heading {
    color: #1616AD;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 72%, rgba(244, 244, 244, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 72%, rgba(244, 244, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 72%, rgba(244, 244, 244, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
    border-top: 3px solid #8686fc;
}

.btn.btn-inverse {
    color: #fff;
    background: #3939e6;
    border-color: #3939e6;
}

.server-time {
    color: #1616ad;
    text-align: left;
    font-weight: 500;
    line-height: 48px;
}

.footer-account {
    background: transparent;
}

.footer-account p {
    color: #40475c;
    font-size: 16px;
    line-height: 30px;
}

body.bodytheme-titan .footer-account .footer-link-list li a {
    font-size: 16px;
}

.sidebar .sub-menu {
    background: #1616ad;
}

.sidebar .nav>li.expand>a,
.sidebar .nav>li>a:focus,
.sidebar .nav>li>a:hover {
    background: #030398;
    color: #ffffff;
}

.sidebar .sub-menu>li>a {
    padding: 5px 20px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

.sidebar .sub-menu:before {
    background: #6464FF;
}

.sidebar .sub-menu>li>a:before {
    color: #6464FF;
}

.sidebar-minify-btn {
    background: #0c95d8;
}

.result-list>li,
.widget {
    border-radius: 6px;
    overflow: hidden;
}

.nav-tabs {
    background: rgb(142, 142, 252);
    background: -moz-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    background: -webkit-linear-gradient(top, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    background: linear-gradient(to bottom, rgba(142, 142, 252, 1) 0%, rgba(80, 80, 252, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8efc', endColorstr='#5050fc', GradientType=0);
    padding: 10px 10px 0px;
}

.custom.nav-tabs input[type=submit] {
    border: none;
    line-height: 20px;
    color: #1616ad;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    height: auto;
    background: #b1e9f8;
    margin: 0px 3px;
    font-weight: 500;
}

.page-content-full-height .content {
    top: 74px;
}

.content.content-full-width .page-header {
    color: #6464ff;
    font-size: 30px;
    font-weight: 700;
}

.custom.nav-pills input[type=submit].ViewSelected {
    background: #1616ad;
    color: #fff;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 39px;
    border-radius: 36px;
}

.note.note-warning {
    border-color: #efbd62;
    background: #ffeed0;
    color: #a95839;
}

.bg-success {
    background: #0FB2C3;
    color: white;
}

@media (max-width:812px) {
    .home-top {
        padding-top: 180px;
        text-align: center;
    }
    .test,
    .test2 {
        padding: 30px;
    }
    .hand-middle {
        display: block;
        position: relative;
        top: 0%;
        left: 0%;
        z-index: 100;
    }
    .home-right img {
        max-width: 100%;
    }
    .home-left a {
        margin-top: -90px;
    }
    .quote-bg {
        text-align: center;
    }
    .quote-bg img {
        margin-bottom: 10px;
    }
    .quote {
        text-align: center;
    }
    .giveaway-bg {
        background: #E8EDF7;
        padding-bottom: 150px;
        text-align: center;
    }
    .content-info {
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .content-info2 {
        text-align: center;
        padding-bottom: 100px;
    }
    .content-info h2 {
        font-size: 30px;
        font-weight: 700;
    }
    img {
        max-width: 100%;
    }
    .navbar-small .navbar-toggle {
        border: 0px;
        margin-top: 25px;
        margin-bottom: 8px;
    }
    .navbar-collapse {
        background: white;
    }
    .bodyclass-login .login-panel,
    .bodyclass-resetpwd .login-panel,
    .bodyclass-register .register-panel {
        margin: 50px auto 120px !important;
    }
}