@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");

/*
	Escape Velocity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
	background-color: #0f0e0e !important;
}
p {
    font-family: Anek Tamil;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
}


#header {
    animation: 3s ease-out 0s 1 slideInFromRight;
}
::-webkit-scrollbar {
    width: 2px;
}

.tiktokpage{
	background-image: url(../../images/overlayimage.webp);
	background-size: cover;
    mix-blend-mode: 1;
    transform: translate3d(0, 0, 0);
	background-repeat: no-repeat;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(269.84deg, #f9a230 -40.96%, #f9a230 -4.77%, #847446 163.26%);
}
blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}
body {
    overflow: hidden;
}
mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
html {
    overflow-x: hidden !important;
}
/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body.is-preload *, body.is-preload *:before, body.is-preload *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body, input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #919499;
		font-size: 14pt;
		line-height: 1.75em;
		letter-spacing: 0.025em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		color: #484d55;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	a {
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
		-ms-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
		text-decoration: underline;
		color: #717479;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 700;
		color: #484d55;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	em, i {
		font-style: italic;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
		margin: 2em 0 2em 0;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	.nobr {
		white-space: nowrap;
	}

	br.clear {
		clear: both;
	}

	p, ul, ol, dl, table, blockquote, form {
		margin-bottom: 2em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 68em;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 70em;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: calc(100% - 100px);
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: calc(100% - 100px);
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: calc(100% - 40px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			/* .row > * {
				padding: 50px 0 0 50px;
			} */

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					/* .row > * {
						padding: 50px 0 0 50px;
					} */

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8.75px;
					margin-left: -8.75px;
				}

					.row.gtr-25 > * {
						padding: 8.75px 0 0 8.75px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -8.75px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8.75px;
						}

				.row.gtr-50 {
					margin-top: -17.5px;
					margin-left: -17.5px;
				}

					.row.gtr-50 > * {
						padding: 17.5px 0 0 17.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -17.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 17.5px;
						}

				.row {
					margin-top: -35px;
					margin-left: -35px;
				}

					/* .row > * {
						padding: 35px 0 0 35px;
					} */

					.row.gtr-uniform {
						margin-top: -35px;
					}

						.row.gtr-uniform > * {
							padding-top: 35px;
						}

				.row.gtr-150 {
					margin-top: -52.5px;
					margin-left: -52.5px;
				}

					.row.gtr-150 > * {
						padding: 52.5px 0 0 52.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -52.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 52.5px;
						}

				.row.gtr-200 {
					margin-top: -70px;
					margin-left: -70px;
				}

					.row.gtr-200 > * {
						padding: 70px 0 0 70px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -70px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 70px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					/* .row > * {
						padding: 50px 0 0 50px;
					} */

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					/* .row > * {
						padding: 30px 0 0 30px;
					} */

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

/* Section/Article */

	section,
	article {
		margin: 0 0 4em 0;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	header.style1 {
		text-align: center;
		padding: 3em 0 3em 0;
	}

		header.style1 h2 {
			font-weight: 700;
			font-size: 2em;
			letter-spacing: 0.075em;
			line-height: 1.5em;
		}

		header.style1 p {
			color: #b1b4b9;
			display: block;
			margin: 1.15em 0 0 0;
			font-size: 1.3em;
			letter-spacing: 0.075em;
			line-height: 1.5em;
		}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr:nth-child(2n+2) {
				background: #f4f4f4;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default thead {
				background: #484d55;
				color: #fff;
			}

			table.default tfoot {
				background: #eee;
			}

/* Form */

	form label {
		display: block;
		font-weight: 700;
		color: #484d55;
		margin: 0.25em 0 0.5em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;

		display: block;
		border: 0;
		background: #eee;
		box-shadow: inset 0px 0px 1px 0px #a0a1a7;
		border-radius: 0.35em;
		width: 100%;
		padding: 0.75em 1em 0.75em 1em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f8f8f8;
		}

	form input[type="text"],
	form input[type="email"]
	input[type="password"] {
		line-height: 1em;
	}

	form select {
		line-height: 1em;
	}

	form textarea {
		min-height: 8em;
	}

	form ul.actions {
		margin-top: 0;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
		font-style: italic;
		line-height: 1.35em;
	}

	form :-moz-placeholder {
		color: #555 !important;
		font-style: italic;
	}

	form ::-moz-placeholder {
		color: #555 !important;
		font-style: italic;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
		font-style: italic;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Image */

	.image {
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		display: inline-block;
		background: #444;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.25em;
		text-decoration: none;
		border-radius: 0.35em;
		border: 0;
		outline: 0;
		cursor: pointer;
		padding: 0 2.25em 0 2.25em;
		font-size: 0.9em;
		min-width: 12em;
		height: 4em;
		line-height: 4em;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background-color: #f98780;
		}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 1em;
			min-width: 14em;
		}

		input[type="button"].style1,
		input[type="submit"].style1,
		input[type="reset"].style1,
		button.style1,
		.button.style1 {
			background: #e97770 url("images/overlay.png");
			color: #fff;
		}

			input[type="button"].style1:hover,
			input[type="submit"].style1:hover,
			input[type="reset"].style1:hover,
			button.style1:hover,
			.button.style1:hover {
				background-color: #f98780;
			}

			input[type="button"].style1:active,
			input[type="submit"].style1:active,
			input[type="reset"].style1:active,
			button.style1:active,
			.button.style1:active {
				background-color: #d96760;
			}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		button.style2,
		.button.style2 {
			background: none;
			color: #606167;
			box-shadow: inset 0px 0px 2px 0px #a0a1a7;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			button.style2:hover,
			.button.style2:hover {
				box-shadow: inset 0px 0px 2px 0px #606167;
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			button.style2:active,
			.button.style2:active {
				box-shadow: inset 0px 0px 2px 0px #202127;
			}

		input[type="button"].style3,
		input[type="submit"].style3,
		input[type="reset"].style3,
		button.style3,
		.button.style3 {
			background: #2f333b url("images/overlay.png");
			color: #fff;
		}

			input[type="button"].style3:hover,
			input[type="submit"].style3:hover,
			input[type="reset"].style3:hover,
			button.style3:hover,
			.button.style3:hover {
				background-color: #3f434b;
			}

			input[type="button"].style3:active,
			input[type="submit"].style3:active,
			input[type="reset"].style3:active,
			button.style3:active,
			.button.style3:active {
				background-color: #1f232b;
			}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.style2 {
			list-style: none;
			padding-left: 0;
		}

			ul.style2 li {
				border-top: solid 1px #eee;
				padding: 1.5em 0 0 0;
				margin: 1.5em 0 0 0;
			}

				ul.style2 li:first-child {
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

		ul.style3 {
			list-style: none;
			padding-left: 0;
		}

			ul.style3 li {
				border-top: solid 1px #eee;
				padding: 0.5em 0 0 0;
				margin: 0.5em 0 0 0;
			}

				ul.style3 li:first-child {
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
		margin: 3em 0 0 0;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0.75em 0 0.75em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

			ul.actions li:last-child {
				margin-right: 0;
			}

		ul.actions.special {
			text-align: center;
		}

/* Feature List */

	.feature-list {
		max-width: 58em;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 0.75em;
	}

		.feature-list section {
			border-top: solid 1px #eee;
			padding-top: 3em;
			padding-left: 5em;
			position: relative;
		}

		@media screen and (min-width: 981px) {

			.feature-list > .row > :nth-child(-n + 2) > section {
				border-top: 0;
				padding-top: 0;
			}

		}

		.feature-list h3 {
			color: #e97770 !important;
			margin: -0.35em 0 0.75em 0;
			font-size: 1.15em;
			letter-spacing: 0.05em;
		}

			.feature-list h3:before {
				display: block;
				color: #fff;
				background: #2f333b url("images/overlay.png");
				border-radius: 2.5em;
				text-align: center;
				width: 2.5em;
				height: 2.5em;
				line-height: 2.5em;
				margin-right: 0.75em;
				position: absolute;
				left: 0;
				margin-top: -0.5em;
			}

		.feature-list.small section {
			padding-left: 3.5em;
		}

		.feature-list.small h3:before {
			font-size: 0.8em;
		}

/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
			font-size: 1.25em;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Box */
/* section#header nav#nav ul.dropotron.level-0.center li a {
    border: 0 !important;
    box-shadow: unset;
} */
.projct-box h4{
	color: white;
}
/* section#header nav#nav ul.dropotron.level-0.center {
    background: rgba(28, 28, 28, 0.96);
    box-shadow: 0px 11px 8px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(3px);
    width: 28%;
    border: 1px solid #f9a230;
    padding: 13px 30px;
	display: flex!important;
	justify-content: center;
} */
	.box header {
		margin: 0 0 1.5em 0;
	}

		.box header.style1 {
			position: relative;
			margin: -0.5em 0 0 0;
			padding-top: 0;
		}

	.box h2 {
		margin: 0 0 0.75em 0;
		font-size: 1.15em;
		letter-spacing: 0.05em;
	}

	.box h3 {
		margin: 0 0 0.5em 0;
		font-size: 1em;
		font-weight: 600;
		letter-spacing: 0.05em;
	}

	.box.post-excerpt .image.left {
		position: relative;
		top: 0.5em;
		width: 5em;
	}

	.box.post-excerpt h3, .box.post-excerpt p {
		margin-left: 7em;
	}

/* Wrapper */

	.wrapper {
		position: relative;
		padding: 6em 0 9em 0;
	}

		.wrapper .title {
			position: absolute;
			top: 0;
			left: 50%;
			text-align: center;
			text-transform: uppercase;
			display: block;
			font-weight: 700;
			letter-spacing: 0.25em;
			font-size: 0.9em;
			width: 25em;
			height: 3.25em;
			top: -3.25em;
			line-height: 3.25em;
			margin-bottom: -3.25em;
			margin-left: -12.5em;
			padding-top: 0.5em;
		}

			.wrapper .title:before {
				content: '';
				position: absolute;
				bottom: -38px;
				left: -35px;
				width: 35px;
				height: 38px;
				background: url("images/shadow.png");
			}

			.wrapper .title:after {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				content: '';
				position: absolute;
				bottom: -38px;
				right: -35px;
				width: 35px;
				height: 38px;
				background: url("images/shadow.png");
			}

		.wrapper.style1 {
			background: #e97770 url("images/overlay.png");
			color: #eee;
			color: rgba(255, 255, 255, 0.75);
		}

			.wrapper.style1 .title {
				background: #e97770 url("images/overlay.png");
				color: #fff;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b, .wrapper.style1 a {
				color: #fff;
			}

		.wrapper.style2 {
			background: #fff;
		}

			.wrapper.style2 .title {
				background: #fff;
				color: #484d55;
			}

		.wrapper.style3 {
			background: #f3f3f3 url("images/overlay.png");
		}

			.wrapper.style3 .title {
				background: #f3f3f3 url("images/overlay.png");
				color: #484d55;
			}

			.wrapper.style3 .image {
				border: solid 10px #fff;
			}

/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

/* Header */

	#header {
		display: -moz-flex;
		display: -ms-flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		/* position: relative;
		height: 24em; */
		background: #000000d1;
		background-size: cover;
		padding: 0;
	}

	#header {
		padding: 10px 0;
		z-index: 9;
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		background: transparent !important;
	}

	

		#logo h1 {
			font-weight: 900;
			text-transform: uppercase;
			color: #fff;
			font-size: 2em;
			letter-spacing: 0.25em;
		}

		#logo p {
			color: #eee;
			color: rgba(255, 255, 255, 0.5);
			text-transform: uppercase;
			margin: 1.25em 0 0 0;
			display: block;
			letter-spacing: 0.2em;
			font-size: 0.9em;
		}
		
		section#header #logo img {
			width: 13%;
		}
		.footer-logo img{
			max-width: 50%;
		}
		#nav > ul li a {
			font-family: 'Anek Tamil', sans-serif;
			text-transform: capitalize;
			font-size: 16px;
			font-weight: 500;
			letter-spacing: 0em;
			text-align: left;
			text-decoration: unset !important;
		}
		#nav > ul li.current a {
			background: #f9a230;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;

			font-style: normal;
			font-weight: 500;
			font-size: 16px;
		}
		
/* Nav */

	#nav {
		/* position: absolute; */
		display: block;
		top: 2.5em;
		left: 0;
		width: 100%;
		text-align: right;
		z-index: 1111111111111;
	}

	#nav > ul {
		display: inline-block;
		border-radius: 0.35em;
		padding: 0;
		margin: 0;
	}

				#nav > ul > li > ul {
					display: none;
				}

				#nav > ul > li > a, #nav > ul > li > span {
					display: block;
					color: #fff;
					/* text-transform: uppercase;
					text-decoration: none;
					font-size: 0.7em;
					letter-spacing: 0.25em; */
					-moz-transition: all .25s ease-in-out;
					-webkit-transition: all .25s ease-in-out;
					-o-transition: all .25s ease-in-out;
					-ms-transition: all .25s ease-in-out;
					transition: all .25s ease-in-out;
					outline: 0;
				}

				#nav > ul > li:hover > a {
					color: #fff;
				}

				#nav > ul > li.active > a, #nav > ul > li.active > span {
					color: #fff;
				}

				.dropotron {
					background: #000000;
					padding: 1.25em 1em 1.25em 1em;
					border-radius: 0.35em;
					min-width: 12em;
					text-align: left;
					list-style: none;
					border: 1px solid #ff9900;
				}

		.dropotron.level-0 {
			margin-top: -1px;
			margin-left: 0;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

		.dropotron a, .dropotron span {
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
			display: block;
			color: #eee;
			color: rgba(255, 255, 255, 0.75);
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.7em;
			letter-spacing: 0.25em;
			border-top: solid 1px rgba(255, 255, 255, 0.15);
			line-height: 3em;
		}

		.dropotron li {
			padding-left: 0;
		}

			.dropotron li:first-child a, .dropotron li:first-child span {
				border-top: 0;
			}

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #fff;
			}

/* Intro */

	#intro {
		padding-bottom: 8em;
		text-align: center;
	}

		#intro p.style1 {
			font-size: 1.5em;
			letter-spacing: 0.075em;
		}

		#intro p.style2 {
			font-weight: 700;
			color: #fff;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
			font-size: 2.75em;
			letter-spacing: 0.075em;
			line-height: 1.35em;
			padding: 1em 0 1em 0;
			margin-bottom: 1em;
		}

			#intro p.style2 a {
				color: inherit;
				text-decoration: none;
			}

		#intro p.style3 {
			font-size: 1.1em;
			width: 48em;
			margin: 0 auto;
		}

/* Features */

	#features header.style1 {
		padding-bottom: 5em;
	}

	#features ul.actions {
		margin-top: 5em;
	}

/* Highlights */

	#highlights .highlight {
		text-align: center;
	}

		#highlights .highlight h3 {
			color: #e97770;
			margin: 0 0 0.75em 0;
			font-size: 1.15em;
			letter-spacing: 0.05em;
		}

/* Main */

/* Footer */

	#footer {
		background: #282b34 url("images/overlay.png");
		color: #eee;
		color: rgba(255, 255, 255, 0.5);
		padding-bottom: 6em;
	}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b, #footer a {
			color: #fff;
		}

		#footer hr {
			border-top-color: #333;
			border-top-color: rgba(255, 255, 255, 0.05);
		}

		#footer form input[type="text"],
		#footer form input[type="email"],
		#footer form input[type="password"],
		#footer form select,
		#footer form textarea {
			background: #ccc;
			box-shadow: none;
		}

			#footer form input[type="text"]:focus,
			#footer form input[type="email"]:focus,
			#footer form input[type="password"]:focus,
			#footer form select:focus,
			#footer form textarea:focus {
				background: #fff;
			}

		#footer input[type="button"],
		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer button,
		#footer .button {
			color: #fff;
			box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
		}

			#footer input[type="button"]:hover,
			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer button:hover,
			#footer .button:hover {
				color: #fff;
				box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
			}

			#footer input[type="button"]:active,
			#footer input[type="submit"]:active,
			#footer input[type="reset"]:active,
			#footer button:active,
			#footer .button:active {
				box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
			}

			#footer input[type="button"].style2:active,
			#footer input[type="submit"].style2:active,
			#footer input[type="reset"].style2:active,
			#footer button.style2:active,
			#footer .button.style2:active {
				box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
			}

		#footer .title {
			background: #282b34 url("images/overlay.png");
			color: #eee;
		}

		#footer header.style1 {
			padding-bottom: 6em;
			margin-bottom: 6em;
			border-bottom: solid 1px rgba(255, 255, 255, 0.05);
		}

			#footer header.style1 h2 {
				color: #fff;
			}

			#footer header.style1 .p {
				color: inherit;
			}

		#footer .feature-list {
			max-width: 100%;
		}

			#footer .feature-list section {
				border-top-color: rgba(255, 255, 255, 0.05);
			}

			#footer .feature-list h3:before {
				background: #3d4249 url("images/overlay.png");
			}

/* Copyright */

	#copyright {
		text-align: center;
		padding-top: 6em;
		margin-top: 6em;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
	}

		#copyright ul {
			display: inline-block;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
			color: #aaa;
			color: rgba(255, 255, 255, 0.25);
			padding: 0.75em 2em;
			font-size: 0.9em;
		}

			#copyright ul li {
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
				border-left: solid 1px #333;
				border-left-color: rgba(255, 255, 255, 0.05);
			}

				#copyright ul li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

		#copyright a {
			color: inherit;
		}

			#copyright a:hover {
				color: #fff;
			}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
			}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
				line-height: 1.5em;
				letter-spacing: 0.015em;
			}

		/* Wrapper */

			.wrapper {
				padding: 4em 0 7em 0;
			}

		/* Logo */


				#logo h1 {
					font-size: 1.75em;
				}

		/* Intro */

			#intro {
				padding-bottom: 7em;
			}

				#intro p.style1 {
					font-size: 1.25em;
				}

				#intro p.style2 {
					font-size: 2.25em;
				}

		/* Footer */

			#footer {
				padding-bottom: 4em;
			}

				#footer header.style1 {
					padding-bottom: 4em;
					margin-bottom: 4em;
					border-bottom: solid 1px rgba(255, 255, 255, 0.05);
				}

		/* Copyright */

			#copyright {
				padding-top: 4em;
				margin-top: 4em;
			}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Section/Article */

			header br {
				display: none;
			}

		/* Form */

			form ul.actions {
				text-align: center;
			}

		/* Feature List */

			.feature-list {
				max-width: 40em;
			}

				.feature-list section {
					padding-top: 4em;
				}

				.feature-list > .row > :first-child > section {
					border-top: 0;
					padding-top: 0;
				}

		/* Nav */

			#nav {
				display: none;
			}

		/* Logo */

			#logo {
				top: 0;
			}

		/* Intro */

			#intro p.style3 {
				width: auto;
			}

		/* Highlights */

			#highlights .highlight {
				max-width: 40em;
				margin-left: auto;
				margin-right: auto;
			}

		/* Footer */

			#footer .feature-list {
				border-top: solid 1px rgba(255, 255, 255, 0.05);
				padding-top: 4em;
			}

	}

		@media screen and (max-width: 980px) and (min-width: 737px) {

				#footer .feature-list > .row > :nth-child(2) > section {
					border-top: 0;
					padding-top: 0;
				}

		}

	@media screen and (max-width: 980px) {

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: none;
			}

				#titleBar .title {
					display: none;
				}

				#titleBar .toggle {
					text-decoration: none;
					position: absolute;
					top: 19px;
					right: 20px;
					width: 60px;
					height: 44px;
				}
				#titleBar{
					background: #1d1d1d;
				}
						#header{
							top: 68px;
						}
					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						-moz-transition: all .15s ease-in-out;
						-webkit-transition: all .15s ease-in-out;
						-ms-transition: all .15s ease-in-out;
						transition: all .15s ease-in-out;
						text-decoration: none;
						content: '\f0c9';
						font-size: 14px;
						position: absolute;
						top: 6px;
						left: 6px;
						display: block;
						width: 54px;
						height: 38px;
						line-height: 38px;
						text-align: center;
						color: rgba(255, 255, 255, 0.75);
						background-color: rgb(94 94 94);
						border-radius: 0.25em;
					}

					#titleBar .toggle:active:before {
						background-color: rgba(92, 95, 103, 0.75);
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #282828 url("images/overlay.png");
				box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
			}

				#navPanel .link {
					display: block;
					color: rgba(255, 255, 255, 0.5);
					text-transform: uppercase;
					text-decoration: none;
					font-size: 11px;
					letter-spacing: 0.15em;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					margin: 0 15px 0 15px;
				}
				#price-plans-section .row{
					display: contents;
					
				}
				.service-logosection .social h2 {
					font-size: 44px!important;
					line-height: 54px!important;
				}
				section#logo-contact-form .logo-conactfomrinner {
					display: contents;
				}
				.about-banner-buttons .brand-button h6 a {
					padding: 12px 36px!important;
				}
				section#faqs button.accordion-button.collapsed{
					line-height: 22px!important;
				}
				section#logoprocess-inner button.accordion-button.collapsed {
					height: 100px;
				}
				section#header h1 {
					font-size: 57px!important;
				}
				section#header .portofliosec {
					padding: 0px 0px 0px 50px !important;
				}
				section#milestone-section .text-mile-area img{
					display: none!important;
				}
				.heading-text h3 {
					padding-top: 20px;
				}
				.my-connect-inner img{
					display: none;
				}
				#logo-contact-form .container{
					display: flex;
					justify-content: center;
				}
				#page{
					display: flex;
    justify-content: center;
				}
				section#testimonials-sections .slider.slider-single {
					margin: 105px 29px!important;
					padding: 20px;
				}
				.log-quote-form{
					display: none;
				}
				.popupform .log-quote-form{
					display: block !important;
				}
				.popup{
					width: 90% !important;
				}
				.log-quote-form form#contact{
					width: 100% !important;
					margin-left: 0px !important;
					max-width: 100% !important;
					padding: 10px 10px !important;
					margin-right: 0px !important;
				}
				.popup-close{
					width: 30px !important;
    				display: block !important;
    				top: 13px !important;
    				right: 15px !important;
				}
				.log-quote-form form#contact input, .log-quote-form form#contact textarea{
					padding: 12px 20px !important;
				}
				/* #header:before {
					height: 108%!important;
				} */
				#basicAccordion {
					padding: inherit!important;
				}
				section#logoprocess-inner button.accordion-button.collapsed {
					line-height: 23px!important;
				}
					#navPanel .link:first-child {
						border-top: 0;
					}
					form#contact{
						padding:0!important;
					}
					section#contact-us .custom-form-sec{
						margin: 0 5px!important;
					}
					footer#main-footer-sections .footer-payment-section .payment-inner img {
						max-width: 100%;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}
				section#logo-about-us .logoabout-text h1 {
					font-size: 64px!important;
				}
				section#logo-about-us .mobile h6 {
					font-size: 64px!important;
				}
				section#logoprocess-inner .accordion-item img {
					position: initial!important;

				}

				section#testimonials-sections .testimonial-quote{
					right:0!important;
				}
			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, select, textarea {
				line-height: 1.5em;
				font-size: 10.5pt;
				letter-spacing: 0;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.2em;
				letter-spacing: 0.05em;
				margin: 0 0 1em 0;
			}

			hr {
				margin: 1em 0 1em 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin: 0px;
			}

			header br {
				display: none;
			}

			header.style1 {
				padding: 0 0 1em 0;
			}

				header.style1 h2 {
					font-size: 1.5em;
					letter-spacing: 0.075em;
					line-height: 1.25em;
				}

				header.style1 p {
					font-size: 1em;
					letter-spacing: 0;
					display: block;
					margin: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				width: 100%;
				font-size: 1em;
				max-width: 30em;
				margin: 0 auto;
			}

		/* Actions */

			ul.actions {
				margin: 2em 0 0 0;
			}

				ul.actions li {
					margin: 15px 0 0 0;
					display: block;
				}

					ul.actions li:first-child {
						margin-top: 0;
					}

		/* Feature List */

			.feature-list section {
				padding-top: 2em;
				padding-left: 4em;
			}

			.feature-list h3:before {
				font-size: 0.9em;
			}

		/* Box */

			.box.post-excerpt .image.left {
				position: relative;
				top: 0.25em;
				width: 25%;
				margin: 0;
			}

			.box.post-excerpt h3, .box.post-excerpt p {
				margin-left: 32.5%;
			}

		/* Wrapper */

			.wrapper {
				padding: 3em 0 6em 0;
			}

				.wrapper .title {
					font-size: 0.9em;
					width: 18em;
					height: 2.5em;
					top: -2.5em;
					line-height: 2.5em;
					margin-bottom: -2.5em;
					margin-left: -9em;
					padding-top: 0.5em;
				}

					.wrapper .title:before, .wrapper .title:after {
						height: 15px;
						bottom: -15px;
						background-size: 100% 100%;
					}

		/* Header */

			#header {
				height: 17em;
			}

				.homepage #header {
					height: 38em;
				}
				.custom-industries-section{
					display: none;
				}
				#top-header .col-12-medium{
					display: none;
				}
				#top-header .row{
					justify-content: center;
				}
				section#header #logo img{
					display: none;
				}

		/* Logo */

			#logo {
				text-align: center;
				padding-left: 2em;
				padding-right: 2em;
			}

				#logo h1 {
					font-size: 1.5em;
					letter-spacing: 0.2em;
				}

				#logo p {
					margin: 1.25em 0 0 0;
					display: block;
					letter-spacing: 0.2em;
					font-size: 0.9em;
				}

		/* Intro */

			#intro {
				text-align: center;
				padding-right: 2em;
				padding-left: 2em;
				padding-bottom: 5em;
				margin: 0 auto;
			}

				#intro p.style1 {
					margin-bottom: 1.5em;
				}

				#intro p.style2 {
					font-size: 1.5em;
					letter-spacing: 0.05em;
					line-height: 1.25em;
					padding: 1.25em;
				}

		/* Features */

			#features header.style1 {
				padding-bottom: 4em;
			}

			#features ul.actions {
				margin-top: 4em;
			}

		/* Content */

			#content {
				padding: 0 0 2em 0;
			}

				#content header.style1 {
					padding-bottom: 2.5em;
				}

		/* Footer */

			#footer {
				padding-bottom: 0;
			}

				#footer header.style1 {
					padding-bottom: 0;
					margin-bottom: 2em;
					border-bottom: 0;
				}

				#footer .feature-list {
					border-top: 0;
					padding-top: 0;
				}

		/* Copyright */

			#copyright {
				padding-top: 0;
				margin-top: 4em;
				border-top: 0;
			}

				#copyright ul {
					padding: 1em 2em;
					width: 100%;
				}

					#copyright ul li {
						display: block;
						margin: 0.5em 0 0 0;
						border-left: 0;
						padding: 0;
					}

						#copyright ul li:first-child {
							margin-top: 0;
						}

	}

	/* My Css */
	.header-top-nav .custom-section p img {
		margin-right: 9px;
		margin-bottom: -2px;
		padding-bottom: 0;
		filter: brightness(0) invert(1);
	}
	.header-top-nav .custom-section .col-6 {
		padding-left: 0;
		padding-right: 0;
	}
	.header-top-nav .custom-section p {
		color: #fff;
		padding: 0;
		margin: 0;
		font-size: 14px;
		font-family: 'Anek Tamil', sans-serif;
		font-weight: 100 !important;
		text-align: center;
	}
	.header-top-nav .custom-section {
		background: #ff9e1fbf;
		padding: 9px 0;
	}
	#nav > ul > li > a.quote {
		height: 0px !important;
		color: #fff;
		line-height: 0;
		padding: 19px 34px;
		background: #f9a230;
		box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.25);
		border-radius: 14px;
		font-style: normal;
		font-weight: 400;
		font-size: 11px;
		transition: .9s;
	}
	section#header nav#nav ul li.current:before {
		position: absolute;
		display: table;
		margin-top: 25px;
		margin-left: -20px;
	}
	h1 {
		font-family: Anek Tamil, sans-serif;
		font-size: 65px;
		font-weight: 700;
		line-height: 67px;
		letter-spacing: 0em;
	}
	section#header h1 {
		padding: 60px 0 0 0;
		color: #fff!important;
		font-family: 'Anek Tamil';
		font-style: normal;
		font-weight: 400;
		font-size: 65px;
		line-height: 105.8%;
		text-align: center;
		/* -webkit-text-stroke: 1px #ffff!important; */
		-webkit-text-fill-color: #ffff!important;
	}
	section#header h1 b {
		background: #f9a230;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
	
	}
	.scroll-image {
		text-align: center;
		z-index: 9999999999999;
		-webkit-animation: mover 1s infinite alternate;
		animation: mover 1s infinite alternate;
		z-index: -1;
	}
	#nav > ul > li > a.quote:hover {
		background: #000 !important;
		transition: .9s;
	}
	section#header p {
		color: #fff;
		font-family: Anek Tamil;
		font-size: 24px;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: 0em;
		text-align: center;
	}
	.row {
		width: 100%;
	}
	.custom-industries-section {
		text-align: center;
		padding: 60px 0;
	}
	section#header .custom-industries-section .inner-card h3 {
		font-family: 'Anek Tamil';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		text-align: center;
		color: #4B4B4B;
		margin: 10px 0;
		position: relative;
		top: -22px;
	}

	/* CUSTOM INNERCARD CSS */

	.custom-industries-section .inner-card {
		border: 1px solid #4B4B4B;
		background: #0e0e0ea8;
		border-radius: 17px;
		height: 181px;
		padding: 43px 0;
	}
	.main-inner {
		padding: 2px 0;
	}
	
	.custom-industries-section .col-2:hover .main-inner {
		background-image: #f9a230;
		background-image: -moz-linear-gradient( center bottom, rgb(14, 173, 86) 33%, rgb(0, 255, 85) 67% );
		padding: 2px;
		border: none;
		border-radius: 20px !important;
	}
	.custom-industries-section .col-2:hover .first-image {
		opacity: 0 !important;
	}
	.custom-industries-section .col-2:hover .second-image {
		opacity: 1 !important;
	}
	.custom-industries-section img.second-image {
		margin-top: -80px;
		opacity: 0;
	}
	.industry-image {
		width: 100px;
		display: inline-block;
		height: 92px;
	}


.custom-industries-section .col-2:hover .main-inner h3 {
    background: linear-gradient(98.92deg, #f9a230 6.91%, #f9a230 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
video#bgvid {
    position: absolute;
    top: 0px;
    z-index: -1;
    left: 0;
    right: 0;
    height: 100%;
}

/* INTRO SECTION */
section#intro-section h3 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 103.8%;
    color: #FFFFFF;
	margin-top:25px
}
section#intro-section {
    background: #0f0e0e;
    color: #fff;
    padding: 60px 0px 30px 0px;
}
section#intro-section h2 {
    color: #fff;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
}
section#intro-section h2 b {
    background: #f9a230;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
 
}

section#intro-section .col-3:hover .why-choosetext {
    border-color: #f9a230 !important;
}
section#intro-section .why-choosetext .why-choose-image img {
    border: 1px solid #ff9b00;
    border-radius: 48px;
}
section#intro-section .why-choosetext {
    padding: 50px 20px;
    text-align: center;
    background: url(../../images/hme.jpg);
    box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    border: 2px solid #f9a230;
    margin: 0 4px;
    height: 85%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.button-custom {
    opacity: 0;
}
section#intro-section .col-3:hover {
    transition: .9s;
    transform: translateY(10px);
}
section#intro-section .col-4:hover {
    transition: .9s;
    transform: translateY(10px);
}
section#intro-section .col-3:hover .button-custom,
section#intro-section .col-4:hover .button-custom  {
    opacity: 1;
    transition: .9s;
}
section#intro-section .col-3:hover .why-choosetext,
section#intro-section .col-4:hover .why-choosetext {
    border-radius: 25px 25px 0 0;
}
section#intro-section .button-custom:hover a {
    color: #fff;
}
.button-custom a {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
}
section#intro-section .why-choosetext .why-choose-image {
    margin: 10px 0 30px 0;
}

section#intro-section .why-choosetext h3 {
    font-family: Anek Tamil;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    min-height: 40px;
    margin: 10px 0;color: #E0E0E0;}

	section#intro-section .why-choosetext p {
		font-family: Anek Tamil;
		font-size: 15px;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: 0em;
		text-align: center;
		color: #fffbfb;
	}
section#intro-section .why-choosetext img.img2 {
    position: absolute;
    margin-left: -84px;
    opacity: 0;
}
section#intro-section .col-3:hover .img2 {
    opacity: 1;
    transition: .9s;
}
section#intro-section .col-3:hover .img1 {
    opacity: 0;
}
section#intro-section .col-3:hover h3, section#intro-section .col-3:hover p {
    color: #fff;
    transition: .9s;
}
.button-custom {
    text-align: center;
    background: #fff;
    padding: 9px 0px;
    background: #f9a230;
    border-radius: 0px 0px 21px 21px;
    margin: 0 4px;
}

.button-custom a {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
	padding: 10px 50px;
}
section#intro-section .inner-section {
    padding: 60px 0 30px 0;
}

/* slick slider */
.client-icons {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}
.client-icons .carousel {
    width: 100%;
    margin: 0px auto;
}
.client-icons .slick-slide {
	margin:10px;
  }
 /* .client-icons .slick-arrow {
    display: none !important;
} */
.client-icons .card {
    background: #ff10 !important;
    border: 0 !important;
    padding: 0 50px;
    display: flow-root;
}
.client-icons .slick-dots, .brand-portfolio .slick-dots {
    display: none !important;
}

.client-icons .new img {
    width: 60px;
    margin: 0 auto;
}
.client-icons .slick-dotted.slick-slider {
    margin-bottom: 0 ;
}
/* grow business css */
.brand-portfolio .card {
    background: #ff10 !important;
    border: 0 !important;
    padding: 0 50px;

}
section#grow-brand .brand-portfolio button.slick-prev.slick-arrow {
    background-image: url(../../images/leftarrow.png);
    background-size: 100% 100%;
    padding: 30px 30px;
    z-index: 1111;
}
section#grow-brand .brand-portfolio button.slick-next.slick-arrow {
    background-image: url(../../images/rightarrow.png);
    background-size: 100% 100%;
    padding: 30px 30px;
    z-index: 1111;
}
section#grow-brand .slick-prev:before, section#grow-brand .slick-next:before {
    font-size: 0;
}
section#grow-brand .slick-slide {
	margin:10px;
  }
section#grow-brand .carousel {
    width: 100%;
    margin: 0px auto;
}
section#grow-brand {
    background: #0f0e0e;
    color: #fff;
    padding: 60px 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc30;
}
section#grow-brand h1 {
    font-family: Anek Tamil;
    font-size: 65px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}

section#grow-brand h1 b {
    background: #f9a230;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
.brand-button:hover h6 {
    background-image: #f9a230;
    transition: .9s;
}
.brand-button h6 a {
    padding: 13px 29px;
    color: #fff;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 105.8%;
    transition: .9s;
	border: solid;
    border-radius: 26px;
    border-color: #f9a230;
}
.brand-button h6 a:hover{
	background-color:#f9a230 ;
	color: white;
}
.brand-button h6 {
    margin: 0 auto;
    padding: 14px 0px;
    border-radius: 14px;
} 	
.brand-button {
    width: auto !important;
    display: inline;
    background-image: #f9a230;
    background-image: -moz-linear-gradient( center bottom, rgb(14, 173, 86) 33%, rgb(0, 255, 85) 67% );
    padding: 2px !important;
    border: none;
    border-radius: 14px !important;
    background-size: cover;
    transition: .9s;
    text-align: center;
    margin: 0 auto;
}

/* what we can */
/* section#what-can-we {
    background: #0f0e0e;
    color: #fff;
    padding: 60px 0px;
} */
.heading-text h3 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 103.8%;
    color: #FFFFFF;
}

.heading-text h2 {
    color: #fff;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 103.8%;
}


.heading-text h2 b {
    background: #f9a230;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
section#what-can-we .accordion-item img:hover {
    transform: scale(0.9);
}
section#what-can-we .accordion-item .logo-images img {
    width: 100%;
    background: #1d242e;
    border-radius: 30px;
    margin: 10px;
    transition: .9s;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}
section#what-can-we .accordion-item {
    background: #0c0b0b;
    color: #fff;
    border: 1px solid #ff9b0075;
    padding: 50px 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 11px #cccccc96;
}
section#what-can-we ul#myTab {
    border: 0;
    text-align: center;
    margin: 60px 0 90px 0;
    display: flex !important;
    justify-items: center !important;
    justify-content: center !important;
	gap: 10px;
}
section#what-can-we ul#myTab .nav-link {
    background: #0c0b0b;
    border: 1px solid #4B4B4B;
    border-radius: 15px;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 102.8%;
    letter-spacing: 1px;
    color: #4B4B4B;
    height: 64px;
}
section#what-can-we ul#myTab .nav-link:hover{
	background: #f9a230;

}
section#what-can-we li.nav-item .active {
    background: #f9a230 !important;
    border: 1px solid #f9a230;
    border-radius: 15px;
    color: #fff !important;
}
section#what-can-we {
    background: #0f0e0e;
    color: #fff;
    padding: 60px 0px;
	margin: 0px;
}
section#what-can-we .inner-customcanwe .logo-design {
    border-bottom: 1px solid #444444;
    padding-bottom: 40px;
}
section#what-can-we .information p {
    font-family: Anek Tamil;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #E0E0E0;
}

section#what-can-we .information h2 img {
    padding-right: 14px;
    transition: .9s;
}
section#what-can-we .inner-customcanwe .button-text {
    margin-top: -18px;
    z-index: 99999999;
}
section#what-can-we .inner-customcanwe .call-to {
    transform: scale(1.1);
    position: relative;
    top: 14px;
}
section#what-can-we .fade:not(.show) {
    display: none !important;
}
section#what-can-we .inner-customcanwe .button-text a {
    float: right;
    text-decoration: unset;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 208.3%;
    color: #f9a230;
    z-index: 9999999999;
}
section#what-can-we .information h2 {
    font-family: Anek Tamil;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    color: #E0E0E0;
}
section#what-can-we .information {
    padding-top: 40px;
    color: #fff;
}


/* recentpass css */
section#recent-past {
    margin: 0;
    background: #0f0e0e;
    color: #fff;
    padding: 60px 0px;
    border-top: 1px solid #cccccc2b;
	border-bottom: 1px solid #cccccc2b;
}

i.fa.fa-angle-down {
    margin-left: 5px;
}
section#recent-past h1 {
    font-family: Anek Tamil;
    font-size: 65px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    color: #fff;
}
section#what-can-we .information h2 img:hover {
    transform: translateY(-20px);
}
section#recent-past .heading-text h3 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 103.8%;
    color: #FFFFFF;
}
section#recent-past h1 b {
    background: #f9a230;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
section#recent-past .fade:not(.show) {
    display: none !important;
}
section#recent-past ul#myTab {
    position: absolute;
    margin-top: -150px;
    right: 141px;
    padding: 0 0 !important;
    border: 1px solid #4E4E4E;
    border-radius: 18px;
}
  section#recent-past .tab-pane {
    border: 0 !important;
}
section#recent-past .nav-tabs .nav-link.active {
    background: #ff10 !important;
    color: #f9a230 !important;
}
section#recent-past .nav-tabs .nav-link {
    border: 0 !important;
    color: #4D4D4D;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-size: 16px;
    line-height: 54px;
    letter-spacing: 0;
    min-width: auto !important;
    background: #ff10 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	padding-right: 10px;
	padding-left: 10px;
}

  /* Gallery RESPONSIVE SECTIONS */
  section#recent-past .gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
section#recent-past .gallery-item:hover {
    transform: scale(0.9);
    transition: .9s;
}

section#recent-past .gallery-item {
    flex-basis: 24.7%;
    margin-bottom: 6px;
    opacity: 1 !important;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid #ff9b00;
}
.accordion {
    background: #ff10 !important;
    --bs-accordion-bg: #ff10 !important;
}
 .gallery-content {
    font-size: .8em;
}

 .lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    width: 30%;
    height: auto;
    margin: 0 auto;
    display: table;
    position: relative;
    top: 81px;
}
.lightbox-prev, .lightbox-next {
    position: absolute;
    background-color: #fff;
    color: #000;
    top: 45%;
    cursor: pointer;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 35px;
    font-weight: 600;
}
 .lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}
.custom-portoflio-button {
    text-align: center;
    padding: 20px 0 0 0;
}

.custom-portoflio-button ul li {
    display: inline-block;
}

/* FAQS CSS */
section#faqs .accordion-body {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
section#price-plans .heading-text p {
    color: #fff;
}
#myTabContent {
    margin-top: 40px;
}
section#price-plans .heading-text {
    text-align: center;
}
section#faqs .accordion-item {
    border: 0;
    margin-bottom: 21px;
	background: #141313;
    border-radius: 20px;
}
section#faqs .accordion-button:focus {
    box-shadow: unset !important;
    border: 0 !important;
}
section#faqs button.accordion-button.collapsed {
    background: #141313;
    border: 2px solid #141313;
    border-radius: 25px;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    letter-spacing: 0;
}
section#faqs .accordion-button:not(.collapsed) {
    background: #ff10 !important;
    box-shadow: unset;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
    color: #fff;
}
section#faqs .accordion-item img {
    position: absolute;
    right: 30px;
}
section#faqs .accordion-button:not(.collapsed) img {
    transform: rotate(90deg);
}
section#faqs .accordion-button::after {
    display: none;
}
/* FAQS CSS END */

/* TESTIMONIALS START */
section#testimonials-sections #page .slick-track .testimonial-text {
    text-align: center;
    color: #fff;
}

section#testimonials-sections .testimonial-text h3 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 54px;
    color: #FFFFFF;
}
section#testimonials-sections .slider.slider-single {
    margin: 60px 100px;
    border: 2px solid #51b27e;
    padding: 46px 20px;
    background: #1a1818;
    box-shadow: 0px 6px 21px rgba(0, 0, 0, 0.14);
    border-radius: 25px;
}
section#testimonials-sections .slider.slider-nav.slick-initialized.slick-slider {
    margin: 40px 0;
    padding: 0 0;
}
section#testimonials-sections .slick-slide img {
    width: 130px;
    margin: 0 auto;
}
#basicAccordion {
    padding: 0 100px;
}
section#testimonials-sections .slick-slide.is-active.slick-active h3 span img {
    border-radius: 50%;
    border: 2px solid #f9a230;
}
section#testimonials-sections .testimonial-quote {
    position: absolute;
    right: 340px;
    z-index: 111111;
}
section#testimonials-sections button.slick-prev.slick-arrow {
    background-image: url(../../images/leftarrow.png);
    background-size: 100% 100%;
    padding: 30px 30px;
    z-index: 1111;
	position: absolute;
    left: -90px;
}
section#testimonials-sections .slider-nav button.slick-prev.slick-arrow,
section#testimonials-sections .slider-nav button.slick-next.slick-arrow {
    display: none !important;
}
.slick-next:before, .slick-prev:before {
    display: none;
}
section#testimonials-sections button.slick-next.slick-arrow {
    background-image: url(../../images/rightarrow.png);
    background-size: 100% 100%;
    padding: 30px 30px;
    z-index: 1111;
    position: absolute;
    right: -90px;
}
/* TESTIMONIAL END */


/* contact us start */
form#contact {
    padding: 0 210px;
}
section#contact-us form#contact button#contact-submit:hover {
    background: #000 !important;
    transition: .9s;
}
section#contact-us input:focus-visible {
    box-shadow: unset !important;
    outline: unset !important;
}
textarea:focus-visible {
    outline: unset !important;
}
section#contact-us form#contact ::placeholder {
    font-style: inherit !important;
    font-family: 'Anek Tamil';
    font-weight: 400;
    font-size: 20px;
    color: #656565;
    line-height: 30px;
}
section#contact-us form#contact textarea {
    overflow: hidden !important;
}
section#contact-us form#contact button#contact-submit {
    width: 100%;
    background: linear-gradient(271.05deg, #f9a230 2.65%, #f9a230 97.16%);
    border: 2px solid #2F2F2F;
    border-radius: 25px;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    min-height: 69px;
    height: 0;
    transition: .9s;
}
section#contact-us .custom-form-sec {
    border: 1px solid #484848;
    border-radius: 25px;
    padding: 60px 0;
    margin: 0 97px;
}
section#contact-us form#contact textarea {
    min-height: 10px !important;
    height: 70px;
}

section#contact-us form#contact input, section#contact-us form#contact textarea {
	padding: 20px 20px;
    background: #0f0e0e;
    border: 2px solid #f69500;
    border-radius: 35px;
    margin-bottom: 12px;
    width: 100%;
    resize: unset;
}
/* contact us end */

/* Price plan css start */
section#price-plans-section .custom-price-button ul li {
    display: inline-block;
}
section#price-plans-section .fade:not(.show) {
    display: none !important;
}
section#price-plans-section .custom-price-button ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
section#price-plans-section .nav-tabs .nav-link {
    border: 0 !important;
    letter-spacing: 0;
    min-width: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px;
    color: #4D4D4D;
}
section#price-plans-section ul#myTab {
    padding: 0 0 !important;
    border: 1px solid #4E4E4E;
    border-radius: 18px;
    text-align: center;
    width: 74%;
    margin: 0 auto;
}
section#price-plans-section .price-inner-plan {
    color: #fff;
}
section#price-plans-section .price-heading-text {border: 1px solid #434343;border-radius: 15px;text-align: center;padding: 26px 0px;}

section#price-plans-section .price-heading-text h2 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 5px 0;
}

section#price-plans-section .price-heading-text h4 {font-family: 'Anek Tamil';font-style: normal;font-weight: 600;font-size: 36px;line-height: 30px;
/* or 83% */text-align: center;color: #FFFFFF;}

section#price-plans-section .price-list ul li::marker {
    color: #f9a230 !important;
    font-size: 19px;
    line-height: 33px;
}
section#price-plans-section .price-list ul {
    margin: 0;
    padding-left: 30px;
    height: 246px;
    overflow-y: auto;
}
section#price-plans-section .price-list {
    background: url(../../images/main-banner.html);
    border: 1px solid #2F2F2F;
    border-radius: 15px;
    padding: 32px 0px 32px 13px;
    margin: 11px 0 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
section#price-plans-section .price-list ul li {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    list-style: circle;
    padding-left: 6px;
}
section#price-plans-section .price-inner-plan {
    background-image: url(../../images/hmebg.html);
    border: 2px solid #ff9e1f;
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.13);
    border-radius: 15px;
    padding: 25px 5px;
}
section#price-plans-section .nav-tabs .nav-link:hover {
    background: #ff10 !important;
}
section#price-plans-section .tab-pane {
    border: 0 !important;
    margin-top: 50px;
}
section#price-plans-section li.nav-item {
    text-align: center;
    margin: 0 auto !important;
    padding: 0 !important;
}

section#price-plans-section .nav-tabs .nav-link.active {
    background: #ff10 !important;
    color: #f9a230 !important;
}
section#price-plans-section .price-inner-plan:hover {
    border-color: #f9a230;
    transition: .9s;
	transform: translateY(30px);
}

section#price-plans-section .price-inner-plan:hover .price-heading-text {
    background: #f9a230;
    border: 1px solid #434343;
    box-shadow: inset 5px 11px 9px rgba(0, 0, 0, 0.18);
    transition: .9s;
}
/* price plan css end */

/* footersec */
footer#main-footer-sections {
    padding: 130px 0 0px 0px;
    border-top: 1px solid #ffffff52;
    border-radius: 90px 90px 0px 0px;
}

footer#main-footer-sections .footer-about-us p {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 10px;
}
.footer-nav-2 {
    display: table;
    margin: auto;
}
footer#main-footer-sections h4 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 23px;
    color: #f9a230;
    margin-bottom: 20px;
}
footer#main-footer-sections ul.nav-menu-links {
    margin: 0;
    padding: 0;
}
footer#main-footer-sections .copyright-section {
    background: #000;
    padding: 22px 0;
}

footer#main-footer-sections .copyright-section p {
    padding: 0;
    margin: 0;
}
footer#main-footer-sections ul.nav-menu-links li a {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: unset;
	transition: 0.5s;
}
footer#main-footer-sections ul.nav-menu-links li a:hover {
    color: #f9a230 !important;
}
footer#main-footer-sections ul.nav-menu-links li {
    list-style: none;
    line-height: 35px;
	padding-left:0px ;
}
footer#main-footer-sections .footer-nav-3 ul li a i {
    width: 30px;
    font-size: 18px;
}

footer#main-footer-sections .footer-nav-3 ul li {

    color: #FFFFFF;
}
footer#main-footer-sections .footer-nav-3 ul li em {
    font-style: inherit;
}
footer#main-footer-sections .footer-payment-section .payment-inner h4 {
    margin: 0;
    padding: 3px 0 0 0;
}
footer#main-footer-sections .footer-payment-section .payment-inner img {
    float: right;
}
footer#main-footer-sections .footer-payment-section .payment-inner {
    background: rgb(15 14 14);
    border: 0.3px solid #f9a230;
    border-radius: 7px;
    padding: 20px 30px;
}
.copyright-section .social-links img:hover {
    transform: scale(0.9);
}
.copyright-section .social-links img {
    width: 40px;
    margin: 0;
    padding: 0;
    border-radius: 7px;
    transition: .9s;
}
.copyright-section .social-links {
    text-align: right;
}
.copyright-section .social-links ul li {
    display: inline-block;
}
.copyright-section .social-links ul {
    margin: 0;
    padding: 0;
}
/* FLOAT WHATSAPP BUTTON START */
.floating_btn a {
    text-decoration: unset !important;
}
.floating_btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1111111111111111111;
}
  
  @keyframes pulsing {
	to {
	  box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
  }
  
  .contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size:30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
  }
  
  
/* FLOAT WHATSAPP BUTTON END */

/* ABOUT US CSS */
section#about-us-main-section {
    margin-bottom: 0;
}
section#about-us-main-section .heading-text h1 {
    font-size: 40px;
    line-height: 50px;
}

.about-banner-buttons ul {
    text-align: center;
}
section#about-us-main-section .about-banner-buttons ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.about-banner-buttons ul li {
    display: inline-block;
}
.about-banner-buttons .brand-button h6 a {
    padding: 12px 54px;
}
body.about-us section#header p {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 148.3%;
    text-align: center;
    color: #FFFFFF;
}
section#about-us-main-section img:hover {
    transform: translate3d(30px, 0px, 60px);
}

section#about-us-main-section img {
    transition: .9s;
}
/* about us css end */
/* MILESTONE CSS START */
section#milestone-section .text-mile-area .heading-text h1 b {
    font-size: 85px;
    line-height: 85px;
}
section#milestone-section .text-mile-area .heading-text h1 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 64px;
}
section#milestone-section .text-mile-area img {
    width: 87%;
    text-align: center;
    margin: 0 auto;
    display: table;
}
section#milestone-section .mile-function-code h1 span {
    color: #fff;
}

section#milestone-section .mile-function-code h1 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 105.8%;
    text-align: center;
    color: #f9a230!important;
}
section#milestone-section .mile-function-code h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 105.8%;
    text-align: center;
    color: #E0E0E0;
    font-family: 'Anek Tamil';
}
section#milestone-section .mile-function-code {
    text-align: center;
}
section#milestone-section .mile-function-code .mileswithtext:hover h1 {
    color: #fff;
}
section#milestone-section .mile-function-code .mileswithtext:hover {
    background: linear-gradient(91deg, #f9a230 26.76%, #f9a230 75.8%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    transition: .9s;
    transform: translateY(10px);
}
section#milestone-section .mision-vision .mis-vis p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

section#milestone-section .mision-vision .mis-vis h2 {
    color: #fff;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
}
section#milestone-section .mision-vision .mis-vis {
    background: #0d0d0d;
    box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.09);
    border-radius: 35px;
    border: 2px solid #f9a230;
    padding: 40px 50px;
    margin: 0 13px;
}
section#milestone-section .mision-vision .mis-vis h2 b {
    background: #f9a230;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
section#milestone-section .mile-function-code .mileswithtext {
    border: 2px solid #f9a230;
    background-image: url(../../images/hmebg.html);
    box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    padding: 52px 0px;
    margin: 0 4px;
    transition: .9s;
}
section#milestone-section .mile-function-code .mileswithtext h2 {
    font-size: 34px;
    color: #fff;
}
section#milestone-section {
    margin-bottom: 0;
    background-image: url(../../images/bg1s.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* MILESTONE CSS END */

/* what can we gallery */
section#what-canwe-about .gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
section#what-canwe-about .gallery-item:hover {
    transform: scale(0.9);
    transition: .9s;
}

section#what-canwe-about .gallery-item {
    flex-basis: 24.7%;
    margin-bottom: 6px;
    opacity: 1 !important;
    cursor: pointer;
}
section#what-canwe-about .gallery-about-section h6 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 700;
    font-size: 167px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.04em;
    color: rgba(166, 166, 166, 0.21);
}
/* what can we gallery css end */
/* CONNECT SEC CALL TO ACTION START */
.my-connect-inner img {
    position: absolute;
    margin-top: -170px;
}
.my-connect-inner img:hover {
    transform: scale(1.1);
    filter: hue-rotate(-75deg);
}

.my-connect-inner img {
    transition: .9s;
}
.my-connect-inner .my-custom {
    margin-bottom: -114px;
}
.my-connect-inner {
    background: #232323;
    border: 1px solid #535353;
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 130px 70px 70px 70px;
}
section#call-toaction-section h2 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 32px;
}
.my-connect-inner .about-banner-buttons ul {
    text-align: left;
    padding: 0;
}
section#call-toaction-section h2 b {
    background: #f9a230;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
/* CONNECT SEC CALL TO ACTION END */

/* SERVICES PAGE CSS START */

/* SERVICES HEADER CSS START */
.services-sec section#header h3.animated.fadeIn {
    background: #f9a230;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 105.8%;
}

/* SERVICES HEADER CSS END */
section#services-solutions .heading-text p {
    font-size: 26px;
}
section#services-solutions .heading-text p b {
    background: #f9a230;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-weight: bold;
}


section#services-solutions .fade:not(.show) {
    display: none !important;
}
section#services-solutions ul#myTab {
    padding: 0 0 !important;
    border: 0;
    display: table !important;
    width: 100%;
}
section#services-solutions .tab-pane {
    border: 0 !important;
}
section#services-solutions .nav-tabs .nav-link.active {
    background: #ff10 !important;
    color: #f9a230 !important;
    border-color: #f9a230;
}
section#services-solutions .nav-tabs .nav-link.active em {
    color: #f9a230;
}
section#services-solutions .nav-tabs .nav-link em {
    font-size: 36px;
    float: right;
    font-style: inherit;
    color: #f9a23069;
}
section#services-solutions .tabsinner-sec-sol img.logodetails:hover {
    filter: brightness(0.5);
}

section#services-solutions .tabsinner-sec-sol img.logodetails {
    float: right;
    transition: .9s;
}
section#services-solutions .nav-tabs .nav-link {
    color: #fff;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: rgba(44, 44, 44, 0.15) !important;
    box-shadow: 0px 9px 3px rgba(0, 0, 0, 0.13);
    border-radius: 30px;
    width: 100%;
    margin-bottom: 22px;
    text-align: left;
    height: 87px;
    border: 2px solid #44684d26;
    text-transform: capitalize;
}
section#services-solutions .tabsinner-sec-sol h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    padding-bottom: 26px;
}

section#services-solutions .tabsinner-sec-sol p {
    font-size: 14px;
    line-height: 24px;
}
section#services-solutions .tabsinner-sec-sol {
    background: rgba(44, 44, 44, 0.15);
    box-shadow: 0px 9px 3px rgba(0, 0, 0, 0.13);
    border-radius: 30px;
    color: #fff;
    padding: 50px 50px;
    border: 2px solid #f9a230;
}
section#services-solutions .tools-services-section {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}
section#services-solutions .tabsinner-sec-sol h6 a:hover {
    background: #fff;
    color: #000;
    border-color: #fff !important;
}

section#services-solutions .tabsinner-sec-sol h6 {
    text-align: right;
    padding: 8px 0px 30px 0;
}
section#services-solutions .tools-services-section .col-md-6 {
    margin-right: 0 !important;
    padding-right: 0 !important;
}
section#services-solutions .tools-services-section img.tools {
    text-align: right;
    float: right;
}
section#services-solutions .tools-services-section p b {
    background: #f9a230;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
section#services-solutions .tabsinner-sec-sol h6 a {
    border: 1px solid #f9a230;
    border-radius: 10px;
    padding: 11px 30px;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 105.8%;
    color: #f9a230;
    transition: .9s;
}
/* SERVICES PAGE CSS END */
section#price-secamz .mysec a {
	text-decoration: unset;
}
@media (max-width: 912px) {
	#titleBar {
        height: 0;
    }
	section#header {
		display: none;
	}
	.footer-nav-2 {
		display: table;
		margin: unset;
	}
	div#titleBar img {
		margin-left: 20px;
		margin-top: 15px;
	}

footer#main-footer-sections .footer-nav-3 ul li span,footer#main-footer-sections .footer-nav-3 ul li em{
	float:unset !important;
	width: auto !important;
}
section#header #logo img {
    display: none;
}
section#intro-section .col-3,section#growth-success .col-3{
    width: 50%;
}
section#our-ecom-bus .col-4 {
    width: 33.3333%;
}
section#our-ecom-bus .text-box-business h3 {
    font-size: 20px !important;
    line-height: 26px !important;
}
section#our-ecom-bus .text-box-business {
    margin-bottom: 26px !important;
}
section#our-ecom-bus .text-box-business img {
    width: 45%;
}
section#complete-solutions .row.align-items-center {
    flex-direction: column-reverse;
    display: flex;
}
section#complete-solutions img {
	display: table;
	margin: auto;
	width: 50%;
}
section#testimonials-sections .slider.slider-single {
	margin: 0px 29px !important;
	padding: 20px;
}
.trhstpiot {
    position: absolute;
    bottom: 10px !important;
    right: 60px !important;
}
section#complete-solutions .solutions-lists ul li {
    text-align: left !important;
}
#new-custom-form #main-row-form {
    padding: 10px 0px 10px 0px !important;
    width: 100% !important;
}
#new-custom-form #main-row-form h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.footer-logo img {
	max-width: 30%;
}
.first-widgets-row .col-3, .first-widgets-row .col-2, .first-widgets-row .col-4 {
    width: 50%;
}
footer#main-footer-sections ul.nav-menu-links li a {
    font-size: 14px;
    line-height: 20px;
}
footer#main-footer-sections .footer-payment-section .payment-inner h4 {
    margin: 0px 0px 20px;
    padding: 3px 0 0 0;
    text-align: center;
}
.copyright-section .col-6 {
    width: 50%;
}
footer#main-footer-sections .copyright-section p {
    font-size: 16px;
}
#new-custom-form #main-row-form .bg {
    padding: 40px 20px;
}
section#home-sec1 .col-6 img {
    display: table;
    margin: auto;
    width: 50%;
}

section#home-sec1 .col-6 h1, section#home-sec1 .col-6 p,section#intro-section .row,#proven-ecommerce,.row-text,section#growth-success .col-6,#complete-solutions  {
    text-align: center !important;  
}
.buttons ul {
    padding: 0;
    justify-content: center;
}
section#intro-section ul li a{
	display:none !important;
}

}

@media (max-width: 480px) {
	footer#main-footer-sections .copyright-section p {
		text-align: center;
	}
	div#titleBar img {
		margin-left: 0px;
		margin-top: 0px;
		width: 40%;
		height: 70px;
		object-fit: contain;
	}
	.copyright-section .social-links {
		text-align: center;
	}
	.trhstpiot {
		bottom: 10px !important;
		right: 0 !important;
		left: 0;
		margin: 0 auto;
		display: table;
	}
	section#price-secamz .mysec {
		width: 90% !important;
		padding: 50px 10px 0px 10px !important;
	}
	section#fbba .heading-text h3 {
		font-size: 40px !important;
		line-height: 50px !important;
	}
	section#fbba .stepsss p {
		min-height: auto !important;
	}
	
	section#price-secamz .mysec .row button.getstart {
		padding: 7px 19px !important;
	}
	section#contentsection-right .row {
		padding-bottom: 40px;
	}
	section#contentsection-right h2 {
		font-size: 27px !important;
		line-height: 37px !important;
	}
	section#fba3 {
		padding-bottom: 20px !important;
	}
	section#contentsection-right {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
	section#fba3 .heading-text-banner img {
		width: 47% !important;
	}
	section#fba3 .heading-text-banner h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	section#logo-contact-form {
		padding-bottom: 40px !important;
	}
	section#logo-contact-form .about-banner-buttons {
		margin-bottom: unset !important;
	}
	section#logo-contact-form .contact-inner {
		padding: 21px 10px !important;
	}
	section#logo-contact-form .heading-text h2 br {
		display: none;
	}
	
	section#logo-contact-form .heading-text h2 {
		letter-spacing: 0;
		font-size: 30px;
		line-height: 40px;
	}
	section#home-sec1 .headings-home h1, section#home-sec1 .headings-home p {
		text-align: center !important;
	}
	section#complete-solutions .solutions-lists ul li {
		margin-right: 0 !important;
	}
	section#milestone-section .mision-vision .mis-vis {
		padding: 30px 10px;
		margin: 0 10px;
	}
	section#about-us-main-section .heading-text h2 {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 0;
	}
	.mainfba1 .fbatext1 {
		padding: 52px 50px !important;
	}
	section#our-ecom-bus .text-box-business {
		margin-bottom: 10px;
	}
	.row {
		margin: auto !important;
	}
	section#complete-solutions .solutions-lists ul {
		column-count: 1 !important;
	}
	section#complete-solutions .solutions-lists ul li br {
		display: none !important;
	}
	section#new-custom-form form#contact .name-email {
		display: block!important;
	}
	#new-custom-form #main-row-form .bg {
		padding: 30px 20px 0PX !important;
	}
	#new-custom-form #main-row-form {
		background: unset !important;
	}
	#new-custom-form #main-row-form p{
		text-align: center;
	}
	section#new-custom-form button#contact-submit{
		font-size:13px !important;
	}
	section#complete-solutions img {
        width: 70%;
    }
	html body p {
		font-size: 15px !important;
		line-height: 22px !important;
	}
	.mainfba1 .fbatext1 h2 {
		font-size: 26px !important;
		LINE-HEIGHT: 36PX !important; 
	}
	.mainfba .fbatext {
		padding: 40px 10px !important;
	}
	section#fba3 .heading-text-banner h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
	#titleBar {
        background: #000000;
        height: 90px;
    }
	section#home-sec1 .buttons ul li a {
        padding: 10px 20px;
        font-size: 14px;
    }
section#fba2 .container:after{
display:none !important;
}
.row.align-items-center {
    margin: auto !important;
}
.mainfba .fbatext {
    padding: 100px 50px;
}
section#fba3 .heading-text-banner img {
	width: 80% !important;
}
section#contentsection-right .row:nth-child(1), section#contentsection-right .row:nth-child(3), section#contentsection-right .row:nth-child(5), section#contentsection-right .row:nth-child(7) {
    display: flex !important;
    flex-direction: column-reverse !important;
}
section#contentsection-right img {
    margin: 10px auto !important;
    display: table;
    width: 90% !important;
}
section#contentsection-right .row {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
section#price-secamz .mysec h6 {
    text-align: center !important;
    font-size: 12px !important;
    line-height: 24px !important;
}
section#price-secamz .mysec .priclist h4 {
    font-size: 20px !important;
    line-height: 30px !important;
}
section#contentsection-right .row {
    text-align: center;
}


section#price-secamz .price {
    width: 100%;
    margin: auto;
}
section#price-secamz .mysec h6 {
    text-align: center;
}
.footer-logo img {
    max-width: 30%;
}
	section#milestone-section .mision-vision .mis-vis p {
		min-height: auto !important;
	}
	section#testimonials-sections {
		padding-top: 30px !important;
	}
	
	section#testimonials-sections h3 {
		margin: 0;
		padding: 0;
	}
	section#price-plans-section .buttons ul {
		gap: 16px;
		margin: 60px 0px;
	}
	
	section#price-plans-section .buttons ul li a {
		padding: 8px 21px;
	}
	section#testimonials-sections p br {
		display: none;
	}
	section#faqs h2 {
		font-size: 30px;
		line-height: 40px;
		margin: 0;
		padding: 20px 0 !important;
	}
	section#new-custom-form div#main-row-form h2 {
		font-size: 28px;
		line-height: 40px;
		padding-top: 43px;
		text-align: center;
	}
	.inner-customcanwe .buttons {
		display: none !important;
	}
	section#grow-brand .buttons ul li a {
		padding: 9px 18px !important;
	}
	.brand-portfolio .card {
		padding: 0 0 !important;
	}
	section#intro-section ul {
		position: unset !important;
		margin: 40px 0px !important;
	}
	section#header {
		height: auto !important;
	}
	#new-custom-form #main-row-form {
		width: 100% !important;
		padding: 10px 10px !important;
	}
	section#intro-section .why-choosetext {
        height: auto;
        margin-bottom: 20px;
    }
	section#home-sec1 .buttons ul {
		gap: 3px;
		padding: 0;
		justify-content: center;
	}
	section#home-sec1 .headings-home h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
	.email-tel {
		display: none;
	}
  .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
	#home-sec1 {
		padding-bottom: 10px !important;
	}
	section#home-sec1 .col-6 img {
        width: 60%;
    }
	section#intro-section h3 {
		font-size: 20px;
	}
	section#intro-section .col-3, section#growth-success .col-3 {
        width: 80%;
        margin: auto;
    }
	p br {
		display: none !important;
	}
	.heading-text h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
	section#our-ecom-bus .col-4 {
        width: 70%;
        margin: auto;
    }
	.heading-text h3 {
		font-size: 20px;
	}
	section#complete-solutions .solutions-lists ul li {
        text-align: left !important;
        width: 60%;
        display: inline-block;
    }
	section#testimonials-sections .testimonial-text h3 {
		font-size: 20px;
		line-height: 40px;
	}
	footer#main-footer-sections {
		padding: 130px 0 0px 0px;
		border-radius: 30px 30px 0px 0px;
	}
	.first-widgets-row .col-3, .first-widgets-row .col-2, .first-widgets-row .col-4 {
        width: 100%;
        margin-bottom: 20px;
    }
	.copyright-section .col-6 {
        width: 100%;
    }
	section#intro-section .why-choosetext {
		padding: 10px 10px !important;
	}
	section#our-ecom-bus .col-4 {
        width: 100%;
        margin: auto;
    }
	section#milestone-section .mile-function-code .mileswithtext {
		padding: 12px 0px;
		margin: 0 4px 20px;
	}
	section#milestone-section .mile-function-code {
		text-align: center;
		padding: 0 !important;
	}
	section#home-sec1 .col-6 img {
        width: 80%;
    }
	section#fbba .stepsss h4 {
		font-size: 20px !important;
	}
	
}

	/* Keyframes */
	@-webkit-keyframes mover {
		0% { transform: translateY(0); }
		100% { transform: translateY(-10px); }
	}
	@keyframes mover {
		0% { transform: translateY(0); }
		100% { transform: translateY(-10px); }
	}
	@keyframes pulse{
		0%{
		  opacity: 0;
		  
		}
		50%{
		  opacity: 1;
		  
		}
		100%{
		  opacity: 0;
		  
		}
	  }
	  @-webkit-keyframes pulse{
		0%{
		  opacity: 0;
	  
		}
		50%{
		  opacity: 1;
		 
		}
		100%{
		  opacity: 0; 
		}
	  }
	
	  /* SERVICES LOGO DESIGN */
	  section#header .service-logosection .first-inner-section-text p {
		font-size: 48px;
		line-height: 58px;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	section#header img.greenline {
		position: absolute;
		animation: pulse 3s linear infinite;
	}	
	section#header .service-logosection .first-inner-section-text h1 {
		text-align: left;
		padding: 0;
		font-size: 56px;
		line-height: 69px;
		margin: 0;
		/* -webkit-text-stroke: 1px #f9a230; */
		-webkit-text-fill-color: #f9a230;
	}
section#header .service-logosection .first-inner-section-text .about-banner-buttons {
    text-align: left;
}

section#header .service-logosection .first-inner-section-text .about-banner-buttons ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

section#header .service-logosection .first-inner-section-text .about-banner-buttons ul li {
    margin-left: 0;
    padding-left: 0;
}
.overlay.overlay--bg-black.popupform.shown .log-quote-form form textarea {
    height: 88px;
    min-height: auto !important;
}
.log-quote-form form#contact input, .log-quote-form form#contact textarea {
    padding: 15px 20px;
    background: #25252554;
    border: 1px solid #f9a230;
    border-radius: 12px;
    margin-bottom: 23px;
    width: 100%;
    resize: unset;
    color: #fff;
    font-style: normal;
}
.log-quote-form form ::placeholder {
    color: #fff !important;
    font-style: normal;
    font-family: 'Anek Tamil';
    text-transform: capitalize;
}
.log-quote-form form#contact {
    padding: 30px 40px;
    border: 4px solid #f9a230;
    margin: 0 70px;
    border-radius: 30px;
    background: #000;
}
.log-quote-form .formheading-quote h3 b {
    color: #f9a230;
}

.log-quote-form .formheading-quote h3 {
    color: #fff;
    font-family: 'Anek Tamil';
}
.log-quote-form .formheading-quote p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}
#header .service-logosection button#contact-submit:hover {
    background: #ccc !important;
}
#header .service-logosection button#contact-submit {
    margin: 0 auto;
    display: table;
    width: 100%;
    background-image: #f9a230;
    border-radius: 15px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Anek Tamil';
    letter-spacing: 0;
    font-size: 19px;
    padding: 0 0 !important;
    line-height: 0;
    height: 54px;
    transition: .9s;
}
section#logo-about-us .logoabout-text h6 {
    font-size: 50px;
    color: #fff;
    font-family: 'Anek Tamil';
    
}

section#logo-about-us .logoabout-text h1 {
    text-align: left;
    padding: 0;
    font-size: 91px;
    line-height: 98px;
    margin: 0;
    -webkit-text-stroke: 1px #f9a230;
    -webkit-text-fill-color: #f9a230;
}
section#logo-about-us .logoabout-text p {
    color: #fff;
}
section#intro-section .containerr .why-choosetext {
    border-radius: 6px;
}
section#intro-section .col-3:hover .why-choosetext {
    border-radius: 6px 6px 0 0;
}
section#intro-section .containerr .why-choosetext img.img2 {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
section#logo-call-to-action .container img {
    position: absolute;
    bottom: -201px;
    right: 0;
	max-width: 66%;
}
section#logo-call-to-action .heading-text h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}
section#logo-call-to-action .container {
    box-shadow: 0px 11px 8px 0px #0000003B;
    border-radius: 30px;
    border: 2px solid #f9a230;
    padding: 74px 60px;
    position: relative;
}
section#logo-call-to-action .logo-cta ul {
    margin: 0;
    padding: 0;
}

.row {
	position: relative;
}
section#logoportfolio h1 span {
    font-size: 22px;
    line-height: 32px;
}

section#logoportfolio h1 {
    font-size: 40px;
    line-height: 40px;
}
section#logoportfolio .projct-box:hover {
    background: linear-gradient(91deg, #f9a230 26.76%, #f9a230 75.8%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    transition: .9s;
    transform: translateY(10px);
}
section#logoportfolio .projct-box h2 {
    color: #fff;
    font-size: 20px;
}
section#logoportfolio .projct-box {
    text-align: center;
    border: 2px solid #f9a230;
    background: #2C2C2C;
    box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    padding: 52px 0px;
    margin: 0 4px;
    transition: .9s;
}
section#logoportfolio .projct-box h1 span {
    color: #fff;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
}
section#logoportfolio .projct-box h1 {
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #f9a230;
}
section#logoportfolio .projct-box:hover h1 {
    color: #fff;
}
section#logoportfolio ul#myTab li {
    display: inline-block;
}
section#logoportfolio .gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
section#logoportfolio .gallery-item:hover {
    transform: scale(0.9);
    transition: .9s;
}

section#logoportfolio .gallery-item {
    flex-basis: 24.7%;
    margin-bottom: 6px;
    opacity: 1 !important;
    cursor: pointer;
}
section#logoportfolio .row {
    padding: 0;
    margin: 0;
}
section#logoportfolio .accordion {
    padding: 0;
    margin: 0 !important;
}
section#logoportfolio .tab-pane {
    border: 0;
    padding: 0;
    margin: 0;
}
section#logoportfolio ul#myTab {
    border: 0;
    text-align: center;
    margin: 70px auto;
    width: 100% !important;
    display: table !important;
}
section#logoportfolio ul#myTab .nav-link {
    background: #212121;
    border: 1px solid #4B4B4B;
    border-radius: 15px;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #4B4B4B;
    height: 49px;
    padding: 0px 0px !important;
    min-width: 150px;
}
section#logoportfolio ul#myTab li .nav-link.active {
    background: #f9a230;
    border: 1px solid #4B4B4B;
    border-radius: 15px;
    color: #fff !important;
}
section#logoportfolio ul#myTab li {
    margin: 0 auto;
    text-align: center;
}
.logo-steps {
    background: linear-gradient(0deg, #2B2B2B, #2B2B2B), linear-gradient(0deg, #343434, #343434);
    text-align: center;
    color: #fff;
    border: 1px solid #343434;
    padding: 25px 0;
}
.logo-steps h3 {
    font-family: Anek Tamil;
    font-size: 125px;
    font-weight: 700;
    line-height: 135px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
}

.logo-steps h3 span {
    color: #fff;
    font-family: Anek Tamil;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    bottom: 40px;
    margin-left: 16px;
}
section#logoprocess-inner .processinner-text p {
    color: #fff;
}
section#logoprocess-inner .processinner-text h2 b {
    color: #f9a230;
}
section#logoprocess-inner .processinner-text h2 {
    color: #fff;
    font-size: 42px;
    line-height: 52px;
}
section#logoprocess-inner div#basicAccordion {
    padding: 0;
}
section#logoprocess-inner .accordion-item {
    border: 0;
    margin-bottom: 21px;
	background: #252525;
    border-radius: 20px;
}
section#logoprocess-inner .accordion-button:focus {
    box-shadow: unset !important;
    border: 0 !important;
}
section#logoprocess-inner button.accordion-button.collapsed {
    background: #252525;
    border: 2px solid #2F2F2F;
    border-radius: 25px;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #656565;
    letter-spacing: 0;
}
section#logoprocess-inner .accordion-button:not(.collapsed) {
    background: #ff10 !important;
    box-shadow: unset;
    font-family: 'Anek Tamil';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
    color: #fff;
}
section#logoprocess-inner .accordion-item img {
    position: absolute;
    right: 30px;
}
section#logoprocess-inner .accordion-button:not(.collapsed) img {
    transform: rotate(90deg);
}
hr {
    border-color: #ccc !important;
}
section#logoprocess-inner .accordion-button::after {
    display: none;
}
section#logoprocess-inner .accordion-body {
    color: #fff;
}
section#logo-contact-form .heading-text h1 {
    font-size: 34px;
    line-height: 44px;
}
section#logo-contact-form .about-banner-buttons ul {
    text-align: left;
    margin: 0;
    padding: 0;
}
section#logo-contact-form .contact-inner {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 50px 40px;
    /* background: linear-gradient(0deg, #232323, #232323), linear-gradient(0deg, #535353, #535353); */
}
section#logo-contact-form .about-banner-buttons {
    margin-bottom: -78px;
}
.service-logosection .first-inner-section-text p  {
    color: #f9a230;
}
.service-logosection .first-inner-section-text b  {
    color: #ffff;
}
section#logo-contact-form .logo-conactfomrinner input, section#logo-contact-form .logo-conactfomrinner textarea {
    border: 1px solid #BCBCBC66 !important;
    background: #fff;
    color: #000;
    margin-bottom: 20px;
    padding: 13px 10px;
    width: 100%;
    font-style: inherit;
    border-radius: 10px;
}
section#logo-contact-form .logo-conactfomrinner {
    box-shadow: 0px 12px 15px 0px #0000001A;
    padding: 50px 30px;
    border-radius: 40px;
    background: #f7a130;
}
section#logo-contact-form .logo-conactfomrinner form#contact {
    padding: 0;
}
section#logo-contact-form button#contact-submit {
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 20px;
    font-family: 'Anek Tamil';
    letter-spacing: 1px;
    font-size: 20px;
    height: 59px;
    font-weight: 400;
	border: 1px solid #fff;
}
section#logo-contact-form ::placeholder {
    color: #000 !important;
    /* font-style: inherit !important; */
    /* font-weight: 100; */
}
.logo-cta .col-6 {
    position: relative;
}
section#logo-contact-form .logo-conactfomrinner {
    margin-top: -100px;
    margin-bottom: -100px;
    z-index: 9;
    position: relative;
}

/* WEBSITE LANDING PAGE CSS */
section#logo-about-us p.website-abouttext {
    
    color: #fff;
}
section#logo-call-to-action img.website-cta {
    bottom: 0px !important;
    right: 24px !important;
    max-width: 35% !important;
}


/* BRANDING */
section#intro-section .col {
    position: relative;
}
section#intro-section .containerr .col:hover .button-custom {
    opacity: 1 !important;
    transition: .9s;
}
section#intro-section .col .why-choosetext:hover .img2 {
    opacity: 1;
    transition: .9s;
}
section#intro-section .row {
    padding: 0;
    margin: 0 auto;
}
/* section#header nav#nav ul.dropotron.level-0.center li:before {
    top: unset;
    margin-top: 13px;
} */

/* SOCIAL MEDIA LANDING PAGE */
.service-logosection .social p {
    font-size: 26px !important;
    font-family: 'Anek Tamil' !important;
}
.service-logosection .social h2 {
    text-align: left;
    padding: 0;
    font-size: 65px;
    line-height: 75px;
    margin: 0;
    -webkit-text-stroke: 1px #f9a230;
    -webkit-text-fill-color: #f9a230;
    font-family: 'Anek Tamil';
}
section#logo-about-us .social-media h1 {
    font-size: 80px;
    -webkit-text-stroke: 1px #ccc;
}

/* MOBILE APPLICATIONS */

section#logo-about-us .mobile h6 {
    font-size: 97px;
    line-height: 107px;
}
section#logo-call-to-action .container img.mobile-cta {
    bottom: -330px;
}
section#mobileapp-details .innermobileapp:hover h5 a {
    color: #42db87;
}
section#mobileapp-details .innermobileapp:hover h6 a {
    opacity: 1;
}
section#mobileapp-details .innermobileapp:hover {
    transition: .9s;
    border: 1px solid #42db87;
}
section#mobileapp-details .innermobileapp {
    border: 1px solid #626262;
    box-shadow: 0px 12px 11px 0px #00000024;
    border-radius: 10px;
    padding: 42px 20px;
}
section#mobileapp-details .innermobileapp {
    position: relative;
}
section#mobileapp-details .innermobileapp h6 a {
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 38px;
    background: #f9a230;
    font-family: 'Anek Tamil';
    border-radius: 20px 0px 0px 20px;
    opacity: 0;
}
section#mobileapp-details .innermobileapp h5 a i {
    color: #42db87;
    position: relative;
    top: 2px;
}
section#mobileapp-details .innermobileapp h5 a {
    font-family: 'Anek Tamil';
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}
section#mobileapp-details .innermobileapp p {
    color: #E0E0E0;
    FONT-SIZE: 13px;
    min-height: 100px;
    line-height: 23px;
}
section#mobileapp-details .innermobileapp h3 {
    color: #E0E0E0;
    font-family: 'Anek Tamil';
    padding: 40px 0 10px 0;
}
section#mobileapp-details .innermobileapp {
    border: 1px solid #626262;
    box-shadow: 0px 12px 11px 0px #00000024;
    border-radius: 10px;
    padding: 42px 20px;
}
section#mobileapp-details .innermobileapp img {
    padding: 15px;
    border: 15px solid transparent;
    -webkit-border-image: url(../../images/mobileapplication/icon/border.html) 30 round;
    -o-border-image: url(../../images/mobileapplication/icon/border.html) 30 round;
    border-image: url(../../images/mobileapplication/icon/border.html) 13 round;
    width: 90px;
    height: 90px;
}

/* PORTOFLIO PAGE CSS */

.service-logosection.portofliosec .portoflioss h2 b {
    -webkit-text-stroke: 0px;
    -webkit-text-fill-color: #fff;
}
section#header .portofliosec img:hover {
    transform: scale(1.1);
    z-index: 1111111;
}

section#header .portofliosec img {
    position: relative;
    top: 59px;
    transition: .9s;
}
section#header .portofliosec {
    padding: 0px 0px 0px 220px !important;
}

/* QUOTE FORM CSS */
.layout {
	padding: 2%;
}
.open-popup {
	cursor: pointer;
	color: #888;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	text-align: center;
	white-space: nowrap;
	display:none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.overlay .popup {
	background:transparent;
	display: inline-block;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: -50px;
}
.overlay::before, .overlay::after {
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
}
.overlay.shown {
    display: block;
    z-index: 1111111111111;
}
.overlay.shown .popup {
	margin-top: 0;
}
.overlay--bg-black {
	background: rgba(0, 0, 0, 0.7);
}
.overlay--bg-white {
	background: rgba(255, 255, 255, 0.7);
}
.popup-close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    top: 10px;
    right: 90px;
    cursor: pointer;
    background: #fff;
    border-radius: 30px;
}
.popup-close::before, .popup-close::after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	margin-top: -1px;
	top: 50%;
	left: 3px;
	right: 3px;
	background: #e4a11b;
}
.popup-close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup-close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pop_head{
	padding: 9px 10px;
	background: #4EB5E6;
	color: #fff;
	font-weight: 500;
}
.pop_body {
    font-size: 14px;
    padding: 10px 10px;
    border-bottom: 1px solid #E0E0E0;
    overflow: auto;
    max-height: 350px;
}
.text-right{
	text-align:right;
}
.pop_footer {
    padding: 5px 10px;
}
.btn_yes {
    background: #81CE84;
    padding: 5px 15px;
    border: none;
    font-family: inherit;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}
.btn_no{
	background: #FD7E7E;
    padding: 5px 15px;
    border: none;
    font-family: inherit;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}
@media screen and (max-width: 980px){
	section#header .portofliosec {
		padding: 0px 0px 0px 50px !important;
	}
	.align-self-end{
		display: none;
	}
	section#what-can-we ul#myTab {
		gap: 10px;
	}
	.heading-text h1 {
		font-size: 39px;
	}
	section#faqs .accordion-item img {
		right:6px;
	}
	section#header .service-logosection .first-inner-section-text p{
		line-height: 41px;
	}
	section#testimonials-sections .slick-slide img{
		width: 110px;
	}
	.logo-steps h2{
		right: 38px!important;
	}
	section#logo-call-to-action img.website-cta{
		display: none;
	}
	section#header .service-logosection .first-inner-section-text h1 {
		line-height: 50px;
	}


}
.termsncndtn {
    color: #fff;
    padding: 40px 0px;
}
.privacy-text {
    background-color: black;
    padding-top: 70px;
    padding-bottom: 50px;
    color: #fff;
}
.privacy-text p, .privacy-text h1, .privacy-text p b,.termsncndtn p, .termsncndtn h1, .termsncndtn p b, .termsncndtn h4 {
    color: #fff;
}
.logoabout-text h3{
color: #F9A230;
}
.logoabout-text h2{
	color: #F9A230;
	font-size: 57px;
}
.extra-pages{
	background-color: white;
	padding-top: 70px;
	padding-bottom: 50px;
}
.service-logosection{
	padding-top: 50px;
}
#what-can-we .collapse:not(.show){
	display: block !important;
}
.brand-button{
	padding-top: 20px!important;
}
/* #logo-about-us .col-12-medium img{
	height: 100%;
} */
.resss{
	max-width: 78%;
}
.pessss, .klklkk{
	display: flex;
	align-items: center;
}

.popup .btn-submits {
    background: transparent;
    padding: 10px 25px;
    text-decoration: unset;
    color: #fff;
    border-radius: 30px;
    border: 3px solid #ff9e1f;
    font-family: 'Anek Tamil';
    animation: pulse-animation 2s infinite;
    letter-spacing: 0;
    width: auto !important;
    height: auto !important;
}
.log-quote-form .btn-submits:hover{
	background: #f9a230;
}
.popup{
	width: 50%;
}
.header-top-nav a{
	color: #fff;
	text-decoration: none;
}
.header-top-nav a:hover{
	color: #f9a230;
	text-decoration: none;
}
@media (max-width: 767px) {
	.overlay.overlay--bg-black.popupform.shown .log-quote-form form textarea {
		height: 60px !important;
	}
    section#intro-section .appointmenntsss .col-4:hover .button-custom {
    display: block !important;
}
    section#intro-section .appointmenntsss .why-choosetext {
    height: auto !important;
}
	.gallery-container {
	   width: 100%;
   }
	.gallery-item {
	   flex-basis: 49.80%;
	   margin-bottom: 3px;
   }
   .lightbox-content {
	   width: 80%;
	   height: 60%;
	   margin: 15% auto;
   }
   .website-cta{
	   max-width: 188px;
   }
   .floating_btn{
	   bottom: 0px;
	   left: -5px;
   }
   section#what-can-we .accordion-item{
	   padding: 46px 15px;
   }
   section#intro-section h2 {
	font-size: 33px;
	line-height: 40px;
}

   section#header h1{
	font-size: 47px!important;
   }
   .homepage #header{
	height: 32em;
   }
   section#header h1 {
    padding: 31px 0;
   }
   section#header h1 {
    padding: 31px 0;}
	
	#intro-section p{
		padding-bottom: 5px!important;
	}
	.col-12-medium{
		margin-bottom: 5px;
	}
	.section#intro-section h3 {
		margin-top: 1px!important;
	}
	section#intro-section h2 {
        font-size: 25px;
        line-height: 30px;
    }
	.button-custom{
		display: none!important;
	}
	.heading-text h2 {
		font-size: 40px;
	}
	section#grow-brand {
		padding: 0;
	}
	section#what-can-we {
		padding: 0;
	}
	#grow-brand p{
		padding-bottom: 0!important;
	}
	.heading-text{
		padding-bottom: 0!important;
	}
	.custom-portoflio-button ul{
		padding-left: 0rem;
	}
	section#recent-past {
		padding: 20px 0px;
	}
	#price-plans-section{
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.heading-text p{
		padding-bottom: 0!important;
	}
	#testimonials-sections{
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	#contact-us{
		padding: 0px 0px 90px 0px!important;
	}
	.header h1{
		padding-top: 0!important;
	}
	.about-banner-buttons ul{
		display:contents ;
		justify-content: center;
		text-align: center;
	}
	section#header h1{
		padding: 0;
	}
	.brand-button h6 a{
		font-size: 16px;
	}
	.about-banner-buttons{
		padding-top: 0!important;
	}
	.brand-button h6 a{
		font-size: 13px;
	}
	.about-banner-buttons li{
		padding-left: 0em;
	}
	.milestone-section{
		padding: 0!important;
	}
	#about-us-main-section{
		padding: 0!important;
	}
	#what-canwe-about{
		padding: 0!important;
	}
	.my-connect-inner {
		padding: 0px 28px 59px 32px;
	}
	#faqs{
		padding-bottom: 0!important;
	}
	section#testimonials-sections .slider.slider-single{
		margin: 4px 29px!important;
	}
	
	section#intro-section {
		padding: 0;
	}
	.floating_btn {
		bottom: -2px!important;
		left: -7px!important;
	}
	
}
.sub-drop{
	user-select: none !important;
    position: absolute !important;
    left: 194px !important;
    top: 0px !important;
    opacity: 1 !important;
    display: none;
    padding: 5px 20px !important;
}
.drop-btnn{
	border: none!important;
    background:none !important;
    padding: 0px!important;
    margin: 0px!important;
    width: auto;
    height: auto;
    text-align: left!important;
    font-family: 'Anek Tamil', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: unset !important;
	border-top: none;
}
.dropend{
	display: flex !important;
}
.drop-btnn a{
	border-top: none;
}
.drop-btnn a:hover{
	color: #f9a230;
}

/* NEW HOME CSS */
section#home-sec1 .headings-home p.rated {
    font-weight: bold;
    color: #ede8e28a;
    padding: 13px 0px;
}
section#home-sec1 .headings-home p {
    color: #fff;
    padding: 0;
    margin: 0;
	text-align: left;
}
section#home-sec1 img {
    margin: 18px 0 0px 0;
}
section#home-sec1 .headings-home h1 b {
    color: #ff9e1f;
}
section#home-sec1 .headings-home h1 {
    color: #fff;
    font-size: 67px;
    line-height: 77px;
    text-align: left;
    padding: 0;
}

 .buttons ul li a:hover {
    transition: .9s;
    background: #f90;
    box-shadow: 0px 0px 11px #ccc;
}
 .buttons ul li {
    list-style: none;
}
.buttons ul li a {
    background: #ff10;
    padding: 12px 35px;
    text-decoration: unset;
    color: #fff;
    border-radius: 30px;
    border: 3px solid #ff9e1f;
    font-family: 'Anek Tamil';
	animation: pulse-animation 2s infinite;
}
.buttons ul {
    display: flex;
    margin: 40px 0;
    gap: 13px;
    padding: 0;
}
/* section#home-sec1 .headings-home h1:before {
    content: url(../../images/frame.webp);
    position: absolute;
    top: 0px;
    transform: scale(0.6);
    left: -70px;
    opacity: 0.3;
} */
.email-tel img {
    width: 49%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    animation: pulse-animation 2s infinite;
    border-radius: 29px;
}
.email-tel ul li {
    list-style: none;
    margin-bottom: 22px;
}
.email-tel ul {
    margin: 0;
    padding: 0;
}
.email-tel {
    position: fixed;
    left: 10px;
    z-index: 9999;
    top: 40%;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgb(255 158 31 / 12%);
	}
	100% {
		box-shadow: 0 0 0 8px rgb(255 158 31 / 22%);
	}
  }
  @keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-10px); }
  }

section#intro-section ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 140px;
    right: 0;
}

section#intro-section ul li {
    list-style: none;
}

section#intro-section ul li a {
    background: #ff10;
    padding: 17px 35px;
    text-decoration: unset;
    color: #fff;
    border-radius: 30px;
    border: 3px solid #ff9e1f;
    font-family: 'Anek Tamil';
    animation: pulse-animation 2s infinite;
}
section#price-plans-section {
    background: #0f0e0e;
    border-bottom: 1px solid;
}
section#price-plans-section .price-heading-text h3 {
    color: #ff9b00;
    font-family: 'Anek Tamil';
	margin: 0px;
}
section#price-plans-section .price-inner-plan:hover h3 {
    color: #fff;
}
section#testimonials-sections .heading-text h3 b {
    color: #ff9b00;
    font-weight: bold;
}
section, article {
	clear: both;
	margin: 0px;
}
section#grow-brand .buttons ul {
    justify-content: center;
}
section#recent-past .buttons ul {
    justify-content: center;
}
section#price-plans-section .buttons ul {
    justify-content: center;
}
/* NEW FORM CSS */
#new-custom-form #main-row-form {
    align-items: center;
    background: url(../../images/bg-span.png);
    padding: 10px 60px 10px 60px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 86%;
    margin: 0px auto;
	z-index: 1;
}
#new-custom-form #main-row-form .bg img {
    width: 100%;
}
#new-custom-form #main-row-form h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    font-family: 'Anek Tamil';
}
#new-custom-form .form {
    margin-left: 80px;
}
section#new-custom-form form#contact .name-email fieldset {
    width: 100%;
}
section#testimonials-sections h1 b {
    color: #f19200;
}
section#testimonials-sections h1 {
    color: #fff;
}
section#new-custom-form form#contact input {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 30px;
    font-style: normal;
    padding: 13px 30px;
    color: #000;
    box-shadow: unset;
    border-bottom: 1px solid #fff;
}
section#new-custom-form form#contact ::placeholder {
    color: #000 !important;
    font-style: normal;
}
section#new-custom-form form#contact textarea {
    background: #fff;
	border-radius: 30px;
	padding: 13px 30px;
	color: #000;
    box-shadow: unset;
    border-bottom: 1px solid #fff;
    resize: unset;}
	section#new-custom-form button#contact-submit {
		background: #f80;
		color: #fff;
		padding: 7px 0 !important;
		width: 10% !important;
		height: auto;
		border-radius: 30px;
		font-family: 'Anek Tamil';
		letter-spacing: 0;
		font-size: 23px;
		margin: 10px auto;
		display: table;
	}
section#new-custom-form form#contact {
    padding: 0;
}
section#new-custom-form form#contact .name-email {
    display: flex;
    gap: 20px;
}
section#new-custom-form {
    margin-bottom: -70px;
}
/* OUR BUSINESS CSS */
section#our-ecom-bus .text-box-business:hover {
    background: #ff9b00;
    transition: .9s;
}

section#our-ecom-bus .text-box-business h3 a {
    color: #fff;
}
section#our-ecom-bus .text-box-business h3 {
    font-size: 25px;
    color: #fff;
    font-family: 'Anek Tamil';
    margin-top: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
section#our-ecom-bus .text-box-business {
    position: relative;
    padding: 24px 30px;
    border: 1px solid #ff9b00;
    border-radius: 10px;
    margin-bottom: 42px;
    text-align: center;
    box-shadow: 0px 1px 9px #ff9b00;
	background-image: url(../../images/hereabt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
section#our-ecom-bus .text-box-business img {
    width: 35%;
}
/* OUR GROWTH SUCCESS */
#growth-success {
    background-image: url(../../images/bg1s.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    color: #fff;
}
section#growth-success .milebox-success {
    text-align: center;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    padding: 20px 10px;
    border-radius: 10px;
    transition: .9s;
	height: 100%;
}

section#growth-success .milebox-success h4 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

section#growth-success .milebox-success p.heading b {
    color: #f19200;
    font-weight: bold;
}

section#growth-success .milebox-success p.heading {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

section#growth-success .milebox-success p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

section#growth-success .milebox-success:hover {
    background: #ff9b008f;
}

section#growth-success .milebox-success:hover p b {
    color: #fff;
}
/* complete-solutions */
#complete-solutions {
	padding: 50px 0px;
	color: #fff;
}
section#complete-solutions .solutions-lists ul li:hover {
    background-position: left bottom;
}

section#complete-solutions .solutions-lists ul li {
    margin-bottom: 21px;
    list-style: none;
    border: 2px solid #ccc6;
    padding: 12px 0px 12px 60px;
    font-size: 17px;
    border-radius: 10px;
    background: linear-gradient(to right, #ff9900 50%, #0f0e0e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease-out;
    position: relative;
    margin-right: 12px;
}
section#complete-solutions .solutions-lists ul {
	margin: 0px;
	padding: 0px;
	column-count: 3;
}section#complete-solutions .solutions-lists ul li:hover span {
    background: #000;
}

section#complete-solutions .solutions-lists ul li span {
    position: absolute;
    background: #f90;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    left: -18px;
    top: 10px;
    transition: 0.5s;
    font-weight: 700;
}
section#proven-ecommerce .client-icons .card {
    padding: 0 0;
}
section#proven-ecommerce .client-icons .card img {
	width: 90%;
    border-radius: 10px;
	border: 5px solid #fff;
    
}
section#proven-ecommerce .slick-current img {
	border-color: #f90 !important;
}
section#proven-ecommerce .slick-list.draggable {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
    margin: 0 30px;
}
section#proven-ecommerce .client-icons .slick-slide img:hover {
    transform: scale(1.1);
	transition: .9s;
}
section#proven-ecommerce .client-icons .slick-slide {
    margin: auto;
}
section#proven-ecommerce .client-icons ul.slick-dots {
    display: block !important;
    position: unset !important;
}

section#proven-ecommerce .slick-dots li button:before {
    color: #fff;
}
section#proven-ecommerce {
    background: url(../../images/provenbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
section#header .logo-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section#header #nav > ul li {
    list-style: none;
    margin-left: 50px;
}
section#header #nav > ul li a:hover {
    color: #fd9801;
}
section#header #nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
section#header #nav > ul li.call-header a:hover {
    background: #413f3f;
}
section#header #nav > ul li .my-dropdown li{
	margin-left:0px !important;
}
section#header #nav > ul li.call-header a {
    background: #f90;
    padding: 12px 15px 10px;
    border-radius: 30px;
    transition: .9s;
}
.logo-nav nav#nav li a {
    height: auto;
    line-height: unset;
}
section#header {
	padding: 10px 0;
	z-index: 9;
}
#header img {
    width: 60%;
}
#new-custom-form #main-row-form p {
    color: #fff;
}
#home-sec1 {
    background-image: url(../../images/hmebg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 140px;
	padding-bottom: 20px;
}
#new-custom-form #main-row-form .bg {
    background: #000000f0;
    padding: 80px 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
}
#fba2 {
	padding: 50px 0px;
}
.mainfba {
    box-shadow: -6px 0px 10px #fff;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transform: scale(0.8);
    background: #fff;
}

.mainfba .fbatext {
    background: #ff9b00;
    border-radius: 50%;
    padding: 80px 50px;
}

.mainfba .fbatext p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.black {
    background: #000 !important;
}
.black p, .black h4 {
    color: #fff !important;
}
.mainfba .fbatext h4 {
    color: #000;
    font-family: 'Anek Tamil';
    font-weight: bold;
}

/* MID */
.mainfba1 {
    background-image: url(../../images/fbabf.png);
    padding: 20px;
    text-align: center;
    color: #fff;
    background-size: 100% 100%;
}
.mainfba1 .fbatext1 {
    border-radius: 20px;
    padding: 100px 50px;
}
.mainfba1 .fbatext1 p {
    color: #000;
    font-size: 31px;
    font-weight: 400;
    line-height: 41px;
}
.mainfba1 .fbatext1 h2 {
    font-size: 56px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.mainfba1 .fbatext1 h4 {
    color: #000;
    font-family: 'Anek Tamil';
    font-weight: bold;
    background: #ff9600;
    text-transform: uppercase;
}
section#fba2 .container:after {
    content: url(../../images/round.png);
    position: absolute;
    z-index: 0;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}
section#fba2 .container {
    position: relative;
}
section#fba2 .dsd {
    z-index: 9999999;
    position: relative;
}
/* fba3 */
#fba3, #contentsection-right {
	padding: 100px 0px;
}
section#fba3 .heading-text-banner h2 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
}
section#fba3 .heading-text-banner img {
    width: 17%;
    margin-top: -120px;
}
section#fba3 .heading-text-banner {
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(180deg, #c98807 0, #0f0e0e 90%);
    border-radius: 40px;
}
section#contentsection-right img {
    margin: 0 auto;
    display: table;
    width: 70%;
}
section#contentsection-right p {
    color: #fff;
}
section#contentsection-right h2 b {
    color: #ff9b00;
}
section#contentsection-right h2 {
    color: #fff;
}
section#contentsection-right .row {
    padding-bottom: 70px;
}
section#price-secamz {
    padding: 40px 0px;
    margin-bottom: 60px;
}
section#price-secamz p {
    text-align: center;
    color: #fff;
}
section#price-secamz h1 b {
    color: #ff9b00;
}
section#price-secamz h1 {
    text-align: center;
    color: #fff;
}
section#price-secamz .mysec {
    width: 80%;
    padding: 80px 30px 0px 30px;
    color: #fff;
    border-radius: 30px;
	background-image: url(../../images/hmebg.png);
    /* background-color: transparent;
    background-image: linear-gradient(-150deg, #ffac0726 0, #f9a230 90%); */
}
section#price-secamz .mysec .priclist ul li {
    list-style: none;
    line-height: 35px;
}
section#price-secamz .mysec .priclist ul li:before {
    content: "\f05d";
    font-family: 'FontAwesome';
    position: absolute;
    left: -17px;
    top: 2px;
    color: #67b608;
}
section#price-secamz .mysec .priclist ul {
    margin-bottom: 30px;
    padding-left: 20px;
}
section#price-secamz .mysec .priclist h4 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Anek Tamil';
}
section#price-secamz .mysec h6 {
    color: #cccccc7d;
    text-align: right;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}
section#price-secamz .mysec h5 {
    color: #b96300;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}
section#price-secamz .price {
    display: table;
	background-image: url(../../images/hmebg.html);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 40px;
    text-align: center;
    border-radius: 11px;
    position: relative;
    top: -33px;
    border: 1px solid #fff;
}
section#price-secamz .mysec h4 {
    font-size: 20px;
    color: #fff;
    line-height: 43px;
    font-weight: 800;
    margin-bottom: 0;
}
section#price-secamz .mysec h6 br {
    display: none;
}
section#price-secamz .mysec button.getstart:hover {
    background: #000;
    transition: .9s;
    color: #fff;
}
section#price-secamz .mysec button.getstart {
    background: #fff;
    font-family: 'Anek Tamil';
    letter-spacing: 0;
    font-size: 15px;
    padding: 7px 29px !important;
    height: auto;
    min-width: auto;
    margin-bottom: -20px;
    border-radius: 70px;
}
section#contentsection-right h2 {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 54px;
    font-family: 'Anek Tamil';
}
section#milestone-section .mision-vision .mis-vis p {
    min-height: 280px;
}
.whysches a {
    background: #f90 !important;
    color: #000 !important;
}

.whysches h1 b {
    color: #ff9900;
}
.whysches h1 {
    color: #fff;
    font-weight: bold;
}
.whysches {
    padding: 40px 0px;
    color: #fff;
}
.mision-vision .msn12 {
	background: #ffa023 !important;
}
section#milestone-section .mision-vision .msn12 h2 b {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
section#milestone-section .mision-vision .msn12 p {
    color: #000;
    text-shadow: 0px 0 0 BLACK;
}
#roadmap-sec {
	padding: 50px 0px;
}
section#home-sec1 .home-heading1 {
    font-size: 50px !important;
    line-height: 60px !important;
}
section#our-ecom-bus .heading-text h4 {
    color: #fff;
    font-family: 'Anek Tamil';
    font-size: 31px;
    line-height: 41px;
    margin-bottom: 20px;
    text-transform: uppercase;
    right: 0;
	animation: pulse 5s infinite;
}
#our-ecom-bus {
    position: relative;
}
section#intro-section,section#proven-ecommerce {
	position: relative;
}
section#intro-section::before,section#proven-ecommerce::before,section#about-us-main-section::before
,section#testimonials-sections::before {
    content: url(../../images/shwd.png);
    position: absolute;
    top: -50px;
    left: 0;
	animation: pulse 5s infinite;
    transform: rotate(180deg);
}
section#testimonials-sections {
    position: relative;
}
.thnnkkk h1 {
    color: #fff;
}

.thnnkkk {
    padding: 160px 0px 0px 0px;
}
section#fbba .heading-text h3 {
    font-size: 60px;
    font-weight: bold;
}

section#fbba {
    padding: 50px 0px;
    text-align: center;
}
section#fbba .heading-text p {
    color: #fff;
}
section#fbba .stepsss {
    border-radius: 20px;
    padding: 20px;
    background-color: transparent;
    background-image: linear-gradient(0deg, #c98807 0, #0f0e0e 90%);
}

section#fbba .stepsss p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    min-height: 150px;
    padding: 0;
    margin: 0;
}

section#fbba .stepsss h4 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
section#fbba .heading-text {
    padding-bottom: 40px;
}
footer#main-footer-sections {
	position: relative;
}
footer#main-footer-sections::before {
    content: url(../../images/shwd.png);
    position: absolute;
    top: -30px;
    left: 0;
	animation: pulse 5s infinite;
    transform: rotate(180deg);
}
.trhstpiot {
    position: absolute;
    bottom: 70px;
    right: 140px;
}
.copyright-section .social-links li i {
    background: #ff9b00;
    border: 1px solid #443f3f;
    color: #000;
    width: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    border-radius: 30px;
}
.cmngsoon {
    font-size: 62px;
    line-height: 54px;
    font-weight: bold;
    color: #ff9b00 !important;
}

section#our-ecom-bus .text-box-business img {
    background: #fff;
    border-radius: 50px;
    padding: 10px 11px;
}
section#proven-ecommerce .client-icons button.slick-prev.slick-arrow {
    background-image: url(../../images/leftarrow.png);
    width: 10px;
    padding: 20px 20px;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
section#proven-ecommerce .client-icons button.slick-next.slick-arrow {
    background-image: url(../../images/leftarrow.png);
    width: 10px;
    padding: 20px 20px;
    transform: rotate(-180deg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}