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

html {
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	--color1: #3375cc;
	--color2: #266aa7;
	--color3: #4791d2;
	--color4: #cccccb;
	--color5: #e7e7e5;
}

body {
	font-weight: 400;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 12px;
	color: #0c0c0c;
	font-family: 'Proxima Nova Rg';
	text-transform: capitalize;
}

@media(min-width: 1200px) {
	body {
		font-size: 16px;
	}
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNova-ExtraBold.woff2') format('woff2'),
		url('fonts/ProximaNova-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('fonts/ProximaNova-BoldIt.woff2') format('woff2'),
		url('fonts/ProximaNova-BoldIt.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('fonts/ProximaNova-BlackIt.woff2') format('woff2'),
		url('fonts/ProximaNova-BlackIt.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('fonts/ProximaNova-Black.woff2') format('woff2'),
		url('fonts/ProximaNova-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
		url('fonts/ProximaNova-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('fonts/ProximaNova-Black.woff2') format('woff2'),
		url('fonts/ProximaNova-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('fonts/ProximaNova-Light.woff2') format('woff2'),
		url('fonts/ProximaNova-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
		url('fonts/ProximaNova-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.homepage-click .lg-content {
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto 0;
	padding: 0;
	z-index: 2;
	transition: all 0.8s ease;
}

.homepage-click:hover .lg-content {
	transition: all 0.8s ease;
}

.lg-content h6 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

img {
	max-width: 100%;
}

p {
	margin: 0;
	font-weight: normal;
}

a {
	color: #0563c1;
	text-decoration: underline;
}

* {
	margin: 0;
	padding: 0
}

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

p {
	color: grey
}

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

.list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.table {
	max-width: 1000px;
}

.thead-dark {
	vertical-align: bottom;
	background: #424242;
	color: #fff;
}

.thead-dark th {
	padding: 16px 12px;
}

.table td {
	padding: 12px;
}

.table td a {
	color: #004e86;
}

@media screen and (max-width: 992px) {
	.table {
		max-width: 100%;
	}
}

@media (prefers-reduced-motion) {
	[data-animation] {
		animation: none;
	}
}

.animation-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width: 420px) {
	.animation-group {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, auto);
	}
}

@media only screen and (max-width: 480px) {
	.drp_link {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex-direction: column !important;
	}
}

@media only screen and (max-width: 768px) {
	.drp_link {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex-direction: column !important;
	}
}

.animation-group [data-animation] {
	opacity: 1;
}

.animation-group [data-animation].animate {
	opacity: 1;
}

.animation-group [data-animation]:nth-child(1) {
	animation-delay: 100ms;
}

.animation-group [data-animation]:nth-child(2) {
	animation-delay: 400ms;
}

.animation-group [data-animation]:nth-child(3) {
	animation-delay: 800ms;
}

.animation-group [data-animation]:nth-child(4) {
	animation-delay: 1200ms;
}

.animation-group [data-animation]:nth-child(5) {
	animation-delay: 1600ms;
}

.animation-group [data-animation]:nth-child(6) {
	animation-delay: 100ms;
}

.animation-group [data-animation]:nth-child(7) {
	animation-delay: 400ms;
}

.animation-group [data-animation]:nth-child(8) {
	animation-delay: 800ms;
}

.animation-group [data-animation]:nth-child(9) {
	animation-delay: 1200ms;
}

.animation-group [data-animation]:nth-child(10) {
	animation-delay: 1600ms;
}

.animation-group [data-animation]:nth-child(11) {
	animation-delay: 100ms;
}

.animation-group [data-animation]:nth-child(12) {
	animation-delay: 400ms;
}

/* Animations */
:root {
	--animate-duration: 1.5s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animated {
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	animation-fill-mode: both;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.bottom_text {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #ebebeb;
	font-weight: 500;
	position: fixed;
	bottom: 7px;
	right: 7px;
	background: #ff0505;
	box-shadow: 0 0 10px 2px rgb(75 75 75 / 26%);
	width: fit-content;
	padding: 50px 23px;
	border-radius: 10px;
	line-height: 1.2;
	max-width: 192px;
	height: 200px;
	margin: 0 !important;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	font-size: 14px;
	font-weight: 600;
	box-shadow: inset 0px 0 60px 0px #757575a6;
}

.title_sec h1 {
	font-weight: 900;
	color: #0a6eb6;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 2.5rem;
}

.title_sec p {
	line-height: 1.3;
	font-size: 20px;
	color: #848484;
}

.title_sec_2 h1 {
	font-weight: 900;
	color: #0a6eb6;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 2.5rem;
}

.title_sec_2 p {
	line-height: 1.3;
	font-size: 20px;
	color: #848484;
}

.homepage-click.lg {
	width: 350px;
	height: 350px;
	background-size: contain !important;
}

.homepage-click {
	width: 251px;
	height: 251px;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.homepage-click:after {
	content: "";
	-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	width: 250px;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}

.homepage-click:before {
	content: "";
	-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	width: 230px;
	height: 230px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffffba;
	z-index: -1;
}

.homepage-click:after {
	content: "";
	-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	width: 250px;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}

.child-click {
	width: 251px;
	height: 251px;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.child-click:before {
	content: "";
	/* -webkit-clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%);
	clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%); */
	width: 210px;
    height: 210px;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffffba;
	z-index: -1;
}

.child-click:after {
	content: "";
	/* -webkit-clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%);
	clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%); */
	width: 225px;
	height: 225px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}

.arrow-click {
	width: 251px;
	height: 230px;
	position: relative;
	display: inline-block;
	transition: .3s;
	z-index: 1;
}

.arrow-click:before {
	content: "";
	-webkit-clip-path: polygon(0% 20%, 65% 20%, 64% 0%, 98% 50%, 64% 100%, 65% 80%, 0% 80%);
	clip-path: polygon(0% 20%, 65% 20%, 64% 0%, 98% 50%, 64% 100%, 65% 80%, 0% 80%);
	width: 220px;
	height: 170px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffffba;
	z-index: -1;
}

.arrow-click:after {
	content: "";
	-webkit-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
	clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
	width: 240px;
	height: 212px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}


.homepage-click.lg:after {
	width: 350px;
	height: 350px;
}

.homepage-click.lg:before {
	width: 300px;
	height: 300px;
}

.child-click.color_1:after {
	background: #F89828;
}

.arrow-click.color_1:after {
	background: #F89828;
}

.child-click.color_2:after {
	background: #000000;
}

.child-click.color_3:after {
	background: #e9e4e4;
}


.homepage-click.color_1:after {
	background: #F89828;
}

.homepage-click.color_2:after {
	background: #000000;
}

.homepage-click.color_3:after {
	background: #bbbbbb;
}

.homepage-click .flex-btn-content .overlay_content {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #ffffffe8;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	width: 300px;
	height: 300px;
	z-index: 2;
	color: #000;
	opacity: 0;
	transition: all .3s;
}

.homepage-click:hover .flex-btn-content .overlay_content {
	opacity: 1;
}

.homepage-click:hover .lg-content {
	opacity: .5;
}

.homepage-click .flex-btn-content .overlay_content p {
	color: #000;
	padding: 16px;
	font-size: 15px;
}

.click_res {
	margin-top: 0;
	font-weight: 600;
	font-size: 13px;
}

.click_res.heading {
	font-size: 16px;
}

.click_res.must_do {
	color: #0563c1;
}

.click_res2 {
	margin-top: 0;
	font-weight: 600;
	cursor: pointer;
	padding-right: 8px;
	display: inline-block;
	font-size: 13px;
}

.click_res3 {
	margin-top: 0;
	color: #33c772;
	font-weight: 600;
}


.homepage-click:hover {
	transform: scale(1.03);
}

.homepage-click.lg .flex-btn-content h6 {
	color: #2c2e35;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}

.homepage-click.lg .flex-btn-content h6 a {
	display: block;
}

.child-content ul .homepage-click.lg .flex-btn-content {
	padding: 40px 75px !important;
}

a.arrow-box {
	position: relative;
}

.flex-btn-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
}

.arrow-content {
	padding: 0 70px 0 20px;
}

.homepage ul.children-listing li {
	margin-bottom: 30px;
	position: relative;
}

.homepage-click:after {
	background-size: contain !important;
}

.homepage {
	width: 100%;
	min-height: 100vh;
	padding: 30px;
	padding-top: 30px;
	position: relative;
}

.project-logo {
	margin-bottom: 5%;
	text-align: center;
}

.project-logo img {
	max-width: 100%;
}

.homepage-click.lg .flex-btn {
	transform: translate(-50%, -50%);
	left: 50%;
	width: 75%;
}

.flex-btn {
	/* display: flex;
	justify-content: center;
	align-items: center; */
	/* position: relative; */
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 50;
	left: 50%;
}

.homepage-click.lg .flex-btn .flex-btn-content {
	padding: 0;
	position: relative;
	z-index: 1111;
}

.homepage ul {
	display: flex;
	align-items: flex-start;
	/* align-items: center; */
	justify-content: center;
	max-width: 251px;
	margin: 0 auto;
	flex-wrap: wrap;

}


.homepage-click.lg .flex-btn-content .icon {
	width: 100px;
	height: 100px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 20px;
	position: absolute;
	top: -180px;
	box-shadow: 0px 1px 5px 0px #00000030;
	z-index: 3;
}

.homepage-click:nth-child(even) .flex-btn-content img {
	top: auto;
	bottom: 18px;
}

.justclick:hover h6,
.child-justclick:hover h6 {
	color: #000;
}

.homepage ul.children-listing {
	margin-top: 25px;
	position: relative;
}

.homepage ul.children-listing:after {
	content: "";
	position: absolute;
	top: -25px;
	width: 4px;
	background: #1c6eb6;
	height: 25px;
	left: 50%;
	transform: translate(-50%, 0);
}

.cnt h6 {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-bottom: 0;
}

.child-content h6,
.third_step h6,
.fouth_step h6 {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}

.arrow-click h6 {
	text-align: left;
	margin-bottom: 0;
}

ul.children-listing .homepage-click .flex-btn-content {
	padding: 40px 50px !important;
}

.child-content ul .homepage-click .flex-btn-content {
	padding: 40px 50px !important;
}

ul.children-listing .child-click .flex-btn-content {
	padding: 40px 50px !important;
}

.child-content ul .child-click .flex-btn-content {
	padding: 40px 50px !important;
}

ul.children-listing .arrow-click .flex-btn-content {
	padding: 40px 70px 40px 25px !important;
}

.no-click {
	cursor: context-menu !important;
}

.third_step_justclick h6,
.child-justclick h6 {
	font-weight: 600;
	margin-bottom: 0;
}

ul.children-listing .homepage-click .flex-btn-content a {
	display: block;
}

.underline {
	text-decoration: underline;
}

.back-btns {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	border-radius: 15px 15px 0 0;
	border: 1px solid #dedede;
	border-bottom: none;
}

.btn {
	padding: 0 34px;
	font-size: 14px;
	border: none;
	border-radius: 6px;
	line-height: 44px;
	display: inline-block;
}

.btn+.btn {
	margin-left: 12px;
}

.back-home-btn {
	background-color: #1761a2;
	color: #fff;
}

.back-home-btn:hover {
	background-color: #f2a00e;
	color: #fff;
}

.back-btn {
	background-color: #dedede;
}

.back-btn:hover {
	background-color: #2e3c49;
	color: #fff;
}

.page-btns {
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 20px;
	top: unset;
	background: #fff;
	width: unset;
	padding: 15px;
	border-radius: 0 15px 15px 0;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #dedede;
	border-right: none;
}

.glossary {
	background-color: #1761a2;
	color: #fff;
}

.glossary:hover {
	background-color: #f2a00e;
	color: #fff;
}

.contact {
	background-color: #181818;
	color: #fff;
}

.contact:hover {
	background-color: #f2a00e;
	color: #fff;
}

.key-list {
	position: fixed;
	z-index: 99999;
	background: #fff;
	width: 100%;
	text-align: left;
	left: 0;
	bottom: unset;
	top: 50px;
	width: unset;
	width: unset;
	padding: 15px;
	border-radius: 0 15px 15px 0;
	display: none;
	flex-direction: column;
	border-bottom: 1px solid #dedede;
	box-shadow: 0 -4px 44px rgb(0 0 0 / 15%);
	border-right: none;
}

.key-list img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.key-list li {
	font-size: 14px;
	color: #585858;
	font-weight: 500;
	padding: 8px 0;
}

.third_btn,
.fouth_btn,
.fifth_btn {
	color: #212529;
	background-color: #dedede;
}

.third_btn:hover {
	background-color: #2e3c49;
	color: #fff;
}

.childcnt ul .homepage-click .flex-btn-content {
	padding: 40px 50px !important;
}

.title_sec {
	text-align: center;
	max-width: 49%;
	margin: 0 auto;
	margin-bottom: 6%;
}

.title_sec_2 {
	text-align: center;
	max-width: 49%;
	margin: 0 auto;
	margin-bottom: 6%;
}

.cnt,
.child-content {
	padding-bottom: 70px;
}


.homepage-click:nth-child(even) .child-justclick:after {
	right: -35px;
	transform: translate(0, -50%);
	top: 50%;
	border-left: unset;
	border-right: 16px solid #aaabaa;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}


.homepage:not(.main-screen) .title_section {
	text-align: center;
	margin-bottom: 50px;
	max-width: 60%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.homepage:not(.main-screen) .title_section h3 {
	font-weight: 900;
	color: #0a6eb6;
	margin-bottom: 20px;
}

.homepage:not(.main-screen) .title_section h6 {
	font-size: 24px;
	color: #848484;
	font-weight: 500;
	margin-bottom: 0;
}

.title_section .instraction {
	font-size: 24px;
	color: #848484;
}

.homepage ul {
	flex-wrap: wrap;
	display: flex;
	max-width: 100%;
	position: relative;
}

.project-box {
	background: #000;
	padding: 8px 0;
}

.number {
	background: white;
	border-radius: 50px;
	padding: 2px 6px;
	margin-right: 5px;
	box-shadow: 0 0 5px 1px rgb(169 169 169 / 64%);
}

.dropbtn {
	background-color: transparent;
	border: none;
}

.dropdown {
	margin-top: 10px;
	z-index: 9999;
}

.dropdown svg {
	position: relative;
	z-index: 10;
	width: 20px;
	height: 20px;
	object-fit: cover;
}

.dropdown:hover::before,
.dropdown.active::before {
	display: block;
}

.dropdown-content {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	/* background-color: #fff; */
	min-width: 200px;
	/* box-shadow: 0px 8px 16px 0px rgba(85, 85, 85, 0.2); */
	z-index: 9;
	padding: 20px 8px;
	/* overflow: auto; */
	max-height: 215px;
	border-radius: 8px;
}

.dropdown-content-back {
	display: none;
	margin-top: 10px;
	right: 0;
	background-color: #dedede;
	min-width: 100%;
	z-index: 9;
	padding: 10px 8px;
	overflow: auto;
	border-radius: 10px;
	margin-bottom: 10px;
}

.dropdown-link-back {
	display: inline-block;
	padding-top: 1rem;
}

@media (max-width:768px) {
	.dropdown-link-back {
		display: inline-block;
		padding-left: 14px;
	}

	.dropdown-content-back {
		top: auto !important;
		bottom: auto !important;
		margin-top: 0px;
	}

	.dropdown-content-back-button {
		position: relative !important;
	}
}

.dropdown-content-back a {
	color: black;
	padding: 10px 16px;
	display: block;
	font-size: 14px;
	text-align: left;
}

.breadcrumb_last {
	font-size: 14px;
	padding: 10px 16px;
	display: flex;
	text-align: left;
	align-items: start;
	justify-content: flex-start;
}





.dropdown-content a {
	color: black;
	padding: 6px 16px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #0c63e2;
	font-weight: 600;
	text-decoration: underline;
}


.dropdown-content a:hover {
	background-color: transparent;
}

.show {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: transparent;
}


@media(max-width: 992px) {
	.title_sec {
		max-width: 92%;
	}
}

@media(min-width: 768px) {
	.blue-circle:after {
		bottom: unset;
		transform: unset;
		left: 0;
		top: 0;
	}

	.gray-circle:after {
		top: unset;
		transform: unset;
		bottom: 0;
		left: 0;
	}

	.homepage-click:nth-child(even) .flex-btn-content {
		flex-direction: column;
	}

	.homepage-click .flex-btn-content {
		padding: 70px 50px;
	}

	.homepage-click:nth-child(even) .flex-btn-content {
		padding-top: 70px;
	}

	.project-logo {
		max-width: 600px;
		margin: 0 auto;
	}

	.homepage ul.children-listing:after {
		display: none;
	}

	.back-btns {
		right: 0;
		bottom: unset;
		top: 50px;
		max-width: 195px;
		width: 100%;
		padding: 10px;
		border-radius: 15px 0 0 15px;
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #dedede;
		border-right: none;
	}

	.homepage-click {
		margin: 0 -8px;
	}

	.child-click {
		margin: 0 -8px;
	}

	.homepage-click+.homepage-click {
		margin-top: 0;
	}

	.cnt,
	.child-content {
		padding-bottom: 0;
	}

	.homepage-click:nth-child(even) .child-justclick:after {
		right: unset;
		transform: translate(0, -50%);
		left: 50%;
		margin-left: -10px;
		top: unset;
		bottom: 39px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: unset;
		border-bottom: 16px solid #aaabaa;
	}
}

@media(min-width: 1500px) {
	.btn {
		font-size: 18px;
		line-height: 52px;
	}

}

@media(max-width: 991px) {

	.child-content h6,
	.third_step h6,
	.fouth_step h6 {
		font-size: 13px;
		line-height: 16px;
	}
}

@media(max-width: 769px) {
	.title_sec {
		width: 100%;
		margin-bottom: 7%;
	}

	.homepage ul.children-listing:after {
		display: none;
	}

	.project-logo {
		position: unset !important;
	}

	.homepage-click.lg:after {
		width: 255px;
		height: 255px;
	}

	.homepage-click.lg:before {
		width: 220px;
		height: 220px;
	}

	.homepage-click.lg {
		width: 251px;
		height: 251px;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.project-logo {
		max-width: 50%;
		margin: 0 auto;
		margin-bottom: 5%;
	}

	.homepage-click.lg .flex-btn-content img {
		z-index: 2;
		height: auto;
	}

	.homepage-click:nth-child(even) .flex-btn-content img {
		top: 18px;
		bottom: auto;
	}

	.title_sec h1 {
		font-size: 2.2rem;
	}

	.homepage-click.lg .flex-btn-content h6 {
		font-size: 17px;
	}

	.flex-btn {
		width: 180px;
	}

	.cnt h6 {
		font-size: 15px;
	}

	.child-content h6 {
		font-size: 14px;
	}

	.homepage-click:before {
		width: 190px;
		height: 190px;
	}

	.homepage-click:after {
		width: 210px;
		height: 210px;
	}

	.homepage-click .flex-btn-content .overlay_content {
		width: 216px;
		height: 216px;
	}

	.key-list {
		width: 40%;
		position: initial;
		margin: 0 auto;
		margin-top: 35px;
		border-radius: 8px;
	}

	.bottom_text {
		position: initial;
		margin: 0 auto !important;
	}

	.page-btns {
		position: initial;
		margin: 0 30px 70px;
		border-bottom: 0;
	}

	.homepage {
		padding: 40px 5px 10px;
	}

	.homepage ul.children-listing li {
		margin-bottom: 0;
	}

	.cnt,
	.child-content {
		padding-bottom: 15px;
	}

	.homepage:not(.main-screen) .title_section {
		max-width: 90%;
	}
}

@media(max-width: 576px) {
	.homepage-click.lg .flex-btn-content h6 {
		font-size: 14px;
		line-height: 1.5;
	}

	.title_sec h1 {
		font-size: 1.5rem;
	}

	.contact {
		margin-left: 0 !important;
		margin-top: 12px !important;
	}

	.key-list {
		width: 65%;
	}

	.homepage-click.lg .flex-btn-content .icon {
		width: 70px;
		height: 70px;
		padding: 16px;
		top: -125px;
	}

	.glossary.style2 {
		margin-left: 0;
		margin-top: 8px;
	}
}

@media(min-width: 576px) {
	.btn {
		padding: 0 22px;
	}

	.btn+.btn {
		margin-top: 12px;
		margin-left: 0;
	}
}

@media(max-width: 767px) {

	.click_res {
		font-size: 12px;
		line-height: 1.2;
	}

	.click_res2 {
		font-size: 12px;
		line-height: 1.2;
	}

	.click_res3 {
		font-size: 12px;
		line-height: 1;
	}

	.cnt h6,
	.child-content h6 {
		font-size: 12px;
		line-height: 1.2;
	}
}

@media(max-width: 576px) {
	.flex-btn-content {
		padding: 0 24px;
	}
}

.footer {
	background: #efefef;
	padding: 10px 0;
	margin-top: 60px;
}

.footer a {
	display: flex;
	width: 8%;
	margin: 0 15px;
}

.footer-image {
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}


a.arrow-box+.flex-btn,
.arrow-click+.flex-btn {
	left: 0;
	transform: translate(0, -50%);
}

.arrow-content+.dropdown {
	right: 18px;
}

@media(max-width: 576px) {
	.arrow-content+.dropdown {
		right: -32px;
	}
}

.children-listing .layout-3 li .child-click {
	margin: 0 auto !important;
}

.children-listing.layout-3 li .child-click {
	margin: 0 auto !important;
	display: block;
}


@media (max-width: 1147px) {

	.children-listing.layout-3 {
		max-width: 100%;
	}

}

.children-listing.layout-number {
	max-width: 86%;
}

@media(max-width: 991px) {
	.children-listing.layout-number {
		max-width: 100%;
	}
}

.children-listing.layout-3 {
	max-width: 75%;
}

@media(max-width:1147px) {
	.children-listing.layout-3 {
		max-width: 100%;
	}
}

.mt-3 a {
	font-weight: 600;
	font-size: 13px;
}

.drp_link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.child-click.active ~ .flex-btn {
    margin-top: -30%;
}





ul.children-listing li a {
	display: block;
}
.children-listing li .dropdown {
    position: absolute;
    top: 205px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}
ul.children-listing li .dropdown .dropbtn {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 5px 1px rgb(169 169 169 / 64%);
}