a {
  color: #0B71E1;
}
a:hover {
  color: #127df3;
}
a:focus {
  color: #127df3;
}
a:active {
  color: #0a65c9;
}
html .text-color-primary,
html .text-primary {
  color: #0B71E1 !important;
}
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
  color: #0B71E1 !important;
}
html .text-color-secondary,
html .text-secondary {
  color: #0167D7 !important;
}
html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
  color: #0167D7 !important;
}
html .text-color-tertiary,
html .text-tertiary {
  color: #EDEDED !important;
}
html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
  color: #EDEDED !important;
}
html .text-color-quaternary,
html .text-quaternary {
  color: #395563 !important;
}
html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
  color: #395563 !important;
}
html .text-color-dark,
html .text-dark {
  color: #212529 !important;
}
html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
  color: #212529 !important;
}
html .text-color-light,
html .text-light {
  color: #FFF !important;
}
html .text-color-hover-light:hover,
html .text-hover-light:hover {
  color: #FFF !important;
}
html .svg-fill-color-primary svg path,
html .svg-fill-color-primary svg rect {
  fill: #0B71E1 !important;
}
html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect {
  stroke: #0B71E1 !important;
}
html .svg-fill-color-secondary svg path,
html .svg-fill-color-secondary svg rect {
  fill: #0167D7 !important;
}
html .svg-stroke-color-secondary svg path,
html .svg-stroke-color-secondary svg rect {
  stroke: #0167D7 !important;
}
html .svg-fill-color-tertiary svg path,
html .svg-fill-color-tertiary svg rect {
  fill: #EDEDED !important;
}
html .svg-stroke-color-tertiary svg path,
html .svg-stroke-color-tertiary svg rect {
  stroke: #EDEDED !important;
}
html .svg-fill-color-quaternary svg path,
html .svg-fill-color-quaternary svg rect {
  fill: #395563 !important;
}
html .svg-stroke-color-quaternary svg path,
html .svg-stroke-color-quaternary svg rect {
  stroke: #395563 !important;
}
html .svg-fill-color-dark svg path,
html .svg-fill-color-dark svg rect {
  fill: #212529 !important;
}
html .svg-stroke-color-dark svg path,
html .svg-stroke-color-dark svg rect {
  stroke: #212529 !important;
}
html .svg-fill-color-light svg path,
html .svg-fill-color-light svg rect {
  fill: #FFF !important;
}
html .svg-stroke-color-light svg path,
html .svg-stroke-color-light svg rect {
  stroke: #FFF !important;
}
.gradient-text-color {
  color: #0B71E1;
  background: linear-gradient(to bottom right, #0B71E1, #0167D7);
  background-image: linear-gradient(to right, #0B71E1, #0167D7);
}
html .bg-color-primary,
html .bg-primary {
  background-color: #0B71E1 !important;
}
html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
  background-color: #0B71E1 !important;
}
html .bg-color-after-primary:after {
  background-color: #0B71E1 !important;
}
html .bg-color-hover-after-primary:after:hover {
  background-color: #0B71E1 !important;
}
html .bg-color-before-primary:before {
  background-color: #0B71E1 !important;
}
html .bg-color-hover-before-primary:before:hover {
  background-color: #0B71E1 !important;
}
html .bg-color-secondary,
html .bg-secondary {
  background-color: #0167D7 !important;
}
html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
  background-color: #0167D7 !important;
}
html .bg-color-after-secondary:after {
  background-color: #0167D7 !important;
}
html .bg-color-hover-after-secondary:after:hover {
  background-color: #0167D7 !important;
}
html .bg-color-before-secondary:before {
  background-color: #0167D7 !important;
}
html .bg-color-hover-before-secondary:before:hover {
  background-color: #0167D7 !important;
}
html .bg-color-tertiary,
html .bg-tertiary {
  background-color: #EDEDED !important;
}
html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
  background-color: #EDEDED !important;
}
html .bg-color-after-tertiary:after {
  background-color: #EDEDED !important;
}
html .bg-color-hover-after-tertiary:after:hover {
  background-color: #EDEDED !important;
}
html .bg-color-before-tertiary:before {
  background-color: #EDEDED !important;
}
html .bg-color-hover-before-tertiary:before:hover {
  background-color: #EDEDED !important;
}
html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #395563 !important;
}
html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
  background-color: #395563 !important;
}
html .bg-color-after-quaternary:after {
  background-color: #395563 !important;
}
html .bg-color-hover-after-quaternary:after:hover {
  background-color: #395563 !important;
}
html .bg-color-before-quaternary:before {
  background-color: #395563 !important;
}
html .bg-color-hover-before-quaternary:before:hover {
  background-color: #395563 !important;
}
html .bg-color-dark,
html .bg-dark {
  background-color: #212529 !important;
}
html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
  background-color: #212529 !important;
}
html .bg-color-after-dark:after {
  background-color: #212529 !important;
}
html .bg-color-hover-after-dark:after:hover {
  background-color: #212529 !important;
}
html .bg-color-before-dark:before {
  background-color: #212529 !important;
}
html .bg-color-hover-before-dark:before:hover {
  background-color: #212529 !important;
}
html .bg-color-light,
html .bg-light {
  background-color: #FFF !important;
}
html .bg-color-hover-light:hover,
html .bg-hover-light:hover {
  background-color: #FFF !important;
}
html .bg-color-after-light:after {
  background-color: #FFF !important;
}
html .bg-color-hover-after-light:after:hover {
  background-color: #FFF !important;
}
html .bg-color-before-light:before {
  background-color: #FFF !important;
}
html .bg-color-hover-before-light:before:hover {
  background-color: #FFF !important;
}
.bg-gradient {
  background: linear-gradient(135deg, #0B71E1 0%, #0167D7 80%);
}
/* Color Transition */
@-webkit-keyframes colorTransition {
  0% {
    background-color: #0B71E1;
  }
  33% {
    background-color: #0167D7;
  }
  66% {
    background-color: #EDEDED;
  }
  100% {
    background-color: #395563;
  }
}
@keyframes colorTransition {
  0% {
    background-color: #0B71E1;
  }
  33% {
    background-color: #0167D7;
  }
  66% {
    background-color: #EDEDED;
  }
  100% {
    background-color: #395563;
  }
}
html .border-color-primary {
  border-color: #0B71E1 !important;
}
html .border-color-hover-primary:hover {
  border-color: #0B71E1 !important;
}
html .border-color-secondary {
  border-color: #0167D7 !important;
}
html .border-color-hover-secondary:hover {
  border-color: #0167D7 !important;
}
html .border-color-tertiary {
  border-color: #EDEDED !important;
}
html .border-color-hover-tertiary:hover {
  border-color: #EDEDED !important;
}
html .border-color-quaternary {
  border-color: #395563 !important;
}
html .border-color-hover-quaternary:hover {
  border-color: #395563 !important;
}
html .border-color-dark {
  border-color: #212529 !important;
}
html .border-color-hover-dark:hover {
  border-color: #212529 !important;
}
html .border-color-light {
  border-color: #FFF !important;
}
html .border-color-hover-light:hover {
  border-color: #FFF !important;
}
.alternative-font {
  color: #0B71E1;
}
html .box-shadow-1-primary:before {
  box-shadow: 0 30px 90px #0B71E1 !important;
}
html .box-shadow-1-secondary:before {
  box-shadow: 0 30px 90px #0167D7 !important;
}
html .box-shadow-1-tertiary:before {
  box-shadow: 0 30px 90px #EDEDED !important;
}
html .box-shadow-1-quaternary:before {
  box-shadow: 0 30px 90px #395563 !important;
}
html .box-shadow-1-dark:before {
  box-shadow: 0 30px 90px #212529 !important;
}
html .box-shadow-1-light:before {
  box-shadow: 0 30px 90px #FFF !important;
}
.sort-source-wrapper .nav > li.active > a {
  color: #0B71E1;
}
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  color: #0B71E1;
}
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #0B71E1;
}
.sort-source.sort-source-style-3 > li.active > a {
  border-bottom-color: #0B71E1 !important;
  color: #0B71E1 !important;
}
html .overlay-color-primary:not(.no-skin):before {
  background-color: #0B71E1;
}
.btn-link {
  color: #0B71E1;
}
.btn-link:hover {
  color: #127df3;
}
.btn-link:active {
  color: #0a65c9;
}
html .btn-primary {
  background-color: #0B71E1;
  border-color: #0B71E1 #0B71E1 #0959b0;
  color: #FFF;
}
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #1e84f4;
  border-color: #2a8bf5 #2a8bf5 #0B71E1;
  color: #FFF;
}
html .btn-primary:focus,
html .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(11, 113, 225, 0.5);
}
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #0B71E1;
  border-color: #0B71E1 #0B71E1 #0959b0;
}
html .btn-primary:active,
html .btn-primary.active {
  background-color: #095fbd !important;
  background-image: none !important;
  border-color: #0959b0 #0959b0 #064080 !important;
}
html .btn-primary-scale-2 {
  background-color: #0959b0;
  border-color: #0959b0 #0959b0 #064080;
  color: #FFF;
}
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #0a6bd5;
  border-color: #0b71e1 #0b71e1 #0959b0;
  color: #FFF;
}
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(9, 89, 176, 0.5);
}
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #0959b0;
  border-color: #0959b0 #0959b0 #064080;
}
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
  background-color: #07468c !important;
  background-image: none !important;
  border-color: #064080 #064080 #04284f !important;
}
html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
  background-color: #095fbd !important;
  background-image: none !important;
  border-color: #0959b0 #0959b0 #064080 !important;
}
html .btn-secondary {
  background-color: #0167D7;
  border-color: #0167D7 #0167D7 #014fa4;
  color: #FFF;
}
html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #0179fd;
  border-color: #0d80fe #0d80fe #0167D7;
  color: #FFF;
}
html .btn-secondary:focus,
html .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(1, 103, 215, 0.5);
}
html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #0167D7;
  border-color: #0167D7 #0167D7 #014fa4;
}
html .btn-secondary:active,
html .btn-secondary.active {
  background-color: #0155b1 !important;
  background-image: none !important;
  border-color: #014fa4 #014fa4 #013671 !important;
}
html .btn-secondary-scale-2 {
  background-color: #014fa4;
  border-color: #014fa4 #014fa4 #013671;
  color: #FFF;
}
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #0161ca;
  border-color: #0167d7 #0167d7 #014fa4;
  color: #FFF;
}
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(1, 79, 164, 0.5);
}
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #014fa4;
  border-color: #014fa4 #014fa4 #013671;
}
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
  background-color: #013c7e !important;
  background-image: none !important;
  border-color: #013671 #013671 #001e3f !important;
}
html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
  background-color: #0155b1 !important;
  background-image: none !important;
  border-color: #014fa4 #014fa4 #013671 !important;
}
html .btn-tertiary {
  background-color: #EDEDED;
  border-color: #EDEDED #EDEDED #d4d4d4;
  color: #777;
}
html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #EDEDED;
  color: #777;
}
html .btn-tertiary:focus,
html .btn-tertiary.focus {
  box-shadow: 0 0 0 3px rgba(237, 237, 237, 0.5);
}
html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #EDEDED;
  border-color: #EDEDED #EDEDED #d4d4d4;
}
html .btn-tertiary:active,
html .btn-tertiary.active {
  background-color: #dadada !important;
  background-image: none !important;
  border-color: #d4d4d4 #d4d4d4 #bababa !important;
}
html .btn-tertiary-scale-2 {
  background-color: #d4d4d4;
  border-color: #d4d4d4 #d4d4d4 #bababa;
  color: #777;
}
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #e7e7e7;
  border-color: #ededed #ededed #d4d4d4;
  color: #777;
}
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(212, 212, 212, 0.5);
}
html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #d4d4d4;
  border-color: #d4d4d4 #d4d4d4 #bababa;
}
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
  background-color: #c0c0c0 !important;
  background-image: none !important;
  border-color: #bababa #bababa #a1a1a1 !important;
}
html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #dadada !important;
  background-image: none !important;
  border-color: #d4d4d4 #d4d4d4 #bababa !important;
}
.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0B71E1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #0B71E1 !important;
  border-color: #0B71E1;
}
body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #0B71E1;
}
body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #0B71E1;
  border-color: #0B71E1;
}
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #0B71E1;
  border-color: #0B71E1 #0B71E1 #0959b0;
  color: #fff;
}
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #1e84f4;
  border-color: #2a8bf5 #2a8bf5 #0B71E1;
  color: #fff;
}
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  box-shadow: 0 0 0 3px rgba(11, 113, 225, 0.5);
}
.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #0B71E1;
  border-color: #0B71E1 #0B71E1 #0959b0;
}
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
  background-color: #095fbd !important;
  background-image: none !important;
  border-color: #0959b0 #0959b0 #064080 !important;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0B71E1;
}
html .alert-primary {
  background-color: #0B71E1;
  border-color: #0a6ad2;
  color: #FFF;
}
html .alert-primary .alert-link {
  color: #FFF;
}
html .alert-secondary {
  background-color: #0167D7;
  border-color: #0160c8;
  color: #FFF;
}
html .alert-secondary .alert-link {
  color: #FFF;
}
html .alert-tertiary {
  background-color: #EDEDED;
  border-color: #e5e5e5;
  color: #777;
}
html .alert-tertiary .alert-link {
  color: #777;
}
html .alert-quaternary {
  background-color: #395563;
  border-color: #334d59;
  color: #FFF;
}
html .alert-quaternary .alert-link {
  color: #FFF;
}
html .alert-dark {
  background-color: #212529;
  border-color: #1a1d21;
  color: #FFF;
}
html .alert-dark .alert-link {
  color: #FFF;
}
html .alert-light {
  background-color: #FFF;
  border-color: #f7f7f7;
  color: #777;
}
html .alert-light .alert-link {
  color: #777;
}
html section.section-primary {
  background-color: #0B71E1 !important;
  border-color: #0a65c9 !important;
}
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #FFF;
}
html section.section-primary p {
  color: #e6e6e6;
}
html section.section-primary-scale-2 {
  background-color: #0959b0 !important;
  border-color: #074c98 !important;
}
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #0959b0;
}
html section.section-secondary {
  background-color: #0167D7 !important;
  border-color: #015bbe !important;
}
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #FFF;
}
html section.section-secondary p {
  color: #e6e6e6;
}
html section.section-secondary-scale-2 {
  background-color: #014fa4 !important;
  border-color: #01438b !important;
}
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #014fa4;
}
html section.section-tertiary {
  background-color: #EDEDED !important;
  border-color: #e0e0e0 !important;
}
html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: #777;
}
html section.section-tertiary p {
  color: #5e5e5e;
}
html section.section-tertiary-scale-2 {
  background-color: #d4d4d4 !important;
  border-color: #c7c7c7 !important;
}
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #d4d4d4;
}
html section.section-quaternary {
  background-color: #395563 !important;
  border-color: #304753 !important;
}
html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
  color: #FFF;
}
html section.section-quaternary p {
  color: #e6e6e6;
}
html section.section-quaternary-scale-2 {
  background-color: #263943 !important;
  border-color: #1d2b32 !important;
}
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #263943;
}
html section.section-dark {
  background-color: #212529 !important;
  border-color: #16181b !important;
}
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #FFF;
}
html section.section-dark p {
  color: #e6e6e6;
}
html section.section-dark-scale-2 {
  background-color: #0a0c0d !important;
  border-color: #000000 !important;
}
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #0a0c0d;
}
html section.section-light {
  background-color: #FFF !important;
  border-color: #f2f2f2 !important;
}
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777;
}
html section.section-light p {
  color: #5e5e5e;
}
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #e6e6e6;
}
section.section.section-background-half-primary-half-secondary {
  background: linear-gradient(to right, #0B71E1 50%, #0167D7 50%);
}
section.section.section-overlay-opacity-gradient:before {
  background: linear-gradient(135deg, #0B71E1 0%, #0167D7 80%);
}
html .bg-color-light-scale-1 {
  background-color: #f7f7f7 !important;
}
html .section.bg-color-light-scale-1,
html .bg-color-light-scale-border-top-1 {
  border-top-color: #efefef !important;
}
html .bg-color-light-scale-2 {
  background-color: #e8e8e8 !important;
}
html .section.bg-color-light-scale-2,
html .bg-color-light-scale-border-top-2 {
  border-top-color: #e0e0e0 !important;
}
html .bg-color-light-scale-3 {
  background-color: #e0e0e0 !important;
}
html .section.bg-color-light-scale-3,
html .bg-color-light-scale-border-top-3 {
  border-top-color: #d8d8d8 !important;
}
html .bg-color-light-scale-4 {
  background-color: #d8d8d8 !important;
}
html .section.bg-color-light-scale-4,
html .bg-color-light-scale-border-top-4 {
  border-top-color: #d1d1d1 !important;
}
html .bg-color-light-scale-5 {
  background-color: #d1d1d1 !important;
}
html .section.bg-color-light-scale-5,
html .bg-color-light-scale-border-top-5 {
  border-top-color: #c9c9c9 !important;
}
html .bg-color-light-scale-6 {
  background-color: #c9c9c9 !important;
}
html .section.bg-color-light-scale-6,
html .bg-color-light-scale-border-top-6 {
  border-top-color: #c1c1c1 !important;
}
html .bg-color-light-scale-7 {
  background-color: #c1c1c1 !important;
}
html .section.bg-color-light-scale-7,
html .bg-color-light-scale-border-top-7 {
  border-top-color: #bababa !important;
}
html .bg-color-light-scale-8 {
  background-color: #bababa !important;
}
html .section.bg-color-light-scale-8,
html .bg-color-light-scale-border-top-8 {
  border-top-color: #b2b2b2 !important;
}
html .bg-color-light-scale-9 {
  background-color: #b2b2b2 !important;
}
html .section.bg-color-light-scale-9,
html .bg-color-light-scale-border-top-9 {
  border-top-color: #ababab !important;
}
html .bg-color-dark-scale-1 {
  background-color: #212529 !important;
}
html .section.bg-color-dark-scale-1,
html .bg-color-dark-scale-border-top-1 {
  border-top-color: #1a1d21 !important;
}
html .bg-color-dark-scale-2 {
  background-color: #1c2023 !important;
}
html .section.bg-color-dark-scale-2,
html .bg-color-dark-scale-border-top-2 {
  border-top-color: #16181b !important;
}
html .bg-color-dark-scale-3 {
  background-color: #181b1e !important;
}
html .section.bg-color-dark-scale-3,
html .bg-color-dark-scale-border-top-3 {
  border-top-color: #111315 !important;
}
html .bg-color-dark-scale-4 {
  background-color: #131618 !important;
}
html .section.bg-color-dark-scale-4,
html .bg-color-dark-scale-border-top-4 {
  border-top-color: #0d0e10 !important;
}
html .bg-color-dark-scale-5 {
  background-color: #0f1112 !important;
}
html .section.bg-color-dark-scale-5,
html .bg-color-dark-scale-border-top-5 {
  border-top-color: #08090a !important;
}
html .bg-color-dark-scale-6 {
  background-color: #0a0c0d !important;
}
html .section.bg-color-dark-scale-6,
html .bg-color-dark-scale-border-top-6 {
  border-top-color: #030404 !important;
}
html .bg-color-dark-scale-7 {
  background-color: #060607 !important;
}
html .section.bg-color-dark-scale-7,
html .bg-color-dark-scale-border-top-7 {
  border-top-color: #000000 !important;
}
html .bg-color-dark-scale-8 {
  background-color: #010101 !important;
}
html .section.bg-color-dark-scale-8,
html .bg-color-dark-scale-border-top-8 {
  border-top-color: #000000 !important;
}
html .bg-color-dark-scale-9 {
  background-color: #000000 !important;
}
html .section.bg-color-dark-scale-9,
html .bg-color-dark-scale-border-top-9 {
  border-top-color: #000000 !important;
}
section.page-header .page-header-title-border {
  background-color: #0B71E1 !important;
}
section.page-header.custom-product {
  background-color: #0a65c9;
  border-top-color: #0b6cd7;
}
html .page-header-color.page-header-primary {
  background-color: #0B71E1;
  border-bottom-color: #0B71E1;
  color: #FFF;
}
html .page-header-color.page-header-primary h1 {
  color: #FFF;
}
html .page-header-color.page-header-primary h1 span {
  color: #FFF;
}
html .page-header-color.page-header-primary a {
  color: #FFF;
}
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #FFF;
}
html .page-header-color.page-header-secondary {
  background-color: #0167D7;
  border-bottom-color: #0167D7;
  color: #FFF;
}
html .page-header-color.page-header-secondary h1 {
  color: #FFF;
}
html .page-header-color.page-header-secondary h1 span {
  color: #FFF;
}
html .page-header-color.page-header-secondary a {
  color: #FFF;
}
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #FFF;
}
html .page-header-color.page-header-tertiary {
  background-color: #EDEDED;
  border-bottom-color: #EDEDED;
  color: #777;
}
html .page-header-color.page-header-tertiary h1 {
  color: #777;
}
html .page-header-color.page-header-tertiary h1 span {
  color: #777;
}
html .page-header-color.page-header-tertiary a {
  color: #777;
}
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #777;
}
html .page-header-color.page-header-quaternary {
  background-color: #395563;
  border-bottom-color: #395563;
  color: #FFF;
}
html .page-header-color.page-header-quaternary h1 {
  color: #FFF;
}
html .page-header-color.page-header-quaternary h1 span {
  color: #FFF;
}
html .page-header-color.page-header-quaternary a {
  color: #FFF;
}
html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: #FFF;
}
html .page-header-color.page-header-dark {
  background-color: #212529;
  border-bottom-color: #212529;
  color: #FFF;
}
html .page-header-color.page-header-dark h1 {
  color: #FFF;
}
html .page-header-color.page-header-dark h1 span {
  color: #FFF;
}
html .page-header-color.page-header-dark a {
  color: #FFF;
}
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #FFF;
}
html .page-header-color.page-header-light {
  background-color: #FFF;
  border-bottom-color: #FFF;
  color: #777;
}
html .page-header-color.page-header-light h1 {
  color: #777;
}
html .page-header-color.page-header-light h1 span {
  color: #777;
}
html .page-header-color.page-header-light a {
  color: #777;
}
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777;
}
html .toggle-primary .toggle label,
html .toggle-primary .toggle .toggle-title {
  color: #0B71E1;
  border-left-color: #0B71E1;
  border-right-color: #0B71E1;
}
html .toggle-primary .toggle.active > label,
html .toggle-primary .toggle.active > .toggle-title {
  background-color: #0B71E1;
  border-color: #0B71E1;
  color: #FFF;
}
html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
  background-color: #0B71E1;
}
html .toggle-primary.toggle-minimal .toggle.active > label,
html .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
  color: #0B71E1;
}
html .toggle-secondary .toggle label,
html .toggle-secondary .toggle .toggle-title {
  color: #0167D7;
  border-left-color: #0167D7;
  border-right-color: #0167D7;
}
html .toggle-secondary .toggle.active > label,
html .toggle-secondary .toggle.active > .toggle-title {
  background-color: #0167D7;
  border-color: #0167D7;
  color: #FFF;
}
html .toggle-secondary.toggle-simple .toggle > label:after,
html .toggle-secondary.toggle-simple .toggle > .toggle-title:after {
  background-color: #0167D7;
}
html .toggle-secondary.toggle-minimal .toggle.active > label,
html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title {
  color: #0167D7;
}
html .toggle-tertiary .toggle label,
html .toggle-tertiary .toggle .toggle-title {
  color: #EDEDED;
  border-left-color: #EDEDED;
  border-right-color: #EDEDED;
}
html .toggle-tertiary .toggle.active > label,
html .toggle-tertiary .toggle.active > .toggle-title {
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #777;
}
html .toggle-tertiary.toggle-simple .toggle > label:after,
html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after {
  background-color: #EDEDED;
}
html .toggle-tertiary.toggle-minimal .toggle.active > label,
html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title {
  color: #EDEDED;
}
html .toggle-quaternary .toggle label,
html .toggle-quaternary .toggle .toggle-title {
  color: #395563;
  border-left-color: #395563;
  border-right-color: #395563;
}
html .toggle-quaternary .toggle.active > label,
html .toggle-quaternary .toggle.active > .toggle-title {
  background-color: #395563;
  border-color: #395563;
  color: #FFF;
}
html .toggle-quaternary.toggle-simple .toggle > label:after,
html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after {
  background-color: #395563;
}
html .toggle-quaternary.toggle-minimal .toggle.active > label,
html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title {
  color: #395563;
}
html .toggle-dark .toggle label,
html .toggle-dark .toggle .toggle-title {
  color: #212529;
  border-left-color: #212529;
  border-right-color: #212529;
}
html .toggle-dark .toggle.active > label,
html .toggle-dark .toggle.active > .toggle-title {
  background-color: #212529;
  border-color: #212529;
  color: #FFF;
}
html .toggle-dark.toggle-simple .toggle > label:after,
html .toggle-dark.toggle-simple .toggle > .toggle-title:after {
  background-color: #212529;
}
html .toggle-dark.toggle-minimal .toggle.active > label,
html .toggle-dark.toggle-minimal .toggle.active > .toggle-title {
  color: #212529;
}
html .toggle-light .toggle label,
html .toggle-light .toggle .toggle-title {
  color: #FFF;
  border-left-color: #FFF;
  border-right-color: #FFF;
}
html .toggle-light .toggle.active > label,
html .toggle-light .toggle.active > .toggle-title {
  background-color: #FFF;
  border-color: #FFF;
  color: #777;
}
html .toggle-light.toggle-simple .toggle > label:after,
html .toggle-light.toggle-simple .toggle > .toggle-title:after {
  background-color: #FFF;
}
html .toggle-light.toggle-minimal .toggle.active > label,
html .toggle-light.toggle-minimal .toggle.active > .toggle-title {
  color: #FFF;
}
.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
  background-color: #0B71E1;
}
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #0B71E1;
}
html .thumb-info .thumb-info-action-icon-primary i {
  color: #FFF;
}
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #0167D7;
}
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #FFF;
}
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #EDEDED;
}
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #777;
}
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #395563;
}
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #FFF;
}
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #212529;
}
html .thumb-info .thumb-info-action-icon-dark i {
  color: #FFF;
}
html .thumb-info .thumb-info-action-icon-light {
  background-color: #FFF;
}
html .thumb-info .thumb-info-action-icon-light i {
  color: #777;
}
.thumb-info-ribbon:before {
  border-right-color: #074c98;
  border-left-color: #074c98;
}
.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
  background: rgba(11, 113, 225, 0.9);
}
.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
  background-color: #0B71E1;
}
.inverted {
  background-color: #0B71E1;
}
html .inverted-primary {
  background-color: #0B71E1;
}
html .inverted-secondary {
  background-color: #0167D7;
}
html .inverted-tertiary {
  background-color: #EDEDED;
}
html .inverted-quaternary {
  background-color: #395563;
}
html .inverted-dark {
  background-color: #212529;
}
html .inverted-light {
  background-color: #FFF;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #0a62c4;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
  color: #0B71E1;
}
.owl-carousel .owl-nav button[class*="owl-"] {
  background-color: #0B71E1;
  border-color: #0B71E1 #0B71E1 #0959b0;
  color: #FFF;
}
.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
  background-color: #1e84f4;
  border-color: #2a8bf5 #2a8bf5 #0B71E1;
}
.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
  background-color: #095fbd;
  background-image: none;
  border-color: #0959b0 #0959b0 #064080;
}
.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: rgba(11, 113, 225, 0.4);
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  color: #0B71E1 !important;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
  border-color: #0B71E1;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  background: #0B71E1;
}
.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: #0B71E1;
  border-color: #0B71E1;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #0B71E1;
}
.list.list-ordened li:before {
  color: #0B71E1;
  border-color: #0B71E1;
}
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #0B71E1;
}
html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #0B71E1;
  border-color: #0B71E1;
}
html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #0B71E1;
  color: #FFF;
}
html .list-primary.list-ordened li:before {
  color: #0B71E1;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #0B71E1;
  color: #FFF;
}
html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #212529;
  border-color: #212529;
}
html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #212529;
  color: #FFF;
}
html .list-dark.list-ordened li:before {
  color: #212529;
}
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #212529;
  color: #FFF;
}
html .list-light.list-icons li > [class*="fa-"]:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #FFF;
  border-color: #FFF;
}
html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #FFF;
  color: #777;
}
html .list-light.list-ordened li:before {
  color: #FFF;
}
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #FFF;
  color: #777;
}
.parallax blockquote i.fa-quote-left {
  color: #0B71E1;
}
section.video blockquote i.fa-quote-left {
  color: #0B71E1;
}
#header .tip {
  background: #0B71E1;
  color: #FFF;
}
#header .tip:before {
  border-right-color: #0B71E1;
  border-left-color: transparent;
}
html #header .tip-primary {
  background: #0B71E1 !important;
  color: #FFF !important;
}
html #header .tip-primary:before {
  border-right-color: #0B71E1 !important;
}
html #header .tip-secondary {
  background: #0167D7 !important;
  color: #FFF !important;
}
html #header .tip-secondary:before {
  border-right-color: #0167D7 !important;
}
#header .header-btn-collapse-nav {
  background: #0B71E1;
}
#header .header-nav.header-nav-line nav > ul li:hover > a {
  color: #0B71E1;
}
#header .header-nav.header-nav-line nav > ul li:hover > a:before {
  background: #0B71E1;
}
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
  color: #0B71E1;
}
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
  background: #0B71E1;
}
.icon-featured {
  background-color: #0B71E1;
}
html .featured-box-primary .icon-featured {
  background-color: #0B71E1;
}
html .featured-box-primary h4 {
  color: #0B71E1;
}
html .featured-box-primary .box-content {
  border-top-color: #0B71E1;
}
html .featured-box-primary .box-content-border-bottom {
  border-bottom-color: #0B71E1;
}
html .featured-box-secondary .icon-featured {
  background-color: #0167D7;
}
html .featured-box-secondary h4 {
  color: #0167D7;
}
html .featured-box-secondary .box-content {
  border-top-color: #0167D7;
}
html .featured-box-secondary .box-content-border-bottom {
  border-bottom-color: #0167D7;
}
html .featured-box-tertiary .icon-featured {
  background-color: #EDEDED;
}
html .featured-box-tertiary h4 {
  color: #EDEDED;
}
html .featured-box-tertiary .box-content {
  border-top-color: #EDEDED;
}
html .featured-box-tertiary .box-content-border-bottom {
  border-bottom-color: #EDEDED;
}
html .featured-box-quaternary .icon-featured {
  background-color: #395563;
}
html .featured-box-quaternary h4 {
  color: #395563;
}
html .featured-box-quaternary .box-content {
  border-top-color: #395563;
}
html .featured-box-quaternary .box-content-border-bottom {
  border-bottom-color: #395563;
}
html .featured-box-dark .icon-featured {
  background-color: #212529;
}
html .featured-box-dark h4 {
  color: #212529;
}
html .featured-box-dark .box-content {
  border-top-color: #212529;
}
html .featured-box-dark .box-content-border-bottom {
  border-bottom-color: #212529;
}
html .featured-box-light .icon-featured {
  background-color: #FFF;
}
html .featured-box-light h4 {
  color: #FFF;
}
html .featured-box-light .box-content {
  border-top-color: #FFF;
}
html .featured-box-light .box-content-border-bottom {
  border-bottom-color: #FFF;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #0B71E1;
  color: #0B71E1;
}
html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #0167D7;
  color: #0167D7;
}
html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #EDEDED;
  color: #EDEDED;
}
html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #395563;
  color: #395563;
}
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #FFF;
  color: #FFF;
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #0B71E1;
  color: #0B71E1;
}
html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #0167D7;
  color: #0167D7;
}
html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #EDEDED;
  color: #EDEDED;
}
html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #395563;
  color: #395563;
}
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #FFF;
  color: #FFF;
}
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #0B71E1;
}
html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #0167D7;
}
html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #EDEDED;
}
html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #395563;
}
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #FFF;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #0B71E1;
}
html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #0167D7;
}
html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #EDEDED;
}
html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #395563;
}
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #FFF;
}
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #0B71E1;
}
html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #0167D7;
}
html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #EDEDED;
}
html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #395563;
}
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #FFF;
}
.featured-boxes-modern-style-primary .featured-box {
  background: #0B71E1;
  background: linear-gradient(135deg, #0B71E1 0%, #395563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B71E1', endColorstr='#395563', GradientType=1);
}
.featured-boxes-modern-style-secondary .featured-box {
  background: #0167D7;
  background: linear-gradient(135deg, #0167D7 0%, #395563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0167D7', endColorstr='#395563', GradientType=1);
}
.featured-boxes-modern-style-tertiary .featured-box {
  background: #EDEDED;
  background: linear-gradient(135deg, #EDEDED 0%, #395563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#395563', GradientType=1);
}
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #0B71E1;
}
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #0167D7;
}
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #EDEDED;
}
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #395563;
}
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #212529;
}
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #FFF;
}
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #0B71E1;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #0B71E1 !important;
}
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #0167D7;
}
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #0167D7 !important;
}
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #EDEDED;
}
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #EDEDED !important;
}
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #395563;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #395563 !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #212529;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #212529 !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #FFF;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #FFF !important;
}
.feature-box .feature-box-icon {
  background-color: #0B71E1;
}
html .feature-box-primary .feature-box-icon {
  background-color: #0B71E1;
}
html .feature-box-secondary .feature-box-icon {
  background-color: #0167D7;
}
html .feature-box-tertiary .feature-box-icon {
  background-color: #EDEDED;
}
html .feature-box-quaternary .feature-box-icon {
  background-color: #395563;
}
html .feature-box-dark .feature-box-icon {
  background-color: #212529;
}
html .feature-box-light .feature-box-icon {
  background-color: #FFF;
}
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #0B71E1;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #0B71E1;
}
html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #0167D7;
}
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #EDEDED;
}
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #395563;
}
html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #FFF;
}
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #0B71E1;
}
.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #0B71E1;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #0B71E1;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #0B71E1;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #0167D7;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #0167D7;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #EDEDED;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #EDEDED;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #395563;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #395563;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #212529;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #FFF;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #FFF;
}
.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #0B71E1;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #0B71E1;
}
html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #0167D7;
}
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #EDEDED;
}
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #395563;
}
html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #212529;
}
html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #FFF;
}
.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-5 .feature-box-icon .icons {
  color: #0B71E1;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
  color: #0B71E1;
}
.portfolio-list .portfolio-item.portfolio-item-new:after {
  background: linear-gradient(135deg, #0B71E1 0%, #0167D7 80%);
}
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #0B71E1;
}
.recent-posts .date .day,
article.post .post-date .day {
  color: #0B71E1;
}
.slider .tp-bannertimer {
  background-color: #0B71E1;
}
.home-concept strong {
  color: #0B71E1;
}
html .home-intro-primary {
  background: #0B71E1;
}
html .home-intro-secondary {
  background: #0167D7;
}
html .home-intro-tertiary {
  background: #EDEDED;
}
html .home-intro-quaternary {
  background: #395563;
}
html .home-intro-dark {
  background: #212529;
}
html .home-intro-light {
  background: #FFF;
}
#footer .footer-ribbon {
  background: #0B71E1;
}
#footer .footer-ribbon:before {
  border-right-color: #074c98;
  border-left-color: #074c98;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
  color: #0B71E1 !important;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
  background: #0B71E1 !important;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
  color: #0B71E1 !important;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
  background: #0B71E1 !important;
}
.scrollable.colored-slider .scrollable-slider {
  background: #0B71E1;
}
.sample-icon-list .sample-icon a:hover {
  background-color: #0B71E1;
}
html.boxed .body {
  border-top-color: #0B71E1;
}
