/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.fontshop.com
*/

@font-face {
  font-family: "Andes ExtraBold";
  src: url("./Fonts/1271545/6d407b24-41ec-4b11-b4db-318ae1b14f27.woff");
}
@font-face {
  font-family: "AndesBold";
  src: url("./Fonts/1271545/6d407b24-41ec-4b11-b4db-318ae1b14f27.woff");
}

@font-face {
  font-family: "Andes W04 Bold";
  src: url("Fonts/1271545/685aea12-9ae8-4f2a-8a1c-a144cedfc874.eot?#iefix");
  src: url("Fonts/1271545/685aea12-9ae8-4f2a-8a1c-a144cedfc874.eot?#iefix")
      format("eot"),
    url("Fonts/1271545/46474f98-3a4d-4ae8-bfa9-f03e370d67f1.woff2")
      format("woff2"),
    url("Fonts/1271545/6d407b24-41ec-4b11-b4db-318ae1b14f27.woff")
      format("woff"),
    url("Fonts/1271545/5f9a7e76-e717-46f7-bcce-4c52b0a408c4.ttf")
      format("truetype");
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("./Fonts/Opensans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("./Fonts/Opensans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("./Fonts/Opensans/OpenSans-Light.ttf");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("./Fonts/Opensans/OpenSans-Semibold.ttf");
}
@font-face {
  font-family: "OpenSans-LightItalic";
  src: url("./Fonts/Opensans/OpenSans-LightItalic.ttf");
}

@font-face {
  font-family: "olivier";
  src: url("./Fonts/olivier_demo.ttf");
}

html {
  box-sizing: border-box;
}
html > * {
  box-sizing: inherit;
}

.main-heading {
  font-family: Andes ExtraBold;

  font-size: 18px;

  font-weight: 800;

  font-style: normal;

  font-stretch: normal;

  line-height: 2rem;

  letter-spacing: normal;

  text-align: left;

  color: #303f78;
}
.intro-text {
  font-family: OpenSans-Regular;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2rem;
  letter-spacing: normal;
  text-align: left;
  color: #303f78;
}
.helper-text {
  font-family: OpenSans-Regular;

  font-size: 12px;

  font-weight: normal;

  font-style: normal;

  font-stretch: normal;

  line-height: 2rem;

  letter-spacing: normal;

  text-align: left;

  color: #919396;
}
.font20 {
  font-size: 20px;
  line-height: 2rem;
}

.mb50 {
  margin-bottom: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt100 {
  margin-top: 100px;
}
.mt50 {
  margin-top: 50px;
}
.img100 {
  height: 100px;
  width: 100px;
}
.anchor-hash-link {
  font-family: Andes ExtraBold;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 2rem;
  letter-spacing: normal;
  text-align: left;
  color: #303f78;
  text-decoration: underline !important;
}
.carousel-indicators {
  transform: rotate(90deg);
  top: 50% !important;
  bottom: auto !important;
}
.carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 1px white;
}
.carousel-indicators .active {
  background-color: white;
}
.quotes-text {
  font-family: olivier;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2rem;
  letter-spacing: normal;
  text-align: center;
  color: #303f78;
  top: 4%;
  z-index: 1;
}
.quotes-heading {
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2rem;
  letter-spacing: normal;
  text-align: left;
  color: #303f78;
  margin-top: 7%;
}
.blue-text {
  color: #303f78;
}
.bgblue {
  background-color: #303f78;
}
.lh3 {
  line-height: 2rem;
}
.centered-img-text {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-img {
  height: 20%;
}

/* .fp-slidesContainer {
	width: 100%!important;
	transform: none!important;
}

.fp-slide {
	width: 100%!important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	transition: all .7s ease-in-out;
}

.fp-slide.active {
	visibility: visible;
	opacity: 1;
	z-index: 1;
} */

#fullpage {
  display: none;
}
.floatingbtn {
  position: fixed;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  width: 80px;
  height: 80px;
  opacity: 0.5;
  background-color: #ffffff;

  border-radius: 50%;
  right: 115px;
}

.floatingbtn:hover {
  opacity: 1; /* Add a dark-grey background on hover */
  box-shadow: 0 0 20px 0 #ae9791;
}
#myBtn {
  display: none; /* Hidden by default */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 115px;
}
#menuBtn {
  top: 59px;

  background: none;
  background-color: transparent;

  outline: 0;
  padding: 0 !important;
  height: 100px;
  width: 100px;
}
#menuBtn:hover {
  box-shadow: none;
}
#topIcon {
  transform: rotate(180deg);
}
.closebtn {
  background-color: #e6d7d3;
  color: white;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #f9f5f6;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-left: 90px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}
.overlay .menuitem:hover:before {
  content: url("./images/ic_arrow@2x.png");
  width: 50px;
  height: 50px;
  transform: rotate(270deg);
  /* border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid currentColor; */
  /* position: absolute; */
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.overlay .closebtn {
  position: absolute;
  top: 73px;
  /* right: 45px; */
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*
@media screen and (max-width: 1280px) {
  .intro-text {
    font-size: 16px;
    line-height: 1.6rem;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .intro-text-lg {
    font-size: 16px !important;
    line-height: 1.6rem;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}*/

@media only screen and (max-width: 1280px) {
  .logo-container {
    margin-top: 0;
    transform: translateX(-15px);
  }

  .footer-logo-container {
    height: auto !important;
  }

  .intro-text {
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6rem;
    letter-spacing: normal;
    text-align: left;
    color: #303f78;
  }

  .intro-text-lg {
    font-size: 16px !important;
    line-height: 1.6rem;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .slide2Text {
    line-height: 1.6rem !important;
  }
  #map {
    height: 640px;
  }
  .sm-visible {
    visibility: visible !important;
  }
  .sm-mb50 {
    margin-bottom: 20px;
  }
  .p-sm-20 {
    padding-top: 20px;
  }
  .list-item-text {
    font-size: 14px;
  }
  .sm-bold-text {
    font-size: 14px !important;
  }
  .list-item {
    height: 68px;
    width: 61px;
  }
  .download-report {
    width: 68px !important;
    height: 61px !important;
    margin-right: 24px !important;
  }
  .download-report-hidden {
    display: none;
    width: 68px !important;
    height: 61px !important;
    margin-right: 24px !important;
  }
  .sub-heading2 {
    font-family: OpenSans-Regular;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #303f78;
  }
  .main-heading {
    text-align: center !important;
  }

  .mb50 {
    margin-bottom: 20px;
  }
  .quotes-text {
    font-family: olivier;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #303f78;
    top: 4%;
    z-index: 1;
  }
  .divider-logo {
    width: auto !important;
  }
}

.btn {
  border: none;
  font-size: 24px;
  color: #303f78;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 21px;
  padding: 1.4rem 2.1rem;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: block;
  cursor: pointer;
  width: 100%;
  min-width: 200px;
  min-width: 20rem;
  outline: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: transparent;
}
@media (min-width: 400px) {
  .btn,
  button {
    width: auto;
  }
}
@media (min-width: 800px) {
  .btn,
  button {
    font-size: 1.1rem;
    padding: 1.6rem 2.8rem;
  }
}

.btn-border {
  background-color: transparent;
  color: #1d1d1d;
}
.btn-arrow {
  position: relative;
  transition: background-color 300ms ease-out;
  text-align: left !important;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
  vertical-align: middle;
}
.btn-arrow:hover span {
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow svg * {
  stroke-width: 5;
  stroke-color: transparent;
}
.btn-arrow:hover svg {
  opacity: 1;
  right: -1rem;
}
#Slide1 {
  background: url("./images/Image-1.png") no-repeat center center;
  background-size: cover;
}
#Slide2 {
  background: url("./images/Image-2.png") no-repeat center center;
  background-size: cover;
}
#Slide3 {
  background: url("./images/Image-3.png") no-repeat center center;
  background-size: cover;
}
#Slide4 {
  background: url("./images/Image-4.png") no-repeat center center;
  background-size: cover;
}

.sub-heading2 {
  font-family: OpenSans-SemiBold;
  font-weight: 600;
}
.bold {
  font-family: OpenSans-SemiBold;
}

.helper-text2 {
  font-family: OpenSans-Regular OpenSans-Light;
  font-size: 12px;
  line-height: 2rem;
  color: #919396;
}
.img-header-logo {
  width: 180px;
  /* height: 100px; */
  object-fit: contain;
}

.list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 61px;
  border-radius: 8px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
  background-color: #f9f5f6;
  border: solid 0.8px #303f78;
  margin-right: 24px;
}
.bg_greyish {
  background-color: #f9f5f6;
}
.list-item-text {
  font-family: Andes;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #303f78;
}
ul {
  padding: 0;
}
ul li {
  text-align: center;
  display: flex;
  margin-bottom: 5%;
}

.tagline-logo {
  font-family: LucidaGrande;
  font-size: 9.1px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #314077;
}
.divider-logo {
  height: 1px;
  width: 139px;
  margin-bottom: 8px;
  border: solid 2px #314077;
}

.h1 {
  font-family: OpenSans-Regular;
  font-size: 22px;
  line-height: 36px;
  color: #303f78;
}
.footnote {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #303f78;
}
.andes-text {
  font-family: Andes W04 Bold;
  font-size: 24px;
  line-height: 32px;
}
.andes-lowtext {
  font-family: Andes W04 Bold;
  font-size: 14px;
  line-height: 32px;
}
.newopensans {
  font-family: OpenSans-Bold;
  /*font-size: 22px;*/
  line-height: 32px;
}
.newBold {
  font-family: OpenSans-Bold;
}
#bgvid {
  /* position: fixed; */
  /* top: 50%; */
  /* left: 50%; */
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /* z-index: -100; */
  /* transform: translate(-50%, -50%); */
}
.lity-close {
  font-size: 50px;
  padding: 16px 0;
}
.lity-close:hover {
  font-size: 50px;
  padding: 16px 0;
}
.download-report {
  width: 68px;
  height: 61px;
  margin-right: 16px;
}
.download-report-hidden {
  display: none;
  width: 68px;
  height: 61px;
  margin-right: 16px;
}
.mt20 {
  margin-top: 20px;
}
.footer-logo-container {
  height: 350px;
  padding-bottom: 50px;
}

/* nav */
.nav {
  padding-left: 0px;
}
/* all anchors */
.nav > li > a {
  padding: 3px;
  border-left: 0px rgba(0, 0, 0, 0);
}
/* first level */
.nav li > a {
  padding-left: 10px;
}
/* second */
.nav .nav li > a {
  padding-left: 20px;
  font-size: 0.9em;
}
/* third */
.nav .nav .nav li > a {
  padding-left: 30px;
  font-size: 0.8em;
}
/* fourth */
.nav .nav .nav .nav li > a {
  padding-left: 40px;
}
/* fifth */
.nav .nav .nav .nav .nav li > a {
  padding-left: 50px;
}
/* active link */
li.active > a {
  font-weight: bold;
  border-left: 2px solid gray;
}
/* hide second level lists */
.nav .nav {
  display: none;
}
/* show second-level when active */
.nav > .active > .nav {
  display: block;
}
.lightItalics {
  font-family: "OpenSans-LightItalic";
}
/* #fp-nav.left {
  left: -10px;
  color: black !important;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  visibility: hidden;
}
#fp-nav ul li .fp-tooltip {
  visibility: visible;
  color: black;
} */

.tooltip-inner {
  background-color: #e8ebf1;
  color: #314077;
  font-family: "OpenSans-SemiBold";
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #e8ebf1;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-slide > div {
  height: 100%;
}

.absoulte-anchors {
  position: absolute;
  height: 50%;
  width: 100%;
}

.absoulte-anchors.second {
  top: 50%;
}
.absoulte-anchors.first {
  top: 0;
}
.video-js {
  height: 100%;
  width: 100%;
}

.slick-slide img {
  object-fit: cover;
}

.img-logo-footer {
  max-height: 250px;
}
.footer-logo-container a {
  text-decoration: none;
}
