@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("../fonts/tungstenw05-medium.woff2") format("woff2"),
    url("../fonts/tungstenw05-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */
/* Uncomment while going LIVE */
@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 {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}
.menu .align-list > ul > li {
  margin-bottom: 0 !important;
}
.align-list > ul > li > a {
  font-weight: 400;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0,
.mb0 {
  margin-bottom: 0 !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.mt-100,
.my-100 {
  margin-top: 100px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pt-200,
.py-200 {
  padding-top: 200px !important;
}
.pb-200,
.py-200 {
  padding-bottom: 200px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb15 {
  padding: 15px 0;
}
.open > .icon-bar11,
.open > .icon-bar31 {
  background-color: #061838 !important;
}
.menu ul li {
  margin-bottom: 10px !important;
}
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/
.fontweight300 {
  font-weight: 300 !important;
}
.fontweight400 {
  font-weight: 400 !important;
}
.fontweight600 {
  font-weight: 600 !important;
}
.fontweight900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
.color-grey {
  color: #cccccc !important;
}
.color-sapphire-d {
  color: #061838 !important;
}
.color-sapphire-m {
  color: #0f9ffa !important;
}
.color-sapphire-l {
  color: #92d1ff !important;
}
.color-sapphire-lbg {
  color: #bee3ff !important;
}
.color-coral-d {
  color: #4c0519 !important;
}
.color-coral-m {
  color: #f16c51 !important;
}
.color-coral-l {
  color: #fbc2ba !important;
}
.color-coral-lbg {
  color: #fcddd6 !important;
}
.color-topaz-d {
  color: #2f1113 !important;
}
.color-topaz-m {
  color: #df9926 !important;
}
.color-topaz-l {
  color: #eac8a5 !important;
}
.color-topaz-lbg {
  color: #ece1ce !important;
}
.color-jade-d {
  color: #09321d !important;
}
.color-jade-m {
  color: #00b28f !important;
}
.color-jade-l {
  color: #a8d7cd !important;
}
.color-jade-lbg {
  color: #d8e7da !important;
}
.color-amethyst-d {
  color: #372261 !important;
}
.color-amethyst-m {
  color: #963596 !important;
}
.color-amethyst-l {
  color: #d0b5d5 !important;
}
.color-amethyst-lbg {
  color: #e6dbe6 !important;
}
.color-onyx-d {
  color: #3f3f3f !important;
}
.color-onyx-m {
  color: #7e7e7e !important;
}
.color-onyx-l {
  color: #b8b8b8 !important;
}
.color-onyx-lbg {
  color: #dadada !important;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background-color: #0f9ffa !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-egyptian-blue {
  background-color: #213f98 !important;
}
.bg-light-white {
  background-color: #f2f2f2 !important;
}
.bg-light-grey {
  background-color: #f8f8f8 !important;
}
.bg-darkblue {
  background-color: #372261 !important;
}
.bg-purple {
  background-color: #963596 !important;
}
.bg-green {
  background-color: #1995a4 !important;
}
.bg-cyan {
  background-color: #0f9ffa !important;
}
.bg-twittercyan {
  background-color: #4fb6dc !important;
}
.bg-orange {
  background-color: #df9926 !important;
}
.bg-sapphire-dark {
  background-color: #061838 !important;
}
.bg-sapphire-medium {
  background-color: #0f9ffa !important;
}
.bg-sapphire-light {
  background-color: #92d1ff !important;
}
.bg-sapphire-less-light {
  background-color: #bee3ff !important;
}
.bg-coral-dark {
  background-color: #4c0519 !important;
}
.bg-coral-medium {
  background-color: #f16c51 !important;
}
.bg-coral-light {
  background-color: #fbc2ba !important;
}
.bg-coral-less-light {
  background-color: #fcddd6 !important;
}
.bg-topaz-dark {
  background-color: #2f1113 !important;
}
.bg-topaz-medium {
  background-color: #df9926 !important;
}
.bg-topaz-light {
  background-color: #eac8a5 !important;
}
.bg-topaz-less-light {
  background-color: #ece1ce !important;
}
.bg-jade-dark {
  background-color: #09321d !important;
}
.bg-jade-medium {
  background-color: #00b28f !important;
}
.bg-jade-light {
  background-color: #a8d7cd !important;
}
.bg-jade-less-light {
  background-color: #d8e7da !important;
}
.bg-amethyst-dark {
  background-color: #372261 !important;
}
.bg-amethyst-medium {
  background-color: #963596 !important;
}
.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}
.bg-amethyst-less-light {
  background-color: #e6dbe6 !important;
}
.bg-onyx-dark {
  background-color: #3f3f3f !important;
}
.bg-onyx-medium {
  background-color: #7e7e7e !important;
}
.bg-onyx-light {
  background-color: #b8b8b8 !important;
}
.bg-onyx-less-light {
  background-color: #dadada !important;
}

header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.slider,
.hero_slider {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%) !important;
  -moz-transform: translate(0px, -50%) !important;
  -ms-transform: translate(0px, -50%) !important;
  -o-transform: translate(0px, -50%) !important;
  transform: translate(0px, -50%) !important;
  width: auto;
  color: #fff;
}
.sec1-cnt-align {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-head {
  font-size: 98px;
  line-height: 0.9;
  margin: 0 0 30px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}

.hero-para {
  font-size: 26px;
}
.owl-item {
  overflow: hidden;
}
.slide-image {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: white;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots {
  bottom: 25px;
  position: absolute;
  width: 100%;
}
/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span::after {
  height: 100%;
}
.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
  border-radius: 50%;
}
/* End */
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: #fff;
}
.owl-next {
  right: 0;
}
.hero-sub-head {
  font-family: "tungstenw05-medium";
  font-size: 60px;
  display: block;
}
.sec2 {
  overflow: hidden;
  position: relative;
  background-color: #010f6c;
  padding-bottom: 270px !important;
}
.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: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-link:hover,
.cta-link:focus {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.cta-link:hover:before {
  height: 1000%;
}

.sec2-bottom {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(
    to right,
    #292728,
    #2c2a2a,
    #2f2c2d,
    #312f2f,
    #343232
  );
}
/* .sec2 .box-img img {
  filter: grayscale(1);
} */
.sec2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url(/content/dam/infosys-web/en/about/esg/esg-opportunity/springboard/sec2-bg-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  height: 250px;
}
.sec2-head {
  font-size: 90px;
  line-height: 0.9;
  margin: 0 0 30px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  color: #e92c2c;
}
.sec2-para {
  font-size: 22px;
}
.sec2-flex {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.boxes-wrap {
  width: 100%;
}
.box-wrap {
  width: 20%;
  position: relative;
  padding: 0 15px;
}
.box-wrap:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  right: 0;
}
.box-wrap:last-child:after {
  width: 0;
  height: 0;
}
.box-num {
  font-size: 50px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  color: #e92c2c;
}
.box-text {
  font-size: 20px;
}
.sec2-cnt span {
  font-size: 30px;
  margin-bottom: 30px;
  display: block;
  color: #999;
}
.sec2-scroll-head {
  font-size: 80px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.sec2-scroll-para {
  font-size: 32px;
  padding-right: 100px;
  margin: 0;
}
.sec2-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/content/dam/infosys-web/en/about/esg/esg-opportunity/springboard/sec2b-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  filter: grayscale(1);
}

.scroll-container {
  width: 26px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 15px;
  position: absolute;
  margin: 0 auto;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 1;
}
.scroller {
  width: 16px;
  border-radius: 8px;
  background-color: #e55566;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 34px;
  animation: scroller 1500ms ease-out infinite;
}
@keyframes scroller {
  0% {
    bottom: 34px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    bottom: 34px;
  }
}
.scroll-down-text {
  display: inline-block;
}
.scroll-down-text span {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}

.sec2-cnt-wrap {
  opacity: 0;
}
.sec2-cnt-wrap1 {
  margin-top: 600px;
}
.sec2-scroll-img {
  position: relative;
}
.sec2-cnt:not(:last-child) {
  margin-bottom: 200px;
}
.sec2-img {
  position: absolute;
  top: 0;
}
.sec2-img img {
  border-radius: 50%;
  width: 450px;
  height: 450px;
  object-fit: cover;
  margin-left: 100px;
  margin-top: -80px;
  filter: grayscale(1);
}
.sec2-img-wrap1 {
  /* transform: translateX(-100%); */
  z-index: 1;
  opacity: 0;
}
.sec2-img-wrap2 {
  z-index: 1;
  opacity: 0;
}
.sec2-img-wrap3 {
  z-index: 2;
  opacity: 0;
}
.sec2-img-wrap3 {
  z-index: 3;
  opacity: 0;
}
.sec2-img-wrap4 {
  z-index: 4;
  opacity: 0;
}
.sec2-img-wrap5 {
  z-index: 5;
  opacity: 0;
}

.sec6-head {
  margin: 0;
  font-size: 120px;
  line-height: 0.8;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}

.latest-news {
  position: relative;
  overflow: hidden;
  background-color: #051124;
}

.news-slider .owl-dots {
  bottom: -70px;
}
.news-slider .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.news-slider .owl-carousel .animated.card1,
.news-slider .owl-carousel .animated.card5 {
  animation-delay: 0.2s;
}
.news-slider .owl-carousel .animated.card2,
.news-slider .owl-carousel .animated.card6 {
  animation-delay: 0.4s;
}
.news-slider .owl-carousel .animated.card3,
.news-slider .owl-carousel .animated.card7 {
  animation-delay: 0.6s;
}
.news-slider .owl-carousel .animated.card4,
.news-slider .owl-carousel .animated.card8 {
  animation-delay: 0.8s;
}
.news-slider.owl-carousel .owl-stage {
  transition: all 0.2s ease 0s !important;
}
.news-slider .owl-nav .owl-prev,
.news-slider .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 32px !important;
  height: 32px !important;
  right: 0;
  top: -100px !important;
  text-indent: -9999px;
  position: absolute !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  transform-origin: center 8px;
}
.news-slider .owl-nav .owl-next img,
.news-slider .owl-nav .owl-prev img {
  position: absolute;
  top: 0;
  z-index: 99999;
  width: 55px;
  height: 55px;
}
.news-slider .owl-nav .owl-next {
  right: 0;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/infosys-stories/next-chevron.png);
}
.news-slider .owl-nav .owl-prev {
  right: 100px;
  transform: rotate(180deg) !important;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/infosys-stories/next-chevron.png);
}
.card {
  height: 400px;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
  border: 0;
}
.card,
.bg-color {
  background-color: #061838;
  overflow: hidden;
  margin-top: 90px;
}
.option-2 .card {
  width: 200px;
}
.card:not(:first-child) {
  margin-left: -10px;
}
.option-2 .card:not(:first-child) {
  margin-left: 20px;
}
.card:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
  background-color: #4c4c4c;
}
.card:hover ~ .card {
  position: relative;
  left: 10px;
  transition: 0.4s ease-out;
}
.option-2 .card:hover ~ .card {
  position: relative;
  left: 20px;
  transition: 0.4s ease-out;
}
.option-1 > [class*="col-"],
.option-2 > [class*="col-"] {
  margin-bottom: 120px;
}
.title {
  color: white;
  font-weight: 300;
  position: absolute;
  font-size: 130px;
  margin: 0;
  opacity: 0.1;
  bottom: -20px;
  transform: rotate(-35deg);
  right: -10px;
  transition: all 0.5s ease;
}
.bar {
  position: absolute;
  bottom: 30px;
  left: 15px;
  height: 5px;
  width: 90%;
}
.option-2 .bar {
  top: 90px;
}
.emptybar {
  background-color: #101948;
  width: 100%;
  height: 100%;
}
.filledbar {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  background: rgb(0, 124, 195);
  background: linear-gradient(
    90deg,
    rgba(0, 124, 195, 1) 0%,
    rgba(223, 153, 38, 1) 65%,
    rgba(56, 34, 97, 1) 100%
  );
  transition: 0.6s ease-out;
}
.card:hover .filledbar {
  width: 120px;
  transition: 0.4s ease-out;
}
.cnt-description {
  position: absolute;
  top: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  transition: 0.4s ease-out;
  font-size: 20px;
  font-weight: 600;
  left: 0;
  padding: 30px;
}
.option-2 .cnt-description {
  width: auto;
}

.circle-svg {
  position: absolute;
  bottom: -25px;
  /* left: calc(50% - 60px); */
  width: 85%;
  height: 40%;
}
.stroke {
  stroke: white;
  stroke-dasharray: 230;
  stroke-dashoffset: 230;
  transition: 0.6s ease-out;
  transform: translate(18px, -17px) rotate(25deg);
}
svg {
  fill: #061838;
  stroke-width: 2px;
  width: 100%;
  transition: 0s;
}
.card:hover svg {
  fill: #000000;
}
.card:hover .stroke {
  stroke-dashoffset: 100;
  transition: 0.6s ease-out;
}
.cta-read-more {
  position: absolute;
  bottom: 125px;
  color: #fff;
  display: block;
  left: 55px;
  opacity: 0;
  transition: 0.6s ease-out;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}
.card:hover .cta-read-more {
  opacity: 1;
  left: 35px;
}
.line-reveal {
  width: 120%;
  height: 3px;
  overflow: hidden;
  position: absolute;
  opacity: 0.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(0.645, 0.045, 0.355, 1);
  /* //animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); // expo */
}

.line-reveal .line {
  border: 3px dashed white;
  backface-visibility: hidden;
}
#line-a {
  left: 0;
  top: 60%;
  transform-origin: 0 0;
  transform: rotate(-50deg);
}
#line-a .line {
  border-color: #df9926;
}
#line-b {
  left: 0;
  bottom: 20%;
  transform-origin: 0 0;
  transform: rotate(-5deg);
}
#line-b .overlay {
  animation-delay: 0.5s;
}
#line-b .line {
  border-color: #963596;
}
#line-c {
  right: 10%;
  bottom: 0;
  transform-origin: 100% 0;
  transform: rotate(70deg);
}
#line-c .overlay {
  animation-delay: 1s;
}
#line-c .line {
  border-color: #007cc3;
}

@keyframes wipe {
  to {
    transform: scaleX(0);
  }
}
.counter {
  position: absolute;
  top: -50px;
  right: 35px;
  font-size: 20px;
  z-index: 9;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
}

.movies-article {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #d8ddf5;
}
.movies-article-video {
  object-fit: cover;
}
.movies-article-content-reveal {
  position: absolute;
  top: 0;
  left: 3%;
  width: 30%;
  height: 100%;
  background: #fff;
  padding: 30px;
  margin: 0;
}
.movies-article-content-reveal .share-page,
.join-talent .share-page {
  justify-content: flex-start;
}
.movies-article-content-reveal .social-icons:nth-child(2) a,
.join-talent .social-icons:nth-child(2) a {
  margin-left: 15px;
}
.movies-article-content-text {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #000;
}
.movies-article-content-text label {
  position: relative;
  margin: 0;
  font-weight: normal;
  display: block;
}
.movies-article-content-text label span {
  display: block;
}

.movies-article-content-text label span.focus-txt {
  display: block;
  margin: 30px 0;
  font-size: 50px;
}
.cta-btn-link {
  background: transparent;
  padding: 14px 35px;
  border: 1px solid #000;
  font-size: 30px;
  display: inline-block;
  line-height: 0.8;
  color: #000;
}
.cta-btn-link img {
  margin-left: 15px;
  transition: all 0.5s ease;
}
.cta-btn-link:hover .arrow-img-1 {
  right: -55px;
}
.cta-btn-link:hover .arrow-img-2 {
  right: 0;
}
.arrow-img-wrap {
  overflow: hidden;
  display: inline-block;
  position: relative;
  filter: invert(1);
}
.arrow-img-1 {
  position: relative;
  right: 0;
}
.join-cta .arrow-img-1 {
  top: 0;
}
.arrow-img-2 {
  position: absolute;
  top: 3px;
  right: 55px;
}
.join-cta .arrow-img-2 {
  top: 5px;
}
.sec2-img-wrap5 img {
  object-position: left;
}
/* share part */
.share-page {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.share-page-top::before {
  top: unset !important;
  bottom: -25px;
}
.social-txt span {
  display: block;
  font-weight: 600;
}
.social-icons a {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.social-icons:nth-child(2) a {
  margin-left: 15px;
}
.social-icons a,
.social-icons a:hover,
.social-icons a:focus {
  color: #000;
}

.modal .social-icons a,
.modal .social-icons a:hover,
.modal .social-icons a:focus {
  color: #fff;
}
/* share part END  */

.focus-voices-modal .close {
  position: absolute;
  font-size: 20px;
  opacity: 1;
  line-height: 0;
  top: 5%;
  text-shadow: none;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  right: 30px;
  z-index: 1;
}
.focus-voices-modal.modal.left .modal-dialog,
.focus-voices-modal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.focus-voices-modal.modal.left .modal-content,
.focus-voices-modal.modal.right .modal-content {
  height: 100%;
  /* overflow-y: auto; */
}
.focus-voices-modal.modal.left .modal-body,
.focus-voices-modal.modal.right .modal-body {
  padding: 15px 15px 80px;
}
/*Left*/
.focus-voices-modal.modal.left.fade .modal-dialog {
  left: -1320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
/*Right*/
.focus-voices-modal.modal.right.fade .modal-dialog {
  right: -1320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.focus-voices-modal.modal.right.fade.in .modal-dialog {
  right: 0;
}
/* ----- MODAL STYLE ----- */
.focus-voices-modal .modal-content {
  border-radius: 0;
  border: none;
  padding: 50px;
}
.focus-voices-modal-h2 {
  font-size: 80px;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
}

.focus-voices-modal-h3 {
  margin: 0 0 15px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 40px;
  line-height: 0.9;
}
.focus-voices-modal-para {
  font-size: 24px;
}
.modal-backdrop.in {
  filter: alpha(opacity=100);
  opacity: 0.5;
}
.modal-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.modal-open .blur-effect {
  filter: blur(10px);
}

/* FOOTER */
.skip-main-cnt,
.skip-footer {
  background: #df9926;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.ul.footer-txt > li > a:hover {
  text-decoration: none;
}
.ftr-head {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before,
.down-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\f0d8";
}
.down-arrow:before {
  content: "\f0d7";
}
.select-country > a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
}
.select-country > a:hover,
.select-country > a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  /* .slider,
  .hero_slider,
  .repeated-css {
    height: 600px;
  } */
  .hero-para {
    /* font-size: 24px; */
    margin: 0;
  }
  .sec2-scroll-para {
    padding-right: 30px;
  }
  .sec2-img img {
    margin-left: 0;
    margin-top: 100px;
  }

  .cnt-description {
    font-size: 18px;
  }
  .circle-svg {
    bottom: -50px;
  }
  .card:hover .cta-read-more,
  .card .cta-read-more {
    opacity: 1;
  }
  .card:hover svg {
    fill: #963596;
  }
  .card:hover .stroke,
  .card .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
  }

  .movies-article-video,
  .movies-article-video-2,
  .movies-article-video-3,
  .movies-article-video-4 {
    height: 100vh;
    object-fit: cover;
  }
  .movies-article-content-text label span.focus-txt {
    font-size: 43px;
  }
}
@media only screen and (max-width: 992px) {
  .sec2-img {
    position: relative;
  }
  .sec2-cnt-wrap1 {
    margin-top: 0;
  }
  .sec2-scroll-para {
    padding-right: 0;
  }
  .sec2-scroll-head {
    margin: 0 0 20px;
  }
  .sec2-cnt {
    margin-bottom: 0 !important;
  }
  .sec2-img img {
    margin: 50px 0 70px;
    width: auto;
    height: auto;
    border-radius: 20px;
  }
  .movies-article-content-reveal {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mt-0-xs,
  .my-0-xs {
    margin-top: 0 !important;
  }
  .mb-0-xs,
  .my-0-xs {
    margin-bottom: 0 !important;
  }
  .mt-10-xs,
  .my-10-xs {
    margin-top: 10px !important;
  }
  .mb-10-xs,
  .my-10-xs {
    margin-bottom: 10px !important;
  }
  .mt-20-xs,
  .my-20-xs {
    margin-top: 20px !important;
  }
  .mb-20-xs,
  .my-20-xs {
    margin-bottom: 20px !important;
  }
  .mt-30-xs,
  .my-30-xs {
    margin-top: 30px !important;
  }
  .mb-30-xs,
  .my-30-xs {
    margin-bottom: 30px !important;
  }
  .mt-40-xs,
  .my-40-xs {
    margin-top: 40px !important;
  }
  .mb-40-xs,
  .my-40-xs {
    margin-bottom: 40px !important;
  }
  .mt-50-xs,
  .my-50-xs {
    margin-top: 50px !important;
  }
  .mb-50-xs,
  .my-50-xs {
    margin-bottom: 50px !important;
  }
  .mt-75-xs,
  .my-75-xs {
    margin-top: 75px !important;
  }
  .mb-75-xs,
  .my-75-xs {
    margin-bottom: 75px !important;
  }
  .mt-100-xs,
  .my-100-xs {
    margin-top: 100px !important;
  }
  .mb-100-xs,
  .my-100-xs {
    margin-bottom: 100px !important;
  }
  .pt-75-xs,
  .py-75-xs {
    padding-top: 75px !important;
  }
  .pb-75-xs,
  .py-75-xs {
    padding-bottom: 75px !important;
  }
  .pt-100-xs,
  .py-100-xs {
    padding-top: 100px !important;
  }
  .pb-100-xs,
  .py-100-xs {
    padding-bottom: 100px !important;
  }
  /* .slider,
  .hero_slider,
  .repeated-css {
    height: 480px;
  } */
  .hero-head {
    font-size: 60px;
    padding: 0 15px;
  }
  .hero-para {
    /* font-size: 26px; */
    padding: 0 15px;
  }
  .slide-image {
    object-position: 500px;
  }
  .sec2-head {
    font-size: 50px;
  }
  .sec2-flex {
    display: block;
    margin-top: 0 !important;
  }
  .sec2-scroll-head,
  .sec4-head span {
    font-size: 60px;
  }
  .sec4-para,
  .sec5-para,
  .sec2-scroll-para {
    font-size: 26px;
  }
  .box-wrap {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .box-wrap:after {
    height: 1px;
    width: 100%;
    top: unset;
    bottom: 0;
  }
  .box-img img {
    margin: 0 auto;
  }
  .sec6-head {
    font-size: 80px;
  }
  .news-slider .owl-nav .owl-prev,
  .news-slider .owl-nav .owl-next {
    top: -20px !important;
  }
  .news-slider .owl-nav .owl-next {
    right: 30px;
  }
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
  .pull-left-xs {
    float: left !important;
  }

  .movies-article {
    margin-bottom: 50px;
  }
  .movies-article-video,
  .movies-article-video-2,
  .movies-article-video-3,
  .movies-article-video-4 {
    height: 50vh;
  }
  .movies-article-content-reveal {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    padding: 30px;
    margin: -50px 0 0;
    z-index: 1;
  }
  .movies-article-content-text {
    font-size: 30px;
  }
  .movies-article-content-text label span.focus-txt {
    font-size: 40px;
    margin: 20px 0;
  }
  .focus-voices-modal .modal-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 380px) {
  .movies-article-content-reveal {
    padding: 15px;
  }
  .movies-article-content-text label span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 360px) {
}
