@import url("https://cloud.typography.com/6060236/7538192/css/fonts.css");
@import url("https://fonts.googleapis.com/css?family=Khand:500"); 
body, html {
	font-family: myriad-pro, Arial;
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	padding: 0;
	margin: 0;
}
 .read-more-button{
     background: transparent;
     padding: 5px 23px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
  }
  .read-more1{
    border: 1px solid #FCDDD6;
    color: #FCDDD6 !important;
  }
  .read-more2{
 color:#BEE3FF !important;
  border: 1px solid #BEE3FF;
  }
    .read-more3{
 color:#E6DBE6 !important;
  border: 1px solid #E6DBE6;
  }
    .read-more4{
 color:#BEE3FF !important;
border: 1px solid #BEE3FF;
  }
  .pb10
  {
    padding-bottom: 10px;
  }
  .pb15{
   padding-bottom: 15px;
  }
/*header logo*/
header .mt45 {
	margin-top: 0px !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: transparent;
	color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #fff !important;
	opacity: 0.75;
}
.navbar-default {
	border-color: transparent;
	background-color: transparent;
}
.navbar-brand {
	padding: 10px 15px 0;
}
.navbar {
	margin-bottom: 0;
	min-height: auto;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	margin: 0 8px;
	font-weight: 300;
}
@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; /* Safari 4+ */
	-moz-animation: show-strip 0.5s steps(10) infinite; /* Fx 5+ */
	-ms-animation: show-strip 0.5s steps(10) infinite; /* IE */
	-o-animation: show-strip 0.5s steps(10) infinite; /* Opera 12+ */
	animation: show-strip 0.5s steps(9) forwards; /* IE 10+, Fx 29+ */
}

/*header logo end*/

/*--------------------------------------------------------------
# Margin CSS
--------------------------------------------------------------*/
.m0 {
	margin: 0px;
}
.mt0 {
	margin-top: 0px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}

.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mtb30 {
	margin: 30px 0;
}
/*--------------------------------------------------------------
# Padding CSS
--------------------------------------------------------------*/
.p0 {
	padding: 0;
}
.p15 {
	padding: 15px;
}
.p50 {
	padding: 50px;
}
.pt0 {
	padding-top: 0px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt75 {
	padding-top: 75px;
}
.pt100 {
	padding-top: 100px;
}
.pb0 {
	padding-bottom: 0px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb75 {
	padding-bottom: 75px;
}
.ptb50 {
	padding: 50px 0;
}
.ptb15 {
	padding: 15px 0;
}
.ptb75 {
	padding: 75px 0;
}
.plr5 {
	padding: 0 5px;
}
.pr50 {
	padding-right: 50px;
}
.pr100 {
	padding-right: 100px;
}
/*--------------------------------------------------------------
# Hover Shutter animation
--------------------------------------------------------------*/
.btn-shutter {
	color: #fff;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0.672rem 2.8rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	letter-spacing: 1.5px;
	font-weight: 900;
	margin: 1.11rem 0;
	text-transform: uppercase;
}
.btn-shutter:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	-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: #FFFFFF;
	z-index: -1;
}
.btn-shutter:hover {
	border: 1px solid #fff;
	background-color: transparent;
	color: #000000;
}
.btn-shutter:hover:before {
	width: 100%;
}
.btn-shutter-black {
	color: #000;
	border: 1px 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: 0.672rem 2.8rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	letter-spacing: 1.5px;
	font-weight: 900;
}
.btn-shutter-black:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	-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;
}
.btn-shutter-black:hover {
	border: 1px solid #000;
	background-color: transparent;
	color: #ffffff;
}
.btn-shutter-black:hover:before {
	width: 100%;
}
/*--------------------------------------------------------------
# Heading - Desktop
--------------------------------------------------------------*/
h2 {
	line-height: 51px !important;
}
.h1-heading {
	font-size: 80px;
	line-height: 80px;
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
}
.h2-heading {
	font-size: 70px;
	font-weight: 500;
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	line-height: 70px;
}
.head-case {
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 30px;
	text-align: center;
}
/*--------------------------------------------------------------
# Font size CSS
--------------------------------------------------------------*/
.size-md-14 {
	font-size: 14px;
}
.size-md-20 {
	font-size: 20px;
}
.size-md-25 {
	font-size: 25px;
}
.size-md-28 {
	font-size: 28px;
}
.size-md-45 {
	font-size: 45px;
}
.size-md-55 {
	font-size: 55px;
}
.size-md-70 {
	font-size: 70px;
}
.size-sm-50 {
	font-size: 50px;
}
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/

.fontweight300 {
	font-weight: 300 !important;
}
.fontweight400 {
	font-weight: 400 !important;
}
.fontweight500 {
	font-weight: 500 !important;
}
.fontweight600 {
	font-weight: 600 !important;
}
.fontweight900 {
	font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/

.color-white {
	color: #ffffff !important;
}
.color-black {
	color: #000000 !important;
}
.color-coral-light-less {
	color: #FCDDD6 !important;
}
.color-coral-light {
	color: #FBC2BA !important;
}
.color-coral-medium {
	color: #F16C51 !important;
}
.color-coral-dark {
	color: #4C0519 !important;
}
.color-sapphire-light-less {
	color: #BEE3FF !important;
}
.color-sapphire-light {
	color: #92D1FF !important;
}
.color-sapphire-medium {
	color: #017CC3 !important;
}
.color-sapphire-dark {
	color: #1B396B !important;
}
.color-amethyst-light-less {
	color: #E6DBE6 !important;
}
.color-amethyst-light {
	color: #D0B5D5 !important;
}
.color-amethyst-medium {
	color: #963596 !important;
}
.color-amethyst-dark {
	color: #382261 !important;
}
.color-topaz-light-less {
	color: #F5E4D3 !important;
}
.color-topaz-light {
	color: #EAC8A5 !important;
}
.color-topaz-medium {
	color: #DF9926 !important;
}
.color-topaz-dark {
	color: #260608 !important;
}

/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/

.bg-white {
	background-color: #fff;
}
.bg-black {
	background-color: #000;
}

.bg-coral-light-less {
	background-color: #FCDDD6;
}
.bg-coral-light {
	background-color: #FBC2BA;
}
.bg-coral-medium {
	background-color: #F16C51;
}
.bg-coral-dark {
	background-color: #4C0519;
}
.bg-sapphire-light-less {
	background-color: #BEE3FF;
}
.bg-sapphire-light {
	background-color: #92D1FF;
}
.bg-sapphire-medium {
	background-color: #017CC3;
}
.bg-sapphire-dark {
	background-color: #1B396B;
}
.bg-amethyst-light-less {
	background-color: #E6DBE6;
}
.bg-amethyst-light {
	background-color: #D0B5D5;
}
.bg-amethyst-medium {
	background-color: #963596;
}
.bg-amethyst-dark {
	background-color: #382261;
}
.bg-topaz-light-less {
	background-color: #F5E4D3;
}
.bg-topaz-light {
	background-color: #EAC8A5;
}
.bg-topaz-medium {
	background-color: #DF9926;
}
.bg-topaz-dark {
	background-color: #260608;
}


/*--------------------------------------------------------------
# Gutter bottom - Desktop
--------------------------------------------------------------*/
.gutter [class*=col-] {
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
.no-gutter {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.flex, .eq-ht {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.eq-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.eq-col {
	position: relative;
	height: 100%;
}
/*--------------------------------------------------------------
# Slider - Desktop
--------------------------------------------------------------*/

.slider, #hero_slider {
	height: 75vh;
	position: relative;
}
.repeated-css {
	width: 100%;
	height: 75vh;
}
.caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-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;
}
.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: 200px !important;
}
.topicIndicator {
	background-color: #000;
	color: #ffffff;
	padding: 8px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.topicIndicator:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0px;
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	border-top: 36px solid #000;
	clear: both;
}
/*--------------------------------------------------------------
# Move to top scroll - Desktop
--------------------------------------------------------------*/
.scroll-up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 1;
}
/*--------------------------------------------------------------
# Footer - Desktop
--------------------------------------------------------------*/
footer {
	background: #F8F8F8;
	color: #333;
	/*padding: 50px 0;*/
	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-weight: 400;
	font-size: 16px;
}
.ftr-head {
	color: #000000;
	font-size: 22px;
	font-weight: 900;
}
.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;
	color: #333;
	font-size: 18px;
	top: 2px;
	left: 0;
}
.up-arrow:before {
	content: "\f0d8";
}
.down-arrow:before {
	content: "\f0d7";
} */
.up-arrow {
	background-image: url("/content/dam/infosys-web/en/careers/clife/up-arrow.svg") !important;
	background-repeat: no-repeat;
    background-size: 12px 25px;
    display: inline-block;
    height: 20px;
    width: 12px;
}
.down-arrow {
    background-image: url("/content/dam/infosys-web/en/careers/clife/down-arrow.svg") !important;
    background-repeat: no-repeat;
    background-size: 12px 25px;
    display: inline-block;
    height: 20px;
    width: 12px;
}
.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;
}
.box-border {
	border: 1px solid #ccc;
	padding: 20px 20px;
	border-radius: 5px;
}
.list-ctrl {
	padding: 0px;
	margin: 0px;
}
.list-ctrl li {
	display: block;
	padding-left: 20px;
	background-image: url(/content/dam/infosys-web/en/choosetochallenge/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-bottom: 5px;
}
.card-style .eq-row > [class*="col-"] {
    margin-bottom: 15px;
}
.word-break-all {
	word-break: break-all;
}
.border-box {
	border: 1px solid #3f3f3f;
	margin-top: 30px;
	padding: 20px;
}
.title-sub {
	font-size: 34px;
	font-weight: 700;
	margin-top: 0px;
}
.speaker-list {
	padding-left: 0px;
}
.speaker-list li {
	display: block;
	padding-left: 20px;
	background-image: url(/content/dam/infosys-web/en/choosetochallenge/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: 0 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccc;
}
.list-link {
	padding: 0;
	margin: 0;
}
.list-link li {
	list-style: none;
	text-align: center;
	background-color: #dec9e2;
	padding: 25px 0px;
}
.list-link li a {
	font-size: 20px;
	color: #000000;
	font-weight: 700;
}
.list-link li a:hover {
	color: #963596;
	text-decoration: none;
}



a.explore_roles {
	font-size: 20px;
	color: #006BB7;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
}
.explore_roles .fa {
	vertical-align: middle;
}
.expand_visible {
	display: none;
	padding: 100px 100px;
	position: relative;
}
.left_border {
	position: absolute;
	width: 12px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 999;
	left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.right_border {
	position: absolute;
	width: 12px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 999;
	right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.right_side {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.client_mask {
	background-image: url("/content/dam/infosys-web/en/careers/clife/ice-cream-mask.png");
}
.leadership_mask {
	background-image: url("/content/dam/infosys-web/en/careers/clife/leadership-mask.png");
}
.integrity_transparency {
	background-image: url("/content/dam/infosys-web/en/careers/clife/integrity-transparency-mask.png");
}
.fairness {
	background-image: url("/content/dam/infosys-web/en/careers/clife/fairness-mask.png");
}
.fairness-bear {
	background-image: url("/content/dam/infosys-web/en/careers/clife/bear-mask.png");
}
.excellence {
	background-image: url("/content/dam/infosys-web/en/careers/clife/excellence-mask.png");
}
.client_mask .inside_box {
	padding-left: 20px;
}
.leadership_mask .eq-col .inside_box {
	padding: 50px;
	padding-left: 35px;
}
.integrity_transparency .inside_box {
	padding-left: 50px;
}
.fairness .inside_box {
	padding-left: 50px;
	padding-right: 80px;
}
.fairness-bear .inside_box {
	padding-left: 50px;
	padding-right: 80px;
}
.excellence .inside_box {
	padding-left: 50px;
	padding-right: 80px;
}
.formbox {
	padding: 50px;
}
.formbox-ctrl {
	padding-right: 100px;
}
.namedesc {
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	font-size: 26px;
	font-weight: 500;
}
.tm {
	font-size: 20px;
	vertical-align: super;
}
.top_label {
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	font-size: 40px;
	font-weight: 500;
}
.box_title {
    font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
    font-size: 60px;
    line-height: 65px;
    font-weight: 500;
}
.bg-topaz-dark .box_title a {
	color: #fff;
	text-decoration: none;
}
.bg-topaz-dark .box_title a:hover {
	color: #DF9926;
}
.sub_txt {
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	font-size: 26px;
	font-weight: 500;
}
.form_title a {
	color: #FCDDD6;
    font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
    font-size: 60px;
    line-height: 65px;
    font-weight: 500;
	margin-bottom: 30px;
	display: inline-block;
}
.form_title a:hover {
	text-decoration: none;
}
.form_title img {
	width: 40px;
}
.form_wrap .form-group {
	margin-bottom: 5px;
}
.form_wrap .form-control {
	font-size: 16px;
	color: #F26C51;
	font-weight: 400;
	height: 50px;
	border-radius: 0px;
	border: 0px;
	background-color: #FCDDD6;
}
.redColor {
	color:#ffffff;
}
/* .form_wrap .form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
  } */

  /* .select-group {
	position: relative;
	float: left;
  }
  .select-group:after {
	content: "\f145";
	text-align: center;
	line-height: 32px;
	position: absolute;
	width: 32px;
	height: 32px;
	background: #fff;
	right: 1px;
	top: 1px;
	pointer-events: none;
  } */

.form_wrap .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #F26C51;
}
.form_wrap .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #F26C51;
}
.form_wrap .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #F26C51;
}
.form_wrap .form-control:-moz-placeholder { /* Firefox 18- */
	color: #F26C51;
}

.form_wrap .btn-default {
    color: #FCDDD6;
	font-size: 18px;
	text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #FCDDD6;
    border-radius: 0;
    padding: 10px 30px;
}
.form_wrap .btn-default:hover {
    color: #F26C51;
	background-color: #FCDDD6;
}
.join_title  {
	color: #FCDDD6;
    font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
    font-size: 60px;
    line-height: 65px;
    font-weight: 500;
}
a.expand_open {
    font-size: 30px;
	font-weight: 600;
    background: rgb(255, 255, 255, 0.7);
    padding: 10px 25px 14px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 60px;
	text-decoration: none;
	margin-top: 20px;
}
a.expand_open:hover {
	background: rgb(255, 255, 255, 1);
}
a.expand_close {
    font-size: 30px;
    font-weight: 600;
    background: rgb(255, 255, 255, 0.7);
    padding: 10px 25px 14px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 60px;
    text-decoration: none;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 40px;
}
a.expand_close:hover {
	background: rgb(255, 255, 255, 1);
}



.top_box {
	padding: 50px;
}
.box_number {
	font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
	font-size: 100px;
	font-weight: 500;
	line-height: 90px;
}
.label_bg {
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    padding: 2px 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.bottom_box {
	padding: 50px;
}
.box_icon {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.box_icon img {
	width: 100px;
}
.d-block {
	display: block;
}
.eq-col iframe {
	width: 100%;
	height: 100%;
}
.eq-col-p20 .eq-col {
	padding: 20px;
}
.award-ctrl .eq-col {
	padding: 50px 70px 50px 50px;
}
.award-ctrl2 .eq-col {
	padding: 50px 110px 50px 50px;
}
.award-ctrl img {
	width: 100px;
	margin-bottom: 30px;
}
.award-ctrl2 img {
	width: 100px;
	margin-bottom: 30px;
}
.firstletter::first-letter{
	font-size: 50px;
	line-height: 20px;
}



@media screen and (max-width: 1024px) {
/*--------------------------------------------------------------
# Slider - Tablet (Landscape 1024px)
--------------------------------------------------------------*/
	
.slider, #hero_slider, .repeated-css {
	height: 45vh;
}
.caption {
	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;
}
/* .slide-image {
	right: -137px;
} */
/*--------------------------------------------------------------
# Footer - Mobile (Landscape 1024px)
--------------------------------------------------------------*/

.ftr-head {
	color: #000000;
	font-size: 22px;
	font-weight: 900;
	margin: 0;
}
.box_title {
    font-size: 50px;
    line-height: 55px;
}
.iframe1, .iframe2, .iframe3, .iframe4, .iframe5, .iframe6 {
	height: 700px !important;
}
.iframe3 {
	height: 800px !important;
}

}

@media screen and (max-width: 992px) {
.gutter [class*=col-] {
	padding-left: 15px;
	padding-right: 15px;
}
.slider, #hero_slider, .repeated-css {
	height: 290px;
}
.top_label {
    font-size: 30px;
}
.box_title {
    font-size: 50px;
    line-height: 50px;
}
.iframe1, .iframe2, .iframe3, .iframe4, .iframe5, .iframe6 {
	height: 500px !important;
}
.iframe4 {
	height: 550px !important;
}

}

@media screen and (max-width: 768px) {
.iframe1, .iframe2, .iframe3, .iframe4, .iframe5, .iframe6 {
	height: 650px !important;
}
.iframe3, .iframe5, .iframe6 {
	height: 450px !important;
}
}
@media screen and (max-width: 767px) {
/*--------------------------------------------------------------
# Slider - Mobile (Landscape 767px)
--------------------------------------------------------------*/
.lineheightxs8 {
	line-height: 0.8;
}
.head-case {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
	text-align: center;
}
.portal-mob {
	bottom: 60px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.slider, #hero_slider, .repeated-css {
	height: 265px;
}
.slide-image {
	right: 0;
}
.owl-dots {
	bottom: 10px;
}
.slider-overlay-black {
	background-color: rgba(0, 0, 0, 0.25);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#hero_slider .caption a {
	margin-top: 0;
	padding: 5px;
}
.inline-xs {
	display: inline;
}
.counter {
	margin: -70px 0px;
}
.card-section {
	margin-top: 50px;
}
.card-bg-color {
	display: none;
}
.time-box {
	border-right: none;
}
.border-row {
	padding-left: 40px;
}
.icon-box {
	left: -1px;
}

.left_border {
    top: 30%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
}
.right_border {
    top: 30%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
}
.iframe1, .iframe2, .iframe3, .iframe4, .iframe5, .iframe6 {
	height: 500px !important;
}
.expand_visible { 
    padding: 100px 50px;
}
.pull-left-xs {
    float: left!important;
}
.mt-xs-20 {
    margin-top: 20px;
}
}

@media screen and (max-width: 640px) {
}
@media screen and (max-width: 320px) {
	.select-country > a {
    padding: 5px 5px !important;
	}
}
@media screen and (max-width: 360px) {
.pr50
{
padding-right: 20px;
}
}

 