body,
html {
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 200;
  padding: 0;
  margin: 0;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: myriad-pro, Arial;
  font-weight: 400;
  margin: 0;
}
a {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  outline: 0;
}
a {
  color: #007dc3;
}
a:hover {
  color: #ccc;
}
a {
  outline: 0 !important;
}
a:active,
a:focus,
a:hover {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none;
}
.ms-rtestate-field h1,
.ms-rtestate-field h2,
h1.ms-rteElement-H1,
h2.ms-rteElement-H2 {
  color: inherit;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
.btn-shutter {
  color: #fff;
  border: 1px solid #3e4651;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #23abd5;
  -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 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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: #3e4651;
  z-index: -1;
}
.btn-shutter:hover {
  border: 1px solid #3e4651;
  background-color: transparent;
  color: #fff;
}
.btn-shutter:hover:before {
  width: 100%;
}
a.btn-shutter-white {
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: transparant;
  -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 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
a.btn-shutter-white: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: #fff;
  z-index: -1;
}
a.btn-shutter-white:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #3e4651;
}
a.btn-shutter-white:hover:before {
  width: 100%;
}
a.btn-shutter-white.btn-big,
a.btn-shutter-white.btn-big:hover {
  border: 2px solid #fff;
  font-size: 20px;
  padding: 10px 45px;
}
.white-color {
  color: #fff !important;
}
.black-color {
  color: #000 !important;
}
.black-light {
  color: #333 !important;
}
.blue-clr {
  color: #007dc3 !important;
}
.orange-clr {
  color: #d9502e !important;
}
.green-clr {
  color: #10b0c0 !important;
}
.text-green {
  color: #00a16f !important;
}
.grey-color a {
  color: #050505;
}
.grey-color a:hover {
  color: #050505;
}
.bg-white {
  background-color: #fff;
}
.txt-md-left {
  text-align: left;
}
.txt-md-right {
  text-align: right;
}
.pt-md-5 {
  padding-top: 5px;
}
.pt-md-10 {
  padding-top: 10px;
}
.pt-md-15 {
  padding-top: 15px;
}
.pt-md-20 {
  padding-top: 20px;
}
.pt-md-25 {
  padding-top: 25px;
}
.pt-md-30 {
  padding-top: 30px;
}
.mb-md-5 {
  margin-bottom: 5px;
}
.mb-md-10 {
  margin-bottom: 10px;
}
.mb-md-15 {
  margin-bottom: 15px;
}
.mb-md-20 {
  margin-bottom: 20px;
}
.mb-md-30 {
  margin-bottom: 30px;
}
.mb-md-40 {
  margin-bottom: 40px;
}
.mb-md-50 {
  margin-bottom: 50px;
}
.mb-md-60 {
  margin-bottom: 60px;
}
.mt-md-5 {
  margin-top: 5px;
}
.mt-md-10 {
  margin-top: 10px;
}
.mt-md-15 {
  margin-top: 15px;
}
.mt-md-20 {
  margin-top: 20px;
}
.mt-md-30 {
  margin-top: 30px;
}
.mt-md-40 {
  margin-top: 40px;
}
.mt-md-50 {
  margin-top: 50px;
}
.pl-md-5 {
  padding-left: 5px;
}
.pl-md-10 {
  padding-left: 10px;
}
.pl-md-15 {
  padding-left: 15px;
}
.pl-md-20 {
  padding-left: 20px;
}
.fontweight300 {
  font-weight: 300;
}
.fontweight400 {
  font-weight: 400;
}
.fontweight600 {
  font-weight: 600;
}
.fontweight900 {
  font-weight: 900;
}
.block {
  display: block;
}
.left-arrow img.arrow-move {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.left-arrow:hover img.arrow-move {
  left: 5px;
}
.contact {
  background: #3c9ace none repeat scroll 0 0;
  color: #fff !important;
  font-size: 12px;
  height: 40px;
  line-height: 23px;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 100px;
  -webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  -moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  -ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  -o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  width: 100px;
  z-index: 999;
  text-decoration: inherit;
}
.contact::before {
  background-color: rgba(60, 154, 206, 0.8);
  content: "";
  height: 40px;
  padding: 10px 20px;
  position: absolute;
  right: -20px;
  top: 19px;
  -webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  -moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  -ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  -o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  width: 120px;
  z-index: -1;
  text-decoration: inherit;
}
.Heading-title {
  float: left;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.Heading-title.white {
  color: #fff !important;
}
.title-centerh2 {
  font-size: 40px;
  font-weight: 700;
}
.fixed-ht {
  width: 100%;
  height: 630px;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar-default {
  border-color: transparent;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
  color: #007dc3;
  background-color: transparent;
}
header .navbar-brand {
  padding: 5px 15px 0;
}
.slide1,
.slide2,
.slide3 {
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: top center !important;
  width: 100%;
  height: 80vh;
}
.owl-theme .owl-controls {
  margin-top: 60px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  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-controls .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .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%;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-next,
.owl-prev {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 200px !important;
}
.owl-prev {
  left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-next {
  right: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.caption {
  position: absolute;
  left: 100px;
  top: 120px;
  color: #fff;
}
#case_studies,
#contact_us,
#experts,
#news_views,
#offerings,
#overview,
#partners,
#services,
#session,
#showcases,
#solutions,
#success_stories,
#talk {
  padding: 75px 0;
}
.title-center {
  font-size: 45px;
  font-weight: 900;
}
.sub-title {
  font-size: 32px;
  font-weight: 300;
}
.solution-list p i {
  color: #0076ff;
  margin-left: -10px;
  padding-right: 10px;
}
#banner_section {
  padding-top: 100px;
  padding-bottom: 75px;
  background: url(/content/dam/infosys-web/en/newsroom/events/adobe-summit/Images/adobe-summit-bg.jpg);
  background-repeat: repeat;
  background-size: auto auto;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
svg {
  vertical-align: middle;
}
.scroll-down {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.scroll-down.svg svg {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  width: 25px;
}
.scroll-down.svg .stroke {
  stroke: #fff;
}
.scroll-down.svg .scroller {
  animation: 1s ease 0s normal none infinite running updown;
  fill: #fff;
}
@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#session {
  background-color: #f8f8f8 !important;
}
.box-bg3 {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #def;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  min-height: 370px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 5px;
}
.text-center {
  text-align: center;
}
.img-circle {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
#experts {
  background-color: #f8f8f8 !important;
}
.topborder {
  margin-bottom: 22px;
  margin-top: 0;
}
.h4,
h4 {
  font-size: 1.1em;
}
.box-bg3 > h4 {
  margin-top: 15px;
  color: #707070;
}
.box-bg3 p {
  margin-top: 15px;
  color: #000;
}
#case_studies {
  color: #fff;
  background: rgba(94, 7, 138, 1);
  background: -moz-linear-gradient(
    left,
    rgba(94, 7, 138, 1) 0,
    rgba(129, 16, 186, 1) 49%,
    rgba(165, 26, 235, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, rgba(94, 7, 138, 1)),
    color-stop(49%, rgba(129, 16, 186, 1)),
    color-stop(100%, rgba(165, 26, 235, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(94, 7, 138, 1) 0,
    rgba(129, 16, 186, 1) 49%,
    rgba(165, 26, 235, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(94, 7, 138, 1) 0,
    rgba(129, 16, 186, 1) 49%,
    rgba(165, 26, 235, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(94, 7, 138, 1) 0,
    rgba(129, 16, 186, 1) 49%,
    rgba(165, 26, 235, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(94, 7, 138, 1) 0,
    rgba(129, 16, 186, 1) 49%,
    rgba(165, 26, 235, 1) 100%
  );
}
.grey-line {
  background: #636363;
  content: "";
  display: inline-block;
  height: 7px;
  width: 60px;
}
.padding0 {
  padding: 0;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  width: 100%;
  border: 0;
  padding: 0;
}
.grid figure .stories-css {
  opacity: 0.6;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  font-style: normal !important;
  border: 0;
  margin: 0;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  font-weight: 400;
  padding: 0 10%;
}
.grid figure.minibox h2 {
  padding: 20px;
  width: 100%;
}
.grid figure.minibox-03 h2 {
  top: 40%;
}
p.box4 {
  padding-top: 15px !important;
}
.grid figure.minibox p {
  padding: 0;
}
.grid figure.minibox figcaption {
  padding: 20px;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.img-center {
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  height: 316px;
}
.img-center > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto !important;
}
.scale-image {
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
}
.scale-image .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: auto !important;
}
.scale-image:hover .image {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.top {
  top: 63% !important;
}
.topnew {
  top: 82% !important;
}
figure.effect-sadie h2 {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 30px;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s, opacity 0.35s,
    transform 0.35s;
  transition: transform 0.35s, color 0.35s, opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
  position: absolute;
  top: 50px;
  left: 0;
  padding: 0 10%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  font-size: 18px;
  line-height: 1.4em;
  text-transform: none;
}
figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -250%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -250%, 0) translate3d(0, -40px, 0);
  opacity: 0;
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-sadie p big {
  font-size: 170%;
  font-weight: 400;
}
.yellow-line {
  background: #ff0;
  content: "";
  display: inline-block;
  height: 7px;
  width: 60px;
}
.igniting-open-quote {
  right: 5px;
  top: -10px;
}
.igniting-close-quote,
.igniting-open-quote {
  position: relative;
  width: 30px;
}
.text-indent {
  text-indent: 40px;
}
.cd-stretchy-nav {
  position: fixed;
  z-index: 2;
  top: 200px;
  right: 0;
}
.cd-stretchy-nav .stretchy-nav-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  background: #3c9ace;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: height 0.2s, box-shadow 0.2s;
  -moz-transition: height 0.2s, box-shadow 0.2s;
  transition: height 0.2s, box-shadow 0.2s;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.cd-nav-trigger span {
  text-align: center;
  padding: 10px 12px 0;
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.nav-is-visible .cd-nav-trigger span {
  background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-stretchy-nav ul {
  position: relative;
  z-index: 2;
  padding: 50px 0 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  text-align: right;
  list-style: none;
}
.cd-stretchy-nav ul a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.cd-stretchy-nav ul a:hover {
  color: rgba(255, 255, 255, 1);
}
.cd-stretchy-nav ul a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0.6;
}
.cd-stretchy-nav ul a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(0);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(0);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(0);
  -o-transform: translateX(3px) translateY(-50%) scaleY(0);
  transform: translateX(3px) translateY(-50%) scaleY(0);
  background-color: #0a9581;
}
.cd-stretchy-nav ul span {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}
.cd-stretchy-nav.nav-is-visible ul {
  visibility: visible;
}
.cd-stretchy-nav.nav-is-visible ul a::after {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-animation: scaleIn 0.15s backwards;
  -moz-animation: scaleIn 0.15s backwards;
  animation: scaleIn 0.15s backwards;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active {
  color: #fff;
}
.cd-stretchy-nav.nav-is-visible ul a.active::after {
  opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(1);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(1);
  -o-transform: translateX(3px) translateY(-50%) scaleY(1);
  transform: translateX(3px) translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.15s 0.3s;
  -moz-transition: -moz-transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s;
}
.cd-stretchy-nav.nav-is-visible ul span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -moz-animation: slideIn 0.15s backwards;
  animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
  color: #fff;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
  opacity: 1;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
  -webkit-animation-delay: 50ms;
  -moz-animation-delay: 50ms;
  animation-delay: 50ms;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
@media all and (max-width: 1024px) {
  figure.effect-sadie h2 {
    opacity: 0;
  }
  figure.effect-sadie figcaption::before,
  figure.effect-sadie p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media all and (max-width: 992px) {
  .slider {
    min-height: 400px;
  }
  .slide1,
  .slide2,
  .slide3 {
    min-height: 400px;
  }
  .grid figure figcaption,
  .grid figure figcaption > a {
    height: 50vh;
  }
}
@media all and (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  figure.effect-sadie h2 {
    display: none;
    opacity: 0;
  }
  .caption {
    left: 0;
    position: relative;
    text-align: center;
    top: 40px;
  }
  figcaption {
    height: auto !important;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    padding: 10px;
  }
  figure.effect-sadie p {
    padding: 0 !important;
    top: 0 !important;
    position: relative !important;
    min-height: 300px;
  }
  figcaption > * {
    position: relative !important;
  }
}
@media all and (max-width: 640px) {
  figure.effect-sadie p {
    min-height: 230px;
  }
}
#offerings {
  background-color: #e4e4e4;
}
.offerings-ul {
  padding: 0;
}
.offerings-ul li {
  list-style-type: none;
  padding-left: 22px;
  background-position: 0 7px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  transition: all 0.5s ease 0s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
#accordion .panel-title i.glyphicon {
  font-size: 200%;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  left: 0;
  position: absolute;
  top: -4px;
}
.rotate-icon {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.panel {
  border: 0;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
  display: block;
  outline: 0;
  text-decoration: none;
  padding-left: 40px;
  position: relative;
}
#myTab-accordion .panel-title > .small,
#myTab-accordion .panel-title > a,
#myTab-accordion .panel-title > small > a,
.panel-title > .small > a,
.panel-title > small {
  padding-left: 10px;
}
#myTab3-accordion .panel-title > .small,
#myTab3-accordion .panel-title > a,
#myTab3-accordion .panel-title > small > a,
.panel-title > .small > a,
.panel-title > small {
  padding-left: 10px;
}
.panel-title {
  color: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-group .panel + .panel {
  margin-top: 8px;
}
.panel-group .panel {
  border-radius: 4px;
}
.panel-heading {
  border-radius: 4px;
  color: #231f20;
  padding: 25px 15px;
}
.panel-body {
  padding: 30px 40px;
  background-color: #fff;
  color: #fff;
  position: relative;
  overflow: hidden;
}
img.panel-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
  z-index: -1;
}
.panel-custom > .panel-heading {
  background-color: #fff;
  box-shadow: 0 0 4px #ccc;
}
.panel-group .panel:last-child {
  border-bottom: none;
}
.panel-group .panel-heading {
  border-bottom: 1px solid #eaeaea;
}
panel-collapse .collapse.in {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: medium none;
  color: #000;
  padding: 35px;
}
.list-group li {
  line-height: 25px !important;
  /* list-style: none; */
  margin-bottom: 25px;
}
.subli > li {
  margin-left: -23px;
}
.list-group li::before {
  color: #000;
  /* content: "Ã¯â€žâ€¦"; */
  content: "";
  float: left;
  font-family: FontAwesome;
  font-size: 27px;
  font-weight: 900;
  margin-left: -1.1em;
}
.list-group ul.subli li {
  margin-bottom: 18px;
}
.list-group ul.subli li::before {
  color: #333;
  /* content: "Ã¯â€žâ€¦"; */
  content: "";
  float: left;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
  margin-left: -1.1em;
}
li.fa-arrow-right:before {
  margin-right: 10px;
}
#solutions {
  background-color: #fff;
  background-repeat: repeat;
}
.industry-btn {
  font-size: 13px;
  color: #333;
  font-weight: 600;
  padding: 3px 15px;
  text-decoration: none;
  background-color: transparent;
}
.industry-btn:hover {
  background-color: #007dc3;
  border: 1px solid #007dc3;
}
.industry-btn::before {
  background-color: #007dc3;
}
.industry-btn .fa {
  padding-left: 5px;
}
.custompopup.modal {
  z-index: 99999;
}
.modal-backdrop {
  z-index: 9999;
}
.eq-playicon {
  width: 45px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custompopup .modal-content {
  background-color: rgba(0, 0, 0, 1);
}
.custompopup iframe {
  width: 100%;
  border: none;
}
.modal-dialog {
  margin: 0 auto !important;
  max-width: 600px;
}
.custompopup .close {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999;
  top: 1px;
  right: -36px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.86);
  opacity: 1;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.demo {
  margin: 0 auto;
}
.demo h1 {
  margin: 0 0 25px;
}
.demo h3 {
  margin: 10px 0;
}
pre {
  background-color: #fff;
}
#tabInfo {
  display: none;
}
.index-intro-features i.ion-ios-infinite-outline {
  position: relative;
  top: -10px;
}
.index-intro-features i {
  color: #6d6e71;
  display: inline-block;
  font-size: 54px;
}
.index-intro-features {
  text-align: center;
}
.icon-tools-1::before {
  content: "\f02a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.icon-tools-2::before {
  content: "\f234";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.icon-tools-3::before {
  content: "\f080";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.icon-tools-4::before {
  content: "\f1c0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.icon-tools-5::before {
  content: "\f1ad";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.icon-tools-6::before {
  content: "\f109";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  top: 10%;
}
.modal-header {
  border-bottom: none;
}
.modal-body {
  padding: 0 15px;
}
.modal-body .close {
  margin-top: -55px;
  margin-right: -47px;
  background: #cc181e none repeat scroll 0 0;
  padding: 0 7px;
  color: #fff;
  font-size: 30px;
}
.close {
  opacity: 1;
  text-shadow: inherit;
  font-weight: 400;
  line-height: 1.1;
  float: inherit;
  position: absolute;
  z-index: 999;
  right: 15px;
}
.close:focus,
.close:hover {
  opacity: 0.9;
}
.modal-content {
  border-radius: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out 0s;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog {
  margin: 100px;
  position: relative;
  width: auto;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: medium none;
  position: relative;
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4286px;
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  line-height: 1.42857;
  margin: 0;
}
.modal-body {
  padding: 55px;
  position: relative;
}
.modal-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media all and (max-width: 1024px) {
  .modal-dialog {
    width: inherit !important;
    max-width: 754px;
  }
  .modal-body .close {
    margin-right: -15px;
  }
  .modal-lg {
    width: 900px;
  }
}
@media only screen and (max-width: 780px) {
  .demo {
    margin: 5%;
    width: 90%;
  }
  .how-use {
    display: none;
    float: left;
    width: 300px;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    margin: 10px;
  }
}
#news_views {
  background-color: #e4e4e4;
}
.border-box {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  min-height: 250px;
}
.tab-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-list li {
  list-style-type: none;
  padding-left: 20px;
  background-position: 0 8px;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}
.tab-list li a {
  font-size: 20px;
  color: #333;
}
.tab-list li a:hover {
  color: #007dc3;
}
@media all and (max-width: 992px) {
  .border-box {
    border-left: 0 solid #ccc;
    border-right: 0 solid #ccc;
    min-height: auto;
  }
}
#partners {
  padding-bottom: 100px;
  background-color: #fff;
}
.all-stories {
  background: #d9502e none repeat scroll 0 0;
  padding: 30px 0;
}
.all-stories p a img.move-arrow {
  left: 0;
  position: relative;
  transition: all 0.5s ease 0s;
}
.all-stories p a {
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.all-stories p a:hover img.move-arrow {
  left: 15px;
}
#contact_us {
  padding: 100px 0;
  background-repeat: repeat;
  background-size: auto auto;
  height: auto;
}
footer {
  background: #333;
  color: #fff;
  padding: 15px 0;
}
.breadcrumb {
  margin-top: 35px;
  margin-bottom: 0;
  background-color: transparent;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb > li > a {
  color: #fff;
}
.breadcrumb > li + li::before {
  content: "| ";
  color: #fff;
}
.border-top {
  border-top: 1px solid;
}
ul.list-unstyled > li {
  display: inline-block;
  margin-right: 10px;
}
ul.list-unstyled > li:last-child {
  margin-right: 0;
}
ul.list-unstyled > li > a {
  color: #fff;
}
@media all and (max-width: 992px) {
  .text-left-sm {
    text-align: left;
  }
  header .navbar-header {
    float: none;
  }
  .navbar-right,
  header .navbar-left {
    float: none !important;
  }
  header .navbar-toggle {
    display: block;
  }
  header .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  header .navbar-nav > li {
    float: none;
  }
  header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  header .collapse.in {
    display: block !important;
  }
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .caption {
    bottom: 50px;
  }
  .fixed-ht {
    width: 100%;
    height: 980px;
  }
}
@media all and (max-width: 767px) {
  header .navbar {
    padding: 5px 0;
  }
  header .navbar-default .navbar-collapse,
  header .navbar-default .navbar-form {
    border-color: transparent;
  }
  .text-center-xs {
    text-align: center;
  }
  .title-center {
    font-size: 55px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
  }
  .sub-title {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
  }
  .custompopup .close {
    width: 35px;
    height: 35px;
    top: 1px;
    right: 1px;
  }
  .inline-xs {
    display: inline;
  }
  .pl-xs-0 {
    padding-left: 0;
  }
  .pl-xs-5 {
    padding-left: 5px;
  }
  .pl-xs-10 {
    padding-left: 10px;
  }
  .pl-xs-15 {
    padding-left: 15px;
  }
  .pl-xs-20 {
    padding-left: 20px;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pt-xs-15 {
    padding-top: 15px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pt-xs-25 {
    padding-top: 25px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .contact {
    background: #fff;
    color: #000 !important;
    font-size: 12px;
    height: 40px;
    line-height: 23px;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    -moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    -ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    -o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
    width: 35px;
    z-index: 999;
  }
  .contact::before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 40px;
    padding: 10px 20px;
    position: absolute;
    right: -20px;
    top: 10px;
    -webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    -moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    -ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    -o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
    width: 55px;
    z-index: -1;
  }
  .owl-dots {
    bottom: 0;
    position: relative;
    width: 100%;
  }
  .caption {
    position: relative;
    left: 0;
    top: 0;
    color: #333;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .breadcrumb > li {
    display: block;
    margin-bottom: 10px;
  }
  .breadcrumb > li + li::before {
    content: " ";
  }
}
