@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Six+Caps&display=swap');
@import url('https://db.onlinewebfonts.com/c/16adc037a7d47f49df37bbd82cb056ec?family=Above+the+Beyond+Script+W00+Rg');

@font-face {
	font-family: estedad;
	src: url('../fonts/estedad.woff');
}

@font-face {
	font-family: euclid;
	src: url('../fonts/Euclid Circular B Medium.woff');
}

:root {
	--color1: #0c5c80;
	--color2: #1d8d7a;
	--color3: #9fe6d5;
	--color4: #ffe8cc;
	--color5: #5b4b3a;
	--viewport: calc(var(--vh, 1vh) * 100);
	--padding: 60px;
	--p30: 30px;
	--p40: 40px;
	--p20: 20px;
	--cominline: 6;
	--msgcominline: 3;
	--regileft: 425px;
	--facleft: 550px;
	--sideslide: 60px;
	--facinline: 3;
}


a,
a:hover {
	color: inherit;
	text-decoration: none;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	outline: 0;
}

body {
	color: #000;
	font-family: euclid;
	font-size: 14px;
	background: #ffffff;
}

.d-mob {
	display: none !important;
}

.container {
	max-width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.py-6 {
	padding-top: var(--padding);
	padding-bottom: var(--padding);
}

.heading {
	margin-bottom: var(--p40);
}

.heading h2 {
	/* font-family: "Cormorant Garamond", serif; */
	text-transform: uppercase;
	margin: 0;
	font-size: 43px;
	color: #197565;
	font-family: estedad;
}

.heading h5 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .8px;
	color: white;
}

.main_btn {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	/* letter-spacing: .8px; */
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 2px;
	transition: .5s;
	width: max-content;
}

.main_btn span {
	border-radius: 50px;
	padding: 11px 20px;
	background: #ffffffcc;
	transition: .5s;
}

.main_btn i {
	/* border-radius: 50px; */
	/* padding: 11px 12px; */
	/* background: white; */
	/* transition: .5s; */
	/* transform: rotate(-45deg); */
	/* transition: .5s; */
}

.main_btn:hover {
	gap: 0px;
	transition: .5s;
}

.full_wrap {
	background: linear-gradient(180deg, #5731a3, black);
	position: relative;
}

.banner_wrap {
	height: 100vh;
	position: relative;
	background: #0f6556;
	/* overflow: hidden; */
	display: flex;
	z-index: 0;
	margin-bottom: 113px;
}

.banner_left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid #ffffff1c;
	padding: var(--padding);
	position: relative;
	justify-content: space-between;
}

.banner_left_top {
    display: flex;
    align-items: center;
    gap: var(--p20);
}

.banner_left_top img {
    width: 100px;
}

.banner_left_top p {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b8ede4;
}
.banner_left_top:hover p{
	color: white;
}
.banner_left_top span {
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 10px;
    color: #cdcdcd;
}
.banner_left_top n{
    display: inline-block;
    font-size: 50px;
    transform: rotate(-45deg);
    position: relative;
    color: #8ac3ba;
    overflow: hidden;
	    display: flex;
    align-items: center;
    gap: 10px;
}
.banner_left_top:hover n{
	color: white;
}
.banner_left_top n g{
    margin-left: -53px;
    display: inline-block;
	transition:.5s;
}
.banner_left_top:hover n g{
	margin-left: 0;
	transition:.5s;
}
.banner_left_top n j{
    display: inline-block;
    /* position: absolute; */
    left: -100%;
    top: 100%;
	transition:.5s;
}
.banner_left_top:hover n j{
	margin-right: -55px;
	transition:.5s;
}
.banner_left h3 {
	text-transform: uppercase;
	color: #84d7c3;
	font-size: 28px;
}

.banner_left h2 {
	/* margin: 0; */
	color: white;
	text-transform: uppercase;
	font-size: 86px;
	font-family: estedad;
	line-height: 79px;
}

.banner_left h4 {
	margin: 0;
	text-transform: uppercase;
	color: #b3ffe7;
	font-size: 32px;
}

.banner_right {
	width: 50%;
	display: flex;
}

.banner_right_left {
	width: 59%;
	display: flex;
	align-items: end;
	justify-content: center;
	position: relative;
}

.banner_right_left img {
	height: 99%;
	/* width: 123%; */
	margin-left: -15%;
	z-index: 1;
	filter: drop-shadow(-9px 8px 18px rgba(0, 0, 0, .3));
}

.banner_right_right {
	width: 41%;
	background: #035547;
	padding: var(--padding);
	display: flex;
	flex-direction: column;
	gap: var(--p30);
}

.banner_right_right p {
	margin: 0;
	padding-bottom: var(--p30);
	border-bottom: 1px solid white;
	display: flex;
	flex-direction: column;
	color: white;
}

.banner_right_right p n {
	font-size: 58px;
	font-weight: 600;
	line-height: 62px;
}

.banner_right_right p span {
	font-size: 16px;
	text-transform: uppercase;
}

.banner_right_right h6 {
	margin: 0;
	color: white;
	display: flex;
	align-items: center;
	gap: 15px;
}

.banner_right_right h6 button {
	border-radius: 50px;
	border: 0;
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 31px;
	color: white;
}

.banner_right_right h6 span {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: normal;
}

.ex_tab_wrap {
	color: white;
	padding: var(--padding) calc(var(--padding) * 2);
	background: #197565;
}

.ex_tab_box {
	display: none;
}

.ex_tab_box h2 {
	font-size: 31px;
	font-family: estedad;
}

.ex_tab_box h6 {
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--color4);
}

.ex_tab_box_structure {
	display: flex;
	gap: var(--p40);
	align-items: start;
	margin-top: var(--p40);
}

.ex_tab_box_structure ul {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: var(--p20);
	position: relative;
	padding-left: var(--p40);
}

.ex_tab_box_structure ul::before {
	content: '';
	width: 4px;
	height: 100%;
	background: #0f6556;
	border-radius: 50px;
	position: absolute;
	left: 7px;
	top: 0;
}

.ex_tab_box_structure ul li,
.academic_qu_wrap li {
	padding: var(--p20);
	/* background: #035547; */
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-radius: 10px;
	box-shadow: 5px 5px 9px #00000014, inset 5px 5px 9px #00000014;
}

.ex_tab_box_structure ul li {
	background: #0f6556;
	box-shadow: none;
}

.ex_tab_box_structure ul li span,
.academic_qu_wrap li span {
	font-size: 20px;
	font-weight: 600;
	color: var(--color3);
}

.ex_tab_box_structure ul li n {
	text-transform: uppercase;
	font-size: 17px;
	display: inline-block;
	margin-bottom: 12px;
	color: var(--color4);
}

.ex_tab_box_structure ul li j {
	/* background: #3b0a0a; */
	display: inline-block;
	width: max-content;
	padding: 8px 16px;
	border-radius: 5px;
	font-size: 15px;
	box-shadow: -5px -5px 9px #ffffff1f, 5px 5px 9px #01483c;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 5px;
}

.ex_tab_box_structure ul li::before {
	content: '';
	width: var(--p40);
	height: 4px;
	background: #0f6556;
	position: absolute;
	right: 100%;
	top: 20px;
}

.ex_tab_box_structure ul li::after {
	content: '';
	width: 18px;
	background: var(--color3);
	position: absolute;
	left: calc(var(--p40) / -1);
	aspect-ratio: 1 / 1;
	border: 4px solid #0f6556;
	border-radius: 50px;
	top: 13px;
}

.ex_tab_button {
	margin-bottom: var(--p40);
	width: 100%;
	display: flex;
	box-shadow: -5px -5px 9px #ffffff1f, 5px 5px 9px #01483c;
	border-radius: 5px;
	background: #0f6556;
}

.ex_tab_button button {
	flex: 1;
	font-size: 17px;
	padding: 20px 13px;
	border: 0;
	background: transparent;
	color: var(--color4);
	transition: .5s;
}

.ex_tab_button button.active,
.ex_tab_button button:hover {
	/* background: #3b0a0a; */
	color: white;
	box-shadow: -5px -5px 9px #ffffff1f, 5px 5px 9px #01483c;
	border-radius: 5px;
	transition: .5s;
}

.ex_tab_button button.active {
	z-index: 1;
}

.publication_wrap {
	/* background: var(--color4); */
	padding: var(--padding) 0;
}

.publication_wrap_top {
	padding: 0 calc(var(--padding) * 2);
	margin-bottom: var(--p20);
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	gap: var(--p30);
}

.publication_wrap_top .heading {
	margin: 0;
}

.publication_wrap_top h6 {
	margin: 0;
	color: white;
	font-size: 15px;
	font-weight: 300;
	width: 50%;
	background: #0d594c;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 0 #0d594c33, 10px 10px 0 #0d594c33;
}

.publication_wrap ul {
	border-top: 1px solid #1d8d7a5e;
}

.publication_wrap ul li {
	font-size: 18px;
	padding: var(--p40) calc(var(--padding) * 2);
	border-bottom: 1px solid #1d8d7a5e;
	display: flex;
	justify-content: space-between;
	color: var(--color2);
}

.publication_wrap ul li span {
	width: 60%;
	/* color: var(--color4); */
}

.publication_wrap ul li n {
	width: 20%;
	text-align: right;
	font-weight: 600;
}

.work_ex_wrap {
	display: flex;
	justify-content: space-between;
	background: #0f6556;
	align-items: start;
}

.work_ex_left {
	width: var(--facleft);
	height: 100vh;
	position: sticky;
	top: 0;
}

.work_ex_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.work_ex_right {}

.work_ex_right {
	width: calc(100% - var(--facleft));
	padding: var(--padding);
}

.work_ex_right ul {
	display: flex;
	flex-direction: column;
	gap: var(--p30);
}

.work_ex_right ul li {
	display: flex;
	gap: 15px;
	align-items: start;
}

.work_ex_right ul li i {
	min-width: 50px;
	max-width: 50px;
	aspect-ratio: 1 / 1;
	border-radius: 50px;
	border: 0;
	box-shadow: -5px -5px 9px #ffffff1f, 5px 5px 9px #01483c;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.work_ex_right ul li i img {
	width: 56%;
	mix-blend-mode: screen;
}

.work_ex_right ul li p {
	color: white;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.work_ex_right ul li p span {
	font-size: 19px;
	font-weight: 700;
	color: var(--color3);
}

.work_ex_right ul li p j,
.academic_qu_wrap li j {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--color4);
	display: flex;
	align-items: center;
	gap: 5px;
}

.work_ex_right ul li p n {
	font-size: 17px;
}

.academic_qu_wrap {
	padding: var(--padding) calc(var(--padding) * 2);
}

.academic_qu_wrap ul {
	display: grid;
	gap: var(--p20);
	grid-template-columns: 1fr 1fr;
}

.academic_qu_wrap li span {
	color: var(--color2);
}

.academic_qu_wrap li j {
	color: #ab8352;
}

.banner_email {
	position: absolute;
	left: 0;
	width: 100%;
	height: 90%;
	display: flex;
	flex-direction: column;
	bottom: -113px;
	background: var(--color3);
	justify-content: end;
	padding: var(--p30);
}

.banner_email span {
	font-size: 18px;
	color: var(--color1);
}

.banner_email a {
	font-size: 19px;
	display: flex;
	margin-top: 1px;
	color: var(--color1);
	align-items: center;
	gap: 10px;
}

.banner_left h6 {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: var(--p20);
	border-left: 1px solid #65d2bf;
	margin: 0;
	color: #65d2bf;
}

.banner_left h6 n {
	text-transform: uppercase;
}

.banner_left h6 span {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 14px;
}

.banner_left h6 span a {
	position: relative;
	overflow: hidden;
}

.banner_left h6 span a:hover {
	color: white;
}

.cursor {
	display: inline-block;
	width: 3px;
	height: 34px;
	background: #38bdf8;
	margin-left: 6px;
	animation: blink 0.8s infinite;
	vertical-align: bottom;
}

@keyframes blink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.bk-ap {
	position: fixed;
	background: #0d594c;
	z-index: 1;
	bottom: var(--p20);
	right: var(--p20);
	/* padding: 10px 20px; */
	border-radius: 50px;
	box-shadow: 2px 3px 0px #1783708c;
	color: white !important;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
}


.bk-ap i {
	font-size: 26px;
}

.bk-ap span {
	white-space: nowrap;
	margin-right: -145px;
	opacity: 0;
	transition: .5s;
}

.bk-ap:hover {
	width: max-content;
	padding: 0 20px;
	gap: 11px;

}

.bk-ap:hover span {
	margin-right: 0px;
	opacity: 1;
	transition: .5s;
}

.stick {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.stick a {
	background: #09473c;
	padding: 9px 15px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: white !important;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 7px;
	box-shadow: 0px -3px 0 #0d594c33, 0px -6px 0 #0d594c33;
	width: max-content;
}

.stick a i {}

footer {
	background: #074338;
	padding: var(--padding);
}

.footer_top {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.footer_top_left {
	width: 30%;
}

.footer_top_left h5 {
	font-size: 35px;
	color: #6cffe5;
	font-family: estedad;
	margin-bottom: 7px;
}

.footer_top_left p {
	margin: 0;
	font-size: 16px;
	color: white;
}

.footer_top_right {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.footer_top_right h5 {
	font-size: 20px;
	color: #ffffff;
	font-family: estedad;
	margin-bottom: 7px;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 12px;
}

.footer_top_right h5 a {
	display: flex;
	align-items: center;
	gap: 7px;
	text-decoration: underline;
}

.footer_top_right span {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: var(--p40);
}

.footer_top_right span a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid white;
	width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 50px;
	color: white;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	box-shadow: inset -3px -3px 5px #00000069, -3px -3px 5px #00000069;
}

.banner_left h6 span a j {
	left: 0;
}

.footer_top_right span a j,
.banner_left h6 span a j {
	position: absolute;
	top: 50%;
	transform: translateY(200%);
	transition: .5s;
	display: inline-block;
}

.footer_top_right span a n,
.banner_left h6 span a n {
	transition: .5s;
	display: inline-block;
}

.footer_top_right span a:hover n,
.banner_left h6 span a:hover n {
	transform: translateY(-200%);
	transition: .5s;

}

.footer_top_right span a:hover j,
.banner_left h6 span a:hover j {
	transform: translateY(-50%);
	transition: .5s;

}

.footer_bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-top: var(--p30);
}

.footer_bottom_left {
	width: 30%;
}

.footer_bottom_left h5 {
	margin-bottom: 10px;
	font-size: 15px;
	color: #6cffe5;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff30;
}

.footer_bottom_left ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--p20);
}

.footer_bottom_left ul li {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.footer_bottom_left ul li a {
	font-size: 16px;
}

.footer_bottom_right {}

.footer_bottom_right h5 {
	margin: 0;
	font-size: 68px;
	font-weight: 600;
	line-height: 62px;
	position: relative;
	padding-right: var(--p20);
}

.footer_bottom_right h5 sup {
	font-size: 21px;
	font-weight: 200;
	position: absolute;
	right: 0;
	top: -20px;
}

.foote_bottom_strip {
	margin-top: var(--p40);
	padding-top: var(--p40);
	border-top: 1px solid #ffffff30;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foote_bottom_strip p {
	margin: 0;
	color: #ffffff85;
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 11px;
	flex-wrap: wrap;
	justify-content: center;
}

.foote_bottom_strip p span {}

.flair {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	background: red;
}