:root {
	scroll-behavior:smooth
}

body {
	font-family:"Nunito", "Public Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
	color:#444;
	font-size: 1.1rem;
}

a {
	color:#4154f1;
	text-decoration:none
}

a:hover {
	color:#717ff5;
	text-decoration:none
}


#call_to_action .background-container {
	position: relative;
	text-align: center!important;
	border-radius: 17px;
	color: #fff;
}



.navbar a,
.navbar a:focus,
.section-header h2,
.box h3,
.values h3,
.features .icon-box h4,
.services .service-box h4,
.contact .box h3,
.footer .footer-top h4,
.hero h1,
.hero h2,
.nav-link:focus,
.nav-link:hover {
	color:var(--bs-primary);
}

.contact .box a{
	color: var(--bs-teal);
}

.text-muted {
	color:#9e9e9e!important
}

section {
	padding:60px 0;
	overflow:hidden;
}

.section-header {
	text-align:center;
	padding-bottom:40px
}

.section-header h2 {
	font-size:1.2em;
	letter-spacing:1px;
	font-weight:700;
	margin:0;
	text-transform:uppercase
}

.section-header p {
	margin:10px 0;
	font-size: 1.7em;
}

@media (max-width: 768px) {
	.section-header p {
		font-size:28px;
		line-height:32px
	}
}

.breadcrumbs {
	padding:15px 0;
	background:#012970;
	min-height:40px;
	margin-top:82px;
	color:#fff
}

@media (max-width: 992px) {
	.breadcrumbs {
		margin-top:57px
	}
}

.breadcrumbs h2 {
	font-size:28px;
	font-weight:500
}

.breadcrumbs ol {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding:0 0 10px;
	margin:0;
	font-size:14px
}

.breadcrumbs ol a {
	color:#fff;
	transition:.3s
}

.breadcrumbs ol a:hover {
	text-decoration:underline
}

.breadcrumbs ol li+li {
	padding-left:10px
}

.breadcrumbs ol li+li::before {
	display:inline-block;
	padding-right:10px;
	color:#8894f6;
	content:"/"
}

.badge-icon i{
	font-size: 1.2em;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 40px;
	z-index: 99999;
	background: #4154f1;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	transition: all .4s;
}

.back-to-top i {
	font-size:2em;
	color:#fff;
}

.back-to-top:hover {
	background:#6776f4;
	color:#fff
}

.back-to-top.active {
	visibility:visible;
	opacity:1
}

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay:0!important
	}
}

.header {
	transition:all .5s;
	z-index:997;
	padding:20px 0
}

.header.header-scrolled {
	padding:10px 0;
}



.app-brand-link {
	display: flex;
	align-items: center;
}

.app-brand-link img {
	width: 64px;
	margin-right: 10px;
}

.app-brand-logo {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	min-height: 1px;
}

.app-brand-text {
	font-size: 2.5em;
	font-weight: 800;
	letter-spacing: 1px;
	color: var(--bs-blue) !important;
}

.app-brand-slogan {
	font-size: 16px;
	font-weight: 700;
	color: var(--bs-blue) !important;
}

.app-brand-beta {
	color: var(--bs-secondary);
	font-size: .8em;
	position: relative;
	bottom: 20px;
}

.navbar {
	padding:0
}

.navbar ul {
	margin:0;
	padding:0;
	display:flex;
	list-style:none;
	align-items:center
}

.navbar li {
	position:relative
}

.navbar a,.navbar a:focus {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:10px 20px;
	font-size:1.1em;
	font-weight:600;
	white-space:nowrap;
	transition:.4s;
}

.navbar .getstarted,.navbar .getstarted:focus {
	background:#4154f1;
	padding:8px 20px;
	margin-left:30px;
	border-radius:4px;
	color:#fff
}

.navbar .getstarted:hover,.navbar .getstarted:focus:hover {
	color:#fff;
	background:#5969f3
}

.navbar .dropdown ul {
	display:block;
	position:absolute;
	left:14px;
	top:calc(100% + 30px);
	margin:0;
	padding:10px 0;
	z-index:99;
	opacity:0;
	visibility:hidden;
	background:#fff;
	box-shadow:0 0 30px rgba(127,137,161,0.25);
	transition:.4s;
	border-radius:4px
}

.navbar .dropdown ul li {
	min-width:200px
}

.navbar .dropdown ul a {
	padding:10px 20px;
	font-size:15px;
	text-transform:none;
	font-weight:600
}

.navbar .dropdown ul a i {
	font-size:14px
}

.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a {
	color:#4154f1
}

.navbar .dropdown:hover>ul {
	opacity:1;
	top:100%;
	visibility:visible
}

.navbar .megamenu {
	position:static
}

.navbar .megamenu ul {
	margin-top:5px;
	right:0;
	padding:10px;
	display:flex
}

.navbar .megamenu ul li {
	flex:1
}

.navbar .megamenu ul li a,.navbar .megamenu ul li:hover>a {
	color:#013289
}

.navbar .megamenu ul li a:hover,.navbar .megamenu ul li .active,.navbar .megamenu ul li .active:hover {
	color:#4154f1
}

.navbar .dropdown .dropdown ul {
	top:0;
	left:calc(100% - 30px);
	visibility:hidden
}

.navbar .dropdown .dropdown:hover>ul {
	opacity:1;
	top:0;
	left:100%;
	visibility:visible
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left:-90%
	}

	.navbar .dropdown .dropdown:hover>ul {
		left:-100%
	}
}

.mobile-nav-toggle {
	font-size:3em;
	cursor:pointer;
	display:none;
	line-height:0;
	transition:.5s
}

.mobile-nav-toggle.bx-x {
	color:#fff
}

@media (max-width: 1200px) {
	.mobile-nav-toggle {
		display:block
	}

	.navbar ul {
		display:none
	}
}

.navbar-mobile {
	position:fixed;
	overflow:hidden;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(1,22,61,0.9);
	transition:.3s
}

.navbar-mobile .mobile-nav-toggle {
	position: relative;
	left: 80%;
	bottom: 5%;
	font-size: 5em;
}

.navbar-mobile ul {
	display:block;
	position:absolute;
	bottom: 10%;
	right:5%;
	left:5%;
	height:50%;
	padding:5%;
	border-radius:10px;
	overflow-y:auto;
	transition:.3s
}

.navbar-mobile a,.navbar-mobile a:focus {
	padding:3%;
	font-size: 1.3em;
}

.navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover>a {
	color:#4154f1
}

.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus {
	margin:15px
}

.navbar-mobile .dropdown ul {
	position:static;
	display:none;
	margin:10px 20px;
	padding:10px 0;
	z-index:99;
	opacity:1;
	visibility:visible;
	background:#fff;
	box-shadow:0 0 30px rgba(127,137,161,0.25)
}

.navbar-mobile .dropdown ul li {
	min-width:200px
}

.navbar-mobile .dropdown ul a {
	padding:10px 20px
}

.navbar-mobile .dropdown ul a i {
	font-size:12px
}

.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover>a {
	color:#4154f1
}

.navbar-mobile .dropdown>.dropdown-active {
	display:block
}

.sub_hero {
	height:50vh!important
}

.hero {
	width:100%;
	height:100vh;
	border-bottom:1px solid #e1ecff;
}

.hero h1 {
	margin:0;
	font-size:48px;
	font-weight:700;
}

.hero h2 {
	margin:15px 0 0;
	font-size:26px
}

.btn-get-started {
	margin-top:30px;
	padding:15px 40px;
	border-radius:7px;
	color:#fff;
	background:#4154f1;
}


@media (min-width: 1024px) {
	.hero {
		background-attachment:fixed
	}
}

@media (max-width: 991px) {
	.hero {
		height:auto;
		padding:120px 0 60px
	}

	.hero .hero-img {
		text-align:center;
		margin:40px auto;
	}

	.hero .hero-img img {
		width:80%
	}
}

@media (max-width: 768px) {
	.hero {
		text-align:center
	}

	.hero h1 {
		font-size:32px
	}

	.hero h2 {
		font-size:24px
	}

	.hero .hero-img img {
		width:100%
	}
}

.about .content {
	padding:40px;
	border: 1px solid var(--bs-gray-200);
	border-radius: 13px;
}

.about h3 {
	font-size:14px;
	font-weight:700;
	color:#4154f1;
	text-transform:uppercase
}


.about .btn-read-more {
	line-height:0;
	padding:15px 40px;
	border-radius:4px;
	transition:.5s;
	color:#fff;
	background:#4154f1;
	box-shadow:0 5px 25px rgba(65,84,241,0.3)
}

.about .btn-read-more span {
	font-weight:600;
	font-size:16px;
	letter-spacing:1px
}

.about .btn-read-more i {
	margin-left:5px;
	font-size:18px;
	transition:.3s
}

.about .btn-read-more:hover i {
	transform:translateX(5px)
}

.box {
	padding:30px;
	text-align:center;
	transition:.4s;
	height:100%;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	border-radius:22px;
	border: 1px solid var(--bs-gray-500);
	cursor: pointer;
}

.box:hover {
	box-shadow: 3px 4px 15px -5px var(--bs-gray-500);
}


.box img {
	padding:30px 50px;
	transition:.5s;
	transform:scale(.8)
}

.box h3 {
	font-size:24px;
	font-weight:700;
	margin-bottom:18px
}

.box:hover img {
	transform:scale(1)
}

.counts {
	padding:70px 0 60px
}

.counts .count-box {
	display:flex;
	align-items:center;
	padding:30px;
	width:100%;
	background:#fff;
	box-shadow:0 0 30px rgba(1,41,112,0.08)
}

.counts .count-box i {
	font-size:42px;
	line-height:0;
	margin-right:20px;
	color:#4154f1
}

.counts .count-box span {
	font-size:36px;
	display:block;
	font-weight:600;
	color:#0b198f
}

.counts .count-box p {
	padding:0;
	margin:0;
	font-size:14px
}

.features .feature-box {
	border: 1px solid var(--bs-gray-200);
	padding:24px 20px;
	box-shadow:0 0 30px rgba(1,41,112,0.08);
	transition:.4s;
	height:100%;
	border-radius: 13px;
}

.features .feature-box h3 {
	font-size:18px;
	color:var(--bs-code-color);
	font-weight:700;
	margin:0
}

.features .feature-box i {
	line-height:1;
	background:#ecf3ff;
	padding:5px;
	margin-right:10px;
	font-size:1.5em;
	border-radius:20px;
	transition:.5s
}

.features .feature-box:hover i {
	background:#4154f1;
	color:#fff
}

.features .feture-tabs {
	margin-top:120px
}

.features .feture-tabs h3 {
	color:#012970;
	font-weight:700;
	font-size:32px;
	margin-bottom:10px
}

@media (max-width: 768px) {
	.features .feture-tabs h3 {
		font-size:28px
	}
}

.features .feture-tabs .nav-pills {
	border-bottom:1px solid #eee
}

.features .feture-tabs .nav-link {
	background:none;
	text-transform:uppercase;
	font-size:15px;
	font-weight:600;
	color:#012970;
	padding:12px 0;
	margin-right:25px;
	margin-bottom:-2px;
	border-radius:0
}

.features .feture-tabs .nav-link.active {
	color:#4154f1;
	border-bottom:3px solid #4154f1
}

.features .feture-tabs .tab-content h4 {
	font-size:18px;
	margin:0;
	font-weight:700;
	color:#012970
}

.features .feture-tabs .tab-content i {
	font-size:24px;
	line-height:0;
	margin-right:8px;
	color:#4154f1
}

.features .feature-icons h3 {
	color:#012970;
	font-weight:700;
	font-size:32px;
	margin-bottom:20px;
	text-align:center
}

@media (max-width: 768px) {
	.features .feature-icons h3 {
		font-size:28px
	}
}

.features .feature-icons .content .icon-box {
	display:flex
}

.features .feature-icons .content .icon-box h4 {
	font-size:20px;
	font-weight:700;
	margin:0 0 10px;
}

.features .feature-icons .content .icon-box i {
	font-size:44px;
	line-height:44px;
	color:#0245bc;
	margin-right:15px
}

.services .service-box {
	box-shadow:0 0 30px rgba(1,41,112,0.08);
	border: 1px solid var(--bs-gray-200);
	height:100%;
	padding:50px 30px;
	text-align:center;
	transition:.4s;
	border-radius:24px;
}

.services .service-box .icon {
	font-size:5em;
	padding:50px 30px;
	border-radius:4px;
	position:relative;
	margin-bottom:25px;
	display:inline-block;
	line-height:0;
	transition:.3s
}

.services .service-box h4 {
	font-weight:700
}

.services .service-box .read-more {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-weight:600;
	font-size:16px;
	padding:8px 20px
}

.services .service-box .read-more i {
	line-height:0;
	margin-left:5px;
	font-size:18px
}

.services .service-box.blue {
	border-bottom:3px solid #2db6fa
}

.services .service-box.blue .icon {
	color:#2db6fa;
}

.services .service-box.blue .read-more {
	color:#2db6fa
}

.services .service-box.orange {
	border-bottom:3px solid #f68c09
}

.services .service-box.orange .icon {
	color:#f68c09;
}

.services .service-box.orange .read-more {
	color:#f68c09
}

.services .service-box.green {
	border-bottom:3px solid #08da4e
}

.services .service-box.green .icon {
	color:#08da4e;
}

.services .service-box.green .read-more {
	color:#08da4e
}


.services .service-box:hover h3,.services .service-box:hover p,.services .service-box:hover .read-more {
	color:#fff
}

.pricing h3 {
	font-weight:700;
	font-size:18px;
	margin-bottom:15px
}

.pricing .price {
	font-size:36px;
	color:#444;
	font-weight:600
}

.pricing .price sup {
	font-size:20px;
	top:-15px;
	left:-3px
}

.pricing .price span {
	color:#bababa;
	font-size:16px;
	font-weight:300
}

.pricing img {
	padding:30px 40px;
	width: 200px;
}

ul{
	list-style:none;
}

.pricing ul {
	padding:0;
	list-style:none;
	color:#444;
	text-align:center;
	line-height:26px;
	font-size:16px;
	margin-bottom:25px
}

.pricing ul li {
	padding-bottom:10px
}

.pricing ul li i {
	font-size:1.2em;
	margin-right:5px
}

.pricing ul .na {
	color:#ccc;
	text-decoration:line-through
}

.pricing .btn-buy {
	display:inline-block;
	padding:8px 40px 10px;
	border-radius:50px;
	color:#4154f1;
	transition:none;
	font-size:16px;
	font-weight:600;
	transition:.4s;
	border:1px solid #4154f1
}

.pricing .btn-buy:hover {
	background:#4154f1;
	color:#fff
}

.pricing .featured {
	width:200px;
	position:absolute;
	top:18px;
	right:-68px;
	transform:rotate(45deg);
	z-index:1;
	font-size:14px;
	padding:1px 0 3px;
	background:#4154f1;
	color:#fff
}

.faq .accordion-collapse {
	border:0
}

.faq .accordion-button {
	padding:15px 15px 20px 0;
	font-weight:600;
	border:0;
	font-size:18px;
	color:#444;
	text-align:left
}

.faq .accordion-button:focus {
	box-shadow:none
}

.faq .accordion-button:not(.collapsed) {
	background:none;
	color:#4154f1;
	border-bottom:0
}

.faq .accordion-body {
	padding:0 0 25px;
	border:0
}


@keyframes animate-loading {
	0% {
		transform:rotate(0deg)
	}

	100% {
		transform:rotate(360deg)
	}
}


.footer {
	padding:0 0 30px;
	font-size:1em
}

.footer .footer-newsletter {
	background:#f6f9ff;
	border-top:1px solid #e1ecff;
	padding:3em 0;
}

.footer .footer-newsletter h4 {
	font-size:24px;
	margin:0 0 10px;
	padding:0;
	line-height:1;
	font-weight:700;
	color:#012970
}

.footer .footer-newsletter form {
	padding:.7em;
	border-radius:10px;
	border:1px solid #e1ecff
}

.footer .footer-newsletter form input[type=text]:hover,
.footer .footer-newsletter form input[type=text]:focus {
	border-color: #696cff;
}

.footer .footer-newsletter form input[type=text] {
	padding: .5em;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #adb5bd;
	color: #697a8d;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer .footer-newsletter .callback_submit {
	border:0;
	font-size:16px;
	padding: 0.5em 1em;
	background:#4154f1;
	color:#fff;
	transition:.4s;
	border-radius:4px
}

.footer .footer-newsletter .callback_submit:hover {
	background:#5969f3
}

.footer .footer-top {	
	padding:60px 0 30px
}

.footer .footer-top .footer-info {
	margin-bottom:30px
}

.footer .footer-top .footer-info .logo {
	line-height:0;
	margin-bottom:15px
}

.footer .footer-top .footer-info .logo img {
	max-height:40px;
	margin-right:6px
}

.footer .footer-top .footer-info .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #566a7f;
	margin-top: 3px;
}

.footer .footer-top .footer-info p {
	line-height:24px;
	margin-bottom:0
}

.footer .footer-top .social-links a {
	display:inline-block;
	color:#9e9e9e;
	line-height:0;
	margin-right:15px;
	transition:.6s
}

.footer .footer-top .social-links a:hover {
	color:#0d6efd
}

.footer .footer-top h4 {
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	padding-bottom:12px
}

.footer .footer-top .footer-links {
	margin-bottom:30px
}

.footer .footer-top .footer-links ul {
	list-style:none;
	padding:0;
	margin:0
}

.footer .footer-top .footer-links ul i {
	padding-right:5px;
	color:var(--bs-secondary-border-subtle);
	font-size:1em;
	line-height:0
}

.footer .footer-top .footer-links ul li {
	padding:10px 0;
	display:flex;
	align-items:center
}

.footer .footer-top .footer-links ul li:first-child {
	padding-top:0
}

.footer .footer-top .footer-links ul a {
	transition:.4s;
	display:inline-block;
	line-height:1;
	color: var(--bs-gray-600);
}

.footer .footer-top .footer-links ul a:hover {
	color:#4154f1
}

.footer .footer-top .footer-contact p {
	line-height:26px
}

.footer .copyright {
	text-align:center;
	padding-top:30px;
	color:#012970
}

.footer .credits {
	padding-top:10px;
	text-align:center;
	font-size:13px;
	color:#012970
}

.footer .footer_indian_flag{
	width: 30px;
	border-radius: 4px;
	margin-bottom: 10px;
}