input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  /*color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;*/
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-error .dy-radio{
  /*color: #B94A48;*/
  /*background-color: #F2DEDE;*/
}

.parsley-error .dy-js-error{
  margin-top:10px;
  background-color: #F2DEDE;
  padding:8px 8px 8px 10px;
  border: 1px solid red;
  border-radius: 5px;
}

.parsley-errors-list {
  margin: 5px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #a94442;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/*** Theme css partial ***/ .c-layout-header .c-brand {
    margin: 10px 0 20px 0px;
}

@media (min-width: 990px){
    .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li {
        max-width: 140px;
    }

    .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li {
        max-width: 145px;
    }

    a.live-internet-lesson.c-link {
        width: 160px !important;
        padding-left: 13px !important;
        padding-right: 12px !important;
    }
    
    a.video-tutorial {
        width: 120px;
    }
    
    a.live-internet-lesson.c-link {
        width: 160px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

  
.c-layout-sidebar-content.c-align-left {
    padding: 20px 40px 20px 0;
}


    .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
        padding: 11px 10px 12px 10px;
        height: 63px;
        display: table-cell;
        vertical-align:middle;
    }
}

@media (min-width: 1200px){
    .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
        padding: 11px 16px 12px 16px;
        height: 63px;
        display: table-cell;
        vertical-align:middle;
    }

}

.c-layout-header .c-topbar-light.c-solid-bg {
    background: #efefef;
}

.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .dropdown-menu.c-menu-type-classic {
    min-width: 250px;
    width: 250px;
}

#dropdown-menu-24034 .dropdown-submenu{
    width: 235px;
}

.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li .dropdown-menu > li.dropdown-submenu > .dropdown-menu {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.11), 0 4px 8px 0 rgba(0, 0, 0, 0.11);
}

@media (max-width: 620px){
    .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li {
        max-width: 100% !important;
        min-width: 100px;
    }
    
    .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
        text-align:left !important;
        padding-top:15px !important;
        padding-bottom:15px !important;
        height: auto !important;
    }
    
    
}
/*********************
THEME COLOR - DEFAULT
*********************/

a {
  color: #006edb;
}

a:active,
a:hover,
a:focus {
  color: #e06e10;
  text-decoration: underline;
}

.theme2 {
  color: #05284f;
}

.theme2-bg {
  background: #05284f;
}
.c-theme-link:focus,
.c-theme-link:active,
.c-theme-link:hover {
  color: #05284f !important;
}

.c-theme-link:focus>i,
.c-theme-link:active>i,
.c-theme-link:hover>i {
  color: #05284f !important;
}

.c-theme-link.c-active {
  color: #05284f !important;
}

.c-theme-link.c-active>i {
  color: #05284f !important;
}

.c-theme-link2 {
  color: #05284f !important;
}


.c-theme-linkwhite {
  color: #fff;
}

.c-theme-linkwhite:hover {
  color: #fff;
  text-decoration: underline!important;
}

.c-layout-header.c-layout-header-4 .c-navbar {
  /* background :#05284f */;
  background :#05284f;
}

.c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon, .c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
	color: #fff;
}


.c-theme-nav > li:focus>a:not(.btn),
.c-theme-nav > li:active>a:not(.btn),
.c-theme-nav > li:hover>a:not(.btn) {
  color: #fff !important;
  background: #031b35 !important;
}

.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li .dropdown-menu > li > a {
	color: #fff;
}

.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li .dropdown-menu > li.c-active > a, .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li .dropdown-menu > li:hover > a {
	background: #292e33;
	color: #127cf8;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #05284f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.c-theme-nav li:focus>.c-quick-sidebar-toggler>.c-line,
.c-theme-nav li:active>.c-quick-sidebar-toggler>.c-line,
.c-theme-nav li:hover>.c-quick-sidebar-toggler>.c-line {
  background: #05284f !important;
}

.c-page-on-scroll .c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon, .c-page-on-scroll .c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
	color: #fff;
}

.c-theme-nav li.c-active {
  color: #05284f !important;
}

.c-theme-nav li.c-active>a:not(.btn) {
  color: #fff !important;
  background: #e06e10 !important;
}

.c-theme-nav li.c-active>.c-quick-sidebar-toggler>.c-line {
  background: #05284f !important;
}

.c-theme-nav>li>.dropdown-menu.c-menu-type-mega>.nav.nav-tabs>li:hover>a {
  color: #fff !important;
}

.c-theme-nav>li>.dropdown-menu.c-menu-type-mega>.nav.nav-tabs>li.active {
  border-bottom: 1px solid #05284f !important;
}

.c-theme-nav>li>.dropdown-menu.c-menu-type-mega>.nav.nav-tabs>li.active>a {
  color: #05284f !important;
}

.c-theme-nav.nav.nav-tabs>li:hover>a {
  color: #05284f !important;
}

.c-theme-nav.nav.nav-tabs>li.active {
  border-bottom: 1px solid #05284f !important;
}

.c-theme-nav.nav.nav-tabs>li.active>a {
  color: #05284f !important;
}

.c-theme-ul>li:focus>a:not(.btn),
.c-theme-ul>li:active>a:not(.btn),
.c-theme-ul>li:hover>a:not(.btn) {
  color: #05284f !important;
}

.c-theme-ul>li:focus>a:not(.btn)>i,
.c-theme-ul>li:active>a:not(.btn)>i,
.c-theme-ul>li:hover>a:not(.btn)>i {
  color: #05284f !important;
}

.c-theme-ul>li:focus>button>.c-line,
.c-theme-ul>li:active>button>.c-line,
.c-theme-ul>li:hover>button>.c-line {
  background: #05284f !important;
}

.c-theme-ul>li.active,
.c-theme-ul>li.c-active {
  color: #05284f !important;
}

.c-theme-ul>li.active>a:not(.btn),
.c-theme-ul>li.c-active>a:not(.btn) {
  color: #05284f !important;
}

.c-theme-ul>li.active>a:not(.btn)>i,
.c-theme-ul>li.c-active>a:not(.btn)>i {
  color: #05284f !important;
}

.c-theme-ul-bg>li {
  color: #ffffff;
  background: #05284f !important;
}

.c-theme-font,
.c-theme-color {
  color: #05284f !important;
}

.c-theme-font>i,
.c-theme-color>i {
  color: #05284f !important;
}

.c-theme-bg {
  background: #05284f !important;
}

.c-theme-bg.c-theme-darken {
  background: #2e78d4 !important;
}

.c-theme-bg-after:after {
  background: #05284f !important;
}

.c-theme-bg-before:before {
  background: #05284f !important;
}

.c-theme-border-after:after {
  border-color: #05284f !important;
}

.c-theme-border-before:before {
  border-color: #05284f !important;
}

.c-theme-bg-on-hover:hover {
  background: #05284f !important;
}

.c-theme-border {
  border-color: #05284f !important;
}

.c-theme-on-hover:hover {
  color: #05284f !important;
}

.c-theme-bg-parent-hover:hover .c-theme-bg-on-parent-hover {
  background: #05284f !important;
}

.c-theme-border {
  border-color: #05284f;
}

.c-theme-border-top {
  border-top-color: #05284f;
}

.c-theme-border-bottom {
  border-bottom-color: #05284f !important;
}

.c-theme-border-left {
  border-left-color: #05284f;
}

.c-theme-border-right {
  border-right-color: #05284f;
}

.c-content-iconlist-1.c-theme>li:hover i {
  color: #fff;
  background: #05284f;
}

.c-content-ver-nav .c-menu.c-theme>li:before {
  color: #05284f;
}

.c-content-ver-nav .c-menu.c-theme.c-arrow-dot>li:before {
  background: #05284f;
}

.c-content-pagination.c-theme>li:hover>a {
  border-color: #05284f;
  background: #05284f;
  color: #fff;
}

.c-content-pagination.c-theme>li:hover>a>i {
  color: #fff;
}

.c-content-pagination.c-theme>li.c-active>span,
.c-content-pagination.c-theme>li.c-active>a {
  border-color: #05284f;
  background: #05284f;
  color: #fff;
}

.c-content-pagination.c-theme>li.c-active>span>i,
.c-content-pagination.c-theme>li.c-active>a>i {
  color: #fff;
}

.c-theme-btn.btn {
  color: #ffffff;
  background: #05284f;
  border-color: #05284f;
}

.c-theme-btn.btn.btn-no-focus:focus,
.c-theme-btn.btn.btn-no-focus.focus {
  color: #ffffff;
  background: #05284f;
  border-color: #05284f;
}

.c-theme-btn.btn.btn-no-focus:hover,
.c-theme-btn.btn:hover,
.c-theme-btn.btn.btn-no-focus:active,
.c-theme-btn.btn:active,
.c-theme-btn.btn.active,
.open>.c-theme-btn.btn.dropdown-toggle {
  color: #ffffff;
  background: #367dd6;
  border-color: #367dd6;
}

.c-theme-btn.btn:active,
.c-theme-btn.btn.active,
.open>.c-theme-btn.btn.dropdown-toggle {
  background-image: none;
}

.c-theme-btn.btn.disabled,
.c-theme-btn.btn.disabled:hover,
.c-theme-btn.btn.disabled:not(.btn-no-focus):focus,
.c-theme-btn.btn.disabled:not(.btn-no-focus).focus,
.c-theme-btn.btn.disabled:active,
.c-theme-btn.btn.disabled.active,
.c-theme-btn.btn[disabled],
.c-theme-btn.btn[disabled]:hover,
.c-theme-btn.btn[disabled]:not(.btn-no-focus):focus,
.c-theme-btn.btn[disabled]:not(.btn-no-focus).focus,
.c-theme-btn.btn[disabled]:active,
.c-theme-btn.btn[disabled].active,
fieldset[disabled] .c-theme-btn.btn,
fieldset[disabled] .c-theme-btn.btn:hover,
fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus):focus,
fieldset[disabled] .c-theme-btn.btn:not(.btn-no-focus).focus,
fieldset[disabled] .c-theme-btn.btn:active,
fieldset[disabled] .c-theme-btn.btn.active {
  background: #05284f;
  border-color: #05284f;
}

.c-theme-btn.btn .badge {
  color: #05284f;
  background: #ffffff;
}

.c-theme-btn.c-btn-border-1x {
  border-color: #05284f;
  border-width: 1px;
  color: #05284f;
  background: none;
  border-color: #05284f;
}

.c-theme-btn.c-btn-border-1x.btn-no-focus:focus,
.c-theme-btn.c-btn-border-1x.btn-no-focus.focus {
  color: #05284f;
  background: none;
  border-color: #05284f;
}

.c-theme-btn.c-btn-border-1x.btn-no-focus:hover,
.c-theme-btn.c-btn-border-1x:hover,
.c-theme-btn.c-btn-border-1x.btn-no-focus:active,
.c-theme-btn.c-btn-border-1x:active,
.c-theme-btn.c-btn-border-1x.active,
.open>.c-theme-btn.c-btn-border-1x.dropdown-toggle {
  color: #ffffff;
  background: #05284f;
  border-color: #05284f;
}

.c-theme-btn.c-btn-border-1x:active,
.c-theme-btn.c-btn-border-1x.active,
.open>.c-theme-btn.c-btn-border-1x.dropdown-toggle {
  background-image: none;
}

.c-theme-btn.c-btn-border-1x.disabled,
.c-theme-btn.c-btn-border-1x.disabled:hover,
.c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-1x.disabled:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-1x.disabled:active,
.c-theme-btn.c-btn-border-1x.disabled.active,
.c-theme-btn.c-btn-border-1x[disabled],
.c-theme-btn.c-btn-border-1x[disabled]:hover,
.c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-1x[disabled]:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-1x[disabled]:active,
.c-theme-btn.c-btn-border-1x[disabled].active,
fieldset[disabled] .c-theme-btn.c-btn-border-1x,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:hover,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus):focus,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:not(.btn-no-focus).focus,
fieldset[disabled] .c-theme-btn.c-btn-border-1x:active,
fieldset[disabled] .c-theme-btn.c-btn-border-1x.active {
  background: none;
  border-color: #05284f;
}

.c-theme-btn.c-btn-border-1x .badge {
  color: none;
  background: #05284f;
}

.c-theme-btn.c-btn-border-2x {
  border-color: #05284f;
  border-width: 2px;
  color: #05284f;
  background: none;
  border-color: #05284f;
}

.c-theme-btn.c-btn-border-2x.btn-no-focus:focus,
.c-theme-btn.c-btn-border-2x.btn-no-focus.focus {
  color: #05284f;
  background: none;
  border-color: #05284f;
}

.c-theme-btn.c-btn-border-2x.btn-no-focus:hover,
.c-theme-btn.c-btn-border-2x:hover,
.c-theme-btn.c-btn-border-2x.btn-no-focus:active,
.c-theme-btn.c-btn-border-2x:active,
.c-theme-btn.c-btn-border-2x.active,
.open>.c-theme-btn.c-btn-border-2x.dropdown-toggle {
  color: #ffffff;
  background: #05284f;
  border-color: #05284f;
}

.c-theme-btn.c-btn-border-2x:active,
.c-theme-btn.c-btn-border-2x.active,
.open>.c-theme-btn.c-btn-border-2x.dropdown-toggle {
  background-image: none;
}

.c-theme-btn.c-btn-border-2x.disabled,
.c-theme-btn.c-btn-border-2x.disabled:hover,
.c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-2x.disabled:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-2x.disabled:active,
.c-theme-btn.c-btn-border-2x.disabled.active,
.c-theme-btn.c-btn-border-2x[disabled],
.c-theme-btn.c-btn-border-2x[disabled]:hover,
.c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus):focus,
.c-theme-btn.c-btn-border-2x[disabled]:not(.btn-no-focus).focus,
.c-theme-btn.c-btn-border-2x[disabled]:active,
.c-theme-btn.c-btn-border-2x[disabled].active,
fieldset[disabled] .c-theme-btn.c-btn-border-2x,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:hover,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus):focus,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:not(.btn-no-focus).focus,
fieldset[disabled] .c-theme-btn.c-btn-border-2x:active,
fieldset[disabled] .c-theme-btn.c-btn-border-2x.active {
  background: none;
  border-color: #05284f;
}

.c-theme-btn.c-btn-border-2x .badge {
  color: none;
  background: #05284f;
}

.c-theme.form-control:focus,
.c-theme.form-control:active,
.c-theme.form-control.active {
  border-color: #05284f !important;
}

.c-content-line-icon.c-theme {
  background-image: url(../../img/content/line-icons/blue2.png);
}

.c-content-list-1.c-theme.c-separator-dot>li:before,
.c-content-list-1.c-theme>li:before {
  background: #05284f;
}

.c-content-tab-1.c-theme .nav>li:hover>a,
.c-content-tab-1.c-theme .nav>li:focus>a,
.c-content-tab-1.c-theme .nav>li:active>a,
.c-content-tab-1.c-theme .nav>li.active>a,
.c-content-tab-1.c-theme .nav.nav-justified>li:hover>a,
.c-content-tab-1.c-theme .nav.nav-justified>li:focus>a,
.c-content-tab-1.c-theme .nav.nav-justified>li:active>a,
.c-content-tab-1.c-theme .nav.nav-justified>li.active>a {
  border-bottom-color: #05284f;
}

.c-content-tab-2.c-theme>ul>li.active>a>.c-title,
.c-content-tab-2.c-theme>ul>li:hover>a>.c-title {
  color: #05284f;
}

.c-content-tab-2.c-theme>ul>li.active>a>.c-content-line-icon,
.c-content-tab-2.c-theme>ul>li:hover>a>.c-content-line-icon {
  background-image: url(../../img/content/line-icons/blue2.png);
}

.c-content-tab-5.c-theme .c-nav-tab>li.active>a,
.c-content-tab-5.c-theme .c-nav-tab>li a:hover {
  color: #fff;
  background-color: #05284f;
}

.c-content-tab-5.c-theme .c-nav-tab.c-arrow a:hover:after {
  border-left-color: #05284f;
}

.c-content-tab-5.c-theme .c-nav-tab.c-arrow .active>a:after {
  border-left-color: #05284f;
}

.c-content-accordion-1.c-theme .panel>.panel-heading>.panel-title>a {
  background-color: #05284f;
}

.c-content-accordion-1.c-theme .panel>.panel-heading>.panel-title>a.collapsed {
  background-color: #ffffff;
}

.c-content-accordion-1.c-theme .panel>.panel-heading>.panel-title>a.collapsed:hover,
.c-content-accordion-1.c-theme .panel>.panel-heading>.panel-title>a.collapsed:focus {
  background-color: #05284f;
}

.c-content-accordion-1.c-theme .panel>.panel-collapse>.panel-body {
  background-color: #05284f;
}

.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav>li.c-onepage-link:hover>a,
.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav>li.c-onepage-link.c-active>a,
.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav>li.c-onepage-link.active>a {
  background: rgba(88, 147, 221, 0.9);
}

.c-layout-sidebar-menu.c-theme .c-sidebar-menu li.c-active>a {
  transition: all 0.2s;
  color: #05284f;
}

.c-layout-sidebar-menu.c-theme .c-sidebar-menu li.c-active>a>.c-arrow {
  color: #05284f;
}

.c-layout-sidebar-menu.c-theme .c-sidebar-menu li .c-dropdown-menu>li:hover>a {
  color: #05284f;
}

.c-layout-sidebar-menu.c-theme .c-sidebar-menu.c-option-2>li.c-active>a {
  transition: all 0.2s;
  color: #ffffff;
  background-color: #05284f;
}

.c-layout-sidebar-menu.c-theme .c-sidebar-menu.c-option-2>li.c-active>a>.c-arrow {
  color: #ffffff;
}

.c-content-title-4.c-theme .c-line-strike:before {
  border-top: 1px solid #05284f;
}

.owl-carousel.c-theme .owl-controls .owl-dot {
  background: #e1e1e1;
}

.owl-carousel.c-theme .owl-controls .owl-dot:hover {
  background: #fff;
}

.owl-carousel.c-theme .owl-controls .owl-dot.active {
  background: #05284f;
}

.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #05284f;
}

.cbp-l-filters-button .cbp-filter-counter:before,
.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
  border-top: 4px solid #05284f;
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #05284f;
}

.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-counter {
  background: none repeat scroll 0 0 #05284f;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:before,
.cbp-l-filters-text .cbp-filter-counter:before {
  border-top: 4px solid #05284f;
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #05284f;
}

.cbp-l-project-desc-title:before,
.cbp-l-project-details-title:before {
  background: #05284f;
}

.tp-bullets.round.c-theme .bullet {
  margin-right: 5px;
}

.tp-bullets.round.c-theme .bullet.selected {
  background: #05284f;
}

.tp-banner-container.c-theme .tparrows.circle {
  background-image: url(../../img/content/line-icons/blue2.png);
}

/* customize */

.c-topbar {
  /*background: #05284f;*/
  background: #efefef;
}

.c-topbar .c-theme-ul>li:hover>a:not(.btn) {
  /*color: #fff !important;*/
}