@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;
	cursor: pointer;
}

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
}

.col-blue{
    color: #088697;
}

.col-orange{
    color: #ef7f1a;
}

.col-green{
    color: #24b47e;
}

#header {
	position: fixed;
	height: 82px;
	display: block;
	width: 100%;
	background: #fff;
	z-index: 9;
	text-align: center;
	padding: 0;
	-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
}

.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:first-child {
	width: 180px
}

.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: 27px;
	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:before {
	color: #fff
}

.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: 70px;
	padding-top: 40px;
	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: 24%;
	text-align: left;
	color: #fff;
	padding-left: 50px;
	margin-right: 0%
}

.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: 15px;
	position: relative
}

.topNav nav section>strong a {
	font-size: 18px;
	color: #48d0ef
}

.topNav nav section>strong img {
	position: absolute;
	left: -115px;
	top: 0
}

.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: 5px
}

.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: 16px
}

.topNav nav section a:hover {
	color: #48d0ef;
}

.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
}

.sitemap {
	padding: 55px 0 25px;
	border-bottom: 1px solid rgba(100, 100, 100, .5);
	width: 90%
}

.whyus-icon{
	width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
}

.whyus-icon i{
	color: #ef7f1a;
    font-size: 42px;
    line-height: 80px;
}

a.navybtn{
	padding: 12px 24px;
    background: #1d60c5;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}

a.navybtn:hover{
	background: #ef7f1a;
	color: #fff;
}

.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: 14px;
	display: block;
	position: relative;
	font-weight: 300;
	padding-bottom: 10px
}

.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: 22px
}

.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
}

.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: 32px;
	height: 12px;
	margin-right: 10px;
	background: url(../images/arrow.png) 100% 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
}

@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-mob.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
	}
}

@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;
	display: none;
}

.new-add strong.enquire:before {
	content: 'Enquire Now';
	position: absolute;
	left: 37px;
	top: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #ef7f1a;
}

.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: #ef7f1a;
	}

	.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: -32px;
	}

	.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;*/
	}
}



@media (max-width: 460px){
	.header_left img {
		width: 226px;
		margin-top: -16px;
	}
}

.key-areas {
    display: flex;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
}

.key-areas .key-detail{
    width: 60%;
}

.key-image {
    border-radius: 8px 0 0 8px;
    background: #9251ac;
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-basis: 40%;*/
	width: 40%;
    font-size: 2rem;
    color: #9251ac;
    padding: 20px;
}

.key-image.rightrounded-img {
    border-radius: 0 8px 8px 0;
}

.key-detail h4 {
    font-size: 20px;
}

.key-detail ul li{
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.key-detail .animated-area{
	position: absolute;
    bottom: 0;
    width: 120px;
    right: 10px;
    opacity: 0.1;
}

@media (max-width: 767px){
	.key-areas{
		display: block;
	}
	
	.key-image {
		background: none !important;
		width: 100%;
	}
	.key-image img{
		display: block !important;
	}
	
	.key-areas .key-detail {
		width: 100%;
	}
}

.keytech{
    display: flex;
    gap: 25px;
    position: relative;
    align-items: flex-start;
}

.keytech-icon .keytech-img{
    width: 80px;
    height: 80px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    line-height: 80px;
    box-shadow: 0 1px 3px 2px rgb(0 0 0 / 10%);
}

.keytech-detail{
}

.keytech-detail h4{
    color: #ef7f1a;
    font-size: 22px;
}

.keytech-detail p{
}

.timeline {
	display: flex;
	flex-direction: column;
	width: 50vw;
	margin: 5% auto;
}

.timeline__event {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	margin: 20px 0;
	border-radius: 8px;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
	  0 18px 36px -18px rgba(0, 0, 0, 0.3),
	  0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event i{
	color: #9251ac;
	padding-right: 4px;
}
.timeline__event__title {
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	color: #9251ac;
	letter-spacing: 1.5px;
}
.timeline__event__content {
	padding: 20px;
}
.timeline__event__date {
	color: #f6a4ec;
	font-size: 1.5rem;
	font-weight: 600;
	white-space: nowrap;
}
.timeline__event__icon {
	border-radius: 8px 0 0 8px;
	background: #9251ac;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 40%;
	font-size: 2rem;
	color: #9251ac;
	padding: 20px;
}

.timeline__event__icon i {
	position: absolute;
	top: 50%;
	left:-78px;
	font-size: 2.5rem;
	transform: translateY(-50%);
}
.timeline__event__description {
	flex-basis: 60%;
}

.timeline__event:after{
	content: "";
	width: 2px;
	height: 100%;
	background: #9251ac;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	left: -3.5rem;
	z-index: -1;  
}

.timeline__event::before {
	content: "";
	width: 5rem;
	height: 5rem;
	position: absolute;
	background: #f6a4ec;
	border-radius: 100%;
	left: -6rem;
	// right: 90%;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #9251ac;
}
.timeline__event--type2 {}
.timeline__event--type2::before {
	background: #87bbfe;
	border-color: #555ac0;
	content: "";
	width: 5rem;
	height: 5rem;
	position: absolute;border-radius: 100%;
	left: -6rem;
	// right: 90%;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid;
}

.timeline__event--type2 i{
	color: #555ac0;
}
.timeline__event--type2::after{
	background: #555ac0;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	left: -3.5rem;
	z-index: -1;
}
.timeline__event--type2 .timeline__event__date {
	color: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
	background: #555ac0;
	color: #555ac0;
}
.timeline__event--type2 .timeline__event__title {
	color: #555ac0;
}
.timeline__event--type2 .timeline__event__title {
}

.timeline__event--type3 { }

.timeline__event--type3 i{
	color: #24b47e;
}
.timeline__event--type3::before {
	background: #aff1b6;
	border-color: #24b47e;
	content: "";
	width: 5rem;
	height: 5rem;
	position: absolute;border-radius: 100%;
	left: -6rem;
	// right: 90%;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid;
}
.timeline__event--type3::after{
	background: #24b47e;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	left: -3.5rem;
	z-index: -1;
}
.timeline__event--type3 .timeline__event__date {
	color: #aff1b6;
}

.timeline__event--type3 .timeline__event__icon {
	background: #24b47e;
	color: #24b47e;
}
.timeline__event--type3 .timeline__event__title {
	color: #24b47e;
}
.timeline__event--type3 .timeline__event__title {
}
.timeline__event::last-child{ }

.timeline__event::after{
	content: none;
}

@media (max-width: 786px) {
	.timeline__event {
		flex-direction: column;
	}
	.timeline__event__icon {
		border-radius: 4px 4px 0 0;
	}
}

@media (max-width: 575px) {
	.timeline {
		display: flex;
		flex-direction: column;
		width: 65vw;
		margin: 5% auto;
		margin-right: 0px;
	}
}

.product-cat{
	background: #fff;
    text-align: center;
    padding: 15px;
	margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 3px 2px rgb(0 0 0 / 10%);
}

.product-cat:hover{
    box-shadow: 0 1px 6px 5px rgb(0 0 0 / 10%);
}

.product-cat a img{
}

.product-cat h4{
	font-size: 17px;
    font-weight: 600;
}

.product-cat h4 a{
	font-size: 20px;
    font-weight: 500;
}

ul.pro-list{
}

ul.pro-list li{
	margin-bottom: 10px;
    text-align: justify;
}

ul.pro-list li i{
	color: #1ba7dd;
    padding-right: 3px;
}

.painpoint-accordion {
    max-width: 100%;
	 text-align: left;
}
.painpoint-accordion article {
	 border: 1px solid #fff;
    background: #fff;
	 margin: 1em auto;
	 box-shadow: 0 1px 3px 2px rgb(0 0 0 / 10%);
}

.painpoint-accordion article label{
    width: 100%;
    background: #fff;
	cursor: pointer;
}

.painpoint-accordion article label h3{
    margin-bottom: 0px;
    font-size: 22px;
    display: block;
    padding: 16px 0px;
    color: #000;
	position: relative;
}

.painpoint-accordion article label h3 span{
    background: #ed8e47;
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
    margin-right: 28px;
    font-weight: 500;
}

.painpoint-accordion article label h3 span::after {
    position: absolute;
    content: "";
    width: 32px;
    rotate: 45deg;
    border-top: 30px solid #ed8e47;
    border-right: 30px solid #ed8e47;
    top: 6px;
    right: -16px;
    z-index: -1;
    height: 32px;
    background: #6a2f45;
}

.painpoint-accordion article input[type="radio"]:checked ~ label{
    width: 100%;
    background: #032c6a;
}

.painpoint-accordion article input[type="radio"]:checked ~ label h3{
	color: #fff;
}

.painpoint-accordion input[type="radio"] {
	 appearance: none;
	 position: fixed;
	 top: -100vh;
	 left: -100vh;
}
.painpoint-accordion input[type="radio"] ~ div {
	 max-height: 0;
	 overflow: hidden;
	 transition: max-height 0.5s;
}
.painpoint-accordion input[type="radio"]:checked ~ div {
	 max-height: 100%;
}

.painpoint-details {
    padding: 25px;
}

.painpoint-details h4{
	color: #000;
    font-weight: 500;
    font-size: 22px;
    text-decoration: underline;
    margin-bottom: 18px;
	font-family: 'Ubuntu', sans-serif;
}

.painpoint-details h4 span{
	color: #ed8e47;
    font-weight: 500;
}

@media(max-width: 767px){
	.painpoint-accordion article label h3 span{
		display: none;
	}
	
	.painpoint-accordion article label h3 {
		padding: 16px 20px;
	    font-size: 20px;
	}
}
 
.usp-detail{
}

.usp-detail .usp-title{
    background: #66ade7;
	padding: 12px 15px;
} 

.usp-detail .usp-title h5{
	color: #fff;
} 

.usp-detail .usp-des{
	padding: 15px 15px;
} 

.usp-detail .usp-des h5{
	color: #000;
    margin-bottom: 15px;
}

.job-opening-details{
    border-bottom: 1px solid #ccccccd1;
    padding-bottom: 22px;
	margin-bottom: 30px;
}

.job-opening-details h5{
	font-size: 16px;
}

.job-opening-details a{
}

.job-opening-details a.btn{
    background: #1d60c5;
    border-color: #1d60c5;
    color: #fff;
}

.tech-sidemenu{
	/*position:absolute;
	top:0;
    right: 12em;
	height:100%;*/
}

.tech-fixed-content{
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 22em;
  right: 8em;
  background: #eee;
  overflow-x: hidden;
  padding: 20px;
}

.tech-sidemenu h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.tech-sidemenu ul{
}

.tech-sidemenu ul li{
    display: block;
    position: relative;
}

.tech-sidemenu ul li a{
    color: #000;
    font-size: 14px;
    padding: 6px 0px;
    align-items: baseline;
    display: flex;
    border-bottom: 1px dashed #ccc;
}

.tech-sidemenu ul li a:hover{
    color: #ec6d4c;
}

.tech-sidemenu ul li a i{
    color: #ec6d4c;
	padding-right: 8px;
}

@media (max-width: 1200px){
	.tech-fixed-content{
	  width: auto;
	  position: relative;
		top: 0;
		right: 0;
	 }
}