/*------------------------------------------------
*
* Theme Color - Blue
*
-------------------------------------------------*/
.theme-color-blue a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
  color: #0093E9;
}

.theme-color-blue [class*='bg-gradient'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover,
.theme-color-blue [class*='bg-color'] a:not([class^='button']):not([class^="link-social"]):not(.header-logo a):hover {
  color: white;
}


.theme-color-blue .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover, .theme-color-blue .header .header-menu:not([class*='dropdown-color']) .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
  color: #0093E9;
}


.theme-color-blue .bg-color-theme {
  background: #0093E9;
}

.theme-color-blue .bg-color-theme-09 {
  background: rgba(0, 147, 233, 0.9);
}

.theme-color-blue .bg-color-theme-08 {
  background: rgba(0, 147, 233, 0.8);
}

.theme-color-blue .bg-color-theme-07 {
  background: rgba(0, 147, 233, 0.7);
}

.theme-color-blue .bg-color-theme-06 {
  background: rgba(0, 147, 233, 0.6);
}

.theme-color-blue .bg-color-theme-05 {
  background: rgba(0, 147, 233, 0.5);
}

.theme-color-blue .bg-color-theme-04 {
  background: rgba(0, 147, 233, 0.4);
}

.theme-color-blue .bg-color-theme-03 {
  background: rgba(0, 147, 233, 0.3);
}

.theme-color-blue .bg-color-theme-02 {
  background: rgba(0, 147, 233, 0.2);
}

.theme-color-blue .bg-color-theme-01 {
  background: rgba(0, 147, 233, 0.1);
}

.theme-color-blue .bg-light-theme {
  background: #e2f2fb;
}

.theme-color-blue .button-theme {
  background: #0093E9;
}

.theme-color-blue .button-outline-theme {
  border-color: #0093E9;
  color: #0093E9;
}

.theme-color-blue .button-outline-theme:hover, .theme-color-blue .button-outline-theme:focus {
  background: #0093E9;
  color: white;
}

.theme-color-blue .button-circle-theme {
  background: #0093E9;
}

.theme-color-blue .button-circle-outline-theme {
  border-color: #0093E9;
  color: #0093E9;
}

.theme-color-blue .button-circle-outline-theme:hover, .theme-color-blue .button-circle-outline-theme:focus {
  background: #0093E9;
}

.theme-color-blue .button-backdrop-color-theme {
  background: #0093E9;
}

.theme-color-blue .button-text-theme.button-text-1, .theme-color-blue .button-text-theme.button-text-2, .theme-color-blue .button-text-theme.button-text-3 {
  color: #0093E9;
}

.theme-color-blue .button-text-theme.button-text-1:hover, .theme-color-blue .button-text-theme.button-text-2:hover, .theme-color-blue .button-text-theme.button-text-3:hover {
  color: #0093E9;
}

.theme-color-blue .button-text-theme.button-text-1:before {
  background: rgba(0, 147, 233, 0.3);
}

.theme-color-blue .button-text-theme.button-text-1:after {
  background: #0093E9;
}

.theme-color-blue .button-text-theme.button-text-2:before {
  background: rgba(0, 147, 233, 0.1);
}

.theme-color-blue .button-text-theme.button-text-2:after {
  background: #0093E9;
}

.theme-color-blue .button-text-theme.button-text-3:before {
  background: #0093E9;
}

.theme-color-blue .button-text-theme.button-text-3:hover:before {
  background: #0093E9;
}

.theme-color-blue .bg-black .button-text-theme.button-text-1, .theme-color-blue .bg-black .button-text-theme.button-text-2, .theme-color-blue .bg-black .button-text-theme.button-text-3,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-1,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-2,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-3 {
  color: #0093E9;
}

.theme-color-blue .bg-black .button-text-theme.button-text-1:hover, .theme-color-blue .bg-black .button-text-theme.button-text-2:hover, .theme-color-blue .bg-black .button-text-theme.button-text-3:hover,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-1:hover,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-2:hover,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-3:hover {
  color: #0093E9;
}

.theme-color-blue .bg-black .button-text-theme.button-text-1:before,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-1:before {
  background: rgba(0, 147, 233, 0.3);
}

.theme-color-blue .bg-black .button-text-theme.button-text-1:after,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-1:after {
  background: #0093E9;
}

.theme-color-blue .bg-black .button-text-theme.button-text-2:before,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-2:before {
  background: rgba(0, 147, 233, 0.3);
}

.theme-color-blue .bg-black .button-text-theme.button-text-2:after,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-2:after {
  background: #0093E9;
}

.theme-color-blue .bg-black .button-text-theme.button-text-3:before,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-3:before {
  background: #0093E9;
}

.theme-color-blue .bg-black .button-text-theme.button-text-3:hover:before,
.theme-color-blue [class*='bg-dark'] .button-text-theme.button-text-3:hover:before {
  background: #0093E9;
}

.theme-color-blue .text-color-theme {
  color: #0093E9;
}

.theme-color-blue .progress-box.progress-theme .animated-progress div {
  background: #0093E9;
}

.theme-color-blue [class*='bg-gradient'] .progress-box.progress-theme .animated-progress div,
.theme-color-blue [class*='bg-color'] .progress-box.progress-theme .animated-progress div {
  background: white;
}

.theme-color-blue.preloader-theme .preloader-1 div .loader-path {
  stroke: #0093E9;
}

.theme-color-blue.preloader-theme .preloader-2 div span {
  background: #0093E9;
  background: linear-gradient(to right, #0093E9 10%, transparent 40%);
}

.theme-color-blue.preloader-theme .preloader-2 div span:before {
  background: #0093E9;
}

.theme-color-blue.preloader-theme .preloader-3 div span:before, .theme-color-blue.preloader-theme .preloader-3 div span:after {
  background: rgba(0, 147, 233, 0.2);
}

.theme-color-blue .accordion li .accordion-title {
  border-color: rgba(0, 147, 233, 0.1);
}

.theme-color-blue .accordion li .accordion-title:before, .theme-color-blue .accordion li .accordion-title:after {
  background: #0093E9;
}

.theme-color-blue .accordion li .accordion-title h1, .theme-color-blue .accordion li .accordion-title h2, .theme-color-blue .accordion li .accordion-title h3, .theme-color-blue .accordion li .accordion-title h4, .theme-color-blue .accordion li .accordion-title h5, .theme-color-blue .accordion li .accordion-title h6 {
  color: #0093E9;
}

.theme-color-blue .accordion li.active .accordion-title {
  border-color: #0093E9;
}

.theme-color-blue .accordion.style-3 li .accordion-title {
  background: #e2f2fb;
}

.theme-color-blue .accordion.style-3 li.active .accordion-title {
  background: #0093E9;
  color: white;
}

.theme-color-blue .accordion.style-3 li.active .accordion-title:before, .theme-color-blue .accordion.style-3 li.active .accordion-title:after {
  background: white;
}

.theme-color-blue .accordion.style-3 li.active .accordion-title h1, .theme-color-blue .accordion.style-3 li.active .accordion-title h2, .theme-color-blue .accordion.style-3 li.active .accordion-title h3, .theme-color-blue .accordion.style-3 li.active .accordion-title h4, .theme-color-blue .accordion.style-3 li.active .accordion-title h5, .theme-color-blue .accordion.style-3 li.active .accordion-title h6 {
  color: white;
}

.theme-color-blue .bg-black .accordion li .accordion-title,
.theme-color-blue [class*='bg-dark'] .accordion li .accordion-title {
  border-color: rgba(255, 255, 255, 0.2);
}

.theme-color-blue .bg-black .accordion li .accordion-title:before, .theme-color-blue .bg-black .accordion li .accordion-title:after,
.theme-color-blue [class*='bg-dark'] .accordion li .accordion-title:before,
.theme-color-blue [class*='bg-dark'] .accordion li .accordion-title:after {
  background: white;
}

.theme-color-blue .bg-black .accordion li.active .accordion-title,
.theme-color-blue [class*='bg-dark'] .accordion li.active .accordion-title {
  border-color: #0093E9;
}

.theme-color-blue .bg-black .accordion.style-3 li .accordion-title,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li .accordion-title {
  background: rgba(255, 255, 255, 0.1);
}

.theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title {
  background: #0093E9;
  color: white;
}

.theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title:before, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title:after,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:before,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title:after {
  background: white;
}

.theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h1, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h2, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h3, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h4, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h5, .theme-color-blue .bg-black .accordion.style-3 li.active .accordion-title h6,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h1,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h2,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h3,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h4,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h5,
.theme-color-blue [class*='bg-dark'] .accordion.style-3 li.active .accordion-title h6 {
  color: white;
}

.theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title,
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title {
  border-color: rgba(255, 255, 255, 0.2);
}

.theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h1, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h2, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h3, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h4, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h5, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title h6,
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h1,
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h2,
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h3,
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h4,
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h5,
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title h6 {
  color: white;
}

.theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title:before, .theme-color-blue [class*='bg-gradient'] .accordion li .accordion-title:after,
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title:before,
.theme-color-blue [class*='bg-color'] .accordion li .accordion-title:after {
  background: white;
}

.theme-color-blue [class*='bg-gradient'] .accordion li.active .accordion-title,
.theme-color-blue [class*='bg-color'] .accordion li.active .accordion-title {
  border-color: white;
}

.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title {
  background: rgba(255, 255, 255, 0.1);
}

.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h1, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h2, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h3, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h4, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h5, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li .accordion-title h6,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h1,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h2,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h3,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h4,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h5,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li .accordion-title h6 {
  color: white;
}

.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title {
  background: white;
  color: #7C7C7C;
}

.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:before, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title:after,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title:before,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title:after {
  background: black;
}

.theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h1, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h2, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h3, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h4, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h5, .theme-color-blue [class*='bg-gradient'] .accordion.style-3 li.active .accordion-title h6,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h1,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h2,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h3,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h4,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h5,
.theme-color-blue [class*='bg-color'] .accordion.style-3 li.active .accordion-title h6 {
  color: black;
}

.theme-color-blue .text-link-2:before,
.theme-color-blue .text-link-3:before,
.theme-color-blue .text-link-4:before {
  background: #0093E9;
}

.theme-color-blue .text-link-5:after,
.theme-color-blue .text-link-6:after,
.theme-color-blue .text-link-7:after {
  background: #0093E9;
}

.theme-color-blue .text-link-8:before {
  background: rgba(0, 147, 233, 0.1);
}

.theme-color-blue .bg-black .text-link-2:before,
.theme-color-blue .bg-black .text-link-3:before,
.theme-color-blue .bg-black .text-link-4:before,
.theme-color-blue [class*='bg-dark'] .text-link-2:before,
.theme-color-blue [class*='bg-dark'] .text-link-3:before,
.theme-color-blue [class*='bg-dark'] .text-link-4:before {
  background: #0093E9;
}

.theme-color-blue .bg-black .text-link-5:after,
.theme-color-blue .bg-black .text-link-6:after,
.theme-color-blue .bg-black .text-link-7:after,
.theme-color-blue [class*='bg-dark'] .text-link-5:after,
.theme-color-blue [class*='bg-dark'] .text-link-6:after,
.theme-color-blue [class*='bg-dark'] .text-link-7:after {
  background: #0093E9;
}

.theme-color-blue .bg-black .text-link-8:before,
.theme-color-blue [class*='bg-dark'] .text-link-8:before {
  background: rgba(0, 147, 233, 0.1);
}

.theme-color-blue [class*='bg-gradient'] .text-link-2:before, .theme-color-blue [class*='bg-gradient'] .text-link-3:before, .theme-color-blue [class*='bg-gradient'] .text-link-4:before,
.theme-color-blue [class*='bg-color'] .text-link-2:before,
.theme-color-blue [class*='bg-color'] .text-link-3:before,
.theme-color-blue [class*='bg-color'] .text-link-4:before {
  background: white;
}

.theme-color-blue [class*='bg-gradient'] .text-link-5:before, .theme-color-blue [class*='bg-gradient'] .text-link-6:before, .theme-color-blue [class*='bg-gradient'] .text-link-7:before,
.theme-color-blue [class*='bg-color'] .text-link-5:before,
.theme-color-blue [class*='bg-color'] .text-link-6:before,
.theme-color-blue [class*='bg-color'] .text-link-7:before {
  background: rgba(255, 255, 255, 0.3);
}

.theme-color-blue [class*='bg-gradient'] .text-link-5:after, .theme-color-blue [class*='bg-gradient'] .text-link-6:after, .theme-color-blue [class*='bg-gradient'] .text-link-7:after,
.theme-color-blue [class*='bg-color'] .text-link-5:after,
.theme-color-blue [class*='bg-color'] .text-link-6:after,
.theme-color-blue [class*='bg-color'] .text-link-7:after {
  background: white;
}

.theme-color-blue [class*='bg-gradient'] .text-link-8:before,
.theme-color-blue [class*='bg-color'] .text-link-8:before {
  background: rgba(255, 255, 255, 0.3);
}

.theme-color-blue .form-style-2 input:focus, .theme-color-blue .form-style-2 textarea:focus, .theme-color-blue .form-style-2 .custom-select:focus, .theme-color-blue .form-style-2 .form-control:focus,
.theme-color-blue .form-style-4 input:focus,
.theme-color-blue .form-style-4 textarea:focus,
.theme-color-blue .form-style-4 .custom-select:focus,
.theme-color-blue .form-style-4 .form-control:focus {
  border-color: #0093E9;
}