:root{
	--primary:#ed1d24;
	--primary-light:#faf5f5;
	--secondary:#fff300;
	--white:#ffffff;
	--black:#000000;
	--bg-primary:#ed1d24;
	--bg-primary-light:#faf5f5;
	--bg-secondary:#fff300;
	--bg-white:#ffffff;
	--bg-black:#000000;
}

.primary{
	color: var(--primary);
}
.bg-primary{
	color: var(--bg-primary);
}
.secondary{
	color: var(--secondary);
}
.bg-secondary{
	color: var(--bg-secondary);
}
.white{
	color: var(--white);
}
.bg-white{
	color: var(--bg-white);
}
.black{
	color: var(--black);
}
.bg-black{
	color: var(--bg-black);
}

html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Inter" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter" !important;
	color: #050e1c;
}


.pt-0{
	padding-top: 0 !important;
}
.theme-gray {
	color: var(--primary);
}
.light-gray {
	color: #ff8d8d;
}
.dark-bg {
	background-color: var(--primary);
	color: var(--white);
}
.light-bg2 {
	background-color: #ff8d8d;
}
.light-bg {
	background-color: var(--bg-primary-light);
}
.white-bg {
	background-color: var(--bg-white) !important;
}

p {
	font-family: "Inter" !important;
	color: #050e1c;
	font-size: 16px;
}

a {
	font-family: "Inter" !important;
	color: var(--bg-primary);
	font-size: 16px;
}

.white-color {
	color: var(--white) !important;
}

.pb-btn-box {
	text-align: center;
	padding: 40px 0 20px 0;
}

.btn {
	color: var(--white);
	border-radius: 5px;
	padding: 5px 20px;
	height: 50px;
	line-height: 36px;
	text-align: center;
}

.know-more {
	position: relative;
	padding-right: 40px;
}

.know-more:after {
	content: '\f11e';
	font-family: 'uicons-solid-straight';
	position: absolute;
	margin-left: 5px;
	font-size: 30px;
}

.btn-primary {
	background-color: var(--primary);
	border: 2px solid var(--primary);
	font-size: 16px;
}

.btn-primary:hover {
	background-color: transparent;
	border: 2px solid var(--bg-primary);
	color: var(--bg-primary);
}

.btn-secondary {
	background-color: var(--bg-secondary);
	border: 2px solid var(--bg-secondary);
	font-size: 16px;
	color: var(--black);
}

.btn-secondary:hover {
	background-color: transparent;
	border: 2px solid var(--bg-secondary);
	color: var(--bg-secondary);
}

.btn-white-line {
	background-color: transparent;
	border: 2px solid var(--white);
	color: var(--white);
}

.main-title {
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 1px;
}

.main-title-white {
	font-size: 42px;
	font-weight: 800;
	color: var(--white);
	letter-spacing: 1px;
}

.main-section {
	padding: 60px 0;
}

.main-heading {
	position: relative;
}

.main-heading .title-box {
	background-color: var(--primary-light);
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 15px;
	color: var(--primary);
	letter-spacing: 1px;
}

.main-heading .main-title {
	font-size: 38px;
	margin-bottom: 35px;
	font-weight: 700;
}

ul.navbar-nav .nav-item .nav-link {
	color: var(--white) !important;
	padding: 12px 20px 18px 20px !important;
	font-weight: 500;
}

ul.navbar-nav .nav-item .nav-link:hover {
	color: var(--secondary) !important;
}

ul.navbar-nav .nav-item.active .nav-link {
	color: var(--secondary) !important;
}

ul.navbar-nav .nav-item:first-child a {
	padding-left: 0;
}

.dropdown-menu {
	padding: 0;
}

.nav-item.dropdown .dropdown-menu {
	min-width: 300px;
	text-align: left;
	border-radius: 0;
	background-color: var(--bg-primary);
	transform: translateY(-15px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	top: 0;
	box-shadow: 0 6px 15px 0 #00000036;
}

.nav-item.dropdown .dropdown-menu a{
	color: var(--white);
	padding: 15px;
}

ul.navbar-nav .dropdown-menu .dropdown-divider {
	margin: 0;
}
.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgb(255 73 73);
}
.navbar-nav .dropdown-menu .dropdown-item {
	padding: 4px 15px;
}

ul.navbar-nav .dropdown-menu .dropdown-item.active, ul.navbar-nav .dropdown-menu .dropdown-item:active {
	color: var(--black);
	text-decoration: none;
	background-color: #0e62df;
}

.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus {
	color: var(--white);
	text-decoration: none;
	background-color: var(--black);
}

.radio-group {
	text-align: center;
	margin: 30px 0 20px 0 !important;
	/* Hide the browser's default radio button */
	/* Create a custom radio button */
	/* On mouse-over, add a grey background color */
	/* When the radio button is checked, add a blue background */
	/* Create the indicator (the dot/circle - hidden when not checked) */
	/* Show the indicator (dot/circle) when checked */
	/* Style the indicator (dot/circle) */
}

.radio-group .radio-btn {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 15px;
}

.radio-group .radio-btn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-group .radio-btn .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 18px;
	width: 18px;
	border: 2px solid #001522;
	border-radius: 50%;
}

.radio-group .radio-btn:hover input ~ .checkmark {
	border: 2px solid #0e62df;
}

.radio-group .radio-btn input:checked ~ .checkmark {
	background-color: var(--white);
	border: 2px solid #0e62df;
}

.radio-group .radio-btn .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-group .radio-btn input:checked ~ .checkmark:after {
	display: block;
}

.radio-group .radio-btn .checkmark:after {
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0e62df;
}

.login-model .model-img img {
	width: 100%;
}

.login-model .modal-dialog {
	max-width: 900px;
	margin: 30px auto;
}

.login-model .modal-title {
	text-transform: uppercase;
	color: #0e62df;
	font-size: 24px;
}

.login-model a.forgot-password {
	display: block;
	text-align: right;
	margin: 15px 0 30px 0;
	color: #001522;
	text-decoration: none;
}

.login-model a.forgot-password:hover {
	color: #0e62df;
}

.login-model .modal-body {
	padding: 30px 20px;
}

.login-model .modal-header {
	padding: 25px 20px;
}

.login-model .modal-header button.close {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #0e62df;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	padding: 0 !important;
	color: #0e62df;
	opacity: 1;
	margin: 0 !important;
	outline: none;
}

.video-model .model-video video {
	width: 100%;
	padding: 7px 7px 0 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px 20px 20px 20px;
}

.video-model .modal-dialog {
	max-width: 850px;
	margin: 50px auto;
}

.video-model .modal-title {
	text-transform: uppercase;
	color: #0e62df;
	font-size: 24px;
}

.video-model .modal-body {
	padding: 0;
}

.video-model .modal-content {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.video-model .modal-header {
	padding: 15px;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 100%;
	height: 70px;
	z-index: 9999;
	border: none;
	overflow: hidden;
}

.video-model .modal-header button.close {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #0e62df;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	padding: 0 !important;
	color: #0e62df;
	opacity: 1;
	margin: 0 0 0 auto !important;
	outline: none;
}

.video-btn {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 40%;
	top: 160px;
	border-radius: 100%;
	z-index: 999;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.video-btn:after {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 90px;
	height: 90px;
	background-color: #66b60a;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-btn:hover {
	background-color: #0e62df;
	color: var(--white);
}

.video-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.video-btn i {
	font-size: 52px;
	line-height: 86px;
	margin-left: 15px;
}

@-webkit-keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.75, 0.75, 1);
		transform: scale3d(0.75, 0.75, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.5, 1.5, 1);
		transform: scale3d(1.5, 1.5, 1);
	}
}

@keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.75, 0.75, 1);
		transform: scale3d(0.75, 0.75, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.5, 1.5, 1);
		transform: scale3d(1.5, 1.5, 1);
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.bottom-scroller.active .scroller {
	background-color: var(--primary);
	display: block;
	width: 40px;
	height: 40px;
	color: var(--white);
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	text-decoration: none;
}

.bottom-scroller.active .scroller:hover {
	background-color: var(--primary);
}

i.fi-ss-paper-plane {
	margin-left: 3px;
	/* display: inline-block; */
	/* line-height: 30px; */
	vertical-align: middle;
	font-size: 14px;
}

.card {
	border-radius: 10px;
	padding: 40px 20px;
	-webkit-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
}

.form-custom {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-right: 20px;
}

.form-custom .form-group {
	position: relative;
}

.form-custom .form-group input,
.career-form .form-group input {
	display: block;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #999;
	outline: none;
	color: var(--primary);
	height: 45px;
	padding: 5px 40px 5px 5px;
	border-radius: 0;
}
.form-custom .form-group input:focus, 
.career-form .form-group input:focus {
	border: none;
	border-bottom: 1px solid var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-custom .form-group select,
.career-form .form-group select {
	display: block;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #999;
	outline: none;
	color:var(--primary);
	height: 45px !important;
	padding: 5px 40px 5px 5px;
	border-radius: 0;
}

.form-custom .form-group select:focus,
.career-form .form-group select:focus {
	border: none;
	border-bottom: 1px solid var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-custom .form-group textarea,
.career-form .form-group textarea{
	display: block;
	width: 100%;
	background-color: transparent !important;
	border: none;
	border-bottom: 1px solid #333;
	outline: none;
	color: var(--primary);
	height: 80px;
	padding: 5px 40px 5px 5px;
	border-radius: 0;
}

.form-custom .form-group textarea:focus,
.career-form .form-group textarea:focus{
	border: none;
	border-bottom: 1px solid var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-custom .form-group .search {
	position: absolute;
	top: 3px;
	right: 5px;
	background-color: transparent;
	border: none;
	color: var(--white);
}

.form-custom .form-group .search i:before {
	font-size: 24px;
}

.form-custom .form-group .btn.btn-primary {
	margin: 40px auto 0 auto;
	display: block;
}

.form-custom .dropdown {
	position: relative;
}

.form-custom .dropdown:after {
	content: "\f117";
	font-family: flaticon;
	position: absolute;
	color: #656565;
	top: 10px;
	right: 10px;
	font-size: 14px;
}

.home-slider { 
	background-color: var(--bg-primary);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	min-height: 80vh;
	position: relative;
}
.wave {
	background: url(../images/wave2.png);
	background-size: 1000px 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 85px;
	animation: wave 6s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
}
.wave.wave1 {
	animation: wave 8s linear infinite;
	z-index: 99;
	opacity: 1;
	animation-delay: 0s;
	bottom: 0;
}
.wave.wave2 {
	animation: wave2 7s linear infinite;
	z-index: 9;
	opacity: 0.5;
	animation-delay: -3s;
	bottom: 10px;
}
.wave.wave3 {
	animation: wave2 3s linear infinite;
	z-index: 9;
	opacity: 0.3;
	animation-delay: -2s;
	bottom: 15px;
}
@keyframes wave {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: 1000px;
	}
}

@keyframes wave2 {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: -1000px;
	}
}

.home-slider .banner-bubble {
	margin-top: 100px;
	position: absolute;
	right: 0;
	bottom: -60px;
	width: 100%;
}
.home-slider .banner-bubble .logos {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	bottom: -150px;
}
.home-slider .banner-bubble .logos span {
	-webkit-animation: bubble 7s linear infinite;
	animation: bubble 7s linear infinite;
	opacity: 0;
}
.home-slider .banner-bubble .logos span img {
	width: 80px !important;
}
.home-slider .banner-bubble .logos span em {
	color: #fff;
	font-style: normal;
	text-align: center;
	display: block;
	font-weight: 600;
}
.home-slider .banner-bubble .logos span:nth-child(1) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.home-slider .banner-bubble .logos span:nth-child(1) img {
	width: 70px !important;
}

.home-slider .banner-bubble .logos span:nth-child(2) {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
}
.home-slider .banner-bubble .logos span:nth-child(2) img {
	width: 90px !important;
}

.home-slider .banner-bubble .logos span:nth-child(3) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.home-slider .banner-bubble .logos span:nth-child(3) img {
	width: 80px !important;
}

.home-slider .banner-bubble .logos span:nth-child(4) {
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}
.home-slider .banner-bubble .logos span:nth-child(4) img {
	width: 90px !important;
}

.home-slider .banner-bubble .logos span:nth-child(5) {
	-webkit-animation-delay: 4.7s;
	animation-delay: 4.7s;
}
.home-slider .banner-bubble .logos span:nth-child(5) img {
	-webkit-animation-delay: 4.7s;
	animation-delay: 4.7s;
}

.home-slider .banner-bubble .logos span:nth-child(6) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
.home-slider .banner-bubble .logos span:nth-child(6) img {
	width: 65px !important;
}

.home-slider .banner-bubble .logos span:nth-child(7) {
	-webkit-animation-delay: 5.56s;
	animation-delay: 5.56s;
}
.home-slider .banner-bubble .logos span:nth-child(7) img {
	width: 70px !important;
}

.home-slider .banner-bubble .logos span:nth-child(8) {
	-webkit-animation-delay: 6.9s;
	animation-delay: 6.9s;
}
.home-slider .banner-bubble .logos span:nth-child(8) img {
	width: 55px !important;
}

.home-slider .banner-bubble .logos span:nth-child(9){
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}
.home-slider .banner-bubble .logos span:nth-child(9) img {
	width: 85px !important;
}

.home-slider .banner-bubble .logos span:nth-child(10) {
	-webkit-animation-delay: 7.3s;
	animation-delay: 7.3s;
}
.home-slider .banner-bubble .logos span:nth-child(10) img {
	width: 60px !important;
}

.home-slider .banner-bubble .logos span:nth-child(11){
	-webkit-animation-delay: 4.4s;
	animation-delay: 4.4s;
}
.home-slider .banner-bubble .logos span:nth-child(11) img {
	width: 70px !important;
	margin-right: 40px;
}

@-webkit-keyframes bubble {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	90% {
		opacity: 0.7;
	}
	100% {
		-webkit-transform: translateY(-650px);
		transform: translateY(-650px);
		opacity: 0;
	}
}

@keyframes bubble {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	90% {
		opacity: 0.7;
	}
	100% {
		-webkit-transform: translateY(-650px);
		transform: translateY(-650px);
		opacity: 0;
	}
}

.home-slider .banner-text {
	padding: 280px 0 100px 0;
}

.home-slider .banner-text .banner-title1 {
	color: var(--white);
	font-size: 32px;
	text-transform: uppercase;
}

.home-slider .banner-text .banner-title2 {
	color: var(--white);
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
}

.home-slider .banner-text .btn.btn-secondary {
	margin-top: 30px;
}

.main-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.main-header .top-bar {
	background: var(--secondary);
}
.main-header .top-bar p, .main-header .top-bar marquee {
	color: var(--primary);
	margin: 0;
	margin-top: 5px;
}
.main-header .top-bar p i::before {
	font-size: 17px;
}
.sticky-logo{
	display: none;
}
.main-header.stickyhead .header-bottom {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--white);
	z-index: 9999;
	padding: 14px 0;
	box-shadow: 0 2px 15px 2px rgb(0 0 0 / 12%);
}
.main-header.stickyhead .header-bottom .navbar-nav {
	justify-content: flex-end;
}

.main-header.stickyhead .header-bottom .navbar.navbar-expand-lg {
	width: 80%;
	margin-left: auto;
}
.main-header.stickyhead .header-bottom .navbar-nav .nav-item .nav-link {
	padding: 14px !important;
	font-size: 15px;
	color: #000 !important;
}
.main-header.stickyhead .logo .sticky-logo{
	display: block;
	position: fixed;
	z-index: 99999;
	width: 110px;
	top: 5px;
}
.slider_inner .main-header {
	background-color: rgba(11,156,181,0.7);
}
.main-header .header-top {
	padding: 5px 0;
}
.main-header .header-top .header-top-right {
	margin-left: auto;
	text-align: right;
	padding: 25px 0 0 0;
}
.main-header .header-top .header-top-right .btn-primary,
.home-slider .banner-text .btn-primary {
	background: var(--secondary);
	border-color: var(--secondary);
	color: var(--primary);
}
.main-header .header-top .header-top-right .form-custom {
	width: 300px;
}
.main-header .header-top .header-top-right .btn-app {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	transform: translateY(8px);
	transition: all 0.3s;
}
.main-header .header-top .header-top-right .btn-app:hover {
	transition: all 0.3s;
	transform: translateY(3px);
}
.main-header .header-top .header-top-right .form-custom input {
	border-bottom: 1px solid #ddd;
	color: var(--white);
}

.main-header .header-top .header-top-right .form-custom ::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ddd;
	opacity: 1;
	/* Firefox */
}

.main-header .header-top .header-top-right .form-custom :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ddd;
	opacity: 1;
	/* Firefox */
}

.main-header .header-top .header-top-right .form-custom ::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ddd;
	opacity: 1;
	/* Firefox */
}

.main-header .header-top .header-top-right .form-custom ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ddd;
	opacity: 1;
	/* Firefox */
}

.main-header .header-top .header-top-right .form-custom :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ddd;
}

.main-header .header-top .header-top-right .form-custom ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ddd;
}

.main-header .header-bottom {
	border-top: 1px solid #ddd;
}

.main-header .header-bottom .navbar {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.owl-dot span {
	width: 25px !important;
	height: 4px !important;
	margin: 5px 3px !important;
}

.owl-dot.active span {
	background: #0e62df !important;
	outline: none;
}

.owl-dot.active .owl-dot:hover span {
	background: #0e62df !important;
	outline: none;
}

.home-about .about-image {
	text-align: center;
}

.home-about .about-image img {
	width: 94%;
}

.home-SIP-graph .main-title {
	font-size: 28px;
}

.home-SIP-graph .main-title span.green {
	display: block;
}

.home-SIP-graph .SIP-image {
	overflow: hidden;
}


/*.home-SIP-graph .SIP-image img {
width: 100%;
}*/

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-default {
	height: 50px;
	background-color: #e3fdc4;
	position: relative;
	color: #001522;
	border-radius: 2px;
	border-color: #e3fdc4;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-default:after {
	content: "\f1e9";
	position: absolute;
	font-family: uicons-solid-straight;
	right: 15px;
	top: 10px;
	color: #001522;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-active {
	background-color: #0e62df;
	color: var(--white);
	height: 50px;
	border-radius: 2px;
	border-color: #0e62df;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-active:after {
	content: "\f1ce";
	position: absolute;
	font-family: uicons-solid-straight;
	right: 15px;
	top: 10px;
	color: var(--white);
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-active.ui-state-focus {
	outline: none;
}

.home-faq-section .faq-accordian .ui-accordion-content {
	padding: 15px;
	background-color: #ecfdd7;
	border-color: #e3fdc4;
	margin-bottom: 10px;
}

.home-service .owl-carousel.owl-theme.home-services {
	position: relative;
}

.home-service .owl-carousel.owl-theme.home-services .service-card {
	margin: 15px;
	background-color: var(--white);
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	padding: 150px 15px 20px 15px;
	min-height: 350px;
}
.home-service .owl-carousel.owl-theme.home-services .service-card p {
	line-height: 20px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .icon {
	height: 150px;
	background-color: var(--primary-light);
	display: block;
	width: 150px;
	padding: 30px 25px 25px 30px;
	border-radius: 100%;
	position: absolute;
	top: -22px;
	left: -22px;
}
.home-service .owl-carousel.owl-theme.home-services .service-card h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	font-weight: 700;
	font-size: 24px;
}
.home-service .owl-carousel.owl-theme.home-services .service-card a {
	text-decoration: none;
	color: var(--primary);
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 50%;
	right: 0;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #f5efef;
	border-radius: 100%;
	-webkit-animation: blinking 3s linear infinite;
	animation: blinking 3s linear infinite;
	-webkit-transition: 0.3s ease-in 0s all;
	transition: 0.3s ease-in 0s all;
	position: absolute;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(1) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	top: 60px;
	right: 40px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(2) {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	width: 9px;
	height: 9px;
	top: 8px;
	right: 55px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 75px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(4) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	width: 17px;
	height: 17px;
	top: 33px;
	right: 46px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(5) {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	width: 20px;
	height: 20px;
	top: 38px;
	right: 10px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(6) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	width: 10px;
	height: 10px;
	top: 15px;
	right: 32px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(7) {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	width: 17px;
	height: 17px;
	top: 50px;
	right: 80px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(8) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	width: 8px;
	height: 8px;
	top: 5px;
	right: 14px;
}

@-webkit-keyframes blinking {
	0% {
		opacity: 0;
		-webkit-transition: 0.3s ease-in os all;
		transition: 0.3s ease-in os all;
	}
	40% {
		opacity: 1;
		-webkit-transition: 0.3s ease-in os all;
		transition: 0.3s ease-in os all;
	}
	70% {
		opacity: 1;
		-webkit-transition: 0.3s ease-in os all;
		transition: 0.3s ease-in os all;
	}
	100% {
		opacity: 0;
		-webkit-transition: 0.3s ease-in os all;
		transition: 0.3s ease-in os all;
	}
}

@keyframes blinking {
	0% {
		opacity: 0;
		-webkit-transition: 0.3s ease-in os all;
		transition: 0.3s ease-in os all;
	}
	40% {
		opacity: 1;
		-webkit-transition: 0.3s ease-in os all;
		transition: 0.3s ease-in os all;
	}
	70% {
		opacity: 1;
		-webkit-transition: 0.3s ease-in os all;
		transition: 0.3s ease-in os all;
	}
	100% {
		opacity: 0;
		-webkit-transition: 0.3s ease-in os all;
		transition: 0.3s ease-in os all;
	}
}

.owl-nav {
	position: absolute;
	top: -80px;
	right: 15px;
}

.owl-nav button {
	background-color: var(--primary) !important;
	display: inline-block;
	width: 45px;
	height: 45px;
}

.owl-nav button span {
	color: var(--white);
	font-size: 24px;
	line-height: 22px;
}

.home-trust-section {
	position: relative;
}

.home-trust-section .trust-text .title {
	font-size: 58px;
	font-weight: 900;
	line-height: 60px;
	color: var(--white);
}

.home-trust-section .trust-text p {
	color: var(--white);
	margin-top: 10px;
}

.home-trust-section .trust-text .vm-box {
	margin-top: 20px;
	background-color: #035a73;
	border-radius: 10px;
	padding: 15px 20px 5px 20px;
}

.home-trust-section .trust-text .vm-box h3 {
	color: var(--white);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
}

.home-trust-section .trust-text .vm-box p {
	font-size: 15px;
	line-height: 20px;
}

.home-trust-section .img-col {
	position: static;
}

.home-trust-section .trust-image:after {
	content: "";
	background-image: url(../images/light.png);
	width: 380px;
	height: 494px;
	position: absolute;
	background-repeat: no-repeat;
	bottom: 0px;
	right: 7%;
	z-index: 0;
	opacity: 0.6;
}

.home-trust-section .trust-image:before {
	content: "";
	background-image: url(../images/light.png);
	width: 380px;
	height: 494px;
	position: absolute;
	background-repeat: no-repeat;
	bottom: 0;
	right: 12%;
	z-index: 0;
	opacity: 0.5;
}

.home-trust-section .trust-image img {
	position: absolute;
	-webkit-animation: popup 8s ease-in-out infinite;
	animation: popup 8s ease-in-out infinite;
	z-index: 9;
}

.home-trust-section .trust-image img:nth-child(1) {
	right: 25%;
	top: 80px;
	width: 160px;
}

.home-trust-section .trust-image img:nth-child(2) {
	right: 10%;
	top: 100px;
	width: 170px;
}

.home-trust-section .trust-image img:nth-child(3) {
	right: 20%;
	top: 350px;
	width: 140px;
}

@-webkit-keyframes popup {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes popup {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.how-we-work {
	position: relative;
}

.how-we-work .work-img-bg {
	background-color: var(--primary-light);
	width: 450px;
	height: 450px;
	text-align: center;
	margin: 30px auto 0 auto;
	border-radius: 100%;
}

.how-we-work .work-img-bg:after {
	content: '';
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 54%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 400px;
	height: 400px;
	background-color: #d9e6ea;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: pulse-border 0200ms ease-out infinite;
	animation: pulse-border 2000ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.how-we-work .work-steps {
	margin-bottom: 35px;
}

.how-we-work .work-steps:last-child {
	margin-bottom: 0;
}

.how-we-work .work-steps .number {
	background-color: var(--primary-light);
	color: var(--primary);
	display: inline-block;
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 100%;
}

.how-we-work .work-steps .number span {
	position: absolute;
	top: -7px;
	left: 19px;
	font-size: 42px;
	font-weight: 600;
}

.how-we-work .work-steps .text {
	display: inline-block;
	width: calc(100% - 65px);
	padding-left: 15px;
}

.how-we-work .work-steps .text .title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.how-we-work .work-steps .text p {
	font-size: 14px;
}

.how-we-work .work-steps .work-image {
	display: none;
	position: absolute;
	right: 100%;
	top: 50px;
}

.how-we-work .work-steps .work-image img {
	width: 350px;
}

.how-we-work .work-steps.active .number {
	background-color: var(--primary);
	color: var(--white);
}

.how-we-work .work-steps.active .work-image {
	display: block;
}

.how-we-work .work-steps.active .work-image img {
	margin-right: 50px;
}

.home-SIP .SIP-image img {
	width: 100%;
}

.home-invest-fund {
	position: relative;
	overflow: hidden;
	background-blend-mode: overlay;
	background-image: url(../images/parallax.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-invest-fund .btn-outline-primary {
	border-color: var(--white);
	color: var(--white);
	margin-left: auto;
	display: block;
	width: 185px;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
}

.home-invest-fund p {
	color: var(--white);
}

.home-testimonial-section .testimonial-card {
	background-color: var(--primary-light);
	padding: 20px;
	border-radius: 10px;
	margin: 15px;
	min-height: 275px;
}

.home-testimonial-section .testimonial-card .image {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

.home-testimonial-section .testimonial-card .image img {
	width: 100%;
}

.home-testimonial-section .testimonial-card .text {
	position: relative;
}

.home-testimonial-section .testimonial-card .text h3 {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary);
}

.home-testimonial-section .testimonial-card .text h3 span {
	font-size: 13px !important;
	font-weight: 500;
}

.home-testimonial-section .testimonial-card .text p {
	font-size: 15px;
	margin-bottom: 0;
}

.home-testimonial-section .testimonial-card .text:after {
	content: "\f10f";
	font-family: flaticon;
	position: absolute;
	color: #ffc4c4;
	top: -20px;
	right: 0;
	font-size: 22px;
}

.home-FAQ-section .nav-pills .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	text-align: center;
}

.home-FAQ-section .nav-pills .nav-item .nav-link {
	margin: 3px;
	padding: 18px;
	font-size: 16px;
	background-color: var(--primary-light);
}

.home-FAQ-section .nav-pills .nav-item .nav-link.active {
	background-color: var(--primary);
}

.home-FAQ-section .accordion .accordion-item button.accordion-button:after {
	margin-left: auto !important;
	margin-right: 0;
	font-family: bootstrap-icons;
	font-weight: 100;
	font-size: 20px;
	content: "\F282";
}

.home-contact-section .card {
	padding: 20px;
	-webkit-box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.15);
}

.footer-main {
	background-image: url(../images/footer-bg.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: 400px;
	padding: 80px 0 20px 0;
}

.footer-main .foot-col .foot-title {
	color: var(--primary-light);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin: 35px 0;
}

.footer-main .foot-col p {
	color: var(--primary-light);
	font-size: 15px;
}

.footer-main .foot-col a {
	color: var(--primary-light);
	text-decoration: none;
	font-size: 15px;
	margin-right: 5px;
}
.footer-main .foot-col a:hover{
	color: var(--secondary);
}
.footer-main .foot-col a:hover i {
	background-color: var(--white);
	color: #06101e;
}

.footer-main .foot-col a i {
	background-color: #3d3d3a;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 100%;
}

.footer-main .foot-col a i:before {
	margin: 0;
	line-height: 32px;
}

.footer-main .foot-col a i:hover {
	background-color: var(--white);
	color: #06101e;
}

.footer-main .foot-col .menu {
	list-style: none;
	padding: 0;
}

.footer-main .foot-col .menu a {
	margin-bottom: 6px;
	display: block;
}
.footer-main .foot-col .menu a:hover{
	color: var(--secondary);
}
.footer-main .foot-col .logo {
	margin-bottom: 20px;
}
.footer-top .logo img {
	width: 200px;
}
.foot-col.app-info a img {
	width: 140px;
}
.footer-main .contact-info p {
	position: relative;
	padding-left: 28px;
}
.footer-main .contact-info p i {
	position: absolute;
	left: 0;
	top: -3px;
}

.footer-main .contact-info p a i {
	position: absolute;
	left: 0;
}

.footer-main .footer-bottom {
	border-top: 1px solid #32322f;
	margin-top: 40px;
	padding: 25px 0 0 0;
}

.footer-main .footer-bottom p {
	color: var(--primary-light);
	font-size: 14px;
}

.footer-main .footer-bottom a {
	color: var(--primary-light);
	font-size: 14px;
	text-decoration: none;
}

.footer-main .footer-bottom a:hover {
	color: var(--white);
}
/*# sourceMappingURL=style.css.map */
.home-service .owl-carousel .owl-item img {
	margin: 12px;
	width: 80px;
}
.owl-carousel .owl-item i:before
{
	color: var(--primary);
	font-size: 65px;
}
#contact_body button
{
	border: 0px;
	padding: 3px 18px;
	border-radius: 4px;
	background: var(--primary);
	color: var(--white);
	font-weight: 700;
}
.footer-main .contact-info p i:before
{
	margin-left: 0px;
	padding-right: 10px;
}
.header-section
{
	padding: 10px 0px 25px;
}
.header-section h4 {
	margin-bottom: 0px;
	text-align: center;
	color: var(--primary);
	font-size: 36px;
	font-weight: 700;
}
.divide-img
{
	margin: 0px auto;
	display: block;
	padding: 7px;
	display: none;
}
#signinForm button
{
	border: 0px;
	padding: 3px 18px;
	border-radius: 4px;
	background: var(--primary);
	color: var(--white);
	font-weight: 700;
}
.login-model .modal-header button.close
{
	border: 0px;
}
body
{
	padding-right: 0px !important;
}

.inner-banner {
	background: var(--primary);
	min-height: 450px;
	position: relative;
}
.inner-slider-title {
	position: relative;
	text-align: center;
}
.inner-slider-title .title {
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	transform: translateY(-180px);
}


.navbar-light .navbar-toggler-icon
{
	background-image: conic-gradient !important;
}
.pro-img
{
	width: 100%;
}
.divided
{
	padding: 50px 0px;
}
.align-right p
{
	text-align: right;
}
.align-right h4
{
	text-align: right;
}
.more-content a
{
	border: 0px;
	padding: 9px 13px;
	border-radius: 4px;
	background: var(--primary);
	color: var(--white);
	font-weight: 700;
}
.main-section #nav-tab ul
{
	padding: 0px;
	width: 100%;
	background: #0e62df;
	border-radius: 18px;
}
.main-section #nav-tab ul li
{
	list-style-type: none;
	border: 1px solid var(--white);
	border-radius: 6px;
}
.main-section #nav-tab ul li a.active , .main-section #nav-tab ul li a
{
	padding: 13px 14px;
	color: var(--white);
	font-size: 15px;
	font-weight: 600;
}
.main-section #nav-tab ul li a.show
{
	color: var(--white);
	background: #0e62df;
	border-radius: 6px;
}
.nav-tabs .nav-link:hover
{
	background: none;
	color: var(--white) !important;
}
#nav-tabContent .active.in
{
	display: block;
	opacity: 1;
}
.main-section #nav-tab ul li.active a:hover.show
{
	background: var(--white) !important;
	color: var(--primary) !important;
}
.main-section #nav-tab ul li.active a.show
{
	background: var(--white);
	color: var(--primary);
}
.invest-now a
{
	border: 0px;
	padding: 9px 13px;
	border-radius: 4px;
	background: var(--primary);
	color: var(--white);
	font-weight: 700;
}
.calname a
{
	font-size:14px;
}
.stick_option
{
	display:none;
}
.caclulator
{
	padding:20px 0px;
}
.cal-name,
.summary-heading,
.cal-type,
.fundperfonmance .blue,
.blue a:link,
.fundperfonmance .blue>a,
.fundname:hover .whythismf,
.fundname:hover .closewhythismf 
{
	color: #030303;
}

.btn.submit,
.calname a,
.cal-result .summary .table th,
.cal-result .sip-tg .nav li,
.presales-container .ins-amt,
.pre-inputbox #removeButton > span,
.presales-result .lc-box,
.presales-cal .sip-tg .nav li,
.presales-cal .summary table th 
{
	background: var(--primary);
	margin-top: 15px;
	width: 150px;
}

.cal-name 
{
	border-bottom: 1px solid #00418c;
}

.fundname:hover .whythismf,
.fundname:hover .closewhythismf 
{
	border: 1px solid #00418c;
}

.amount-text,
.fundperfonmance .green 
{
	color: #a4d035;
}

.cal-result .nav-pills>li.active>a,
.cal-result .nav-pills>li.active>a:focus,
.cal-result .nav-pills>li.active>a:hover,
.pre-inputbox #btnAdd > span,
.presales-cal .nav-pills>li.active>a,
.presales-cal .nav-pills>li.active>a:focus,
.presales-cal .nav-pills>li.active>a:hover {
	background: #a4d035 !important;
}

#sipbarchart
{
	overflow: unset !important;
}
#sipbarchart .highcharts-container 
{
	width: 100%;
}
.download
{
	padding-bottom: 80px;
}
#download1
{
	padding-bottom: 20px;
}
.services-section img
{
	width: 67%;
	margin: 0px auto;
	display: block;
}


.product-card {
	box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);
	padding: 15px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	min-height: 300px;
	background-color: var(--white);
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}
.product-card:hover {
	background-color: var(--primary);
}
.product-card .icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	vertical-align: middle;
}
.product-card .icon i::before {
	font-size: 65px;
	color: var(--primary);
}
.product-card h4 {
	display: inline-block;
	color: var(--primary);
	width: calc(100% - 96px);
	vertical-align: middle;
	font-weight: 600;
}
.product-card:hover .icon i::before{
	color: var(--white);
}
.product-card:hover h4{
	color: var(--white);
}
.product-card:hover p{
	color: var(--white);
	margin-top: 5px;
}

.product-card .btn.btn-secondary.readmore-btn {
	font-size: 15px;
	padding: 8px 10px;
	height: 36px;
	line-height: 18px;
	border-radius: 3px;
	transform: translateY(85px);
	transition: all 0.4s ease-in-out;
}
.product-card:hover .btn.btn-secondary.readmore-btn {
	transition: all 0.4s ease-in-out;
	transform: translateY(0px);
}

.accordion-button:not(.collapsed) {
	color: var(--primary);
	background-color: var(--primary-light);
}

.personal-advisor img {
	width: 100%;
}



.infobar-contact {
	margin-bottom: 30px;
}
.contact-box .icon {
	margin-bottom: 10px;
}
.contact-box .icon i::before {
	font-size: 30px;
	color: var(--primary);
	margin: 0;
}
.contact-box .info-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	padding-left: 15px;
	vertical-align: text-bottom;
	color: var(--primary);
}
.contact-box a, .contact-box p  {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

.interest-rate-slip {
	text-align: center;
}

.home-contact-section .contact-image {
	margin-left: 80px;
}
.home-contact-section .contact-image img {
	width: 85%;
	margin-bottom: 0px;
	margin-top: 0;
}
.sip-section-main .sip-image-slider h4 {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary) !important;
}
.sip-section-main .sip-image-slider h4 div{
	font-size: 16px;
	font-weight: 600;
	color: var(--primary) !important;
}
.sip-section-main .sip_slider {
	background-color: var(--white);
	border: 1px solid #9aa5a9 !important;
	border-radius: 30px;
	height: 12px;
	margin-left: 30px !important;
}
.sip-section-main .sip_slider .ui-slider-range {
	background: var(--primary) !important;
}
.sip-section-main .sip_slider .ui-slider-handle {
	background: #f0f6f8 !important;
	border: 1px solid var(--primary);
	height: 21px;
}
.sip-section-main .SIP-image img {
	margin-top: -230px;
	width: 90%;
	margin-left: auto;
	display: block;
}
.sip-section-main .sip-graph {
	text-align: center;
	margin-top: -60px;
	margin-left: 50px;
}


.whatappicon a i {
	background-color: #000000;
	color: var(--white)fff;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 56px;
	border-radius: 50%;
	position: fixed;
	bottom: 90px;
	right: 10px;
	z-index: 9;
	font-size: 38px;
}


#aboutCarousel .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 43%;
}
.form-group.form-dropdown::after {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	right: 10px;
	top: 10px;
}

.insurance-form-title {
	font-size: 22px;
	font-weight: 600;
	color: #607880;
	margin-bottom: 15px;
	margin-top: 15px;
}
.insuarance-tieup-title {
	font-size: 28px;
	font-weight: 600;
	color: #111;
	margin-bottom: 30px;
	margin-top: 15px;
}
.TabbedPanelsTabGroup {
	border: none !important;
}
.TabbedPanelsTab {
	background: #000 !important;
}
.TabbedPanelsTabSelected {
	background: var(--primary) !important;
}

.mutual-fund-main .calname a {
	width: 15.7%;
	max-width: 16.6%;
	text-align: center;
	background-color: #e1f0f3;
	padding: 5px;
	border-radius: 5px;
}
.mutual-fund-main .calname a i {
	font-size: 30px;
	color: var(--primary);
}
.mutual-fund-main .calname a span {
	display: block;
	color: var(--primary);
	font-size: 16px;
}
.mutual-fund-main .calname a:hover {
	background-color: var(--primary);
}
.mutual-fund-main .calname a:hover i {
	color: var(--white);
}
.mutual-fund-main .calname a:hover span {
	color: var(--white);
}


.stocks-commodities-main {
	text-align: center;
}
.stocks-commodities-main .demat-account {
	padding-bottom: 70px;
}
.stocks-commodities-main .whatsapp-chat {
	padding: 70px 0;
}
.stocks-commodities-main .whatsapp-btn {
	background-color: #24cc63;
	border: 1px solid #24cc63;
}
.stocks-commodities-main .whatsapp-btn i {
	font-size: 30px;
	vertical-align: top;
	margin-right: 5px;
}

.stocks-commodities-main .other-info {
	padding: 70px 0 30px 0;
}
.stocks-commodities-main .other-info .info-card {
	padding: 0;
	background-color: var(--white);
	border-radius: 10px;
	box-shadow: 0 10px 15px 2px rgb(0 0 0 / 15%);
	overflow: hidden;
}
.stocks-commodities-main .other-info .info-card .image {
	min-height: 230px;
}
.stocks-commodities-main .info-card .image img {
	width: 100%;
	height: 230px;
}
.stocks-commodities-main .other-info .info-card .info {
	padding: 15px;
}
.stocks-commodities-main .other-info .info-card .info h4 {
	font-weight: 600;
	color: var(--primary);
}
.stocks-commodities-main .btns-only .btn {
	margin: 70px 10px 0 10px;
}


.footer-main .foot-col.contact-info p a i {
	background-color: transparent;
	font-size: 28px !important;
	line-height: 30px;
}
.footer-main .foot-col.contact-info p a:hover i {
	background-color: transparent;
	color: var(--white) !important;
}

.partner-images{
	padding: 40px 0;
}
.partner-images img {
	width: 100%;
	margin-bottom: 25px;
}
.diclaimer-amfi {
	margin: 20px 0;
}
.diclaimer-amfi .amfi-item {
	display: flex;
	align-items: center;
	height: 85px;
}
.diclaimer-amfi .amfi-item img {
	border-radius: 5px;
}
.diclaimer-amfi .amfi-item span {
	margin-left: 15px;
}
.diclaimer-amfi .border-01 {
	background: #32322f;
	opacity: 1;
}
.diclaimer-amfi .disclaimer p {
	color: var(--primary-light);
	text-align: center;
}


.tkfs-info-box {
	background: var(--bg-primary-light);
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	min-height: 208px;
}
.tkfs-info-box h4 {
	background: var(--primary);
	text-align: center;
	color: var(--white);
	padding: 8px;
}
.tkfs-info-box .contact-item{
	padding: 15px;
}
.tkfs-info-box .app-store {
	padding: 15px;
	min-height: 325px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tkfs-info-box .app-store .apps {
	text-align: center;
}


.mvv-box {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}
.mvv-box .icon {
	background: var(--primary);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin: 0 0 20px 0;
	text-align: center;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
}
.mvv-box .icon i::before {
	font-size: 60px;
	margin: 0;
	color: #fff;
}
.mvv-box h4 {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}

/* BLOG */

.blog_box {
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 10px 1px #00000029;
}
.blog_box .blog_img img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.blog_box .blog_content {
	padding: 15px;
}
.blog_box .blog_content .title a {
	font-size: 22px;
	font-weight: 600;
}
.blog_box .blog_content .entry-date {
	background: var(--bg-primary);
	position: absolute;
	top: 0;
	right: 30px;
	text-orientation: upright;
	color: #fff;
	padding: 3px 10px;
	border-radius: 0 0 10px 10px;
}
.blog_box .blog_content .btn-primary {
	padding: 0px 15px;
	height: auto !important;
	border: 1px solid var(--primary);
	font-size: 14px;
}
.post_pagination .pagination {
	margin-top: 40px;
}
.post_pagination .pagination .page-item .page-link {
	color: #ffffff;
	background: var(--bg-primary);
	padding: 10px 15px;
	margin: 3px;
}
.post_pagination .pagination .page-item.disabled .page-link {
	color: #9a9a9a !important;
	background: #ebebeb;
}


/* SIP */

.sip_section .outer_div {
	margin-bottom: 30px;
}
.sip_section .outer_div .text_input {
	border: 1px solid #ddd;
	border-radius: 30px;
	padding: 5px 15px;
	margin-left: auto;
	display: block;
}
.sip_section .outer_div .slider_box {
	margin-bottom: 10px;
}
.sip_section .card {
	background: var(--primary-light);
	padding: 10px;
	border-radius: 5px;
}
.sip_section .card h5 {
	margin: 0;
	color: #000;
}
.sip_section .card .display_result {
	font-size: 22px;
	font-weight: 600;
	color: var(--primary);
	line-height: 28px;
}

.sip_section #myChart {
	width: 420px !important;
	height: 420px !important;
	margin-left: 40px;
}

/* TICKER */

.ticker_section {
	padding: 10px 0 0 0;
	background: linear-gradient(0deg, #000, #000);
}
.ticker_section .tickers {
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-content: center;
	margin: 0;
}
.tickers .ticker_item {
	position: relative;
	border-radius: 0px;
	padding: 0px 7px;
	display: flex;
	background: linear-gradient(0deg, #000, #000);
	text-align: center;
	margin: 0px 2px;
	justify-content: center;
	align-items: center;
}
.tickers .ticker_item::after {
	content: "";
	position: absolute;
	background: #222;
	width: 80%;
	height: 100%;
	border-radius: 30px;
	top: 0;
	left: 0;
}
.tickers .ticker_item:last-child {
	border: none;
}


.tickers .ticker_item .name {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	color: #ababab;
	position: relative;
	z-index: 9;
}
.tickers .ticker_item .price {
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin: 0px 8px;
	position: relative;
	z-index: 9;
}
.tickers .ticker_item .difference_percent {
	position: relative;
	color: #fff;
	display: block;
	line-height: 18px;
	font-size: 13px;
	margin-top: 0px;
	background: #51c948;
	padding: 5px 25px 5px 5px;
	border-radius: 30px;
	z-index: 9;
}
.tickers .ticker_item .difference_percent::after {
	content: "\F148";
	font-family: 'bootstrap-icons';
	position: absolute;
	font-size: 18px;
	bottom: 8px;
	background-size: contain;
	background-position: center;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	right: 5px;
	font-size: 15px;
}
.tickers .ticker_item .difference_percent.negative {
	color: #fff;
	background-color: #e91f1f;
}
.tickers .ticker_item .difference_percent.negative::after {
	content: "\F128";
}
/* TICKER */

.gallery-section .thumbnail.img-responsive {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	width: 100%;
}


/* Fund Performance */

.top_fund_performance ul {
	padding: 0;
	list-style-type: none;
}
.fund_performance {
	text-align: center;
	margin-bottom: 30px;
}
.fund_performance form {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	grid-gap:15px;
}
.top_fund_performance ul li {
	display: inline-block;
	width: 19%;
	font-size: 20px;
	font-weight: 600;
}
.fund_performance .form-check {
	display: inline-block;
	width: 19%;
	vertical-align: middle;
}
.top_fund_performance ul li i {
	display: block;
	margin-bottom: 10px;
}
.top_fund_performance ul li img {
	width: 50px;
}

/* RADIO */

.radio {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 180px;
	width: 180px;
	padding:10px;
	line-height: 20px;
	align-items: center;
	margin: 0 15px;
	transition: all 0.3s ease-in-out;
}
.radio:hover{
	transform:scale(1.05);
	transition: all 0.3s ease-in-out;
}
.radio i {
	display: block;
	height: 80px;
	background-image: url(../images/icons/equity.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 126px;
	margin-top: 15px;
	margin-left: 15px;
}
.radio:nth-child(2) i {
	background-image: url(../images/icons/debt.webp);
}
.radio:nth-child(3) i {
	background-image: url(../images/icons/hybrid.webp);
}
.radio:nth-child(4) i {
	background-image: url(../images/icons/sol.webp);
}
.radio:nth-child(5) i {
	background-image: url(../images/icons/other.webp);
}
.radio i img {
	width: 70px;
}
.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.radio em {
	font-style: normal;
	vertical-align: middle;
	padding: 0;
	font-weight: 600;
	color: #000000;
	margin-top: 20px;
	font-size: 15px;
	display: block;
	text-transform: uppercase;
}
.radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	width: 180px;
	border-radius: 100%;
	border: 3px solid #fbbdbf;
}
.form-check-input:checked[type=radio] + span.checkmark{
	border: 3px solid var(--primary);
}
.radio:hover input ~ .checkmark {
	border: 3px solid var(--primary);
}

/* Layer 2 css */

.category_side_bar {
	display: inline-block;
	width: 240px;
	background-color: #fcf4f4;
	max-height: 63vh;
	overflow: auto;
}
#category_wise_fund p {
	margin: 0;
	padding: 4px 15px;
	border: 1px solid #c0e1e7;
	border-bottom: none;
	position: relative;
	cursor: pointer;
	color: #1e769f;
	/* display: inline-block; */
}
#category_wise_fund p:last-child {
	border-bottom: 1px solid #fbbdbf;
}
#category_wise_fund p.active {
	background-color: #2b8caa;
	color: #fff;
}
#category_wise_fund p:hover {
	background-color: #2b8caa;
	color: #fff;
}
#category_wise_fund p::after {
	position: absolute;
	content: "\f178";
	font-family: fontawesome;
	font-size: 16px;
	right: 15px;
	top: 5px;
	opacity: 0.5;
	color: #1e769f;
}


#category_wise_fund .sub_category_items {
	position: relative;
}
#category_wise_fund .sub_category_items:hover {
	background: var(--primary);
	color: #fff;
}
#category_wise_fund .sub_category_items .fund_sub_category {
	width: 100%;
	position: absolute;
	height: 25px;
	opacity: 0;
	cursor: pointer;
}
#category_wise_fund .sub_category_items .fund_sub_category[type="radio"]:checked+label {
	background: var(--primary);
	color: #fff;
}

#category_wise_fund .sub_category_items label {
	display: block;
	width: 100%;
	padding: 2px 10px;
}



#myTable th {
	background-color: #fbbdbf;
	padding: 10px 5px;
	font-size: 15px;
	line-height: 16px;
	color: #1e769f;
	text-align: center;
}
#myTable td {
	border: 1px solid #fbbdbf !important;
	font-size: 14px;
	line-height: 16px;
	color: #1e769f;
	padding: 5px;
}
#myTable .highcharts-figure {
	display: block;
	padding: 0 !important;
	width: 100% !important;
	margin: 0;
	max-width: 100%;
	border:none !important;
}
.map_active .highcharts-figure{
	display: block !important;
}
.map_active .highcharts-figure #container {
	border: 1px solid #fbbdbf !important;
	padding: 0;
}
/* .map_active .highcharts-figure #container {
padding: 0;
} */


#myTable #showMap {
	position: relative;
}
#myTable #showMap span {
	opacity: 0;
	width: 30px;
	display: block;
	height: 55px;
	z-index: 99;
	position: relative;
	cursor: pointer;
}
#myTable #showMap::after {
	content: "+";
	position: absolute;
	font-size: 22px;
	top: 35%;
	left: 40%;
}

.loader img{
	width:60px;
}

/* LAYER 3 */
#loader {
	display: inline-block;
	width: calc(100% - 245px);
	vertical-align: top;
}
#main_fund_box {
	display: inline-block;
	width: calc(100% - 245px);
	vertical-align: top;
	max-height: 65vh;
	overflow-y: auto;
	padding: 5px;
}

#myTable .chart_div {
	display: none;
	width: 100% !important;
}
#myTable .map_active .chart_div {
	display: block;
}

/* Map Div CSS */

/* #myTable tr {
display: block;
} */

.highcharts-figure,
.highcharts-data-table table {
	min-width: 360px;
	max-width: 800px;
	margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #ebebeb;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #555;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #f1f7ff;
}


/* width */
::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--primary); 
	border-radius:10px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--primary); 
}


td.details-control {

	cursor: pointer;
}
tr.details td.details-control {

}
text.highcharts-subtitle {
	display: none;
}
text.highcharts-credits {
	display: none;
}
.search_bar_sub #myInput {
	padding: 6px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin: 5px;
	width: 96%;
}
.hide-span
{
	display: none;
}



.paypremium .pp-logo a {
	margin-bottom: 40px;
	display: block;
	box-shadow: 5px 5px 10px 0 #00000024;
	padding: 15px 10px;
	border-radius: 6px;
}

.features-section .features-list li {
	margin-bottom: 30px;
	position: relative;
	list-style: none;
}

.features-section .features-list li.active a .tuia-card::before {
	opacity: 1;
}

.features-section .features-list li a {
	display: block;
	text-decoration: none;
}

.features-section .features-list li a .tuia-card {
	background-color: var(--rv-white);
	padding: 20px;
	border-radius: 20px;
	position: relative;
	box-shadow: 0 0 15px 0 #bbb;
	overflow: hidden;
	transition: 0.5s;
}

.features-section .features-list li a .tuia-card:hover {
	transition: 0.5s;
}

.features-section .features-list li a .tuia-card:hover::before {
	opacity: 0.5;
}

.features-section .features-list li a .tuia-card::before {
	content: "";
	width: 60px;
	height: 62px;
	right: 0;
	top: 0;
	position: absolute;
	background: var(--rv-secondary);
	transition: 0.5s;
	opacity: 0.2;
	transform: 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 38% 100%, 50% 75%, 0% 75%);
}

.features-section .features-list li a .tuia-card .content p {
	color: #555;
}

.features-section .features-list li a .tuia-card .content p:last-child {
	margin-bottom: 0;
}

.features-section .features-list li a .tuia-card .ih-card {
	display: flex;
	align-items: center;
}

.features-section .features-list li a .tuia-card .ih-card .icone {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 5px;
	align-items: center;
}

.features-section .features-list li a .tuia-card .ih-card .icone svg {
	width: 30px;
	height: 30px;
	fill: var(--rv-primary);
}

.features-section .features-list li a .tuia-card .ih-card .icone img {
	width: 100%;
	filter: grayscale(1);
}

.features-section .features-list li a .tuia-card .ih-card .haddings h5 {
	font-weight: 600;
	color: #666;
	margin: 0;
	margin-bottom: 0;
}

.features-section .stores {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
	padding-top: 20px;
}

.features-section .stores .stors {
	padding: 15px;
}

.features-section .stores .stors:hover {
	transition: 0.5s;
	filter: unset;
}

.features-section .stores .stors img {
	height: 45px;
	transition: 0.5s;
}

.testimonial_area #testimonial_list .single_testimonial {
	padding: 30px 10px;
}
.main-header .header-top .logo P {
	margin: 0;
	color: #fff;
	font-size: 12px;
}

.app-head {
	position: absolute;
	right: 245px;
	font-size: 15px;
	top: 10px;
	color: #fff;
}
.app-head p{
	font-size: 13px;
	color: #fff;
}

.app-head {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 5px;
}
.app-head .headtitle p {
	font-size: 20px;
	margin: 0;
}
.app-head .social a {
	color: #ffffff;
}
@media only screen and (max-width:767px){
	.header-top-right .headtitle {
		display: none;
	}
	.header-top .btn-primary.login-btn.login-btn-mobile.d-none{
		margin-top: 35px;
	}
	.main-header .navbar.navbar-expand-lg {
		z-index: 9999;
		position: relative;
		top: -58px;
		right: -15px;
		color: #fff;
	}
	div#navbarSupportedContent  {
		position: fixed;
		top: 0;
		left: 0;        background: #f68e92;
		height: 100vh;
	}
	.main-header .header-bottom .navbar-nav {
		background-color: #014a60 !important;
		height: 100%;
	}
	.main-header .header-top .header-top-right .btn-app{
		margin-top: 25px;
	}
	.navbar-toggler[aria-expanded="true"] {
		color: #fff;
		z-index: 111;        filter: brightness(0) invert(1);
		position: fixed;
		top: 0;
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	
	background-image:  url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http%3A//www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none' aria-hidden='true'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7 L23 23'/%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M23 7 L7 23'/%3E%3C/svg%3E") !important;
		
		        filter: brightness(0) invert(1);
	}
	.main-header.stickyhead .header-bottom .navbar-nav {
    justify-content: unset;
    padding-top: 65px;
}
}