/*@import url("https://cloud.typography.com/6060236/7538192/css/fonts.css");*/
@import url("/infy/css/tungsten.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;
}
/*header logo*/


/*.home-strip {
	background-color: #372261 !important;
	height: 75px;
}*/
.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;
}
.show-strip {
	background-color: #ffffff;
}
/*header logo end*/
/*Card section start*/

.block {
	display: block;
}
.tint {
	padding: 75px 0px;
}
.bg-section {
	background: #e8ebed;
	padding: 55px 0px;
}
.details-card {
	background: none;
}
.lineheight01 {
	line-height: 1.2;
}


/*video curve*/
.promo-video iframe {
    border-radius: 15px;

}
/*video curve css end*/
.card-content {
	background: #ffffff;
	border: 1px solid #0f5196;
	border-radius: 24px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	z-index: 1;
}
.card-img img {
	width: 100%;
	height: auto;
	display: block;
}
.card-img span {
	position: absolute;
	top: 15%;
	left: 12%;
	background: #1ABC9C;
	padding: 6px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transform: translate(-50%, -50%);
}
.card-img span h4 {
	font-size: 12px;
	margin: 0;
	padding: 10px 5px;
	line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}
.card-desc h3 {
	color: #000000;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
.card-desc p {
	color: #747373;
	font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
}
.btn-card {
	background-color: #1ABC9C;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	padding: .84rem 2.14rem;
	font-size: .81rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	margin: 0;
	border: 0;
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	cursor: pointer;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	color: #fff;
}
.btn-card:hover {
	background: orange;
}
a.btn-card {
	text-decoration: none;
	color: #fff;
}
/* End card section */
/*Card section End*/


/*timeline 123*/

.counter {
	margin: -94px 0px;
}
.count {
	color: #fff;
	font-weight: 600;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #0f9ffa;
	display: inline-block;
	padding: 8px 0;
	margin: 0 0 25px;
}
.frame-wrapper a {
	color: #000;
	text-decoration: underline;
	cursor: default;
}
.frame-wrapper a:hover {
	text-decoration: none;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.social-icons a {
	background: #000;
	margin: 5px;
	color: #fff;
	padding: 8px 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: all 0.2s ease 0s;
}
.social-icons a:hover {
	background: #ccc;
	border-radius: 50%;
	color: #000;
	transform: scale(1.2);
}
/*time line css end*/

/*--------------------------------------------------------------
# Margin CSS
--------------------------------------------------------------*/

.m0 {
	margin: 0px;
}
.ml25 {
	margin-left: 25px;
}
.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;
}
.mt175 {
	margin-top: 175px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb60 {
	margin-bottom: 60px;
}
.mtb30 {
	margin: 30px 0;
}
/*--------------------------------------------------------------
# Padding CSS
--------------------------------------------------------------*/

.p0 {
	padding: 0;
}
.p60 {
	padding: 60px;
}
.p15 {
	padding: 15px;
}
.p50 {
	padding: 50px;
}
.pt0 {
	padding-top: 0 !important;
}
.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;
}
.pb0 {
	padding-bottom: 0px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb75 {
	padding-bottom: 75px !important;
}
.ptb50 {
	padding: 50px 0;
}
.ptb15 {
	padding: 15px 0;
}
.ptb75 {
	padding: 75px 0;
}
.plr5 {
	padding: 0 5px;
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/

.bg-white {
	background-color: #fff !important;
	padding: 50px 0px;
}
.bg-black {
	background-color: #000 !important;
}
.bg-sapphire-medium {
	background-color: #0F9FFA;
}
.bg-coral-medium {
	background-color: #F16C51 !important;
}
.bg-topaz-medium {
	background-color: #DF9926 !important;
}
.bg-jade-medium {
	background-color: #00B28F;
}
.bg-amethyst-medium {
	background-color: #963596;
}
.bg-onyx-medium {
	background-color: #7E7E7E;
}
/*--------------------------------------------------------------
# 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;
}
/* {
	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;
	/*--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 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;
}
}

@media screen and (max-width: 992px) {
.gutter [class*=col-] {
	padding-left: 15px;
	padding-right: 15px;
}
.slider, #hero_slider, .repeated-css {
	height: 290px;
}
}

@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;
}
.size-xs-15 {
	font-size: 15px;
}
.size-xs-18 {
	font-size: 18px;
}
.size-xs-35 {
	font-size: 35px;
}
.size-xs-25 {
	font-size: 25px;
}
	.counter {
	margin: -70px 0px;
}
	
}

@media screen and (max-width: 640px) {
}
