/* Style the list */
ul.breadcrumb {
    padding: 10px 10px;
    list-style: none;
    background-color: #637A94;
    display: block;
    width: 210px;
    border-radius: 12px;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: white;
    content: "/\00a0";
  }
  
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .aboutus-bg{
    background-color: #3C5979;
  }
 .about-title{
    color: #415E9A;
    font-weight: 700;
 }
 .about-title{
    color: #000;
    font-weight: 700;
 }
 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active h4{
    color: #415E9A ;
 }
 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: white;
        border-color: white;
        border-bottom: 3px solid #52ADD9 !important;
        border: none;
 }

 .vision .nav-link {
    font-weight: 700;
    color: #000;
    border: none;
}
.vision{
  border-bottom: 1px solid rgba(0, 0, 0, 0.63);
}

.vision .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width:50%;
    margin: auto;

}
.abouts-bg {
    background-color: #415E9A;
    border-radius: 30px;
  }

  .about-counter {
    margin: 20px 0;
}
.about-count-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.about-counter-right {
    border-right: 2px dotted #fff;
}
.about-count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: white;
}

.founder-bg{
    background: linear-gradient(180deg, rgba(65,94,154,1) 0%, rgba(65,94,154,1) 35%, rgba(255,255,255,1) 100%);
}

.founder{
    background: white;
    border-radius: 30px;
    padding: 30px;
    font-size: 14px;
}


/* timeline slider css  */



/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  background: #f45b69;
  padding: 50px 0;
}

.section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.textleft{
  text-align: left;
}
.section h1 {
  font-size: 2.5rem;
  text-align: left;
}

.section h2 {
  font-size: 1.3rem;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 100px 0px 300px 0px;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 180px;
  height: 3px;
  background: #fff;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 0px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + -31px);
  bottom: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #415E9A;
  border: 8px solid #D0D6E2;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;

}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
  height: auto !important;
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width:0px;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 90px);
}

.timeline ol li:nth-child(even) div::before {
  top: -50px;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #415E9A;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  float: right;
  transform: translate(0pc, -5pc);
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: 0.5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}


.arrow{
  border: none;
}
.intro{
  background-color: #F4F4F4;
}
.timeline ol li .timeby {
  position: absolute;
  left: calc(-6% + 5px);
  width: 340px;
  padding: 25px 10px;
  font-size: 15px;
  white-space: normal;
  color: black;
  background: white;

}

.timeline ol .tom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f45b69;
  visibility: hidden;
}



/* The actual timeline (the vertical ruler) */
.tomzerry-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.tomzerry-timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.tomzerry-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.tomzerry-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #415E9A;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.tomzerry-left {
  left: 0;
}

/* Place the container to the right */
.tomzerry-right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tomzerry-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.tomzerry-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.tomzerry-right::after {
  left: -16px;
}

/* The actual content */
.tomzerry-content {
  padding: 10px 20px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .tomzerry-timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .tomzerry-container {
  width: 100%;
  padding-left: 70px;
  padding-right: 0px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .tomzerry-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 */
  .tomzerry-left::after, .tomzerry-right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .tomzerry-right {
  left: 0%;
  }
}

.tomzerry-content h2 {

        font-size: 16px;
        text-wrap: wrap;
text-align: left;
        color: #415e9a;
}

.tomzerry-content p{
 text-wrap: wrap;
text-align: left;
}
.goog-te-gadget {
        color: #fff !important;
}
.goog-te-gadget .goog-te-combo {
color: #3f6ac2;
        border-color: #3f6ac2;
        margin: 0px 0;
        padding: 8px;
        border-radius: 12px;
        margin-bottom: -32px !important;
        background: #ffffff;
}
#0.targetLanguage span{
        display: none;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
        font-size: 12px;
        font-weight: bold;
        color: #444;
        text-decoration: none;
        display: none;
}

.goog-te-gadget-simple {
        color: #3f6ac2;
        border-color: #3f6ac2;
        margin: 0px 0;
        padding: 6px !important;
        border-radius: 12px;
        background: #ffffff;
}