:root {
  --color-primary: #0995B5;
  --color-secondary: #6F60A9;
  --color-basic-gray: #45505D;
  --color-basic-dark-gray: #2D343E;
  --color-basic-2dark-gray: #181c21;
  --color-gradient-start: #0995B5;
  --color-gradient-stop: #6F60A9;
}

.bg-gray-base {
  background-color: var(--color-basic-gray);    }

  .bg-gray-base-dark {
    background-color: var(--color-basic-dark-gray);    }
    
    .bg-gray-base-2dark {
      background-color: var(--color-basic-2dark-gray);    }

.text-color-grey {
  color: rgba(18, 21, 26, 0.5)!important; 
}

.text-c-grey {
  color: var(--color-basic-gray) !important;
}


body {
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  color: var(--color-basic-gray);
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 700;
  color: color: var(--color-basic-gray);
}

.h1, h1 {
  line-height: 1.111em;
  font-size: 42px;
}

.h2, h2 {
  line-height: 1.111em;
  font-size: 36px;
}

.h3, h3 {
  line-height: 1.25em;
  font-size: 30px;
}

.h4, h4 {
  line-height: 1.5em;
  font-size: 22px;
}

.h5, h5 {
  line-height: 1.5em;
  font-size: 19px;
}

.h6, h6 {
  line-height: 1.5em;
  font-size: 17px;
}

.main-nav > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: var(--color-primary);
}

.main-nav > li > a .link-ext {
  background-color: #fff;
}

.main-footer a:not(.btn) {
  color: #777880;
}

.main-footer a:not(.btn):hover {
  color: var(--color-primary);
}




/* text helper classes */


   /* font sizes helper classes */
   .font-size-1 { font-size: 1.25rem; line-height: 2.15rem; transition: 0.3s; }
   .font-size-2 { font-size: 1.58rem; line-height: 2.6rem; transition: 0.3s; }
   .font-size-3 { font-size: 2rem; line-height: 3.25rem; transition: 0.3s; }
   .font-size-4 { font-size: 2.6rem; line-height: 4rem; transition: 0.3s; }
   .font-size-5 { font-size: 3.25rem; line-height: 5rem; transition: 0.3s; }
   .font-size-6 { font-size: 4.15rem; line-height: 6.8rem; transition: 0.3s; }
   .font-size-7 { font-size: 5.25rem; line-height: 8.5rem; transition: 0.3s; }
   .font-size-8 { font-size: 6.67rem; line-height: 10.5rem; transition: 0.3s; }
   .font-size-9 { font-size: 8.5rem; line-height: 13.25rem; transition: 0.3s; }
 
 
   /*font weight*/
   .font-weight-200 {font-weight: 200 !important; }
   .font-weight-300 {font-weight: 300 !important; }
   .font-weight-400 {font-weight: 400 !important; }
   .font-weight-500 {font-weight: 500 !important; }
   .font-weight-600 {font-weight: 600 !important; }
   .font-weight-700 {font-weight: 700 !important; }
   .font-weight-900 {font-weight: 900 !important; }
 
 

   /* custom classes text  */

   .text-author {
     font-size: 1.25em;
   }

   .text-title {
     font-size: 0.9em;
     font-weight: 800;
   }

   .text-gray {
     color: var(--color-basic-gray) !important;   }

     .text-gray-dark {
      color: var(--color-basic-dark-gray) !important;   }

   .btn.text-gray:hover {
    color: var(--color-primary)!important;   }


    .nav-item-children {
      background-color: rgba(18, 21, 26, 0.85) !important;
      top: 80%;
      left: 18px;
      border-radius: 0px 0px 5px 5px;
      border-top: 2px solid var(--color-primary);
      min-width: 280px;
      color: #fff !important;
      
      font-weight: 500 !important;
    }

    .nav-item-children > li > a {
      color: #fff;
      font-size: 15px;
      font-weight: 500;
    }

    .lqd-column.pull-up-clients {
      margin-top: -155px;
    }

    .clients-size {
      width: 100px;
    }

    .partner-size {
      width: 200px;
    }


   #client-logo {
      padding: 25px 0 25px 0;
      height: 150px;
      /* background-color: rgba(0, 0, 0, 0.25); */
    }

#header-blocks hr {
  width: 50px;
  border-width: 3px;
  margin-left: 0;

}


.float-right {
  float: right;
}

.split-list  {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.split-list li {
  width: 50%;
}


#back-to-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 9;
  transition: 0.3s;
}

#back-to-top .iconbox-icon-container {
  transition: 0.3s;
  box-shadow: 0 11px 22px rgba(18, 21, 26, 0.25);
}


#back-to-top .iconbox-icon-container:hover {
  background-color: var(--color-secondary);
  box-shadow: 0 5px 10px rgba(18, 21, 26, 0.35);
  transition: 0.3s;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
  
}

.post-underline {
  border-bottom: 1px solid rgba(18, 21, 26, 0.25);
}

.inner-products {
  display: grid;
  align-items: start;
  grid-template-columns: 2fr 4fr 1fr;
}


.nav-mobile, .hide-desktop {   display: none;}


@media (max-width: 768px) {
  .nav-mobile  {    display: block;  }
  .hide-desktop {display: inline;}
  .nav-desktop {      display: none;    }
  .hide-mobile {display: none;}

  .header-slides h2 {font-size: 2.25rem !important;  }
  .header-slides p {font-size: 1.5rem !important;}
  .mobile-shrink p {font-size: 1.1rem !important;}

  #header-blocks h2 { font-size: 1.25rem; padding-bottom: 0px; margin-bottom: 0px; }
  #header-blocks hr {display:none}
  #header-blocks .btn {display: none}
  #header-blocks p {line-height: 1.2;}

  h1 { font-size: 2.25rem !important;}
  
  #core .flickity-equal-cells .carousel-item .ld-pf-item.pf-hover-shadow { max-height: 350px !important;  }
  #core .flickity-viewport {max-height: 350px !important;  }
  #core .carousel-nav { margin-top: 0px !important;  }

  #free-products .fancy-box-travel.fancy-box-tall {
  padding-bottom: 70% !important;  }

}

@media (max-height: 700px) {
  .header-slides h2 {font-size: 2.25rem !important;  }
  .header-slides p {font-size: 1.5rem !important;}
  .mobile-shrink p {font-size: 1.1rem !important;}

  #header-blocks h2 { font-size: 1.25rem; padding-bottom: 0px; margin-bottom: 0px; }
  #header-blocks hr {display:none}
  #header-blocks .btn {display: none}
  #header-blocks p {line-height: 1.2;}

}


.mobile-h {
  display: none !important;
}

@media only screen and (max-width: 1100px) {
  .mobile-h {
    display: block !important;
  }

}