/* Reset css */

@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: #1A1A1A;
}

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

h1 {
  font-size: 54px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  letter-spacing: -2%;
}

h2 {
  font-size: 50px;
  letter-spacing: -2%;
  font-family: "Raleway", sans-serif;
}

h3 {
  font-size: 52px;
  letter-spacing: -2%;
  font-family: "Raleway", sans-serif;
}

h4 {
  font-size: 32px;
  letter-spacing: -2%;
  font-family: "Raleway", sans-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: 95%;
  margin: 0 auto;
  max-width: 1280px;
}

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: 10px 26px;
  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: #3F9F7F;
  border-radius: 10px;
  width: 100%;
  max-width: 255px;
  cursor: pointer;
}

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

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;
}

.bg-F1FFFB {
  background-color: #F1FFFB;
}

.pt6 {
  padding-top: 6rem;
}

.pb6 {
  padding-bottom: 6rem;
}

header {
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid #ebebeb;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 99;
}

header .header-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 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: 1em;
  font-weight: 600;
  line-height: 1rem;
  margin-left: 1.5em !important;
  margin-right:1.5em !important;
  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,
header .header-wrap .nav-menu .navbar .nav li.active a {
  color: #3F9F7F;
}

header .header-wrap .nav-menu .navbar .nav li a.dropdown-menu-1:after {
display: block;
  margin: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  content: "";
  opacity: 1;
  visibility: visible;
  transform: rotate(-137deg);
  top: 0;
  right: -12px;
  bottom: 0 !important;
  border-radius: 0;
}
header .header-wrap .nav-menu .navbar .nav li:hover a.dropdown-menu-1::after {
  border-color: #3f9f7f;
  transform: rotate(43deg);
  top: 4px;
}
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;
}

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


/*--- Dropdown Header menu ---*/
ul.submenu {
  position: absolute;
  background-color: #fff;
  top: 63px;
  bottom: auto;
  list-style: none;
  padding: 0.5em 1.2em;
  box-shadow: 1px 13px 8px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 13px 8px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 13px 8px -4px rgba(0, 0, 0, 0.2);
  border: 1px solid #3f9f7f;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 6px;
  z-index: 999;
}

header .header-wrap ul.submenu li,
header .header-wrap ul.submenu li a {
  padding: 0;
  margin-left: 0 ! important;
  margin-right: 0 ! important;
}

header .header-wrap ul.submenu li {
  display: block;
  line-height: normal;
  padding: 0;
}

header .header-wrap ul.submenu li a {
  display: block;
  line-height: 1.5;
  padding: 11px 10px;
}

header .header-wrap ul.submenu li a:after {
  border: 0;
  background-color: #fff !important;
  content: none !important;
}

header .header-wrap .nav-menu .navbar .nav .nav-ev:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

header .header-wrap .nav-menu .navbar .nav li a.dropdown-menu:after {
  display: block;
  margin: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  content: "";
  opacity: 1;
  visibility: visible;
  transform: rotate(-137deg);
  top: 0;
  right: -14px;
  bottom: 0 !important;
  border-radius: 0;
}


header .header-wrap .nav-menu .navbar .nav li:hover a.dropdown-menu:after {
  border-color: #3f9f7f;
  transform: rotate(43deg);
  top: 4px;
}

.logo img {
  max-width: 200px;
}

.side-button .btn {
  padding: 12px 30px;
}

ul.submenu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3f9f7f;
  position: absolute;
  top: -7px;
  left: 24px;
}

header .header-wrap ul.submenu li a {
  margin: 5px 0;
}

div#hide-in-mobile ul.nav li .side-button {
  display: block;
}

@media (max-width:767px) {
  .nav-menu .navbar .nav {
    flex-direction: column;
  }
	  div#hide-in-mobile ul.nav li .side-button .join-now .btn.btn-primary {
    background-color: transparent;
    color: #000 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px 15px !important;
  }
  div#hide-in-mobile ul.nav li .side-button {
  display: block;
}

  div#hide-in-mobile ul.nav li ul.submenu{
    padding: 0.5em 0em;
  }
  div#hide-in-mobile ul.nav li ul.submenu li a {
  padding: 10px 0 !important;
}
  header .header-wrap .nav-menu .navbar .nav li a:hover {
    background-color:transparent;
  }

  #mobile-hide {
    display: none;
  }

  header .header-wrap {
    padding: 5% 0;
  }

  .logo img {
    max-width: 150px;
  }

  .side-button .btn {
    padding: 12px 15px;
  }

  .humberger-menu .menu-toggle {
    width: 24px;
    height: auto;
    line-height: 3;
    position: relative;
    top: -1px;
  }

  header .header-wrap .humberger-menu {
    display: flex !important;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-content: center;
    border: 1px solid #3F9F7F;
    border-radius: 4px;
    transition: transform 0.2s ease-out;
  }
  div#hide-in-mobile nav ul li a.dropdown-menu.dropdown-menu-1.is-active::after{
    border-top: 1px solid #3F9F7F;
  border-left: 1px solid #3F9F7F;
  }
   div#hide-in-mobile nav ul li a.dropdown-menu.dropdown-menu-1.is-active::after{
    border-color: #3f9f7f !important;
    transform: rotate(43deg) !important;
   }
  .humberger-menu .menu-toggle svg {
    fill: #3F9F7F;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu .menu-toggle .icon-close {
    display: none;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu.is-active div#hide-in-mobile {
    display: block;
    width: 100%;
    transition: left .5s;
    opacity: 1;
    left: 0;
    bottom: 0;
    height: auto;
    position: fixed;
    overflow: scroll;
    z-index: 999999;
  }

  .humberger-menu.is-active svg.humberger-menu-toggle__icon--close.icon-close {
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    width: 24px;
  }

  .humberger-menu.is-active svg.humberger-menu-toggle__icon--open.icon-menu-bar {
    opacity: 0;
    transition: transform 0.2s ease-out;
    height: 0;
  }

  header .header-wrap .nav-menu .navbar .nav li a.dropdown-menu:after {
   right: 0;
    top: 10px;
  }
    header .header-wrap .nav-menu .navbar .nav .nav-ev:hover a::after {
    border-color: #3f9f7f !important;
    transform: rotate(43deg) !important;
    top: 14px !important;
    border-top: 1px solid #3f9f7f;
    border-top-color: rgb(63, 159, 127);
    border-left: 1px solid #3f9f7f;
    border-left-color: rgb(63, 159, 127);
  }
  div#hide-in-mobile ul.nav li a.drodown-menu:after {
    display: block;
    margin: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    content: "";
    opacity: 1;
    visibility: visible;
    transform: rotate(-137deg);
    top: 5px;
    right: 0;
  }

  div#hide-in-mobile ul.nav li a.drodown-menu:after {
    display: block;
    margin: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    content: "";
    opacity: 1;
    visibility: visible;
    transform: rotate(-137deg);
    top: 5px;
    right: 0;
  }

  div#hide-in-mobile ul.nav li a {
    margin: 5px 25px;
    font-size: 16px;
    padding: 0.8em 0;
  }

  div#hide-in-mobile ul.nav li .side-button .btn.btn-primary {
    padding: 1em 1.5em;
    color: #fff;
  }

  div#hide-in-mobile ul.nav li {
    border-bottom: 1px solid #e3dfdf;
  }

  div#hide-in-mobile ul.nav li ul.submenu li {
    border: 0;
  }

  header .header-wrap .nav-menu .navbar .nav .nav-ev:hover a:after {
    border-color: #3f9f7f !important;
    transform: rotate(43deg) !important;
    top: 14px !important;
    border-top: 1px solid #3f9f7f;
    border-left: 1px solid #3f9f7f;
  }

  .humberger-menu.is-active div#hide-in-mobile {
    display: block;
    width: 100%;
    transition: left .5s;
    opacity: 1;
    left: 0;
    bottom: 0;
    height: auto;
    position: fixed;
    overflow: scroll;
    z-index: 999999;
  }

  #hide-in-mobile {
    padding: 0;
    border-top: 1px solid #F0F1F2;
    background-color: #fff;
    position: absolute;
    left: -100%;
    top: 70px;
    z-index: 100;
    height: 0;
    width: 100%;
    opacity: 0;
    /* box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46); */
  }
}

/* Banner section*/


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

section.main-banner:after {
  background: none;
  content: none;
}

.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: 4px;
}

.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: #3f9f7f;
  margin: 1rem auto;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
  letter-spacing: -2%;
  font-weight: 900;
  font-style: inherit;
}

.row-content h1 span {
  color: #000465;
  font-style: inherit;
}

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

.row-content p {
  font-weight: 500;
  margin: 3rem 0;
  font-size: 20px;
}

.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: 0;
}


.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: 4px;
}

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

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

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


#about-section .video video {
  border-radius: 10px;
}

/* Our Approach */
#our-approach .our-inner-grid img {
  margin: 5rem auto;
  display: block;
  text-align: center;
}

#our-approach .our-inner-grid p {
  font-size: 16px;
  color: #1A1A1A;
  max-width: 970px;
  line-height: 1.5;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
}

#our-approach .slide-item .slide-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -70px;
  background-color: #000465;
}

#our-approach .slide-item .slide-icon img {
  width: 100%;
  height: auto;
}

#our-approach .grid-slide .slides {
  background-color: #ECFFFA;
}

#our-approach .grid-slide {
  margin: 10rem auto;
}

/* End Approach */

.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;
}

.grid-slide .slides {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: -7px 11px 5px -2px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 1px 6px 6px -2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -7px 11px 5px -2px rgba(0, 0, 0, 0.11);
}

.slide-item .slide-content h3 {
  font-size: 22px;
  line-height: 1.15;
  color: #3F9F7F;
  font-weight: 800;
  margin: 1.5rem 0;
  letter-spacing: normal;
}

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


.slide-content .small-span {
  color: #000465;
  font-size: 12px;
  font-weight: 600;
  background-color: #F0F1FF;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-style: italic;
  text-transform: capitalize;
}

.join-team .row-grid {
  display: block;
  text-align: center;
  margin: 4rem auto 0;
  position: relative;
  top: 10px;
}


.faq {
  background-color: #ECFFFA;
  /* background: linear-gradient(93.43deg, #020F65 25.67%, #1B8867 96.31%); */
  color: #fff;
}


/* FAQ*/
.accordion {
  margin: 2rem 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-top: 1px solid hsla(0, 0%, 0%, 0.1) !important;
  position: relative;
  padding: 1.3rem 0rem;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
}

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

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

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

.accordion .accordion-item:last-child {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
}

#impact-section .impact-grid-inner p {
  margin-bottom: 1em !important;
}

.accordion .accordion-item .icon {
  display: none;
}

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

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

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

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

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


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

.result.row-grid {
  position: relative;
  transform-style: preserve-3d;
  border-radius: 0px;
  background-color: #fff;
  padding: 0.5rem;
  margin: 5rem auto;
}

.result.row-grid:before {
  content: "";
  position: absolute;
  inset: 0px;
  background: conic-gradient(from 90deg at 40% -25%, #38A594, #000465);
  filter: blur(10px);
  transform: translate3d(0px, 0px, -1px);
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.2;
}

.result-slide-item h2 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  background-image: linear-gradient(179deg, rgb(56, 165, 148) 30%, rgb(0, 4, 101) 120%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.result-slide-item span {
  font-size: 1.2em;
  font-weight: bold;
  color: #000465;
}

.result-slide-item p {
  font-size: 14px;
}

/* National Presence*/
.grid-col {
  display: grid;
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2em;
  max-width: 1100px;
  margin: 6rem auto 3rem;
}

.grid-col .grid-col-item {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 10px;
  box-shadow: -7px 11px 5px -2px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 6px 6px 11px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -7px 11px 5px -2px rgba(0, 0, 0, 0.11);
  padding: 1rem;
}

.grid-col .grid-col-item .icon-inner img {
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.grid-col .grid-col-item .icon-inner h4 {
  font-size: 18px;
  color: #000465;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1rem;
}

.grid-col .grid-col-item .icon-inner a {
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-color: #000465;
}

#about-section .video {
  position: relative;
}

.play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  cursor: pointer;
}

.play img {
  max-width: 100px;
}

.w-50 {
  width: 50%;
}

.flex {
  display: flex;
  gap: 50px;
  align-items: center;
}

.vedio {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.bg-fff {
  background-color: #fff;
}

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

.mb-30 {
  margin-bottom: 30px;
}


.infographic {
  height: auto;
  width: 539px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
}

.LST-section h5 {
  font-size: 24px;
  font-weight: 600;
}

.center {
  text-align: center;
}

.pt6 {
  padding-top: 6rem;
}

.pb6 {
  padding-bottom: 6rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.law {
  top: 0px;
  left: 10%;
  width: 335px;
}

.technology {
  bottom: 0;
  right: 0;
  width: 335px;
}

.scale {
  bottom: 0;
  left: 0;
  width: 335px;
}

.mb-16 {
  margin-bottom: 16px;
}

.color-primary {
  color: #3F9F7F;
}

.flex-grid {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.flex-grid h2 {
  white-space: nowrap;
}

.flex-grid .heading-wrap {
  width: 40%;
}

.flex-grid .brand-inner {
  width: 60%;
}

#explore-brand {
  background-color: #FAFAFF;
  border-top: 1px solid #00000012;
}

.brand-image img {
  background-color: #fff;
  border: 1px solid #5151512b;
  border-radius: 20px;
  margin: 0 auto;
}

.explore-blog ul.slick-dots li {
  text-align: center;
  width: auto;
  height: auto;
  transition: all 0.5s;
  margin-right: 0.5rem;
}

#explore-brand .slick-dots {
  bottom: -50px;
}

#explore-brand ul.slick-dots li.slick-active button {
  background-color: #000465;
  border: 1px solid #000465;
}

#explore-brand ul.slick-dots li button {
  background-color: rgb(255 255 255 / 70%);
  border-radius: 50px;
  width: 10px;
  height: 10px;
  border: 1px solid #D9D8D6;
}

#explore-brand ul.slick-dots li button:before {
  content: none;
}

/* Styles for the Media Mobile */
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
    max-width: 100%;
    width: 100% !important;
  }

  #explore-brand .brand-slide.brand-slider {
    margin: 0;
    padding-bottom: 0px;
  }

  .committed-to-your-rights .grid-slide .slides {
    margin-bottom: 2em;
  }

  #impact-section .impact-grid-inner {
    margin-top: 2em;
  }

  .grid-slide,
  .inner-grid,
  .footer-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-col {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
  }

  .heading-wrap h2,
  .heading-wrap h2 span {
    font-size: 28px;
  }

  .flex {
    gap: 2em;
    align-items: center;
    flex-direction: column;
  }

  .w-50 {
    width: 100%;
  }

  br {
    display: none;
  }

  section.main-banner {
    height: auto;
    margin-top: 70px;
  }

  .main-row-grid {
    display: flex;
    flex-direction: column;
    padding: 0 0 4rem;
  }

  section.main-banner .container {
    width: 100%;
    padding: 0;
  }

  .main-row-grid .row-content {
    order: 2;
    padding: 0 20px;
  }

  .row-bg {
    height: auto;
    width: 100%;
  }

  .bg-image {
    padding: 8em 0 4em;
    height: 230px;
  }

  .row-content h1,
  .row-content h1 span {
    margin: 1rem 0;
    font-size: 30px;
    max-width: 360px;
  }

  .row-content p {
    margin: 2rem 0;
    font-size: 16px;
  }


  #about-section .content {
    order: 2;
  }

  .result-grid-slide {
    display: block;
  }

  .result-slide-item h2 {
    font-size: 40px;
  }

  .result-slide {
    margin-bottom: 1em;
    padding: 0 1em;
  }

  #our-approach .grid-slide {
    margin: 10rem auto 4rem;
  }

  #our-approach .grid-slide .slides {
    margin-bottom: 5em;
  }

  #our-approach .slide-item .slide-icon {
    width: 80px;
    height: 80px;
  }

  .grid-col .grid-col-item .icon-inner h4 {
    font-size: 16px;
  }


  #LST-section {
    padding-top: 0;
  }

  #LST-section .absolute {
    position: relative;
    width: 100%;
  }

  #LST-section .absolute {
    position: relative;
    width: 100%;
  }

  #LST-section .law,
  #LST-section .technology,
  #LST-section .scale {
    left: 0;
    right: 0
  }

  footer {
    padding: 3rem 0;
  }

  .footer-grid {
    grid-gap: 0;
  }

  .footer-grid .footer-item {
    padding: 1rem 0;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom p {
    padding-bottom: 1em;
  }

  .flex-grid {
    flex-direction: column;
  }

  .flex-grid .heading-wrap,
  .flex-grid .brand-inner {
    width: 100%;
    text-align: center;
  }

  .flex-grid .brand-inner {
    margin-top: 2em;
  }
	 body .footer-grid .footer-item ul {
    opacity: 1;
    height: auto;
    transition: height .2s ease-out;
  }
  body .footer-grid .footer-item h2{
    border-bottom:0
  }
	  body .footer-grid .footer-item h2::before{
    content:none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .nav-menu .navbar .nav {
    flex-direction: column;
  }

  .heading-wrap h2,
  .heading-wrap h2 span {
    font-size: 36px;
  }

  .grid-slide,
  .inner-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-col {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
  }

  #our-approach .grid-slide .slides {
    margin-bottom: 3em;
  }

  .result-slide-item h2 {
    font-size: 30px;
  }

  .result-slide-item span {
    font-size: 1em;
  }

  section.main-banner .container {
    width: 100%;
    padding: 0;
  }

  .side-button {
    display: none;
  }

  .main-row-grid {
    padding: 0 0 4rem;
  }

  section.main-banner .container {
    width: 100%;
    padding: 0;
  }

  body section.main-banner {
    height: 350px;
  }

  .main-row-grid .row-content {
    padding: 0 20px;
  }

  .row-bg {
    height: auto;
    width: 100%;
  }

  .main-row-grid .bg-image {
    padding: 8em 0 4em;
    height: 350px;
  }

  .main-row-grid .row-content h1,
  .main-row-grid .row-content h1 span {
    margin: 1rem 0;
    font-size: 30px;
    max-width: 360px;
  }

  .main-row-grid .row-content p {
    margin: 2rem 0;
    font-size: 16px;
  }

  #mobile-hide {
    display: none;
  }

  .nav-menu .navbar .nav {
    flex-direction: column;
  }

  .side-button {
    display: none;
  }

  #mobile-hide {
    display: none;
  }

  header .header-wrap {
    padding: 2% 0;
  }

  .side-button .btn {
    padding: 12px 15px;
  }

  .humberger-menu .menu-toggle {
    width: 24px;
    height: auto;
    line-height: 3;
    position: relative;
  }

  header .header-wrap .humberger-menu {
    display: flex !important;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-content: center;
    border: 1px solid #3F9F7F;
    border-radius: 4px;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu .menu-toggle svg {
    fill: #3F9F7F;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu .menu-toggle .icon-close {
    display: none;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu.is-active div#hide-in-mobile {
    display: block;
    width: 100%;
    transition: left .5s;
    opacity: 1;
    left: 0;
    bottom: 0;
    height: auto;
    position: fixed;
    overflow: scroll;
    z-index: 999999;
  }

  .humberger-menu.is-active svg.humberger-menu-toggle__icon--close.icon-close {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 24px;
  }

  .humberger-menu.is-active svg.humberger-menu-toggle__icon--open.icon-menu-bar {
    opacity: 0;
    transition: transform 0.2s ease-out;
    height: 0;
  }

  header .header-wrap .nav-menu .navbar .nav li a.dropdown-menu:after {
    right: 0;
  }

  div#hide-in-mobile ul.nav li a.drodown-menu:after {
    display: block;
    margin: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    content: "";
    opacity: 1;
    visibility: visible;
    transform: rotate(-137deg);
    top: 5px;
    right: 0;
  }

  div#hide-in-mobile ul.nav li a.drodown-menu:after {
    display: block;
    margin: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    content: "";
    opacity: 1;
    visibility: visible;
    transform: rotate(-137deg);
    top: 5px;
    right: 0;
  }

  div#hide-in-mobile ul.nav li a {
    margin: 5px 25px;
    font-size: 16px;
    padding: 0.8em 0;
  }

  div#hide-in-mobile ul.nav li .side-button .btn.btn-primary {
    padding: 1em 1.5em;
    color: #fff;
  }

  div#hide-in-mobile ul.nav li {
    border-bottom: 1px solid #e3dfdf;
  }

  div#hide-in-mobile ul.nav li ul.submenu li {
    border: 0;
  }

  header .header-wrap .nav-menu .navbar .nav .nav-ev:hover a:after {
    border-color: #3f9f7f !important;
    transform: rotate(43deg) !important;
    top: 14px !important;
    border-top: 1px solid #3f9f7f;
    border-left: 1px solid #3f9f7f;
  }

  .humberger-menu.is-active div#hide-in-mobile {
    display: block;
    width: 100%;
    transition: left .5s;
    opacity: 1;
    left: 0;
    bottom: 0;
    height: auto;
    position: fixed;
    overflow: scroll;
    z-index: 999999;
    top: 9rem;
  }

  #hide-in-mobile {
    padding: 0;
    border-top: 1px solid #F0F1F2;
    background-color: #fff;
    position: absolute;
    left: -100%;
    top: 70px;
    z-index: 100;
    height: 0;
    width: 100%;
    opacity: 0;
    /* box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46); */
  }

  #about-section {
    padding-top: 0;
  }

  #LST-section .absolute {
    position: relative;
    width: 100%;
  }

  #LST-section {
    padding-top: 0;
  }

  #LST-section .absolute {
    position: relative;
    width: 100%;
  }

  #LST-section .law,
  #LST-section .technology,
  #LST-section .scale {
    left: 0;
    right: 0
  }
}



/* Footer */
footer {
  background-color: #292828;
  color: #fff;
}

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

.footer-logo img {
  width: 180px;
  margin-bottom: 2em;
}

.footer-grid .footer-item ul li .icons {
  margin-right: 1em;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.footer-grid .footer-item {
  padding: 3rem 0;border: 0;
}

.footer-grid .footer-item h2 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;font-family: inherit;
}

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

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

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

.footer-grid .footer-item ul li a:hover {
  color: #3F9F7F;
  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 !important;
  color: #fff;
  padding: 1rem;
}

.bottom-content p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0;
}

.footer-grid .footer-item ul li img {
  margin-right: 0.5em;
  max-width: 22px;
}