﻿* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

html,
body {
  overflow-x: hidden;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

.ml-10 {
  margin-left: 10px;
}

.w-60 {
  width: 50%;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.cursor-pointer {
  cursor: pointer;
}

#body-content.outer-wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  margin-top: 80px;
}

.home-hero {
  position: relative;
}

#body-content .home-hero-content {
  color: #ffffff;
  margin: 0 auto;
  padding: 5% 0;
  width: 90%;
}

#body-content .home-hero .hero-title2{
  font-family: 'GTZirkonBold' !important;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: -1px;
  line-height: 50px;
}

#body-content .home-hero .hero-title,
.content-subtitle {
  font-family: 'GTZirkonBold' !important;
  font-size: 3em;
  font-weight: 700 !important;
  margin-bottom: 2rem !important;
  letter-spacing: -1px !important;
  line-height: 50px !important;

}

#body-content .home-hero .hero-text {
  color: white;
  font-size: 18px;
  line-height: 25px;
  padding-left: 1%;
  width: 100%;
  font-family: 'EconSansReg'
}

#body-content .home-hero-text-section {
  color: white;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 0;
  min-height: calc(100vh - 150px);
}
#body-content .home-hero-text-section-overlay {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 150px);
  background-color: rgb(19 19 18 / 33%);
}

#body-content .home-hero-text-section .top-plus {
  left: calc(100% - 20%);
  top: 60px;
}

#body-content .home-hero-text-section .top-circle-center {
  left: calc(100% - 35%);
  top: 120px;
}

#body-content .home-hero-text-section .bottom-box {
  left: calc(100% - 20%);
  top: 190px;
}

#body-content .left-box {
  width: 50%;
  padding: 0px 24px;
}

.section_space_1 {
  display: block;
  height: 30px;
}

.section_space_2 {
  display: block;
  height: 50px;
}

.font-36{
  font-size: 36px !important;
  line-height: 36px !important;
}

.font-30{
  font-size: 30px !important;
  line-height: 30px !important;
}

@media (min-width: 700px) {
  .home-hero-content {
    position: relative;
  }

  .home-hero-content {
    right: 0;
    top: 45em;
  }
}

@media (min-width: 1500px) {
  .home-hero-content {
    top: 47em;
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .home-hero-content {
    top: 41em;
  }
}


@media (max-width: 700px) {

  .home-hero .hero-text,
  .supporting-container .mentor-box.first,
  .supporting-container .mentor-text {
    width: 100% !important;
    padding: 0 !important;
  }

  .blockquote .devider {
    display: none !important;
  }

  .supporting .mentor {
    flex-direction: column;
    align-items: flex-start;
  }

  .explore-sec-grid-item {
    flex-direction: column;
  }

}

@media (max-width: 768px) {
  .home-hero-text-section .left-box {
    width: 100% !important;
    /*margin-top: 20px;
    position: absolute;*/
    top: 0;
    margin-left: 0em;
  }
}

@media (max-width: 600px) {
  .home-hero-text-section {
    min-height: 400px;
  }
}

@media (max-width: 400px) {
  .home-hero-text-section {
    padding: 25px 0;
  }

  .font-78{
    font-size: 36px !important;
    padding-top: 20px;
    margin-bottom : 1rem !important
  }
}

@media screen and (max-width: 4000px) {
  .more_info .popup {
    min-height: 110px;
    min-width: 800px;
  }
}

@media screen and (max-width: 980px) {
  .more_info .popup {
    min-height: 110px;
    min-width: 600px;
  }
}

@media screen and (max-width: 750px) {
  .more_info .popup {
    min-height: 110px;
    min-width: 300px;
  }
}

.more_info {
  position: relative;
}

.more_info .popup {
  position: absolute;
  font-family: 'EconSansReg';
  top: 22px;
  /*must overlap parent element otherwise pop-up doesn't stay open when rolloing over '*/
  background: #000;
  padding: 20px;
  left: 0;
  z-index: 100;
  display: none;
  color: #fff;
}

.more_info .popup:before {
  content: '';
  position: absolute;
  left: 15px;
  top: -18px;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #000;
}

.clear {
  clear: both;
}

[data-aos=example-anim1] {
  transform: skewX(45deg);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=example-anim1].aos-animate {
  transform: skewX(0);
  opacity: 1;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt {
  padding-top: 0 !important;
}

/* the slides */
.slick-slide {
  margin: 0 10px;
  height: auto !important;
  position: relative !important;
}

/* the parent */
.slick-list {
  margin: 0 -10px;
}

.slide {
  height: 100%;
  background-color: #ccc;
  padding: 10px;
}

.slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  border: 1px solid #707070;
}

.slick-dots li button:before {
  content: '' !important;
}

.slick-active button {
  background: #BD00FF !important;
  border-color: #BD00FF !important;
}

.animation.slide-up {
  opacity: 0;
  transition: all 1s cubic-bezier(.4, 0, .2, 1);
  transform: translate3d(0, 100px, 0);
}

.animation.slide-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation.fade-in {
  opacity: 0;
  transition: all 1s ease;
}

.circle {
  position: relative;
}

.circle__svg {
  transform: rotate(-90deg);
}

.circle__progress {
  fill: none;
  stroke-width: 0.9em;
  stroke-opacity: 0.3;
  stroke-linecap: round;
}

.circle__progress--fill {
  --initialStroke: 0;
  --transitionDuration: 0;
  stroke-opacity: 1;
  stroke-dasharray: var(--initialStroke);
  stroke-dashoffset: var(--initialStroke);
  transition: stroke-dashoffset var(--transitionDuration) ease;
}

.note-display:nth-child(1) .circle__progress {
  stroke: #5ECCB7;
}

.percent {
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  .home-hero-content {
    padding: 10% 0;
    width: 94%;
  }

  .home-hero .hero-text {
    width: 65%;
  }
}


/*-------------------------------------*/

.accordion__item {
	margin: 5px auto;
}
.accordion__item .accordion__title {
	position: relative;
	padding: 10px 13px 10px 13px;
	margin-bottom: 2px;
	color: #202020;
	text-decoration: none;
	background-color: #eaeaea;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
  cursor: pointer;
  display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.accordion__item .accordion__title:hover {
	background-color: #e5e4e4;
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
	background-color: #e5e4e4;
}
.accordion__item .accordion__title .accordion__arrow {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-weight: 700;
	margin-right: 5px;
	background-color: #c9c9c9;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}
.accordion__item .accordion__content {
	padding: 20px;
	display: none;
	background-color: #f3f3f3;
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
}
/*-------------------------------------*/