/* @import url('http://mktgdb/roland-garros/PublishingImages/css/tungsten.css'); */

@import url('https://cloud.typography.com/6060236/7538192/css/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Khand:500');

body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f_align_center {
  -webkit-align-items: center;
  align-items: center;
}
.justify_content {
  -webkit-justify-content: center;
  justify-content: center;
}
.full_height {
  height: 100%;
}
main {
  overflow: hidden;
}
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 {
  margin-bottom: 0 !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mt-15,
.my-15 {
  margin-top: 15px !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15px !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;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pt75,
.py75 {
  padding-top: 75px !important;
}
.pb75,
.py75 {
  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;
}

.font-tungsten {
  font-family: 'Tungsten A', 'Tungsten B', Khand, sans-serif;
}
/*--------------------------------------------------------------
# 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-dark-grey {
  background-color: #3f3f3f !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: #0271b1 !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: #ca4d37 !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: #ab6604 !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: #00866a !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: #8e2d8d !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;
}
.cta-link {
  color: #fff;
  border: 2px 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: 5px 25px;
  /* letter-spacing: 2px; */
  margin: 1.11rem 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 600;
}
.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: 2px solid #fff;
  /*  background-color: transparent;*/
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.cta-link:hover:before {
  height: 1000%;
}


.cta-link-jade {
  color: #00B28F;
  border: 2px solid #00B28F;
  margin: 0px;
}
.cta-link-jade:before {
  background-color: #92D1FF;
}
.cta-link-jade:hover,
.cta-link-jade:focus {
  border: 2px solid #92D1FF;
  color: #000;
  background-color: #92D1FF;
}




.slider,
#hero_slider {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 53%;
  -webkit-transform: translate(0px, -47%) !important;
  -moz-transform: translate(0px, -47%) !important;
  -ms-transform: translate(0px, -47%) !important;
  -o-transform: translate(0px, -47%) !important;
  transform: translate(0px, -47%) !important;
  width: auto;
  color: #fff;
  z-index: 9;
}
.hero-head {
  font-size: 70px;
  line-height: 70px;
  font-family: 'Tungsten A', 'Tungsten B', Khand, sans-serif;
}
.sub-title {
  font-size: 40px;
  line-height: 40px;
  font-family: 'Tungsten A', 'Tungsten B', Khand, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.hero-head span {
  display: block;
}
.top_logo {
  width: 250px !important;
  margin-bottom: 15px;
}
.hero-para {
  font-size: 22px;
}
.repeated-css:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.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;
}
.sec2 {
  position: relative;
}
.sec2-top-para {
  margin: 0;
  font-size: 26px;
}
.h2-head {
  font-size: 50px;
  line-height: 0.9;
  font-family: 'Tungsten A', 'Tungsten B', Khand, sans-serif;
  margin: 0;
}
/* BOX SLIDER */
.box-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.box-carousel.owl-carousel .owl-stage .item {
  height: 100%;
}
.box-carousel.owl-carousel .owl-item img {
  width: auto !important;
}
.box-carousel .owl-nav {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.box-carousel .owl-nav .owl-prev,
.box-carousel .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: unset !important;
  bottom: -80px !important;
  transform: none !important;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  margin: 0;
}
.box-carousel .owl-nav .owl-prev {
  left: 35px;
}
.box-carousel .owl-nav .owl-prev:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  bottom: 15px;
  border: 2px solid #000;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.box-carousel .owl-nav .owl-next {
  right: 35px;
}
.box-carousel .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 15px;
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.box-carousel .owl-dots {
  bottom: -70px;
  position: absolute;
}
.box-slider-href {
  display: block;
  height: 100%;
  padding: 15px;
  border-radius: 5px;
}
.box-slider-href svg {
  width: 75px;
  height: 75px;
}
.box-cnt-wrapper {
  color: #fff;
}
.box-slider-head {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.box-slider-para {
  color: #b8b8b8;
}
/* BOX SLIDER */

/* Sec3 */
.sec3 {
  position: relative;
  background-color: #3f3f3f;
  color: rgba(255, 255, 255, 1);
}
.sec3 .media-left,
.sec3 .media > .pull-left {
  padding-right: 20px;
}
.sec3 .media-heading {
  font-size: 21px;
  position: relative;
  margin: 0;
}
.about_left_side p {
  font-size: 18px;
}
.about_left_side {
  padding-left: 15px;
}
.media_border {
  border-left: 0px solid #7e7e7e;
  border-right: 0px solid #7e7e7e;
  padding-top: 20px;
  padding-bottom: 20px;
}
.media_border:before {
  border-top: 1px solid #7e7e7e;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.media_border:after {
  border-bottom: 1px solid #7e7e7e;
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

/* Item SLIDER */
.item-slider-carousel.owl-carousel .owl-stage,
.news-events-slider.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.item-slider-carousel.owl-carousel .owl-stage .item,
.news-events-slider.owl-carousel .owl-stage .item {
  height: 100%;
}
.item-slider-carousel .owl-nav,
.news-events-slider .owl-nav {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.item-slider-carousel .owl-nav,
.news-events-slider .owl-nav {
  height: 100px;
}
.item-slider-carousel .owl-nav .owl-prev,
.item-slider-carousel .owl-nav .owl-next,
.news-events-slider .owl-nav .owl-prev,
.news-events-slider .owl-nav .owl-next {
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  text-indent: -9999px;
  position: absolute !important;
  top: unset !important;
  bottom: -80px !important;
  transform: none !important;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  margin: 0;
}
.item-slider-carousel .owl-nav .owl-prev,
.item-slider-carousel .owl-nav .owl-next,
.news-events-slider .owl-nav .owl-prev,
.news-events-slider .owl-nav .owl-next {
  bottom: 0 !important;
}
.item-slider-carousel .owl-nav .owl-prev,
.news-events-slider .owl-nav .owl-prev {
  left: 35px;
}
.item-slider-carousel .owl-nav .owl-prev:after,
.news-events-slider .owl-nav .owl-prev:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  bottom: 15px;
  border: 2px solid #000;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.item-slider-carousel .owl-nav .owl-next,
.news-events-slider .owl-nav .owl-next {
  right: 35px;
}
.item-slider-carousel .owl-nav .owl-next:after,
.news-events-slider .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 15px;
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.item-slider-carousel .owl-dots,
.news-events-slider .owl-dots {
  bottom: -70px;
  position: absolute;
}
.item-img-wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.item-img-wrapper img {
  transform: scale(1.1);
  transition: all 0.7s ease;
}
.item-slider-href:hover .item-img-wrapper img {
  transform: scale(1);
}
.item-cnt-wrapper {
  padding: 20px 20px 130px;
}
.item-slider-href {
  display: block;
  height: 100%;
}
.item-slider-head {
  /* font-family: 'Tungsten A', 'Tungsten B', Khand, sans-serif; */
  font-size: 22px;
  font-weight: 600;
  line-height: 0.9;
}
.item-slider-span {
  color: #fff;
  border: 2px 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: 10px 25px;
  margin: 1.11rem 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 600;
  position: absolute;
  bottom: 0;
}
.item-slider-span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.item-slider-span:hover,
.item-slider-span:focus {
  border: 2px solid #fff;
  /*  background-color: transparent;*/
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.item-slider-span:hover:before {
  height: 1000%;
}
/* Item SLIDER */


.empowering {
  position: relative;
  background-image: url(../images/empowering-enterprises.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Sec 4 */
.sec4 {
  position: relative;
  background-color: #3f3f3f;
}
.sub-heading {
  font-size: 22px;
}
.sec4-para {
  color: rgba(255, 255, 255, 0.7);
}
/* Sec 5 */
.sec5 {
  position: relative;
}
.quote-txt {
  font-family: 'Tungsten A', 'Tungsten B', Khand, sans-serif;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 50px;
  position: relative;
  padding-top: 60px;
}
.quote {
  position: absolute !important;
  width: 40px !important;
}
.quote-left {
  top: 10px !important;
}
.quote-right {
  top: inherit !important;
  bottom: -18px !important;
}
.img-speaker {
  width: 60px !important;
  height: 60px;
  border-radius: 50px;
  margin-right: 15px;
  object-fit: cover;
  float: left;
}
.sec5-speaker {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Sec 6 */
.sec6 {
  position: relative;
  background-image: url(/content/dam/infosys-web/en/the-economist-group/sustainability.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec6::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.w-100 {
  width: 100%;
}
.sec6 .cta-link {
  color: #000;
  border: 2px solid #000;
  /*  position: relative;*/
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 25px;
  margin: 1.11rem 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
}
.sec6 .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: #000;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sec6 .cta-link:hover,
.sec6 .cta-link:focus {
  border: 2px solid #000;
  /*  background-color: transparent;*/
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.sec6 .cta-link:hover:before {
  height: 1000%;
}
/* Sec 7 */
.sec7 {
  position: relative;
  background-color: #3f3f3f;
  color: rgba(255, 255, 255, 0.7);
}
.sec7 .media-left,
.sec7 .media > .pull-left {
  padding-right: 20px;
}
.sec7 .media-heading {
  font-size: 21px;
  position: relative;
  margin: 0;
}
.sec7 .media-body {
  position: relative;
  height: 100px;
}
.sec7 .media-body::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
}
.sec7 .media:last-child .media-body:after {
  height: 0;
}
/* Sec 8 */
.sec8 {
  position: relative;
  background-image: url(/content/dam/infosys-web/en/the-economist-group/social-hub-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* Sec 9 */
.sec9-para {
  font-size: 20px;
}
.h4-heading h3 {
    font-size: 18px;
}
/* FOOTER */
.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;
}


.about_icon {
  width: 80px;
}
.item-wrapper {
  padding: 25px 30px;
}
.item-wrapper p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
}
.max_width_icon {
  max-width: 100px !important;
}
.empowering .item .item-slider-href {
  border-radius: 0px;
}
.border-top-coral {
  border-top: 10px solid #f16c51;
}
.border-top-amethyst {
  border-top: 10px solid #963596;
}
.border-top-jade {
  border-top: 10px solid #00b28f;
}


.technology-behind {
  background-color: #000;
}
.border_lr {
  border-left: 1px solid #7e7e7e;
  border-right: 1px solid #7e7e7e;
}
.box_wrap {
  height: 100%;
  padding-bottom: 60px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}


/* hover btn */
.btn_hover {
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 25px;
  text-decoration: none;
  overflow: hidden;
  font-weight: 600;
  position: absolute;
  max-width: 160px;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn_hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn_hover:hover,
.btn_hover:focus {
  border: 2px solid #fff;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.btn_hover:hover:before {
  height: 1000%;
}

.content_wrapper {
  padding: 15px;
  padding-bottom: 90px;
}
.btn_hover_ctrl {
  margin: inherit;
  color: #000;
  border: 2px solid #000;
  left: 20px;
  bottom: 30px;
  text-align: center;
}
.btn_hover_ctrl:before {
  background-color: #000;
}
.hover_wrap:hover .btn_hover_ctrl,
.btn_hover_ctrl:focus {
  color: #fff;
  background-color: #000;
}
/* .btn_hover_ctrl:hover,
.btn_hover_ctrl:focus {
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
} */

.hover_wrap:hover .btn_hover:before {
  height: 1000%;
}

.powered-data {
  position: relative;
  background-image: url(../images/powered-data.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-hub {
  background-color: #000;
}
.get-touch {
  color: #fff;
  background-color: #3f3f3f;
}


/* insurance page */
/* Communication */
.pillars_change {
  background-color: #212121;
}
.pillars_change .item-slider-head {
  line-height: 1;
}
.pillars_change .item-cnt-wrapper {
  padding: 60px 0px 0px;
  height: 100%;
  position: relative;
}
.pillars_change .owl-carousel .owl-item img {
  margin: 0 auto;
  max-width: 100%;
  width: 150px;
  display: inline-block;
  top: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.inner_wrap {
  height: 100%;
  padding: 90px 30px 90px;
  border-radius: 5px;
}
.pillar-title {
  font-family: 'Tungsten A', 'Tungsten B', Khand, sans-serif;
  font-size: 30px;
  line-height: 1;
  position: relative;
  padding-top: 10px;
  text-transform: uppercase;
}
.bottom_position {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(-50%);
}
.padding-ctrl {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 100px;
}


.global_media {
  margin-bottom: 10px;
}
.global_media .media-object {
  width: 50px;
}
.global_media .media {
  margin-bottom: 10px;
}
.global_media .media-body p {
  font-size: 16px;
  margin-bottom: 0px;
}
.common-pad {
  padding-right: 50px;
}

.center_media .media-body {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 20px;
}
.media-heading {
  font-weight: 600;
}
.center_media .media-object {
  width: 60px;
  margin-top: 3px;
}
.center_media .media {
  margin-bottom: 20px;
}
.iframe-width {
  width: 100%;
  height: 750px;
}


.resoures-txt {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.eqrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq_h {
  height: 100%;
  position: relative;
}
.filters-fs {
	margin: 0px;
	padding: 15px 0px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.fs-item .fs-wrap img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.fs-item:hover .fs-wrap img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.over_hidden {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.filters-fs li {
	font-size: 18px;
	color: #fff;
	padding: 5px 15px;
	font-weight: 400;
	list-style: none;
	display: inline-block;
	cursor: pointer;
}
.filters-fs li a {
	color: #fff;
}
.filters-fs li.is-checked {
	color: #000;
	background-color: #fff;
	padding: 5px 30px;
	border-radius: 50px;
}
.filters-fs li.is-checked a {
	color: #000;
}
/* .grid.eqrow a {
	border: none;
	outline: none;
} */
.fs-item {
	margin-bottom: 30px;
}
.fs-wrap {
	background-color: #fff;
	border-radius: 10px;
}
.fs-item a:focus .fs-wrap {
  outline: 2px solid blue;
}
.label_bg {
	padding: 15px;
}
.label_txt {
	margin: 0px;
	font-size: 18px;
	color: #00866a;
	font-family: 'Tungsten A', 'Tungsten B', 'Khand', sans-serif;
	text-transform: uppercase;
  font-weight: 500;
}
.fs-box {
	padding: 20px 15px 15px;
}
.fs-title {
	font-size: 28px;
	color: #000;
	font-family: 'Tungsten A', 'Tungsten B', 'Khand', sans-serif;
	line-height: 30px;
}
.fs-btn {
	font-size: 18px;
	color: #00866a;
  font-family: 'Tungsten A', 'Tungsten B', 'Khand', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 15px;
}
.fs-btn::after {
  content: "";
  width: 8px;
  height: 5px;
  border-left: solid 8px #00866a;
  border-bottom: solid 7px transparent;
  border-top: solid 8px transparent;  
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  -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;
}
.fs-item > a:hover .fs-btn::after {
  margin-left: 15px;
}



/* form code start */

.redColor {
	color: #993311;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	left: 0px;
	margin: 0 auto;
	padding: 4px;
	position: relative;
	/*text-shadow: 0 1px 0 #821105;*/
	top: -1px;
}
#request_for_services {
  padding: 75px 0px;
}
.black-color {
	color: #000000 !important;
}
.h2-heading {
	font-size: 70px;
	line-height: 70px;
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.yellow-dots-left {
	display: none;
}
.light-gray {
	color: #565656 !important;
}
.txt-request {
	font-size: 25px;
	margin-top: 10px;
  font-weight: 300;
}
.block {
	display: block;
}
.field-bg {
	position: relative;
	margin-bottom: 30px;/*    max-width: 100%; */
}
.field-bg input, textarea {
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #7E7E7E;/*clr changes fr requestfrservice*/
}
.bar {
	position: relative;
	display: block;
	width: 100%;
}
.bar:before, .bar:after {
	content: '';
	height: 4px;
	width: 0;
	bottom: 0px;
	position: absolute;
	background: #21409a;
	transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
}
.field-bg label {
	color: #565656;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	pointer-events: none;
	/* left: 5px; */
	top: 14px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	background-color: transparent;
	text-transform: uppercase;
}
.field-bg input:focus ~ label {
	top: -20px;
	font-size: 14px;
	color: #565656;
	background-color: transparent;
	text-transform: uppercase;
}
.field-bg textarea:focus ~ label, .field-bg textarea:valid ~ label {
 top: -20px;
 font-size: 14px;
 color: #565656;
 background-color: transparent;
 text-transform: uppercase;
}
.field-bg sup {
	color: #993311;
}
.submit-btn {
	color: #000;
	padding: 18px 50px;
	border: 1px solid #000;
	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;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;/*left: 15px;*/

}
.submit-btn:hover {
  color: #fff;
  border: 1px solid #000;
	background-color: #000;
}
.field-bg form {
	width: 100%;
}
.field-bg input:focus ~ .bar:before, .field-bg input:focus ~ .bar:after {
	width: 100%;
}
.field-bg textarea:focus ~ .bar:before, .field-bg textarea:focus ~ .bar:after {
	width: 100%;
}
.field-bg input:focus ~ label {
	top: -20px;
	font-size: 14px;
	color: #565656;
	background-color: transparent;
	text-transform: uppercase;
}
.field-bg textarea:focus ~ label {
	top: -20px;
	font-size: 14px;
	color: #565656;
	background-color: transparent;
	text-transform: uppercase;
}
/*styles coming from rfs-form.css:-*/


.required label, label {
	display: inline-block;
	font-weight: normal!important;
	margin-bottom: 5px;
	max-width: 100%;
}
/*Lates from another rf-form mockups:-*/

.form-switch {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-top: 5px;
	-webkit-tap-highlight-color: transparent;
	/* float: left; */
	padding-bottom: 18px;
	margin-right: 10px;
}
.form-switch i {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 23px;
	display: inline-block;
	margin-right: 0.2rem;
	position: relative;
	transition: all 0.3s linear 0s;
	vertical-align: text-bottom;
	height: 22px !important;
	width: 40px !important;
}
.form-switch i:before {
	background-color: rgba(0, 0, 0, 0.17);
	border-radius: 11px;
	content: "";
	left: 0;
	position: absolute;
	transform: translate3d(2px, 2px, 0px) scale3d(1, 1, 1);
	transition: all 0.25s linear 0s;
	height: 18px !important;
	width: 36px !important;
}
.form-switch i:after {
	content: "";
	position: absolute;
	left: 0;
	background-color: #fff;
	border-radius: 11px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	transform: translate3d(2px, 2px, 0);
	transition: all 0.2s ease-in-out;
	width: 18px !important;
	height: 18px !important;
}
.form-switch:active i:after {
	width: 28px;
	transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
	transform: translate3d(16px, 2px, 0);
}
.form-switch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.form-switch input:checked + i {
	background-color: #4BD763;
}
.form-switch input:checked + i:before {
	transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
	transform: translate3d(22px, 2px, 0);
}
#lineheight {
	vertical-align: 4px;
}
#connected_with_us #lineheight {
	color : #ffffff !important;
}
.pvcy-stmt {
	color: #000;
	margin-left: 2px;
	text-decoration: underline;
}
.pvcy-stmt:hover {
	color: #000000;
}
.form-width {
	width: 100%;
}
.form-table {
	/*display:inline-block; */
	float: left;
	width: 50%;
}
/* input fields */
.field-bg input:not([value=""]):not(:focus) ~ label {
	top: -20px;
}
.field-bg input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 opacity: 1;
 font-size: 14px !important;
 color: #777;
}
.field-bg input:focus::-moz-placeholder { /* Firefox 19+ */
 opacity: 1;
 font-size: 14px !important;
 color: #777;
}
.field-bg input:focus:-ms-input-placeholder { /* IE 10+ */
 opacity: 1;
 font-size: 14px !important;
 color: #777;
}
.field-bg input:focus:-moz-placeholder { /* Firefox 18- */
 opacity: 1;
 font-size: 14px !important;
 color: #777;
}
.field-bg input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 opacity: 0;
}
.field-bg input::-moz-placeholder { /* Firefox 19+ */
 opacity: 0;
}
.field-bg input:-ms-input-placeholder { /* IE 10+ */
color: transparent;
}
.field-bg input:-moz-placeholder { /* Firefox 18- */
 opacity: 0;
}
.field-bg input:focus, .field-bg textarea:focus {
	outline: none;
}

/* form code end */





@media only screen and (max-width: 1024px) {
  .slider,
  #hero_slider,
  .repeated-css {
    height: 600px;
  }
  .hero-head {
    font-size: 50px;
    line-height: 50px;
  }
  .slide-image {
    right: -76px;
  }
  .sec2 .cta-link {
    margin: 4rem 0 0;
  }
  .sec5-speaker {
    font-size: 22px;
  }
  .sec5-speaker-designation {
    font-size: 18px;
  }
  .top_logo {
    width: 200px !important;
    margin-bottom: 10px;
}
.global-sec {
  padding-bottom: 50px;
}

}
@media only screen and (max-width: 992px) {
.item-slider-carousel .owl-nav {
  margin: 50px auto 0;
  position: relative;
}
.item-slider-carousel .owl-nav .owl-prev,
.item-slider-carousel .owl-nav .owl-next {
  position: relative !important;
  top: 0 !important;
}
.item-slider-carousel .owl-nav .owl-prev {
  left: -15px;
}
.item-slider-carousel .owl-nav .owl-next {
  right: -15px;
}
.ctrl-pad {
  padding: 0;
}
.padding-ctrl {
  padding-bottom: 50px;
  padding-right: 15px;
}
.global-img {
  margin: 0 auto;
}
}
@media only screen and (max-width: 768px) {
/* .sec3 .media-body::after {
  bottom: inherit;
} */
}
@media only screen and (max-width: 767px) {

.slider, #hero_slider, .repeated-css {
  height: auto;
  background-color: #000;
  }
  .slide-image {
  height: auto;
  min-height: auto;
  min-width: 100%;
  position: relative;
  right: 0;
  width: 100% !important;
  }
  .caption {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit !important;
  -webkit-transform: inherit !important;
  -moz-transform: inherit !important;
  -ms-transform: inherit !important;
  -o-transform: inherit !important;
  transform: inherit !important;
  width: auto;
  margin-top: 100px;
  }


.h2-head {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px !important;
}
.hero-head span {
  display: inline;
}
.economist_ogo {
  margin-bottom: 20px;
}
.sec2-top-para {
    font-size: 20px;
}
.quote-txt {
  font-size: 32px;
}
.quote {
  width: 30px !important;
}
.quote-txt {
  padding-top: 50px;
}
.quote-right {
  bottom: -10px !important;
}
.box_wrap img {
  width: 120px;
}
.sec2 .cta-link {
  margin: 0px;
}
  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;
  }
  .border_lr {
    border-left: 0px solid #7e7e7e;
    border-right: 0px solid #7e7e7e;
    padding-top: 70px;
    padding-bottom: 70px;
}
.border_lr:before {
  border-top: 1px solid #7e7e7e;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 92%;
  z-index: -1;
}
.border_lr:after {
  border-bottom: 1px solid #7e7e7e;
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  width: 92%;
  z-index: -1;
}
.technology-behind {
  padding-top: 100px !important;
}
.sec5-speaker-designation {
  font-size: 16px;
}
.global_media .media-object {
  margin: 0 auto;
}
.padding-ctrl {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.cta-link-jade {
  font-size: 16px;
}
.common-pad {
  padding: 50px 0px;
  text-align: center;
}
.center_media {
  text-align: left;
}
.hero-head {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px !important;
}
.top_logo {
  width: 200px !important;
}

}
@media only screen and (max-width: 600px) {
.inner_wrap {
  padding: 90px 15px 90px;
}
}
@media only screen and (max-width: 480px) {
.caption {
    top: 20%;
}
.item-slider-carousel.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}
.ctrl-pad {
  padding: 0 15px;
}
.bottom_position {
  font-size: 13px;
}
}
@media only screen and (max-width: 360px) {
}

















