@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
}

* html {
  font-size: 87.5%
}

html {
  -ms-overflow-x: hidden;
  overflow-x: hidden
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  overflow-wrap: break-word;
  word-wrap: break-word
}

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: 16px;
  font-style: inherit;
  font-weight: inherit;
  font-family: "Raleway", sans-serif;
}

p,
span {
  line-height: 1.4;
}

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

p {
  margin: 0 0 20px;
  color: #383838;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Lora", serif;
}

h1 {
  font-size: 75px;
  font-family: "Lora", serif;
}

h2 {
  font-size: 64px;
  letter-spacing: -1.92px;
  font-family: "Lora", serif;
}

h3 {
  font-size: 52px;
  letter-spacing: -1.92px;
  font-family: "Lora", serif;
}

h4 {
  font-size: 32px;
  letter-spacing: -1.92px;
  font-family: "Lora", serif;
}

a {
  cursor: pointer;
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th,
td {
  font-weight: normal;
  text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

blockquote,
q {
  quotes: none
}


a:hover,
a:active {
  outline: 0
}

a img {
  border: 0
}

img {
  max-width: 100%;
  height: auto
}

select {
  max-width: 100%
}

em {
  font-style: italic
}

figure>img {
  display: block;
  margin: 0 auto
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

b,
strong {
  font-weight: bold;
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #c2c2c2;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

::placeholder {
  color: #c2c2c2;
  font-size: 12px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1240px;
}

label {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #000000;
}

.hide {
  display: none;
}

.grid {
  display: flex;
}

input,
select {
  background-color: #ffffff;
  border-color: #D1D1D1;
  border-width: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

form input:hover,
form input:focus,
form select:hover,
form select:focus,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #ddd;
  outline: 0;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
  display: inline-block;
  min-height: 45px;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  padding: 6px 12px;
  margin-top: 5px;
  font-family: "Raleway", sans-serif;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  color: #1D1F24;
  border: 1px solid #BDC1C7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

button.primary-button,
.btn-primary {
  border: 0;
  color: #fff;
  border-style: none;
  padding: 12px 40px;
  cursor: pointer;
  background: #3F9F7F;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: .4s;
}

button.primary-button:hover,
.btn-primary:hover {
  background: #000465;
  transition: .4s;
}

button.primary-button>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.primary-button .button-icon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

button.primary-button svg {
  height: 16px;
  width: 16px;
  fill: #E1E2E3;
  position: relative;
  top: 3px;
}

button.primary-button span.button-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0.2rem;
}

button.secondary-button {
  border: 0;
  color: #fff;
  border-style: none;
  border-radius: 25px;
  padding: 12px 40px;
  cursor: pointer;
  background: #000465;
  border-radius: 30px;
  width: 100%;
  max-width: 255px;
  cursor: pointer;
}

button.secondary-button:hover {
  color: #000465;
  transition: .4s;
}

button.secondary-button>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.secondary-button .button-icon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

button.secondary-button svg {
  height: 16px;
  width: 16px;
  fill: #E1E2E3;
  position: relative;
  margin-left: 0.5rem;
}

button.secondary-button span.button-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-left: 0.2rem;
}

button.disabled {
  background-color: #E1E2E3;
}

button.terriorty-button svg {
  height: 16px;
  width: 16px;
  fill: #000465;
  position: relative;
  margin-left: 0.5rem;
  top: 4px;
  transform: rotate(180deg);
}

.tab-content .form-button button.terriorty-button {
  border: 1px solid #000465;
  border-radius: 50px;
  padding: 1rem 4rem;
  margin-right: 2rem;
  color: #000465;
}

button.terriorty-button span {
  font-weight: bold;
}

button.terriorty-button {
  border: 0;
  background: transparent;
  padding: 1rem;
  border-radius: 50px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-left p {
  text-align: left;
  margin: 0 !important;
}

.mt8 {
  margin-top: 8rem;
}

.mb8 {
  margin-bottom: 8rem;
}

.p6 {
  padding: 6rem 0;
}

.mobile-join-now {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 2px -5px 63px -15px rgba(29, 32, 97, 0.75);
  -webkit-box-shadow: 2px -5px 63px -15px rgba(29, 32, 97, 0.75);
  -moz-box-shadow: 2px -5px 63px -15px rgba(29, 32, 97, 0.75);
}

.mobile-join-now a {
  background-color: #000465;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

/* TOP BAR */
.top-bar {
  background-color: #3D9578;
  text-align: center;
  width: 100%;
}

.top-bar h6,
.top-bar h6 b {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  font-style: normal;
  line-height: 3rem;
}

.top-bar h6 b {
  font-weight: bold;
}

header .header-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1% 0;
}


header .header-wrap .nav-menu .navbar .nav {
  display: flex;
  justify-content: space-around;
  list-style: none;
}


header .header-wrap .nav-menu .navbar .nav li a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1rem;
  margin: 9px 20px;
  text-decoration: none;
  color: #000;
  transition: .4s;
  position: relative;
}

header .header-wrap .nav-menu .navbar .nav li a:hover {
  background-color: transparent;
  color: #000;
  transition: .4s;
  font-weight: 700;
}

header .header-wrap .nav-menu .navbar .nav li a:hover {
  color: #3F9F7F;
}

header .header-wrap .nav-menu .navbar .nav li a:after {
  content: "";
  background-color: #3F9F7F;
  position: absolute;
  width: 100%;
  display: block;
  height: 3px;
  right: 0;
  border-radius: 50px;
  opacity: 0;
  transition: .4s;
  bottom: -12px;
}

header .header-wrap .nav-menu .navbar .nav li a:hover:after {
  content: "";
  opacity: 1;
  transition: .4s;
}

header .header-wrap .join-now svg {
  position: relative;
  top: 2px;
}

/*Main Banner */
section.main-banner {
  z-index: 1;
  background-color: #ECFFFA;
  height: 600px;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8em 0 4em;
  height: 600px;
}

.main-row-grid .row-content .small-text {
  font-size: 14px;
  color: #000465;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.main-row-grid {
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  align-items: center;
}

.row-content h1,
.row-content h1 span {
  color: #000;
  font-weight: 600;
  margin: 1rem auto;
  font-size: 64px;
  line-height: 1.1;
  font-family: "Lora", serif;
}

.row-content h1 span {
  color: #3F9F7F;
  font-style: italic;
}

.row-content {
  padding-right: 6rem;
}

.row-content p {
  font-weight: 500;
  margin-bottom: 3rem;
}

.row-button {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

.row-button .how-works .btn.btn-secondary {
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  line-height: normal;
  vertical-align: middle;
}

.join-now {
  position: relative;
  top: 0;
  margin-right: 2rem;
}


.row-button .how-works .btn.btn-secondary .text {
  line-height: 2.6;
  margin-left: 1rem;
}

/*Committed-to-your-rights */

.heading-wrap .small-text {
  font-size: 14px;
  color: #000465;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.heading-wrap h2,
.heading-wrap h2 span {
  color: #3F9F7F;
  font-weight: 600;
  margin: 1rem auto;
  font-size: 64px;
  line-height: 1.1;
  font-family: "Lora", serif;
}

.heading-wrap h2 span {
  font-style: italic;
  color: #000;
}

.heading-wrap p {
  font-size: 16px;
  color: #000;
  max-width: 610px;
  line-height: 1.5;
  margin: 0 auto;
  font-weight: 500;
}

.grid-slide {
    margin: 4rem auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: grid;
    grid-template-rows: repeat(1, auto);
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2em;
}

.slide-item .slide-content h3 {
  font-size: 32px;
  line-height: 1.15;
  color: #383838;
  max-width: 240px;
  font-weight: 500;
  margin: 2.5rem 0 1.5rem;
}

.slide-item .slide-content p {
  font-size: 14px;
  line-height: 1.4;
  color: #383838;
  font-weight: 500;
}


/* Trusted by clients who have been wronged by corporations */
.trusted-by-clients {
  background: #ECFFFA;
}

.result-grid-slide {
  margin: 4rem auto 2rem;
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2em;
  text-align: center;
  max-width: 1050px;
}


/*Meet Our Team*/

.team-grid-slide {
  margin: 4rem auto;
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5em;
}

.team-slide-item {
  background: #fff;
  border: 1px solid #00000020;
  border-radius: 6px;
}

.team-img img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

/* .team-img {
  min-height: 298px;
  overflow:hidden;
} */

.team-slide-item .team-content {
  padding: 4rem 3rem;
}

.team-slide-item .team-content h3 {
  color: #3F9F7F;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: bold;
}

.team-slide-item .team-content span {
  font-size: 14px;
  color: #000465;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 1rem 0 2rem;
  display: block;
}

.team-slide-item .team-content p {
  color: #383838;
  font-size: 16px;
}

.team-slide-item .team-content .btn a {
  color: #3F9F7F;
  font-weight: 600;
  font-size: 14px;
}

.faq {
  background-color: #ECFFFA;
}


/* FAQ*/
.accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.inner-grid {
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5em;
}

.accordion .accordion-item {
  background-color: #fff;
  border: 1px solid hsl(0deg 0% 70.2% / 50%);
  position: relative;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.faq-head-inner p {
  max-width: 500px;
  font-weight: 400;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 4rem 0.8rem 1rem;
  cursor: pointer;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #1A2B4C;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
  padding: 0 1rem 1rem;
  font-size: 16px;
  font-weight: 500;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}

.accordion .accordion-item.is-active .icon {
  transform: rotate(45deg);
  transition: transform .2s ease-out;
}

.icon {
  display: flex;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 1px solid;
  border-radius: 22px;
  transition: transform .2s ease-out;
  justify-content: center;
  align-items: center;
}

.icon::before {
  display: block;
  position: relative;
  content: '';
  top: 0;
  left: 1px;
  width: 15px;
  height: 1px;
  background: #000465;
  transition: transform .2s ease-out;
}

.accordion .accordion-item.is-active .icon {
  background-color: #000465;
}

.accordion .accordion-item.is-active .icon::before,
.accordion .accordion-item.is-active .icon::after {
  background: #fff;
  transition: transform .2s ease-out;
}

.icon::after {
  display: block;
  position: relative;
  content: '';
  top: 0px;
  left: -7px;
  width: 1px;
  height: 14px;
  background: #000465;
  transition: transform .2s ease-out;
}

/* Footer */
.footer-grid {
  margin: 0;
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5em;
}

.footer-grid .footer-item:last-child {
  border: 0;
}

.footer-bottom {
  border-top: 1px solid rgb(0 0 0 / 10%);
  padding: 1.5rem 0;
}

.footer-bottom p {
  margin: 0;
  font-weight: 500;
  color: #000;
}

footer {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.footer-grid .footer-item {
  border-right: 1px solid rgb(0 0 0 / 10%);
  padding: 3rem 0;
}

.footer-grid .footer-item h2 {
  font-size: 30px;
  letter-spacing: -0.45px;
  color: #3F9F7F;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-grid .footer-item ul {
  list-style: none;
}

.footer-grid .footer-item ul li {
  line-height: 1.5;
  padding: 0.8rem 0;
  color: #383838;
  text-decoration: none;
  font-weight: 500;
}

.footer-grid .footer-item ul li a,
.footer-grid .footer-item p {
  color: #383838;
  text-decoration: none;
  font-weight: 500;
}

.footer-grid .footer-item ul li a:hover {
  color: #1A2B4C;
  transition: 0.4s;
}

.social-media ul li a {
  display: flex;
  align-items: center;
}

.social-media ul li a svg {
  margin-right: 1rem;
}

.bottom-content {
  text-align: center;
  background-color: #383838;
  color: #fff;
  padding: 1rem;
}

.bottom-content p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.trusted-by-clients, .meet-our-team {
    display: none;
}