.condiment-regular {
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;letter-spacing: 3px;
    font-size: 2.5rem;
}
.error{color: red;
    font-size: 11px;
    float: left;
    text-align: center;
    margin-bottom: 15px;}
#message{
    padding: 10px;
    margin-bottom: 15px;
    margin-top: -21px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;}
.innerbg {
    width: 50%;
    position: absolute;
    background-image: url(../../assets/imgs/header2.jpg); 
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;height: 100%;
}
.header {
    width: 100%;
    position: relative;
    height: 80vh;
    min-height: 600px;
    background: -webkit-linear-gradient(bottom, rgba(46, 32, 19, 1), rgba(46, 32, 19, 1));
    background: linear-gradient(to top, rgba(46, 32, 19, 1), rgba(46, 32, 19, 1));
    color: #fff;
}
.mobile_only{display:none;}
.rightbg{
		width:50%; position:absolute; right:0; z-index:999;
}
.rightdown{
		width:100%; color:white;padding:2.5% 5%;
}
.rightdown h5{
		font-style: italic;font-size: 15px; line-height:25px;
    font-family:Georgia, "Times New Roman", Times, serif;
}
.rightdown h2{ 
		color:#F85C70; font-weight:bold; text-align:right;
}
.rightdown h4{ 
		color:#fff; font-weight:normal; text-align:right;font-size: 1.2rem;
}
	blockquote {
    border:none;
    font-family:Georgia, "Times New Roman", Times, serif;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote h5:before { 
content: open-quote;
  font-weight: bold;
  font-size: 30px;
color:#F85C70;
} 
blockquote h5:after { 
content: close-quote;
  font-weight: bold;
  font-size: 30px;position:absolute;
color:#F85C70;  
}
.about-card h6{line-height:20px;}
#myVideo{max-height:51vh;}
.journey_img{float:right:}
#resume ul li{    font-size: 15px;
    line-height: 23px;
    color: #444; margin-bottom:10px;
}
#resume h6{margin-top:10px;}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
	font-family: "Titillium Web", sans-serif;text-align: center;
}
  .content1 {
      max-height: 100px; /* Adjust the initial max-height as needed */
      overflow: hidden;
      transition: max-height 0.3s ease; /* Add smooth transition effect */
    }

    .show-more {
      cursor: pointer;
      color: #607186;
      display: block;padding-top: 10px;
     background-color:linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100% );
    }
ul.s1 li::marker {
  color: #F85C70; 

}
ul.s1 li { 
  margin-bottom:18px!important; font-size:16px!important;
    line-height: 28px!important;

}
 .timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  box-sizing:border-box; margin-top:0;
}
.about-section .timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#42BA7B;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:rgba(66,186,123,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(66,186,123,0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:rgba(66,186,123,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(66,186,123,0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:rgba(66,186,123,1);
  font-weight:600;font-size: 1.2rem;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;margin-bottom: 10px;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-100px;
  margin:0;
  padding:8px 16px;
  background:rgba(66,186,123,1);
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(66,186,123,0.3);
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-100px;
  margin:0;
  padding:8px 16px;
  background:rgba(66,186,123,1);
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(66,186,123,0.3);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}
 .project-name {
  text-align: center;
  padding: 10px 0;
}

.success {
  background: #78AD42 !important;
}

.timeline-container {
  max-width: 100%;
  margin: 0 auto;
  margin-top:30px; float:left;
}

#timeline .timeline-item:after, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #42BA7B;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: -150px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  background: #42BA7B;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(66, 186, 123, 0.2);
}
#timeline .timeline-item .timeline-icon svg, #timeline .timeline-item .timeline-icon .fa {
  position: relative;
  top: 6px;
  left: 5px;
  font-size: 19px;
  color: #fff;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #d4ece0;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #42BA7B;
  color: #fff;
  margin: -29px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 19px;
}
#timeline .timeline-item .timeline-content p {
  padding-top: 10px;
  padding-bottom: 10px;color: black;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #42BA7B;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item  .timeline-content.left {
    margin-top: -150px;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #42BA7B;
}
#timeline .timeline-item .timeline-content:hover{background-color:rgba(66, 186, 123, 0.2);}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #42ba7b;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}


/* Animation CSS */

/* icon animation */
.timeline-icon.is-hidden {
  visibility: hidden;
}
.timeline-icon.animate-it {
  visibility: visible;
   -webkit-animation: bounce-1 0.6s;
   -moz-animation: bounce-1 0.6s;
    animation: bounce-1 0.6s;
}

/* content block animation */
.timeline-content.is-hidden {
  visibility: hidden;
}
.timeline-content.animate-it {
  visibility: visible;
   -webkit-animation: bounce-2 0.6s;
   -moz-animation: bounce-2 0.6s;
    animation: bounce-2 0.6s;
  }
@media only screen and (min-width: 769px) {
  /* Inverse bounce effect on even content blocks */
.timeline-content.right.animate-it {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}
@media only screen and (max-width: 768px) {
  /* Inverse bounce effect on all content blocks */
.timeline-content.animate-it, .timeline-content.right.animate-it {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}

/* ALL animation types called */

@-webkit-keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }f
}
@keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
 video.ban {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index:99;
}
.cornered {
       background-color: #00d6ff;
  background-image: -webkit-linear-gradient(30deg, #00d6ff 50%, #eeec00 50%); padding:8.5px 30px; text-align:center;
    }
.col > * > li {
  color: #333;
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
  list-style:none;
  font-size:15px;
}

ul.subtitle li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #00d6ff;
  border-radius: 50%;
  top: 5px;
  left: -15px;
}

.three {width:100%; float:left; margin-top:25px;}
.three h1 {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 85px;
  background-color: #00d6ff;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: .6px;
  width: 100%;
  max-width: 100%;
  background-color: #00d6ff;
}


		 .brandimage{width:auto;flex:1; height:60px;}
		 .branddiv{border-right: 1px solid #ccc;  float:left;border-bottom: dashed 1px #ccc;padding:5px;padding-top:1%; display:flex; margin-right: 15px;margin-bottom: 10px; }
		 
		 
		 
		 
		 
		 
		 
.timeline1 ul {
  background:white;
  padding: 50px 0;
}

.timeline1 ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #edeb00;
}

.timeline1 ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline1 ul li div {
  position: relative;
  bottom: 0;
  width: 500px;
  padding: 15px;
background-image: linear-gradient(#edeb00, #f5f469); font-size:14px; border:1px solid #edeb00;box-shadow: 3px 4px 0 #eee;
    border-radius: 5px;
}

.timeline1 ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline1 ul li:nth-child(odd) div {
  left: 45px;
}

.timeline1 ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f4f366 transparent transparent;
}

.timeline1 ul li:nth-child(even) div {
  left: -539px;
}

.timeline1 ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #f4f366;
}

time {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;    color: #fff;
    background: #02c5ea;
    padding: 3px 10px;border-bottom: 1px dashed #edeb00;text-shadow: 1px 1px 0 #333
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline1 ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline1 ul li.in-view::after {
  background: #00d6ff;
}

.timeline1 ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline1 ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline1 ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline1 ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline1 ul li div {
    width: 250px;
  }
  .timeline1 ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline1 ul li {
    margin-left: 20px;
  }
  .timeline1 ul li div {
    width: calc(100vw - 91px);
  }
  .timeline1 ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline1 ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #edeb00 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
 #family { 
    min-height: 100vh;
        max-height: 315vh;
    overflow: hidden;
    color: white;
  }
 #family h2 {
    margin-top:-1px;
    color: rgb(255, 255, 255); 
	background-color:#42BA7B;border-radius: 3px 3px 0 0; padding:15px; font-size:19px;margin: -19px -30px 20px -30px;
  }

  #family span { 
    font-size: 14px;
    margin-top: 10px;
    color: white; 
	text-align:justify;color:#333;
  }
  
  #family .snowflake::before {
    content: "\2744"; /* Unicode code point for snowflake */
    position: absolute;
    font-size: 24px;
    width: 10px;
    height: 10px;
  
    /* Workaround for Chromium's selective color inversion */
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
  }
  
  /* The actual timeline (the vertical ruler) */
 #family  .timeline {
    position: relative;
    max-width: 1200px;
    margin: auto;
  }
  
  /* The actual timeline (the vertical ruler) */
  #family .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #42ba7b;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }

  
  /* Container around content */
  #family .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit; 
	max-width:100%!important;
  }
  
  /* The circles on the timeline */
  #family .container::after {
    content: "\2744"; /* Unicode for snowflake character */
    position: absolute;
    width: 25px;
    height: 25px;
    right: -2px;
    color: #42ba7b;
    border-radius: 50%;
    z-index: 1;
    font-size: 48px;
    top: 15px;
    
  }
  
  /* Place the container to the left */
  #family .left:first-child {
    left: -50%; top:auto;
  }
   #family .left {
    left: -50%;
	top:-25%;	
  }
  /* Place the container to the right */
  #family .right {
    left: 50%;
	top:-10%;
  }
  
  /* Add arrows to the left container (pointing right) */
  #family .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 30px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #42ba7b;
  }
  
  /* Add arrows to the right container (pointing left) */
  #family .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 30px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #42ba7b transparent transparent;
  }
  
  /* Fix the circle for containers on the right side */
  #family .right::after {
    left: -22px;
  }
  
  /* The actual content */
  #family .left .content {
    padding: 20px 30px;
    background: #d4ece0;
    position: relative;
    border-radius: 6px;
    border: 1px solid white;
	color:#333;
  }
  #family .right .content {
    padding: 20px 30px;
    background: #d4ece0;
    position: relative;
    border-radius: 6px;
    border: 1px solid white;
  }
  
  .kerstbal-container {
    margin: auto; 
    display:flex;
    flex-direction: column;
    align-items: center;   
    MAX-WIDTH: 460PX; color: #333;
}


.bal {
  width:140px;
  height: 140px;
border: 1px solid white;
  border-radius: 50%; 
float: left;
    margin-right: 10px;
}

  
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
    left: 31px;
    }
    
    /* Full-width containers */
    .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    }
    
    /* Make sure that all arrows are pointing leftwards */
    .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    }
  
    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
    left: 8px;
    }
    
    /* Make all right containers behave like the left ones */
    .right {
    left: 0%;
    }
  }
  #mad img{ width: auto;
  height: 100%;}
 
.grid-container {
  margin: auto;
  max-width: 600px;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(16, 1fr);
}
 
.collage1 .item {
  border: 5px solid #f5f5f5;
}


.item {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 10px 0px;
}

.item1 {
  z-index: 10;
  grid-area: 1/6/5/10;
}
.item2 {
  z-index: 6;
  grid-area: 5/1/11/7;
}
.item3 {
  z-index: 5;
  grid-area: 4/6/11/13;
}
.item4 {
  grid-area: 2/-1/8/-7;
}
.item5 {
  z-index: 10;
  grid-area: 7/-3/10/-6;
}
.item6 {
  z-index: 6;
  grid-area: -1/3/-9/11;
}
.item7 {
  z-index: 6;
  grid-area: -3/-2/-9/-8;
}

.grid-container > * {
  transition: all 0.5s;
}
.grid-container > *:hover {
  z-index: 99;
  transform: scale(1.3);
}
	#articles ul {
  list-style: none;
}
#articles li a {color:black; padding-left:10px;}
#articles li a:hover {color:#F85C70;}
#articles li {
  position: relative;
  font-size: 14px; 
}
#articles ul li:before {
 content: "\1F892";
 font-size: 25px;
 left: -18px;
 top:-8px;
  color: #F85C70;
}
.about-card h2{text-align:center;position:relative; font-weight:bold; color:white; background:#42ba7b; padding:6px 0;}
.about-card h2 .timeline-icon.r-7{right:7px;}
.about-card h2 .timeline-icon.l-7{left:7px;}
.about-card h2 .timeline-icon{    background: #42BA7B;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 7px;
    top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(255,255,255, 0.5);}
	.about-card h2 .timeline-icon i{ position: relative;
    top: -2px;
    left: 0px;
    font-size: 19px;
    color: #fff;}
.success-img{margin-top:-24px;margin-bottom: 40px;padding-left: 15px;max-width: 9%; margin-right:10px;}	

	
	
	
	
@media only screen and (max-width: 480px) {
html,body{overflow-x: hidden;}
.header{    height: auto;min-height: 128vh;}
.section {padding: 40px 0;}
.container {width: 100%;padding-left: 1em;padding-right: 1em;}
  .innerbg {width: 100%;position: relative;height: 43vh;margin-bottom: 10px;background-attachment: unset;}
  .rightbg{width:100%;}
  .mobile_only{display:block;}
  .mob-ava img{border-radius:50%; height:5vh;}
  .mob-ava{color: #c84d5b;font-size: 1.25em;font-weight: bold;}
  .about-card h2{text-align: left;}
  .about-card h2 .timeline-icon{display:none;}
  .timeline-container{max-height: 600vh;}
  #timeline {max-height: 590vh;}
  #timeline .timeline-item {margin-bottom:20px;}
  .right {left: 0%;margin-bottom: 150px;}
	video.ban{position:relative;}
	section.success-story {}
	.success-img{display:none;}
.success-story h2{width:100%!important;height: auto!important;}	
.success-story img{margin-left: 8px;}	
.success-story ul.subtitle{padding-left:20px!important;}	
.timeline1 ul li {padding-top: 20px;}

#family {max-height: 350vh;}
#family .timeline{padding: 0px 0;}
#family .timeline::after {left: 9%;}
#family .left:first-child {left:0;top: auto;}
#family .left {left: 0;top: 0;}
#family .right {left: 9%;top: 0;}
#family .container {padding: 10px 35px;}
#family .right::before {top: 37px;left: 26px;}
#family .right .content {padding: 20px 20px;left: 0px;}
#family h2 {margin: -19px -19px 20px -20px;}
.bal {width: 100px;height: 100px;}
#family .left .content {padding: 20px 20px;left: 29px;}
#family .left::before {top: 40px;left: 55px; right:0;border-width: 10px 10px 10px 0px;border-color: transparent #42ba7b transparent transparent;}
#family .right{margin-bottom:0px}
#family .container::after {
    width: 20px;
    height: 20px;
    right: -2px;
    color: #42ba7b;
    border-radius: 50%;
    z-index: 1;
    font-size: 38px;
    top: 15px;
}
#family .right::after {
    left: -25px;
}


}