@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
@import "../../fonts/hkgrotesk/stylesheet.css";
body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

/*
  Author : Candra Dwi Waskito
  Version : 0.1.1
 */
/*
  Preflight
 */
html,
body {
  margin: 0;
  padding: 0;
}


dl,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
  Display
 */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}

@media screen and (max-width: 600px)  {
        .mobile-break { display: none; }
}


.flex {
  display: flex;
}
@media (min-width: 1200px) {
  .xl-flex {
    display: flex !important;
  }
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.hidden {
  display: none;
}
/*
  Float
 */
/*
   Object Fit
 */
/*
  Object Position
 */
/*
  Overflow
 */
/*
  Position
 */
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}

@media (max-width: 575.98px) {
  .xs-absolute {
    position: absolute;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sm-absolute {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-absolute {
    position: absolute;
  }
}
.relative {
  position: relative;
}

@media (max-width: 575.98px) {
  .xs-relative {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sm-relative {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-relative {
    position: relative;
  }
}
.sticky {
  position: sticky;
}
/*
  Inset
 */
/*
  Visibility
 */
.visible {
  visibility: visible;
}
/*
  Z Index
 */
/*
  Font Family
 */
.text-opensans {
  font-family: "Open Sans", sans-serif;
}

.text-hkgrotesk {
  font-family: "hk_grotesk", sans-serif;
}
.text-hkgrotesk.font-bold,
.text-hkgrotesk .font-bold {
  font-family: "hk_groteskbold", sans-serif !important;
}

/*
  Font Size
 */

@media (max-width: 575.98px) {
  .xs-text-16 {
    font-size: 1rem !important;
  }
}
.text-24 {
  font-size: 1.5rem;
}
.text-28 {
  font-size: 1.75rem;
}

@media (max-width: 575.98px) {
  .xs-text-28 {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 575.98px) {
  .xs-text-32 {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-text-36 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-text-36 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-text-48 {
    font-size: 3rem !important;
  }
}
.text-56 {
  font-size: 3.5rem;
}
/*
  Font Smoothing
 */
/*
  Font Style
 */
.italic {
  font-style: italic;
}
/*
  Font Weight
 */
.font-bold {
  font-weight: 700 !important;
}
/*
  Letter Spacing
 */
.tracking-02 {
  letter-spacing: 0.2px;
}
/*
  Line Height
 */

@media (max-width: 575.98px) {
  .xs-leading-none {
    line-height: unset !important;
  }
}
.leading-relaxed {
  line-height: 1.625 !important;
}
@media (min-width: 1200px) {
  .xl-leading-56 {
    line-height: 3.5rem !important;
  }
}
/*
  List Style Type
 */
/*
  List Style Position
 */
/*
  Placeholder Color
 */
/*
  Text Align
 */
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-text-left {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .xl-text-left {
    text-align: left !important;
  }
}
.text-center {
  text-align: center;
}

@media (max-width: 575.98px) {
  .xs-text-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sm-text-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-text-center {
    text-align: center !important;
  }
}
/*
  Text Color
 */
.text-primary {
  color: #1565d8 !important;
}
.text-black {
  color: #183b56 !important;
}
.text-gray {
  color: #5a7184 !important;
}
.text-white {
  color: white !important;
}
/*
  Text Decoration
 */
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
/*
  Text Transform
 */
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
/*
  Vertical Align
 */
/*
  Whitespace
 */
/*
  Word Break
 */

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
  Align Self
 */
/*
  Background Color
 */
.bg-primary-100 {
  background-color: rgba(21, 101, 216, 0.1) !important;
}
.bg-warning-100 {
  background-color: rgba(254, 249, 246, 1) !important;
}
.bg-white {
  background-color: white !important;
}
/*
  Background Position
 */
/*
  Background Repeat
 */
/*
  Background Size
 */
/*
  Border Color
 */
/*
  Border Style
 */
.border-none {
  border-style: none !important;
}
/*
  Border Width
 */
.border {
  border-width: 1px;
}
/*
  Border Radius
 */

.rounded-8 {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}
/*
  Flex Direction
 */
.flex-row-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 575.98px) {
  .xs-flex-col {
    flex-direction: column !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sm-flex-col {
    flex-direction: column !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-flex-col {
    flex-direction: column !important;
  }
}
/*
  Flex Wrap
 */

@media (max-width: 575.98px) {
  .xs-flex-wrap {
    flex-wrap: wrap;
  }
}
/*
  Align Items
 */
.items-center {
  align-items: center;
}

@media (max-width: 575.98px) {
  .xs-items-center {
    align-items: center !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sm-items-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-items-center {
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .xl-items-center {
    align-items: center !important;
  }
}
/*
  Align Content
 */
/*
  Align Self
 */
/*
  Justify Content
 */
@media (min-width: 1200px) {
  .xl-justify-end {
    justify-content: flex-end !important;
  }
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
/*
  Flex
 */
/*
  Flex Grow
 */
/*
  Flex Shrink
 */
/*
  Order
 */
/*
  Padding
 */

.pr-0 {
  padding-right: 0;
}

@media (max-width: 575.98px) {

  .xs-py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

@media (max-width: 575.98px) {

  .xs-pr-16 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-px-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media (max-width: 575.98px) {

  .xs-px-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-px-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (max-width: 575.98px) {

  .xs-pt-32 {
    padding-top: 2rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-pt-32 {
    padding-top: 2rem !important;
  }
}

.pb-40 {
  padding-bottom: 2.5rem;
}

@media (max-width: 575.98px) {

  .xs-pt-40 {
    padding-top: 2.5rem !important;
  }
}

@media (max-width: 575.98px) {

  .xs-pb-48 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-pb-48 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-pt-48 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-px-56 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
}
.p-64 {
  padding: 4rem;
}

@media (max-width: 575.98px) {

  .xs-pt-64 {
    padding-top: 4rem !important;
  }

  .xs-pb-64 {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-pt-64 {
    padding-top: 4rem !important;
  }

  .sm-pb-64 {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.pt-68 {
  padding-top: 4.25rem;
}

@media (max-width: 575.98px) {

  .xs-pb-76 {
    padding-bottom: 4.75rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-pb-76 {
    padding-bottom: 4.75rem !important;
  }
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-pt-80 {
    padding-top: 5rem !important;
  }

  .md-pb-80 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-px-84 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
}

.pt-100 {
  padding-top: 6.25rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-pb-100 {
    padding-bottom: 6.25rem !important;
  }
}

.pb-120 {
  padding-bottom: 7.5rem;
}
@media (min-width: 1200px) {

  .xl-py-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-pb-124 {
    padding-bottom: 7.75rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-pr-188 {
    padding-right: 11.75rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-pt-200 {
    padding-top: 12.5rem !important;
  }
}
/*
  Margin
 */

.mb-0 {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {

  .xs-mt-0 {
    margin-top: 0 !important;
  }

  .xs-mr-0 {
    margin-right: 0 !important;
  }

  .xs-mb-0 {
    margin-bottom: 0 !important;
  }

  .xs-ml-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-mt-0 {
    margin-top: 0 !important;
  }

  .sm-mr-0 {
    margin-right: 0 !important;
  }

  .sm-ml-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-mt-0 {
    margin-top: 0 !important;
  }

  .md-mr-0 {
    margin-right: 0 !important;
  }

  .md-mb-0 {
    margin-bottom: 0 !important;
  }

  .md-ml-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {

  .xl-mb-0 {
    margin-bottom: 0 !important;
  }
}

.mt-3px {
  margin-top: 3px;
}

.mt-5px {
  margin-top: 5px;
}

.mr-6px {
  margin-right: 6px;
}

.ml-6px {
  margin-left: 6px;
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-mx-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 1200px) {

  .xl-mx-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}

.mb-12 {
  margin-bottom: 0.75rem;
}

@media (max-width: 575.98px) {

  .xs-mb-16 {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 575.98px) {

  .xs-mt-20 {
    margin-top: 1.25rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-mt-20 {
    margin-top: 1.25rem !important;
  }
}

.mt-22 {
  margin-top: 1.375rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

@media (max-width: 575.98px) {

  .xs-mb-24 {
    margin-bottom: 1.5rem !important;
  }
}

.mb-26 {
  margin-bottom: 1.625rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {

  .xs-mb-32 {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-mb-32 {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-mb-32 {
    margin-bottom: 2rem !important;
  }
}

.mb-36 {
  margin-bottom: 2.25rem;
}

@media (max-width: 575.98px) {

  .xs-mt-36 {
    margin-top: 2.25rem !important;
  }

  .xs-mb-36 {
    margin-bottom: 2.25rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-mb-36 {
    margin-bottom: 2.25rem !important;
  }
}

.mr-40 {
  margin-right: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

@media (max-width: 575.98px) {

  .xs-mb-40 {
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-mb-40 {
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-mb-40 {
    margin-bottom: 2.5rem !important;
  }
}

.mb-48 {
  margin-bottom: 3rem;
}

@media (max-width: 575.98px) {

  .xs-mt-48 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-mt-48 {
    margin-top: 3rem !important;
  }
}

.mt-52 {
  margin-top: 3.25rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-mt-52 {
    margin-top: 3.25rem !important;
  }
}

.mt-56 {
  margin-top: 3.5rem;
}

@media (max-width: 575.98px) {

  .xs-mb-56 {
    margin-bottom: 3.5rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .sm-mb-72 {
    margin-bottom: 4.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .md-mb-120 {
    margin-bottom: 7.5rem !important;
  }
}

.mb-136 {
  margin-bottom: 8.5rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .-sm-mb-200 {
    margin-bottom: -12.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {

  .-md-mb-244 {
    margin-bottom: -15.25rem !important;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.ml-auto {
  margin-left: auto;
}
/*
  Width
 */
.w-full {
  width: 100%;
}

@media (max-width: 575.98px) {
  .xs-w-full {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sm-w-full {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-w-full {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .lg-w-full {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sm-w-80 {
    width: 5rem !important;
  }
}

@media (max-width: 575.98px) {
  .xs-w-84 {
    width: 5.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-w-84 {
    width: 5.25rem !important;
  }
}
.w-50p {
  width: 50%;
}
/*
  Min Width
 */
/*
  Max Width
 */
/*
  Height
 */

@media (max-width: 575.98px) {
  .xs-h-auto {
    height: auto !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sm-h-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-h-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .xl-h-full {
    height: 100% !important;
  }
}
.h-screen {
  height: 100vh;
}
.h-1 {
  height: 1px;
}
/*
  Min Height
 */
/*
  Max Height
 */
/*
  Border Collapse
 */
/*
  Table Layout
 */
/*
  Box Shadow
 */
/*
  Opacity
 */
/*
  Appearance
 */
/*
  Cursor
 */
/*
  Outline
 */
/*
  Point Events
 */
.pointer-events-none {
  pointer-events: none;
}
/*
  Resize
 */
.resize {
  resize: both;
}
/*
  User Select
 */
/*
  Fill
 */
/*
  Stroke
 */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
button:focus {
  outline: none;
}

.clip-eb {
  padding-bottom: 175px !important;
  clip-path: ellipse(150% 120% at 50% -25%);
}

.heading h3 {
  font-size: 2.25rem;
  line-height: 3rem;
}
.heading p {
  font-size: 18px !important;
}

.hr {
  border-top: 1px solid #e5eaf4;
  height: 1px;
}

@media (max-width: 575.98px) {
  .clip-eb {
    clip-path: none !important;
    padding-bottom: 0 !important;
  }

  .heading h3 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .heading p {
    font-size: 16px !important;
  }

  .navbar .navbar-collapse {
    position: absolute;
    background: white;
    width: calc(100% - 30px);
    border-radius: 16px;
    top: 0;
    padding: 24px;
    z-index: 111;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.16);
  }
  .navbar .navbar-collapse .btn.btn-outline-white {
    border-color: #183b56;
    color: #183b56;
  }
  .navbar .navbar-nav .close-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .navbar .navbar-nav .close-button button {
    padding: 0;
  }
  .navbar .navbar-nav > .nav-item {
    margin-left: 0 !important;
    width: 100%;
  }
  .navbar .navbar-nav > .nav-item .nav-link {
    color: #183b56 !important;
    display: flex;
    line-height: 28px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .navbar .navbar-nav .dropdown-menu {
    border: none !important;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0 0 0 10px;
    margin: -5px 0 0 0;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar .btn {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .navbar-collapse {
    position: absolute;
    background: white;
    width: calc(100% - 35px);
    border-radius: 16px;
    margin-top: 0;
    top: 0;
    padding: 24px;
    z-index: 111;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.16);
  }
  .navbar .navbar-nav .close-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .navbar .navbar-nav .close-button button {
    padding: 0;
  }
  .navbar .navbar-nav > .nav-item {
    margin-left: 0 !important;
    width: 100%;
  }
  .navbar .navbar-nav > .nav-item .nav-link {
    color: #183b56 !important;
    display: flex;
    line-height: 28px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .navbar .navbar-nav .dropdown-menu {
    border: none !important;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0 0 0 20px;
    margin-left: 0;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar .container {
    position: relative;
  }
  .navbar .navbar-collapse {
    position: absolute;
    background: white;
    width: calc(100% - 145px);
    width: 100%;
    border-radius: 16px;
    top: 0;
    left: 0;
    padding: 24px;
    z-index: 111;
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.16);
  }
  .navbar .navbar-collapse .btn.btn-outline-white {
    border-color: #183b56;
    color: #183b56;
  }
  .navbar .navbar-nav .close-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .navbar .navbar-nav .close-button button {
    padding: 0;
  }
  .navbar .navbar-nav > .nav-item {
    margin-left: 0 !important;
    width: 100%;
  }
  .navbar .navbar-nav > .nav-item .nav-link {
    color: #183b56 !important;
    display: flex;
    line-height: 28px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .navbar .navbar-nav .dropdown-menu {
    border: none !important;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0 0 0 20px;
    margin-left: 0;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    display: block;
  }
}
header {
  padding-top: 20px;
}
header .navbar {
  margin-bottom: 20px;
}

.navbar.navbar-white .navbar-nav > .nav-item > .nav-link {
  color: white;
}
.navbar.navbar-white .navbar-nav .dropdown-menu li a {
  color: #183b56;
}
.navbar.navbar-dark .navbar-nav > .nav-item > .nav-link {
  color: #183b56;
}
.navbar.navbar-dark .navbar-nav .dropdown-menu li a {
  color: #183b56;
}
.navbar .navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .dropdown-menu li:hover > a {
  color: #1565d8;
}
.navbar .navbar-nav > .nav-item {
  margin-left: 2.5rem;
}
.navbar .navbar-nav > .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav > .nav-item .nav-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.navbar .navbar-nav > .nav-item .nav-link.dropdown .nav-link .fas {
  margin-left: 4px;
}
.navbar .navbar-nav > .nav-item .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar .navbar-nav > .nav-item.dropdown .dropdown-toggle:after {
  content: none;
}
.navbar .dropdown-menu {
  padding: 22px 0;
}
.navbar .dropdown-menu.show {
  display: flex;
}
.navbar .nav-item {
  position: relative;
  line-height: 22px;
}
.navbar .nav-item:hover > a, .navbar .nav-item > a:hover {
  font-weight: 600;
  /*color: #1565d8;*/
}

.dropdown-menu {
  border-radius: 0.75rem;
  box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
  border: none;
  margin-top: 0.75rem;
  z-index: 1111;
}
.dropdown-menu .nav-link {
  padding: 10px 0;
  font-weight: normal !important;
}
.dropdown-menu .dropdown-item {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #183b56;
  padding: 10px 32px;
}
.dropdown-menu .dropdown-menu .nav-link {
  padding: 10px 32px;
}

.form-control {
  border-radius: 0.5rem;
  border: solid 1px #e5eaf4;
  background-color: white;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.form-control[type=text], .form-control[type=password], .form-control[type=email], .form-control[type=number], .form-control[type=color], .form-control[type=date], .form-control[type=file], .form-control[type=hidden], .form-control[type=image], .form-control[type=month], .form-control[type=reset], .form-control[type=tel], .form-control[type=time], .form-control[type=url], .form-control[type=week] .form-control[type=file] {
  height: 3.5rem;
}
.form-control::placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: rgba(24, 59, 86, 0.3);
}
.form-control:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #1565d8;
  font-size: 1rem;
  color: #183b56;
}

.bootstrap-select .btn-light {
  height: 3.5rem !important;
}

select.form-control {
  height: 3.375rem;
  padding-left: 1.25rem;
  color: #183b56;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

textarea.form-control {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #5a7184;
  margin-bottom: 0.75rem;
}

.card-f {
  padding: 1rem;
}
.card-f.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-f-bg-white {
  background-color: white;
  border: 1px solid #e5eaf4;
  border-radius: 0.5rem;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  padding: 40px;
}
.card-f .play {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid rgba(21, 101, 216, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-f h4 {
  line-height: 1.33rem !important;
}

.c-list {
  display: flex;
  flex-wrap: wrap;
}
.c-list.w-50p {
  width: 100%;
}
.c-list.w-50p li {
  width: 50%;
}
.c-list li {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}
.c-list li:last-child {
  margin-bottom: 0;
}
.c-list li img {
  margin-right: 12px;
}
.c-list li p {
  margin-bottom: 0;
  line-height: normal !important;
}

.footer {
  padding-top: 33px;
  padding-bottom: 80px;
}
.footer .footer-widget .description {
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 28px;
}
.footer .footer-widget h5 {
  font-family: "Poppins", sans-serif;
  font-weight: bold !important;
  font-size: 18px;
  margin-bottom: 32px;
}
.footer .footer-widget-link li {
  margin-bottom: 24px;
}
.footer .footer-widget-link li a {
  font-family: "Poppins", sans-serif;
  line-height: normal;
}
.footer .footer-widget-link li:last-child {
  margin-bottom: 0;
}
.footer-sosmed {
  display: flex;
  margin-top: 32px;
}
.footer-sosmed li .btn {
  margin-right: 6px;
}
.footer-sosmed li:last-child .btn {
  margin-right: 0;
}
.footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
}
.footer-copyright .btn {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.footer-copyright p {
  font-weight: 600 !important;
  margin-bottom: 0;
}
.footer-dark {
  background-color: #0d2436;
}
.footer-dark .footer-widget h5 {
  color: #5a7184;
}
.footer-dark .footer-widget .description {
  color: #5a7184;
}
.footer-dark .footer-widget-link li a {
  color: #959ead;
}
.footer-dark .footer-copyright p {
  color: #5a7184;
}

@media (max-width: 767.98px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .footer > .container > .row {
    flex-direction: column-reverse;
  }
  .footer .footer-left {
    text-align: center;
  }
  .footer .footer-left .footer-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-right .col-sm-6 {
    width: 50% !important;
  }
  .footer .footer-right .footer-widget {
    margin-bottom: 39px;
  }
  .footer .footer-right .footer-widget h5 {
    margin-bottom: 20px;
  }
  .footer-copyright {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-right {
    margin-bottom: 8px;
  }
  .footer .footer-right .footer-widget h5 {
    font-size: 1rem;
  }
  .footer .footer-right .footer-widget li {
    margin-bottom: 15px;
  }
  .footer .footer-right .footer-widget li a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-right .footer-widget {
    margin-bottom: 48px;
  }
  .footer-copyright {
    margin-top: 14px;
  }
}
.ic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic img {
  width: 40px;
  height: 40px;
}
.ic.rounded-8 {
  border-radius: 0.5rem !important;
}
.ic-lg {
  width: 64px !important;
  height: 64px !important;
}
.ic-lg.ic-badge {
  border-radius: 1rem !important;
}
.ic-lg img {
  width: 40px !important;
  height: 40px !important;
}
.ic-badge {
  border-radius: 0.5rem;
  width: 48px;
  height: 48px;
}
.ic-badge img {
  width: 28px;
  height: 28px;
}
.company-contact header {
  background-image: url("../../images/covers/cover-5@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.company-contact header .hero {
  padding-top: 98px;
  padding-bottom: 175px;
}
.company-contact .contact-form {
  margin-top: -350px;
}
.company-contact .contact-form .content {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.03);
}
.company-contact .contact-form-detail {
  background-image: linear-gradient(to bottom, rgba(250, 251, 251, 0), #f8fbff);
  padding-top: 142px;
}

@media (max-width: 575.98px) {
  .company-contact header .hero {
    padding-top: 40px;
  }
  .company-contact header .hero p {
    font-size: 1rem !important;
  }
  .company-contact .contact-form {
    margin-top: -180px;
  }
  .company-contact .contact-form .content {
    padding: 24px 20px;
  }
  .company-contact .contact-form .content .form-row .col {
    flex-basis: auto;
  }
  .company-contact .contact-form-detail {
    padding-top: 80px;
  }
  .company-contact .contact-form-detail .card-f {
    margin-bottom: 56px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .company-contact header .hero {
    padding-top: 40px;
  }
  .company-contact header .hero p {
    font-size: 1rem !important;
  }
  .company-contact .contact-form {
    margin-top: -180px;
  }
  .company-contact .contact-form .content {
    padding: 24px 20px;
  }
  .company-contact .contact-form .content .form-row .col {
    flex-basis: auto;
  }
  .company-contact .contact-form-detail {
    padding-top: 80px;
  }
  .company-contact .contact-form-detail .card-f {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .company-contact header .hero {
    padding-top: 88px;
  }
  .company-contact header .hero .heading p {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .company-contact .contact-form-detail {
    padding-top: 120px;
  }
  .company-contact .contact-form-detail.clip-eb {
    clip-path: ellipse(300% 120% at 50% -30%);
  }
  .company-contact .contact-form-detail .card-f {
    margin-bottom: 48px;
    padding-left: 140px;
    padding-right: 140px;
  }
}
.landing-saas-dashboard .quote {
  /*background-image: url("../../images/photos/sl/bencinski_servis.jpg");*/
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 150px;

}
.landing-saas-dashboard .quote.clip-eb {
  padding-bottom: 260px !important;
}
.landing-saas-dashboard .quote .card-f {
  border-radius: 1rem;
  border: none;
  padding: 64px;
}
.landing-saas-dashboard .quote .card-f-body .fas {
  font-size: 40px;
}
.landing-saas-dashboard .quote .card-f-body > p {
  font-family: "Poppins", sans-serif;
  font-size: 32px !important;
  line-height: 52px !important;
  font-weight: normal !important;
}
.landing-saas-dashboard .quote .card-f-body .meta {
  display: flex;
}
.landing-saas-dashboard .quote .card-f-body .meta p {
  margin-bottom: 0;
}
.landing-saas-dashboard .quote .card-f-body .meta p:last-child img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.landing-saas-dashboard .cta {
  background-color: #0d2436;
  padding-top: 67px;
}
.landing-saas-dashboard .cta .heading {
  margin-bottom: 48px;
}
.landing-saas-dashboard .cta .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.landing-saas-dashboard .cta .card-f {
  width: 466px;
  padding: 32px;
  border-radius: 16px;
  box-shadow: -50px 50px 50px 0 rgba(0, 0, 0, 0.15);
}
.landing-saas-dashboard .cta .divider {
  padding-top: 158px;
  border-bottom: 1px solid #1a3245;
}

@media (max-width: 575.98px) {
  .landing-saas-dashboard .quote {
    padding-top: 24px;
    padding-bottom: 0 !important;
  }
  .landing-saas-dashboard .quote.clip-eb {
    padding-bottom: 0 !important;
  }
  .landing-saas-dashboard .quote .card-f {
    margin-right: 0;
    padding: 40px 24px;
    margin-bottom: -80px;
  }
  .landing-saas-dashboard .quote .card-f-body .fas {
    font-size: 32px;
  }
  .landing-saas-dashboard .quote .card-f-body > p {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .landing-saas-dashboard .quote .card-f-body .meta {
    flex-direction: column;
  }
  .landing-saas-dashboard .cta {
    margin-bottom: -1px;
  }
  .landing-saas-dashboard .cta .divider {
    display: none;
    border-bottom: none;
  }
  .landing-saas-dashboard .cta > .container > .row {
    flex-direction: column-reverse;
  }
  .landing-saas-dashboard .cta .card-f {
    width: 100%;
    margin-right: 0;
    align-items: flex-start !important;
    text-align: left;
    padding: 32px 24px;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .landing-saas-dashboard .cta .heading {
    margin-top: 48px;
    margin-bottom: 40px;
  }
  .landing-saas-dashboard .cta .heading h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .landing-saas-dashboard .cta .content form {
    flex-wrap: wrap;
  }
  .landing-saas-dashboard .cta .content form .form-control,
.landing-saas-dashboard .cta .content form .form-group {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-saas-dashboard .quote {
    padding-top: 24px;
    padding-bottom: 0 !important;
  }
  .landing-saas-dashboard .quote.clip-eb {
    padding-bottom: 0 !important;
  }
  .landing-saas-dashboard .quote .card-f {
    margin-right: 0;
    padding: 40px 24px;
    margin-bottom: -80px;
  }
  .landing-saas-dashboard .quote .card-f-body .fas {
    font-size: 32px;
  }
  .landing-saas-dashboard .quote .card-f-body > p {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .landing-saas-dashboard .quote .card-f-body .meta {
    flex-direction: column;
  }
  .landing-saas-dashboard .cta {
    margin-bottom: -1px;
  }
  .landing-saas-dashboard .cta .divider {
    display: none;
    border-bottom: none;
  }
  .landing-saas-dashboard .cta > .container > .row {
    flex-direction: column-reverse;
  }
  .landing-saas-dashboard .cta .card-f {
    width: 100%;
    margin-right: 0;
    align-items: flex-start !important;
    text-align: left;
    padding: 32px 24px;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .landing-saas-dashboard .cta .heading {
    margin-top: 48px;
    margin-bottom: 40px;
  }
  .landing-saas-dashboard .cta .heading h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .landing-saas-dashboard .cta .content form {
    flex-wrap: wrap;
  }
  .landing-saas-dashboard .cta .content form .form-control,
.landing-saas-dashboard .cta .content form .form-group {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-saas-dashboard .quote {
    padding-top: 24px;
    padding-bottom: 0 !important;
    background-image: url("../images/illustrations/bg-quote-insurance.svg");
    background-position: bottom left;
  }
  .landing-saas-dashboard .quote.clip-eb {
    clip-path: none !important;
  }
  .landing-saas-dashboard .quote .card-f {
    margin-right: 0;
    padding: 40px 24px;
    margin-bottom: -80px;
  }
  .landing-saas-dashboard .quote .card-f-body .fas {
    font-size: 32px;
  }
  .landing-saas-dashboard .quote .card-f-body > p {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .landing-saas-dashboard .quote .card-f-body .meta {
    flex-direction: column;
  }
  .landing-saas-dashboard .cta {
    margin-bottom: -1px;
  }
  .landing-saas-dashboard .cta .divider {
    display: none;
    border-bottom: none;
  }
  .landing-saas-dashboard .cta > .container > .row {
    flex-direction: column-reverse;
  }
  .landing-saas-dashboard .cta .right {
    align-items: center;
  }
  .landing-saas-dashboard .cta .card-f {
    width: 466px;
    flex-direction: row !important;
    text-align: left;
    align-items: flex-start !important;
    padding: 32px;
  }
  .landing-saas-dashboard .cta .card-f-heading {
    margin-right: 24px;
  }
  .landing-saas-dashboard .cta .heading {
    margin-top: 48px;
    margin-bottom: 40px;
    text-align: center;
  }
  .landing-saas-dashboard .cta .heading h3 {
    font-size: 36px !important;
    line-height: 48px !important;
  }
  .landing-saas-dashboard .cta .content {
    text-align: center;
  }
  .landing-saas-dashboard .cta .content form {
    justify-content: center;
  }
  .landing-saas-dashboard .cta .content form .btn {
    margin-left: 8px;
  }
}

.services-software-library header {
  background-image: url("../images/covers/cover-14@2x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.services-software-library header .hero {
  padding-top: 96px;
  padding-bottom: 250px;
}

.services-software-library .question {
  background-color: #0d2436;
}

.services-software-library .quotes {
  background-color: #0d2436;
}

.services-software-library .cta {
  background-image: url("../images/covers/cover-15@2x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.services-software-library .footer {
  padding-top: 128px;
}

.real-estate-about {
  padding-top: 90px;
  padding-bottom: 90px;
}
.real-estate-about .heading {
  text-align: center;
  margin-bottom: 80px;
}
.real-estate-about .heading h3 {
  font-size: 36px !important;
  line-height: 1.33 !important;
  margin: 16px 0 80px;
}
.real-estate-about .content-top {
  margin-bottom: 144px;
}
.real-estate-about .content .left {
  padding: 27px 36px 27px 64px;
}
.real-estate-about .content .left h3 {
  padding-right: 35px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 24px;
}
.real-estate-about .content .left p {
  font-size: 18px;
  line-height: 1.78;
  margin: 0 0 1.78em;
}
.real-estate-about .content .left .c-list.w-50p {
  margin-top: 32px;
}
.real-estate-about .content .left .c-list.w-50p li p {
  margin: 0;
}
.real-estate-about .content .right {
  display: flex;
  justify-content: center;
}
.real-estate-about .content .card-f .play {
  width: 36px;
  height: 36px;
  font-size: 12px;
}
.real-estate-about .content-top {
  flex-direction: row-reverse;
}

@media (max-width: 1199.98px) {
  .real-estate-about .content .left {
    padding-left: 25px;
    padding-right: 25px;
  }
  .real-estate-about .content .left .c-list.w-50p li {
    width: 100%;
  }
}
@media (max-width: 991.98px) {

  .real-estate-about {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .real-estate-about .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .real-estate-about .heading h3 {
    margin-bottom: 64px;
  }
  .real-estate-about .content .left {
    padding-left: 0;
    padding-right: 0;
  }
  .real-estate-about .content .left h3 {
    padding-right: 0;
  }
  .real-estate-about .content-top {
    margin-bottom: 64px;
  }
}
@media (max-width: 575.98px) {

  .real-estate-about {
    padding-top: 64px;
  }
  .real-estate-about .heading {
    margin-bottom: 30px;
  }
  .real-estate-about .heading h3 {
    font-size: 28px !important;
    line-height: 1.29 !important;
    margin-bottom: 0;
  }
  .real-estate-about .heading h3 br {
    display: none;
  }

  .real-estate-about .content .left {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .real-estate-about .content .left h3 {
    font-size: 24px !important;
    line-height: 1.33 !important;
  }
  .real-estate-about .content .left h3 br {
    display: none;
  }
  .real-estate-about .content .left .c-list.w-50p {
    justify-content: center;
    margin-top: 26px;
  }
  .real-estate-about .content .left .c-list.w-50p li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
html {
  scroll-behavior: smooth;
}
header.landing-about {
  background-color: #f9fbfe;
  margin-bottom: 250px;
}
header.landing-about .hero {
  padding-top: 80px;
}
header.landing-about .hero .content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
}
header.landing-about .hero h1 {
  font-size: 56px !important;
  line-height: 1.21 !important;
  margin: 0 0 24px;
}
header.landing-about .hero p {
  font-size: 18px;
  line-height: 1.78;
  color: #5a7184;
  margin: 0 auto 56px;
}

.real-estate-about.about-us-page {
  padding-top: 80px;
  padding-bottom: 60px;
}
.real-estate-about.about-us-page .content .left h3 {
  font-size: 48px !important;
  line-height: 1.25 !important;
}
.real-estate-about.about-us-page .content .left {
  padding-top: 30px;
}
.real-estate-about.about-us-page .content .left .c-list {
  margin-right: -20px;
  width: initial;
}
.real-estate-about.about-us-page .content .left .c-list li {
  align-items: center;
  margin-bottom: 20px;
}
.real-estate-about.about-us-page .content .left .c-list li span {
  font-size: 16px;
  line-height: 1.375;
}
.real-estate-about.about-us-page .content .content-top {
  margin-bottom: 100px;
}
.real-estate-about.about-us-page .content .content-top .right {
  justify-content: flex-start;
}
.real-estate-about.about-us-page .content .content-bottom {
  position: relative;
  padding-top: 80px;
}
.real-estate-about.about-us-page .content .content-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -140px;
  width: 1290px;
  height: 536px;
  background-color: #f9fbfe;
}
.real-estate-about.about-us-page .content .content-bottom .left {
  padding: 0;
  max-width: 455px;
}

@media (max-width: 1199.98px) {
  .real-estate-about.about-us-page .content .left h3 {
    padding-right: 0;
  }
  .real-estate-about.about-us-page .content .left .c-list li {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  header.landing-about {
    margin-bottom: 220px;
  }
  header.landing-about .hero {
    padding-top: 44px;
  }
  header.landing-about .hero p {
    max-width: 540px;
    margin-bottom: 64px;
  }

  .real-estate-about.about-us-page {
    padding-top: 50px;
  }
  .real-estate-about.about-us-page .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .real-estate-about.about-us-page .content .left h3 {
    font-size: 36px !important;
    line-height: 1.33 !important;
    margin-bottom: 20px;
  }
  .real-estate-about.about-us-page .content .left p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 1.75em;
  }
  .real-estate-about.about-us-page .content .left .c-list li {
    margin-bottom: 16px;
    width: 50%;
  }
  .real-estate-about.about-us-page .content .left .c-list li span {
    font-size: 14px;
    line-height: 1.43;
  }
  .real-estate-about.about-us-page .content .left .c-list {
    margin-top: 24px;
  }
  .real-estate-about.about-us-page .content .content-top {
    margin-bottom: 80px;
  }
  .real-estate-about.about-us-page .content .content-top .left {
    padding-top: 50px;
    padding-left: 25px;
  }
  .real-estate-about.about-us-page .content .content-top .right {
    justify-content: flex-start;
  }
  .real-estate-about.about-us-page .content .content-bottom {
    padding-top: 36px;
  }
  .real-estate-about.about-us-page .content .content-bottom::before {
    height: 400px;
  }
  .real-estate-about.about-us-page .content .content-bottom .left {
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .real-estate-about.about-us-page .content .content-top .left, .real-estate-about.about-us-page .content .content-bottom .left {
    text-align: center;
    padding: 30px 25px 0;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  header.landing-about {
    margin-bottom: 180px;
  }
  header.landing-about .hero {
    padding-top: 10px;
  }
  header.landing-about .hero h1 {
    font-size: 32px !important;
    line-height: 1.25 !important;
  }
  header.landing-about .hero p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 36px;
  }

  .real-estate-about.about-us-page {
    padding-top: 56px;
    padding-bottom: 32px;
  }
  .real-estate-about.about-us-page .content .left h3 {
    font-size: 28px !important;
    line-height: 1.29 !important;
    margin-bottom: 16px;
  }
  .real-estate-about.about-us-page .content .left .c-list {
    margin: 0 -10px;
  }
  .real-estate-about.about-us-page .content .left .c-list li {
    margin: 0 4px 12px;
    width: initial;
  }
  .real-estate-about.about-us-page .content .content-top .left, .real-estate-about.about-us-page .content .content-bottom .left {
    padding: 0 20px;
  }
  .real-estate-about.about-us-page .content .content-top {
    margin-bottom: 28px;
  }
  .real-estate-about.about-us-page .content .content-bottom {
    background: #f9fbfe;
    flex-direction: column-reverse;
  }
}
body.landing-saas-dashboard .section-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2px;
  color: #183b56;
}
body.landing-saas-dashboard .section-desc {
  font-size: 18px;
  line-height: 1.78;
  color: #5a7184;
}

header.landing-saas-dashboard .hero {
  padding-top: 78px;
}
header.landing-saas-dashboard .hero .hero-title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.2px;
  text-align: center;
  color: #183b56;
  width: 750px;
}
header.landing-saas-dashboard .hero .section-desc {
  width: 555px;
}
header.landing-saas-dashboard .hero .hero-image {
  width: 1177px;
  z-index: 1;
    position:relative;
}
header.landing-saas-dashboard .hero .hero-image img {
  margin-bottom: -480px;
  margin-left: -34px;
}
header.landing-saas-dashboard .hero .btn-black:hover {
  color: #ffffff;
}

.landing-saas-dashboard-partners {
  padding-top: 340px;
}
.landing-saas-dashboard-partners .container {
  border-bottom: 1px solid #e3e7ed;
}
.landing-saas-dashboard-partners .flex {
  padding: 0 15px;
}

.landing-saas-dashboard-advantage .advantage-text-container {
  width: 500px;
}
.landing-saas-dashboard-advantage .advantage-text-container .section-title {
  margin-right: 95px;
}
.landing-saas-dashboard-advantage .advantage-text-container .flex > div {
  font-size: 14px;
  line-height: 1.71;
  color: #5a7184;
}
.landing-saas-dashboard-advantage .advantage-image {
  width: 575px;
  height: 401px;
}
.landing-saas-dashboard-advantage .flex-row-reverse img {
  margin-left: -40px;
}
.landing-saas-dashboard-advantage .dashed-borders {
  width: 485px;
  height: 1px;
  background-image: assets/images/pattern/dashed-border.svg);
  background-repeat: repeat-x;
  background-size: 9px 1px;
}
@media (max-width: 991.98px) {

  .landing-saas-dashboard-partners {
    padding-top: 333px;
  }


  .landing-saas-dashboard-advantage .md-absolute {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .sm-absolute {
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  header.landing-saas-dashboard .hero-image img {
    margin-bottom: -40% !important;
  }

  .landing-saas-dashboard-partners {
    padding-top: 50%;
  }
  .landing-saas-dashboard-partners .flex {
    row-gap: 33px;
  }
}

@media (max-width: 1199.98px) {
  body {
    content: "aawww5";
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.footer {
  background-image: url("../../images/landing-pwd/oval1.svg"), url("../../images/landing-pwd/oval2.svg");
  background-position: left top, right top;
  background-repeat: no-repeat;
}
* {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  line-height: 4.25rem !important;
  letter-spacing: 0.2px;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 3.25rem !important;
  letter-spacing: 0.2px;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 2.5rem !important;
  letter-spacing: 0.2px;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 2rem !important;
  letter-spacing: 0.2px;
}

h5 {
  font-size: 1.25rem;
  font-weight: 700 !important;
  line-height: 1.5rem !important;
  letter-spacing: 0.2px;
}

h6 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.25rem !important;
}

p,
ul {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75rem;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 48px !important;
  }
}
.divider {
  border-bottom: solid 1px #e5eaf4;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.border {
  border: 1px solid #e5eaf4 !important;
}

.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 2.875rem;
  border-radius: 0.5rem;
  outline: none;
  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;
}
.btn.btn-outline-primary, .btn.btn-outline-white {
  line-height: 2.75rem;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-white:hover {
  color: white;
}
.btn:hover {
  opacity: 0.8;
}
.btn.focus, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  background-color: #E38943;
  color: white;
  border-color: #E38943;
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: rgba(21, 101, 216, 0.8);
  border-color: rgba(21, 101, 216, 0.8);
}
.btn.btn-secondary {
  background-color: #506690;
  color: white;
  border-color: #506690;
}
.btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: rgba(80, 102, 144, 0.8);
  border-color: rgba(80, 102, 144, 0.8);
}
.btn.btn-white {
  background-color: white;
  color: #183b56;
  border-color: white;
}
.btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:not(:disabled):not(.disabled):active {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn.btn-black {
  background-color: #183b56;
  color: white;
}
.btn.btn-outline-primary {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #E38943;
  color: #E38943;
}
.btn.btn-outline-primary:hover {
  background-color: #E38943;
}
.btn.btn-outline-white {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid white;
  color: white;
}
.btn.btn-sm {
  font-size: 0.875rem;
  line-height: 2.375rem;
  padding: 0 1.25rem;
}
.btn.btn-sm.btn-outline-primary, .btn.btn-sm.btn-outline-white {
  line-height: 2.25rem;
}
.btn.btn-sm.btn-outline-primary:hover, .btn.btn-sm.btn-outline-white:hover {
  color: white;
}
.btn.btn-lg {
  font-size: 1.125rem;
  line-height: 3.375rem;
  padding: 0 2rem;
}
.btn.btn-lg.btn-outline-primary, .btn.btn-lg.btn-outline-white {
  line-height: 3.25rem;
}
.btn.btn-lg.btn-outline-primary:hover, .btn.btn-lg.btn-outline-white:hover {
  color: white;
}
.btn.btn-rounded {
  border-radius: 50px;
}

.btn-ic {
  width: 48px;
  height: 48px;
  font-size: 14px !important;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  border: none;
}
.btn-ic.btn-lg {
  width: 56px !important;
  height: 56px !important;
  font-size: 16px !important;
}
.btn-ic.btn-sm {
  width: 40px !important;
  height: 40px !important;
}
.modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.bootstrap-select .btn-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: transparent !important;
  height: 48px;
  border-radius: 0.5rem;
  border: solid 1px #e5eaf4;
  outline: none;
  color: #183b56;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
}
.bootstrap-select .btn-light:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  border: none;
  height: 16px;
  width: 10px;
  margin-top: -25px;
}
.bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #e5eaf4;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}


.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
