:root {
  --color-primary:#fc6a2a;
  --color-secondary:#0287ed;
  --color-gradient-start:#fe506c;
  --color-gradient-stop:#fc6a2a;
  --color-gradient-start-secondary: #0287ed;
  --color-gradient-stop-secondary: #03afe0;
}

body {
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.875;
  font-size: 16px;
  color: #7c7e8e;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: Poppins;
  color: #181b31;
}

.h1, h1 {
  font-weight: 500;
  line-height: 1.3em;
  font-size: 48px;
}

.h2, h2 {
  line-height: 1.4em;
  font-size: 35px;
}

.h3, h3 {
  font-weight: 500;
  line-height: 1.4em;
  font-size: 28px;
}

.h4, h4 {
  font-weight: 500;
  line-height: 1.5em;
  font-size: 21px;
}

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

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

.main-nav > li > a {
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #383335;
}

.main-nav > li > a .link-ext {
  background: white;
}

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

.main-footer, .main-footer-aa {
  color: #fff;
}

.main-footer a:not(.btn), .main-footer-aa a:not(.btn) {
  color: #fff;
}

.main-footer a:not(.btn):hover, .main-footer-aa a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.5);
}

.main-footer .social-icon a {
  color: rgba(255, 255, 255, 0.5);
}

.main-footer .social-icon a:hover {
  color: #fff;
}

.main-footer > section:first-child, .main-footer-aa > section:first-child {
  padding-top: 150px;
}

.pb-15pr{
  padding-bottom: 15%;
}


@media screen and (min-width: 992px) {
  .main-footer > section:first-child {
    padding-top: 400px;
  }
  .main-footer-aa > section:first-child {
    padding-top: 250px;
  }
  .h600-aa{
    height: 600px;
  }
}
.lqd-column.pull-down{
  margin-bottom: -150px !important;
}

.bg-col-wht-opa{
  background-color: #ffffff;
}

.font-size-22{
  font-size: 22px !important;
}

.navbar-brand{
  min-width: 170px !important;
}

@media screen and (max-width: 1199px){

  .mobile-reset-aa{
    padding: 20px !important;
    margin: 0px !important;
  }
}

.iconbox-color-pippin .iconbox-icon-container{
  background-color: #372386 !important;
}

.btn-underlined.border-thin::before, .btn-underlined.border-thin::after{
  height: 4px !important;
}