/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
:root {
  --Black: #000000;
  --White: #ffffff;
  --Primary: #5ba494; /* #e4e95b; */
  --Secondary: #eb4d4d;
  --Secondary-2: #5ba494;/* #77f3a7; */
  --Hover: #eaf050;
  --Text-primary: #111111;
  --Text-secondary: #5c6368;
  --Text-secondary-2: #a4aeb5;
  --Text-color-1: rgba(255, 255, 255, 0.6);
  --Text-muted: #e9e9d8;
  --Text-light: #ffffff;
  --Bg-light: #f8f7f3; 
  --Line: #e4e4e4;
  --Luxury: #d6ae01;
}

/*---------- Reset css styles ----------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* Reset Browsers
-------------------------------------------------------------- */
/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
} */

/* article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
 */
/* *,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
 */

 

ol,
ul {
  list-style: none;
}


/* General
-------------------------------------------------------------- */
/* body,
button,
input,
select,
textarea {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
} */


p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

strong,
b,
cite {
  font-weight: bold;
}



/* Elements
-------------------------------------------------------------- */


/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}



/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
/* h3,
.h3, */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Manrope", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  color: var(--Text-primary);
  font-weight: 600;
}



h4,
.h4 {
  font-size: 30px;
  line-height: 40px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 28px;
}

.text-title {
  font-size: 18px;
  line-height: 24px;
}

.text-body-default {
  font-size: 16px;
  line-height: 26px;
}

.text-body-1 {
  font-size: 20px;
  line-height: 30px;
}

.text-body-2 {
  font-size: 18px;
  line-height: 28px;
}

.text-body-3 {
  font-size: 34px;
  line-height: 44px;
}

.text-button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.text-button-small {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.text-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2 {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 80px;
    line-height: 88px;
  }
  h2,
  .h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 66px;
    line-height: 74px;
  }
  h2,
  .h2 {
    font-size: 43px;
    line-height: 51px;
  }
  h3,
  .h3 {
    font-size: 36px;
    line-height: 44px;
  }
  .text-body-3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 55px;
    line-height: 63px;
  }
  h2,
  .h2 {
    font-size: 35px;
    line-height: 43px;
  }
  h3,
  .h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4,
  .h4 {
    font-size: 25px;
    line-height: 33px;
  }
  .text-body-3 {
    font-size: 23px;
    line-height: 31px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3,
  .h3 {
    font-size: 25px;
    line-height: 33px;
  }
  h4,
  .h4 {
    font-size: 22px;
    line-height: 30px;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6,
  .h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .text-body-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .text-button {
    font-size: 16px;
    line-height: 24px;
  }
  .text-body-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .text-body-default {
    font-size: 14px;
    line-height: 24px;
  }
}
.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

/* link style
-------------------------------------------------------------- */
.link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
}
.link:hover {
  color: var(--Primary) !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

/* text color
-------------------------------------------------------------- */
.text_white {
  color: var(--Text-light);
}

.text_primary-color {
  color: var(--Text-primary);
}

.text_secondary-color {
  color: var(--Text-secondary);
}

.text_secondary-color-2 {
  color: var(--Text-secondary-2);
}

.text_muted-color {
  color: var(--Text-muted);
}

.text_color-1 {
  color: var(--Text-color-1);
}



/* padding
-------------------------------------------------------------- */
.pt_32 {
  padding-top: 32px;
}

/* margin
-------------------------------------------------------------- */
.ms_4 {
  margin-left: 4px;
}

.mt_24 {
  margin-top: 24px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_10 {
  margin-bottom: 11px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_23 {
  margin-bottom: 23px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_47 {
  margin-bottom: 47px;
}

.mb_48 {
  margin-bottom: 48px;
}


/*------------ Components ---------------- */
/*------------ header ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* top-bar
============================================================================*/



/*------------ widgets ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

.privacy-table {
  position: relative;
  padding-left: 16px;
  display: grid;
  gap: 12px;
}
.privacy-table::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: var(--Line);
}
.privacy-table li {
  padding: 8px 0;
}
.privacy-table .highlight-bar {
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  background-color: var(--Text-primary);
  border-radius: 0 2px 2px 0;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 1;
}


/*------------ sections ---------------- */
/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */



.section-privacy .content ul {
  list-style: disc;
  margin-left: 24px;
  display: grid;
  gap: 12px;
}
.section-privacy .content ul li {
  position: relative;
}
.section-privacy .content ul li::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: var(--Text-primary);
  border-radius: 50%;
  top: 12px;
  left: -14px;
}
@media (max-width: 991px) {
  .section-privacy .row {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .section-privacy .heading-title {
    margin-bottom: 24px;
  }
}





/*# sourceMappingURL=styles.css.map */


.page {
    overflow: visible;
}
/* .sticky-top {
    align-self: flex-start;
    position: sticky;
    top: 70px;
} */

.pt_32 {
    /* padding-top: 120px; */
    scroll-margin-top: 80px;
}