* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--text-blue: rgb(10, 93, 153);
}
#menu-toggle:checked + #menu {
	display: block;
}
body {
	background-color: white;
}
.box {
	border: 1px solid red;
}
.addBorder:hover {
	border: 1px solid orange;
}
.list img {
	width: 100vw;
	max-width: 100vw;
	height: 100%;
	object-fit: cover;
}
.dots li.active {
	width: 30px;
	background-color: white;
}

.mainmenu:hover .submenu {
	display: block;
	position: absolute;
	width: 300px;
	left: 0;
	top: 100%;
	margin-top: 5px;
	margin-left: -8px;
	transition: 0.3s ease-in-out;
}
.mainmenu:hover .submenu ul {
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	transition: 0.3s ease-in-out;
}
/* yaha s copy */
.popbox {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 200px;
	background: var(--text-blue);
	padding: 5px 10px;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	transform: translateX(50px) translateY(50px);
	transition: 0.2s ease-in;
	transition-delay: 0.2s;
	/* border: 1px solid black; */
	z-index: 2;
}
.popbox::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 10px;
	height: 30px;
	width: 30px;
	background: var(--text-blue);
	transform: rotate(45deg);
}
.topbox:hover .popbox {
	visibility: visible;
	opacity: 1;
	transform: translateX(50px) translateY(0px);
}
/* yaha tk copy */
@media screen and (max-width: 1024px) {
	.mainmenu:hover .submenu {
		/* border: 1px solid red; */
		/* width: 500px; */
		margin-top: 0;
		left: -70%;
	}
}
/* footer */
.footer {
	width: 100%;
	background: rgb(10, 93, 153);
	border-radius: 6px;
}
.footer .footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8em;
}
.footer-row .footer-col h4 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
}
.footer-col .links {
	margin-top: 20px;
}
.footer-col .links li {
	list-style: none;
	margin-bottom: 10px;
}
.footer-col .links li a {
	text-decoration: none;
	color: #bfbfbf;
}
.footer-col .links li a:hover {
	color: #fff;
}
.footer-col p {
	margin: 20px 0;
	color: #bfbfbf;
	max-width: 300px;
}
.footer-col form {
	display: flex;
	gap: 5px;
}
.footer-col input {
	height: 40px;
	border-radius: 6px;
	background: none;
	width: 100%;
	outline: none;
	border: 1px solid #7489c6;
	caret-color: #fff;
	color: #fff;
	padding-left: 10px;
}
.footer-col input::placeholder {
	color: #ccc;
}
.footer-col form button {
	background: #fff;
	outline: none;
	border: none;
	padding: 10px 15px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
	transition: 0.2s ease;
}
.footer-col form button:hover {
	background: #cecccc;
}
.footer-col .icons {
	display: flex;
	margin-top: 30px;
	gap: 30px;
	cursor: pointer;
}
.footer-col .icons i {
	color: #afb6c7;
}
.footer-col .icons i:hover {
	color: #fff;
}
@media (max-width: 768px) {
	.footer {
		position: relative;
		bottom: 0;
		left: 0;
		transform: none;
		width: 100%;
		border-radius: 0;
	}
	.footer .footer-row {
		padding: 20px;
		gap: 1rem;
	}
	.footer-col form {
		display: block;
	}
	.footer-col form :where(input, button) {
		width: 100%;
	}
	.footer-col form button {
		margin: 10px 0 0 0;
	}
}

/* contact section */
.contact_us_6 * {
	font-family: Nunito, sans-serif;
}

.contact_us_6 .text-blk {
	margin: 0;
	line-height: 25px;
}

.contact_us_6 .responsive-cell-block {
	min-height: 75px;
}

.contact_us_6 input:focus,
.contact_us_6 textarea:focus {
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
}

.contact_us_6 .container-block {
	min-height: 75px;
	width: 100%;
	padding: 10px;
	display: block;
}

.contact_us_6 .responsive-container-block {
	min-height: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0;
}

.contact_us_6 .responsive-container-block.big-container {
	padding-top: 10px;
	padding-right: 30px;
	width: 35%;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #10182f;
	position: absolute;
	height: 950px;
	right: 0px;
}

.contact_us_6 .responsive-container-block.container {
	position: relative;
	min-height: 75px;
	flex-direction: row;
	z-index: 2;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	max-width: 1320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.contact_us_6 .container-block.form-wrapper {
	background-color: white;
	max-width: 450px;
	text-align: center;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-head {
	font-size: 36px;
	line-height: 52px;
	font-weight: 900;
}

.contact_us_6 .text-blk.contactus-subhead {
	color: #9c9c9c;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	display: none;
}

.contact_us_6 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 0px;
	min-height: 50px;
}

.contact_us_6 .input {
	width: 100%;
	height: 50px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	font-size: 16px;
	color: black;
}

.contact_us_6 .textinput {
	width: 98%;
	min-height: 150px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	font-size: 16px;
}

.contact_us_6 .submit-btn {
	width: 90%;
	box-shadow: rgba(244, 152, 146, 0.25) 0px 10px 20px;
	height: 52px;
	font-size: 20px;
	font-weight: 700;
	color: white;
	background-color: #f8923c;
	border-radius: 40px;
	border: 2px solid #f8923c;
	transition: 0.4s ease-in;
}
.contact_us_6 .submit-btn:hover {
	background-color: white;
	color: #f8923c;
}

.contact_us_6 .form-box {
	z-index: 2;
	margin-top: 0px;
	margin-right: 48px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contact_us_6 .text-blk.input-title {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #9c9c9c;
}

.contact_us_6 ::placeholder {
	color: #dadada;
}

.contact_us_6 .mob-text {
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.contact_us_6 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-subhead.color {
	color: white;
}

.contact_us_6 .map-box {
	padding: 0;

	max-width: 800px;
	max-height: 520px;
	width: 100%;
	height: 520px;
	background-color: #d9d9d9;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 50%;
}

.contact_us_6 .map-part {
	width: 100%;
	height: 100%;
}

.contact_us_6 .text-blk.map-contactus-head {
	font-weight: 900;
	font-size: 22px;
	line-height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #10182f;
}

.contact_us_6 .text-blk.map-contactus-subhead {
	max-width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.contact_us_6 .social-media-links.mob {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 230px;
	display: flex;
	justify-content: flex-start;
}

.contact_us_6 .link-img {
	width: 30px;
	height: 30px;
	font-size: 2rem;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #10182f;
}

.contact_us_6 .link-img.image-block {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contact_us_6 .social-icon-link {
	margin: 0 25px 0 0;
	padding: 0 0 0 0;
}
@media (max-width: 1024px) {
	.contact_us_6 .responsive-container-block.container {
		justify-content: center;
	}

	.contact_us_6 .map-box {
		position: absolute;
		top: 0px;
		max-height: 320px;
	}

	.contact_us_6 .map-box {
		max-width: 100%;
		width: 100%;
	}

	.contact_us_6 .responsive-container-block.container {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.contact_us_6 .map-part {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.contact_us_6 .container-block.form-wrapper {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.contact_us_6 .mob-text {
		display: block;
	}

	.contact_us_6 .form-box {
		margin-top: 200px;
		margin-right: 60px;
		margin-bottom: 40px;
		margin-left: 0px;
	}

	.contact_us_6 .link-img {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		display: flex;
		justify-content: space-evenly;
	}

	.contact_us_6 .social-media-links.mob {
		justify-content: space-evenly;
	}

	.contact_us_6 .responsive-cell-block.wk-desk-7.wk-ipadp-12.wk-tab-12.wk-mobile-12 {
		text-align: center;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: row;
	}

	.contact_us_6 .text-blk.contactus-subhead {
		display: block;
	}

	.contact_us_6 .mob-text {
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.contact_us_6 .responsive-container-block.container {
		flex-wrap: wrap;
	}

	.contact_us_6 .form-box {
		margin-top: 200px;
		margin-right: 0px;
		margin-bottom: 40px;
		margin-left: 0px;
	}
}

@media (max-width: 768px) {
	.contact_us_6 .submit-btn {
		width: 100%;
	}

	.contact_us_6 .input {
		width: 100%;
	}

	.contact_us_6 .textinput {
		width: 100%;
	}

	.contact_us_6 .container-block.form-wrapper {
		margin-top: 80px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.contact_us_6 .text-blk.input-title {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.contact_us_6 .form-box {
		padding-top: 0px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 20px;
	}

	.contact_us_6 .container-block.form-wrapper {
		padding-top: 50px;
		padding-right: 15px;
		padding-bottom: 50px;
		padding-left: 15px;
	}

	.contact_us_6 .mob-text {
		display: block;
	}

	.contact_us_6 .responsive-container-block.container {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.contact_us_6 .form-box {
		margin-top: 200px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.contact_us_6 .container-block.form-wrapper {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.contact_us_6 .form-box {
		margin-top: 220px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.contact_us_6 .form-box {
		margin-top: 220px;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-left: 0px;
	}

	.contact_us_6 .text-blk.contactus-head {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 500px) {
	.contact_us_6 .container-block.form-wrapper {
		padding-top: 50px;
		padding-right: 15px;
		padding-bottom: 50px;
		padding-left: 15px;
	}

	.contact_us_6 .container-block.form-wrapper {
		margin-top: 60px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	.contact_us_6 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0px;
	}

	.contact_us_6 .responsive-container-block {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 35px;
		margin-left: 0px;
	}

	.contact_us_6 .text-blk.input-title {
		font-size: 12px;
	}

	.contact_us_6 .text-blk.contactus-head {
		font-size: 26px;
		line-height: 35px;
	}

	.contact_us_6 .input {
		height: 45px;
	}
}

.wk-desk-1 {
	width: 8.333333%;
}

.wk-desk-2 {
	width: 16.666667%;
}

.wk-desk-3 {
	width: 25%;
}

.wk-desk-4 {
	width: 33.333333%;
}

.wk-desk-5 {
	width: 41.666667%;
}

.wk-desk-6 {
	width: 50%;
}

.wk-desk-7 {
	width: 58.333333%;
}

.wk-desk-8 {
	width: 66.666667%;
}

.wk-desk-9 {
	width: 75%;
}

.wk-desk-10 {
	width: 83.333333%;
}

.wk-desk-11 {
	width: 91.666667%;
}

.wk-desk-12 {
	width: 100%;
}

@media (max-width: 1024px) {
	.wk-ipadp-1 {
		width: 8.333333%;
	}

	.wk-ipadp-2 {
		width: 16.666667%;
	}

	.wk-ipadp-3 {
		width: 25%;
	}

	.wk-ipadp-4 {
		width: 33.333333%;
	}

	.wk-ipadp-5 {
		width: 41.666667%;
	}

	.wk-ipadp-6 {
		width: 50%;
	}

	.wk-ipadp-7 {
		width: 58.333333%;
	}

	.wk-ipadp-8 {
		width: 66.666667%;
	}

	.wk-ipadp-9 {
		width: 75%;
	}

	.wk-ipadp-10 {
		width: 83.333333%;
	}

	.wk-ipadp-11 {
		width: 91.666667%;
	}

	.wk-ipadp-12 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.wk-tab-1 {
		width: 8.333333%;
	}

	.wk-tab-2 {
		width: 16.666667%;
	}

	.wk-tab-3 {
		width: 25%;
	}

	.wk-tab-4 {
		width: 33.333333%;
	}

	.wk-tab-5 {
		width: 41.666667%;
	}

	.wk-tab-6 {
		width: 50%;
	}

	.wk-tab-7 {
		width: 58.333333%;
	}

	.wk-tab-8 {
		width: 66.666667%;
	}

	.wk-tab-9 {
		width: 75%;
	}

	.wk-tab-10 {
		width: 83.333333%;
	}

	.wk-tab-11 {
		width: 91.666667%;
	}

	.wk-tab-12 {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.wk-mobile-1 {
		width: 8.333333%;
	}

	.wk-mobile-2 {
		width: 16.666667%;
	}

	.wk-mobile-3 {
		width: 25%;
	}

	.wk-mobile-4 {
		width: 33.333333%;
	}

	.wk-mobile-5 {
		width: 41.666667%;
	}

	.wk-mobile-6 {
		width: 50%;
	}

	.wk-mobile-7 {
		width: 58.333333%;
	}

	.wk-mobile-8 {
		width: 66.666667%;
	}

	.wk-mobile-9 {
		width: 75%;
	}

	.wk-mobile-10 {
		width: 83.333333%;
	}

	.wk-mobile-11 {
		width: 91.666667%;
	}

	.wk-mobile-12 {
		width: 100%;
	}
}
