:root {
  --color-primary: #fe688b;
  --color-secondary: #f9b851;
  --color-gradient-start: #fe688b;
  --color-gradient-stop: #000b96;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.9em;
  color: #2b2a2a;
}

#content {
  background-image: url(../../img/creative-content-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 .h6 {
  font-family: 'Poppins', 'sans-serif';
  font-weight: 700;
  color: #000;
}
.logo {
  font-size: 32px;
   font-family: 'Poppins', 'sans-serif';
  font-weight: 700;
  color: #000;
}

.h1,
h1 {
  font-size: 52px;
  line-height: 1.4em;
}

.h2,
h2 {
  font-size: 42px;
  line-height: 1.3em;
  letter-spacing: 0;
}

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

.h4,
h4 {
  font-size: 25px;
  line-height: 1.7em;
}

.h5,
h5 {
  font-size: 21px;
  line-height: 1.8em;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.6em;
}
.logo {
  max-width: 150px;
}

.btn-solid {
      background-color: #1a4f94;
    border-color: #1a4f94;
}

.btn-solid:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.main-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #858694;
}
.pricing-table-minimal {
  padding: 45px 32px 32px !important;
}
.fancy-box-classes{
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.07);
}

.fancy-box-classes .trainer {
    font-size: 0.8125em;
    color: #181819;
    line-height: 0.1em;
}
.fancy-box-classes .trainer b {
  background: linear-gradient(transparent 0%, #c1e0ff 99%);
font-weight: bold; 
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #fe688b;
}

.main-footer {
  color: #808291;
}

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

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

.kv-img{
  height: 100vh;
  background-repeat: no-repeat;
}
.kv-left {
  position: relative;
}
.kv-left-img {
  position: absolute;
  z-index: 4;
  top: -232px;
    left: 97px;
    width: 85%
}
.ld-fh-txt{
  font-size: 38px;
  line-height: 1.5;
}
.ld-fh-txt-body{
  font-weight: 700;
  font-size: 21px;
  color: #333333;
  line-height: 1.5;
}
.iconbox-xl.iconbox-circle .iconbox-icon-container{
  width: 100px;
  height: 100px;
}
.iconbox-circle .iconbox-icon-container{
  background: #ffffff;
    
    color: #3d59e8;
}
.iconbox-xl .iconbox-icon-container {
    font-size: 40px;
}
.lqd-parallax-team-members .liquid-img-group-container:nth-child(2) {
    margin-top: -200px;
}
.pain .iconbox-shadow{
  background-color: #fff;
}

.lqd-particles-bg-wrap{
  display: flex;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
}

.blue {
  background-color: #2f8aff !important;
    color: #fff !important;

}
.gold{
  background-color: #1a217b !important;
    color: #fff !important;
}

.ld-masked-image figure {
    background-position: 9% 10%;
    background-size: 67%;
}
.kv-fbar {
    z-index: 0;
    pointer-events: all;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
    color: #fff;
    justify-content: space-around;
    width: 100%;
    bottom: -40px;
}

.kv-fbar p{
    align-content: center;
    align-items: center;
    background: #1a4e8a;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 50px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
     bottom: 0px;
}
.pc { display: block !important; }
.sp { display: none !important; }


@media screen and (max-width: 768px) {
  .kv-left-img {
    position: absolute;
    z-index: -1;
    top: -71px;
    left: 189px;
} 

.kv-fbar  {
  height: 60px;
}
.ld-masked-image {

    height: 125px;
}
.ld-masked-image figure {
    background-position: 10% 17%;
    background-size: 62%;
    /* display: block; */
    position: relative;
    z-index: -2;
}

  .navbar-header > * {
     -webkit-box-flex: 0; 
    flex: 0 0 52%; 
}
.sp-none-btn {
  display: none;
}
.ld-fh-txt-body{
  font-size: 16px;
}
.pc { display: none !important; }
.sp { display: block !important; }
}




@media screen and (max-width: 991px){
.content h3, .content .h3 {
    font-size: 20px;
}
.content h2, .content .h2 {
    font-size: 30px;
}

}

@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #fff !important;
  }

  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: rgba(0, 0, 0, 0.7) !important;
  }
  .mainbar-wrap.is-stuck .social-icon a:hover,
  .mainbar-wrap.is-stuck .main-nav > li > a:hover {
    color: #000 !important;
  }
}
