body, html {
  font-family: myriad-pro, Arial;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  padding: 0;
  margin: 0;
}
/*Resources Start*/
.item_carousel .owl-nav .owl-prev, .item_carousel .owl-nav .owl-next {
  background-color: #cfb6d4 !important;
  border-radius: 50px !important;
}
.card {
  height: 330px;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  transition: .4s ease-out;
  position: relative;
  left: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.card:hover {
  transform: translateY(-20px);
  transition: .4s ease-out;
  background-color: #061838;
}
.card:hover .stroke {
  stroke-dashoffset: 100;
  transition: .6s ease-out;
}
.card:hover .cta-read-more {
  opacity: 1;
  left: 35px;
}
.card:hover .filledbar {
  width: 120px;
  transition: .4s ease-out;
}
.filledbar {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 0;
  height: 100%;
  background: #007cc3;
  background: linear-gradient(90deg, rgba(0, 124, 195, 1) 0, rgba(223, 153, 38, 1) 65%, rgba(56, 34, 97, 1) 100%);
  transition: .6s ease-out;
}
.stroke {
  stroke: #fff;
  stroke-dasharray: 230;
  stroke-dashoffset: 230;
  transition: .6s ease-out;
  transform: translate(18px, -17px) rotate(25deg);
}
.latest-news {
  position: relative;
  overflow: hidden;
}
.pb-200, .py-200 {
  padding-bottom: 200px !important;
}
.latest-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bg-amethyst-dark {
  background-color: #372261 !important;
}
#line-a {
  left: 0;
  top: 60%;
  transform-origin: 0 0;
  transform: rotate(-50deg);
}
.line-reveal {
  width: 120%;
  height: 3px;
  overflow: hidden;
  position: absolute;
  opacity: .3;
}
.line-reveal .overlay {
  background: #372261;
  height: 10px;
  position: absolute;
  top: -5px;
  width: 100%;
  transform-origin: 100% 0;
  animation: wipe 3s ease;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}
#line-a .line {
  border-color: #df9926;
}
.line-reveal .line {
  border: 3px dashed #fff;
  backface-visibility: hidden;
}
#line-b {
  left: 0;
  bottom: 20%;
  transform-origin: 0 0;
  transform: rotate(-5deg);
}
#line-c {
  right: 10%;
  bottom: 0;
  transform-origin: 100% 0;
  transform: rotate(70deg);
}
.pt-75, .py-75 {
  padding-top: 75px !important;
}
.latest-big-txt {
  left: 0 !important;
  right: 0 !important;
  max-width: 100% !important;
  width: auto !important;
  padding: 0 15px !important;
  transition: all .2s ease-in-out;
  font-size: 200px;
  font-weight: 700;
  color: #7e7e7e;
}
.changeColor-latest {
  color: #d0b5d4 !important;
}
.bg-color, .card {
  background-image: linear-gradient(to right top, #963596, #8c2c8c, #822382, #781978, #6e0e6e);
  overflow: hidden;
  margin-top: 90px;
}
.title {
  color: #fff;
  font-weight: 300;
  position: absolute;
  font-size: 130px;
  margin: 0;
  opacity: .1;
  bottom: -20px;
  transform: rotate(-35deg);
  right: -10px;
  transition: all .5s ease;
}
.bar {
  position: absolute;
  bottom: 30px;
  left: 15px;
  height: 5px;
  width: 90%;
}
.emptybar {
  background-color: rgba(56, 34, 97);
  width: 100%;
  height: 100%;
}
.filledbar {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 0;
  height: 100%;
  background: #007cc3;
  background: linear-gradient(90deg, rgba(0, 124, 195, 1) 0, rgba(223, 153, 38, 1) 65%, rgba(56, 34, 97, 1) 100%);
  transition: .6s ease-out;
}
.cnt-description {
  position: absolute;
  top: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  transition: .4s ease-out;
  font-size: 22px;
  font-weight: 600;
  left: 0;
  padding: 30px;
}
.circle-svg {
  position: absolute;
  bottom: -25px;
  width: 85%;
  height: 40%;
}
svg {
  fill: #963596;
  stroke-width: 2px;
  width: 100%;
  transition: 0s;
}
.cta-read-more {
  position: absolute;
  bottom: 97px;
  color: #fff;
  display: block;
  left: 55px;
  opacity: 0;
  transition: .6s ease-out;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}
/*Resources End*/
.border .sub {
  font-size: 30px;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  line-height: 1.1;
}
.border {
  padding: 50px;
  background-color: #8a2387;
}
.fs-20 {
  font-size: 20px;
}
.h2-heading {
    font-size: 70px;
    font-weight: 500;
    font-family: tungstenw05-medium, Oswald, sans-serif;
    line-height: 70px !important;
    letter-spacing: normal !important;
}
.breakout-sessions {
  background-image: url(/content/dam/infosys-web/en/global-resource/25/breakout-sessions-bg.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-top: 50px;
}
#overview-wrapper {
  background-image: url(/content/dam/infosys-web/en/global-resource/25/overview-bg.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breakout-sessions .h2-heading {
  font-size: 60px;
  line-height: 60px !important;
}
.breakout-sessions {
  padding: 50px !important;
}
.border p {
  font-size: 20px;
}
.para-ovr {
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
}
.atp-sml-para {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}
.location {
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
}
.caption-txt > a:focus, .caption-txt > a:hover {
  color: #92d1ff !important;
  text-decoration: none;
}
.light-gradiant {
  background-image: linear-gradient(to right top, #fdf4fd, #f6eefb, #efe9f9, #e5e4f7, #dbdff5, #d8ddf5, #d5dbf6, #d2d9f6, #d9d9f8, #e0d9f9, #e8d8fa, #f0d8f9);
}
/* Item SLIDER */
.item-slider-carousel.owl-carousel .owl-stage, .news-events-slider.owl-carousel .owl-stage, .item_carousel .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.item-slider-carousel.owl-carousel .owl-stage .item, .news-events-slider.owl-carousel .owl-stage .item, .item_carousel .owl-carousel .owl-stage .item {
  height: 100%;
}
.item-slider-carousel .owl-nav, .news-events-slider .owl-nav, .item_carousel .owl-nav {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.item-slider-carousel .owl-nav, .news-events-slider .owl-nav, .item_carousel .owl-nav {
  height: 100px;
}
.item-slider-carousel .owl-nav .owl-prev, .item-slider-carousel .owl-nav .owl-next, .news-events-slider .owl-nav .owl-prev, .news-events-slider .owl-nav .owl-next, .item_carousel .owl-nav .owl-prev, .item_carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: unset !important;
  bottom: -80px !important;
  transform: none !important;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  margin: 0;
}
.item-slider-carousel .owl-nav .owl-prev, .item-slider-carousel .owl-nav .owl-next, .news-events-slider .owl-nav .owl-prev, .news-events-slider .owl-nav .owl-next, .item_carousel .owl-nav .owl-prev, .item_carousel .owl-nav .owl-next {
  bottom: 0 !important;
}
.item-slider-carousel .owl-nav .owl-prev, .news-events-slider .owl-nav .owl-prev, .item_carousel .owl-nav .owl-prev {
  left: 35px;
}
.item-slider-carousel .owl-nav .owl-prev:after, .news-events-slider .owl-nav .owl-prev:after, .item_carousel .owl-nav .owl-prev:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  bottom: 15px;
  border: 2px solid #000;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.item-slider-carousel .owl-nav .owl-next, .news-events-slider .owl-nav .owl-next, .item_carousel .owl-nav .owl-next {
  right: 35px;
}
.item-slider-carousel .owl-nav .owl-next:after, .news-events-slider .owl-nav .owl-next:after, .item_carousel .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 15px;
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.item-slider-carousel .owl-dots, .news-events-slider .owl-dots, .item_carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}
.item-img-wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.item-img-wrapper img {
  transform: scale(1.1);
  transition: all 0.7s ease;
}
.item-slider-href:hover .item-img-wrapper img {
  transform: scale(1);
}
.item-cnt-wrapper {
  padding: 20px 20px 130px;
}
.item-slider-href {
  display: block;
  height: 100%;
  border-radius: 5px;
}
.item-slider-head, .sec5 .h3-head {
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 1;
}
.item-slider-span {
  color: #000;
  border: 2px 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: 5px 25px;
  margin: 1.11rem 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 500;
  position: absolute;
  bottom: 0;
}
.item-slider-span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -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;
  transform: translate(-50%, -50%) rotate(45deg);
}
.item-slider-span:hover, .item-slider-span:focus {
  border: 2px solid #fff;
  /*  background-color: transparent;*/
  color: #fff;
  background-color: #fff;
  text-decoration: none;
}
.item-slider-span:hover:before {
  height: 1000%;
}
/* Item SLIDER */
/* Form - Start*/
.block6 {
  padding: 100px 0 120px;
  color: #fff
}
.block6-head {
  font-size: 70px;
  margin: 0;
  line-height: .9;
  font-family: tungstenw05-medium, Oswald, sans-serif
}
#thankyou {
  display: none
}
.redColor {
  color: #02fed2;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  left: 15px;
  margin: 0 auto;
  padding: 4px;
  bottom: -30px;
  position: absolute
}
.field-bg input, textarea {
  font-size: 20px;
  padding: 10px 0 10px 10px;
  display: block;
  width: 100%;
  border: 2px solid #0ad5a7;
  background-color: transparent;
  border-radius: 10px;
  color: #fff
}
.field-bg {
  position: relative;
  margin-bottom: 40px
}
.bar:after, .bar:before {
  content: '';
  height: 50px;
  width: 0;
  top: -50px;
  position: absolute;
  background-color: rgba(2, 254, 210, .1);
  transition: .5s ease all;
  -moz-transition: .5s ease all;
  -webkit-transition: .5s ease all;
  border-radius: 10px
}
.field-bg label {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 14px;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px
}
.field-bg sup {
  color: #fff
}
.field-bg form {
  width: 100%
}
.field-bg input:focus ~ .bar:after, .field-bg input:focus ~ .bar:before {
  width: 100%
}
.field-bg input:focus ~ label {
  top: -20px;
  font-size: 14px;
  color: #02fed2;
  background-color: transparent;
  text-transform: uppercase
}
.field-bg textarea:focus ~ label {
  top: -20px;
  font-size: 14px;
  color: #02fed2;
  background-color: transparent;
  text-transform: uppercase
}
.field-bg input:not([value='']):not(:focus) ~ label {
  top: -20px
}
.field-bg input:focus::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff
}
.field-bg input:focus::-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff
}
.field-bg input:focus:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff
}
.field-bg input:focus:-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff
}
.field-bg input::-webkit-input-placeholder {
  opacity: 0
}
.field-bg input::-moz-placeholder {
  opacity: 0
}
.field-bg input:-ms-input-placeholder {
  color: transparent
}
.field-bg input:-moz-placeholder {
  opacity: 0
}
.field-bg input:focus, .field-bg textarea:focus {
  outline: 0
}
.form-switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  -webkit-tap-highlight-color: transparent;
  padding-bottom: 18px;
  margin-right: 10px
}
.form-switch i {
  background-color: rgba(255, 255, 255, .7);
  border-radius: 23px;
  display: inline-block;
  margin-right: .2rem;
  position: relative;
  transition: all .3s linear 0s;
  vertical-align: text-bottom;
  height: 22px !important;
  width: 40px !important
}
.form-switch i:before {
  background-color: rgba(0, 0, 0, .17);
  border-radius: 11px;
  content: '';
  left: 0;
  position: absolute;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all .25s linear 0s;
  height: 18px !important;
  width: 36px !important
}
.form-switch i:after {
  content: '';
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
  transform: translate3d(2px, 2px, 0);
  transition: all .2s ease-in-out;
  width: 18px !important;
  height: 18px !important
}
.form-switch:active i:after {
  width: 28px;
  transform: translate3d(2px, 2px, 0)
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0)
}
.form-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}
.form-switch input:checked + i {
  background-color: #4bd763
}
.form-switch input:checked + i:before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0)
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0)
}
.pvcy-stmt, .pvcy-stmt:focus, .pvcy-stmt:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: underline
}
.txt-request {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0
}
.cta-dwnld-report, .cta-dwnld-report:focus, .cta-dwnld-report:hover {
  margin: 20px 0;
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 45px;
  color: #fff;
  font-weight: 600
}
.form-sub-txt {
  color: #fff;
  font-size: 26px;
  margin-top: 10px
}
.submit-btn {
  color: #fff;
  padding: 20px 70px;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  border-radius: 50px;
  background-image: linear-gradient(to right top, #0ca8d6, #00bfe2, #00d5e5, #00eadf, #02fed2);
  font-size: 20px
}
/* Form - END*/
.media-left, .media > .pull-left {
  padding-right: 25px;
}
.mleft70 {
  margin-left: 70px;
}
.enterprise-transformation {
  background-color: #382261 !important;
}
.aws-re-invent .media .media-left img {
  width: 50px;
}
.aws-re-invent {
  background-image: url(/content/dam/infosys-web/en/global-resource/25/aws-re-invent-bg.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aws-re-invent .h2-heading span {
  font-size: 95px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #923592 0%, #E6DBE6 100%);
  line-height: 0.9;
}
.hero-head span {
  font-size: 91px !important;
  line-height: 0.9;
}
.aws .h2-heading {
  font-size: 60px !important;
  line-height: 1;
}
.enterprise-transformation a, .aws-re-invent a {
  color: #fff;
  text-decoration: underline;
}
.enterprise-transformation a:focus, .enterprise-transformation a:hover, .aws-re-invent a:focus, .aws-re-invent a:hover {
  color: #fff;
  text-decoration: underline;
}
.scroll-down-text span {
  color: #fff;
}
.scroll-container {
  border: 1px solid #fff;
}
.cls-1, .cls-2 {
  fill: #fff;
}
.p0 {
  padding: 0;
}
.caption-txt > a {
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #FFF;
}
.caption-txt > a :hover {
  color: #92d1ff;
}
.equal-heights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.equal-bg {
  position: relative;
  height: 100%;
  padding: 0px 15px 60px 15px;
  overflow: hidden;
}
.stories .content_wrapper {
  padding: 20px 20px 80px 20px;
}
.stories .eq_col {
  position: relative;
}
.stories .content_wrapper h3 {
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  margin-top: 0;
}
.eq_col {
  height: 100%;
}
.stories-border {
  border: 1px solid #963596;
}
.stories .item-slider-href:hover .btn_hover:before {
  height: 1000%;
}
em {
  font-size: 12px;
  line-height: 13px;
}
.btn_hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -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: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-shutter-more {
  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: 12px 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1.5px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
}
.btn-shutter-more: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-more:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #ffffff;
}
.btn-shutter-more:hover:before {
  width: 100%;
}
.stories .item-slider-href:hover .btn_ctrl, .btn_ctrl:focus {
  color: #000;
  background-color: #000;
}
.stories .item-slider-href:hover .btn_hover:before {
  height: 1000%;
}
.btn_hover {
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  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: 10px 25px;
  text-decoration: none;
  overflow: hidden;
  font-weight: 600;
  position: absolute;
  max-width: 160px;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn_ctrl {
  margin: inherit;
  left: 20px;
  bottom: 20px;
  text-align: center;
}
.eq_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cloud-talk {
  border: 1px solid #fff;
  padding: 15px;
  margin-top: 35px;
  border-radius: 10px;
}
.mt0 {
  margin-top: 0px;
}
.cta-link {
  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: 8px 25px;
  margin: 5px 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 500;
}
.cta-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -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: #382261;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-link:hover, .cta-link:focus {
  border: 1px solid #382261;
  color: #fff;
  background-color: #382261;
  text-decoration: none;
}
.cta-link:hover:before {
  height: 1000%;
}
#success_stories .equal-bg:hover img.get-image-height {
  transform: translate3d(0px, 0px, 0px);
}
.bg-light-white {
  background-color: #f2f2f2;
}
#success_stories .equal-bg img.get-image-height {
  max-width: none;
  overflow: hidden;
  width: calc(100% + 10px);
}
#success_stories {
  background-image: url(/content/dam/infosys-web/en/global-resource/25/success-stories.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#success_stories a {
  text-decoration: none;
}
.eqheight {
  padding: 25px 0px;
}
.block11 {
  background-image: url(/content/dam/infosys-web/en/global-resource/25/insights.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec11-head {
  margin: 0;
  font-family: tungstenw05-medium, Oswald, sans-serif;
  font-size: 110px;
  line-height: .9
}
.sec11-head span {
  display: block;
  text-transform: uppercase
}
.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}
.flex > [class*=col] {
  margin-top: 90px
}
.insight-box {
  font-size: 30px;
  line-height: 1.1;
  border: 3px solid #fff;
  color: #fff;
  display: flex;
  height: 130%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
  font-family: tungstenw05-medium, Oswald, sans-serif !important;
}
.insight-box:focus, .insight-box:hover {
  background-color: #051838;
  color: #fff
}
.insight-box:hover:after {
  font-size: 70px
}
.insight-box:after {
  content: '\f0f6';
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  color: #fff;
  position: absolute;
  font-size: 90px;
  margin: 0;
  opacity: .1;
  bottom: 0;
  transform: rotate(-35deg);
  right: 0;
  transition: all .5s ease
}
.cta-insight-read {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  margin: 0;
  position: absolute;
  bottom: 10px
}
.hero-head p {
  font-size: 68px;
  line-height: 0.8;
  margin: 0 0 10px;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
}
.hero-head span:nth-child(2) {
  margin-left: 0px;
}
.para-txt {
  font-size: 30px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 30px;
}

.light-gray {
  color: #7E7E7E !important;
}
#main-cnt {
  overflow-x: hidden;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
}
.accordion-custom .panel-title > a:before {
  font-family: FontAwesome;
  content: "\f068";
  font-size: 40px;
  line-height: -moz-block-height;
  letter-spacing: -0.0625em;
  position: absolute;
  right: 8px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.accordion-custom .panel-title a {
  font-size: 28px;
  font-family: tungstenw05-medium, Oswald, sans-serif;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #8a2387;
  border-color: #8a2387;
}
.accordion-custom .panel-default > .panel-heading {
  position: relative;
  padding: 20px 20px;
}
.accordion-custom .panel-title > a.collapsed:before {
  content: "\f067";
  font-size: 40px;
  line-height: -moz-block-height;
  position: absolute;
  right: 8px;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
#accordion.accordion-custom .panel-title > a.collapsed::before, #accordion.accordion-custom .panel-title > a::before {
  font-size: 25px;
  line-height: 32px;
  top: 42%;
  transform: translateY(-30%);
  right: 23px;
}
.panel-body {
  background-image: linear-gradient(to right top, #510b51, #450c4c, #3a0c46, #2f0b40, #240a3a, #22093a, #210939, #1f0839, #25083f, #2c0645, #33044b, #3b0150);
}
@media screen and (max-width:1024px) {
  .cta-read-more:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    border-right: 0;
    border-left: 2px solid #fff;
    left: 0;
    transform: translate(0, -50%) rotate(-45deg);
    border-top: 2px solid #fff;
  }
  .bar {
    bottom: 80px;
  }
  .circle-svg svg {
    display: none;
  }
  .card:hover .cnt-description, .card:hover .cta-read-more, .cta-read-more {
    opacity: 1;
  }
  .cta-read-more {
    bottom: 50px;
    left: 0;
    padding-left: 15px;
  }
  .para-txt {
    font-size: 30px;
  }
  .sec11-head {
    font-size: 80px;
  }
  .aws-re-invent .h2-heading span {
    font-size: 80px;
  }
  .hero-head span {
    font-size: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mleft {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-description {
    font-size: 26px;
  }
  .cta-read-more {
    font-size: 16px;
    padding-left: 20px;
  }
  .border p {
    font-size: 18px;
  }
  .border {
    padding: 15px;
  }
  .mleft70 {
    margin-left: 0px;
  }
  .para-ovr {
    font-size: 20px;
    line-height: 27px;
  }
  .sec11-head {
    font-size: 60px;
  }
  .para-txt {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
  }
  .aws-re-invent .h2-heading span {
    font-size: 70px;
  }
  .hero-head span {
    font-size: 68px !important;
  }
}
@media screen and (max-height: 667px) {}