/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body, .sp-preloader {
  background-color: #fff;
  color: #2d3c4d;
}
.sp-preloader > div {
  background: #049cdb;
}
.sp-preloader > div:after {
  background: #fff;
}
#sp-top-bar {
  background: #2d3c4d;
  color: #8e9aa7;
}
#sp-top-bar a {
  color: #8e9aa7;
}
#sp-header {
  background: #fff;
}
a {
  color: #049cdb;
}
a:hover, a:focus, a:active {
  color: #37bef6;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  background: rgba(4, 156, 219, 0.1);
  color: #049cdb;
}
.tags > li a:hover {
  background: #37bef6;
}
.article-social-share .social-share-icon ul li a {
  color: #2d3c4d;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  background: #049cdb;
}
.article-body .readmore {
  margin: 20px 0 10px;
}
.article-body .readmore a {
  color: #fff !important;
  background: #049cdb;
  padding: 10px;
  border-radius: 5px;
}
.article-body .readmore a:hover {
  background: #2d3c4d;
}
.article-list .article {
  border: 1px solid #cbd5e1;
}
.pager > li a {
  color: #fff;
  background: #2d3c4d;
}
.pager > li a:hover {
  background: #049cdb;
}
.cat-children {
  border-top: 1px solid #cbd5e1;
  padding: 20px 0;
}
.cat-children .page-header {
  padding-bottom: 5px;
}
.cat-children h3 {
  font-size: 16px;
}
.sp-megamenu-parent > li > a {
  color: #8ba1bb;
}
.sp-megamenu-parent > li > a:hover {
  color: #049cdb;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #049cdb;
}
.sp-megamenu-parent .special {
  transition: all 400ms;
}
.sp-megamenu-parent .special > a {
  color: #8ba1bb;
  border: 1px solid #8ba1bb;
  border-radius: 4px;
  padding: 5px 15px;
  margin-right: 15px;
}
.sp-megamenu-parent .special > a:hover {
  color: #fff;
  background: #049cdb;
  border-color: #049cdb;
}
.sp-megamenu-parent .special.active > a, .sp-megamenu-parent .special.active:hover > a {
  color: #fff;
  background: #049cdb;
  border-color: #049cdb;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #8ba1bb;
  transition: all 400ms;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
  background-color: #049cdb;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  width: 0px;
  bottom: 6px;
  right: 0px;
  transition: all 400ms;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #049cdb;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover:before {
  width: 20px;
  right: 5px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #049cdb;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:before {
  background-color: #049cdb;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  width: 25px;
  bottom: 6px;
  right: 5px;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #bbc8d7;
}
#offcanvas-toggler > .fa {
  color: #8ba1bb;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #049cdb;
}
.offcanvas-menu {
  background-color: #fff;
  color: #8ba1bb;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #8ba1bb;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #049cdb;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(139, 161, 187, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(139, 161, 187, 0.8);
}
.sp-scroll-up {
  background: #049cdb !important;
}
.sp-scroll-up:hover, .sp-scroll-up.active, .sp-scroll-up.focus {
  background: #37bef6 !important;
}
.btn-primary, .sppb-btn-primary {
  border-color: #049cdb;
  background-color: #049cdb;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #37bef6;
  background-color: #37bef6;
}
.btn-outline-secondary {
  color: #bbc8d7;
  border-color: #bbc8d7;
}
.btn-outline-secondary:hover {
  color: #fff;
  background: #bbc8d7;
  border-color: #bbc8d7;
}
ul.social-icons > li a:hover, ul.sp-contact-info > li a:hover {
  color: #fff !important;
}
#sp-page-title {
  background: #049cdb;
}
.layout-boxed .body-innerwrapper {
  background: #fff;
}
.sp-module ul > li > a {
  color: #2d3c4d;
}
.sp-module ul > li > a:hover {
  color: #049cdb;
}
.sp-module.title1 .sp-module-title {
  margin-bottom: 40px;
  color: #fff;
}
.sp-module.title1 .sp-module-title:after {
  background-color: #049cdb;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 50px;
  top: 22px;
}
.sp-module .latestnews > div > a {
  color: #2d3c4d;
}
.sp-module .latestnews > div > a:hover {
  color: #049cdb;
}
.sp-module .tagscloud .tag-name:hover {
  background: #049cdb;
}
.search .btn-toolbar button {
  background: #049cdb;
}
#sp-footer {
  background: #2d3c4d;
  color: #8e9aa7;
}
#sp-footer a {
  color: #fff;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus {
  color: #8e9aa7;
}
#sp-bottom {
  background: #2d3c4d;
  color: #8e9aa7;
}
#sp-bottom a {
  color: #8e9aa7;
}
#sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #fff;
}
#sp-bottom ul li a:before {
  background-color: #049cdb;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  width: 0px;
  bottom: 6px;
  right: 0px;
  transition: all 400ms;
}
#sp-bottom ul li a:hover:before {
  width: 25px;
  right: 5px;
}
#sp-bottom {
  color: #8e9aa7;
}
#sp-bottom .sp-module-content .latestnews > li > a {
  color: #8e9aa7;
}
#sp-bottom .sp-module-content .latestnews > li > a > span {
  color: #8e9aa7;
}
.sp-comingsoon body {
  background-color: #049cdb;
}
.pagination > li > a, .pagination > li > span {
  color: #2d3c4d;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2d3c4d;
}
.pagination > .active > a, .pagination > .active > span {
  border-color: #049cdb;
  background-color: #049cdb;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #049cdb;
  background-color: #049cdb;
}
.page-item.active .page-link {
  color: #fff;
  background: #2d3c4d;
  border-color: #2d3c4d;
}
.page-link {
  padding: 10px 20px;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  background: #049cdb;
  border-color: #049cdb;
}
.error-code, .coming-soon-number {
  color: #049cdb;
}
.sppb-panel-faq > .sppb-panel-heading {
  transition: all 400ms;
}
.sppb-panel-faq > .sppb-panel-heading.active, .sppb-panel-faq > .sppb-panel-heading:hover {
  color: #049cdb;
}
.sppb-panel-modern > .sppb-panel-heading {
  color: #2d3c4d;
  background: #eff2f5;
}
.sppb-panel-modern .sppb-panel-body {
  border-color: #eff2f5;
}
.sppb-addon-article .sppb-readmore {
  color: #fff;
  background: #037fb3;
  padding: 10px 15px;
  border-radius: 5px;
}
.sppb-addon-article .sppb-readmore:hover {
  color: #fff !important;
  background: #0db5fb;
}
.sppb-addon-article .sppb-article-meta span {
  color: #2d3c4d;
}
.sppb-addon-persion .sppb-person-social > li > a, .sppb-addon-person .sppb-person-social > li > a {
  color: #049cdb;
}
.sppb-addon-persion .sppb-person-social > li > a:hover, .sppb-addon-person .sppb-person-social > li > a:hover {
  color: #37bef6;
}
.sppb-person-designation {
  color: #8ba1bb !important;
}
.sppb-nav-lines li a {
  border-bottom: 10px solid #2d3c4d !important;
  transition: all 400ms;
}
.sppb-nav-lines li a:hover {
  color: #049cdb;
  border-color: #049cdb !important;
}
.sppb-nav-lines > li.active > a, .sppb-nav-lines > li.active > a:focus, .sppb-nav-lines > li.active > a:hover {
  color: #049cdb !important;
  border-color: #049cdb !important;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
  padding: 30px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
  color: #fff;
  background: #049cdb;
  border: 1px solid #049cdb;
  padding: 30px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
  font-weight: 700;
  margin-bottom: 20px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part::before {
  box-shadow: 4px -4px 2px -1px transparent;
  border-color: #049cdb;
}
.sppb-addon-timeline .timeline-date {
  font-size: 20px !important;
  line-height: 70px !important;
  font-weight: 700;
}
.sppb-addon-timeline .timeline-date.text-right {
  line-height: 90px !important;
}
.sppb-addon-timeline.personal .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
  background: #fff;
}
.sppb-addon-timeline.personal .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
  color: #fff;
  background: #049cdb;
  border: 1px solid #049cdb;
}
.sppb-addon-timeline.personal .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before {
  border-color: #049cdb;
}
.title1 .sppb-addon-title:after {
  background-color: #049cdb;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 50px;
  top: 22px;
}
.title2 .sppb-addon-title:before {
  background-color: #049cdb;
  content: "";
  display: inline-block;
  height: 5px;
  position: relative;
  width: 50px;
  bottom: 12px;
  right: 10px;
}
.title3 .sppb-addon-title:after {
  margin: -1px auto;
  background-color: #049cdb;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 50px;
  top: 25px;
}
.title4 .sppb-addon-title:after {
  margin: -1px auto;
  background-color: #049cdb;
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 50px;
  top: 25px;
  border-radius: 10px;
}
.title5 .sppb-addon-title:after {
  margin: -1px auto;
  background-color: #fff;
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 50px;
  top: 25px;
  border-radius: 10px;
}
.tp-caption a {
  color: #fff !important;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
.tp-caption a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.color-box {
  background: #049cdb;
  display: inline-block;
  padding: 10px 15px;
}
.color-box2 {
  background: #2d3c4d;
  display: inline-block;
  padding: 10px 15px;
}
.color-box3 {
  background: #a64df1;
  display: inline-block;
  padding: 20px 25px;
  border-radius: 5px;
}
.white-box {
  color: #049cdb;
  background: #fff;
  display: inline-block;
  padding: 10px 15px;
}
