@charset "utf-8";
/* CSS Document */

/*---1. IdxHeader Bg,InnerHeader Bg---*/
/*---2. Header Menu css---*/
/*---3. Responsive Menu CSS---*/
/*---4. Footer CSS ---*/
/*---4.1 social icons---*/
/*---4.2 FooterLinks,copy,developedby---*/

/*---1. IdxHeader Bg,InnerHeader Bg---*/
.IdxVideoWrap,
.IdxHeaderBg {
	position: relative;
	z-index: 0;
	margin-top: 120px; 
}
.IdxHeaderBg img { 
	width: 100%;
	max-width: 100%;
}
.IdxHeaderBg .slides li {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.InnerHeaderBg {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 0;
	min-height: 275px;
	height: 275px;
	background-size: cover;
	width: 100%;
	margin-top: 120px;
}
.HeaderTitleWrap,
.InnerHeaderTitleWrap {
	position: relative;
}
.HeaderTitleWrap .InnerContainWrapper,
.InnerHeaderTitleWrap .InnerContainWrapper {
	padding: 30px 0px;
}
.HeaderTitleWrap::after,
.InnerHeaderTitleWrap::after {
	content: "";
	position: absolute;
	background: url(../images/imgs/header-sep.jpg) repeat bottom left;
	width: 100%;
	height: 7px;
	bottom: 0;
	left: 0;
}
.HeaderTitleWrap .FillRedBtn a:hover,
.InnerHeaderTitleWrap .FillRedBtn a:hover {
	color: var(--red-color);
	background-color: var(--white-color);
}
h2.PageTitle {
	color: var(--white-color);
	font-size: 45px;
	line-height: 1;
	text-transform: uppercase;
	font-family: var(--site-font-b);
}
.HeaderTitleWrap .TitleCol {
	width: 75%;
	display: flex;
	align-items: center;
	min-height: 45px;
}
.HeaderTitleWrap h2.PageTitle {
	font-size: 30px;
	text-transform: inherit;
}
.Header {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 120px;
	text-align: center;
	z-index: 11;
}
#my-video {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}

/*---2. Header Menu css---*/
.ResponsiveLogo {
	display: none;
	line-height: 0;
}
.ResponsiveLogo .ResLogo {
	display: inline-block;
	padding: 5px 0px;
}
.TopHeader .TopMainWrapper {
	position: relative;
}
.Logo {
	float: left;
	width: 157px;
	position: absolute;
	top: 0;
	left: 0;
}
.Logo a {
	display: block;
	width: 157px;
	height: 138px;
	background: url(../images/imgs/main-logo.png) no-repeat left top;
	text-indent: -999999px;
	background-size: 100%;
}
.TopMainRight {
	float: right;
	width: 59.6%;
	text-align: right;
}

.PhoneImg {
	border-bottom: 1px solid var(--blue-color);
	padding: 30px 0px 12px;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.PhoneImg a,
.PhoneImg {
	color: var(--red-color);
	font-size: 20px;
	line-height: 30px;
	font-family: var(--lub_b);
	letter-spacing: 0.5px;
}

.PhoneImg i {
	background-color: transparent;
	color: var(--blue-color);
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 6px 0px 0px 10px;
}
.PhoneImg a:hover {
	color: var(--blue-color);
}
.PhoneImg span {
	font-size: 14px;
}

a.menu-link {
	color: #000;
	display: block;
	text-decoration: none;
	text-align: right;
	float: right;
	margin: 28px 15px;
}

.menu-link span {
	height: 4px;
	margin: 0px 0px 4px;
	width: 30px;
	background-color: var(--white-color);
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform, opacity;
}
.menu-link span:last-child {
	margin: 0px 0px 0px;
}

.menu-link.active span:first-child {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.menu-link.active span:nth-child(2n) {
	transform: rotate(0deg) translate3d(-25.71429px, 0px, 0);
	opacity: 0;
}
.menu-link.active span:last-child {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.menu-link:hover span {
	border-color: #666;
}

.js .menu > ul ul.active,
.menu.active {
	max-height: 880px;
}
.menu > ul {
	padding: 0;
}

.js .menu > ul ul {
	display: inherit;
	position: relative;
	left: auto;
	top: auto;
	box-shadow: none;
	border: none;
}

nav li {
	display: inline-block;
	margin: 0px 0px 0px 50px;
	position: relative;
	background-image: none;
	padding: 0 0 6px;
	line-height: 34px;
}
nav li:first-child {
	margin-left: 0px;
}
nav li:last-child {
	margin-right: 0px;
}

.menu li a {
	color: var(--primary-color);
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-family: var(--lub_b);
	letter-spacing: 1px;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

span.has-subnav {
	display: block;
	font-size: 18px;
	line-height: 42px;
	position: absolute;
	right: 10px;
	padding: 0 0;
	top: 0;
	width: 30px;
	text-align: center;
}
span.has-subnav.active {
	transform: rotate(180deg);
}

@media only screen and (min-width: 1025px) {
	.TopHeader {
		position: fixed;
		z-index: 99;
		top: 0;
		background-color: #fff;
		border-bottom: 6px solid var(--blue-color);
		width: 100%;
	}

	a.menu-link {
		display: none;
	}

	.js .menu > ul li:hover > ul,
	.js .menu > ul li ul li:hover > ul {
		display: block;
	}

	.menu ul {
		display: block;
		vertical-align: top;
	}
	.menu ul li ul {
		visibility: hidden;
		opacity: 0;
		transition-property: opacity, visibility;
		transition-duration: 0.2s, 0s;
		transition-delay: 0s, 0.2s;
		margin: 0;
		overflow: inherit;
		position: absolute !important;
		top: 32px !important;
		left: 0px !important;
		line-height: initial;
		text-align: left;
		background-color: #fff;
		width: 241px;
	}
	.menu ul li ul li ul {
		top: 0px !important;
		left: 180px !important;
	}
	.menu ul li ul li {
		display: block;
		vertical-align: top;
		background-image: none;
		padding: 0px;
		margin: 0px;
		position: relative;
		border-bottom: 1px solid var(--blue-color);
		box-sizing: border-box;
	}
	.menu li:hover > ul {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s, 0s;
	}
	.menu li ul li:hover ul {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s, 0s;
	}
	.menu li ul li a:hover {
		color: #fff;
		background-color: var(--blue-color);
	}

	.menu span.has-subnav {
		display: none;
	}

	.menu li a:hover {
		color: var(--blue-color);
	}

	.menu ul ul li a {
		display: block;
		padding: 8px;
	}

	.menu ul li.ResLI {
		display: none;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.TopHeader .TopMainWrapper {
		width: 100% !important;
	}
	.PhoneImg {
		padding: 10px 0px 10px 15px;
		box-sizing: border-box;
		float: left;
		border-bottom: 0px solid var(--blue-color);
		margin-bottom: 0px;
	}
	.PhoneImg i,
	.PhoneImg a,
	.PhoneImg {
		color: var(--white-color);
	}
	.PhoneImg a:hover {
		color: var(--red-color);
	}
	.Logo {
		display: none;
	} 
	.TopMainRight {
		float: none;
		width: 100%;
	}
	.menu,
	.menu > ul ul {
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
		position: absolute;
		z-index: 9999;
		top: 76px;
	}
	.menu li {
		border-bottom: 1px solid #d8d8d8;
		margin: 0px 0px;
		display: block;
		background-color: #fff;
		padding: 0 0 0px;
	}
	.menu li a {
		padding: 7px 20px;
		border-bottom: 1px solid #d8d8d8;
	}
	.menu li li {
		padding: 0px 0px;
		border-bottom: 0px solid #d8d8d8;
		border-top: 1px solid #d8d8d8;
	}
	.menu li li a {
		padding-left: 40px;
	}
	.menu li li li a {
		padding-left: 60px;
	}
	.menu li a,
	.menu li:last-child a {
		border: none;
	}

.StickyBtns .FillRedBtn{
	display: none;
}


}

/*---4.2 FooterLinks,copy,developedby---*/
.ContctInfoWrapper {
	margin-top: 5px;
}
.ContctInfoWrapper .LeftWrap {
	width: 33%;
	float: left;
	background-image: url(../images/imgs/footer-blue-bg.jpg);
	background-position: top center;
	background-repeat: repeat;
}
.ContctInfoWrapper .RightWrap {
	width: calc(100% - 33%);
	float: right;
	line-height: 0;
}
.ContctInfoWrapper .LeftWrap .InnerWrap {
	float: right;
	width: 320px;
	padding: 40px 40px 40px 0px;
}
.ContctInfoWrapper .LeftWrap .InfoCol .Col,
.ContctInfoWrapper .LeftWrap .InfoCol .Col a,
.ContctInfoWrapper .LeftWrap address,
.ContctInfoWrapper .LeftWrap address a {
	color: var(--white-color);
	font-size: 15px;
	line-height: 1.4;
	font-family: var(--site-font-b);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ContctInfoWrapper .LeftWrap .InfoCol .Col a:hover,
.ContctInfoWrapper .LeftWrap address a:hover {
	color: var(--red-color);
}

.FooterWrap .InnerContainWrapper {
	width: 1130px;
	padding: 12px 0px 15px;
}
.FooterLink li,
.copy,
.DevelopedBy,
.DevelopedBy a {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px;
	background-image: none;
	font-size: 12px;
	line-height: 15px;
	color: var(--primary-color);
	font-family: var(--gotham_htfbook);
	text-transform: uppercase;
	box-sizing: border-box;
}
.DevelopedBy a:hover {
	color: var(--blue-color);
}
.FooterLink li {
	background-image: none;
}
.FooterLink li + li {
	border-left: 1px solid var(--primary-color);
}
.FooterLink li a {
	color: var(--primary-color);
	padding: 0px 12px;
}
.FooterLink li a:hover {
	color: var(--blue-color);
}
.FooterLink li:first-child a {
	padding-left: 0;
}
.FooterLink li:last-child a {
	padding-right: 0;
}
.copy,
.DevelopedBy {
	display: block;
	line-height: 20px;
	margin: 5px 0;
}
.copy br {
	display: none;
}
.DevelopedBy i {
	vertical-align: middle;
	margin-left: 8px;
}
.DevelopedBy i img {
	vertical-align: middle;
}
/*---4.1 social icons---*/
.FSocialIcon {
	margin: 0 auto;
	text-align: center;
}
.FSocialIcon li {
	background-image: none;
	padding: 0px;
	margin: 0px 0px;
	display: inline-block;
	vertical-align: top;
}
.FSocialIcon .fa-stack {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.FSocialIcon .fa-stack-2x {
	top: 0px;
	font-size: 40px;
}
.FSocialIcon .fa-lg {
	font-size: 20px;
	line-height: 40px;
}
.FSocialIcon a {
	color: #fff;
	transition: all ease 0.5s;
}
.FSocialIcon a:hover {
	color: var(--red-color-1);
}
.FSocialIcon a .fa-inverse {
	color: var(--red-color-1);
}
.FSocialIcon a:hover .fa-inverse {
	color: #fff;
}

/* sureja piyush 24-02-2021 */

.PhoneImg {
	line-height: 1.3;
}

.PhoneImg i {
	margin: 5px 0px 0px 0px;
}
