/* ------------------------------------------------
  Project:   LivKem
  Author:    LivKem
------------------------------------------------ */
/* ------------------------------------------------
  Project:   LivKem
  Author:    LivKem
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Pre Loader
  6. Background Overlay
  7. Scroll to Top
  8. Header
  9. Footer
  10. Page Title
  11. Flat Icon

 
/* ------------------------
    General
------------------------*/
a {
  text-decoration: none !important;
  outline: medium none !important;
  color: #2363d5; }
  a:focus {
    text-decoration: none !important;
    color: #2363d5;
    text-decoration: none !important; }
  a:hover {
    color: #2363d5;
    text-decoration: none !important; }

button, input {
  outline: medium none !important;
  color: #2363d5; }

*::-moz-selection, ::-moz-selection, ::selection {
  background: #2363d5;
  color: #ffffff;
  text-shadow: none; }

/* ------------------------
    Transition
------------------------*/
a, i, .btn, button, img, span, .dropdown-item, .nav-link.dropdown-toggle::after, .social-icons li:hover a, .owl-item, .service-item, .service-desc, .service-item .service-icon {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.featured-item {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .featured-item .featured-icon {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .featured-item .featured-icon i {
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }

.team-member, .team-description, .post, .post-image:after, .product-link {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

/* ------------------------
    Transform translate
------------------------*/
/*--translate-X--*/
.transform-x, #search-input-box {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

/*--translate-Y--*/
.transform-y, .align-center, .image-column {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/*--translate-XY--*/
.video-btn-pos, .post-link {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow, .dropdown-menu, #header-wrap.fixed-header, .navbar-nav ul, .service-item .service-desc, .featured-item.style-2, .post {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08); }

.owl-carousel .post, .owl-carousel .featured-item, .owl-carousel .service-desc {
  -webkit-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  -moz-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  -o-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08); }

.service-item.style-3 {
  -webkit-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  -moz-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  -o-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08); }
  .service-item.style-3 .service-icon {
    -webkit-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
    -moz-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
    -o-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
    box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08); }

/* ------------------------
    Pre Loader
------------------------*/
.clear-loader {
  background-color: #2363d5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto; }

.loader {
  position: relative;
  display: inline-block;
  margin: 4em;
  width: 4em;
  height: 4em;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotate-anim 3s ease infinite;
  -moz-animation: rotate-anim 3s ease infinite;
  -o-animation: rotate-anim 3s ease infinite;
  animation: rotate-anim 3s ease infinite; }
  .loader .plus {
    position: absolute;
    width: 4em;
    height: 1em;
    top: 1em;
    left: 0em;
    background-color: #ffffff;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: plus-anim 3s linear infinite;
    -moz-animation: plus-anim 3s linear infinite;
    -o-animation: plus-anim 3s linear infinite;
    animation: plus-anim 3s linear infinite;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    .loader .plus:nth-of-type(2) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
  .loader .dot {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    left: 1.25em;
    top: 1.25em; }
    .loader .dot:before {
      position: absolute;
      content: "";
      width: 0.5em;
      height: 0.5em;
      left: 0;
      top: 0;
      border-radius: 50%;
      background: #ffffff;
      -webkit-animation: dots-anim 3s linear infinite;
      -moz-animation: dots-anim 3s linear infinite;
      -o-animation: dots-anim 3s linear infinite;
      animation: dots-anim 3s linear infinite; }
    .loader .dot:nth-of-type(3) {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
    .loader .dot:nth-of-type(4) {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
    .loader .dot:nth-of-type(5) {
      -webkit-transform: rotate(450deg);
      -moz-transform: rotate(450deg);
      -ms-transform: rotate(450deg);
      -o-transform: rotate(450deg);
      transform: rotate(450deg); }
    .loader .dot:nth-of-type(6) {
      -webkit-transform: rotate(540deg);
      -moz-transform: rotate(540deg);
      -ms-transform: rotate(540deg);
      -o-transform: rotate(540deg);
      transform: rotate(540deg); }

/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
  position: relative;
  z-index: 0; }
  [data-overlay]:before {
    position: absolute;
    content: '';
    background-color: #0a1426;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  [data-overlay].white-overlay:before {
    background-color: #ffffff; }
  [data-overlay].theme-overlay:before {
    background-color: #2363d5; }
  [data-overlay].hero-overlay:before {
    background: white;
    background: linear-gradient(90deg, white 0%, white 20%, rgba(255, 255, 255, 0) 100%); }
  [data-overlay].overlay-50:before {
    width: 50%; }

[data-overlay="1"]:before {
  opacity: 0.1; }

[data-overlay="2"]:before {
  opacity: 0.2; }

[data-overlay="3"]:before {
  opacity: 0.3; }

[data-overlay="4"]:before {
  opacity: 0.4; }

[data-overlay="5"]:before {
  opacity: 0.5; }

[data-overlay="6"]:before {
  opacity: 0.6; }

[data-overlay="7"]:before {
  opacity: 0.7; }

[data-overlay="8"]:before {
  opacity: 0.8; }

[data-overlay="9"]:before {
  opacity: 0.9; }

[data-overlay="10"]:before {
  opacity: 1; }

[data-overlay="0"]:before {
  opacity: 0; }

.img-overlay[data-overlay]:before {
  z-index: 1; }

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -o-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }
  .scroll-top a {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: #ffffff;
    background: #2363d5; }
    .scroll-top a:visited {
      display: block;
      height: 60px;
      width: 60px;
      line-height: 60px;
      text-align: center;
      -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 32px;
      color: #ffffff;
      background: #2363d5; }
    .scroll-top a:hover, .scroll-top a:focus {
      color: #2363d5;
      background: #1f2632; }
  .scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ------------------------
    Page Title
------------------------*/
.page-title {
  display: block;
  position: relative;
  padding: 100px 0; }
  .page-title h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500; }

.breadcrumb {
  background: none;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
  color: #1f2632;
  font-weight: 600; }

.breadcrumb-item {
  display: inline-block; }
  .breadcrumb-item a {
    color: #1f2632; }
  .breadcrumb-item.active, .breadcrumb-item a:hover {
    color: #2363d5; }
  .breadcrumb-item + .breadcrumb-item:before {
    color: #2363d5;
    content: "\f054";
    font-family: 'Line Awesome Free';
    font-weight: 700; }

/* ------------------------
    Flat Icon
------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.html#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.html#Flaticon") format("svg"); } }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal; }

.flaticon-laboratory:before {
  content: "\f100"; }

.flaticon-flask:before {
  content: "\f101"; }

.flaticon-laboratory-1:before {
  content: "\f102"; }

.flaticon-biology:before {
  content: "\f103"; }

.flaticon-medical-laboratory:before {
  content: "\f104"; }

.flaticon-research:before {
  content: "\f105"; }

.flaticon-research-1:before {
  content: "\f106"; }

.flaticon-diabetes-test:before {
  content: "\f107"; }

.flaticon-blood:before {
  content: "\f108"; }

.flaticon-test:before {
  content: "\f109"; }

.flaticon-medical-laboratory-1:before {
  content: "\f10a"; }

.flaticon-heathcare-and-medical:before {
  content: "\f10b"; }

.flaticon-help-call:before {
  content: "\f10c"; }

.flaticon-award:before {
  content: "\f10d"; }

.flaticon-pharmacy:before {
  content: "\f10e"; }

.flaticon-biology-1:before {
  content: "\f10f"; }

.flaticon-doctor:before {
  content: "\f110"; }

.flaticon-medical-assistance:before {
  content: "\f111"; }

.flaticon-doctor-1:before {
  content: "\f112"; }

.flaticon-hospital:before {
  content: "\f113"; }

.flaticon-working-hours:before {
  content: "\f114"; }

.flaticon-medical-history:before {
  content: "\f115"; }

.flaticon-medical-report:before {
  content: "\f116"; }

.flaticon-calendar:before {
  content: "\f117"; }

.flaticon-doctor-2:before {
  content: "\f118"; }

/* ------------------------
    Header
------------------------*/
#site-header {
  margin-bottom: 3  0px;
}

@media (min-width: 768px) {
#site-header {
  margin-bottom: 80px;
}
}
/*--Header top--*/
.topbar-link {
  font-size: 14px; }
  .topbar-link i {
    font-size: 20px;
    margin-right: 10px; }
  .topbar-link a:hover {
    color: #2363d5; }

.header-top .social-icons li a {
  background: rgba(255, 255, 255, 0.2);
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--color-secundario); }
.header-top {
  position: relative;
}
/*--Header Main--*/
#header-wrap {
  position: absolute;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #ffffff;}
  #header-wrap.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #ffffff;
    -webkit-animation: smoothScroll 1s forwards;
    -moz-animation: smoothScroll 1s forwards;
    -o-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards; }

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
.logo img {
  max-height: 90px; }

.navbar {
  padding: 0; }

.navbar-nav .nav-item {
  margin: 0 15px; }
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    border-radius: 0;
    padding: 20px;
    background: #ffffff;
    top: 100%;
    border: none;
    margin-top: 0;
    left: -100%;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, 0.06);
    -moz-box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, 0.06);
    -o-box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, 0.06);
    box-shadow: 0 0.5rem 1rem rgba(42, 39, 94, 0.06); }

.navbar-brand {
  margin-right: 0;
  padding: 0; }

.nav-item.dropdown .dropdown-menu a {
  display: block;
  color: #1f2632;
  padding: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  white-space: nowrap;
  position: relative;
  background: none;
  font-size: 15px;
  font-weight: 400; }
  .nav-item.dropdown .dropdown-menu a:hover {
    color: #2363d5;
    padding-left: 15px; }

#header-wrap.fixed-header .navbar-brand {
  color: #ffffff; }

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto; }

  .navbar-expand-lg {
    justify-content: space-between; }

  .navbar-nav .dropdown-menu {
    min-width: 12em !important;
    max-width: 20em !important; }
  .navbar-nav .dropdown > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    left: 0; }
  .navbar-nav .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    display: block; }

  .nav-link.dropdown-toggle::after {
    border: solid #1f2632;
    border-width: 0 1px 1px 0;
    width: 0.425rem;
    height: 0.425rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 0.15em; }
  .nav-link.dropdown-toggle:hover::after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  .navbar-nav .nav-link {
    line-height: 80px; }
  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: 0.125rem solid #1f2632;
    border-right: 0.125rem solid #1f2632;
    border-bottom: none;
    border-left: none;
    width: 0.425rem;
    height: 0.425rem;
    position: absolute;
    right: 0;
    margin: 0;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); } }
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0; } }
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #ffffff;
  left: 100%;
  margin: 0;
  right: auto;
  top: 0; }
.navbar-nav .dropdown-submenu {
  display: block;
  position: relative; }
.navbar-nav .nav-link {
  color: #1f2632;
  font-size: 16px;
  padding: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
  font-weight: 500; }
  .navbar-nav .nav-link:hover {
    color: #2363d5; }
.navbar-nav .nav-item .nav-link.active {
  color: #2363d5; }

.language-selection button {
  box-shadow: none;
  border: none;
  background: none;
  color: #454545;
  font-size: 14px;
  padding: 0; }
.language-selection .dropdown-menu {
  min-width: inherit;
  padding: 0; }
.language-selection .dropdown-item {
  font-size: 14px;
  padding: 5px 15px; }
.language-selection .dropdown-toggle::after {
  vertical-align: middle; }

/*--Header Search--*/
.search-icon a {
  font-size: 30px;
  color: #1f2632;
  line-height: 30px; }

#search-input-box {
  position: fixed;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  background: #0a1426;
  z-index: 9999; }

.search-inner {
  padding: 5px 5px; }

#search-input-box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0; }
#search-input-box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0; }
#search-input-box #close-search {
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 10px;
  padding-right: 0; }

.right-nav {
  position: relative; }

/*--Header Cart--*/
.cart {
  position: relative;
  z-index: 200; }

[data-cart-items] {
  position: relative;
  display: inline-block; }
  [data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: -.5rem;
    right: -.75rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #2363d5;
    color: #ffffff; }

.cart a i {
  font-size: 26px;
  color: #1f2632; }

/* ------------------------
Modal Popup
------------------------*/
.modal.cart-modal {
  padding-right: 0 !important; }
  .modal.cart-modal .modal-dialog {
    margin: 0 0 0 auto;
    height: 100%;
    max-width: 450px; }
  .modal.cart-modal .modal-content {
    border: none;
    border-radius: 0;
    height: inherit;
    overflow-y: auto; }
  .modal.cart-modal.fade .modal-dialog {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .modal.cart-modal.show .modal-dialog {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.modal-header .close {
  background: #2363d5;
  color: #ffffff;
  opacity: 1; }

/* ------------------------
    Footer
------------------------*/
.media-icon.list-inline li {
  display: inline-block; }
.media-icon li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start; }
  .media-icon li:last-child {
    margin-bottom: 0; }
  .media-icon li i {
    background: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    color: #2363d5;
    margin-right: 10px; }
  .media-icon li a {
    color: #454545; }
    .media-icon li a:hover {
      color: #2363d5;
      text-decoration: underline !important; }

.footer-list li {
  margin-bottom: 15px;
  text-transform: capitalize; }
  .footer-list li:last-child {
    margin-bottom: 0; }
  .footer-list li a {
    color: #454545;
    position: relative; }
    .footer-list li a:hover {
      color: #2363d5;
      padding-left: 8px; }

.social-icons.footer-social li a {
  background: none;
  border: 1px solid rgba(233, 233, 233, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px; }

/* ------------------------------------------------
  Project:   LivKem
  Author:    LivKem
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  3. Accordion
  4. Social Icons
  5. Team
  6. Tab
  7. Counter
  8. Blog - Post
  9. Testimonials
  10. Featured Box
  11. Price Table   
  12. Progress Bar
  13. Project
  14. Services


/* ------------------------
    Section Title
------------------------*/
.section-title {
  margin-bottom: 40px;
  position: relative; }
  .section-title p {
    font-size: 16px;
    margin-bottom: 0; }

.dark-bg .title, .theme-bg .title, .dark-bg .title span, .theme-bg .title span {
  color: #ffffff; }

.section-title h2 {
  margin-bottom: 15px; }

.dark-bg .title.text-black {
  color: #1f2632; }
.dark-bg .title span.text-theme {
  color: #2363d5; }

/* ------------------------
    Button
------------------------*/
.btn {
  z-index: 1;
  background: none;
  color: #1f2632;
  padding: 14px 25px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  font-weight: 500; }

.btn-sm {
  padding: 10px 25px;
  color: #1f2632; }

.btn .btn.focus, .btn:focus {
  box-shadow: none;
  color: #ffffff; }
.btn + .btn {
  margin-left: 15px; }
.btn.btn-theme {
  background: #2363d5;
  color: #ffffff; }
  .btn.btn-theme:hover {
    background: #1c2431;
    color: #ffffff; }
.btn.btn-white {
  background: #ffffff;
  color: #1f2632; }
  .btn.btn-white:hover {
    color: #ffffff; }
.btn.btn-dark {
  background: #0a1426;
  color: #ffffff; }
  .btn.btn-dark:hover {
    background: #2363d5;
    color: #ffffff; }
.btn.btn-outline {
  border: 1px solid #1c2431; }
  .btn.btn-outline:hover {
    border-color: #2363d5;
    background: #2363d5; }
  .btn.btn-outline.white {
    border: 1px solid #ffffff;
    color: #ffffff; }
    .btn.btn-outline.white:hover {
      border-color: #2363d5;
      background: #2363d5; }
.btn span {
  position: relative;
  z-index: 1;
  padding-right: 40px; }
  .btn span:before {
    position: absolute;
    height: 1px;
    background: #ffffff;
    width: 20px;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    content: ""; }
.btn.btn-white span:before {
  background: #0a1426; }
.btn.btn-white:hover span:before {
  background: #ffffff; }
.btn:before, .btn:after {
  z-index: -1;
  content: '';
  background: #1c2431;
  height: 50%;
  width: 0;
  position: absolute;
  -webkit-transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.btn:before {
  top: 0;
  left: 0;
  right: auto; }
.btn:after {
  bottom: 0;
  right: 0;
  left: auto; }
.btn:hover:before {
  width: 100%;
  right: 0;
  left: auto; }
.btn:hover:after {
  width: 100%;
  left: 0;
  right: auto; }
.btn:hover span:before {
  width: 30px; }

/* ------------------------
    Accordion
------------------------*/
.accordion .accordion-item {
  background: none;
  position: relative; }
  .accordion .accordion-item .accordion-button {
    text-transform: capitalize;
    font-size: 1.125rem;
    padding: .5rem 1rem;
    border: none;
    background-color: #f5f8fd; }
    .accordion .accordion-item .accordion-button[aria-expanded="true"] {
      color: #ffffff;
      background-color: #2363d5; }
    .accordion .accordion-item .accordion-button:focus {
      border-color: inherit;
      box-shadow: none; }
    .accordion .accordion-item .accordion-button:after {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      background: #2363d5;
      content: "\f067";
      font-family: 'Line Awesome Free';
      font-weight: 900;
      font-size: 0.9rem;
      top: 50%;
      position: absolute;
      right: 0.5rem;
      margin-top: -10px;
      color: #ffffff; }
    .accordion .accordion-item .accordion-button[aria-expanded="true"]:after {
      color: #2363d5;
      content: "\f068";
      background: #ffffff; }
.accordion .accordion-body {
  padding: 15px;
  line-height: 2; }

/* ------------------------
    Social Icons
------------------------*/
.social-icons ul {
  padding: 0;
  margin: 0;
  line-height: 0; }
.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0; }
  .social-icons li a {
    background: #f5f8fd;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border: 0;
    color: #1f2632;
    overflow: hidden; }
  .social-icons li:hover a {
    background: #2363d5;
    color: #ffffff; }

/* ------------------------
    Team
------------------------*/
.team-member {
  position: relative;
  overflow: hidden; }
  .team-member .team-description {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    padding: 15px 25px; }

.team-social-icon {
  background: #f5f8fd;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.team-member:hover .team-social-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.team-member .team-description h5 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 500;
  color: #454545; }
  .team-member .team-description h5 a:hover {
    color: #2363d5; }
.team-member .team-description span {
  font-size: 14px; }

.team-social-icon li {
  float: left;
  margin-right: 1px; }
  .team-social-icon li a {
    background: #ffffff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #454545;
    display: inline-block;
    text-align: center; }
    .team-social-icon li a:hover {
      background: #1c2431;
      color: #ffffff; }

.team-member img {
  width: 100%; }

/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
  border: none; }
  .tab .nav-tabs .nav-link {
    text-align: center;
    border-radius: 0;
    font-weight: 600;
    color: #1f2632;
    position: relative;
    padding: 15px 20px;
    background: #ffffff; }
    .tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover {
      background: #2363d5;
      color: #ffffff; }
  .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
    background: #2363d5;
    color: #ffffff; }

/* ------------------------
    Counter
------------------------*/
.counter {
  position: relative;
  z-index: 9; }
  .counter span {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    display: inline-block;
    margin: 0 0 10px; }
  .counter h6 {
    display: block;
    color: #454545;
    font-size: 20px;
    position: relative;
    margin: 0; }

.counter-icon i {
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  font-weight: normal;
  color: #1c2431;
  margin-bottom: 20px; }

/* ------------------------
    Blog - Post
------------------------*/
.post-card .link-btn {
  font-size: 26px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #2363d5;
  color: #ffffff; }
  .post-card .link-btn:hover {
    background: #1c2431; }
.post-card ul li + li:before {
  display: inline-block;
  padding-right: .5rem;
  color: #1f2632;
  content: "\f1ce";
  font-family: 'Line Awesome Free';
  font-weight: 700; }

/*** Blog Single ***/
.pagination {
  display: inline-block; }
  .pagination > li {
    margin: 0 6px;
    display: inline-block; }

.page-item:first-child .page-linkm, .page-item:last-child .page-link {
  border-radius: 0; }

.pagination > li > a {
  color: #1f2632;
  font-weight: 600;
  border-color: #e9eaed; }
.pagination > li.active .page-link {
  box-shadow: none;
  background: #2363d5;
  color: #ffffff;
  border-color: #2363d5; }

.page-link:hover, .page-link:focus {
  box-shadow: none;
  background: #2363d5;
  color: #ffffff;
  border-color: #2363d5; }

/*widget-tags*/
.widget-tags a {
  border: 1px solid #e9eaed;
  color: #1f2632;
  padding: 10px 15px; }
  .widget-tags a:hover {
    background: #2363d5;
    color: #ffffff; }

/* ------------------------
    Testimonials
------------------------*/
.testimonial {
  position: relative; }

.testimonial-content p {
  font-size: 18px;
  line-height: 30px; }

.testimonial .testimonial-caption h5 {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0; }

/* ------------------------
    Featured Box
------------------------*/
.featured-item {
  padding: 30px;
  position: relative;
  z-index: 1; }

.owl-carousel .featured-item {
  margin: 30px 0; }

.featured-item .featured-icon {
  font-size: 60px;
  line-height: 1;
  color: #2363d5;
  display: inline-block; }

.featured-desc p {
  margin-bottom: 0; }

.featured-title h5 {
  margin: 20px 0 15px;
  text-transform: capitalize; }

.dark-bg .featured-title h5, .dark-bg .featured-desc {
  color: #ffffff; }

.theme-bg .featured-title h5, .theme-bg .featured-desc, .theme-bg .featured-icon i {
  color: #ffffff; }

.featured-item.style-1 {
  border: 1px solid #e9eaed;
  padding: 40px; }
  .featured-item.style-1:hover,
  .featured-item.style-1.inverted {
    background: #1c2431;
    border-color: #1c2431; }
    .featured-item.style-1:hover:after,
    .featured-item.style-1.inverted:after {
      opacity: 0.2; }
  .featured-item.style-1:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    background: url(../images/pattern/01.png) no-repeat 0 0;
    background-size: auto;
    background-size: cover; }
  .featured-item.style-1:hover .featured-icon i, .featured-item.style-1:hover h5, .featured-item.style-1:hover p, .featured-item.style-1:hover li,
  .featured-item.style-1.inverted .featured-icon i, .featured-item.style-1.inverted h5, .featured-item.style-1.inverted p, .featured-item.style-1.inverted li 
  {
    color: #ffffff; }
    .featured-item.style-1 h4 {
      color: var(--color-principal);
    }

/* ------------------------
    Price Table
------------------------*/
.price-table {
  padding: 50px 30px;
  z-index: 9; }

.price-value h2 {
  color: #1f2632;
  margin-bottom: 0; }
  .price-value h2 span {
    font-size: 18px;
    line-height: 18px;
    color: #454545;
    font-weight: normal; }

.price-list ul li {
  position: relative;
  display: block;
  margin-bottom: 10px; }
  .price-list ul li:last-child {
    margin-bottom: 0; }
.price-list li i {
  color: #1f2632;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px; }

.text-white .price-list ul li, .text-white .price-list li i {
  color: rgba(255, 255, 255, 0.7); }

/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar h4 {
  color: #1f2632;
  font-weight: 500;
  font-size: 18px; }
.ht-progress-bar .progress {
  height: 6px;
  background: #dafeff;
  overflow: visible;
  align-items: center;
  position: relative; }

.light-bg .ht-progress-bar .progress {
  background: #ffffff; }

.ht-progress-bar .progress .progress-bar {
  height: 6px;
  background-color: #2363d5;
  overflow: visible;
  position: relative; }
.ht-progress-bar .progress-parcent {
  position: absolute;
  right: 0;
  top: -35px;
  color: #1f2632;
  font-size: 16px;
  font-weight: 600; }

/* ------------------------
Project
------------------------*/
.cases-title {
  width: 100%;
  padding: 20px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2; }

.cases-item:hover .cases-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.cases-item .cases-title span {
  color: #ffffff;
  padding: 3px;
  font-weight: 500;
  position: relative;
  z-index: 1; }
.cases-item h4 a {
  color: #ffffff;
  padding: 2px 4px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  z-index: 1; }
  .cases-item h4 a:hover {
    color: #2363d5; }
  .cases-item h4 a:before {
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    content: "";
    background: #0a1426;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1; }
.cases-item .cases-title span:before {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  content: "";
  background: #0a1426;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1; }
.cases-item:hover h4 a:before, .cases-item:hover .cases-title span:before {
  width: 100%; }

.popup-img {
  background: #0a1426;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 24px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: transltranslate3d(100%, 0, 0);
  -moz-transform: transltranslate3d(100%, 0, 0);
  -ms-transform: transltranslate3d(100%, 0, 0);
  -o-transform: transltranslate3d(100%, 0, 0);
  transform: transltranslate3d(100%, 0, 0);
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 500; }

.cases-item .popup-img:hover {
  background: #2363d5;
  color: #ffffff; }

.popup-img:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  border: 3px dashed #ffffff;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: ''; }

.cases-item:hover .popup-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .cases-item:hover .popup-img:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    -o-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite; }
.cases-item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

/* ------------------------
Services
------------------------*/
.service-item {
  position: relative;
  z-index: 1; }

.owl-carousel .service-item {
  margin: 30px 0; }

.service-desc {
  padding: 30px;
  position: relative; }
  .service-desc p {
    margin-bottom: 0; }

.service-title h5 {
  margin: 20px 0 15px;
  text-transform: capitalize; }

.service-item.style-1 .service-icon {
  font-size: 50px;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #1c2431;
  color: #ffffff; }
.service-item.style-1:hover .service-icon, .service-item.style-1.active .service-icon {
  left: 0; }
.service-item.style-1 .link-btn {
  font-size: 30px;
  display: inline-block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #2363d5;
  color: #ffffff; }
.service-item.style-2 .link-btn {
  font-size: 30px;
  display: inline-block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #2363d5;
  color: #ffffff; }
.service-item.style-1 .link-btn:hover, .service-item.style-2 .link-btn:hover {
  background: #1c2431; }
.service-item:hover .link-btn, .service-item.active .link-btn {
  -webkit-transform: scale(1) translateY(50%);
  -moz-transform: scale(1) translateY(50%);
  -ms-transform: scale(1) translateY(50%);
  -o-transform: scale(1) translateY(50%);
  transform: scale(1) translateY(50%); }
.service-item.style-1:hover .service-desc, .service-item.style-1.active .service-desc {
  padding-bottom: 50px; }
.service-item.style-2 {
  border: 15px solid #ffffff; }
  .service-item.style-2 .service-icon {
    font-size: 80px;
    opacity: 0.1;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #1c2431; }
  .service-item.style-2 .link-btn {
    right: 50%;
    bottom: inherit;
    top: 50%;
    margin-top: -40px;
    margin-right: -20px; }
  .service-item.style-2:hover .service-desc, .service-item.style-2.active .service-desc {
    padding-bottom: 30px; }
.service-item.style-3 .service-icon {
  z-index: 9;
  font-size: 40px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  color: #1c2431; }

/*# sourceMappingURL=base.css.map */
