@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");
@font-face {
  font-family: "tungstenw05-medium";
  src: url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
html {
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  padding: 0;
  margin: 0;
}
/*header logo*/
/*.home-strip {
	background-color: #372261 !important;
	height: 75px;
}*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fff !important;
  opacity: 0.75;
}
.navbar-default {
  border-color: transparent;
  background-color: transparent;
}
.navbar-brand {
  padding: 10px 15px 0;
}
.navbar {
  margin-bottom: 0;
  min-height: auto;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  margin: 0 8px;
  font-weight: 300;
}
@keyframes show-strip {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.show-strip {
  background-color: #ffffff;
  -webkit-animation: show-strip 0.5s steps(9) forwards; /* Safari 4+ */
  -moz-animation: show-strip 0.5s steps(10) infinite; /* Fx 5+ */
  -ms-animation: show-strip 0.5s steps(10) infinite; /* IE */
  -o-animation: show-strip 0.5s steps(10) infinite; /* Opera 12+ */
  animation: show-strip 0.5s steps(9) forwards; /* IE 10+, Fx 29+ */
}

/*header logo end*/
/*Card section start*/

.block {
  display: block;
}
.tint {
  padding: 75px 0px;
}
.bg-section {
  background-color: #f7f7f7;
  padding: 55px 0px;
}
.details-card {
  background: none;
}
.lineheight01 {
  line-height: 1.2;
}
.card-section {
  padding: 75px 0px;
  position: relative;
  background-color: #f7f7f7;
}
#breakthebias {
  background-color: #f7f7f7;
}
#read-commitments {
  background-color: #f7f7f7;
}
.padding {
  padding: 1.25rem !important;
}
.card-bg-color {
  width: 100%;
  height: 55%;
  position: absolute;
  background: #f7f7f7;
  left: 0px;
  right: 0px;
  top: 0px;
}

/*video curve*/
.promo-video iframe {
  border-radius: 15px;
}
/*video curve css end*/
.card-content {
  background: #ffffff;
  border: 10px solid #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  z-index: 1;
}
.card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.card-img span {
  position: absolute;
  top: 15%;
  left: 12%;
  background: #1abc9c;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%, -50%);
}
.card-img span h4 {
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}
.card {
  position: relative;
  padding: 1.25rem;
  top: 50%;
  -webkit-transform: translate(0px, -50%) !important;
  -moz-transform: translate(0px, -50%) !important;
  -ms-transform: translate(0px, -50%) !important;
  -o-transform: translate(0px, -50%) !important;
  transform: translate(0px, -50%) !important;
  text-align: center;
}
.card-desc {
  padding: 0rem;
}
.card-style .height {
  min-height: 250px;
}
.card-desc h4 a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
}
/* .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -30%) !important;
    -moz-transform: translate(0px, -30%) !important;
    -ms-transform: translate(0px, -30%) !important;
    -o-transform: translate(0px, -30%) !important;
    transform: translate(0px, -30%) !important;
    width: auto;
} */
.card-desc h3 {
  color: #000000;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}
.para-txt {
  font-size: 40px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 40px;
}
.light-gray {
  color: #7e7e7e !important;
}
.card-desc h4 {
  color: #000000;
  /* font-weight: 600; */
  font-size: 35px;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
/* .card-desc p {
	color: #747373;
	font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
} */
.card-desc p {
  color: #747373;
  font-size: 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0;
}
.btn-card {
  background-color: #1abc9c;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0.84rem 2.14rem;
  font-size: 0.81rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
}
.btn-card:hover {
  background: orange;
}
a.btn-card {
  text-decoration: none;
  color: #fff;
}
/* End card section */
/*Card section End*/

/*timeline 123*/

.counter {
  margin: -94px 0px;
}
.count {
  color: #fff;
  font-weight: 600;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #0f9ffa;
  display: inline-block;
  padding: 8px 0;
  margin: 0 0 25px;
}
.frame-wrapper a {
  color: #000;
  text-decoration: underline;
  cursor: default;
}
.frame-wrapper a:hover {
  text-decoration: none;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.bgwater-mark {
  background-image: url(/content/dam/infosys-web/en/global-resource/18/breakthebias-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
.social-icons a {
  background: #000;
  margin: 5px;
  color: #fff;
  padding: 8px 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  transition: all 0.2s ease 0s;
}
.social-icons a:hover {
  background: #ccc;
  border-radius: 50%;
  color: #000;
  transform: scale(1.2);
}
/*time line css end*/

/*--------------------------------------------------------------
# Margin CSS
--------------------------------------------------------------*/

.m0 {
  margin: 0px;
}
.ml25 {
  margin-left: 25px;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt175 {
  margin-top: 175px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb60 {
  margin-bottom: 60px;
}
.mtb30 {
  margin: 30px 0;
}
/*--------------------------------------------------------------
# Padding CSS
--------------------------------------------------------------*/

.p0 {
  padding: 0;
}
.p60 {
  padding: 60px;
}
.p15 {
  padding: 15px;
}
.p50 {
  padding: 50px;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt75 {
  padding-top: 75px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb75 {
  padding-bottom: 75px !important;
}
.ptb50 {
  padding: 50px 0;
}
.ptb15 {
  padding: 15px 0;
}
.ptb75 {
  padding: 75px 0;
}
.plr5 {
  padding: 0 5px;
}
/*--------------------------------------------------------------
# Hover Shutter animation
--------------------------------------------------------------*/

.btn-shutter {
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.672rem 2.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1.5px;
  font-weight: 900;
  margin: 1.11rem 0;
  text-transform: uppercase;
}
.btn-shutter:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  z-index: -1;
}
.btn-shutter:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #000000;
}
.btn-shutter:hover:before {
  width: 100%;
}
.btn-shutter-black {
  color: #000;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.672rem 2.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1.5px;
  font-weight: 900;
}
.btn-shutter-black:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  z-index: -1;
}
.btn-shutter-black:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #ffffff;
}
.btn-shutter-black:hover:before {
  width: 100%;
}
/*--------------------------------------------------------------
# Heading - Desktop
--------------------------------------------------------------*/

h2 {
  line-height: 51px !important;
}
.h1-heading {
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.h2-heading {
  font-size: 70px;
  font-weight: 500;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 70px;
}
.head-case {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
/*--------------------------------------------------------------
# Font size CSS
--------------------------------------------------------------*/
.size-md-14 {
  font-size: 14px;
}
.size-md-20 {
  font-size: 20px;
}
.size-md-25 {
  font-size: 25px;
}
.size-md-28 {
  font-size: 28px;
}
.size-md-45 {
  font-size: 45px;
}
.size-md-55 {
  font-size: 55px;
}
.size-md-70 {
  font-size: 70px;
}
.size-sm-50 {
  font-size: 50px;
}
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/

.fontweight300 {
  font-weight: 300 !important;
}
.fontweight400 {
  font-weight: 400 !important;
}
.fontweight500 {
  font-weight: 500 !important;
}
.fontweight600 {
  font-weight: 600 !important;
}
.fontweight900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/

.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/

.bg-white {
  background-color: #fff !important;
  /* padding: 50px 0px; */
}
.bg-black {
  background-color: #000 !important;
}
.bg-sapphire-medium {
  background-color: #0f9ffa;
}
.bg-coral-medium {
  background-color: #f16c51 !important;
}
.bg-topaz-medium {
  background-color: #df9926 !important;
}
.bg-jade-medium {
  background-color: #00b28f;
}
.bg-amethyst-medium {
  background-color: #963596;
}
.bg-onyx-medium {
  background-color: #7e7e7e;
}
/*--------------------------------------------------------------
# Gutter bottom - Desktop
--------------------------------------------------------------*/

.gutter [class*="col-"] {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.no-gutter {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.flex,
.eq-ht {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
/* {
	position: relative;
	height: 100%;
}*/
.eq-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.eq-col {
  position: relative;
  height: 100%;
}
/*--------------------------------------------------------------
# Slider - Desktop
--------------------------------------------------------------*/

.slider,
#hero_slider {
  height: 75vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 75vh;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -30%) !important;
  -moz-transform: translate(0px, -30%) !important;
  -ms-transform: translate(0px, -30%) !important;
  -o-transform: translate(0px, -30%) !important;
  transform: translate(0px, -30%) !important;
  width: auto;
}
.owl-item {
  overflow: hidden;
}
.slide-image {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: white;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots {
  bottom: 25px;
  position: absolute;
  width: 100%;
}
/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span::after {
  height: 100%;
}
.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
  border-radius: 50%;
}
/* End */
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 200px !important;
}
.topicIndicator {
  background-color: #000;
  color: #ffffff;
  padding: 8px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.topicIndicator:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-top: 36px solid #000;
  clear: both;
}
/*--------------------------------------------------------------
# Move to top scroll - Desktop
--------------------------------------------------------------*/

.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1;
}
/*--------------------------------------------------------------
# Footer - Desktop
--------------------------------------------------------------*/

footer {
  background: #f8f8f8;
  color: #333;
  /*padding: 50px 0;*/
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #3f3f3f;
  font-weight: 400;
  font-size: 16px;
}
.ftr-head {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before,
.down-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\f0d8";
}
.down-arrow:before {
  content: "\f0d7";
}
.select-country > a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
}
.select-country > a:hover,
.select-country > a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
.box-border {
  border: 1px solid #ccc;
  padding: 20px 20px;
  border-radius: 5px;
}
.list-ctrl {
  padding: 0px;
  margin: 0px;
}
.list-ctrl li {
  display: block;
  padding-left: 20px;
  background-image: url(/content/dam/infosys-web/en/choosetochallenge/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-bottom: 5px;
}
.card-style .eq-row > [class*="col-"] {
  margin-bottom: 15px;
}
.word-break-all {
  word-break: break-all;
}
.border-box {
  border: 1px solid #3f3f3f;
  margin-top: 30px;
  padding: 20px;
}
.title-sub {
  font-size: 34px;
  font-weight: 700;
  margin-top: 0px;
}
.speaker-list {
  padding-left: 0px;
}
.speaker-list li {
  display: block;
  padding-left: 20px;
  background-image: url(/content/dam/infosys-web/en/choosetochallenge/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccc;
}
.list-link {
  padding: 0;
  margin: 0;
}
.list-link li {
  list-style: none;
  text-align: center;
  background-color: #dec9e2;
  padding: 25px 0px;
}
.list-link li a {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
.list-link li a:hover {
  color: #963596;
  text-decoration: none;
}

#agenda {
  background-color: #f7f7f7;
}
.box-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.icon-box {
  position: absolute;
  top: 15px;
  left: -14px;
  border: 1px solid #b8b8b8;
  background-color: #e4e4e4;
}
.icon-box .fa {
  font-size: 16px;
  color: #3f3f3f;
  padding: 5px 5px;
}
.border-row {
  padding: 15px 30px;
  border: 1px solid #b8b8b8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.border-row:hover {
  border: 1px solid #963596;
  background-color: #e6dbe6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.border-row:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 0;
  background-color: #963596;
  top: 0;
  right: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.border-row:hover:after {
  height: 100%;
  bottom: 0;
}
.box-details h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-right: 15px;
  margin-top: 0px;
}
.box-details h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 15px;
}
.name-txt {
  font-weight: 500;
  margin-bottom: 0px;
}
.designation-txt {
  margin-bottom: 15px;
}
.time-box {
  border-right: 1px solid #7e7e7e;
}
.time-box p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}

.media_object_ctrl .media {
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.media_object_ctrl .media-object {
  width: 70px;
}
.media_object_ctrl .media-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

/* left menu */
.left_menu {
  position: fixed;
  width: 100px;
  display: block;
  background-color: transparent;
  z-index: 999;
  left: 0px;
  top: 100px;
}
.left_menu ul {
  padding-left: 20px;
  width: 95px;
}
.left_menu ul li {
  list-style: none;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.left_menu ul li a::before,
.left_menu ul li.nav-active-menu a::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.left_menu ul li a::before {
  background-color: #6a6a6a !important;
}
.left_menu ul li.nav-active-menu a::before {
  width: 60px;
  height: 4px;
  opacity: 1;
  background-color: #6a6a6a;
}
.left_menu ul li a,
.left_menu ul li a:hover,
.left_menu ul li a:focus {
  text-decoration: none;
  outline: none;
}
.left_menu ul li a span {
  display: block;
  color: #000;
  transition: opacity 0.3s ease-out;
  padding-top: 5px;
  font-size: 14px;
}
.left_menu ul li.nav-active-menu a span {
  color: #6a6a6a;
}

@media screen and (max-width: 1024px) {
  .left_menu {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  /*--------------------------------------------------------------
# Slider - Tablet (Landscape 1024px)
--------------------------------------------------------------*/

  .slider,
  #hero_slider,
  .repeated-css {
    height: 45vh;
  }
  .caption {
    top: 50%;
    -webkit-transform: translate(0px, -50%) !important;
    -moz-transform: translate(0px, -50%) !important;
    -ms-transform: translate(0px, -50%) !important;
    -o-transform: translate(0px, -50%) !important;
    transform: translate(0px, -50%) !important;
  }
  /* .slide-image {
right: -137px;
} */
  /*--------------------------------------------------------------
# Footer - Mobile (Landscape 1024px)
--------------------------------------------------------------*/

  .ftr-head {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .para-txt {
    font-size: 30px;
    line-height: 33px;
  }
  .gutter [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider,
  #hero_slider,
  .repeated-css {
    height: 290px;
  }
}

@media screen and (max-width: 767px) {
  /*--------------------------------------------------------------
# Slider - Mobile (Landscape 767px)
--------------------------------------------------------------*/
  .para-txt {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
  }
  .lineheightxs8 {
    line-height: 0.8;
  }
  .head-case {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
  }
  .portal-mob {
    bottom: 60px;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .slider,
  #hero_slider,
  .repeated-css {
    height: 265px;
  }
  .slide-image {
    right: 0;
  }
  .owl-dots {
    bottom: 10px;
  }
  .slider-overlay-black {
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #hero_slider .caption a {
    margin-top: 0;
    padding: 5px;
  }
  .inline-xs {
    display: inline;
  }
  .size-xs-15 {
    font-size: 15px;
  }
  .size-xs-18 {
    font-size: 18px;
  }
  .size-xs-35 {
    font-size: 35px;
  }
  .size-xs-25 {
    font-size: 25px;
  }
  .counter {
    margin: -70px 0px;
  }
  .card-section {
    margin-top: 50px;
  }
  .card-bg-color {
    display: none;
  }

  .time-box {
    border-right: none;
  }
  .border-row {
    padding-left: 40px;
  }
  .icon-box {
    left: -1px;
  }
}

@media screen and (max-width: 640px) {
}
