:root {
  --white: #ffffff;
  --black: #000000;
  --blue:#24bfb5;
  --gray:#ebebeb;
  --box-shadow1:0px 0px 18px 2px rgba(10, 55, 90, 0.15);
}

body {
  background-color: #24bfb5;
  font-family: 'Roboto', sans-serif;
}

.main-content {
  object-fit: contain;
  box-shadow: 20px 30px 50px 0 rgba(0, 54, 121, 0.49);
  background-color: #ffffff;
  margin: 40px 0 40px 0;
  border-radius: 3px 3px 0 0;
}

.leftbar {
  position: relative;
  background-color: #161f2e;
  height: 100%;
}

.leftbar .left-img img {
  border-radius: 3px 0 0 0;
  width: 100%;
  height: auto;
}

.leftbar .left-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  object-fit: contain;
  background-image: linear-gradient(to top, #161f2e 0%, #131b2a 83%, rgba(116, 119, 124, 0) 100%);
  margin-top: 525px;
}

.leftbar .left-img-objective-textbox {
  background: #24bfb5;
  border-radius: 8px;
  position: relative;
  padding: 5%;
  margin: 0 11% 5% 11%;
  display: none;
}

.leftbar .left-img-objective-textbox p {
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}

.leftbar .leftbar-socialmedia {
  position: relative;
}

.leftbar .leftbar-socialmedia ul li {
  position: relative;
  display: inline-block;
  color: #24bfb5;
  font-size: 2em;
  padding: 0 2.7% 0 2.7%;
}

.leftbar .leftbar-socialmedia ul li a {
  color: #24bfb5;
}

.leftbar .leftbar-socialmedia ul li a :hover {
  color: #ffffff;
}

.leftbar .leftbar-socialmedia p {
  color: #ffffff;
  padding-left: 12%;
  margin-bottom: 0;
}

.right-content {
  /*small device style*/
  /*extra small device style */
}

.right-content .logo {
  margin-top: 7%;
}

.right-content .logo h1 {
  color: #161f2e;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 4rem;
}

.right-content .logo h2 {
  color: #24bfb5;
}

.right-content .quote {
  background: #d9f7f5;
  padding: 3% 5%;
  margin-top: 8%;
  border-radius: 5px;
  width: 96%;
  color: #161f2e;
  font-size: 1em;
  position: relative;
}

.right-content .quote i.fas.fa-quote-left {
  color: #23bbb4;
  font-size: 3.9em;
  position: absolute;
  left: -47px;
  top: -16px;
}

.right-content .quote i.fas.fa-quote-right {
  color: #23bbb4;
  font-size: 3.9em;
  position: absolute;
  right: -47px;
  bottom: -16px;
}

.right-content .quote .blockquote {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
}

.right-content .tab-content-wrapper {
  width: 96%;
  margin-top: 6%;
}

.right-content .tab-content-wrapper ul.nav.nav-tabs li.nav-item {
  font-size: 0.8em;
  padding-right: 1px;
  width: 20%;
  text-align: center;
}

.right-content .tab-content-wrapper ul.nav.nav-tabs li.nav-item a.nav-link {
  background: #25bfb5;
  color: #ffffff;
  min-height: 90px;
}

.right-content .tab-content-wrapper ul.nav.nav-tabs li.nav-item a.nav-link span {
  width: 100%;
  float: left;
}

.right-content .tab-content-wrapper ul.nav.nav-tabs li.nav-item a.nav-link img {
  margin-top: 10px;
}

.right-content .tab-content-wrapper ul.nav.nav-tabs li.nav-item a.nav-link.active {
  background: #161f2e;
  border-color: unset;
  border: none;
}

.right-content .tab-content-wrapper ul.nav.nav-tabs li.nav-item .hide {
  display: none !important;
}

.right-content .tab-content-wrapper .nav-tabs {
  border-bottom: 3px solid #042253;
  padding-bottom: 1px;
}

.right-content .tab-content-details .tab-details {
  display: none;
  padding: 5% 2% 10% 2%;
}

.right-content .tab-content-details .tab-details .tab-details-heading h3 {
  color: #25bfb5;
}

.right-content .tab-content-details .tab-details .tab-details-intro {
  margin-bottom: 6%;
}

.right-content .soft-skills-list {
  display: none;
}

.right-content button.accordion-button {
  display: inline-block;
  padding: 1.6rem 1.25rem;
}

.right-content button.accordion-button span.we-companylocation {
  float: left;
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  color: #042253;
}

.right-content button.accordion-button span.we-duration {
  float: left;
  width: 100%;
  font-size: 0.9em;
  color: #25bfb5;
  font-weight: 700;
}

.right-content .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #edfdfc;
  box-shadow: none;
}

.right-content .accordion-button {
  background-color: #edfdfc;
}

.right-content .we-calendar {
  float: left;
  width: 100%;
  padding-left: 8%;
  position: relative;
}

.right-content .we-calendar:before {
  content: " ";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/images/icons/calendar-icon.png);
}

.right-content .accordion-button:focus {
  box-shadow: none;
}

.right-content .accordion-body ul li {
  padding-bottom: 4px;
  font-size: 0.9em;
  color: #161f2e;
}

.right-content .accordion-body p {
  font-size: 0.9em;
  color: #161f2e;
}

.right-content .accordion-body ul.twocols {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

.right-content .progress.active .progress-bar {
  transition: none !important;
  height: 2px;
}

.right-content .progress {
  height: 3px;
  margin-top: 10px;
}

.right-content .progress-bar {
  background-color: #25bfb5;
  height: 3px;
}

.right-content .tech-progresses p.teck-skill {
  text-align: right;
  font-size: 0.85em;
}

.right-content .accordion-button::after {
  top: 40%;
  position: absolute;
  right: 4%;
}

.right-content .soft-skills-animation {
  position: relative;
  height: 426px;
  text-align: center;
}

.right-content .soft-skills-animation .soft-skills-halfcircle {
  float: left;
  width: 100%;
  display: none;
  height: 0;
  position: absolute;
  bottom: 0;
}

.right-content .soft-skills-animation .soft-skills-bottomline {
  width: 100%;
  position: absolute;
  bottom: -10px;
  text-align: center;
  opacity: 0;
}

.right-content .soft-skills-animation .soft-skills-manwithlaptop {
  position: absolute;
  width: 100%;
  bottom: 3px;
  opacity: 0;
  height: 0;
}

.right-content .soft-skills-animation .soft-skills-icons {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: none;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon .ss-icon {
  position: absolute;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon.ss-icon-1 .ss-icon {
  top: 370px;
  left: 55px;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon.ss-icon-2 .ss-icon {
  top: 230px;
  left: 50px;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon.ss-icon-3 .ss-icon {
  top: 80px;
  left: 95px;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon.ss-icon-4 .ss-icon {
  top: -35px;
  left: 180px;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon.ss-icon-5 .ss-icon {
  top: -115px;
  left: 333px;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon.ss-icon-6 .ss-icon {
  top: -117px;
  left: 470px;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon.ss-icon-7 .ss-icon {
  top: -50px;
  left: 560px;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon.ss-icon-8 .ss-icon {
  top: 36px;
  left: 610px;
}

.right-content .soft-skills-animation .soft-skills-icons .soft-skills-icon.ss-icon-9 .ss-icon {
  top: 115px;
  left: 600px;
}

.right-content .academic-cards .academic-card.card {
  border: 1px #bcf2f1 solid;
  background: #f2ffff;
}

.right-content .academic-cards .academic-card.card h5.card-title {
  color: #042253;
  font-weight: bold;
  font-size: 1.1em;
}

.right-content .academic-cards .academic-card.card .card-img, .right-content .academic-cards .academic-card.card .card-img-top, .right-content .academic-cards .academic-card.card .card-img-bottom {
  width: auto;
  padding: 10%;
  border: 1px #bcf2f1 solid;
  background: #ffffff;
  margin: 20px;
}

.right-content .academic-cards .academic-card.card .card-text {
  font-size: 0.95em;
}

.right-content .academic-cards .academic-card.card ul.card-text {
  margin-left: -14px;
}

.right-content .academic-cards .academic-card.card ul.card-text li {
  margin-bottom: 5px;
}

.right-content .timeline {
  padding: 50px 0;
  position: relative;
}

.right-content .timeline-nodes {
  padding-bottom: 25px;
  position: relative;
}

.right-content .timeline-nodes:nth-child(even) {
  flex-direction: row-reverse;
}

.right-content .timeline h3, .right-content .timeline p {
  padding: 5px 0;
}

.right-content .timeline p.awardname {
  font-size: 0.9em;
  color: #042253;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}

.right-content .timeline h3 {
  font-weight: lighter;
  background: var(--blue);
}

.right-content .timeline p, .right-content .timeline time {
  color: var(--blue);
}

.right-content .timeline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  border-left: 2px dashed var(--blue);
  height: 100%;
  z-index: 1;
  transform: translateX(-50%);
}

.right-content .timeline-content {
  border: none;
  position: relative;
  border-radius: 3px;
  box-shadow: 9px -11px 20px 8px #c8ecea;
  padding-top: 15px;
}

.right-content .timeline-content.right {
  box-shadow: -5px -9px 20px 8px #c8ecea;
}

.right-content .timeline-nodes:nth-child(odd) h3,
.right-content .timeline-nodes:nth-child(odd) p {
  text-align: right;
}

.right-content .timeline-nodes:nth-child(odd) .timeline-date {
  text-align: left;
}

.right-content .timeline-nodes:nth-child(even) .timeline-date {
  text-align: right;
}

.right-content .timeline-nodes:nth-child(odd) .timeline-content::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 100%;
  width: 0;
  border-left: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.right-content .timeline-nodes:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  top: 5%;
  right: 100%;
  width: 0;
  border-right: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.right-content .timeline-image {
  position: relative;
  z-index: 100;
}

.right-content .timeline-image::before {
  content: "";
  width: 60px;
  height: 60px;
  border: 2px dashed var(--blue);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #22b6b1;
  z-index: 1;
}

.right-content .timeline-image img {
  position: relative;
  z-index: 100;
}

.right-content .timeline-nodes.timeline-node2 {
  margin-top: -100px;
}

.right-content .timeline-nodes.timeline-node3 {
  margin-top: -100px;
}

.right-content .timeline-nodes.timeline-node4 {
  margin-top: -100px;
}

.right-content .timeline-image span {
  color: white;
  z-index: 120;
  position: absolute;
  left: 9px;
  top: -11px;
}

@media (max-width: 767px) {
  .right-content .timeline-nodes:nth-child(odd) h3,
  .right-content .timeline-nodes:nth-child(odd) p {
    text-align: left;
  }
  .right-content .timeline-nodes:nth-child(even) {
    flex-direction: row;
  }
  .right-content .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4%;
    width: 0;
    border-left: 2px dashed var(--blue);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
  }
  .right-content .timeline h3 {
    font-size: 1.7rem;
  }
  .right-content .timeline p {
    font-size: 14px;
  }
  .right-content .timeline-image {
    position: absolute;
    left: 0%;
    top: 60px;
    /*transform: translateX(-50%;);*/
  }
  .right-content .timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: auto;
    right: 100%;
    width: 0;
    border-left: 0;
    border-right: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .right-content .timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .right-content .timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
  }
  .right-content .timeline-image::before {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 575px) {
  .right-content .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 3%;
  }
  .right-content .timeline-image {
    position: absolute;
    left: -5%;
  }
  .right-content .timeline-image::before {
    width: 60px;
    height: 60px;
  }
}

.right-content p.awarddesc {
  font-size: 0.85em;
  color: #042253;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .leftbar .left-img-overlay {
    height: auto;
  }
  .right-content {
    padding: 12px;
  }
  .right-content .quote i.fas.fa-quote-left {
    left: -7px;
  }
  .right-content .quote i.fas.fa-quote-right {
    right: -21px;
  }
  .right-content .quote .blockquote {
    margin-top: 45px;
  }
  .right-content .tab-content-wrapper ul.nav.nav-tabs li.nav-item a.nav-link span {
    display: none;
  }
  .right-content .tab-content-wrapper ul.nav.nav-tabs li.nav-item a.nav-link {
    min-height: auto;
  }
  .right-content .tab-content-wrapper ul.nav.nav-tabs li.nav-item a.nav-link img {
    margin-left: -9px;
    margin-top: 0px;
  }
  .right-content .we-calendar:before {
    background-size: 73%;
    background-repeat: no-repeat;
  }
  .right-content .we-calendar {
    padding-left: 13%;
  }
  .right-content button.accordion-button span.we-companylocation {
    font-size: 1.0em;
  }
  .right-content .progress {
    margin-bottom: 30px;
  }
  .right-content .tech-progresses p.teck-skill {
    text-align: right;
    font-size: 0.85em;
    margin-bottom: 0;
  }
  .right-content .soft-skills-animation {
    display: none;
  }
  .right-content .soft-skills-list {
    display: block;
  }
  .right-content .timeline-nodes {
    padding-bottom: 80px;
    width: 120%;
  }
  .right-content .timeline::before {
    left: -1%;
  }
  .right-content .order-1.order-md-1.timeline-content {
    margin-top: 30px;
  }
  .right-content .timeline-nodes.timeline-node2 {
    padding-bottom: 114px;
  }
  .right-content .timeline-nodes.timeline-node3 {
    padding-bottom: 114px;
  }
  .right-content .timeline-nodes.timeline-node4 {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */