.row { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

.col-lg-7 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 992px){ 
  .col-lg-7 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 58.33333%; 
    flex: 0 0 58.33333%; 
    max-width: 58.33333%;
  } 

  .pr-lg-6 { 
    padding-right: 6rem !important;
  } 
}     

.col-lg-6 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 992px){ 
  .col-lg-6 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 50%; 
    flex: 0 0 50%; 
    max-width: 50%;
  } 

  .rotated-cards  { 
    -webkit-transform: rotate(-5deg); 
    transform: rotate(-5deg);
  } 
}     

[data-aos="fade-down"] { 
    transform: translate3d(0, -100px, 0);
} 

[data-aos^="fade"][data-aos^="fade"] { 
    opacity: 0; 
    transition-property: opacity, transform;
} 

body[data-aos-duration="1500"] [data-aos]  { 
    transition-duration: 1.5s;
} 

body[data-aos-easing="ease"] [data-aos]  { 
    transition-timing-function: ease;
} 

[data-aos][data-aos][data-aos-delay="500"] { 
    transition-delay: 0;
} 

[data-aos^="fade"][data-aos^="fade"].aos-animate { 
    opacity: 1; 
    transform: translateZ(0);
} 

[data-aos][data-aos][data-aos-delay="500"].aos-animate { 
    transition-delay: 0.5s;
} 

[data-aos][data-aos][data-aos-delay="800"] { 
    transition-delay: 0;
} 

[data-aos][data-aos][data-aos-delay="800"].aos-animate { 
    transition-delay: 0.8s;
} 

[data-aos][data-aos][data-aos-delay="1200"] { 
    transition-delay: 0;
} 

[data-aos][data-aos][data-aos-delay="1200"].aos-animate { 
    transition-delay: 1.2s;
} 

.bold { 
    font-weight: 700 !important;
} 

.card { 
    position: relative; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: column; 
    flex-direction: column; 
    min-width: 0; 
    word-wrap: break-word; 
    background-color: #fff; 
    background-clip: border-box; 
    border: 1px solid rgba(0, 0, 0, 0.125); 
    border-radius: 0.25rem;
} 

.border-0 { 
    border: 0 !important;
} 

.shadow { 
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; 
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
} 

.mb-5 { 
    margin-bottom: 3rem !important;
} 

.shadow { 
    -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15); 
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15);
} 

.card-body { 
    -webkit-box-flex: 1; 
    -ms-flex: 1 1 auto; 
    flex: 1 1 auto; 
    padding: 1.25rem;
} 

.px-4 { 
    padding-right: 1.5rem !important;
} 

.px-4 { 
    padding-left: 1.5rem !important;
} 

.py-5 { 
    padding-top: 3rem !important;
} 

.py-5 { 
    padding-bottom: 3rem !important;
} 

.rounded-circle { 
    border-radius: 50% !important;
} 

.mb-3 { 
    margin-bottom: 1rem !important;
} 

.text-contrast { 
    color: #fff !important;
} 

.gradient { 
    background-color: transparent;
} 

.icon-xl { 
    width: 4.5rem; 
    height: 4.5rem;
} 

.icon-box { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center;
} 

.icon-box { 
    padding: 1rem;
} 

.gradient.gradient-primary-light { 
    background-image: linear-gradient(45deg, #ef9c00 0, #f9c571 100%);
} 

h4 { 
    margin-top: 0; 
    margin-bottom: 0.5rem;
} 

h4 { 
    margin-bottom: 0.5rem; 
    font-family: Lato, sans-serif; 
    font-weight: 600; 
    line-height: 1.2;
} 

h4 { 
    font-size: 1.5rem;
} 

h4 { 
    letter-spacing: 0.05rem;
} 



.pe-3x { 
    font-size: 3em;
} 

.m-0 { 
    margin: 0 !important;
} 

.icon { 
    margin-left: 5px; 
    margin-right: 15px; 
    padding: 0; 
    display: inline-block; 
    text-align: center;
} 
.bubbles-wrapper { 
    position: absolute; 
    width: 100%; 
    min-height: 200px; 
    bottom: 0;
} 

.bubbles-wrapper  { 
    position: relative; 
    height: 100%;
} 

.bg-contrast { 
    background-color: #fff !important;
} 

.rounded-circle { 
    border-radius: 50% !important;
} 

.shadow { 
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; 
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
} 

.p-2 { 
    padding: 0.5rem !important;
} 

.shadow { 
    -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15); 
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.15);
} 

.icon { 
    margin-left: 5px; 
    margin-right: 15px; 
    padding: 0; 
    display: inline-block; 
    text-align: center;
} 

.icon-xxl { 
    width: 6.5rem; 
    height: 6.5rem;
} 

.bubbles-wrapper .bubble  { 
    position: absolute;
} 

.bubble  { 
    bottom: 30% !important; 
    -webkit-transform: translateY(-100%); 
    transform: translateY(-100%); 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center;
} 

@media (min-width: 768px){ 
  .bubble  { 
    bottom: 0 !important;
  } 
}     

.bubbles-wrapper .bubble:nth-child(2)  { 
    -webkit-animation: floating 7.23333s ease-in-out infinite alternate; 
    animation: floating 7.23333s ease-in-out infinite alternate; 
    bottom: 40%; 
    left: 32%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(2)  { 
    -webkit-animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.icon-lg { 
    width: 3.25rem; 
    height: 3.25rem;
} 

.bubbles-wrapper .bubble:nth-child(3)  { 
    -webkit-animation: floating 9.6s ease-in-out infinite alternate; 
    animation: floating 9.6s ease-in-out infinite alternate; 
    bottom: 56%; 
    left: 44%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(3)  { 
    -webkit-animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.icon-xl { 
    width: 4.5rem; 
    height: 4.5rem;
} 

.bubbles-wrapper .bubble:nth-child(4)  { 
    -webkit-animation: floating 6.6s ease-in-out infinite alternate; 
    animation: floating 6.6s ease-in-out infinite alternate; 
    bottom: 51%; 
    left: 71%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(4)  { 
    -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(6)  { 
    -webkit-animation: floating 7.56667s ease-in-out infinite alternate; 
    animation: floating 7.56667s ease-in-out infinite alternate; 
    bottom: 44%; 
    left: 5%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(6)  { 
    -webkit-animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.icon-md { 
    width: 2rem; 
    height: 2rem;
} 

.bubbles-wrapper .bubble:nth-child(7)  { 
    -webkit-animation: floating 9.16667s ease-in-out infinite alternate; 
    animation: floating 9.16667s ease-in-out infinite alternate; 
    bottom: 80%; 
    left: 70%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(7)  { 
    -webkit-animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(8)  { 
    -webkit-animation: floating 7.66667s ease-in-out infinite alternate; 
    animation: floating 7.66667s ease-in-out infinite alternate; 
    bottom: 55%; 
    left: 38%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(8)  { 
    -webkit-animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(9)  { 
    -webkit-animation: floating 6.46667s ease-in-out infinite alternate; 
    animation: floating 6.46667s ease-in-out infinite alternate; 
    bottom: 50%; 
    left: 80%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(9)  { 
    -webkit-animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(10)  { 
    -webkit-animation: floating 6.06667s ease-in-out infinite alternate; 
    animation: floating 6.06667s ease-in-out infinite alternate; 
    bottom: 55%; 
    left: 32%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(10)  { 
    -webkit-animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(11)  { 
    -webkit-animation: floating 5.46667s ease-in-out infinite alternate; 
    animation: floating 5.46667s ease-in-out infinite alternate; 
    bottom: 60%; 
    left: 4%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(11)  { 
    -webkit-animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(12)  { 
    -webkit-animation: floating 5.93333s ease-in-out infinite alternate; 
    animation: floating 5.93333s ease-in-out infinite alternate; 
    bottom: 60%; 
    left: 48%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(12)  { 
    -webkit-animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(13)  { 
    -webkit-animation: floating 6.4s ease-in-out infinite alternate; 
    animation: floating 6.4s ease-in-out infinite alternate; 
    bottom: 70%; 
    left: 50%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(13)  { 
    -webkit-animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(14)  { 
    -webkit-animation: floating 4.06667s ease-in-out infinite alternate; 
    animation: floating 4.06667s ease-in-out infinite alternate; 
    bottom: 75%; 
    left: 7%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(14)  { 
    -webkit-animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(15)  { 
    -webkit-animation: floating 6.6s ease-in-out infinite alternate; 
    animation: floating 6.6s ease-in-out infinite alternate; 
    bottom: 50%; 
    left: 90%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(15)  { 
    -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(16)  { 
    -webkit-animation: floating 6.86667s ease-in-out infinite alternate; 
    animation: floating 6.86667s ease-in-out infinite alternate; 
    bottom: 68%; 
    left: 64%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(16)  { 
    -webkit-animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.bubbles-wrapper .bubble:nth-child(1)  { 
    -webkit-animation: floating 5.26667s ease-in-out infinite alternate; 
    animation: floating 5.26667s ease-in-out infinite alternate; 
    bottom: 45%; 
    left: 22%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(1)  { 
    -webkit-animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     

.badge { 
    display: inline-block; 
    padding: 0.25em 0.4em; 
    font-size: 75%; 
    font-weight: 400; 
    line-height: 1; 
    text-align: center; 
    white-space: nowrap; 
    vertical-align: baseline; 
    border-radius: 0.25rem; 
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
} 

.badge-contrast { 
    color: #212529; 
    background-color: #fff;
} 

.shadow-box { 
    -webkit-transition: -webkit-box-shadow 0.3s linear; 
    transition: -webkit-box-shadow 0.3s linear; 
    transition: box-shadow 0.3s linear; 
    transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear; 
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03); 
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
} 

.bubbles-wrapper .bubble .badge  { 
    opacity: 0; 
    -webkit-transform: translateX(-100%); 
    transform: translateX(-100%); 
    -webkit-transition: all 0.3s linear; 
    transition: all 0.3s linear; 
    position: absolute; 
    left: 50%; 
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%); 
    bottom: 0;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 

img { 
    vertical-align: middle;
} 

.img-responsive { 
    display: block; 
    max-width: 100%; 
    height: auto;
} 

.rounded-circle img  { 
    border-radius: 50%;
} 

.bubbles-wrapper .bubble:hover .badge { 
    opacity: 1; 
    -webkit-transform: translateX(0); 
    transform: translateX(0);
} 

.bubbles-wrapper .bubble:nth-child(5)  { 
    -webkit-animation: floating 6.5s ease-in-out infinite alternate; 
    animation: floating 6.5s ease-in-out infinite alternate; 
    bottom: 65%; 
    left: 50%;
} 

@media (min-width: 992px){ 
  .bubbles-wrapper .bubble:nth-child(5)  { 
    -webkit-animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate; 
    animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
  } 
}     


@keyframes bubble-v { 
  0% {  
      -webkit-transform: translateY(0); 
      transform: translateY(0); 
      transform: translateY(0px); 
  }  
  100% {  
      -webkit-transform: translateY(-640px); 
      transform: translateY(-640px); 
      transform: translateY(-640px); 
  }  

} 
@keyframes shake-v { 
  0% {  
      margin-left: 0; 
      margin-left: 0px; 
  }  
  100% {  
      margin-left: 20px; 
      margin-left: 20px; 
  }  

} 