/* kanstr Construction HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider / Two / Three
6. About Section / Two
7. Services Section / Two / Three
8. Counter Section / Two
9. Skill Section
10. Project Section / Two
11. CTA Section / Two / Three
12. Testimnial Section / Two
13. Team Section / Two
14. News Section / Two / Three
15. Clients Section
16. Newsletter Section
17. Main Footer Section / Two
18. Goal Section
19. Process Section
20. Quote Section
21. Faq Section
22. Price Section
23. Clients Section
24. Choose Section
25. Page Title Section
26. Faq's Section
27. Price Section
28. Team Section
29. Team Detail Section
30. Testimonial Section
31. Coming Soon Section
32. Terms & Condition
33. Privacy Policy
34. Service Detail Section
35. Project Detail Section
36. Our Blogs
37. Blog Sidebar Widgets
38. Our Shops
39. Cart Section
40. Checkout Section
41. LOgin / Register Section
42. Contact Form Section
43. Map Section
44. Contact Info Section

**********************************************/

/* 

	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;

 */

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 14px;
	color: #222222;
	line-height: 1.7em;
	font-weight: 400;
	/* background:#222222; */
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	overflow-x: hidden;
}



a {
	text-decoration: none;
	cursor: pointer;
	color: #222222;
}

button {
	cursor: pointer;
	text-decoration: none;
	outline: none !important;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
}

.apbct-blur {
	filter: blur(5px);
	transition: filter 2s;
}

.header-top {
	background: #0063b1;
	padding: 6px 0;
}

.top-link {
	margin-right: 15px;
}

.top-link i {
	margin-right: 6px;
}

.apm-cont i {
	margin-right: 6px;
}

.apm-cont a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.apm-cont a:hover {
	color: #eeee22;
}

.top-social ul {
	list-style: none;
	display: flex;
	margin: 0;
	float: right;
}

.top-social ul li a {
	padding: 0 12px 0 12px;
	font-size: 18px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.top-social ul li a:hover {
	color: #eeee22;
}

.navbar {
	background-color: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	color: #222222;
	padding: 10px 0;
	position: relative;
	z-index: 1000;
}


.logo {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.hamburger {
	display: none;
	cursor: pointer;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 21px;
}

.bar {
	height: 3px;
	width: 100%;
	background-color: #222222;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.nav-links ul {
	display: flex;
	list-style: none;
	gap: 30px;
}

.nav-links a {
	color: #222222;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: .6px;
	transition: color 0.3s ease;
	font-weight: 500;
}

.nav-links a:hover {
	color: #0063b1;
	border-bottom: 2px solid #0063b1
}

.layer-window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.logo img {
	max-height: 80px;
	max-width: 200px;
}

/* Dropdown Styles */
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	min-width: 250px;
	z-index: 1000;
	border-top: 2px solid #0063b1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	transform: translateY(10px);
}

.dropdown li {
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
}

.dropdown li a {
	display: block;
	position: relative;
	float: none;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: .6px;
	padding: 12px 15px;
	text-transform: capitalize;
}

.dropdown li:last-child {
	border-bottom: none;
}

/* Desktop - Hover Effect */
@media (min-width: 992px) {
	.has-dropdown:hover .dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.has-dropdown {
		position: relative;
	}

	.has-dropdown .dropdown {
		display: block;
	}
}

/* Mobile Styles */
@media (max-width: 991px) {
	.header-download {
		display: none;
	}

	ul {

		flex-direction: column;
		align-items: flex-start;
		padding: 0 20px;
	}

	.dropdown {
		padding: 0 !important;
	}

	.nav-links ul {
		display: flex;
		list-style: none;
		gap: 10px;
	}

	.nav-links {
		overflow: auto;
	}

	li {
		margin: 5px 0;
		width: 100%;
	}

	.dropdown-toggles .fa-chevron-down {
		display: none;
	}

	.dropdown {
		position: static;
		display: none !important;
		opacity: 1;
		visibility: visible;
		transform: none;
		transition: none;
		background: #fff;
		/* margin-left: 15px; */
	}

	.dropdown.active {
		display: block !important;
	}

	.dropdown-toggles::after {
		content: '+' !important;
		margin-left: 5px;
	}

	.dropdown-toggles.active::after {
		content: '-' !important;
	}
}

.dropdown li:hover {
	background: #0063b1;
}

.dropdown li:hover a {
	color: #fff;
}

.dropdown li a {
	transition: all 0.3s ease;
}

.dropdown li {
	transition: all 0.3s ease;
}

.header-download a {
	background: #0063b1;
	color: #fff;
	padding: 10px 13px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.header-download a:hover {
	background: #222222;
}

.container {
	max-width: 90%;
	margin: 0px auto;
}

.banner-content {
	padding: 150px 0;
}

.hero-banner .item {
	position: relative;
	background-size: cover !important;
	background-position: center !important;
}

.hero-banner .item {
	position: relative;
	/* height: 100vh; */
	/* min-height: 600px; */
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

/* Dark overlay for better text readability */
.hero-banner .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.banner-content {
	position: relative;
	z-index: 2;
	color: white;
	/* text-align: center; */
}

.banner-content h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-content p {
	font-size: 1.5rem;
	margin-bottom: 30px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.btn {
	display: inline-block;
	padding: 12px 25px;
	background: #4caf4f00;
	color: white;
	text-decoration: none;
	border-radius: 30px;
	font-weight: bold;
	transition: all 0.3s ease;
	border: 2px solid #fe506c;
}

.bn-readmore .btn span {
	margin-left: 10px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	background: #fe506c;
	border-radius: 50%;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.btn:hover {
	background: #fe506c;
	color: white;
}

.btn:hover span {
	background: #fff;
	color: #fe506c;
}

/* Navigation Arrows */
.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.owl-prev,
.owl-next {
	width: 45px;
	height: 45px;
	background: rgb(0 99 177) !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: white !important;
	font-size: 24px !important;
	transition: all 0.3s ease;
	margin: 0 20px !important;
	display: none !important;
}

.owl-prev:hover,
.owl-next:hover {
	background: #fff !important;
	color: #0063b1 !important;
}

.carousel-wrap:hover .owl-prev,
.carousel-wrap:hover .owl-next {
	display: flex !important;
}


/* Responsive Styles */
@media (max-width: 992px) {
	.banner-content h2 {
		font-size: 2.5rem;
	}

	.banner-content p {
		font-size: 1.2rem;
	}
}

@media (max-width: 768px) {
	.hero-banner .item {
		/* height: 80vh; */
		/* min-height: 500px; */
	}

	.banner-content h2 {
		font-size: 2rem;
	}

	.banner-content p {
		font-size: 1rem;
	}

	.owl-prev,
	.owl-next {
		width: 40px;
		height: 40px;
		font-size: 18px !important;
	}
}

.owl-item.active h4 {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-webkit-animation: clip-a-z 2s;
	animation: clip-a-z 2s;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.owl-item.active h2 {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-webkit-animation: clip-a-z 2s;
	animation: clip-a-z 2s;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.owl-item.active a {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-webkit-animation: clip-a-z 2s;
	animation: clip-a-z 2s;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes clip-a-z {
	0% {
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

@keyframes clip-a-z {
	0% {
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

.tal-logo {
	background: #efefef;
	padding: 50px 0 20px;
}

.tal-logo-item-1 {
	max-width: 150px;
	margin: auto;
	margin-bottom: 30px;
}

.tal-logo-item h2 {
	color: #222222;
	font-weight: 700;
	font-size: 30px;
}

.tal-logo-item img {
	max-width: 150px;
}

.tal-logo-item {
	margin-bottom: 30px;
}

.tsic-contant {
	text-align: center;
}

.tsic-ph {
	text-align: center;
}

.tsic {
	padding: 70px 0;
}

.tsic-contant h1 {
	font-size: 40px;
	font-weight: 700;
	color: #08539b;
}

.tsic-contant h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

.tsic-ph p {
	/* color: #000; */
	font-weight: 500;
	line-height: 30px;
}

.tsic-ph {
	margin-bottom: 30px;
}

.tsic-titl h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.tsic-titl h4 {
	font-size: 12pt;
	font-weight: 700;
}

.tsic-phr {
	text-align: left;
	margin-top: 30px;
}

.tsic-phr strong {
	font-size: 14pt;
}

.learn-btn a {
	background: #0063b1;
	color: #fff;
	padding: 10px 13px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.learn-btn a:hover {
	background: #222222;
}

.tagt {
	position: relative;
	background: url(../images/about-apmSystems.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover !important;
	padding: 70px 0;
}

.tagt:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 84%);
	z-index: 0;
}

.tagt-title h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.tagt-title h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.tagt-title p {
	color: #fff;
	font-weight: 500;
}

.learn-btn {
	margin-top: 35px;
}

.training-inst {
	padding: 70px 0;
}

.training-inst h2 {
	font-size: 35px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 20px;

}

.training-inst h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #0063b1;
}

.traini-list ul li {
	position: relative;
	padding-left: 30px;
	color: #222222;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 30px;

}

.traini-list ul li i {
	position: absolute;
	left: 0;
	top: 8px;
	color: #0063b1;
}
.traini-list ul li span {
	position: absolute;
	left: 0;
	top: 8px;
	color: #0063b1;
}

.traini-list h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #222222;
}

.news-title h2 {
	font-size: 35px;
	font-weight: 700;
	color: #222222;
	margin-bottom: 40px;
}

.news-events {
	padding-bottom: 70px;
}

.news-img img {
	width: 100%;
	transition: all 0.5s ease;
}

.news-img {
	overflow: hidden;
}

.news-item:hover .news-img img {
	transform: scale(1.05);

}

.news-item {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 30px;
}

.news-content {
	padding: 20px;
}

.news-content h3 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}

.news-content p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.news-content a {
	color: #0063b1;
	font-weight: 500;
	transition: all 0.3s ease;
	text-align: center;
}

.news-content a:hover {
	color: #222222;
}

.footer {
	background: #050505;
	color: #ffffff;
}

.footer-top {
	padding: 70px 0;
}

.wedge-link h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

.wedge-link p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.social-media ul {
	display: flex;
	flex-direction: unset !important;
}

.social-media ul li {
	width: 50px;
	margin-right: 20px;
}

.social-media ul li a {
	font-size: 24px;
	display: flex;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #0063b1;
	border-radius: 50%;
	justify-content: center;
	color: #fff;
	transition: all 0.5s;
}

.social-media ul li a:hover {
	background: #fff;
	color: #0063b1;
}

.address-details ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.address-details ul li i {
	position: absolute;
	top: 6px;
	left: 0;
}

.address-details ul li a {
	color: #fff;
	transition: all 0.5s;
}

.address-details ul li a:hover {
	color: #0063b1;
	transition: all 0.5s;
}

.add-download a {
	background: #0063b1;
	color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.5s;
}

.add-download {
	margin: 26px 0;
}

.add-download a:hover {
	background: #fff;
	color: #0063b1;
}

.address-details ul li h6 {
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 15px;
}

.copy-right {
	padding-bottom: 20px;
}

.copy-right p {
	/* margin: 0; */
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

}

.copy-right p a {
	color: #fff;
}

.copy-right p a:hover {
	color: #0063b1;
}

.copy-right p:before {
	content: "";
	border-block-end: 0;
	border-block-start: #fff;
	border: 1px solid #ccc;
	content: "";
	display: block;
	flex-grow: 1;
	/* width: 100%; */
}

.copy-right p:after {
	content: "";
	border-block-end: 0;
	border-block-start: #fff;
	border: 1px solid #ccc;
	content: "";
	display: block;
	flex-grow: 1;
	/* width: 100%; */
}

.copy-right p span {
	margin: 0 7px;
}

.sticky {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	width: 100%;
	padding: 0 !important;
	z-index: 100;
	background: #ffffff !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
	margin-top: 0 !important;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.breadcrumbs {
	padding: 120px 0;
	position: relative;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.breadcrumbs:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.breadcrumb-title h1 {
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.abt-art1 {
	padding: 70px 0;
}

.abt-art1-title h2 {
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.abt-art1-content p {
	font-weight: 500;
	text-align: center;
	line-height: 30px;
}

img {
	width: 100%;
}

.abt-gallery {
	background: #F2F2F2;
	padding: 70px 0;
}

.abt-gallery h2 {
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.img-gallery {
	margin-bottom: 30px;
}

.achievment-gallery {
	background: #fff;
}

.img-gallery h6 {
	text-align: center;
	font-weight: 600;
}

.seh {
	padding: 70px 0;
	background: #0063B1;
}

.seh-inner {
	text-align: center;
	color: #fff;
}

.seh-star i {
	font-size: 60px;
	margin-bottom: 20px;
}

.seh-inner h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}

.seh-inner p {
	font-size: 15px;
	font-weight: 500;
}

.seh-inner {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.dropdown-toggles .fa-caret-down {
		display: none;
	}
}

.tal-support {
	padding: 70px 0;
}

.tal-sub-art {
	text-align: center;
}

.tal-sub-art h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}

.tal-sub-art p {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

.tal-sub-art h6 {
	font-size: 22px;
	font-weight: 600;
	color: #0063B1;
	margin-bottom: 30px;
}

.tal-sub-art1 p {
	text-align: left;
}

.educational-accadamy {
	padding: 70px 0;
	background: #F7F7F1;
}

.edu-book i {
	color: #0063b1;
	font-size: 50px;
	margin-bottom: 30px;
}

.edu-inner {
	text-align: center;
}

.edu-inner h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
}

.edu-inner P {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

.tal-sub-art1 {
	text-align: left;
}

.tal-sub-art1 ul {
	list-style: decimal;
	font-size: 14px;
	font-weight: 600;
}

.tal-sub-art1 ul li {
	margin-bottom: 10px;
}

.csos {
	padding: 70px 0;
	background: #eaeaea;
}

.cm-support h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}

.cm-support ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;

}

.cm-support ul li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #0063b1;
}

.achieve-img {
	width: 100px;
	margin-bottom: 20px;
}

.achievement-list {
	padding: 70px 0;
}

.achieve-content h4 {
	font-size: 25px;
	color: #0063B1;
	font-weight: 500;
	margin-bottom: 0px;
}

.achieve-content p {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

.gallery {
	padding: 70px 0;
}

.breadcrumb-title h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 35px;
}

.tally-gst {
	padding: 70px 0;
}

.tally-gst h1 {
	color: #0063B1;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 30px;
}

.tally-course h2 {
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 30px;
}

.tally-course p {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

.tally-course img {
	margin-bottom: 30px
}

.tally-course ul {
	list-style: disc;
	font-size: 14px;
	font-weight: 600;
}

.tally-course ul li {
	margin-bottom: 10px;
}

.etcf h4 {
	font-size: 22px;
	font-weight: 600;
	color: #0063b1;
	margin-bottom: 30px;
}

.eael-feature-list-icon-inner {
	background: #0063B1;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.eael-feature-list-icon-inner .eael-feature-list-icon {
	height: 70px;
	width: 70px;
	font-size: 30px;
	padding: 2px 2px 2px 2px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-feature-list-icon-inner .eael-feature-list-icon svg {
	fill: #fff;
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.oto-inner {
	position: relative;
	padding-left: 50px;
}

.oto-main {
	margin-bottom: 30px;
}

.oto-cont h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.oto-cont p {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

.eael-feature-list-icon-inner {
	position: absolute;
	top: 15px;
	left: 0;
}

.oto-cont {
	padding: 0 20px 0 38px;
}

.faq-sec {
	padding: 70px 0;
}

.faq-container {
	/* max-width: 800px;
	margin: 0 auto; */
	/* background: white;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 30px; */
}

.faq-container h2 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
}

.faq-item {
	/* margin-bottom: 15px; */
	border: 1px solid #e0e0e0;
	/* border-radius: 8px; */
	overflow: hidden;
}

.faq-question {
	padding: 15px 20px;
	background-color: #f1f1f1;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	/* color: #333; */
	transition: background-color 0.3s;
}

.faq-question:hover {
	background-color: #0063b1;
	color: #fff;
}

.faq-question.active {
	background-color: #0063b1;
	color: #fff;
}

.faq-answer {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, padding 0.3s ease;
	background-color: white;
}

.faq-answer.show {
	padding: 20px;
	max-height: 500px;
}

.faq-toggle {
	font-size: 20px;
	transition: transform 0.3s;
}

.faq-toggle.active {
	transform: rotate(90deg);
}

.faq-answer ul {
	list-style: disc;
	padding-left: 20px;

}

.faq-answer ul li {
	font-size: 16px;
	margin-bottom: 10px;
}

.faq-answer {
	font-size: 16px;
	font-weight: 600;
}

button.back-to-top {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	height: 0px;
	width: 0px;
	overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: transparent;
	clear: both;
	visibility: hidden;
	position: fixed;
	cursor: pointer;
	display: block;
	border: none;
	right: 50px;
	bottom: 75px;
	font-size: 0px;
	outline: 0 !important;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
	outline: 0 !important;
}

/* button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #0063b1;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
} */
button.back-to-top.show {
	display: block;
	background: #fff;
	color: #0063b1;
	font-size: 20px;
	right: 25px;
	bottom: 50px;
	height: 45px;
	width: 45px;
	visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

button.back-to-top:hover {
	background: #0063b1;
	color: #fff;
}

.sales-support {
	padding: 70px 0 0;
}

.sales-support-collum h2 {
	font-size: 25px;
	font-weight: 700;
	color: #281769;
	margin-bottom: 15px;
}

.sales-support-collum {
	margin-bottom: 30px;
}

.sales-support-collum ul {
	list-style: disc;
	margin-bottom: 30px;
	padding-left: 30px;
}

.sales-support-collum ul li {
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 30px;
}

.cont-more a {
	background: #281769;
	padding: 10px 20px;
	color: #fff;
	transition: all 0.5s;
	border: 2px solid #281769;
	border-radius: 5px;
	font-weight: 600;
}

.cont-more a:hover {
	background: #fff;
	color: #281769;
}

.cont-more {
	margin-bottom: 30px;
	padding: 15px 0;
}

.supp-term h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.tall-cost {
	margin-bottom: 30px;
}

.team-inner-viewer svg {
	font-size: 50px;
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}

.team-viewer p {
	font-weight: 500;
	line-height: 30px;
}

.team-viewer {
	margin-bottom: 30px;
}

.sales-support-collum p {
	font-weight: 600;
	line-height: 30px;
}

.sales-support-collum p a {
	color: #222222;
}

.sales-support-collum p a:hover {
	color: #281769;
}

.sales-support-collum h3 {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}

.sales-support1 {
	padding: 70px 0;
}

.login a {
	background: #0063B1;
	color: #ffffff;
	padding: 10px 20px;
	border: 2px solid #0063B1;
	border-radius: 5px;
}

.login-signup {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 25px;
}

.bulk-sms {
	padding: 70px 0;
}

.bulk-inner h2 {
	font-size: 40px;
	font-weight: 600;
	color: #0063b1;
	margin-bottom: 30px;
	text-align: center;
}

.sms-img {
	text-align: center;
	margin-bottom: 30px;
}

.sms-img img {
	width: 300px;
}

.wibs h2 {
	font-size: 40px;
	font-weight: 600;
	color: #0063b1;
	margin-bottom: 20px;
}

.wibs h3 {
	font-size: 30px;
	font-weight: 600;
	color: #0063b1;
	margin-bottom: 20px;
}

.wibs ul {
	list-style: disc;
	padding-left: 30px;
	margin-bottom: 30px;
}

.wibs ul li {
	margin-bottom: 10px;
}

.what-bulk {
	padding-bottom: 70px;
}

.breadcrumb-title h3 {
	color: #fff;
	text-align: center;
	font-weight: 30px;
	font-weight: 700;
}

.emudhra p {
	font-weight: 500;
	line-height: 30px;
}

.em-learn a {
	background: #0063b1;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	border: 2px solid #0063b1;
	border-radius: 5px;
	transition: all 0.5s;
}

.em-learn a:hover {
	background: #fff;
	padding: 10px 20px;
	color: #0063b1;
	font-weight: 600;
	border: 2px solid #0063b1;
	border-radius: 5px;
}

.em-learn {
	margin: 30px 0;
	text-align: center;
}

.emudhra-img img {
	width: 50%;
}

.emudhra-img {
	text-align: center;
}

.emudhras-img img {
	margin: 30px 0;
	width: 75%;
}

.emudhras-img {
	text-align: center;
}

.emudhra h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}

.emudhra h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

.emudhra ul li img {
	width: 15px;
	margin-right: 5px;
}

.emudhra ul li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 600;
}

.emudhra-p {
	font-weight: 600;
}

.bulk-sms h4 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}

.bulk-sms p {
	line-height: 30px;
	font-weight: 500;
}

.lgswt {
	background: #0063B1;
	padding: 70px 0;
}

.lgswt h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.qdemo a {
	background: #0063b1;
	border: 3px solid #fff;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
}

.qdemo {
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
}

.tallyprime-tdl {
	padding: 70px 0;
}

.tallyprime-tdl h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}

.tpab {
	display: flex;
	align-items: center;
	gap: 50px;
}

.tpab-btn a {
	background: #0063b1;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	border: 2px solid #0063b1;
	transition: all 0.5s;
	border-radius: 5px;
}

.tpab-btn a:hover {
	background: #fff;
	color: #0063b1;
}

.tpab-text h3 {
	font-weight: 600;
	font-size: 20px;
	color: #0063b1;
}

.tpab {
	margin-bottom: 30px;
}

.blog-lists {
	padding: 70px 0;
}

.blog-list {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
	transition: 0.5s;
}

.blog-item-cont {
	padding: 20px;
}

.blog-gate a {
	color: #222222;
}

.blog-gate :hover {
	color: #2b186d;
}

.blog-title a {
	color: #222222;
	font-weight: 600;
	font-size: 17px;
}

.blog-title h3 {
	color: #222222;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 20px;
}

.blog-title :hover {
	color: #2b186d;
}

.blog-read a {
	color: #222222;
	font-weight: 600;
	border: 1px solid #2b186d;
	padding: 10px 20px;
	display: inline-block;
}

.blog-read a:hover {
	color: #2b186d;
}

.blog-read {
	margin-bottom: 20px;
}

.blog-list:hover {
	box-shadow: none;
	border: 1px solid #ccc;
}

.single-blog-details {
	padding: 70px 0;
}

.recent-post-inner ul li {
	position: relative;
	padding-left: 15px;
	font-size: 15px;
	color: #2b186d;
	margin-bottom: 5px;
}

.recent-post-inner ul li i {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 10px;
	color: #2b186d;
}

.recent-post-inner ul li a {
	font-size: 15px;
	color: #222222;
}

.recent-post-inner ul li a:hover {
	font-size: 15px;
	color: #2b186d;
}

.recent-post-inner h3 {
	font-size: 20px;
	font-weight: 600;
	color: #2b186d;
	margin-bottom: 20px;
}

.recent-post-inner {
	padding: 20px;
	/* background: #F4F6F9;	 */
	border: 1px solid #dbdcdd;
	border-radius: 7px;
}

.recent-post-wrapper {
	position: sticky;
	top: 100px;
}

.blog-img-inner {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.blog-img {
	margin-bottom: 20px;
}

.get-in-touch {
	padding: 70px 0;
}

.service-sec {
	padding: 70px 0;
}

.contact-info h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}

.contact-info h2 span {
	color: #0063b1;
}

.off-add-main h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;

}

.off-add-main span {
	position: absolute;
	left: -10px;
	top: 6px;
}

.off-add-inner {
	position: relative;
	padding-left: 30px;
}

.off-add-inner span {
	background: #0063b1;
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}

.off-add-main p {
	font-weight: 600;
}

.off-add-main {
	margin-bottom: 20px;
}

.input-group {
	margin-bottom: 30px;
}

input {
	height: 50px;
}

textarea {
	height: 150px;
}

.submit-wrapper {
	text-align: center;
}

.submit-btn {
	color: #fff;
	background: #0063b1;
	border: 2px solid #0063b1;
	padding: 7px 30px;
	font-weight: 600;
	transition: 0.5s;
	border-radius: 5px;
}

.submit-btn:hover {
	color: #0063b1;
	background: #fff;
}

.form-control {
	border: 0.5px solid #2b1770;
}

.form-control:focus {
	box-shadow: none;
	border: 2px solid #2b1770;
}

.single-blog-details h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 30px;
	/* text-align: center; */
}
.single-blog-details h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
	/* text-align: center; */
}

.single-blog-details p {
	font-weight: 500;
	margin-bottom: 20px;
	/* text-align: center; */
}

.error-go-to-home {
	text-align: center;
}

.error-go-to-home a {
	display: inline-block;
	padding: 10px 30px;
	background: #29176f;
	color: #fff;
	font-weight: 600;
	transition: 0.5s;
	border: 2px solid #29176f;
	border-radius: 5px;
}

.error-go-to-home a:hover {
	background: #fff;
	color: #29176f;
}

.syllabus-main-wrapper {
	padding: 70px 0;
}

.syllabus-inner-wrapper h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.table th {
	background: #0063b1;
	color: #fff;
}

.table {
	vertical-align: middle;
}

.table-mobres tbody>tr:nth-child(2n) td {
	color: #000000;
	background: #f2f2f2;
	border: none;
}

.table-mobres tbody>tr td {
	border: none;
}

table th {
	font-size: 16px;
	font-weight: 600;
	padding: 1.2em 1.2em 1.2em 1.2em !important;
}

table td {
	font-weight: 600;
	padding: 1.5em 1.5em 1.5em 1.5em !important;
}

.table-mobres {
	padding-bottom: 20px;
}

.benefit-btn {
	padding: 10px 20px;
	text-align: center;
	background: #0063b1;
	color: #fff;
	border: 2px solid #0063b1;
	transition: 0.5s;
	font-weight: 700;
	border-radius: 5px;
}

.benefit-btn:hover {
	background: #fff;
	color: #0063b1;
}

.benefit-btn p {
	margin: 0;
}

.tally-ace {
	padding: 70px 0;
	background: #F4F4F4;
}

.tally-ace-img img {
	box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}
.tally-ace h2{
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}
.tally-ace-cont{
	padding-left: 50px;
}
.tally-ace p{
	font-weight: 600;
}
.tally-ace-1{
	background: #fff;
}
.wibs-img img{
	margin-bottom: 20px;
}
.news-content h3 a{
	color: #222222;
}
.blogcontent{
	text-align: left;
}
.blogcontent ul li{
	position: relative;
}
.blogcontent ul li i{
	position: absolute;
}
.tal-logo-item h2{
	text-align: center;
}
.blog-list{
    margin-bottom:30px;
        height: 430px;
}
.news-item{
    height: 350px;
}