@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: #000;
  padding: 0;
  margin: 0;
}
.h1-heading,
.h2-heading {
  font-weight: 500;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin: 0;
}
.h1-heading {
  font-size: 80px;
  line-height: 80px;
}
.h2-heading {
  font-size: 70px;
  line-height: 70px;
}
a {
  color: #000;
  font-weight: 400;
  outline: 0;
  -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);
}
a:focus,
a:hover {
  color: #007cc3;
  text-decoration: none;
}
.ms-rtestate-field h1,
.ms-rtestate-field h2,
h1.ms-rteElement-H1,
h2.ms-rteElement-H2 {
  color: inherit;
}
.menu-logo {
  width: 140px;
  margin-bottom: 20px;
}
 
.bg-sapphire-dark .icon-bar1,
.bg-sapphire-dark .icon-bar2,
.bg-sapphire-dark .icon-bar3 {
  background-color: #fff;
  transition: all 0.2s ease-out 0s;
}
.bg-sapphire-dark {
  background-color: #061838 !important;
}
 
 
 
 
iframe[name="google_conversion_frame"] {
  display: none;
}
#videoModal .modal-body {
  padding: 0;
}
#videoModal button.close {
  position: absolute;
  font-size: 50px;
  color: #fff;
  top: -15px;
  right: -40px;
  opacity: 1;
}
a.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;
  margin: 1.11rem 0;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
}
a.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: #fff;
  z-index: -1;
}
a.btn-shutter:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #000;
}
a.btn-shutter:hover:before {
  width: 100%;
}
a.btn-shutter-black {
  color: #000;
  border: 1px solid #000;
}
a.btn-shutter-black:before {
  background-color: #000;
}
a.btn-shutter-black:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #fff;
}
a.btn-shutter-black:hover:before {
  width: 100%;
}
a.border_switch_effect {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  margin-top: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
a.border_switch_effect::before {
  left: 2px;
  top: 0;
  transform: rotate(90deg);
  transform-origin: 0 0 0;
}
a.border_switch_effect::after,
a.border_switch_effect::before {
  background-color: #fff;
  content: "";
  height: 2px;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 45px;
}
a.border_switch_effect::after {
  bottom: 0;
  right: 2px;
  transform: rotate(90deg);
  transform-origin: 100% 0 0;
}
a.border_switch_effect:focus::before,
a.border_switch_effect:hover::before {
  left: 50%;
  transform: rotate(0) translateX(-50%);
}
a.border_switch_effect:focus::after,
a.border_switch_effect:focus::before,
a.border_switch_effect:hover::after,
a.border_switch_effect:hover::before {
  opacity: 1;
}
a.border_switch_effect:focus::after,
a.border_switch_effect:hover::after {
  right: 50%;
  transform: rotate(0) translateX(50%);
}
a.brackets_effect {
  color: #fff;
  font-weight: 400;
}
a.brackets_effect:focus,
a.brackets_effect:hover {
  color: #333;
}
a.brackets_effect::after,
a.brackets_effect::before {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
a.brackets_effect::before {
  margin-right: 10px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
a.brackets_effect::after {
  margin-left: 10px;
  content: "]";
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
a.brackets_effect:focus::after,
a.brackets_effect:focus::before,
a.brackets_effect:hover::after,
a.brackets_effect:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.separator {
  background-color: #e0e0e0;
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-sapphire {
  background-color: #061838;
}
.bg-sapphire-medium {
  background-color: #0f9ffa;
}
.bg-sapphire-light {
  background-color: #92d1ff;
}
.bg-sapphire-lbg {
  background-color: #bee3ff;
}
.bg-coral {
  background-color: #4c0519;
}
.bg-coral-medium {
  background-color: #f16c51;
}
.bg-coral-light {
  background-color: #fbc2ba;
}
.bg-coral-lbg {
  background-color: #fcddd6;
}
.bg-topaz {
  background-color: #2f1113;
}
.bg-topaz-medium {
  background-color: #df9926;
}
.bg-topaz-light {
  background-color: #eac8a5;
}
.bg-topaz-lbg {
  background-color: #ece1ce;
}
.bg-jade {
  background-color: #09321d;
}
.bg-jade-medium {
  background-color: #00b28f;
}
.bg-jade-light {
  background-color: #a8d7cd;
}
.bg-jade-lbg {
  background-color: #d8e7da;
}
.bg-amethyst {
  background-color: #372261;
}
.bg-amethyst-medium {
  background-color: #963596;
}
.bg-amethyst-light {
  background-color: #d0b5d5;
}
.bg-amethyst-lbg {
  background-color: #e6dbe6;
}
.bg-onyx {
  background-color: #3f3f3f;
}
.bg-onyx-medium {
  background-color: #7e7e7e;
}
.bg-onyx-light {
  background-color: #b8b8b8;
}
.bg-onyx-lbg {
  background-color: #dadada;
}
.bg-insights-speaker {
  background-color: #f4f4f4;
}
.bg-see-all-sessions {
  background-color: #212121;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.color-sapphire-d {
  color: #061838;
}
.color-sapphire-m {
  color: #0f9ffa;
}
.color-sapphire-l {
  color: #92d1ff;
}
.color-sapphire-lbg {
  color: #bee3ff;
}
.color-coral-d {
  color: #4c0519;
}
.color-coral-m {
  color: #f16c51;
}
.color-coral-l {
  color: #fbc2ba;
}
.color-coral-lbg {
  color: #fcddd6;
}
.color-topaz-d {
  color: #2f1113;
}
.color-topaz-m {
  color: #df9926;
}
.color-topaz-l {
  color: #eac8a5;
}
.color-topaz-lbg {
  color: #ece1ce;
}
.color-jade-d {
  color: #09321d;
}
.color-jade-m {
  color: #00b28f;
}
.color-jade-l {
  color: #a8d7cd;
}
.color-jade-lbg {
  color: #d8e7da;
}
.color-amethyst-d {
  color: #372261;
}
.color-amethyst-m {
  color: #963596;
}
.color-amethyst-l {
  color: #d0b5d5;
}
.color-amethyst-lbg {
  color: #e6dbe6;
}
.color-onyx-d {
  color: #3f3f3f;
}
.color-onyx-m {
  color: #7e7e7e;
}
.color-onyx-l {
  color: #b8b8b8;
}
.color-onyx-lbg {
  color: #dadada;
}
.border-amethyst,
.border-coral,
.border-jade,
.border-onyx,
.border-sapphire,
.border-topaz {
  padding: 10px;
  margin-bottom: 20px;
}
.border-sapphire {
  border: 1px solid #0f9ffa;
}
.border-coral {
  border: 1px solid #f16c51;
}
.border-topaz {
  border: 1px solid #df9926;
}
.border-jade {
  border: 1px solid #00b28f;
}
.border-amethyst {
  border: 1px solid #963596;
}
.border-onyx {
  border: 1px solid #7e7e7e;
}
.border-sapphire-t {
  border-top: 1px solid #0f9ffa;
  padding-top: 15px;
}
.border-sapphire-r {
  border-right: 1px solid #0f9ffa;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-sapphire-b {
  border-bottom: 1px solid #0f9ffa;
  padding-bottom: 15px;
}
.border-sapphire-l {
  border-left: 1px solid #0f9ffa;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-coral-t {
  border-top: 1px solid #f16c51;
  padding-top: 15px;
}
.border-coral-r {
  border-right: 1px solid #f16c51;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-coral-b {
  border-bottom: 1px solid #f16c51;
  padding-bottom: 15px;
}
.border-coral-l {
  border-left: 1px solid #f16c51;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-topaz-t {
  border-top: 1px solid #df9926;
  padding-top: 15px;
}
.border-topaz-r {
  border-right: 1px solid #df9926;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-topaz-b {
  border-bottom: 1px solid #df9926;
  padding-bottom: 15px;
}
.border-topaz-l {
  border-left: 1px solid #df9926;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-jade-t {
  border-top: 1px solid #00b28f;
  padding-top: 15px;
}
.border-jade-r {
  border-right: 1px solid #00b28f;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-jade-b {
  border-bottom: 1px solid #00b28f;
  padding-bottom: 15px;
}
.border-jade-l {
  border-left: 1px solid #00b28f;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-amethyst-t {
  border-top: 1px solid #963596;
  padding-top: 15px;
}
.border-amethyst-r {
  border-right: 1px solid #963596;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-amethyst-b {
  border-bottom: 1px solid #963596;
  padding-bottom: 15px;
}
.border-amethyst-l {
  border-left: 1px solid #963596;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-onyx-t {
  border-top: 1px solid #7e7e7e;
  padding-top: 15px;
}
.border-onyx-r {
  border-right: 1px solid #7e7e7e;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}
.border-onyx-b {
  border-bottom: 1px solid #7e7e7e;
  padding-bottom: 15px;
}
.border-onyx-l {
  border-left: 1px solid #7e7e7e;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}
.border-nouse {
  border: 0 solid;
  padding-right: 15px;
}
.fontweight300 {
  font-weight: 300;
}
.fontweight400 {
  font-weight: 400;
}
.fontweight500 {
  font-weight: 500;
}
.fontweight600 {
  font-weight: 600;
}
.fontweight700 {
  font-weight: 700;
}
.fontweight900 {
  font-weight: 900;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.left-arrow,
.left-arrow:hover {
  color: #fff;
}
.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-color: #e8e8e8;
  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: 100px;
  z-index: 999;
  text-decoration: inherit;
}
.contact::before {
  background-color: rgba(232, 232, 232, 0.6);
  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;
}
.contact_none {
  visibility: hidden;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1;
}
.ribbon {
  text-transform: uppercase;
}
.progressbar {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 1110;
}
.progressbar .width {
  background-color: #92d1ff;
  height: 2px;
  width: 0;
}
.listing-bottom-space [class*="col-"] {
  margin-bottom: 50px;
}
.bottom-space [class*="col-"] {
  margin-bottom: 20px;
}
.m0 {
  margin: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mtb1 {
  margin: 10px auto !important;
}
.mtb2 {
  margin: 20px auto !important;
}
.mtb3 {
  margin: 30px auto !important;
}
.mtb4 {
  margin: 40px auto !important;
}
.mtb5 {
  margin: 50px auto !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 10px !important;
}
.mb2 {
  margin-bottom: 20px !important;
}
.mb3 {
  margin-bottom: 30px !important;
}
.mb4 {
  margin-bottom: 40px !important;
}
.mb5 {
  margin-bottom: 50px !important;
}
.mb6 {
  margin-bottom: 60px !important;
}
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 10px !important;
}
.pb2 {
  padding-bottom: 20px !important;
}
.pb3 {
  padding-bottom: 30px !important;
}
.pb4 {
  padding-bottom: 40px !important;
}
.pb5 {
  padding-bottom: 50px !important;
}
.pb6 {
  padding-bottom: 60px !important;
}
.ptb0 {
  padding: 0 auto !important;
}
.ptb15 {
  padding: 15px 0 !important;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.iframe-contact-ht {
  height: 810px;
  width: 100%;
  border: 0;
}
.eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq-height:after,
.eq-height:before {
  content: normal;
}
.eq-height .eqh-box {
  position: relative;
  height: 100%;
  padding-bottom: 40px;
  overflow: hidden;
}
.takeaways .eqh-box {
  padding-bottom: 0;
}
.eq-height img {
  max-width: none;
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
  transition: all 0.35s ease 0s;
  width: calc(100% + 20px);
}
.eq-height .eqh-box:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-bottom {
  position: absolute !important;
  bottom: 20px;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 80vh;
}
#L2_home_banner {
  height: 75vh;
  position: relative;
}
.L2-home-banner-image {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  min-height: 100%;
  min-width: 100%;
}
.L2-top {
  margin-top: 100px;
}
#sml_ht_home_banner {
  padding: 100px 0 50px;
}
.l-top {
  margin-top: 100px;
}
section {
  padding: 75px 0;
}
.sub-txt {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 50px;
  color: #7e7e7e;
}
.listing-cnt-wrapper {
  padding: 15px;
  color: #fff;
}
.listing-cnt-wrapper a {
  color: #fff;
  font-weight: 600;
}
.listing-cnt-wrapper a:hover {
  color: #fff;
}
header [class*="col-"] {
  min-height: 0;
}
 
.next-arrow,
.prev-arrow,
.quote-txt {
  position: relative;
  font-size: 20px;
  line-height: 1.5em;
}
.next-arrow:after,
.prev-arrow:before,
.quote-txt:after,
.quote-txt:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #fff;
  position: absolute;
}
.quote-txt:before {
  content: "";
  background-image: url(/content/dam/infosys-web/en/confluence/2018/Images/insights/left-quote-sign.png);
  background-size: 50px 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  left: 0;
  top: -50px;
}
.quote-txt:after {
  content: "";
  background-image: url(/content/dam/infosys-web/en/confluence/2018/Images/insights/right-quote-sign.png);
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 0;
}
.minus-right:after {
  right: -40px;
}
.next-arrow:after,
.prev-arrow:before {
  font-size: 30px;
  top: 0;
}
.prev-arrow:before {
  content: "\f177";
  left: -30px;
}
.next-arrow:after {
  content: "\f178";
  right: -30px;
}
.slideshow-open .slideshow {
  background-color: rgba(0, 0, 0, 0.6);
}
.slideshow figure {
  background: #fff;
  border: 50px solid #fff;
}
.scale-img {
  position: relative;
  overflow: hidden;
}
.grid-wrap ul.grid li .box-overlay {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.25);
}
.grid-wrap ul.grid li .scale-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
 
#hero_slider {
  padding: 0;
}
#hero_slider,
.slider {
  height: 100vh;
  position: relative;
}
.repeated-css {
  height: 100vh;
  position: relative;
  width: 100%;
}
.slider-image {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}
.slider-caption {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  color: #fff;
}
.owl-item {
  overflow: hidden;
}
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.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-theme .owl-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
}
.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 #fff 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%;
}
.owl-next,
.owl-prev {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 200px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-bread.breadcrumb {
  margin-top: 100px;
  margin-bottom: 10px;
  background: transparent;
  padding: 0;
}
.hero-bread > li + li:before {
  color: #fff;
}
/*footer {
  background: #f8f8f8 none repeat scroll 0 0;
  border-top: 5px solid #d8d8d8;
  color: #333;
  position: relative;
}
footer .ptb50 {
  padding: 50px 15px;
}
.ftr-head {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 0;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.bottom-footer {
  padding: 15px 0;
  background-color: #fff;
}
.bottom-footer p {
  margin: 0;
}*/
footer {
  position: relative;
}

.ftr-logo {
  max-width: 70%;
}

ul.footer-txt > li {
  margin-bottom: 10px;
}

ul.footer-txt > li > a,
ul.footer-txt > li > label,
ul.social-icons > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.ul.footer-txt > li > a:hover,
ul.social-icons > li > a:hover {
  text-decoration: none;
}

ul.social-icons {
  margin-top: 10px;
}

ul.social-icons > li {
  padding-right: 8px;
  padding-left: 8px;
}

ul.social-icons > li > a {
  font-size: 18px;
}

footer .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}

footer .breadcrumb li a {
  color: #fff;
  font-size: 14px;
}

footer .breadcrumb > li + li:before {
  color: #fff;
  content: "|";
}

.bg-black {
  background-color: #000 !important;
}

.color-white {
  color: #ffffff !important;
}

.pb-45,
.py-45 {
  padding-bottom: 45px !important;
}

.pt-45,
.py-45 {
  padding-top: 45px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.copy {
  text-align: right;
  font-size: 14px;
}
.country {
  position: relative;
  z-index: 1;
}
.down-arrow,
.up-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.down-arrow:before,
.up-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #333;
  font-size: 18px;
  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: #7e7e7e;
}
.select-country > a:focus,
.select-country > a:hover {
  color: #7e7e7e;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  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;
}
@media all and (max-width: 1024px) {
  #L2_home_banner {
    height: 45vh;
    position: relative;
  }
  .L2-top {
    margin-top: 70px;
  }
  .l-top {
    margin-top: 50px;
  }
  .h1-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .h2-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .sub-txt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .flex {
    height: 60vh;
  }
  .grid-wrap ul.grid li .scale-img:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .next-arrow,
  .prev-arrow,
  .quote-txt {
    font-size: 18px;
  }
  .eq-height .eqh-box img {
    max-width: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.35s ease 0s;
    width: calc(100% + 0px);
  }
  .eq-height .eqh-box:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  a.border_switch_effect {
    padding: 0;
  }
  a.border_switch_effect::before {
    left: 50%;
    transform: rotate(0) translateX(-50%);
  }
  a.border_switch_effect::after,
  a.border_switch_effect::before {
    opacity: 1;
  }
  a.border_switch_effect::after {
    right: 50%;
    transform: rotate(0) translateX(50%);
  }
  a.brackets_effect::after,
  a.brackets_effect::before {
    opacity: 1;
  }
  a.brackets_effect:focus,
  a.brackets_effect:hover {
    color: inherit;
  }
  a.brackets_effect::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  a.brackets_effect::after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .owl-prev {
    left: 5px;
  }
  .owl-next {
    right: 5px;
  }
  .slider-image {
    right: -137px;
  }
  #hero_slider,
  .slider {
    height: auto;
  }
  .repeated-css {
    height: 600px;
  }
}
@media all and (max-width: 992px) {
  #L2_home_banner {
    height: 34vh;
  }
  .text-left-sm {
    text-align: left;
  }
  .flex {
    height: 40vh;
  }
  .iframe-contact-ht {
    height: 1000px;
  }
  .ribbon {
    text-transform: uppercase;
  }
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.social_icons {
    text-align: left;
  }
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.social_icons {
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  .overlay {
    width: 100%;
    overflow-y: scroll;
  }
  .overlay.color-blue {
    background-color: #329ffa !important;
  }
  .overlay.color-orange {
    background-color: #df9926 !important;
  }
  .overlay.color-insight {
    background-color: #df9926 !important;
  }
}
@media all and (max-width: 767px) {
  #L2_home_banner {
    height: 315px;
    position: relative;
  }
  #sml_ht_home_banner {
    padding: 100px 0 25px;
  }
  .l-top {
    margin-top: 25px;
  }
  section {
    padding: 50px 0;
  }
  .text-center-xs {
    text-align: center;
  }
  .h1-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .h2-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
  .flex {
    height: 45vh;
  }
  .grid li {
    width: 100%;
  }
  .slideshow figure {
    border: 0;
  }
  .quote-txt:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
  .eq-height [class*="col-"] {
    margin-bottom: 20px;
  }
  .eq-height [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .listing-bottom-space [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .bottom-space [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .block-xs {
    display: block;
  }
  .inline-xs {
    display: inline;
  }
  .inline-block-xs {
    display: inline-block;
  }
  .iframe-contact-ht {
    height: 1100px;
  }
  .contact {
    background-color: #fff;
    color: #000 !important;
    font-size: 12px;
    height: 40px;
    line-height: 23px;
    padding: 10px 8px;
    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-color: 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;
  }
  .contact .fa-envelope-o {
    font-size: 18px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-75 {
    margin-bottom: 75px !important;
  }
  .p0-xs {
    padding: 0;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
   
  .repeated-css {
    height: 480px;
  }
  .slider-overlay-amethyst,
  .slider-overlay-black,
  .slider-overlay-coral,
  .slider-overlay-jade,
  .slider-overlay-onyx,
  .slider-overlay-sapphire,
  .slider-overlay-topaz,
  .slider-overlay-white {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .slider-overlay-black {
    background-color: rgba(0, 0, 0, 0.45);
  }
  .slider-overlay-white {
    background-color: rgba(255, 255, 255, 0.45);
  }
  .slider-overlay-sapphire {
    background-color: rgba(6, 24, 56, 0.45);
  }
  .slider-overlay-coral {
    background-color: rgba(76, 5, 25, 0.45);
  }
  .slider-overlay-topaz {
    background-color: rgba(47, 17, 19, 0.45);
  }
  .slider-overlay-jade {
    background-color: rgba(9, 50, 29, 0.45);
  }
  .slider-overlay-amethyst {
    background-color: rgba(55, 34, 97, 0.45);
  }
  .slider-overlay-onyx {
    background-color: rgba(63, 63, 63, 0.45);
  }
  .portal-mob {
    bottom: 3.5rem;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .slider-image {
    right: 0;
  }
  #hero_slider .slider-caption a {
    margin-top: 0;
    padding: 5px;
  }
  .owl-theme .owl-dots {
    bottom: 10px;
  }
  .my-xs-50,
  .mt-xs-50 {
    margin-top: 50px !important;
  }

  .my-xs-50,
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }

  footer ul {
    margin-bottom: 10px;
  }

  #footer .mt-50:nth-of-type(2n + 1) {
    margin: 50px 0 0 !important;
  }

  .ftr-logo {
    max-width: 100%;
  }
  .pull-left-xs {
    float: left !important;
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .iframe-contact-ht {
    height: 865px;
  }
  .breadcrumb > li {
    display: block;
    margin-bottom: 10px;
  }
  /*.breadcrumb > li + li::before {
    content: " ";
  }*/
}
