/**
 * ----------------------------------------------
 * Font face
 * 
 */
/**
 * ----------------------------------------------
 * Font Sizes
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * COLOR CODES
 * ----------------------------------------------
 *
*/
/**
* ----------------------------------------------
* Shadows CODES
* ----------------------------------------------
*
*/
/**
 * ----------------------------------------------
 * Loop classes
 * ----------------------------------------------
 *
*/
a:hover {
  color: #77abd2; }

.scroll-top:hover .scroll-top-icon {
  background-color: #77abd2; }

.icon-img {
  color: #77abd2; }

.text-primary {
  color: #77abd2 !important; }

.bg-primary {
  background: #77abd2 !important; }

.close:hover {
  color: #77abd2; }

.more-link:after {
  background: #77abd2; }

.more-link:hover {
  color: #77abd2; }

.btn-outline-primary {
  border: 1px solid #77abd2;
  color: #77abd2;
  position: relative; }
  .btn-outline-primary:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    background: #77abd2;
    border-radius: 3px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; }
  .btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #ffffff !important;
    background: none; }
    .btn-outline-primary:hover:before, .btn-outline-primary:focus:before {
      transform: scale(1);
      -webkit-transform: scale(1); }

.btn-outline-white:hover {
  color: #77abd2;
  background: #ffffff; }

.btn-white {
  color: #77abd2; }

.owl-carousel .owl-dots .owl-dot:hover:after, .owl-carousel .owl-dots .active:after {
  background: #77abd2; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: #77abd2; }

.preloader .bar-loader span {
  background: #77abd2; }

.blog-box-1 .blog-title:hover h6 {
  color: #77abd2; }

.header.link-nav.fixed-nav .navbar-nav .nav-link.active, .header.link-nav.fixed-nav .navbar-nav .nav-link:hover {
  color: #77abd2; }

.swiper-pagination.pagination-white .swiper-pagination-bullet:hover, .swiper-pagination.pagination-white .swiper-pagination-bullet-active {
  background: #77abd2; }

/*# sourceMappingURL=../maps/theme-4.css.map */
