@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 {
  color: #fff;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #333;
}
p {
  font-size: 20px;
}
ul li {
  margin-bottom: 10px;
  font-size: 20px;
}
a {
  font-size: 20px;
}
a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
.skip-main-cnt,
.skip-footer {
  background: #df9926;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #2f1113;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #2f1113;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:visited,
a:focus {
  color: #337ab7;
  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-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;
}
/*--------------------------------------------------------------
# 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: 30%;
  -webkit-transform: translate(0px, -30%) !important;
  -moz-transform: translate(0px, -30%) !important;
  -ms-transform: translate(0px, -30%) !important;
  -o-transform: translate(0px, -30%) !important;
  transform: translate(0px, -30%) !important;
  width: auto;
  color: #fff;
}
.dark-blue-color {
  color: #000036;
}
.hero-head {
  font-size: 130px;
  line-height: 0.8;
  margin: 0 0 10px;
  font-family: 'Tungsten A', 'Tungsten B', Khand, sans-serif;
}
.hero-para {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.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;
}
/* 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;
}

.p0 {
  padding: 0px;
}
.equalheights-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.equalheights-col {
  height: 100%;
  position: relative;
}
.equalheights-col:before,
.equalheights-col:after {
  content: normal;
}

.navbar-fixed-top {
  background-color: transparent !important;
  border-color: transparent !important;
  margin-bottom: 0px !important;
}
.navbar-fixed-top .navbar-brand {
  height: 60px;
  padding: 15px 15px;
  padding-top: 30px;
}

.show-strip {
  background-color: #ffffff !important;
}
.show-strip .navbar-brand {
  padding-top: 15px;
}

/* .show-strip > .mt45 {
	margin-top: 0;
	padding: 15px 15px 0;
	height: auto;
} */
@keyframes show-strip {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.show-strip {
  background-color: #ffffff;
  -webkit-animation: show-strip 0.5s steps(9) forwards;
  -moz-animation: show-strip 0.5s steps(10) infinite;
  -ms-animation: show-strip 0.5s steps(10) infinite;
  -o-animation: show-strip 0.5s steps(10) infinite;
  animation: show-strip 0.5s steps(9) forwards;
}
.top_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* .top_banner img {
  width: 100%;
  height: 550px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-image: url(../images/accessibility-research.jpg);
  background-size: cover;
} */
.banner_bg2 {
  height: 280px;
  background-color: #127dc1;
}
.main_left_ctrl2 {
  margin-top: -140px !important;
}
.banner_bg3 {
  height: 350px;
  background-color: #127dc1;
}
.main_left_ctrl3 {
  margin-top: -70px !important;
}
.caption_bg {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.caption_bg .row {
  margin: 0px;
}
.bg-light {
  background-color: #1d4970;
}
.main_left {
  padding: 50px 50px 20px;
  background-color: #fff;
  margin-top: -100px;
  /* margin-bottom: 70px; */
  position: relative;
  min-height: 1400px;
}
.gotohome {
  font-size: 14px;
  color: #333 !important;
  position: absolute;
  top: -176px;
  left: 15px;
  background-color: #bee3ff;
  padding: 8px 15px;
}
.gotohome:hover {
  background-color: #92d1ff;
}
.gotohome2 {
  color: #000 !important;
  font-size: 14px;
  position: absolute;
  bottom: -36px;
  left: 0px;
  padding: 5px;
}
.gotohome2:hover {
  color: #bee3ff !important;
}

.top_head {
  font-size: 15px;
  font-weight: 600;
}
/* .main_left h2 {
  margin: 0px;
} */
.h1-heading {
  font-size: 70px;
  font-weight: 500;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  line-height: 70px;
  clear: both;
}
.h2-heading {
  font-size: 70px;
  font-weight: 500;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  line-height: 70px;
  clear: both;
}
.para-txt {
  font-size: 26px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 34px;
}
.light-gray {
  color: #7e7e7e;
}
.sml_heading {
  font-size: 30px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 30px !important;
}
ul,
p,
ol {
  margin-bottom: 26px;
}

.main_right {
  padding: 25px 10px 0px;
}
.pagelink {
  padding: 0px;
  margin: 0px;
}
.pagelink li {
  display: block;
  padding-left: 10px;
  padding-bottom: 5px;
  background-image: url(https://www.infosys.com/content/dam/infosys-web/en/global-resource/background-image/right-chevron-blue.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-bottom: 8px;
}
.pagelink li a {
  font-size: 18px;
  font-weight: 400;
  color: #3f3f3f;
  padding-left: 10px;
}
.pagelink li a:hover {
  color: #0e72b1;
}
.pagelink li.active a {
  color: #0e72b1;
}

.pagelink1 {
  padding: 0px;
  margin: 0px;
  padding-left: 0px;
}
.pagelink1 li {
  color: #fff;
  padding-left: 0px;
  list-style: none;
  border-bottom: 1px solid #3f8bc3;
  margin-bottom: 0px !important;
}
.pagelink1 li a {
  font-size: 18px;
  font-weight: 400;
  color: #3f3f3f;
  color: #fff;
  padding: 22px 0px;
  display: block;
}
.pagelink1 li a:hover {
  color: #92d1ff;
}
.pagelink1 li.active a {
  color: #92d1ff;
}
.pagelink1 li {
  position: relative;
}
.pagelink1 li.active a:before {
  content: '\f061';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #92d1ff;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 25px;
  left: -20px;
}
.pagelink1 li:hover a:before {
  content: '\f061';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #92d1ff;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 25px;
  left: -20px;
}

.previous_btn .fa {
  margin-right: 5px;
}
.next_btn .fa {
  margin-left: 5px;
}

/* .pagelink li a::before {
  font-weight: 900;
  content: "\f063";
} */

.next_btn,
.previous_btn {
  text-align: center;
}
.previous_btn a,
.next_btn a {
  font-size: 16px;
  color: #000036;
  font-weight: 600;
  padding: 10px 15px;
  display: block;
  border: 1px solid #0f9ffa;
  background-color: #0f9ffa;
}
.previous_btn a:hover,
.next_btn a:hover {
  color: #fff;
  border: 1px solid #000038;
  background-color: #000038;
}
.disabled a {
  color: #3f3f3f !important;
  background-color: #cccccc !important;
  border: 1px solid #cccccc !important;
}
.disabled a:hover {
  color: #3f3f3f !important;
  background-color: #cccccc !important;
}

/* .lists {
  padding-left: 0px;
} */
.lists li {
  margin-bottom: 5px;
}
.lists2 {
  padding-left: 20px;
}
.lists2 li {
  margin-bottom: 5px;
}
.quotes_txt {
  color: #963596;
  font-size: 30px;
  font-weight: 300;
  font-style: inherit !important;
}
.quote_bg {
  margin: 15px 0px;
  border-left: 6px solid #963596;
  padding-left: 20px;
  background-color: #fff;
  display: block;
}
.left_title1 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}
.left_title2 {
  color: #fff;
  font-size: 30px;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.left_title2 .fa {
  margin-right: 5px;
  vertical-align: middle !important;
}
.btn_wrap {
  width: 100%;
  margin-bottom: 15px;
}
.ctrl_btn_wrap {
  padding: 30px 50px 50px;
  background-color: #fff;
}
.share_box {
  display: inline-block;
  padding-left: 10px;
}
.share_box li.shareon {
  font-size: 16px;
  margin-right: 5px;
}
.share_box li {
  list-style: none;
  display: inline-block;
  margin-right: 3px;
}
.share_box li a {
  font-size: 16px;
  color: #1d4970;
}
.share_box li a .fa {
  font-size: 30px;
}
.share_box li a:hover {
  color: #127dc1;
}
.download_btn {
  font-size: 16px;
  color: #000 !important;
  background-color: #df9926;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}
.download_btn:hover {
  color: #fff !important;
  background-color: #2f1113;
}
.pre_nex_wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.height_ctrl {
  height: 150px;
}
.graph-list {
  padding-left: 15px;
  margin-top: 15px;
}
.logo-img {
  max-width: 70%;
}
.logo-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .slider,
  #hero_slider,
  .repeated-css {
    height: 600px;
  }
  .h1-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .h2-heading {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
  .h1-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .h2-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .slider,
  #hero_slider,
  .repeated-css {
    height: 480px;
  }
  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;
  }
  .main_left {
    /* margin-top: 30px; */
    margin-top: 0px;
  }
  .caption_bg {
    position: relative;
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .banner_bg3 {
    height: auto !important;
  }
  .main_left_ctrl3 {
    margin-top: inherit !important;
  }
  /* .main_left {
  padding: 50px 20px;
} */
  .main_right {
    padding: 25px 10px 0px;
  }
  .sml_heading {
    font-size: 26px;
  }
  .main_left {
    min-height: auto;
    padding: 50px 15px 20px;
  }
  .ctrl_btn_wrap {
    padding: 30px 30px;
    margin-bottom: 0px;
  }
  .pre_nex_wrap {
    margin-top: 30px;
  }
  .pagelink1 li a {
    padding-left: 30px;
  }
  .pagelink1 li.active a:before {
    left: 0px;
  }
  .pagelink1 li:hover a:before {
    display: none;
  }
  .top_banner {
    background-color: #10b491;
  }
  .banner_bg2 {
    background-color: #127dc1 !important;
  }
}

@media only screen and (max-width: 680px) {
  p {
    font-size: 18px;
  }
  ul li {
    font-size: 18px;
  }
  a {
    font-size: 18px;
  }
  .lists {
    padding-left: 20px;
  }
  .btn_wrap .text-right {
    text-align: center !important;
  }
  .ctrl_btn_wrap {
    text-align: center !important;
  }
  .bg-light .col-lg-9.col-md-9.col-sm-8.col-xs-12 {
    /* padding: 0px; */
    background-color: #fff;
  }
  .pre_nex_wrap .col-lg-9.col-md-9.col-sm-8.col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
