@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i);

a,
body,
br,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
label,
li,
p,
span,
textarea,
ul {
	padding: 0;
	margin: 0
}

:focus,
a,
img,
input {
	outline: 0
}

.menuTriger,
.searchTrigger,
.topSearchBtn {
	cursor: pointer
}

body {
	font-family: Ubuntu, sans-serif
}

a,
input {
	text-decoration: none
}

img {
	border: 0
}

b,
strong {
	font-weight: inherit
}

ul {
	list-style-type: none
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clear {
	clear: both;
	line-height: 0 !important;
	font-size: 0 !important;
	height: 0 !important
}

.addAnimate {
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in-out
}

.removeAnimate {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in-out
}

.padding-bottom-20 {
	padding-bottom: 20px
}

.padding-bottom-10 {
	padding-bottom: 10px
}

.transition {
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}

.transition2 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.transition3 {
	-webkit-transition: all 12s ease-in-out;
	-moz-transition: all 12s ease-in-out;
	-o-transition: all 12s ease-in-out;
	transition: all 12s ease-in-out
}

.transition4 {
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out
}

.zoom {
	-webkit-transform: scale(1.2) !important;
	transform: scale(1.2) !important
}

.zoomOut {
	-webkit-transform: scale(1) rotate(0) !important;
	transform: scale(1) rotate(0) !important
}

.fadeOut {
	opacity: 0;
	top: 200px
}

.fadeIn {
	opacity: 1 !important;
	top: 0
}

.delay {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.delay2 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s
}

#header {
	position: fixed;
	height: 80px;
	display: block;
	width: 100%;
	background: #fff;
	z-index: 10000000 !important;
	text-align: center;
	padding: 0px 5em;
	-webkit-box-shadow: 0 1px 9px -1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 9px -1px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 9px -1px rgba(0, 0, 0, .5);
	top: 0
}

@media (max-width: 991px){
	#header {
		padding: 0px;
	}
}

.header_left {
	float: left;
	height: 100%;
	margin-left: 28px;
	position: relative
}

.header_right,
.right-part-nav {
	float: right;
	height: 100%
}

.right-part-nav {
	display: inline-block
}

.header_right ul:after,
.topSearch:after {
	display: block;
	content: '';
	clear: both
}

.header_right ul {
	height: 100%
}

.header_right ul li {
	float: left;
	border-left: 1px solid #ccc;
	height: 100%;
	padding: 0 15px
}

.header_right ul li:last-child {
	width: 130px
}

.vertical_middle .topSearch {
	width: 0;
	overflow: hidden;
	height: 26px;
	position: relative;
	background: #fff
}

.topSearchFild {
	border: 0;
	display: inline-block;
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
	float: left;
	position: relative;
	z-index: 1
}

.topSearchBtn {
	border: 0;
	background: url(../images/search-icon.png) 100% 0 no-repeat #fff;
	width: 40px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.vertical_middle,
.vertical_middle:before {
	height: 100%;
	vertical-align: middle
}

.vertical_middle:before {
	content: '';
	display: inline-block
}

.vertical_middle>* {
	display: inline-block;
	vertical-align: middle
}

.searchTrigger {
	background: url(../images/search-icon.png) no-repeat;
	padding-left: 40px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 500
}

.menuTriger>strong {
	width: 130px;
	height: 32px;
	display: inline-block;
	z-index: 2;
	cursor: pointer;
	text-align: left;
	position: relative
}

.menuTriger>strong:before {
	content: 'Explore Menu';
	position: absolute;
	left: 37px;
	top: 6px;
	font-size: 14px;
	font-weight: 400
}

.menuTriger.menuTrigerActive {
	background: #0a2844
}

.menuTriger.menuTrigerActive>strong {
    margin-top: 8px;
}

.menuTriger.menuTrigerActive>strong:before {
	color: #fff;
	top: 20px;
}

.tataLogoMob {
	display: none
}

.menuTriger .lines,
.menuTriger .lines:after,
.menuTriger .lines:before {
	display: inline-block;
	height: 2px;
	background: #000;
	border-radius: .28571rem;
	transition: .3s;
	width: 27px
}

.menuTriger .lines {
	position: relative
}

.menuTriger .lines:after,
.menuTriger .lines:before {
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: .28571rem center;
	transform-origin: .28571rem center
}

.menuTriger:hover .lines {
	margin-left: -10px
}

.menuTriger:hover .lines:after,
.menuTriger:hover .lines:before {
	left: 10px
}

.menuTriger .lines:before {
	top: 5px
}

.menuTriger .lines:after {
	top: -5px
}

.menuTriger strong.close span.lines {
	background: 0 0
}

.menuTriger strong.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	background: #fff
}

.menuTriger strong.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	background: #fff
}

.menuTriger strong.close .lines:after,
.menuTriger strong.close .lines:before {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 27px
}

.navHolder {
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	z-index: 5;
	background: url(../images/menuBg.jpg) 50% 50% no-repeat;
	background-size: cover;
	opacity: 1;
	overflow: hidden;
	text-align: center
}

.navHolder>div.topNav {
	overflow: auto;
	height: 100%;
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 50px
}

.topNav nav {
	width: 90%;
	max-width: 1250px;
	margin: 0 auto
}

.topNav nav:after {
	content: '';
	display: block;
	clear: both
}

.topNav nav section {
	float: left;
	width: 28%;
	text-align: left;
	color: #fff;
	padding-left: 115px;
	margin-right: 8%
}

.topNav nav section:last-of-type {
	margin-right: 0
}

.topNav nav section>strong {
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	position: relative;
	font-weight: 500;
	margin-bottom: 12px;
	position: relative
}

.topNav nav section>strong a {
	font-size: 18px;
	color: #fff;
    font-weight: 600;
    z-index: 111;
    position: relative;
    text-decoration: underline;
}

.topNav nav section>strong img {
	position: absolute;
	left: -115px;
    border-radius: 10px;
    top: 0;
    box-shadow: 1px 2px 4px #fff;
}

.topNav nav section ul {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(150, 150, 150, .6)
}

.topNav nav section ul:last-of-type {
	border-bottom: 0 solid rgba(150, 150, 150, .6)
}

.topNav nav section ul li {
	position: relative;
	padding-left: 0;
	margin-bottom: 6px
}

.topNav nav section ul li strong {
	font-size: 15px;
	font-weight: 700;
	display: block;
	padding-bottom: 5px
}

.topNav nav section ul li strong a {
	font-size: 15px;
	font-weight: 700
}

.sitemap,
.sitemap nav {
	margin: 0 auto;
	max-width: 1250px
}

.topNav nav section a {
	color: #fff;
	font-size: 15px;
    z-index: 111;
    position: relative;
}

.topNav nav section ul li big {
	font-size: 13px;
	display: block
}

.topNav nav section ul li big~span {
	font-size: 12px;
	display: block;
	margin-top: 10px
}

.topNav nav section ul li big~span:before {
	content: '-';
	display: inline-block;
	padding-right: 3px
}

.topNav nav section ul li big~span a {
	font-size: 12px
}

.event-bottom-menu{
    width: 100%;
    position: absolute;
    bottom: 4%;
    left: 0;
}

.event-bottom-menu ul{
}

.event-bottom-menu ul li{
    display: inline-block;
    width: 18%;
    margin: 6px;
    background: rgba(255, 255, 255);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.event-bottom-menu ul li a img{
    max-width: 100%;
}

@media (max-width: 991px){
	.event-bottom-menu{
		width: 100%;
		position: relative;
	}

	.event-bottom-menu ul li{
		width: 45%;
	}
}

.sitemap {
	padding: 55px 0 25px;
	border-bottom: 1px solid rgba(100, 100, 100, .5);
	width: 90%
}

.sitemap nav {
	width: 100%
}

.sitemap nav:after {
	content: '';
	display: block;
	clear: both
}

.sitemap nav section {
	float: left;
	width: 20%;
	text-align: left;
	color: #fff
}

.sitemap nav section>strong {
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	position: relative;
	font-weight: 600;
	padding-bottom: 25px
}

.sitemap nav section>p {
	font-size: 14px;
	color: #ccc;
    line-height: 22px;
    display: flex;
    align-items: baseline;
}

.sitemap nav section>p i{
    padding-right: 6px;
}

.footer a,
.footer strong {
	display: inline-block;
	font-size: 14px;
	/*float: left*/
}

.sitemap nav section strong a {
	font-size: 14px;
	line-height: 22px;
	color: #fff
}

.sitemap nav section ul {
	margin-bottom: 20px
}

.sitemap nav section ul li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 2px
}

.sitemap nav section ul li.hasSub a {
	color: #ccc !important;
	padding-left: 0 !important;
	font-size: 14px !important
}

.sitemap nav section ul li.hasSub:after {
	display: block !important
}

.sitemap nav section ul li.hasSub~li a {
	color: #bcbec0;
	padding-left: 10px;
	font-size: 12px
}

.sitemap nav section ul li.hasSub~li:after {
	display: none
}

.sitemap nav section ul li:after {
	content: '-';
	position: absolute;
	left: 0;
	top: 0
}

.sitemap nav section a {
	color: #ccc;
	font-size: 14px;
	line-height: 28px
}

.sitemap nav section a:hover {
	color: #ddd
}

.footer {
	padding: 30px 0 50px;
	text-align: center;
	width: 90%;
	max-width: 1250px;
	margin: 0 auto
}

.footer a {
	color: #fff;
	padding: 0 13px 0 10px;
	position: relative
}

.footer a.text-link:after {
	content: '|';
	position: absolute;
	right: 0;
	top: 0
}

.footer strong {
	color: #bcbec0;
	padding-top: 0;
    font-weight: inherit;
}

.lineHeading:after,
.lineHeading_black:after {
	width: 110px;
	height: 2px;
	display: block;
	margin-top: 15px;
	content: ''
}

.lineHeading,
.lineHeading_black {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px
}

.navHolderActive {
	opacity: 1;
	top: 0
}

.lineHeading {
	color: #fff
}

.lineHeading:after {
	background: #fff
}

.lineHeading_black {
	color: #000
}

.lineHeading_black:after {
	background: #000
}

.allindia,
.moreLink,
.moreLink:before {
	display: inline-block
}

.centerAlign {
	text-align: center
}

.centerAlign:after {
	margin: -1px auto 0
}

.leftAlign {
	text-align: left
}

.moreLink {
	color: #ffd200;
	font-size: 13px;
	font-style: italic;
	line-height: 12px
}

.moreLink:before {
	content: '';
	width: 28px;
	height: 12px;
	margin-right: 10px;
	background: url(../images/arrow.png) 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.moreLink:hover:before {
	background: url(../images/arrow.png)
}

.allindia {
	float: left;
	padding-left: 10px
}

.allindia a {
	position: relative;
	display: block;
	height: 100%;
	padding: 1px 0 0 10px
}

.allindia a:after {
	content: '|';
	color: #fff;
	position: absolute;
	left: 0;
	top: 0
}

.allindia a img {
	position: relative;
	display: block;
	margin: auto
}

.footerBg {
	/*background: #000 url(../images/footer.jpg) no-repeat 50% 0;
	background-size: cover*/
	background: #222;
}

@media screen and (max-width:1030px) {
	.footer {
		padding: 30px 0 150px
	}

	.fadeOut {
		opacity: 1;
		top: 0
	}

	.navHolder>div.topNav {
		margin-top: 105px;
		width: 100%
	}

	.topNav nav {
		padding-bottom: 50px
	}

	.navHolder {
		z-index: 8;
		background: url(../images/menuBg.jpg) 50% 50% no-repeat;
		background-size: cover
	}
}

@media screen and (max-width:1000px) {
	.vertical_middle .topSearch {
		width: 100%;
		overflow: visible;
		position: absolute;
		left: 0;
		top: 104px;
		height: 50px;
		border-top: 1px solid #ccc;
		display: none;
		padding: 15px 60px 0 15px
	}

	.topSearchFild {
		width: 100%;
		border: none
	}

	.topSearchBtn {
		top: 10px;
		right: 20px
	}

	.vertical_middle .topSearch:before {
		content: '';
		display: block;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 100%;
		height: 3px;
		-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .9);
		-moz-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .9);
		box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .9)
	}

	.stClose {
		background: url(../images/close.png) no-repeat
	}

	.sitemap {
		display: none
	}

	.footer {
		text-align: center
	}

	.footer strong {
		display: block
	}

	.footerBg {
		/*background: #000 url(../images/footer-mob.jpg) no-repeat 50% 0;
		background-size: cover*/
		background: #222;
	}
}

@media screen and (max-width:900px) {
	.topNav nav section {
		width: 47%;
		margin-right: 0
	}

	.topNav nav section:first-of-type {
		margin-right: 6%
	}

	.topNav nav section:last-of-type {
		margin-right: 0;
		clear: both
	}

	.topNav nav section:first-of-type ul:last-of-type {
		border-bottom: 1px solid rgba(150, 150, 150, .6)
	}
}

@media screen and (max-width:800px) {
	.lineHeading {
		font-size: 18px;
		font-weight: 500
	}

	.lineHeading:after {
		width: 70px;
		margin-top: 13px
	}
}

@media screen and (max-width:700px) {
	.header_left {
		margin-left: 10px
	}

	.header_left img {
		width: 100%;
		margin-top: 10px
	}

	.vertical_middle {
		vertical-align: middle;
		height: 40%;
		width: 120px
	}

	.header_right ul li {
		padding: 0;
		border-right: 1px solid #ccc
	}

	.header_right ul li:first-child {
		border-left: 1px solid #ccc
	}

	.menuTriger>strong {
		width: 27px
	}

	.menuTriger>strong:before {
		content: 'Explore Menu';
		position: absolute;
		left: -5px;
		font-size: 12px;
		top: 24px;
		text-align: center;
	}

	.searchTrigger {
		padding-left: 28px;
		background-size: 20px;
		height: 23px;
		line-height: 21px;
		font-size: 0;
		padding-top: 18px
	}

	.tataLogoMob {
		display: inline-block;
		vertical-align: middle
	}

	.tataLogoDes {
		display: none
	}

	.topNav nav section {
		width: 100%;
		margin-right: 0
	}

	.topNav nav section ul:last-of-type {
		border-bottom: 1px solid rgba(150, 150, 150, .6);
		min-height: 75px
	}

	.header_right ul li:first-child {
		width: 60px
	}

	.header_right ul li:last-child {
		width: 50px;
		float: right
	}

	.header_right ul li:nth-child(2) {
		border-left: 0 solid #ccc;
		width: 50px
	}
}

@media screen and (max-width:450px) {
	.footer {
		padding: 30px 0 100px
	}

	.searchTrigger {
		padding-left: 0;
		padding-top: 18px;
		background: url(../images/search-icon.png) 50% 0 no-repeat;
		background-size: 20px;
		height: 35px;
		font-size: 12px
	}

	.stClose {
		background: url(../images/close.png) 50% 0 no-repeat;
		background-size: 20px
	}

	.footer:after {
		content: '';
		display: block;
		clear: both
	}

	.footer a,
	.footer strong {
		float: none;
		display: inline-block;
		font-size: 13px
	}

	.allindia {
		float: none
	}
}

@media screen and (max-width:400px) {
	.topNav nav section {
		width: 100%
	}
}

@media screen and (max-width:350px) {
	.vertical_middle {
		vertical-align: middle;
		height: 40%;
		width: 120px
	}
}

.header_right ul li:nth-child(2) {
	width: 180px
}

.header_right ul li:nth-child(1) {
	width: 158px
}

.new-add strong.enquire:before {
	content: 'Enquire Now';
	position: absolute;
	left: 37px;
	top: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #ff8a00;
}

.new-add strong.enquire {
	width: 121px;
	height: 30px;
	display: inline-block;
	z-index: 2;
	cursor: pointer;
	text-align: left;
	position: relative;
}

.new-add strong.enquire b {
	width: 35px;
	height: 33px;
	display: inline-block;
	cursor: pointer;
	background: url(../images/enquire-icon.png) no-repeat 5px center;
	position: absolute;
	top: 0;
	left: -5px;
	z-index: 999;
	overflow: hidden;
}

.new-add strong.enquire:hover:before {
	content: 'Enquire Now';
	position: absolute;
	left: 37px;
	top: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #1664af;
}

.new-add strong.enquire:hover b {
	width: 35px;
	height: 33px;
	display: inline-block;
	cursor: pointer;
	background: url(../images/enquire-icon_hover.png) no-repeat 5px center;
	position: absolute;
	top: 0;
	left: -5px;
	z-index: 999;
	overflow: hidden;
}


@media screen and (max-width:700px) {
	.header_right ul li:nth-child(2) {
		width: 55px
	}

	.header_right ul li:nth-child(1) {
		width: 55px
	}

	.vertical_middle {
		vertical-align: middle;
		height: 40%;
		width: 55px;
	}

	.new-add strong.enquire {
		width: 47px;
		height: 51px;
		display: inline-block;
		z-index: 2;
		cursor: pointer;
		text-align: left;
		position: relative;
	}

	.new-add strong.enquire:before {
		content: 'Enquire Now';
		position: absolute;
		width: 50px;
		text-align: center;
		left: -3px;
		top: 28px;
		font-size: 11px;
		font-weight: 400;
		color: #ff8a00;
	}

	.new-add strong.enquire:hover:before {
		content: 'Enquire Now';
		position: absolute;
		width: 50px;
		text-align: center;
		left: -3px;
		top: 28px;
		font-size: 11px;
		font-weight: 400;
		color: #1664af;
	}

	.header_left img {
		width: auto;
		margin-top: -25px;
	}

	.menuTriger>strong {
		width: 54px;
		height: 50px;
		display: inline-block;
		z-index: 2;
		cursor: pointer;
		text-align: center;
		position: relative;
	}

	.menuTriger>strong:before {
		content: 'Explore Menu';
		position: absolute;
		left: 0px;
		font-size: 11px;
		top: 27px;
		text-align: center;
	}

	.header_right ul li {
		float: left;
		border-left: none;
		height: 100%;
		padding: 0 0px;
	}

	.new-add strong.enquire b {
		width: 35px;
		height: 33px;
		display: inline-block;
		cursor: pointer;
		background: url(../images/enquire-icon.png) no-repeat 5px center;
		position: absolute;
		top: -5px;
		left: 5px;
		z-index: 999;
		overflow: hidden;
		background-size: 60%;
	}

	.new-add strong.enquire:hover b {
		width: 35px;
		height: 33px;
		display: inline-block;
		cursor: pointer;
		background: url(../images/enquire-icon_hover.png) no-repeat 5px center;
		position: absolute;
		top: -5px;
		left: 5px;
		z-index: 999;
		overflow: hidden;
		background-size: 60%;
	}

	.searchTrigger {
		padding-left: 0;
		padding-top: 24px;
		background: url(../images/search-icon.png) 50% 0 no-repeat;
		background-size: 20px;
		height: 48px;
		font-size: 11px;
		background-size: 51%;
	}

	.menuTriger .lines {
		position: relative;
		top: -5px;
	}

	.menuTriger .lines,
	.menuTriger .lines:after,
	.menuTriger .lines:before {
		display: inline-block;
		height: 1px;
		background: #000;
		border-radius: .28571rem;
		transition: .3s;
		width: 22px;
	}
}

@media screen and (max-width:500px) {
	.header_left img {
		width: 230px;
		margin-top: -20px;
	}
}