header {
  padding: 156px 0 100px;
}

section {
  padding: 90px 0;
}

.chart {
  width: 100%;
  min-height: 500px;
  padding-right: 0%;
}
.bg-personal-nav {
  background-color: #0c3b67 !important;
}
.bg-personal {
  background-color: #ffffff !important;
}
.bg-personal-panel {
  background-color: #0c82f0 !important;
}
.bg-personal-investment {
  background-color: #0c82f0 !important;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.img-circle {
  border-radius: 50%;
  border: 1px outset #dadce0;
}

#rcorners {
  border-radius: 50px;
  border: 0px solid #dcdcdc;
  width: 200px;
  height: 50px;
  background-color: #ffcc33;
  outline: 0;
}
#rcorners-getstarted {
  border-radius: 25px;
  border: 0px solid #dcdcdc;
  width: 200px;
  height: 30px;
  background-color: #ffcc33;
}

#rcorners_moneybasic {
  border-radius: 25px;
  border: 2px solid #dcdcdc;
  width: 300px;
  height: 400px;
}


.banner-conceptofinvestment {
  width: 80%;
  height: 300px;
  background-image: url(../image/newimages/Conceptofinvestment.png);
  background-position: center center;
  background-size: cover;
}

.banner-cloud {
  width: 60%;
  height: auto;
  background-image: url(../image/newimages/cloud.png);
  background-position: center center;
  background-size: cover;
}
img {
  max-width: 100%;
  height: auto;
}
.banner {
  width: 100%;
  height: 300px;
  background-image: url(../image/newimages/SecuringMoney.png);
  background-position: left center;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 300px 300px;
}

.banner-save {
  width: 100%;
  height: 300px;
  background-image: url(../image/newimages/Conceptofinvestment.png);
  background-position: left center;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 300px 350px;
}
.banner-investment {
  width: 100%;
  height: 300px;
  background-image: url(../image/newimages/investment_illustration_concept.png);
  background-position: left center;
  padding-top: 100px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 300px 350px;
}

.banner-invest {
  width: 100%;
  height: 300px;
  background-image: url(../image/newimages/InvestFlyer.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 300px;
}

.banner-cloud {
  width: 100%;
  height: 100px;
  background-image: url(../image/newimages/cloud.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100px;
}
.font_color_29 {
  color: #2b8580;
}

.font_color_30 {
  color: #eac82c;
}


.font_1 {
  font: normal normal normal 16px/1.4em spinnaker, sans-serif;
  color: black;
}
.font_card {
  font: normal normal normal 16px/1.4em spinnaker, sans-serif;
  color: #17a2b8;
}

.font_2 {
  font: normal normal 20px/1.4em quicksand, sans-serif;
  font-size: calc(1em + 0.5vw);
}
.font_landing {
  font: quicksand, sans-serif;
  font-weight: 400;
display:swap;
font-size:15px;
}

.font_landing_carousel {
  font: normal normal bold 20px/1.4em spinnaker, sans-serif;
  font-size: calc(1em + 0.5vw);
}
.font_3 {
  font: normal normal bold 155px/1.4em spinnaker, sans-serif;
  font-size: 10vw;
}
/*.font_4 {
  font: normal normal 40px/1.4em spinnaker, sans-serif;
  font-size: calc(1em + 1vw);
}*/

.font_4 {
  font: quicksand, sans-serif;
  font-weight: 400;
display:swap;
font-size:25px;
}

.font_4_retirement {
  font: normal normal 40px/.75em spinnaker, sans-serif;
  font-size: calc(1em + 1vw);
}
.font_5 {
  font: normal normal normal 22px/1.4em spinnaker, sans-serif;
  text-align: left;
  font-size: calc(1em + 1vw);
}
.font_6 {
  font: normal normal 16px/1.4em spinnaker, sans-serif;
  text-align: left;
}
.font_6_bold {
  font: normal normal bold 16px/1.4em spinnaker, sans-serif;
  text-align: left;
}
.font_7 {
  font: normal normal bold 15px/1.4em futura-lt-w01-book, sans-serif;
}

.font_8 {
  font: normal normal bold 16px/1.4em spinnaker, sans-serif;
  font-size: calc(0.6em + 0.5vw);
}
.font_8_test {
  font: normal normal normal 16px/1.4em spinnaker, sans-serif;
  font-size: calc(0.6em + 0.5vw);
}
.font_9 {
  font: normal normal normal bold 13px/1.4em spinnaker, sans-serif;
}
.font_12 {
  font: normal normal normal 12px/1.4em spinnaker, sans-serif;
  color: #000000;
}
.font_10 {
  font: normal normal bold 80px spinnaker, sans-serif;
  color: #112970;
}

.font_11 {
  font: normal normal 10px spinnaker, sans-serif;
  color: #112970;
  text-align: left;
}

.rotatetext{
	@include transform(rotate(270deg));
	@include transform-origin(0 0);
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

li.dropdown {
  display: inline-block;
}

.div.first {
  background: rgb(76, 175, 80);
}

.color-yellow {
  background-color: #ffcc33;
  font-family: "Quicksand", sans-serif;
  font-weight: 1500;
}

.color-blue {
  background-color: #17a2b8;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.animate-left-one {
  position: relative;
  animation: animateleftone 5s;
}
@keyframes animateleftone {
  from {
    left: 0px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

.animate-fading {
  animation: fading 10s infinite;
}
@keyframes fading {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.animate-opacity {
  animation: opac 10s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-top {
  position: relative;
  animation: animatetop 0.9s infinite;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.animate-left {
  position: relative;
  animation: animateleft 5s infinite;
}
@keyframes animateleft {
  0% {
    right: -100px;
    opacity: 1;
  }
  75% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}


.animate-left_lading {
  position: relative;
  animation: animate-left_lading 5s infinite;
}
@keyframes animate-left_lading {
  0% {
    right: -500px;
    opacity: 1;
  }
  75% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}



.animate-right {
  position: relative;
  animation: animateright 0.4s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.animate-zoom {
  animation: animatezoom 0.6s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.animate-input {
  transition: width 0.4s ease-in-out;
}
.w3-animate-input:focus {
  width: 100% !important;
}

.button {
  background-color: #2d476c;
  color: #eac82c;
  border: none;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {
 background-color: #ffcc33;
  color: #000000;
  border: none;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
 }
.button2 {
 background-color: #ffcc33;
 border-radius: 25px;
  color: #000000;
  border: none;
  padding: 10px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
 
}
.button_retirement {
 background-color: #ffffff;
 border-radius: 25px;
  color: #000000;
  border: none;
  padding: 10px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
 
}
.button3 {
  border-radius: 8px;
}
.button4 {
  border-radius: 12px;
}
.button5 {
  background-color: #ffcc33;
  border: 0px solid #dcdcdc;
  border-radius: 10px;
  padding: 5px 30px 5px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  cursor: pointer;
  outline: 0;
  color: #54575a;
}

.button6 {
  background-color: #ffcc33;
  border: 0px solid #dcdcdc;
  border-radius: 10px;
  padding: 10px 50px 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  cursor: pointer;
  outline: 0;
}

.button_p {
  padding-right: 10px;
  padding-bottom: 10px;
}

.testimony_p {
  text-align: justify;
  padding-right: 20px;padding-left: 20px;
  padding-bottom: 10px;
}
.button_quote {
  text-align: center;
  padding-right: 10px;
  padding-bottom: 10px;
}
.button_quote a:hover {
  background-color: #2d476c;
  color: #eac82c;
}

.button_p a:hover {
  background-color: #2d476c;
  color: #eac82c;
}

input[type="text"],
select,
input[type="email"],
input[type="date"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 10px;
  resize: vertical;
}

input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 10px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

/* Make the image fully responsive */
.carousel-inner img {
  width: 50%;
  height: 50%;
}

.img {
  width: 80%;
  height: 100%;
}

.img1 {
  width: 100%;
  height: 110%;
}

.color-blue {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
table {
  width: 100%;
  border: 0px;
}

th,
td {
  text-align: left;
  padding: 0px;
}

th {
  background-color: #ffcc33;
}

th,
td {
  border-bottom: 1px solid #ddd;
  height: 40px;
}

.color_0 {
  color: #ffffff;
}
.backcolor_0 {
  background-color: #ffffff;
}
.color_1 {
  color: #2d476c;
}
.backcolor_1 {
  background-color: #2d476c;
}
.color_2 {
  color: #000000;
}
.backcolor_2 {
  background-color: #000000;
}
.color_3 {
  color: #ed1c24;
}
.backcolor_3 {
  background-color: #ed1c24;
}
.color_4 {
  color: #0088cb;
}
.backcolor_4 {
  background-color: #0088cb;
}
.color_5 {
  color: #ffcb05;
}
.backcolor_5 {
  background-color: #ffcb05;
}
.color_6 {
  color: #727272;
}
.backcolor_6 {
  background-color: #727272;
}
.color_7 {
  color: #b0b0b0;
}
.backcolor_7 {
  background-color: #b0b0b0;
}
.color_8 {
  color: #ffffff;
}
.backcolor_8 {
  background-color: #ffffff;
}
.color_9 {
  color: #727272;
}
.backcolor_9 {
  background-color: #727272;
}
.color_10 {
  color: #b0b0b0;
}
.backcolor_10 {
  background-color: #b0b0b0;
}
.color_11 {
  color: #ffffff;
}
.backcolor_11 {
  background-color: #ffffff;
}
.color_12 {
  color: #f0f0f0;
}
.backcolor_12 {
  background-color: #f0f0f0;
}
.color_13 {
  color: #b8b8b8;
}
.backcolor_13 {
  background-color: #b8b8b8;
}
.color_14 {
  color: #545454;
}
.backcolor_14 {
  background-color: #545454;
}
.color_15 {
  color: #303030;
}
.backcolor_15 {
  background-color: #303030;
}
.color_16 {
  color: #b5c1e6;
}
.backcolor_16 {
  background-color: #b5c1e6;
}
.color_17 {
  color: #92a1cc;
}
.backcolor_17 {
  background-color: #92a1cc;
}
.color_18 {
  color: #16379a;
}
.backcolor_18 {
  background-color: #16379a;
}
.color_19 {
  color: #112970;
}
.backcolor_19 {
  background-color: #112970;
}
.color_20 {
  color: #0b1c4d;
}
.backcolor_20 {
  background-color: #0b1c4d;
}
.color_21 {
  color: #f1f0a0;
}
.backcolor_21 {
  background-color: #f1f0a0;
}
.color_22 {
  color: #e2e171;
}
.backcolor_22 {
  background-color: #e2e171;
}
.color_23 {
  color: #d4d200;
}
.backcolor_23 {
  background-color: #d4d200;
}
.color_24 {
  color: #8d8c00;
}
.backcolor_24 {
  background-color: #8d8c00;
}
.color_25 {
  color: #474600;
}
.backcolor_25 {
  background-color: #474600;
}
.color_26 {
  color: #b7ecea;
}
.backcolor_26 {
  background-color: #b7ecea;
}
.color_27 {
  color: #90dad6;
}
.backcolor_27 {
  background-color: #90dad6;
}
.color_28 {
  color: #40c7c0;
}
.backcolor_28 {
  background-color: #40c7c0;
}
.color_29 {
  color: #17a2b8;
}
.backcolor_29 {
  background-color: #17a2b8;
}
.color_30 {
  color: #154240;
}
.backcolor_30 {
  background-color: #154240;
}
.color_31 {
  color: #e6b1c8;
}
.backcolor_31 {
  background-color: #e6b1c8;
}
.color_32 {
  color: #ce87a5;
}
.backcolor_32 {
  background-color: #ce87a5;
}
.color_33 {
  color: #b5386d;
}
.backcolor_33 {
  background-color: #b5386d;
}
.color_34 {
  color: #792549;
}
.backcolor_34 {
  background-color: #792549;
}
.color_35 {
  color: #3c1324;
}
.backcolor_35 {
  background-color: #3c1324;
}
.backcolor_36 {
  background-color: #ffcc33;
}
a:link {
  text-decoration: none;
}
.div_box {
  background-color: white;
  margin: 5px;
  border: 1px solid;
  padding: 25px;
  box-shadow: 10px -10px #ccc;
  height: 280px;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
  text-align: justify;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}
.mt-md-6,
.my-md-6 {
  margin-top: 4rem !important;
}
.mb-md-6,
.my-md-6 {
  margin-bottom: 4rem !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
}

.card-title {
  margin-bottom: 2rem;
}

.card-subtitle {
  margin-top: -1rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 2rem;
}

.card-header {
  padding: 2rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 2rem 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -2rem;
  margin-left: -1rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: 0;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0;
    flex: 1 0;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0;
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card {
  border: 1px solid #e9ecef;
}
.card-body {
  padding: 1rem;
}

.card {
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .card-deck .card {
    margin: 0 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .card-deck .card:last-child {
    margin-bottom: 0;
  }
}

.section {
  position: relative;
  padding: 1.5rem;
  border: 0.1px solid transparent;
}
.section-base {
  padding: 2rem;
}
@media (min-width: 576px) {
  .section {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 3rem 4rem;
  }
  .section-lg {
    padding: 2rem;
  }
}
.section-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-main {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.16);
}

.section-left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.16);
  pointer-events: none;
}

.section-right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.16);
}

.section-extend-up {
  position: relative;
  margin-top: -2rem;
  z-index: 2;
}
.section-extend-up-lg {
  margin-top: -6rem;
}

.section-bordered {
  border: 1px solid #e9ecef;
}

.section-primary::before {
  background-color: #ff5345;
}

.section-secondary::before {
  background-color: #0baa90;
}

.section-success::before {
  background-color: #0baa90;
}

.section-info::before {
  background-color: #17a2b8;
}

.section-warning::before {
  background-color: #ffc107;
}

.section-danger::before {
  background-color: #dc3545;
}

.section-light::before {
  background-color: #fff;
}

.section-dark::before {
  background-color: #343a40;
}

.section-tertiary::before {
  background-color: #0baa90;
}
.footer-contact-section {
  position: relative;
}
.footer-contact-section .section {
  z-index: 1;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .footer-contact-section {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
.flipper .front:not(.section),
.flipper .back:not(.section) {
  padding: 2rem;
}
.page-hero-partners .section-left::before {
  background-color: rgba(208, 32, 58, 0.8);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.icon-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a:hover {
  background-color: #2d476c;
  color: #eac82c;
}

.content {
  margin-left: 200px;
  font-size: 30px;
}

.textbox {
  padding-top: 1%;
  padding-bottom: 1%;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffcc33;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffcc33;
  cursor: pointer;
}

.text-heading {
    color: #54575a;
}

.text-2xl {
    font-size: 2.6rem;
}
.tracking-wide {
    letter-spacing: .05rem;
}




#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


.cssClass{
    list-style-type: disc;
}

#menu{
    list-style: none;
}
#menu li{
    display: inline;
    padding: 0 10px;
    border-left: solid 1px white;
}
#menu li:first-child{
    border-left: none;
}

#menu a:hover {
  text-decoration: underline;
  color: #eac82c;
}



#menu_landing{
    list-style: none;
}

#menu_landing a:hover {
  text-decoration: underline;
  color: #eac82c;
  font-weight: bold;
}

#menu_landing a:hover img{
  transform: scale(1.2);
}

#menu_landing a:active {
  text-decoration: underline;
  color: #eac82c;
    font-weight: bold;
}

/*-------------------mobile-------------------*/
@media screen and (max-width: 900px) {
  ul#menu li {
    clear: both;
    display: flex;
    justify-content: space-around;
    margin-right: 0;
    margin-bottom: 5px;
    border-left: 0;
    border-bottom:solid 1px white;
    text-align:center;
  }
  ul#menu li:last-child {
    margin-bottom: 0;
  }
}


/*-----------Color change animation--------------*/

   .awesome {
      -webkit-animation:colorchange 10s infinite alternate;
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: #ffffff;
      }
      
      50% {
        
        color: #000000;
      }
      
      100% {
        
        color: #ffffff;
      }
      
    }
    
    
   .alignleft {
	float: left;
}
.alignright {
	float: right;
} 



.carousel-control-prev-icon, .carousel-control-next-icon {
border-radius: 50%;
   background-color: black;
  color: black;
}

.divimage {
  background-image: url(../image/newimages/IncomeProducer.png);
  background-repeat: no-repeat;
 }
 
 
 
 video {
	width: 100%;
	height: auto;
}

#vid {
	position: float;
	border: 5px solid #ECECEC;
	box-sizing: border-box;
}

.icon-bar {
	position: fixed;
	z-index: 1;
	top: 98%;
	right: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.icon-bar a {
	display: block;
}

.icon-bar a:hover {
	background-color: transparent;
	text-decoration: none;
}

.wrapper-div {
	width: 100%;
	text-align: center
}

.d2 {
	display: flex;
	padding: 10px;
}

.bgimg {
	background-image: url('image/R2Landing/background.png');
}

.tabcontent {
	display: none;
	border-top: none;
}

div::-webkit-scrollbar {
	width: 5px;
}

div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 5px;
}

div::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

div.scrollmenu {
	scrollbar-width: thin;
	overflow-x: auto;
	white-space: nowrap;
}

div.scrollmenu a {
	display: inline-block;
	text-align: center;
	padding: 5px;
	text-decoration: none;
}

div.scrollmenu a:hover { #
	background-color: #777;
}

.column {
	float: left;
	width: 25%;
	padding: 5px;
}
.arrow {
  border: solid black;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
 

/* Style the element that is used to open and close the accordion class */
p.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active, p.accordion:hover {
    background-color: #ddd;
}

/* Unicode character for "plus" sign (+) */
p.accordion:after {
    content: '\2795\0020'; 
    font-size: 13px;
    color: #777;
    float: left;
    margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
p.accordion.active:after {
    content: "\2796\0020"; 
}

/* Style the element that is used for the panel class */

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom:10px;
}

div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

.imageCenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} 
 
 