/*-- Theme-5 */
a {
  color: #53a0fd; }
  a:hover {
    color: #53a0fd; }

/*-------------- 01 Bg Solid Colors --------------*/
.bg-primary {
  background-color: #53a0fd !important; }

.bg-primary-1 {
  background-color: #2f1ce0; }

/*-------------- 02 Bg Gradient Colors --------------*/
.gradient-primary {
  background-color: -48deg, #53a0fd;
  /* fallback/image non-cover color */
  background-image: -moz-linear-gradient(-48deg, #53a0fd, #2f1ce0);
  /* Firefox 3.6+ */
  background-image: -webkit-gradient(-48deg, linear, 0% 0%, 0% 100%, from(#53a0fd), to(#2f1ce0));
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-linear-gradient(-48deg, #53a0fd, #2f1ce0);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(-48deg, #53a0fd, #2f1ce0);
  /* Opera 11.10+ */ }

/*-------------- 02 Text Colors --------------*/
.text-primary {
  color: #53a0fd !important; }

.text-primary-1 {
  color: #2f1ce0; }

/*-------------- 04 Button-Colors --------------*/
.btn {
  border: 2px solid #53a0fd;
  color: #53a0fd; }
  .btn:hover {
    background: #53a0fd;
    border: 2px solid #53a0fd;
    color: #ffffff; }

/*-- 05.1 Button-Colors --*/
.btn-primary {
  background: #53a0fd !important;
  border: 2px solid #53a0fd !important;
  color: #ffffff !important; }
  .btn-primary:hover {
    background-color: #53a0fd !important;
    border: 2px solid #53a0fd !important;
    color: #ffffff !important; }
  .btn-primary:active {
    background-color: #53a0fd !important;
    border: 2px solid #53a0fd !important;
    color: #ffffff !important; }
  .btn-primary:focus {
    box-shadow: 0 0 0 0px transparent !important; }

.btn-white {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #000000; }
  .btn-white:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #000000; }

.btn-white-outline {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff; }
  .btn-white-outline:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #000000; }

/*-------------- 05 SVG Waves --------------*/
.wave svg.svg-other path {
  fill: #53a0fd; }

/*-------------- 08 List Style --------------*/
.list-style-1 li:before {
  color: #53a0fd; }

/*-- list-style-2 --*/
.list-style-2 li:before {
  background-color: #53a0fd; }

/*-------------- 09 Testimonials --------------*/
.testimonial .center-mode .testimonials-items .item .block-header ul li i {
  color: #53a0fd; }
.testimonial .center-mode .slick-center .testimonials-items {
  background-color: #53a0fd; }

/*-------------- 10 Social icon large --------------*/
.social-icon-large ul li {
  background-color: #53a0fd; }

/*-- Social icon small --*/
.social-icon-small {
  /*-- Icon background primary and text white --*/
  /*-- Icon background transparent and text primary --*/
  /*-- Icon background transparent, border primary and text primary --*/ }
  .social-icon-small.icon-theme-bg li .icon {
    background-color: #53a0fd;
    border: 1px solid #53a0fd; }
  .social-icon-small.icon-theme-bg li:hover .icon {
    border: 1px solid #53a0fd; }
    .social-icon-small.icon-theme-bg li:hover .icon i {
      color: #53a0fd; }
  .social-icon-small.icon-transparent-theme li .icon i {
    color: #53a0fd; }
  .social-icon-small.icon-transparent-theme li:hover .icon i {
    color: #53a0fd; }
  .social-icon-small.icon-border-theme li .icon {
    border: 1px solid #53a0fd; }
    .social-icon-small.icon-border-theme li .icon i {
      color: #53a0fd; }
  .social-icon-small.icon-border-theme li:hover {
    background-color: #53a0fd; }

/*-------------- 11 Wave Icon --------------*/
.wave-icon {
  background-color: #53a0fd; }

/*-------------- 12 Tabs --------------*/
.tab-pills a.nav-link.active {
  background-color: #53a0fd; }
.tab-pills a.nav-link:hover {
  background-color: #53a0fd; }

/*-------------- 13 Blog --------------*/
.blog .blog-card .blog-item .blog-date {
  background-color: #53a0fd; }

/*-------------- 14 Sidebar --------------*/
.sidebar .widget .widget-title h3:after {
  border-bottom: 2px solid #53a0fd; }

/*-------------- 15 Pagination --------------*/
.pagination li.page-item.active .page-link {
  background-color: #53a0fd;
  border-color: #53a0fd;
  color: #ffffff; }

/*-------------- 16 Footer --------------*/
/*-- 21.1 Footer v1 --*/
@media (min-width: 576px) {
  .subscribe-block .subscribe--button button {
    -webkit-box-shadow: 0 6px 15px rgba(83, 160, 253, 0.6);
    -moz-box-shadow: 0 6px 15px rgba(83, 160, 253, 0.6);
    -ms-box-shadow: 0 6px 15px rgba(83, 160, 253, 0.6);
    box-shadow: 0 6px 15px rgba(83, 160, 253, 0.6); } }
/*-------------- 17 Header --------------*/
.header .dropdown-menu {
  border: 0px; }
  .header .dropdown-menu li a:hover {
    color: #53a0fd; }

@media (min-width: 992px) {
  .header .navbar.navbar-expand-lg.nav-stick-top.navbar-light .nav-link.active {
    color: #53a0fd; }
  .header .navbar.navbar-expand-lg.nav-stick-top.navbar-light .show .nav-link {
    color: #53a0fd; }
  .header .navbar.navbar-expand-lg.nav-stick-top .btn-white {
    background-color: #53a0fd;
    border-color: #53a0fd;
    color: #ffffff; }
    .header .navbar.navbar-expand-lg.nav-stick-top .btn-white:hover {
      background-color: #53a0fd;
      border-color: #53a0fd;
      color: #ffffff; }
  .header .navbar.navbar-expand-lg .dropdown-menu li .d-nav-link:hover {
    color: #53a0fd !important; } }
@media (max-width: 991px) {
  .header .navbar .md-btn-theme {
    background-color: #53a0fd;
    border: 2px solid #53a0fd;
    color: #ffffff; }
    .header .navbar .md-btn-theme:hover {
      background-color: #53a0fd;
      border: 2px solid #53a0fd;
      color: #ffffff; } }
/*-------------- 18 Heading Button Style --------------*/
.heading-btn {
  color: #ffffff;
  background-color: #53a0fd;
  border: 1px solid #53a0fd; }

.heading-btn-border {
  color: #53a0fd;
  background-color: transparent;
  border: 1px solid #53a0fd; }

/*# sourceMappingURL=theme-5.css.map */
