body, html {
  margin: 0;
  padding: 0;
  background: #ebebeb;
  color: #303030;
  width: 100%;
  height: 100%;
  font-family: myriad-pro, Arial;
  /* overflow-x: hidden; */
}
a {
  outline: inherit;
}
.allign{
	margin-left: -13px;
}
.xf-content-height {
  margin: 0 !important;
  min-height: 0 !important;
}
.eq-row2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.eq-col2 {
	position: relative;
	height: 100%;
}
/*Header Menu*/
#header {
  background-color: transparent;
}
header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
}
/* .header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
  transition: transform 1s ease-in-out;
} */
/* .menu-icon {
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 5px 0;
} */
#header.header-mini .header-wrapper {
  margin: 0 44px;
}
.header-wrapper.header-wrapper-ctrl {
  margin: 0px 15px !important;
}
/*End of Header*/
/*Intro Sections*/
.logo-infy {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 99;
  opacity: 0;
}
.animate_entry_bigger {
  transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transition: transform 1s ease-in-out;
}
.animate_exit_bigger {
  transform: translate(-120%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transition: transform 1s ease-in-out;
}
.h-100 {
  height: 100%;
}
.vertical-align-helper {
  display: table;
}
.vertical-align {
  vertical-align: middle;
  display: table-cell;
}
.intro-video-container {
  width: 100%;
  overflow: hidden;
}
.intro-video-container-inner {
  width: 100%;
  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
}
.intro-video-container-inner a {
  display: block;
}
.animate_entry_smaller {
  transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transition: transform 1s ease-in-out;
}
.animate_exit_smaller {
  transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
  transition: transform 1s ease-in-out;
}
.margin-negative-left {
  margin-left: -100px;
}
.z-index-9 {
  z-index: 9;
}
.move-right {
  transform: translate(100px, 0%) matrix(1, 0, 0, 1, 0, 0);
}
.p-0 {
  padding: 0;
}
.youtube-video {
  width: 426px;
  height: 240px;
}
/*Video Listing Section*/

.video-listing.active {
  display: block !important;
}
.video-listing-title {
  margin-top: 100px;
  margin-bottom: 30px;
}

.video-listing-title h1 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.video-listing {
  width: 100%;
  background: #007CC3;
  /* overflow: auto;
  height: 100vh; */
  /* height: 100%; */
  /* padding-top: 30px; */
}



/* Cards Style */
.card {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 20px;
}
/*.card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}*/
.card-thumb {
  height: 300px;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.card-thumb img {
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.card:hover .card-thumb {
  height: 235px;
}
.card:hover .card-thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.card-body {
  position: relative;
  height: 185px;
  padding: 20px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.card:hover .card-body {
  height: 250px;
}
.card-category {
  position: absolute;
  top: -30px;
  left: 0;
  height: 25px;
  padding: 15px;
  background-color: coral;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 0;
  letter-spacing: 1px;
}
.card-title {
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.card-subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  color: coral;
}
.card-description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  color: #666C74;
  line-height: 27px;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.card:hover .card-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal-body, .modal-content {
  height: 100%;
}
.modal-body {
  padding: 0px;
  padding-top: 50px;
  background: #000000;
}
.modal-body button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #e4e4e4;
  opacity: 1;
  outline: inherit;
  font-size: 42px;
  background-color: transparent;
  margin: 0;
}
.modal-body button:hover {
  opacity: 1;
  color: #ffffff;
}
/* .modal-body iframe {
	max-width: 640px;
	max-height: 480px;
	margin: 0 auto;
	left: 0;
	right: 0;
} */
.embed-responsive {
  position: relative;
  display: block;
  /* height: 0; */
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 480px;
  margin: 0 auto;
}
.embed-responsive-16by9 {
  padding-bottom: 0%;
}
.padding-5 {
  padding: 0 15px;
}
.list-video {
  margin-bottom: 30px;
  overflow: hidden;
}
.list-video-img {
  position: relative;
  overflow: hidden;
}
.list-video-img img {
  width: 100%;
}
.play_button {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  padding: 14px;
  border-radius: 100%;
  opacity: 0.5;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.play_button::before, .play_button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.play_button::before {
  border: 2px solid transparent;
}
.list-video:hover .play_button {
  opacity: 0.8;
}
.list-video:hover .play_button::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.play_button::after {
  border: 0 solid transparent;
}
.list-video:hover .play_button::after {
  border-top: 2px solid #ffffff;
  border-left-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.play_button_inner {
  width: 0;
  height: 0;
  margin: auto;
  /* display: table-cell; */
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.pic-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #f16c51;
  color: #ffffff;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.pic-tag-int {
  background: #df9926;
}

.overlay_video_text {
  width: 100%;
  position: relative;
  padding: 10px 15px;
  background: #ffffff;
}
.overlay_video_text:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.overlay_video_text_top:before {
  border-bottom: 0px;
}
.overlay_video_text_top:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  z-index: 1;
}
.list-video h5 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 15px;
}
.list-video p {
  font-size: 16px;
  line-height: 1.2;
  color: #303030;
}
.list-video a {
  color: #303030;
  text-decoration: none;
  outline: inherit;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.list-video:hover .overlay_video_bg {
  transform: translateY(0%);
  transition: all 0.5s ease-in;
}
iframe {
  background: #000000;
}
.modal-body iframe {
  width: 426px;
  height: 240px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.modal-body h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #e4e4e4;
  margin: 0 0 50px 0;
  padding: 0 60px;
  font-weight: 400;
}
.modal-body h5 {
  color: #e4e4e4;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 400;
}
.audio_section {
  display: table;
  height: 80%;
  border: 1px solid #2f2f2f;
  text-align: center;
  padding: 20px;
}
.audio_section_inner {
  display: table-cell;
  vertical-align: bottom;
}
.modal-body .fa {
  font-size: 95px;
  padding-right: 5px;
  margin-bottom: 50px;
  color: #e4e4e4;
}
.audio_section, #audio_popup_src {
  overflow: hidden;
}
/* #audio_popup_src, #audio_popup_src_wrapper {
	margin: 20px 0;
} */
.or_seperator {
  position: relative;
  border-right: 1px solid #333333;
  text-align: center;
}
.or_seperator::after {
  content: 'or';
  background: #efefef;
  position: absolute;
  right: -17px;
  top: 46%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 21px;
  color: #000000;
  text-align: center;
}
.eq_height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq_col {
  position: relative;
  height: 100%;
}
.left_block_modal {
  width: 426px;
  margin: 0 50px 0 auto;
}
.left_block_modal h5 {
  text-align: center;
}
.right_block_modal h5 {
  text-align: center;
  margin-right: 130px;
}
.right_block_modal {
  padding-left: 50px;
}
.audio-player {
  width: auto;
  height: 44px;
  background: #e2e2e2;
  box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 10px;
}
#play-btn {
  display: inline-block;
  bottom: 1px;
  position: relative;
  padding: 0 10px 0 0;
  min-width: 34px;
  cursor: pointer;
}
#play-btn .fa {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  top: 2px;
  position: relative;
  margin: 0;
}
.scrubber {
  display: inline-flex;
  padding: 0 20px;
  align-items: center;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}
.scrubber small {
  line-height: 1;
}
#seek-obj-container {
  height: 100%;
  display: flex;
  align-items: center;
}
#seek-obj {
  width: 110px;
  height: 7px;
  position: relative;
  cursor: pointer;
}
progress[value] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #cccccc;
  color: blue;
  height: 10px;
}
progress[value]::-webkit-progress-bar {
  background-color: #cccccc;
  /*		box-shadow: 0 0 5px 5px #000000;*/
  border-radius: 2px;
  border: 1px solid lighten(#acacac, 20%);
  color: blue;
}
progress::-webkit-progress-value {
  background-color: #000000;
}
.volume_control {
  padding: 0 5px;
  min-width: 40px;
  cursor: pointer;
}
.volume_control .fa {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 0 5px;
}
#volume {
  position: relative;
  left: 0px;
  margin: 0 0 0 10px;
  height: 5px;
  width: 50px;
  background: #aeaeae;
  border-radius: 15px;
}
.ui-slider-range-min {
  height: 5px;
  width: 50px;
  position: absolute;
  background: #333333;
  border: none;
  border-radius: 10px;
  outline: none;
}
.ui-slider-handle {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #333333;
  position: absolute;
  margin-left: -8px;
  margin-top: -3px;
  cursor: pointer;
  outline: none;
}
/*Inner Pages*/
.single .entry-details .entry-social {
  padding-top: 10px;
}
#audio_inner_page.audio-player {
  margin: 30px 0;
  width: auto;
  display: inline-flex;
  align-items: center;
  height: unset;
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
}
#audio_inner_page #play-btn {
  display: flex;
  position: absolute;
  right: 10%;
  bottom: 20%;
  border:2px solid #6988c9;
  padding: 0;
  min-width: 60px;
  background: transparent;
  width: 70px;
  height: 70px;
  align-items: center;
  border-radius: 50%;
  -moz-box-shadow: inset 0 0 0px transparent;
  -webkit-box-shadow: inset 0 0 0px transparent;
  box-shadow: inset 0 0 0px transparent;
}
#audio_inner_page #play-btn .fa {
  font-size: 30px;
  color: #6988c9;
  line-height: 1.8;
  margin: 0 auto;
}
#audio_inner_page .scrubber {
  display: inline-flex;
  padding: 0 20px;
  align-items: center;
  border: 0px; /* border-left: 1px solid #000000;
	border-right: 1px solid #000000; */
}
#audio_inner_page #seek-obj-container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#audio_inner_page #seek-obj {
  width: 380px;
  height: 70px;
  position: relative;
  border: 0;
}
#audio_inner_page progress[value] {
  width: 380px;
  -webkit-appearance: none;
  appearance: none;
  /* background: url(/content/dam/infosys-web/en/insights/trailblazers-talk/Images/sound-wave-rear.png?v=0) no-repeat; */
  /* background-size: cover; */
  background:#7796d6;
  height: 70px;
  cursor: ew-resize;
  background-color: transparent;
}
#audio_inner_page progress[value]::-webkit-progress-bar {
  width: 380px;
  /* background: url(/content/dam/infosys-web/en/insights/trailblazers-talk/Images/sound-wave-rear.png?v=0) no-repeat;
  background-size: cover; */
  background:#ffffff;
  border-radius: 10px;
  border: 0px solid lighten(#aeaeae, 20%);
  background-color: transparent;
}
#audio_inner_page progress::-webkit-progress-value {
  background-color: #ffffff;
  border-radius: 10px;
  /* background: url(/content/dam/infosys-web/en/insights/trailblazers-talk/Images/sound-wave-front.png?v=0) no-repeat;
  background-size: cover; */
}
#audio_inner_page progress::-moz-progress-bar {
  background-color: #ffffff;
  border-radius: 10px;
  /* background: url(/content/dam/infosys-web/en/insights/trailblazers-talk/Images/sound-wave-front.png?v=0) no-repeat;
  background-size: cover; */
}
#audio_inner_page progress::-ms-fill {
  background-color: #ffffff;
  border-radius: 10px;
  /* background: url(/content/dam/infosys-web/en/insights/trailblazers-talk/Images/sound-wave-front.png?v=0) no-repeat;
  background-size: cover; */
}
#audio_inner_page #seek-front {
  position: absolute;
  left: -40px;
  top: -6px;
  width: 0px !important;
  text-align: right;
  background-color: transparent;
}
#audio_inner_page #seek-front span {
  display: block;
  margin-top: 0px;
  color: #6988c9;
  font-size: 20px;
  line-height: 20px;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
#audio_inner_page .volume_control {
  padding: 0 0 0 10px;
  min-width: 30px;
  position: relative;
  display: none;
}
#audio_inner_page .volume_control .fa {
  font-size: 30px;
  color: #6988c9;
  line-height: 1.5;
}
#audio_inner_page #end-time {
  position: absolute;
  right: 15px;
  top:18px;
  font-size: 20px;
  line-height: 20px;
  color: #6988c9;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}

#audio_inner_page #volume {
  /* display: none; */
  position: absolute;
  right: 20px;
  bottom: 40px;
  margin: 0 0 0 10px;
  height: 75px;
  width: 5px;
  background: #aeaeae;
  border-radius: 15px;
}
#audio_inner_page .ui-slider-range-min {
  height: 75px;
  width: 0px;
  position: absolute;
  background: #333333;
  border: none;
  border-radius: 10px;
  outline: none;
}
#audio_inner_page .ui-slider-handle {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #333333;
  position: absolute;
  margin-left: -7px;
  margin-top: -3px;
  cursor: pointer;
  outline: none;
}
#podcast_section h4 {
  font-size: 21px;
  font-weight: 700;
}
.section-inner-content {
  /*margin: 50px 0 0;*/
  padding: 75px 0;
}
.section-inner-content p {
  font-size: 12px;
  text-align: left;
  margin: 10px 0;
  padding: 1px 5px;
}
.section-inner-content .single, #watchvideo {
  padding-top: 40px;
}
.section-inner-content .post-title {
  font-size: 50px;
  line-height: 1;
  margin: 0;
  color: #303030;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.header-inner .header-bg {
  transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transition: transform 0.5s ease-in-out 0s;
}
.transcript {
  height: 350px;
  overflow-y: scroll;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.transcript p {
  font-size: 16px;
  margin: 10px 0 0;
  line-height: 1.2;
}
.transcript h5 {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}
.transcript ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.transcript ul li {
  font-size: 16px;
  position: relative;
  padding: 15px 15px 10px 0;
  border-bottom: 1px solid #c0c0c0;
  opacity: 0.5;
  margin: 0;
}
.transcript ul li.active {
  opacity: 1;
}
.media-left img {
  width: 40px;
}
.button_download_transcript, .button_download_transcript:active, .button_download_transcript:visited, .button_download_transcript:focus {
  outline: inherit;
  padding: 5px 10px;
  border: 1px solid #303030;
  color: #303030;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0 0;
}
.button_download_transcript:hover {
  background: #303030;
  color: #ffffff;
  text-decoration: none;
  outline: inherit;
}
.scroll_to_views {
  padding: 0;
  margin: 20px 0 0;
}
.scroll_to_views li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px 0 0;
}
.bg_white {
  background-color: #fff !important;
}
.trailblazer_ctrl #audio_inner_page.audio-player {
  border: none !important;
  padding: 8px 10px;
  padding-top: 15px;
  margin: 110px 0px 0px;
  width: 100%;
}
.player-bg {
  width: 85%;
  height: 265px;
  background-color: #c0e6fd;
  padding: 60px 10px 20px 10px;
  border-radius: 10px;
  margin-left: 15%;
  position: relative;
}
.player-bg:before {
  content: '';
  width: 80%;
  height: 70%;
  background: url(/content/dam/infosys-web/en/navigate-your-next/trailblazers-talk/images/podcast.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top:5%;
  left: -15%;
  border-radius: 10px;
}
.line-hr {
  float: left;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0px;
}
.embed16-ctrl .embed-responsive-16by9 {
  padding-bottom: 56.25%;
  max-width: inherit !important;
}
.interview-title {
  font-size: 18px;
  color: #ffffff;
  background-color: #000;
  padding: 8px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.interview-title:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-top: 19px solid #000;
  clear: both;
}
.reverseMenu {
  background-color: #061838 !important;
  color: #fff;
}
.icon-bar11, .icon-bar21, .icon-bar31 {
  background: #fff !important;
}
.inner-head-txt {
  margin: 0;
  font-size: 60px;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.trailblazer_ctrl .post-title {
  clear: both;
}
.trailblazer_ctrl .entry-social {
  margin: 0;
  top:10px;
  right:10px;
  position: absolute;
}
.trailblazer_ctrl .entry-social a {
  font-size: 20px;
  display: inherit;
  margin-bottom: 5px;
  margin-right: 10px;
  display: block;
  text-align: right;
}
.trailblazer_ctrl .entry-social span {
  font-size: 20px;
    line-height: 20px;
    font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
  padding-right: 5px;
  color: #6988c9;
  text-transform: uppercase;
}
.trailblazer_ctrl .entry-social a .fa {
  color: #6988c9 !important;
}
.trailblazer_ctrl .entry-social a .fa.fa-linkedin {
    color:#0e76a8 !important;
}
.trailblazer_ctrl .entry-social a .fa.fa-twitter {
  color:#1DA1F2 !important;
}
.trailblazer_ctrl .entry-social a .fa.fa-facebook {
  color:#4267B2 !important;
}
.listen-list a .fa.fa-apple {
  color:#A2AAAD !important;
}
.listen-list a .fa.fa-google {
  color:#4285F4 !important;
}
.listen-list a .fa.fa-spotify {
  color:#1DB954 !important;
}
.listen-list a .fa.fa-soundcloud {
  color:#ff3902 !important;
}

.trailblazer_ctrl .audio_player_title h4 {
  font-size: 21px;
  font-weight: 700;
}
.trailblazer_ctrl .transcript-dwl a {
  font-size: 18px;
  margin-left: 10px;
}
.trailblazer_ctrl #audio_inner_page #seek-obj-container {
  width: 70%;
  height: 8px;
  position: absolute;
    top: 25px;
    left: 0; 
    right: 0;
    margin: auto;
}
.trailblazer_ctrl #audio_inner_page #seek-obj {
  position: relative;
    width: 100%;
    height: 8px;
    background: #7797d4;
    border-radius: 10px;
   
}
.trailblazer_ctrl #audio_inner_page .scrubber {
  width: 100%;
  padding: 0 10px !important;
  padding-left: 0px !important;
  position: relative;
}
.trailblazer_ctrl .volume_control .fa {
  color: #6988c9 !important;
  font-size: 22px !important;
  cursor: pointer;
}
.trailblazer_ctrl .volume_control {
  color: #333333 !important;
  font-size: 25px !important;
  cursor: pointer;
  margin-left: 0px;
  padding-left: 0px !important;
}
ul.listen-list {
  margin: 0px;
  padding: 0px;
  margin-top: 10px !important;
  margin-left: 15%;
}
ul.listen-list li {
  list-style: none;
  display: inline-block;
  padding: 6px 2px;
  color: #6988c9 !important;
  font-size: 20px;
  line-height: 20px;
  font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
ul.listen-list li a {
  font-size: 14px;
  color: #6988c9 !important;
  padding: 0px;
  text-align: center;
}
ul.listen-list li a .fa {
  font-size: 18px;
}
.or_space {
  padding-right: 50px;
}
.or_separate {
  position: absolute;
  border-right: 1px solid #868585;
  text-align: center;
  right: 20px;
  height: 100%;
  top: 0;
}
.or_separate::after {
  content: 'or';
  background: #000000;
  position: absolute;
  right: -17px;
  top: 46%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
}
.transcript_btn {
  text-align: right !important;
  margin-top: 0px !important;
  float: right;
  margin-left: 10px !important;
}
.transcript_btn a {
  color: #000000 !important;
  border: 1px solid #000;
  padding: 4px 6px;
  font-size: 15px;
}
.transcript_btn a:hover {
  color: #ffffff !important;
  border: 1px solid #000;
  background-color: #000;
}
.trailblazer_ctrl .bdr-tb {
  margin-top: 20px;
}
.transcript_more a {
  font-size: 16px;
  color: #fff;
  padding: 10px 12px;
  border: 1px solid #017dc3;
  background-color: #017dc3;
}
.transcript_more a:hover {
  color: #017dc3;
  border: 1px solid #017dc3;
  background-color: #fff;
}
.transcript_more.more_ctrl a {
  padding: 15px 20px;
  font-size: 18px;
}
.trailblazer_ctrl .transcript {
  overflow-y: inherit !important;
  height: auto !important;
}
.transcript ul.transcript_list li {
  display: none;
}
.transcript ul.transcript_list li.active {
  display: block;
}
.transcript ul.transcript_list li.btn_active {
  display: block !important;
  opacity: 1;
}
.transcript_btn a.read_transcript .fa-minus {
  display: none;
}
.transcript_btn a.read_transcript.icon_change .fa-plus {
  display: none;
}
.transcript_btn a.read_transcript.icon_change .fa-minus {
  display: inline-block;
}
/* popup */
.popup_ctrl {
  padding-right: 0px !important;
}
.popup_ctrl .modal-content {
  border: none;
  height: auto;
  min-height: auto;
}
.popup_ctrl .modal-content .embed-responsive {
  padding-bottom: 56.25%;
}
.popup_ctrl .modal-body {
  position: relative;
  padding: 15px;
  height: auto;
  background-color: #fff;
}
.popup_ctrl .modal-dialog {
  max-width: 660px;
  width: 100%;
  margin: 30px auto;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.popup_ctrl .modal-body button {
  top: 0px;
  right: -40px;
}
.popup_ctrl .close:focus, .popup_ctrl .close:hover {
  color: #fff;
}
/* Related Videos */
.related_videos .owl-carousel {
  display: block;
}
.related_videos .list-video {
  margin-bottom: 0px;
  opacity: 1;
  height: 100%;
  /*background-color: #fff;*/
}
.related_videos .list-video p {
  font-size: 16px !important;
}
.related_videos .owl-nav .owl-prev {
  width: 40px;
  height: 35px;
  padding: 0px;
  margin: 0px;
  background-image: url(/content/dam/infosys-web/en/insights/trailblazers-talk/Images/arrow-left.png);
  left: -40px;
}
.related_videos .owl-nav .owl-next {
  width: 40px;
  height: 35px;
  padding: 0px;
  margin: 0px;
  background-image: url(/content/dam/infosys-web/en/insights/trailblazers-talk/Images/arrow-right.png);
  right: -45px;
}
.transcript_list .media-left {
  padding-right: 25px;
}
.transcript_list .media-left img {
  width: 50px;
}
.border_arrow {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 3px solid #B8B8B8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: visible;
}
.border_arrow.left_arrow:before {
  top: 11px;
  bottom: auto;
  left: -26px;
  border-width: 14px 26px 14px 0;
  border-color: transparent #B8B8B8;
}
.border_arrow.left_arrow:after {
  top: 16px;
  bottom: auto;
  left: -20px;
  border-width: 9px 21px 9px 0;
  border-color: transparent #fff;
}
.border_arrow:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
.border_arrow:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #fbc2ba transparent;
  display: block;
  width: 0;
}
.transcript ul li {
  border-bottom: 0px solid #c0c0c0;
}
img.play_icon {
  margin: 0 auto;
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-28%, -50%);
  -moz-transform: translate(-28%, -50%);
  -ms-transform: translate(-28%, -50%);
  -o-transform: translate(-28%, -50%);
  transform: translate(-28%, -50%);
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: landscape) {
  .move-right {
    transform: translate(20px, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
  .modal-body iframe {
    width: 300px;
    height: 169px;
  }
}
@media only screen and (max-width: 992px) {
  .trailblazer_ctrl #audio_inner_page {
    margin-bottom: 0px !important;
  }
  .player-btn-ctrl {
    margin-top: 20px;
  }
  .audio-player {
    max-width: 285px;
    padding: 0;
  }
  #volume {
    display: none;
  }
  .or_seperator {
    border-right: 0px;
    margin-bottom: 50px;
    text-align: left;
    border-bottom: 1px solid #333333;
    padding-bottom: 50px;
  }
  .or_seperator::after {
    right: 45%;
    top: 93%;
  }
  .modal-body, .modal-content {
    min-height: 100%;
    height: auto;
  }
  .left_block_modal {
    width: auto;
    margin: 0;
    padding: 0 15px;
    text-align: center;
  }
  .right_block_modal {
    padding: 0 15px 0 30px;
    margin-bottom: 50px;
  }
  .modal-body h3 {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .modal-body .fa {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .volume_control .fa, #play-btn .fa {
    font-size: 20px;
    margin: 0;
  }
  .modal-body iframe {
    width: 300px;
    height: 169px;
  }
  .audio_section {
    background: #0e0e0e;
    margin: 0 auto;
  }
  .right_block_modal h5 {
    margin-right: 0px;
  }
  .h-100 {
    height: 50%;
  }
 
  .margin-negative-left, .move-right-responsive .vertical-align-helper {
    margin: -50px auto 0;
    text-align: center;
  }
  .move-right {
    transform: unset;
  }
 
  .margin-negative-left .vertical-align, .move-right-responsive .vertical-align {
    vertical-align: unset;
  }
  .overlay_video_bg {
    display: none;
  }
  .overlay_video_text {
    position: relative;
    max-height: unset;
    color: #000000;
  }
  .modal-body {
    padding-top: 100px;
  }
  .trailblazer_ctrl #audio_inner_page {
    width: 420px !important;
    max-width: 100%;
  }
  .trailblazer_ctrl #audio_inner_page .scrubber {
    width: 100%;
  }
  .trailblazer_ctrl #podcast_section {
    padding-top: 20px;
  }
  .trailblazer_ctrl .audio_player_title {
    margin-top: 20px;
  }
  .trailblazer_ctrl .audio-player {
    max-width: 400px;
    width: 100% !important;
  }
  .trailblazer_ctrl #audio_inner_page .scrubber {
    width: 100%;
  }
  .trailblazer_ctrl #audio_inner_page #seek-obj-container {
    width: 65%;
  }
}
@media only screen and (max-width: 640px) {
  .or_separate {
    width: 94%;
  }
}
@media only screen and (max-width: 480px) {
  .modal-body iframe {
    width: 300px;
    height: 169px;
  }
  .youtube-video {
    width: 300px;
    height: 169px;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 812px) and (orientation: landscape) {
  .modal-body iframe {
    width: 300px;
    height: 169px;
  }
  .youtube-video {
    width: 300px;
    height: 169px;
  }
  .list-video {
    width: calc((100% - 20px)/3);
  }
  .related_videos .list-video {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /*	Cards Style */
  .card-thumb {
    height: auto;
  }
  .card-thumb img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .card:hover .card-thumb {
    height: auto;
  }
  .card-body {
    height: 275px;
  }
  .card-description {
    position: absolute;
    opacity: 1;
  }
  .card-description, .card:hover .card-description {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .player-bg {
    height: 210px;
  }
  .trailblazer_ctrl #audio_inner_page.audio-player {
    margin: 65px 0px 0px;
  }
  ul.listen-list li {
    padding: 6px 0px;
  }
  ul.listen-list li a .fa {
    font-size: 16px;
  }
  .trailblazer_ctrl .entry-social a {
    margin-right: 8px;
    margin-bottom: 0px;
  }
  .trailblazer_ctrl .entry-social a .fa {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .or_space {
    padding-right: 20px;
  }
  .or_separate {
    right: 0px;
  }
  .or_separate::after {
    right: -14px;
    top: 46%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 22px;
  }
  .trailblazer_ctrl .entry-social {
    margin-top: 8px !important;
  }
  ul.listen-list li {
    padding: 0px;
  }
  .audio-player {
    max-width: 285px;
    padding: 0;
  }
  #volume {
    display: none;
  }
  #audio_inner_page #seek-obj {
    width: 210px;
    height: 39px;
  }
  #audio_inner_page progress[value] {
    width: 210px;
    height: 39px;
  }
  #audio_inner_page progress[value]::-webkit-progress-bar {
    width: 210px;
  }
  #play-btn {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  #play-btn .fa {
    font-size: 22px;
  }
  .scrubber small {
    font-size: 16px !important;
  }
  .volume_control .fa {
    font-size: 25px;
  }
  .transcript {
    height: 350px;
  }
  .popup_ctrl .modal-content .embed-responsive {
    padding-bottom: 56.25%;
  }
  img.play_icon {
    -webkit-transform: translate(-7%, -50%);
    -moz-transform: translate(-7%, -50%);
    -ms-transform: translate(-7%, -50%);
    -o-transform: translate(-7%, -50%);
    transform: translate(-7%, -50%);
  }
}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 767px) {
  /*	Cards Style */
  .card-body {
    height: auto;
  }
	.transcript_more a {
    font-size: 14px;
}
  .card-description {
    position: relative;
    opacity: 1;
    left: 0;
    bottom: 0;
  }
  .related_videos .list-video {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
  .section-inner-content .post-title {
    font-size: 24px;
  }
  .or_space {
    padding-right: 15px;
    padding-bottom: 35px;
  }
  .or_separate {
    border-right: none;
    height: 1px;
    top: inherit;
    width: 96%;
    bottom: 0;
    background-color: #868585;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .or_separate::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -16px;
  }
  .player-bg {
    height: 210px;
    width: 340px;
  }
  .or_space {
    padding-right: 15px;
    padding-bottom: 25px;
  }
  .or_separate {
    border-right: none;
    height: 1px;
    top: inherit;
    width: 96%;
    bottom: 0;
    background-color: #868585;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .or_separate::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -13px;
  }
  .player-bg {
    /* margin: 0 auto; */
    margin-top: 25px;
    width: 90%;
    margin-left: 10%;
  }
  .player-bg:before {
    width:70%;
    left: -10%;
  }
  #audio_inner_page #play-btn {
    min-width: 50px;
    right:15%;
    width: 50px;
    height: 50px;
  }
  #audio_inner_page #play-btn .fa {
    font-size: 25px;
  }
  .popup_ctrl .modal-dialog {
    width: 94%;
    margin: 20px auto;
    margin-top: 30px;
  }
  .popup_ctrl .modal-body button {
    top: -34px;
    right: 0px;
    font-size: 34px;
  }
  .transcript_list .media-left {
    margin-bottom: 25px;
  }
  .border_arrow {
    padding: 20px;
  }
  .border_arrow.left_arrow::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .border_arrow.left_arrow:before {
    top: -27px;
    bottom: auto;
    left: 10px;
    border-width: 14px 26px 14px 0;
    border-color: transparent #fbc2ba;
  }
  .border_arrow.left_arrow::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
  }
  .border_arrow.left_arrow::after {
    top: -19px;
    bottom: auto;
    left: 13px;
    border-width: 9px 21px 9px 0;
    border-color: transparent #fff;
  }
  img.play_icon {
    -webkit-transform: translate(-0%, -80%);
    -moz-transform: translate(-0%, -80%);
    -ms-transform: translate(-0%, -80%);
    -o-transform: translate(-0%, -80%);
    transform: translate(-0%, -80%);
  }
}
@media only screen and (max-width: 480px) {
  #audio_inner_page #seek-obj {
    width: 150px;
    height: 28px;
  }
  #audio_inner_page progress[value] {
    width: 150px;
    height: 28px;
  }
  #audio_inner_page progress[value]::-webkit-progress-bar {
    width: 150px;
  }
  .single .entry-details .entry-social {
    text-align: left;
  }
  .section-inner-content .post-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 420px) {
  .transcript_btn a {
    padding: 4px 2px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  #audio_inner_page #seek-obj {
    width: 100px;
    height: 18px;
  }
  #audio_inner_page progress[value] {
    width: 100px;
    height: 18px;
  }
  #audio_inner_page progress[value]::-webkit-progress-bar {
    width: 100px;
  }
}