.preloader {
    background-color: #ffffff;
}

body {
    background-color: rgb(255, 255, 255);
    color           : #e9e9e9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

.section-heading {
    border-bottom: 1px solid #e1e1e1;
}

.section-heading:before {
    background-color: #6e45e2;
}

.section-title .sub-title {
    color: #2e2e2e;
}

.section-title .sub-title::before {
    background: #38f9d7;
}

.section-title .sub-title::after {
    background: #38f9d681;
}

abbr,
acronym {
    border-bottom: 1px dotted #454545;
}

mark,
ins {
    background: #fff9c0;
}

pre {
    background: #f5f5f5;
}

.dropcap {
    color: #cccccc;
}

.site-header {
    background-color: #ffffff;
}

.site-header.synopsis-header.sticky_header {
    background-color  : #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
    box-shadow        : 0px 10px 30px rgb(0 0 0 / 5%);
}

#sticky-header.active .site-header {
    background-color: #ffffff;
    box-shadow      : 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
}

.site-header.synopsis-header .logo-dark {
    display: block;
  }
  
  .site-header.synopsis-header .logo-white {
    display: none;
  }

@media only screen and (min-width: 1199px) {
    .navigation .mainmenu li>a>.menu-arrow {
        color: rgba(0, 0, 0, 0.6);
    }

    .navigation .mainmenu>li>a {
        color: #000000;
    }

    .navigation .mainmenu>li>a:before {
        background-color: #000000;
    }

    .navigation .mainmenu>li>a span {
        color: #929292;
    }

    .mainmenu .sub-menu {
        background-color: #ffffff;
        box-shadow      : 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
    }

    .mainmenu .sub-menu li a {
        color: #000000;
    }

    .mainmenu .sub-menu li a:hover {
        color: #4776e6;
    }

    .mainmenu .sub-menu li:hover .sub-menu,
    .mainmenu .sub-menu .sub-menu li:hover .sub-menu {
        background-color: rgba(0, 0, 0, 0.95);
    }

    .mainmenu .sub-menu>li>a:hover,
    .mainmenu .sub-menu .sub-menu>li>a:hover,
    .mainmenu .sub-menu .sub-menu .sub-menu>li>a:hover {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .mainmenu .sub-menu .current-menu-parent>a,
    .mainmenu .sub-menu .current-menu-item>a {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .current-menu-ancestor .current-menu-ancestor>a {
        background-color: rgba(0, 0, 0, 0.25);
    }
}

.megamenu .megamenu-main .megamenu-heading {
    color: #4776e6;
}

.search-wrap {
    background: rgba(0, 0, 0, 0.9);
}

.search-wrap .main-search-input {
    color        : #ffffff;
    border-bottom: 2px solid #898989;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: #ffffff;
}

.search-btn .search-trigger {
    color: #000000;
}

input.main-search-input::placeholder {
    color: #ffffff;
}

.search-close {
    color: #ffffff;
}

.hamburger-menus.click-menu>span {
    background-color: #000000;
}

.hamburger-menus>span {
    background-color: #000000;
}


.overlaybg {
    background-color: rgba(0, 0, 0, 0.45);
}

.mobile-sidebar-menu .navigation {
    background: #181818;
}

.mobile-sidebar-menu .navigation .mainmenu>li.active>a {
    color: #6e45e2;
}

.mobile-sidebar-menu .navigation .mainmenu>li>a {
    color     : #ffffff !important;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.mobile-sidebar-menu .navigation .mainmenu>li>a.active,
.mobile-sidebar-menu .navigation .mainmenu>li>a:hover {
    color: #6e45e2;
}

.mobile-sidebar-menu .navigation ul.mainmenu a>.menu-arrow {
    color: #ffffff !important;
}

.mobile-sidebar-menu .navigation ul.sub-menu li a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color     : #ffffff;
}

.mobile-sidebar-menu .navigation ul.sub-menu li a:hover {
    color: #6e45e2;
}

.mobile-sidebar-menu .contact-us-a h2 {
    color: #ffffff;
}

.mobile-sidebar-menu.sidemenu-active .contact-us-a {
    background: #181818;
}

.mobile-sidebar-menu .contact-us-a .sidebar-social a {
    color : #ffffff;
    border: 1px solid #383841;
}

.mobile-sidebar-menu .contact-us-a .sidebar-social a:hover,
.mobile-sidebar-menu .contact-us-a .sidebar-social a:focus {
    background-color: #6e45e2;
    border-color    : #6e45e2;
}

.banner-section {
    background: linear-gradient(0deg, rgba(11, 172, 250, 0.14) 0%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%);
}

.banner-section.banner-style-three::after {
    background-color: rgba(56, 249, 215, 0.3);
}

.banner-section.banner-style-three .hero-desc {
    color: #000000;
}

.banner-section .hero-title {
    color: #000000;
}

.subtitle.subtitle-typed,
.typed-cursor {
    color     : #38f9d7;
    background: linear-gradient(145deg, #6e45e2, #38f9d7);
    background: -webkit-linear-gradient(145deg, #6e45e2, #38f9d7);
    background: -moz-linear-gradient(145deg, #6e45e2, #38f9d7);
}

.resume-section {
    background: linear-gradient(180deg, rgba(11, 172, 250, 0.14) 0%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%);
}

.service-item {
    background-color: #ffffff;
    box-shadow      : 3px 3px 50px rgba(0, 0, 0, 0.075);
}

.service-item:hover {
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.15);
}

.ee-info-details .ee-time {
    border: 1px solid #38f9d7;
    color : #9a9a9a;
}

.ee-info-details.border-right {
    border-right: 1px solid #ffffff !important;
}

.ee-info-details.border-left {
    border-left: 1px solid #ffffff !important;
}

.ee-info-details p {
    color: #3c3c3c;
}

.ee-info-details.point-right::before {
    background-color: #38f9d7;
}

.ee-info-details.point-right::after {

    background-color: #ffffff;
    border          : 2px solid #38f9d7;
}

.ee-info-details.point-left::before {
    background-color: #38f9d7;
}

.ee-info-details.point-left::after {
    background-color: #ffffff;
    border          : 2px solid #38f9d7;
}

.certificate-item {
    border: 2px solid #e5e5e5;
}

.certi-logo {
    background-color: #f5f5f5;
}

.certi-id {
    font-size: .9em;
    color    : #777777;
}

.certi-date {
    color: #777777;
}

.single-skill .skill-title {
    color: #9a9a9a;
}

.single-skill .progress {
    background: #ffffff !important;
}

.single-skill .progress-bar {
    background: linear-gradient(145deg, #6e45e2, #38f9d7);
    background: -webkit-linear-gradient(145deg, #6e45e2, #38f9d7);
    background: -moz-linear-gradient(145deg, #6e45e2, #38f9d7);
    color     : #ffffff;
}

.counter-block {
    background: linear-gradient(0deg, rgba(113, 37, 255, 0.14) 0%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%);
}

.counter-promo-numbers .promo-number{
    background: #ffffff;
}

.counter-promo-numbers .promo-number .promo-title {
    color: #010101;
}

.counter-promo-numbers .promo-number .odometer-wrap {
    color: #000000;
}

.counter-promo-numbers .promo-number .promo-title {
    color: #b7b7b7;
}

.countdown li span {
    color: #000;
}

.countdown li p {
    color: #999fae;
}

.portfolio-section {
    background: linear-gradient(0deg, rgba(11, 172, 250, 0.14) 0%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%);
}

.portfolio-section .particle-shapes .dot-shape.shape-two {
    background-color: #6e45e2;
}

.portfolio-section .particle-shapes .dot-shape.shape-four {
    background-color: #6e45e2;
}

.portfolio-section.style-four .portfolio-filter li a {
    color: #000;
}

.portfolio-section.style-four .portfolio-filter li a.active,
.portfolio-section.style-four .portfolio-filter li a:hover {
    color: #6e45e2;
}

.portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area .read-more-text {
    color: #ffffff;
}

.portfolio-item .portfolio-thumb .overlay-wrapper .links>a {
    color           : #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.portfolio-item .portfolio-thumb .overlay {
    background: rgba(110, 64, 226, 0.04);
}

.portfolio-item .portfolio-thumb .overlay-two {
    background: -webkit-linear-gradient(145deg, #6e45e2, #38f9d7);
    background: linear-gradient(145deg, #6e45e2, #38f9d7);
    background: -moz-linear-gradient(145deg, #6e45e2, #38f9d7);
}

.portfolio-item .portfolio-info .heading {
    color: #ffffff;
}

.portfolio-item .portfolio-info .cat {
    color: #ffffff;
}

.video-section {
    background: linear-gradient(180deg, rgba(11, 172, 250, 0.14) 0%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%);
}

.video-section .element-group>.element.one {
    background-color: #6e45e2;
}

.video-section .element-group>.element.two {
    background-color: #38f9d7;
}

.video-section .section-details {
    color: #080808;
}

.blog-section {
    background: linear-gradient(0deg, rgba(11, 172, 250, 0.14) 0%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%);
}

.post .entry-title a:hover,
.post .entry-title a:focus {
    color: #6e45e2;
}

.post.post-grid .entry-meta.entry-meta-date {
    border: 1px solid #38f9d7;
}

.post.post-grid .post-details {
    box-shadow      : 0px 0px 20px -10px #b9b9b9;
    background-color: #ffffff;
}

.entry-meta>div a:hover,
.entry-meta>div a:focus {
    color: #6e45e2;
}

.entry-meta .entry-meta-author .entry-author-name {
    color: #9a9a9a;
}

.entry-meta .entry-meta-author .entry-author-name>a:hover {
    color: #6e45e2;
}

.testimonial-section {
    background: linear-gradient(180deg, rgba(113, 37, 255, 0.14) 100%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%);
}

.testimonial-section.shape-block::after {
    background-color: rgba(56, 249, 215, 0.3);
}

.testimonial-section .swiper-pagination .swiper-pagination-bullet {
    background: #38f9d7;
}

.client-testimonial .details {
    box-shadow      : 2px 2px 20px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
}

.client-testimonial .details .rating>a {
    color: #fdcc0d;
}

.client-testimonial .client-info .client-designation {
    color: #6e45e2;
}

.contact-section {
    background: linear-gradient(0deg, rgba(11, 172, 250, 0.14) 0%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%);
}

.contact-form-block .single-contact-info .title {
    color: #000000;
}

.contact-form-block .single-contact-info .card-info p {
    color: #949494;
}

.contact-form-block .single-contact-info .card-info li {
    color: #949494;
}

.contact-form-block .single-contact-info .card-info li [class*='icofont-'] {
    color: #080808;
}

.contact-form-block .single-contact-info .card-info li a:hover,
.contact-form-block .single-contact-info .card-info li a:focus {
    color: #6e45e2;
}

.contact-form-block .single-contact-info {
    box-shadow      : 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.contact-info-item {
    background-color: #ffffff;
    box-shadow      : 3px 3px 70px rgba(0, 0, 0, 0.075);
}

.contact-info-item:hover {
    box-shadow: 3px 3px 70px rgba(0, 0, 0, 0.15);
}

.contact-info-item .shape-icon {
    border: 1px solid #6e45e2;
    color : #6e45e2;
}

.contact-info-item .card-info p a:hover,
.contact-info-item .card-info p a:focus {
    color: #6e45e2;
}

.contact-form-area .error {
    color: #9b2182;
}

.contact-form-area .success {
    color: #7bc043;
}

.section-call-to-action {
    background: linear-gradient(180deg, rgba(11, 172, 250, 0.14) 0%, rgba(129, 196, 0, 0.14) 53%, rgba(113, 37, 255, 0.14) 100%);
}

.section-call-to-action .call-to-action {
    -webkit-box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 9%);
    box-shadow        : 0px 15px 50px 0px rgb(0 0 0 / 9%);
}

.section-call-to-action .call-to-action p {
    color: #000000;
}

.section-call-to-action .call-to-action .btn-default.btn-white {
    color: #ec77ab;
}

.section-call-to-action .call-to-action.style-three .btn-default.btn-white {
    color: #38f9d7;
}

.section-call-to-action .call-to-action .btn-default.btn-white:hover,
.section-call-to-action .call-to-action .btn-default.btn-white:focus {
    color: #ffffff !important;
}

.site-footer .widget-title {
    color: #000000;
}

.widget .widget-content ul li a {
    color: #ffffff;
}

.widget .widget-content ul li a:hover,
.widget .widget-content ul li a:focus {

    color: #6e45e2;
}

.copyright-text>p {
    color: #999fae;
}

.copyright-text a {
    color: #6e45e2;
}

.copyright-text a:hover {
    color: #6e45e2;
}

.footer-copyright-text p {
    color: #ffffff;
}

.footer-copyright-nav a {
    color: #ffffff;
}

.footer-copyright-nav a:hover,
.footer-copyright-nav a:focus {
    color: #6e45e2;
}

.footer-copyright-logo-area .footer-copyright-social a {
    color : #ffffff;
    border: 1px solid #383841;
}

.footer-copyright-logo-area .footer-copyright-social a:hover,
.footer-copyright-logo-area .footer-copyright-social a:focus {
    background-color: #6e45e2;
    color           : #ffffff;
    border-color    : #6e45e2;
}


.color-primary {
    color: #6e45e2 !important;
}

.color-secondary {
    color: #38f9d7 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-black {
    color: #080808 !important;
}

.text-white {
    color: #ffffff;
}

.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5 {
    color: #ffffff !important;
}

/* Background Element */
.bg-white {
    background-color: #ffffff;
}

.bg-secondary {
    background-color: #38f9d7 !important;
}

.bg-black {
    background-color: #080808;
}

.bg-black-russian {
    background-color: #12141c;
}

.bg-primary {
    background-color: #6e45e2 !important;
}

.bg-juice-peach {
    background-color: #fff6e9;
}

.bg-gradient {
    background: -moz-linear-gradient(110deg, #38f9d7, #6e45e2);
    background: -webkit-linear-gradient(110deg, #38f9d7, #6e45e2);
    background: -o-linear-gradient(110deg, #38f9d7, #6e45e2);
    background: linear-gradient(110deg, #38f9d7, #6e45e2);
}

/* Social Element */
.fb-color {
    color: #3b5998;
}

.fb-bg {
    background-color: #3b5998;
}

.tw-color {
    color: #1da1f2;
}

.tw-bg {
    background-color: #1da1f2;
}

.yt-color {
    color: #ff0000;
}

.yt-bg {
    background-color: #ff0000;
}

.in-color {
    color: #c32aa3;
}

.in-bg {
    background-color: #c32aa3;
}

.pin-color {
    color: #bd081c;
}

.pin-bg {
    background-color: #bd081c;
}

.lid-color {
    color: #007bb5;
}

.lid-bg {
    background-color: #007bb5;
}

.gplus-color {
    color: #db4437;
}

.gplus-bg {
    background-color: #db4437;
}

.drib-color {
    color: #ea4c89;
}

.drib-bg {
    background-color: #ea4c89;
}

.drib-color {
    color: #ea4c89;
}

.drib-bg {
    background-color: #ea4c89;
}

.dbart-color {
    color: #05cc47;
}

.dbart-bg {
    background-color: #05cc47;
}

.bh-color {
    color: #053eff;
}

.bh-bg {
    background-color: #053eff;
}

.bg-overlay:before {
    background-color: #080808;
}

.bg-overlay-primary:before {
    background-color: #6e45e2;
}

.bg-overlay-gradient:before {
    background: -webkit-linear-gradient(145deg, #6e45e2, #38f9d7);
    background: -moz-linear-gradient(145deg, #6e45e2, #38f9d7);
    background: linear-gradient(145deg, #6e45e2, #38f9d7);
    background: -o-linear-gradient(145deg, #6e45e2, #38f9d7);
}

.box-shadow-high {
    box-shadow: 3px 3px 50px rgb(0 0 0 / 15%);
}

.br-top {
    border-top: 1px solid #383841;
}

.br-right {
    border-right: 1px solid #383841;
}

.br-bottom {
    border-bottom: 1px solid #383841;
}

.br-left {
    border-left: 1px solid #383841;
}

body:not(.woocommerce-page) .article-content table td,
body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
    border: 1px solid #dddddd;
}

.comment-content table td,
.comment-content table th {
    border: 1px solid #dddddd;
}

.btn-links-area .btn-links {
    background-color: #f5f5f5;
    color           : #999999;
}

.btn-links-area .btn-links:hover {
    color           : #ffffff;
    background-color: #6e45e2;
}

.social-status a {
    color: #080808;
}

.social-status a:hover,
.social-status a:focus {
    color: #6e45e2 !important;
}

.social-status.style-two a:hover,
.social-status.style-two a:focus {
    color: #ec77ab !important;
}

.filter-pricing-tab .nav-tabs {
    background-color: #f5f5f5;
}

.filter-pricing-tab .nav-tabs>li>a {
    color: #080808;
}

.filter-pricing-tab .nav-tabs>li>a:hover {
    color: #080808;
}

.filter-pricing-tab .nav-tabs>li>a.active {
    color           : #ffffff;
    background-color: #080808;
}

.mfp-close {
    color: #ffffff !important;
}

.logo-text {
    color: #b2a1d2 !important;
}

.logo-text>a:focus,
.logo-text>a:hover,
.logo-text:focus,
.logo-text:hover {
    color: #b2a1d2 !important;
}

.text-gradient {
    color     : #6e45e2 !important;
    background: linear-gradient(145deg, #6e45e2, #38f9d7);
    background: -webkit-linear-gradient(145deg, #6e45e2, #38f9d7);
    background: -moz-linear-gradient(145deg, #6e45e2, #38f9d7);
}


input[type='submit']:hover {
    color: #ffffff;
}

.btn:active,
.btn:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn-default {
    color : #6e45e2;
    border: 1px solid #6e45e2;
}

.btn-default:hover,
.btn-default:focus {
    color           : #ffffff !important;
    background-color: #6e45e2;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
    box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
}

.btn-primary {
    color     : #ffffff;
    background: #6e45e2;
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 3px 6px 20px -7px rgb(0 0 0 / 30%);
    background: #38f9d7;
    color     : #080808;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color           : #080808;
    background-color: #38f9d7;
    border-color    : #38f9d7;
}

.btn-secondary {
    color     : #080808;
    background: #38f9d7;
}

.btn-secondary:hover,
.btn-secondary:focus {
    box-shadow: 3px 6px 20px -7px rgb(0 0 0 / 30%);
    background: #6e45e2;
    color     : #ffffff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color       : #ffffff;
    background  : #6e45e2;
    border-color: #6e45e2;
}

.btn.btn-secondary.btn-wide {
    padding: 15px 65px 15px !important;
}

.btn-primary.btn-white {
    background: #fff;
    color     : #000;
}

.btn-primary.btn-white:hover,
.btn-primary.btn-white:focus {
    box-shadow: 3px 6px 20px -7px rgb(0 0 0 / 30%);
    background: #000;
    color     : #fff;
}

.btn-primary.btn-white:not(:disabled):not(.disabled).active,
.btn-primary.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-primary.btn-white.dropdown-toggle {
    color           : #fff;
    background-color: #000;
    border-color    : #000;
}


.btn-primary.btn-gradient {
    background-image: -webkit-linear-gradient(110deg, #6e45e2 0%, #38f9d7 100%);
    background-image: -o-linear-gradient(110deg, #6e45e2 0%, #38f9d7 100%);
    background-image: linear-gradient(110deg, #6e45e2 0%, #38f9d7 100%);
    color           : #ffffff;
}

.btn-primary.btn-gradient:before {
    background-image: -webkit-linear-gradient(110deg, #38f9d7 0%, #6e45e2 100%);
    background-image: -o-linear-gradient(110deg, #38f9d7 0%, #6e45e2 100%);
    background-image: linear-gradient(110deg, #38f9d7 0%, #6e45e2 100%);
}

.btn-primary.btn-primary-color {
    padding   : 11px 25px 9px;
    background: -webkit-linear-gradient(#6e45e2, #38f9d7);
    background: linear-gradient(#6e45e2, #38f9d7);
}

.btn-primary.btn-black {
    background: #000;
}

.btn-primary.btn-black:hover,
.btn-primary.btn-black:focus {
    background: #38f9d7;
    color     : #000;
}

.btn-primary.btn-gradient-45 {
    background: -webkit-linear-gradient(305deg, #6e45e2, #38f9d7);
    background: linear-gradient(145deg, #6e45e2, #38f9d7);
}

.read-more {
    color           : #fff;
    background-color: #6e45e2;
}

.read-more:hover {
    box-shadow: 3px 6px 20px -7px rgb(0 0 0 / 30%);
    background: #38f9d7;
    color     : #080808;
}

.read-more-text {
    color: #080808;

}

.read-more-text:hover {
    color: #6e45e2;
}

.video-btn {

    color : #080808;
    border: 1px solid #ffffff;
}

.video-btn:hover,
.video-btn:focus {
    border-color: #6e45e2;
}

.video-btn:hover>span,
.video-btn:focus>span {
    color: #6e45e2;
}

.video-btn-gradient:hover,
.video-btn-gradient:focus {
    border-color: #6e45e2;
}

.video-btn-gradient:hover>span,
.video-btn-gradient:focus>span {
    color: #6e45e2;
}

.video-btn>span {
    color: #ffffff;
}

.comment-navigation .nav-links a {
    background: #ffffff;
}

.comment-navigation .nav-links a:hover {
    color: #ffffff;
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #b7b7b7 !important;
}

input:-webkit-autofill:focus {
    -webkit-text-fill-color: #b7b7b7 !important;
}

label {
    color: #bdc3c7;
}

::-webkit-input-placeholder {
    color: #bdc3c7;
}

::-moz-input-placeholder {
    color: #bdc3c7;
}

::-ms-input-placeholder {
    color: #bdc3c7;
}

.form-group label {
    color: #6e45e2;
}

.form-controller {
    background-color  : #ffffff;
    color             : #5e5e5e;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow   : 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow        : 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
}

.form-controller:focus {
    color       : #9c9c9c;
    border-color: #6e45e2;
}


input[type="radio"]+label {
    color: #1d2331;

}

input[type="radio"]+label:before {
    border          : 3px solid #B9BEC0;
    background-color: #ffffff;
}

input[type="radio"]:checked+label:before {
    border-color    : #07C1FE;
    background-color: #6e45e2;
}

.post-password-form input[type="password"] {
    border: 1px solid #f0f0f0;
}

.element-group>.element.style-one {
    background-color: #d4fc79;
}

.element-group>.element.style-two {
    background-color: #6e45e2;
}

.element-group>.element.style-five {
    background-color: #6e45e2;
}

.element-group>.element.style-six {
    background-color: #38f9d7;
}

.element-group>.element.style-ten {
    background: #fbed96;
}

.element-group>.element.style-ten {
    background: #fbed96;
}

.element-group>.element.style-eleven {
    background: #dfe9f3;
}

.element-group>.element.style-eleven {
    background: #dfe9f3;
}

.progress-wrap::after {
    color: #8c8c8c !important;
}

.progress-wrap svg.progress-circle path {
    stroke: #38f9d7 !important;
}