@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 {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}
.menu .align-list > ul > li {
  margin-bottom: 0 !important;
}
.align-list > ul > li > a {
  font-weight: 400;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0 {
  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;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb15 {
  padding: 15px 0;
}
.open > .icon-bar11,
.open > .icon-bar31 {
  background-color: #061838 !important;
}
.menu ul li {
  margin-bottom: 10px !important;
}
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/
.fontweight300 {
  font-weight: 300 !important;
}
.fontweight400 {
  font-weight: 400 !important;
}
.fontweight600 {
  font-weight: 600 !important;
}
.fontweight900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
.color-grey {
  color: #cccccc !important;
}
.color-sapphire-d {
  color: #061838 !important;
}
.color-sapphire-m {
  color: #0f9ffa !important;
}
.color-sapphire-l {
  color: #92d1ff !important;
}
.color-sapphire-lbg {
  color: #bee3ff !important;
}
.color-coral-d {
  color: #4c0519 !important;
}
.color-coral-m {
  color: #f16c51 !important;
}
.color-coral-l {
  color: #fbc2ba !important;
}
.color-coral-lbg {
  color: #fcddd6 !important;
}
.color-topaz-d {
  color: #2f1113 !important;
}
.color-topaz-m {
  color: #df9926 !important;
}
.color-topaz-l {
  color: #eac8a5 !important;
}
.color-topaz-lbg {
  color: #ece1ce !important;
}
.color-jade-d {
  color: #09321d !important;
}
.color-jade-m {
  color: #00b28f !important;
}
.color-jade-l {
  color: #a8d7cd !important;
}
.color-jade-lbg {
  color: #d8e7da !important;
}
.color-amethyst-d {
  color: #372261 !important;
}
.color-amethyst-m {
  color: #963596 !important;
}
.color-amethyst-l {
  color: #d0b5d5 !important;
}
.color-amethyst-lbg {
  color: #e6dbe6 !important;
}
.color-onyx-d {
  color: #3f3f3f !important;
}
.color-onyx-m {
  color: #7e7e7e !important;
}
.color-onyx-l {
  color: #b8b8b8 !important;
}
.color-onyx-lbg {
  color: #dadada !important;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background-color: #0f9ffa !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-egyptian-blue {
  background-color: #213f98 !important;
}
.bg-light-white {
  background-color: #f2f2f2 !important;
}
.bg-light-grey {
  background-color: #f8f8f8 !important;
}
.bg-darkblue {
  background-color: #372261 !important;
}
.bg-purple {
  background-color: #963596 !important;
}
.bg-green {
  background-color: #1995a4 !important;
}
.bg-cyan {
  background-color: #0f9ffa !important;
}
.bg-twittercyan {
  background-color: #4fb6dc !important;
}
.bg-orange {
  background-color: #df9926 !important;
}
.bg-sapphire-dark {
  background-color: #061838 !important;
}
.bg-sapphire-medium {
  background-color: #0f9ffa !important;
}
.bg-sapphire-light {
  background-color: #92d1ff !important;
}
.bg-sapphire-less-light {
  background-color: #bee3ff !important;
}
.bg-coral-dark {
  background-color: #4c0519 !important;
}
.bg-coral-medium {
  background-color: #f16c51 !important;
}
.bg-coral-light {
  background-color: #fbc2ba !important;
}
.bg-coral-less-light {
  background-color: #fcddd6 !important;
}
.bg-topaz-dark {
  background-color: #2f1113 !important;
}
.bg-topaz-medium {
  background-color: #df9926 !important;
}
.bg-topaz-light {
  background-color: #eac8a5 !important;
}
.bg-topaz-less-light {
  background-color: #ece1ce !important;
}
.bg-jade-dark {
  background-color: #09321d !important;
}
.bg-jade-medium {
  background-color: #00b28f !important;
}
.bg-jade-light {
  background-color: #a8d7cd !important;
}
.bg-jade-less-light {
  background-color: #d8e7da !important;
}
.bg-amethyst-dark {
  background-color: #372261 !important;
}
.bg-amethyst-medium {
  background-color: #963596 !important;
}
.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}
.bg-amethyst-less-light {
  background-color: #e6dbe6 !important;
}
.bg-onyx-dark {
  background-color: #3f3f3f !important;
}
.bg-onyx-medium {
  background-color: #7e7e7e !important;
}
.bg-onyx-light {
  background-color: #b8b8b8 !important;
}
.bg-onyx-less-light {
  background-color: #dadada !important;
}

header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.slider,
#hero_slider {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%) !important;
  -moz-transform: translate(0px, -50%) !important;
  -ms-transform: translate(0px, -50%) !important;
  -o-transform: translate(0px, -50%) !important;
  transform: translate(0px, -50%) !important;
  width: auto;
  color: #fff;
  z-index: 99;
}
.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);
}
.owl-item {
  overflow: hidden;
}
.slide-image {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  color: white;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots {
  bottom: 25px;
  position: absolute;
  width: 100%;
}
/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span::after {
  height: 100%;
}
.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
  border-radius: 50%;
}
/* End */
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: #fff;
}
.owl-next {
  right: 0;
}
/* FOOTER */
.skip-main-cnt,
.skip-footer {
  background: #df9926;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.ul.footer-txt > li > a:hover {
  text-decoration: none;
}
.ftr-head {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before,
.down-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: '\f0d8';
}
.down-arrow:before {
  content: '\f0d7';
}
.select-country > a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
}
.select-country > a:hover,
.select-country > a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
.contact {
	background-color: #f16c51 ;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 18px;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 40%;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
	width: 100px;
	z-index: 999;
	text-decoration: inherit;
}
.contact::before {
	background-color: rgba(241, 108, 81, 0.4);
	content: "";
	height: 40px;
	padding: 10px 20px;
	position: absolute;
	right: -20px;
	top: 19px;
	-webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	-o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
	width: 120px;
	z-index: -1;
	text-decoration: inherit;
}

.pl_ctrl {
  padding-left: 0px;
}
.pr_ctrl {
  padding-right: 0px;
}


/* page css */
.bg-grey {
  background-color: #efeded !important
}
.padding15 {
  padding: 15px;
}
.mb-75 {
  margin-bottom: 75px;
}
.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%;
}
.fontsize-md-22 {
  font-size: 22px;
}
.vent_wrap {
  margin-top: 20px !important;
  padding: 20px;
  border: 1px solid #7E7E7E;
  display: block;
}
.event {
  font-family: tungstenw05-medium,Oswald,sans-serif;
  font-size: 32px !important;
  margin-bottom: 0px;
}
.venu-tex {
  font-size: 18px !important;
  margin-bottom: 5px !important;
}
.date-time {
  font-size: 18px !important;
}

.hero-head span {
  font-size: 130px;
  font-weight: 900;
  line-height: 0.8;
  margin: 0;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  text-transform: uppercase;
  background-image: linear-gradient(
    to right top,
    #6cbbf7,
    #5acbf7,
    #5cd8f0,
    #71e4e5,
    #90eeda
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-head span:nth-child(2) {
  margin-left: 16%;
}
.scroll-container {
  width: 26px;
  height: 52px;
  border: 1px solid #6cbbf7;
  border-radius: 15px;
  position: absolute;
  margin: 0 auto;
  bottom: 55px;
  left: 0;
  right: 0;
  z-index: 1;
}
.scroller {
  width: 16px;
  border-radius: 8px;
  background-color: #e55566;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 34px;
  animation: scroller 1500ms ease-out infinite;
}
@keyframes scroller {
  0% {
    bottom: 34px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    bottom: 34px;
  }
}
.scroll-down-text {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
}
.scroll-down-text span {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  color: #6cbbf7;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}

.overiew-heading span {
  font-size: 40px;
  line-height: 0.8;
  text-transform: uppercase;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  -webkit-text-fill-color: #000;
  margin-top: 10px;
}
.overiew-heading span label {
  font-weight: 500;
}
.overiew-heading span:nth-child(1), .overiew-heading span:nth-child(2) {
  font-size: 100px;
  background-image: linear-gradient(
    to right top,
    #0dd5e3,
    #00c2ed,
    #00adf5,
    #0096f6,
    #127aeb
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-block-main {
  margin-bottom: 20px;
}
.grid-block-main:hover .full_height {
  transform: translateY(-20px);
}
.grid-block-main .full_height {
  padding: 40px 40px;
  overflow: hidden;
  position: relative;
  -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;
}
img.three_icon {
  margin: 0 auto;
  display: block;
}
.grid-block-main h3 {
  font-size: 54px;
  line-height: 54px;
  font-family: tungstenw05-medium,Oswald,sans-serif;
  transition: all .5s ease;
  color: #fff;
  font-weight: 500;
}
.grid-block-main p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.bottom-icon {
  color: #fff;
  font-weight: 300;
  position: absolute;
  font-size: 160px;
  margin: 0;
  right: -30px;
  bottom: -70px;
  opacity: 0.1;
  transition: all .5s ease;
}
.title_big {
  font-size: 140px;
  font-family: tungstenw05-medium,Oswald,sans-serif;
  line-height: 130px;
  color: #7e7e7e;
  margin-top: 0px;
}
.overiew-para {
  font-size: 20px;
}


.gallery-item {
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  transition: .5s;
  transition: all .5s ease
}
/* .gallery-img {
  height: 100%
} */
.gallery-img img {
  transition: all .7s ease;
  /* height: 110%; */
  width: 100%;
}
.cta-gallery:hover .gallery-img img {
  transform: translateY(-100px) !important
}
.cta-gallery:hover .gallery-cnt {
  background-color: rgba(150, 53, 150);
  height: 260px
}
.gallery-img:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.gallery-cnt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  transition: all .5s ease-in-out;
  height: 70px
}
.gallery-img:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.gallery-cnt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  transition: all .5s ease;
  width: 100%;
}
.gallery-cnt p {
  font-size: 28px;
  font-weight: 700
}
.gallery-slider.owl-theme .owl-nav .owl-next, .gallery-slider.owl-theme .owl-nav .owl-prev {
  background-repeat: no-repeat;
  height: 60px;
  position: absolute;
  text-indent: -9999px;
  width: 60px;
  top: 50%!important;
  transform: translateY(-50%);
  background-color: transparent;
}
.gallery-slider.owl-theme .owl-nav .owl-prev {
  background-image: url(/content/dam/infosys-web/en/newsroom/events/2022/images/prev.png);
  left: -70px;
}
.gallery-slider.owl-theme .owl-nav .owl-next {
  background-image: url(/content/dam/infosys-web/en/newsroom/events/2022/images/next.png);
  right: -70px;
}


.cnt-wrapper-head {
  margin: 0px;
  font-size: 56px;
  font-family: tungstenw05-medium,Oswald,sans-serif;
  line-height: 56px;
}
.padding_ctrl {
  padding: 30px;
}
.profile_popup {
  padding-right: 0px !important;
}
.profile_popup .modal-content {
  height: 100%;
  width: 100%;
  border-radius: 0px;
  border: 0px;
  overflow-y: scroll;
  background-color: #963596;
}
.profile_popup .modal-header {
  border-bottom: 0px solid #e5e5e5;
  padding-bottom: 5px;
}
.popup_name {
  font-size: 60px;
  line-height: 60px;
  font-family: tungstenw05-medium,Oswald,sans-serif;
  margin-bottom: 5px;
}
.profile_popup .modal-header .close {
  color: #fff;
  margin-top: 0px;
  font-size: 40px;
  opacity: 1;
  text-shadow: none;
}
.profile_popup .modal-header .close:hover {
  opacity: 0.5;
}
.profile_popup .close:focus, .profile_popup .close:hover {
  color: #fff;
}

.banner-img {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.hero-video {
  object-fit: cover;
}



@media only screen and (max-width: 1024px) {
.slider,
#hero_slider,
.repeated-css {
  height: 600px;
}
.cnt-wrapper-head {
  font-size: 40px;
  line-height: 42px;
}
.cta-gallery .gallery-img img {
  transform: translateY(-100px) !important
}
.cta-gallery .gallery-cnt {
  background-color: rgba(150, 53, 150);
  height: 200px
}
.cta-gallery:hover .gallery-cnt {
  background-color: rgba(150, 53, 150);
  height: 200px
}
.gallery-slider.owl-theme .owl-nav .owl-next {
  right: 0;
}
.gallery-slider.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.banner-img {
  height: 600px;
}
}
@media only screen and (max-width: 992px) {
.hero-head span {
  font-size: 80px;
}
.hero-head span:nth-child(2) {
  margin-left: 8%;
}
.title_big {
  font-size: 100px;
  line-height: 90px;
}
.pl_ctrl {
  padding-left: 15px;
}
.pr_ctrl {
  padding-right: 15px;
}
}
@media only screen and (max-width: 767px) {
  .mt-0-xs,
  .my-0-xs {
    margin-top: 0 !important;
  }
  .mb-0-xs,
  .my-0-xs {
    margin-bottom: 0 !important;
  }
  .mt-10-xs,
  .my-10-xs {
    margin-top: 10px !important;
  }
  .mb-10-xs,
  .my-10-xs {
    margin-bottom: 10px !important;
  }
  .mt-20-xs,
  .my-20-xs {
    margin-top: 20px !important;
  }
  .mb-20-xs,
  .my-20-xs {
    margin-bottom: 20px !important;
  }
  .mt-30-xs,
  .my-30-xs {
    margin-top: 30px !important;
  }
  .mb-30-xs,
  .my-30-xs {
    margin-bottom: 30px !important;
  }
  .mt-40-xs,
  .my-40-xs {
    margin-top: 40px !important;
  }
  .mb-40-xs,
  .my-40-xs {
    margin-bottom: 40px !important;
  }
  .mt-50-xs,
  .my-50-xs {
    margin-top: 50px !important;
  }
  .mb-50-xs,
  .my-50-xs {
    margin-bottom: 50px !important;
  }
  .mt-75-xs,
  .my-75-xs {
    margin-top: 75px !important;
  }
  .mb-75-xs,
  .my-75-xs {
    margin-bottom: 75px !important;
  }
  .mt-100-xs,
  .my-100-xs {
    margin-top: 100px !important;
  }
  .mb-100-xs,
  .my-100-xs {
    margin-bottom: 100px !important;
  }
  .pt-75-xs,
  .py-75-xs {
    padding-top: 75px !important;
  }
  .pb-75-xs,
  .py-75-xs {
    padding-bottom: 75px !important;
  }
  .pt-100-xs,
  .py-100-xs {
    padding-top: 100px !important;
  }
  .pb-100-xs,
  .py-100-xs {
    padding-bottom: 100px !important;
  }
  .slider,
  #hero_slider,
  .repeated-css {
    height: 480px;
  }
  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;
  }

.slider, #hero_slider, .repeated-css {
    height: auto;
}
.slide-image {
  height: auto;
  min-height: auto;
  min-width: 100%;
  position: relative;
  width: 100% !important;
}
/* .caption {
  position: relative;
  top: inherit;
  -webkit-transform: inherit !important;
  -moz-transform: inherit !important;
  -ms-transform: inherit !important;
  -o-transform: inherit !important;
  transform: inherit !important;
  margin-top: 120px;
} */
.hero-head span:nth-child(2) {
  margin-left: 0px;
}
.fontsize-xs-18 {
  font-size: 18px;
}
.overiew-heading span {
  font-size: 40px;
}
.overiew-heading span:nth-child(1) {
  font-size: 80px;
}
.title_big {
  font-size: 70px;
  line-height: 60px;
}
.banner-img {
  height: 500px;
}
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
