@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: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
a:focus,
button: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 {
  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: #007cc3 !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: #007cc3 !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: #007cc3 !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: #007cc3 !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%;
}
.btn-plus {
  background-color: transparent;
  border: 3px solid;
  padding: 0px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 0;
  position: relative;
}
.btn-plus.color-white {
  top: -10px;
}
.btn-plus.color-black {
  top: -10px;
  margin-left: 5px;
}
.btn-plus.color-white:after,
.btn-plus.color-white:before {
  background-color: #fff;
}
.btn-plus:after,
.btn-plus:before {
  content: '';
  position: absolute;
  background: #000;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.btn-plus:before {
  width: 67%;
  height: 2px;
}
.btn-plus:after {
  width: 2px;
  height: 67%;
}
.btn-plus .fa-plus {
  font-size: 18px;
}
.popup-cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  transform: translateX(-101%);
  font-family: myriad-pro, Arial;
}
.cross-btn {
  font-size: 40px;
  color: #000;
  line-height: 0.4;
  position: absolute;
  right: 25px;
  top: 25px;
}
.popup-cnt-wrap {
  padding: 42px;
  font-size: 20px;
  line-height: 1.4;
  height: 100%;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
/* .tab-sec {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     z-index: 10;
}
 */
.w-200px {
  width: 200px !important;
}
.w-180px {
  width: 180px !important;
}
.carousel-wrap {
  width: 750px;
  height: 100vh;
  margin: 0 auto;
  /* overflow: hidden;
    */
}
.owl-carousel-vertical .item {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  font-size: 28px;
  text-align: left;
  width: 200px;
  height: 200px;
}
/* .target .item {
     opacity: 1;
}
 */
.owl-carousel-vertical.owl-carousel {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.owl-item {
  /* overflow: hidden;
     */
  height: 800px;
  width: 150px !important;
}
.banner-txt {
  position: absolute;
  line-height: 0.9;
  bottom: 0;
}
.banner-txt a {
  color: #fff;
}
#outcome .owl-nav {
  display: none;
}
.item1 {
  top: 50px;
  bottom: unset;
  right: 490px;
  width: 210px;
}
.item2 {
  right: 150px;
  width: 150px;
  bottom: 0px;
}
.item3 {
  left: -400px;
  bottom: -120px;
}
.item5 {
  top: 40px;
}
.item7 {
  width: 190px;
}
.item4 {
  bottom: -200px;
  left: -140px;
  width: 170px;
}
#industry .financial {
  top: 500px;
  right: 370px;
}
#industry .logistics,
#industry .healthcare,
#industry .other {
  filter: blur(4px);
}
#industry .active .logistics {
  bottom: -150px;
  filter: blur(0);
}
#industry .active .healthcare {
  bottom: -300px;
  filter: blur(0);
}
#industry .active .other {
  bottom: -340px;
  filter: blur(0);
}
.item3-align-cnt {
  left: -450px;
  bottom: -130px;
}
.item5-align-cnt {
  top: 490px;
  right: 370px;
}
/* .owl-carousel-vertical .owl-item {
     height: 100vh;
     margin: 0 auto;
     background: rebeccapurple;
}
 */
.slider,
.hero_slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
/* .owl-carousel-vertical .owl-item {
     height: 200px !important;
     width: 200px !important;
     background-color: red;
}
 */
/* .hero_slider_carousel .item {
     position: absolute;
     width: 100%;
     color: rgba(255, 255, 255, 0.3);
}
 */
/* .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;
}
 */
.hero-head {
  font-size: 130px;
  line-height: 0.8;
  margin: 0 0 10px;
  font-family: 'tungstenw05-medium', 'Oswald', 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);
}
 */
.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-nav {
  position: absolute;
  right: 170px;
  /* transform: rotate(90deg);
     */
  top: -150px;
}
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  position: absolute !important;
  top: 0 !important;
  transform: translateY(0) !important;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.owl-prev {
  left: -60px;
  background-image: url(/content/dam/infosys-web/en/services/cloud-cobalt/case-studies/cobalt-stories/prev-chevron.png);
}
.owl-next {
  right: -50px;
  background-image: url(/content/dam/infosys-web/en/services/cloud-cobalt/case-studies/cobalt-stories/next-chevron.png);
}
.drag {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  left: 50%;
  transform: translateX(-30%);
  /* background-color: rgba(255,255,255,0.6);
     */
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
  padding: 8px 30px;
  border-radius: 10px;
  display: inline-block;
  font-weight: 900;
  color: #000;
  /* margin: 0 auto;
     */
  /* width: 400px;
     */
}
.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;
}
.flex_wrap,
.center_width {
  position: relative;
  overflow: hidden;
}
.f_align_center {
  -webkit-align-items: center;
  align-items: center;
}
.justify_content {
  -webkit-justify-content: center;
  justify-content: center;
}
.mt-100 {
  margin-top: 100px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
.p0 {
  padding: 0px;
}
.plr {
  padding-left: 15px;
  padding-right: 15px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.bg-dark-blue {
  background-color: #004b85;
}
.height_ful {
  height: 100%;
}
.cta-link1 {
  color: #fff !important;
  border: 2px solid #fff !important;
}
.cta-link1:hover {
  border: 2px solid #fff !important;
  color: #000 !important;
  background-color: #fff !important;
}
.cta-link1:before {
  background-color: #fff !important;
}
.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;
  /* letter-spacing: 2px;
     */
  margin: 1.11rem 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 500;
  cursor: pointer;
}
.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);
}
.cta-link:hover {
  border: 2px solid #000;
  /* background-color: transparent;
    */
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.cta-link:hover:before {
  height: 1000%;
}
.cta_btn {
  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;
  text-decoration: none;
  overflow: hidden;
  font-weight: 500;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px 40px;
}
.cta_btn: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);
}
.cta_btn:hover {
  border: 2px solid #000;
  /* background-color: transparent;
    */
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.cta_btn:hover:before {
  height: 1000%;
}
/* sapphire */
.sapphire_ctrl .cta_btn {
  color: #007cc3 !important;
  border: 2px solid #007cc3;
}
.sapphire_ctrl .cta_btn:before {
  background-color: #007cc3;
}
.sapphire_ctrl .cta_btn:hover {
  color: #fff !important;
  border: 2px solid #007cc3;
  background-color: #007cc3;
}
/* coral */
.coral_ctrl .cta_btn {
  color: #f16c51 !important;
  border: 2px solid #f16c51;
}
.coral_ctrl .cta_btn:before {
  background-color: #f16c51;
}
.coral_ctrl .cta_btn:hover {
  color: #fff !important;
  border: 2px solid #f16c51;
  background-color: #f16c51;
}
/* topaz */
.topaz_ctrl .cta_btn {
  color: #df9926 !important;
  border: 2px solid #df9926;
}
.topaz_ctrl .cta_btn:before {
  background-color: #df9926;
}
.topaz_ctrl .cta_btn:hover {
  color: #fff !important;
  border: 2px solid #df9926;
  background-color: #df9926;
}
/* jade */
.jade_ctrl .cta_btn {
  color: #00b28f !important;
  border: 2px solid #00b28f;
}
.jade_ctrl .cta_btn:before {
  background-color: #00b28f;
}
.jade_ctrl .cta_btn:hover {
  color: #fff !important;
  border: 2px solid #00b28f;
  background-color: #00b28f;
}
/* amethyst */
.amethyst_ctrl .cta_btn {
  color: #963596 !important;
  border: 2px solid #963596;
}
.amethyst_ctrl .cta_btn:before {
  background-color: #963596;
}
.amethyst_ctrl .cta_btn:hover {
  color: #fff !important;
  border: 2px solid #963596;
  background-color: #963596;
}
.border_none {
  border: none !important;
}
.icon_wrap {
  max-width: 70px;
  width: 100%;
  margin-right: 5%;
}
.title-icon {
  width: 100%;
}
.title-sec {
  font-size: 60px;
  line-height: 0.8;
  margin: 0 0 10px;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
}
.sub_txt_wrap {
  margin-top: 30px;
  padding-left: 90px;
}
.sub_txt_wrap p {
  margin-left: 5%;
  padding-left: 3%;
  border-left: 10px solid;
}
.border-sapphire-m p {
  border-color: #007cc3 !important;
}
.border-coral-m p {
  border-color: #f16c51 !important;
}
.border-topaz-m p {
  border-color: #df9926 !important;
}
.border-jade-m p {
  border-color: #00b28f !important;
}
.border-amethyst-m p {
  border-color: #963596 !important;
}
.sapphire_ctrl {
  border-bottom: 1px solid #007cc3;
}
.coral_ctrl {
  border-bottom: 1px solid #f16c51;
}
.topaz_ctrl {
  border-bottom: 1px solid #df9926;
}
.jade_ctrl {
  border-bottom: 1px solid #00b28f;
}
.amethyst_ctrl {
  border-bottom: 1px solid #963596;
}
.clear_fix {
  float: left;
  width: 100%;
  height: 0px;
  visibility: hidden;
  opacity: 0;
}
/* .col_ctrl {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 */
.center_width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.grid [class*='col-'] {
  margin-bottom: 50px;
}
.grid .col-lg-4 [class*='img'] {
  margin-top: auto;
}
.grid .col-lg-8 [class*='img'] {
  margin-top: auto;
}
.grid_four [class*='col-'] {
  margin-bottom: 50px;
}
.grid_four .col-lg-4 [class*='img'] {
  margin-top: auto;
}
.grid_four .col-lg-8 [class*='img'] {
  margin-top: auto;
}
/* .fs-item {
     margin-bottom: 50px;
}
 */
.left_side {
  float: left;
  width: 60%;
}
.right_side {
  float: left;
  width: 40%;
}
.box_bg {
  padding: 20px 20px;
}
.label_txt {
  font-size: 10px;
  color: #000;
  /* background-color: #92d1ff;
     */
  display: inline-block;
  padding: 5px;
  font-weight: 600;
  border-radius: 2px;
  padding-top: 4px;
}
.box_title {
  font-size: 50px;
  line-height: 1;
  margin: 0 0 10px;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
}
.box_detail {
  padding-left: 0px;
  padding-top: 0px;
}
.box_detail {
  padding-left: 0px;
  padding-top: 0px;
  /* min-height: 150px;
     */
}
.box_detail .box_title {
  font-size: 30px;
  /* display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     */
}
.morelist {
  display: none;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.category_list {
  margin: 0 auto;
  display: table;
  border: 2px solid #fff;
}
.category_list li {
  float: left;
}
.category_list li.active {
  background-color: #fff;
}
.category_list li a {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding: 5px 20px;
}
.category_list li a:hover,
.category_list li a:focus {
  color: #000;
  background-color: #fff;
}
.category_list li.active a {
  color: #000;
}
.floating-cta-link {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #061838;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5); */
}
.floating-cta-link:hover,
.floating-cta-link:focus {
  color: #fff;
}
/* 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;
}
@media only screen and (min-width: 1920px) {
  .slide-image {
    right: -180px;
  }
  .owl-nav {
    top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .slider,
  .hero_slider,
  .repeated-css {
    height: 600px;
    overflow: hidden;
  }
  .carousel-wrap {
    width: auto;
    height: 600px;
  }
  .owl-carousel-vertical.owl-carousel {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    display: block;
    height: 600px;
  }
  .owl-item {
    height: 600px;
    width: 970px !important;
  }
  .slide-image {
    right: -100px;
  }
  .owl-carousel-vertical .item {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    width: auto;
    height: auto;
    font-size: 42px;
  }
  .banner-txt {
    top: 365px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 510px !important;
    text-align: center;
  }
  .owl-nav {
    position: absolute;
    right: unset;
    top: unset;
    bottom: 150px;
    width: 90%;
  }
  .owl-prev {
    left: 40%;
  }
  .owl-next {
    right: 30%;
  }
  #outcome .owl-nav {
    display: block;
  }
  .item1,
  .item2,
  .item3,
  .item4,
  .item5,
  .item7,
  .item3-align-cnt,
  .item5-align-cnt {
    top: unset;
    bottom: unset;
    right: unset;
    width: unset;
    left: unset;
  }
  .box_bg {
    padding: 20px;
  }
  /* .box_detail {
         min-height: 140px;
    }
     */
  .box_title {
    font-size: 26px;
  }
  .box_detail .box_title {
    font-size: 26px;
  }
  .popup-cnt-wrap {
    padding: 32px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 992px) {
  .owl-item {
    width: 750px !important;
  }
  .slide-image {
    right: -230px;
  }
  .grid .col-lg-8 {
    overflow-y: hidden;
  }
  .grid .col-lg-8 [class*='img'] {
    margin-bottom: -5px;
  }
  .grid_four .col-lg-8 {
    overflow-y: hidden;
  }
  .grid_four .col-lg-8 [class*='img'] {
    margin-bottom: -5px;
  }
  .cross-btn {
    font-size: 30px;
    top: 8px;
    right: 8px;
  }
  .popup-cnt-wrap {
    padding: 19px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .slider,
  .hero_slider,
  .repeated-css {
    height: 100vh;
  }
  .slide-image {
    right: 0;
  }
  .tab-sec {
    margin-top: 80px;
  }
  .owl-carousel-vertical .item {
    font-size: 50px;
  }
  .owl-item {
    width: 680px !important;
    height: 100vh;
  }
  .img-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .banner-txt {
    top: 625px !important;
    width: 400px !important;
    left: unset !important;
    right: unset !important;
  }
  .owl-nav {
    bottom: -160px;
  }
  .owl-prev {
    left: 15%;
  }
  .owl-next {
    right: 10%;
  }
  .grid .col-lg-8 {
    overflow-y: inherit;
  }
  .grid .col-lg-8 [class*='img'] {
    margin-bottom: 0px;
  }
  .grid_four .col-lg-8 {
    overflow-y: inherit;
  }
  .grid_four .col-lg-8 [class*='img'] {
    margin-bottom: 0px;
  }
  .title-sec {
    font-size: 50px;
  }
  .sub_txt_wrap {
    padding-left: 15px;
    margin-top: 15px;
  }
  .sub_txt_wrap p {
    padding-left: 5%;
    margin-left: 0px;
    border-left: 5px solid;
  }
  .center_width {
    margin: 0 auto !important;
    max-width: 600px;
  }
  .left_side {
    width: 100%;
  }
  .right_side {
    width: 100%;
  }
  .box_detail {
    min-height: auto;
    margin-bottom: 20px;
  }
  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;
  }
  .popup-cnt-wrap {
    line-height: 1.4;
    font-size: 16px;
  }
  .floating-cta-link {
    bottom: 0;
    width: 100%;
    top: unset;
    border-radius: 0;
    z-index: 1;
    text-align: center;
    font-size: 22px;
  }
}
@media only screen and (max-width: 680px) {
  .owl-nav {
    bottom: -40px;
  }
  .owl-carousel-vertical .item {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-txt {
    top: 535px !important;
    width: 390px !important;
  }
}
@media only screen and (max-width: 360px) {
  .banner-txt {
    width: 360px !important;
  }
}
