:root {
  --color-primary: #fd5c4c;
  --color-gradient-start: #fe506c;
  --color-gradient-stop: #fc6a2a;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  color: #808291;
}

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

.h1,
h1 {
  font-size: 60px;
  line-height: 1.2em;
}

.h2,
h2 {
  font-size: 28px;
  line-height: 1.2em;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 1.2em;
}

.h4,
h4 {
  font-family: 'Poppins', serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
}

.h5,
h5 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
}

.h6,
h6 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--color-primary);
}

.rh-main-nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #000;
}

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

.rh-main-header .header-module p {
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #fff;
}

.rh-main-header .header-module .btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.btn {
  font-size: 14px;
  line-height: 2em;
}

.btn:hover svg stop {
  stop-color: var(--color-gradient-start);
}

.btn .btn-gradient-bg-hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-start)));
  background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-start) 100%);
}

.btn-naked {
  color: #000;
}

.btn-naked:hover {
  color: var(--color-primary);
}

.fancy-title h2 {
  font-weight: 300;
  letter-spacing: -0.025em;
}

.main-footer {
  border-top: 1px solid #e5e8ec;
  color: #808291;
}

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

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

@media screen and (min-width: 768px) {
  .fancy-title h2 {
    font-size: 46px;
  }
}

.pf-details-boxed .ld-pf-details{margin-left:10% !important;width: 80% !important}

.blockstyle{ display: block; margin-top: 5px; line-height: 14px}
#blob {
  min-width: 800px;
  min-height: 800px;
  position: absolute; top: 0; left: 0;
}
#blob ellipse {
  fill: #e5dbf0;
  animation-duration: 10s;
  animation: none;
  cx: 250;
  cy: 250;
  rx: 150;
  ry: 160;
}
#blob ellipse#el1 {
  cx: 180;
  cy: 280;
}
#blob ellipse#el2 {
  cy: 270;
}
#blob ellipse#el3 {
  cx: 200;
}
#blob ellipse#el4 {
  cx: 280;
  cy: 200;
}
.lqd-parallax-images-9 .liquid-img-group-single:nth-child(1){bottom: 40vh !important}
.rh-main-header .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.rh-main-header{width: 100%;
    position: absolute;
    top: 0;
    left: 0; z-index: 10}
    .rh-mainbar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.rh-mainbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}
.rh-mainbar-wrap .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.rh-mainbar-row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}
.rh-main-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.rh-mainbar-row > [class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: static;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.rh-main-nav{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.rh-mainbar-row > [class^=col].text-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px){
body .pb-xs-4{ padding-bottom: 1.5rem !important; }
body .pt-xs-4{ padding-top: 1.5rem !important; }
.disablemarginmobile{margin-top:0 !important; margin-bottom: 0 !important}
}
#content{z-index: 9 !important; background: transparent !important}
#about a{color: #fd5c4c}