/* Jay Jagannath */
.ast-container {
	max-width: 1960px !important;
	margin: 0 auto;
}
.ast-theme-transparent-header #masthead {
	position: relative;
}
#ast-desktop-header {
	background: #0d2545;
}
.ribbon-item {
	color: #fff;
	font-size: 12px;
}
.ast-container {
	padding-inline: 0;
}
.t-cntr {
	text-align: center;
}

.elementor-element.mob-wrap:has(> a:nth-child(2):last-child) {
	gap: 15px;
	padding-inline: 0;
}
a, button, button a, i{
	transition: all .3s ease;
}
.btn-st-1 {
	border: 1px solid #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 15px 30px;
}
.btn-st-1:hover {
    color: #000;
    background: #c9a227;
    border-color: #c9a227 !important;
}
.btn-st-2 {
	border: 1px solid #c9a227 !important;
	color: #000 !important;
	font-weight: 600;
	font-size: 14px;
    text-transform: uppercase;
	padding: 15px 31px;
    background: #c9a227;
}
.btn-st-2:hover {
    color: #fff !important;
    background: transparent;
    border-color: #fff !important;
}
.btn-st-3, .wpcf7-submit {
	transition: all .3s ease;
}
.btn-st-3:hover, .wpcf7-submit:hover {
	color: #fff !important;
	transform: scale(.95) translateY(-5px) !important;
}
a:focus, a:focus-visible {
	outline: unset !important;
}
.ribbon-left {
	display: flex;
	column-gap: 20px;
	align-items: center;
}
.ribbon-sep {
	height: 14px;
	width: 2px;
	background: #ffffff1a;
}
ul#ast-hf-menu-1 a {
	color: #fff;
}
ul#ast-hf-menu-1 a:hover, ul#ast-hf-menu-1 .current-menu-item a {
	color: #c9a227;
}
a.menu-link {
	position: relative;
}
.main-header-menu .menu-link, .main-header-menu>a {
	padding: 0;
	margin: 0 1em;
}
ul#ast-hf-menu-1 li:not(:last-child) > a.menu-link::before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #c9a227;
	transition: all .3s ease;
}
ul#ast-hf-menu-1 li a.menu-link:hover::before {
	width: 100%;
	left: 0%;
}
ul#ast-hf-menu-1 li:last-child a {
	border: 1px solid #c9a227;
	color: #c9a227;
	padding: 8px 20px;
}
ul#ast-hf-menu-1 li:last-child a:hover {
	background: #c9a227;
	color: #000;
}

#hero::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(201, 162, 39, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 162, 39, 0.04) 1px, transparent 1px);
	background-size: 80px 80px;
}
#hero::after {
	content: '';
	position: absolute;
	top: -200px;
	right: -100px;
	width: 700px;
	height: 700px;
	background: radial-gradient(circle, rgba(27, 79, 138, 0.5) 0%, transparent 65%);
}
.top-of-h {
	padding-left: 45px;
	position: relative;
}
.top-of-h::before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 8px;
	 height: 1px;
	 width: 30px;
	 background: #c9a227;
}
.top-of-h2 {
	position: relative;
	font-size: 14px;
	color: #c9a227;
	font-weight: bold;
	width: fit-content;
	padding: 5px 15px 5px 30px;
	background: #c9a2271a;
	border: 1px solid #c9a2274d;
	border-radius: 5px;
	margin-inline-start: 0 !important;
}
.top-of-h2::before {
	content: '';
	position: absolute;
	left: 11px;
	top: 12px;
	height: 6px;
	width:6px;
	background: #c9a227;
	border-radius: 50%;
}
.inr-brdr {
	background: repeating-linear-gradient(45deg, rgba(201,162,39,0.05) 0px, rgba(201,162,39,0.05) 1px, transparent 1px, transparent 12px)
}
.bg-gl-ang {
	background-image: repeating-linear-gradient(45deg, rgba(201,162,39,0.05) 0px, rgba(201,162,39,0.05) 1px, transparent 1px, transparent 12px);
}
h2 {
	font-size: 70px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
.fff {
	color: #fff;
}
.gld {
	color: #c9a227;
}
.cross-ln {
	position: relative;
}
.cross-ln::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 70px;
	border-top: 3px solid #c9a227;
	border-left: 3px solid #c9a227;
}
.cross-ln::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 70px;
	width: 70px;
	border-right: 3px solid #c9a227;
	border-bottom: 3px solid #c9a227;
}
.pillar {
	position: relative;
}
.pillar::before {
	content: '';
	position: absolute;
	top: unset;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	opacity: 0;
	background: #c9a227;
	transition: all .4s ease;
}
.pillar:hover {
	background: #c9a22714 !important;
	border-color: #c9a2274d !important;
}
.pillar:hover::before {
	width: 100%;
	opacity: 1;
}
ol.services li::marker {
	color: #c9a227;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Cormorant Garamond', Georgia, serif;
}
ol.services li {
	padding-block: 12px;
	border-bottom: 1px solid #1b4f8a1f;
}
ol.services li:first-child {
	padding-top: 0
}
ol.services h4 {
	margin-bottom: 10px;
}
.exl {
	position: relative;
}
.exl::before {
	content: '';
	position: absolute;
	top: 34px;
	left: 12%;
	height: 2px;
	width: 76%;
	background: linear-gradient(to right, transparent, #c9a227, transparent);
}
.acvm {
	position: relative;
	overflow: hidden;
}
.acvm::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #c9a227;
	opacity: 0;
	transition: all .3s ease;
}
.acvm:hover {
	border-color: #1b4f8a40 !important;
}
.acvm:hover::before {
	width: 3px;
	opacity: 1;
}
.cmmt .elementor-widget {
	border: 1px solid #c9a22766;
	padding: 10px;
}
.cmmt>div {
	border-bottom: 1px solid #1b4f8a1a;
	padding-block: 30px !important;
}

.angle-bg {
	position: relative;
}
.angle-bg::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: repeating-linear-gradient(-45deg, rgba(201,162,39,0.03) 0px, rgba(201,162,39,0.03) 1px, transparent 1px, transparent 32px);
}


.dv-form-1 {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid #c9a22733;
}
.form-fields {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.form-1 p, .form-2 p {
	margin: 0;
}
.hf {
	width: calc(50% - 10px);
}
.ff {
	width: 100%;
}
.form-1 input:not([type="submit"]), .form-1 select, .form-1 textarea {
	background: #ffffff0d;
	border-radius: 0;
	border: 1px solid #c9a22733;
	color: #fff !important;
	height: 55px;
}
.form-1 input:not([type="submit"]):focus, .form-1 select:focus, .form-1 textarea:focus {
	border-color: #c9a2279c;
}
.form-1 label {
	color: #ffffff80;
}
.form-1 input[type="submit"], .form-2 input[type="submit"] {
	width: 100%;
	font-size: 18px;
}
.tick svg {
	border: 1px solid #c9a22766;
	padding: 9px;
	height: 40px !important;
	width: 40px !important;
}
.tick path {
	fill: #c9a227;
}
.tick .elementor-icon-list-icon {
	margin-right: 8px;
}
.dv-form-2 {
	background: #faf8f3;
}
.form-2 input:not([type="submit"]), .form-2 select, .form-2 textarea {
	background: white;
	border: 1px solid #1b4f8a26;
	border-radius: 0;
	color: #000 !important;
	height: 55px;
}
.form-2 input:not([type="submit"]):focus, .form-2 select:focus, .form-2 textarea:focus {
	border-color: #000;
}
.wpcf7-spinner {
	display: none;
}
.appnt img {
	padding: 10px;
	border: 1px solid #c9a227;
}


h2.widget-title {
	color: #c9a227;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: 'Outfit', sans-serif;
}
.footer-logo h2 {
  color: #fff;
}
.footer-logo span {
	color: #ffffff73;
	font-size: 13px;
	text-transform: uppercase;
}
.footer-brand-desc {
	margin-top: 15px;
}
.footer-widget-area li {
	margin-bottom: 10px;
}
.footer-widget-area .menu-link {
	font-size: 16px;
	color: #ffffff80;
	line-height: 1;
	transition: all .3s ease;
}
.footer-widget-area .menu-link:hover {
	color: #fff;
}
.ast-builder-html-element h4 {
	font-size: 16px;
	color: #c9a22799;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.info-table thead {
  background-color: #0d2c4a;
  color: #fff;
}

.info-table th {
  text-align: left;
  padding: 14px;
  font-size: 14px;
  letter-spacing: 1px;
}

.info-table td {
  padding: 14px;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 14px;
}

.info-table tbody tr:nth-child(even) {
  background-color: #f5f7fa;
}

.info-table a {
  color: #0d2c4a;
  text-decoration: none;
}

.info-table a:hover {
  text-decoration: underline;
}
#block-15 p {
	display: none;
}
a.glink {
	color: #ffffff90;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 8px;
	background: #c9a22715;
	margin: 0;
}
a.glink.gt-current-lang {
	background: #c9a227;
	color: #0d2545;
}
.gtranslate_wrapper {
	border: 1px solid #c9a22760;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
}
.doc-list li {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 14px;
}
.doc-list li::before{
	content: '›';
	color: #c9a227;
	font-size: 16px;
}
.right-100 {
	height: 95vh;
	overflow-y: auto
}
.trgt-list li {
	padding: 4px 8px !important;
	border-left: 4px solid transparent;
}
.trgt-list li:hover {
	color: #0d2545;
	background: #1b4f8a0a;
	border-color: #c9a22766;
}
ol.services {
	margin-top: 0;
}
.elementor .e-tab-base {
	transition: all .3s ease;
}
.elementor .e-tab-base:hover {
	color: #c9a227;
	background:unset;
}
.elementor .e-tab-base.e--selected {
	color: #c9a227;
	border-bottom: 2px solid #c9a227;
}
.main-header-menu a {
	font-size: 16px;
}
.menu-toggle:focus, .menu-toggle:focus-visible {
	outline: unset !important;
	border: unset !important
	background: unset !important;
}
a.footwe-logo span, .footer-brand-desc {
	font-size: 14px;
	color: #ffffff80;
}
.wpcf7-select option {
	color: #000;
}
aside:has(#block-15) {
	padding: 0;
}
.cnt-ff {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.cnt-ff h5 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: -15px;
}
.wpcf7-form-control.wpcf7-checkbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item-label {
	font-size: 16px;
}
.sector-field, .an-sector-field {
	display: none;
}
textarea {
	height: 100px;
}
.id-card {
	background: #fff;
	border: 0.5px solid #c9a84c38;
	border-left: 3px solid #c9a84c;
	padding: 1.5rem 1.75rem;
	margin: 1.25rem 0;
}
.id-row {
	display: flex;
	gap: 0.5rem;
	font-size: 0.85rem;
	padding: 0.35rem 0;
	border-bottom: 0.5px solid rgba(201,168,76,0.1);
}
.id-row:last-child { border-bottom: none; padding-bottom: 0; }
.id-key {
	min-width: 200px;
	color: #0d1b3e;
	font-weight: 500;
	font-size: 0.82rem;
	letter-spacing: 0.02em;
}
.id-val {
	color: #5a6070;
}
.id-val.placeholder {
	color: #c9a84c;
	font-style: italic;
	font-weight: 500;
}
.footwe-logo {
	display: grid;
	gap: 10px;
}


@media only screen and (max-width: 767px) {
	.mob-wrap {
		flex-wrap: wrap;
	}
	#hero::after {
    top: 80px;
    right: 45px;
    width: 300px;
    height: 300px;
	}
	.site-header {
		background: #0d2545f7;
	}
	.id-card {
		padding: 1.2rem 1.2rem;
	}
	.id-row {
		gap: 1rem;
	}
	.id-key {
    min-width: unset;
    width: 80px;
	}
}


.ast-main-header-wrap.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1000;
  background-color: #0D254590;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4px);
}