/** Global CSS */

body {
	font-family: Poppins, system-ui, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Bodoni Moda", serif !important;
	font-optical-sizing: auto !important;
	font-variation-settings: 'opsz' 16 !important;
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#main-container .site-main {
	flex-grow: unset !important;
	background: #fff;
}

.btn {
	font-family: "Poppins", system-ui, sans-serif !important;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.53;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	padding: 12px 19px !important;
}

.btn::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.btn:hover::after {
	left: 0;
}

.btn.btn-large {
	padding: 17px 19px !important;
}

.btn.btn-primary {
	background-color: #0b9729 !important;
	color: #ffffff;
}

.btn.btn-primary:hover {
	color: #0b9729;
}

.btn.btn-white,
.btn.btn-white:hover,
.btn.btn-white,
.btn.btn-white:focus,
.btn.btn-white:active {
	background-color: #ffffff;
	color: #00508b;
}

.btn.btn-white:hover {
	color: #ffffff;
}

.btn.btn-white::after {
	background-color: #0b9729;
}

.btn .btn-text {
	position: relative;
	z-index: 1;
	display: inline-flex;
}

.btn .btn-icon {
	margin-left: 10px;
	position: relative;
	z-index: 1;
	display: inline-flex;
}

.btn .btn-icon svg {
	width: 16px;
	height: 16px;
}

.btn .btn-icon svg path {
	transition: all 0.3s ease-in-out;
}

.btn.btn-primary .btn-icon svg path {
	stroke: #ffffff;
}

.btn.btn-primary:hover .btn-icon svg path {
	stroke: #0b9729;
}

.btn.btn-white .btn-icon svg path {
	stroke: #00508b;
}

.btn.btn-white:hover .btn-icon svg path {
	stroke: #ffffff;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.em-dash em {
	position: relative;
	display: inline-block;
	color: #0b9729;
}

.em-dash em::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #00508b;
	opacity: 0.39;
}

.video-bg-section {
	position: relative;
	overflow: hidden;
}

.video-bg-section .bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 1;
	object-fit: cover;
}

.video-bg-section .gb-element-9dc7f914 {
	position: relative;
	z-index: 9;
	color: #fff;
}

section.video-bg-section:before {
	content: '';
	background: #06364D;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 7;
	opacity: .7;
}

/** Global CSS */

/** Header CSS */
header {
	box-shadow: 0px 23px 46px #00000015;
}

header a {
	text-decoration: none !important;
}

header .ct-header-text {
	font-family: Poppins, system-ui, sans-serif !important;
}

header nav .menu>.menu-item>.ct-menu-link {
	font-family: Poppins, system-ui, sans-serif !important;
	overflow: hidden;
}

header nav .menu>.menu-item>.ct-menu-link::after {
	content: "";
	background-color: #0b9729;
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: -7px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

header nav .menu>.menu-item>.ct-menu-link:hover::after {
	bottom: 0;
	opacity: 1;
}

header nav .menu .menu-item .sub-menu .menu-item .ct-menu-link {
	font-family: "Bodoni Moda", serif !important;
	font-optical-sizing: auto !important;
	font-variation-settings: 'opsz' 10 !important;
}

.ct-header-text .entry-content span {
	margin: 0 15px;
	color: #b2b1b1;
}

#header [data-items] .ct-header-socials {
	margin-left: 21px;
}

#header ul li:last-child a {
	margin-right: 0;
	padding-right: 0;
}

.mobile-menu .ct-menu-link {
	font-family: 'Poppins' !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
	width: 832px;
	background: #fff;
	padding: 35px 47px 45px 58px;
	columns: 2;
	column-gap: 18px;
	position: absolute;
	left: -330px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
	font-size: 19px;
	line-height: 29px;
	padding-top: 12px;
	padding-bottom: 16px;
	border-bottom: 1.5px solid #ccdce8;
	color: #141429;
	font-weight: 400;
	padding-left: 15px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link:hover,
[data-header*="type-1"] .ct-header [data-id="menu"] .current-menu-item a {
	color: #0B9729;
}

/** Header CSS */

/** Home Hero CSS */
.home-hero .home-hero__title em {
	position: relative;
	display: inline-block;
}

.home-hero .home-hero__title em::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
}

/** Home Hero CSS */

/** Service Box CSS */
.services-box .services-box__image {
	transition: all 0.3s ease-in-out;
}

.services-box:hover .services-box__image {
	transform: scale(1.05);
}

.services-box .services-box__inner .services-box__arrow {
	transition: all 0.3s ease-in-out;
}

.services-box:hover .services-box__inner .services-box__arrow {
	transform: translateX(-10px);
}

/* Featured Section  */
.knowledge-center-block .latest-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.knowledge-center-block .latest-post-card {
	position: relative;
	color: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.knowledge-center-block .slide-item-inner {
	height: 100%;
}

.knowledge-center-block .media-title a:hover {
	color: #fff !important;
}

.knowledge-center-block .latest-post-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}
.knowledge-center-block .latest-post-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
	background: #0b3a6e;
	height: 100%;
}

.media-post-container .latest-post-title,
.media-post-container h4.media-title,
.media-post-container .latest-post-title a {
	font-size: 20px;
	font-family: 'Poppins', sans-serif !important;
	color: #fff;
	text-decoration: none;
	font-weight: 400 !important;
}
.media-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.media-thumb {
	position: relative;
	display: block;
}

.media-thumb img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}
.media-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	font-size: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.media-content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.media-content .event-category {
    text-transform: capitalize;
    font-size: 16px;
}

.media-title a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.4;
	display: block;
}

.media-meta {
	font-size: 14px;
	color: #FFFFFF;
}

.media-cta {
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
	letter-spacing:0.99px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap:10px;
	font-size: 14px;
}

.media-content-inner {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: auto;
}

.media-title.media-title--no-video a {
	font-size: 27px;
	line-height: 40px;
}

.media-date {
	font-family: "Poppins", sans-serif;
}

.media-post-container {
	width: 100% !important;
	max-width: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #E6F3FF 100%);
}

.media-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #0c3c6f;
	color: #fff;
	overflow: hidden;
}

article.media-card>a>img {
	position: relative;
}

.latest-post-image img,
.media-card img {
	display: block;
	width: 100%;
	height: 220px;
	max-width: 100%;
	object-fit: cover;
}

/* Footer  */
.site-container {
	max-width: 1280px;
	margin: 0 auto;
	width: 95%;
}

.footer-about {
	display: flex;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 30px;
}

.footer-about img.footer-logo {
	width: 285px;
	height: 98px;
	margin-right: 70px;
}

.footer-about>p {
	width: calc(100% - 285px);
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 0;
}

.footer-divider {
	border: none;
	border-top: 1px solid #E0E0E0;
	max-width: 1280px;
}
.footer-connect {
	padding-top: 46px;
	padding-bottom: 67px;
}

.footer-contact-grid {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.contact-item label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
	font-size: 16px;
	color: #0B9729;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: 1.68px;
}

.contact-item label img {
	margin-right: 10px;
	height: 15px;
	width: 15px;
}

.contact-item h3 {
	font-size: 41px;
	color: #00508B;
	line-height: 62px;
}

.contact-item a {
	font-size: 19px;
	color: #141429;
	line-height: 29px;
	font-weight: 500;
}

.contact-item a:hover {
	color: #0f9728 !important;
}

.contact-address-info .location-card {
	max-width: 500px;
	margin: 0 auto;
}

.contact-address-info .location-card .location-address .location-icon img {
	margin-top: 12px;
}
footer .social-icons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .social-icons img {
	height: 19px;
	width: 19px;
}
.footer-links {
	display: grid;
	grid-template-columns: 0.8fr 1fr 1.6fr 0.8fr;
	gap: 48px;
	padding: 27px 50px 67px 50px;
}

.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col.industries ul {
	columns: 2;
	column-gap: 32px;
}

footer .footer-col h4 {
	font-size: 18px;
	color: #0B9729;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 22px;
	font-family: 'Poppins', sans-serif !important;
}

footer .footer-col li a {
	color: #141429;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
	font-weight: 400;
}

footer a:hover,
footer .footer-col li a:hover {
	color: #0B9729;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}

.footer-bottom a,
.footer-bottom p,
.footer-bottom span {
	font-size: 14px;
	color: #000000;
	margin-bottom: 0;
}

.footer-bottom-links a,
.footer-bottom-links span {
	margin-left: 15px;
}

footer.site-footer {
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

footer.site-footer:before,
footer.site-footer:after {
	position: absolute;
	content: '';
	width: 680px;
	height: 680px;
	background: transparent url(/wp-content/uploads/2025/12/Mask-Group-5.svg) no-repeat center / cover;
	z-index: 0;
}

footer.site-footer:before {
	top: 0;
	left: 0;
	transform: rotate(180deg);
	z-index: 0;
}

footer.site-footer:after {
	bottom: 0;
	right: 0;
	z-index: 0;
}

footer.site-footer * {
	position: relative;
	z-index: 2;
}

.home-aboutus-section.site-container {
	padding: 0 !important;
}

.desktop-hide,
.desktop-hide.knowledge-center-mobile-link {
	display: none;
}

.knowledge-center-block .latest-posts-arrows,
.knowledge-center-block .media-posts-arrows {
	display: none;
}

/* Leadership Section  */
.leadership-section {
	padding: 54px 0 100px;
}

.leadership-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 49px 14px;
}

.leadership-card {
	position: relative;
	overflow: hidden;
}

.leadership-image {
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding-bottom: 0;
	height: 400px;
	background: transparent url(../images/galleros-generic-headshot-bg.jpg) no-repeat center / cover;
}

.leadership-person {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform 0.35s ease-in-out;
	aspect-ratio: 295 / 400;
	object-fit: cover;
}

.leadership-card:hover .leadership-person {
	transform: scale(1.04);
}

.leadership-content {
	padding-top: 30px;
}

.leadership-card .leader-name {
	font-family: "Poppins" !important;
	font-size: 24px;
	line-height: 35px;
	color: #00508B;
	font-weight: 600;
	margin-bottom: 15px;
}

.leadership-card .leader-name a {
	transition: all .3s ease-in-out;
}

.leadership-card .leader-name a:hover {
	text-decoration: underline;
}

.leader-credentials,
.leader-designation {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: #141429;
	margin-bottom: 0;
}

.custom-newsletter-info {
	width: 100%;
	max-width: 100%;
	background: #00508B;
	padding-top: 38px;
	padding-bottom: 35px;
}

.custom-newsletter-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

body main .custom-newsletter-inner .newsletter-form #forminator-module-1607 {
	display: flex;
	align-items: baseline;
	margin-bottom: 0;
	justify-content: space-between;
	gap: 30px;
	position: relative;
}

.custom-newsletter-inner .newsletter-label h4 {
	color: #fff;
	font-size: 31px;
	line-height: 47px;
}

body main .custom-newsletter-inner .newsletter-form #forminator-module-1607 .forminator-row {
	margin-bottom: 0;
}

.custom-newsletter-inner .newsletter-form #forminator-module-1607 label {
	display: none !important;
}

.newsletter-form .forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) .forminator-response-message {
	margin-bottom: 0 !important;
}

.forminator-edit-module {
	display: none;
}
.custom-newsletter-inner .newsletter-form #forminator-module-1607 input[type="email"] {
	background: #fff;
	font-size: 19px;
	line-height: 29px;
	color: #141429;
	padding: 15px;
	border: 0px;
	outline: 0;
	width: 329px;
}

.custom-newsletter-inner .newsletter-form #forminator-module-1607 .forminator-button-submit {
	font-size: 19px !important;
	line-height: 29px;
	background: #0B9729;
	color: #fff;
	font-weight: 900 !important;
	padding: 15px;
	margin: 0;
}

.custom-newsletter-inner .forminator-error-message {
	position: relative;
	background: #c21a3a !important;
	color: #fff !important;
}

/* Signle Leadership  */
section.leadership-banner {
	background: url(./../images/single-leader-bg-image.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 70px;
	padding-bottom: 87px;
}

.leadership-banner-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}

.site-leader-container {
	max-width: 1024px;
	margin: 0 auto;
}

.leadership-banner-inner .leader-info .leader-eyebrow {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
}

.leadership-banner-inner .leader-info h1 {
	color: #fff;
	line-height: 1.5;
	font-size: 75px;
	margin-bottom: 0;
}

.leadership-banner-inner .leader-info p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 0;
}

.leadership-banner-inner .leader-info a.leader-email {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	word-break: break-word;
}

.leadership-banner-inner .leader-info a.leader-email:hover {
	color: #0B9729;
}

.leadership-banner-inner .leader-info p.leader-role {
	margin-bottom: 20px;
}

.leadership-banner-inner .leader-image {
	max-width: 295px;
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-end;
	margin-right: -20px;
	z-index: 1;
	aspect-ratio: 295 / 343;
	background: transparent url(../images/galleros-generic-headshot-bg.jpg) no-repeat center / cover;
}

.leadership-banner-inner .leader-image img {
	width: 100%;
	height: auto;
	transition: transform 0.35s ease;
	aspect-ratio: 295 / 365;
	object-fit: contain;
}

.leadership-banner-inner .leader-info .leader-email {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.leadership-banner-inner .leader-info .leader-email img {
	margin-top: 6px;
	height: 14px;
	width: 14px;
}

.single-leadership-content {
	padding-top: 91px;
	padding-bottom: 32px;
}

.single-leadership-content p {
	font-size: 20px;
	line-height: 1.7;
	font-family: 'Poppins', sans-serif;
	color: #141429;
}

.leadership-back-section {
	margin-bottom: 36px;
}

.leadership-divider {
	border: none;
	border-top: 1px solid #BDBDBD;
	margin-bottom: 36px;
}

.back-to-leadership:hover {
	color: #00508B;
}

.back-to-leadership {
	position: relative;
	font-size: 14px;
	line-height: 21px;
	color: #0B9729;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.99px;
	transition: all .3s ease-in-out;
}

.back-to-leadership span {
	margin-left: 15px;
}
.leader-email-inner {
	display: flex;
	flex-wrap: wrap;
	min-width: 0;
	align-items: end;
}

.leader-email-inner a {
	word-break: break-word;
	overflow-wrap: anywhere;
}

.leader-email-inner span {
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
	white-space: nowrap;
	font-weight: 900;
}

.footer-col.industries ul li:nth-child(8) {
	break-after: column;
}

.thaynk-you-section .thankyou-content {
	color: #13142B;
	margin-bottom: 38px;
}

.thaynk-you-section .thankyou-content span {
	color: #0B9729;
}

.thaynk-you-section .thank-you-btn {
	margin: 0 auto;
	text-align: center;
	max-width: 250px;
	padding: 15px 28px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	background: #0B9729;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.thaynk-you-section .thank-you-btn svg g#arrow-down-right {
	stroke: #fff;
}

.thaynk-you-section .thank-you-btn svg path {
	stroke: #fff;
}

.thaynk-you-section .thank-you-btn svg {
	transform: rotate(180deg);
}

main .thaynk-you-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.custom-error-page-section {
	padding-top: 96px;
	padding-bottom: 70px;
}

.custom-error-page-section .error-image img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 44px;
}

.custom-error-page-section .error-content .error-sub-title {
	text-align: center;
	color: #00508B;
	font-size: 45px;
	line-height: 69px;
	margin-bottom: 16px;
	font-weight: 600;
	font-family: 'Bodoni Moda', sans-serif !important;
}

.custom-error-page-section .error-content p {
	font-size: 18px;
	text-align: center;
	color: #212121;
	line-height: 32px;
	margin-bottom: 16px;
}

.custom-error-page-section .error-button a {
	margin: 0 auto;
	display: flex;
	background: #0B9729;
	max-width: 245px;
	padding: 15px 28px;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.custom-error-page-section .error-button a>span {
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
}

.custom-error-page-section .error-button a svg path {
	stroke: #fff;
}
.custom-error-page-section .error-title {
	font-size: 380px;
	text-align: center;
	font-weight: 900;
	line-height: 0.9;
	font-family: 'Poppins' !important;
	color: transparent;
	text-align: center;
	margin-bottom: 40px;
}

.custom-error-page-section .error-title .t1 {
	background: transparent url(/wp-content/uploads/2026/01/pedro-lastra-Nyvq2juw4_o-unsplash.webp) no-repeat center / auto;
	background-clip: text;
}

.custom-error-page-section .error-title .t2 {
	background: transparent url(/wp-content/uploads/2026/01/thomas-habr-6NmnrAJPq7M-unsplash.webp) no-repeat center / auto;
	background-clip: text;
}

.custom-error-page-section .error-title .t3 {
	background: transparent url(/wp-content/uploads/2026/01/zany-jadraque-ply-6rPZKSA-unsplash.webp) no-repeat center / auto;
	background-clip: text;
}

.custom-error-page-section .error-button {
	max-width: 230px;
	margin: 0 auto;
}

span.ct-toggle-dropdown-desktop {
	--theme-icon-size: 12px;
	--toggle-button-size: 24px;
	margin-top: 3px;
}

.contact-middle-section .inner-contact-grid-block h2 {
	font-size: 59px;
	line-height: 90px;
	color: #00508B;
	letter-spacing: -1.18px;
	margin-bottom: 15px;
}

.contact-middle-section .inner-contact-grid-block h4.gb-text {
	font-size: 24px;
	line-height: 32px;
	color: #141429;
	font-family: 'Poppins', system-ui, sans-serif !important;
	margin-bottom: 10px;
}

.contact-middle-section .contact-info-wrapper .contact-item {
	margin: 50px 0;
}

.contact-middle-section .contact-info-wrapper .icon {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}

.contact-info-wrapper .icon img {
	height: 14px;
	width: 14px;
}

.contact-info-wrapper .icon span.label {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	color: #141429;
}

.contact-info-wrapper .contact-item .contact-text a,
.contact-info-wrapper .contact-item p {
	font-size: 22px;
	line-height: 1.4;
	color: #141429;
	font-weight: 500;
	margin-bottom: 0;
}

.contact-middle-section .inner-contact-grid-block .contact-info-wrapper .social-media span.label {
	font-size: 16px;
	line-height: 25px;
	color: #141429;
}

.contact-middle-section .contact-info-wrapper .social-icons {
	padding-top: 10px;
	display: flex;
	gap: 35px;
}

.contact-middle-section .inner-contact-grid-block .contact-info-wrapper .social-icons img {
	fill: #000;
}

.gr-form-wrapper .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=enclosed] .forminator-row-inside:not(:last-child),
.gr-form-wrapper .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=enclosed] .forminator-row:not(:last-child){
	margin-bottom: 17px !important;
}

.gr-form-wrapper .forminator-ui .forminator-label {
	font-size: 18px !important;
	line-height: 1 !important;
	color: #212121;
	margin-bottom: 17px !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400 !important;
}

.gr-form-wrapper .forminator-row input,
.gr-form-wrapper .forminator-row textarea {
	border: 2px solid #01509A !important;
}

.gr-form-wrapper .forminator-row textarea {
	max-height: 134px !important;
}

.gr-form-wrapper .forminator-row .forminator-col .forminator-field button.forminator-button.forminator-button-submit {
	background: #0B9729;
	text-transform: uppercase;
	font-size: 19px !important;
	line-height: 29px;
	color: #fff;
	padding: 15px 55px 15px 30px;
	position: relative;
	font-weight: 700 !important;
}

.gr-form-wrapper .forminator-button.forminator-button-submit::after {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(./../images/submit-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
}

.gr-form-wrapper .forminator-row.forminator-row-last .forminator-field {
	display: flex;
	justify-content: end;
}

.gr-form-wrapper .forminator-row input {
	min-height: 45px;
}

.gr-form-wrapper .forminator-row input:focus,
.gr-form-wrapper .forminator-row textarea:focus {
	border-color: #0B9729 !important;
	outline: none;
}

.contact-address-info .location-card {
	background: #00508B;
	padding: 30px 21px 24px 37px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.contact-address-info .location-card .location-address {
	display: flex;
	align-items: baseline;
	gap: 24px;
	flex-grow: 1;
	border-bottom: 2px solid #fff;
}

.contact-address-info .location-card .location-address a {
	color: #fff;
	font-size: 22px;
	line-height: 33px;
	width: calc(100% - 30px);
	margin-bottom: 24px;
}

.contact-address-info .location-card .location-address a:hover,
.contact-address-info .location-card .location-phone a:hover strong {
	color: #0f9728;
}

.contact-address-info .location-card .location-address .location-icon {
	max-width: 30px;
	width: 30px;
	height: auto;
}

.contact-address-info .location-card .location-phone {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 27px;
}

.contact-address-info .location-card .location-phone p,
.contact-address-info .location-card .location-phone strong,
.contact-address-info .location-card .location-phone a {
	color: #fff;
	margin-bottom: 0;
}

.contact-address-info .location-card .location-phone span {
	font-size: 18px;
	line-height: 33px;
}

.contact-address-info .location-card .location-phone strong {
	font-size: 21px;
}

.contact-address-info .add-box-section {
	max-width: 1054px;
}


@media screen and (min-width:999px) {
	[data-header*="type-1"] .ct-header [data-row*="middle"] {
		padding-top: 20px;
	}

	#header [data-column=end] [data-items] {
		flex-direction: column;
		align-items: flex-end;
	}

	#header .site-logo-container {
		margin-bottom: 20px;
	}

	#header [data-column-set="2"]>div {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}

	#header [data-column=end] {
		width: 80% !important;
	}

	nav#header-menu-1,
	nav#header-menu-1 ul#menu-header-menu {
		width: 100%;
		justify-content: flex-end;
	}
}

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

	.leadership-card:last-child:nth-child(4n + 1) {
		grid-column: 2 / span 2;
	}

	.leadership-card:nth-last-child(2):nth-child(4n + 1) {
		grid-column: 2;
	}

	.leadership-card:last-child:nth-child(4n + 2) {
		grid-column: 3;
	}
}

@media screen and (max-width: 991px) and (min-width: 767px) {

	.contact-middle-section .site-container {
		padding-right: 0 !important;
	}

	.contact-middle-section {
		width: 100% !important;
	}

	.contact-form-right-inner-block {
		padding-right: 32px !important;
	}
}

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

	#main-container .site-main .site-container,
	#header .ct-container {
		padding-left: 32px;
		padding-right: 32px;
		width: 100%;
	}

	#header [data-items] .ct-header-socials {
		margin-left: 0;
	}

	.footer-links {
		padding-left: 0;
		padding-right: 0;
	}

	.media-post-container .knowledge-center-block {
		padding-bottom: 80px;
	}

	.page-title-section-inner,
	main .custom-page-title-section .page-title-section-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.leadership-section {
		padding: 60px 0 60px;
	}

	.leadership-image {
		height: auto;
	}

	.leadership-card .leader-name {
		font-size: 22px;
		line-height: normal;
	}

	.leader-credentials,
	.leader-designation {
		font-size: 16px;
		line-height: 1.5;
	}

	.custom-newsletter-inner .newsletter-label h4 {
		font-size: 28px;
		line-height: normal;
	}

	.leadership-grid {
		gap: 20px;
	}

	.leadership-card {
		padding-bottom: 0;
	}

	.site-leader-container {
		padding-left: 36px;
		padding-right: 36px;
	}

	.leadership-banner-inner .leader-image {
		margin: 0;
	}

	.footer-contact-grid {
		justify-content: space-between;
	}

	.leadership-banner-inner .leader-info h1 {
		font-size: 60px;
	}

	.thaynk-you-section h1 {
		font-size: 70px;
		margin-bottom: 10px;
		line-height: 1.5;
	}

	[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
		width: 832px;
		background: #fff;
		padding: 30px;
		columns: 2;
		column-gap: 18px;
		position: absolute;
		left: -250px;
	}

	main .thaynk-you-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

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

	.custom-error-page-section {
		padding-top: 60px;
		padding-bottom: 50px;
	}
}

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

	.btn.btn-large {
		padding: 8px 10px !important;
	}

	.btn{
		font-size: 18px;
	}

	.contact-middle-section .inner-contact-grid-block h2 {
		font-size: 45px;
	}

	.contact-middle-section .inner-contact-grid-block h4.gb-text {
		font-size: 20px;
	}

	.contact-middle-section .contact-info-wrapper .contact-item {
		margin: 30px 0;
	}

	.contact-info-wrapper .contact-item .contact-text a,
	.contact-info-wrapper .contact-item p {
		font-size: 18px;
	}
	.knowledge-center-block .media-title.media-title--no-video a {
		font-size: 20px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 991px) {
	.footer-links {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-aboutus-section>div {
		column-gap: 0;
	}

	.footer-about>p {
		font-size: 16px;
		line-height: normal;
	}

	.footer-about img.footer-logo {
		width: 250px;
		height: 100%;
		margin-right: 20px;
	}

	.contact-item h3 {
		font-size: 30px;
	}

	.contact-item label,
	.contact-item a {
		font-size: 14px;
		line-height: normal;
	}

	footer .footer-col h4 {
		font-size: 16px;
		line-height: normal;
	}

	.footer-bottom a,
	.footer-bottom p,
	.footer-bottom span {
		font-size: 13px;
		line-height: normal;
	}

	.media-title.media-title--no-video a {
		font-size: 18px;
		line-height: normal;
	}

	body .media-post-container .latest-post-title,
	body .media-post-container h4.media-title,
	body .media-post-container .latest-post-title a {
		font-size: 18px;
	}

	.latest-post-image img {
		width: 100%;
		height: 200px;
	}

	.media-content {
		padding: 20px;
	}

	.footer-about {
		padding-top: 50px;
		padding-bottom: 25px;
	}

	.footer-connect {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.media-thumb img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.leadership-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.leadership-card {
		padding-bottom: 20px;
	}

	.leadership-image {
		height: auto;
	}

	.leadership-section {
		padding: 50px 0 50px;
	}

	.page-title-section-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.page-title-section-inner h1 {
		font-size: 60px;
	}

	.custom-newsletter-inner .newsletter-label h4 {
		text-align: center;
		font-size: 24px;
	}

	.custom-newsletter-inner {
		gap: 10px;
	}

	.custom-newsletter-inner .newsletter-form #forminator-module-1607 input[type="email"] {
		max-width: 250px;
		font-size: 16px;
		padding: 10px;
	}

	.custom-newsletter-inner .newsletter-form #forminator-module-1607 {
		gap: 20px;
	}

	.custom-newsletter-inner .newsletter-form #forminator-module-1607 .forminator-button-submit {
		font-size: 15px !important;
		padding: 10px 0;
	}

	.leadership-card .leader-name {
		font-size: 20px;
		margin-bottom: 0;
	}

	.leader-credentials,
	.leader-designation {
		font-size: 16px;
		line-height: normal;
	}

	.site-leader-container {
		padding-left: 32px;
		padding-right: 32px;
	}

	.leadership-banner-inner .leader-info h1 {
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.leadership-banner-inner .leader-info p,
	.leadership-banner-inner .leader-info .leader-eyebrow {
		font-size: 17px;
	}

	section.single-leadership-content {
		padding: 60px 0 30px;
	}

	.single-leadership-content p {
		font-size: 18px;
	}

	.leadership-banner-inner .leader-image {
		margin: 0;
		height: auto;
	}

	section.leadership-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.media-title a {
		font-size: 17px;
	}

	.media-date {
		font-size: 14px;
	}

	.thaynk-you-section h1 {
		font-size: 50px;
	}

	.thaynk-you-section .thankyou-content {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.thaynk-you-section .thank-you-btn {
		font-size: 14px;
		padding: 10px 20px;
		max-width: 200px;
	}

	.custom-error-page-section {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	main .thaynk-you-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.error-title {
		font-size: 280px;
	}

	.contact-middle-section .inner-contact-grid-block h2 {
		font-size: 40px;
	}

	.contact-middle-section {
		padding-bottom: 40px;
	}

	.contact-form-right-inner-block p.gb-text {
		font-size: 20px;
		line-height: 1.5;
	}

	.contact-form-right-inner-block .forminator-ui.forminator-custom-form {
		margin-bottom: 0;
	}

	.contact-address-info .location-card {
		padding: 15px;
	}
}

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

	.knowledge-center-block .latest-posts-arrows,
	.knowledge-center-block .media-posts-arrows {
		display: flex;
	}

	#main-container .site-main .site-container,
	#header .ct-container {
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
	}

	.media-post-container .knowledge-center-block {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.media-posts-grid,
	.latest-posts-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.footer-about {
		padding-top: 57px;
		padding-bottom: 40px;
		display: block;
	}

	.footer-about img.footer-logo {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.footer-about p {
		width: 100%;
		padding: 0px;
		font-size: 19px;
		line-height: 29px;
		font-weight: 400;
		margin-bottom: 0;
	}

	.footer-contact-grid {
		display: block;
	}

	.footer-connect {
		padding-top: 25px;
		padding-bottom: 0;
	}

	.contact-item h3 {
		font-size: 41px;
		line-height: 62px;
		padding-bottom: 17px;
	}

	footer .contact-item {
		margin-bottom: 20px;
	}

	.contact-item label {
		font-size: 16px;
		line-height: 25px;
		color: #0B9729;
		letter-spacing: 1.68px;
	}

	.contact-item a {
		font-size: 19px;
		line-height: 29px;
		margin-right: 10px;
	}

	footer .social-icons {
		justify-content: flex-start;
	}

	.footer-links {
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
		padding-top: 30px;
		padding-bottom: 0;
	}

	footer .footer-col h4 {
		font-size: 24px;
		line-height: 12px;
	}

	.footer-col.industries ul {
		columns: unset;
		column-gap: unset;
	}

	footer .footer-col li a {
		font-size: 16px;
		line-height: 25px;
		padding-bottom: 20px;
	}

	footer .footer-col ul li {
		margin-bottom: 15px;
	}

	footer .footer-col {
		margin-bottom: 20px;
	}

	.footer-bottom {
		display: block;
		margin-bottom: 0;
	}

	.footer-bottom a,
	.footer-bottom p,
	.footer-bottom span {
		font-size: 15px;
		line-height: 29px;
	}

	.footer-bottom p {
		margin-bottom: 10px;
	}

	.footer-bottom-links a {
		margin: 0;
	}

	body .media-post-container .latest-post-title,
	body .media-post-container h4.media-title,
	body .media-post-container .latest-post-title a {
		font-size: 20px;
	}

	p.media-date {
		font-size: 15px;
		font-weight: normal;
	}

	.mobile-hide,
	.home .blogpost-head .mobile-hide {
		display: none;
	}

	.desktop-hide,
	.home .blogpost-head .desktop-hide {
		display: block;
	}

	.home .blogpost-head {
		display: block;
		padding-top: 0;
	}

	.knowledge-center-mobile-link {
		padding: 0;
		margin: 0;
		padding-top: 30px;
	}

	.footer-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}
	.footer-bottom-links {
		display: flex;
		gap: 16px;
		align-items: center;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-bottom-links {
		order: 1;
		justify-content: center;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.footer-bottom p {
		order: 2;
	}

	.footer-bottom-links span {
		display: block;
		width: 100%;
	}

	.footer-bottom {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.latest-posts-arrows,
	.media-posts-arrows {
		display: flex;
		justify-content: center;
		gap: 16px;
		margin-top: 35px;
		margin-bottom: 60px;
	}

	.latest-posts-arrows button,
	.media-posts-arrows button{
		background: none;
		border: none;
		cursor: pointer;
	}

	.latest-posts-arrows button,
	.media-posts-arrows button {
		height: 53px;
		width: 53px;
	}

	.latest-posts-arrows button.latest-prev,
	.media-posts-arrows button.media-prev.slick-arrow {
		transform: rotate(180deg);
	}

	button.slick-disabled {
		opacity: 0.3;
	}

	.media-title.media-title--no-video a {
		font-size: 20px;
	}

	footer.site-footer:before,
	footer.site-footer:after {
		position: absolute;
		content: '';
		width: 316px;
		height: 414px;
	}

	.desktop-hide,
	.desktop-hide.knowledge-center-mobile-link {
		display: flex;
	}

	.leadership-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 14px;
	}

	.page-title-section-inner h1 {
		line-height: normal;
		font-size: 48px;
	}

	.leadership-image {
		width: 100%;
		display: block;
	}

	.leadership-card {
		padding-bottom: 0;
	}

	.leadership-content {
		padding-top: 10px;
	}

	.page-title-section-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.leadership-section {
		padding: 50px 0;
	}

	.custom-newsletter-inner,
	.custom-newsletter-inner .newsletter-form #forminator-module-1607 {
		display: block !important;
		max-width: 500px;
		margin: 0 auto;
	}

	.custom-newsletter-inner h4 {
		margin-bottom: 20px;
	}

	.custom-newsletter-inner .newsletter-form #forminator-module-1607 input[type="email"] {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
		padding: 10px;
		font-size: 16px;
	}

	.custom-newsletter-inner .newsletter-form #forminator-module-1607 .forminator-button-submit {
		font-size: 16px !important;
		line-height: normal;
		padding: 10px;
	}

	.site-leader-container {
		padding-left: 36px;
		padding-right: 36px;
	}

	.leadership-banner-inner .leader-info h1 {
		margin-bottom: 20px;
		margin-top: 0;
	}

	.leadership-banner-inner .leader-info p,
	.leadership-banner-inner .leader-info .leader-eyebrow,
	.leadership-banner-inner .leader-info a.leader-email {
		font-size: 15px;
		line-height: normal;
	}

	.leadership-banner-inner {
		flex-direction: column-reverse;
		gap: 20px;
		align-items: flex-start;
	}

	.leadership-banner-inner .leader-info {
		margin-bottom: 20px;
	}

	.leadership-banner-inner .leader-image {
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.single-leadership-content p {
		font-size: 16px;
	}

	.single-leadership-content {
		padding: 60px 0 30px;
	}

	.home-hero {
		margin-bottom: 0;
	}

	.media-card .media-content {
		height: 100%;
	}

	.media-card.no-video .media-content {
		height: 100%;
	}

	.leadership-person {
		width: 100%;
		height: 100%;
		display: block;
		transition: transform 0.35s ease;
		object-fit: cover;
		margin: 0 auto;
	}

	.custom-error-page-section .error-content .error-sub-title {
		font-size: 27px;
		line-height: 1.5;
	}

	.custom-error-page-section .error-content p {
		font-size: 16px;
		line-height: 1.5;
	}

	.custom-error-page-section .error-button a>span {
		font-size: 14px;
	}

	.custom-error-page-section .error-button a {
		padding: 10px 20px;
		max-width: 170px;
	}

	.custom-error-page-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.slide-item-inner {
		height: 100%;
	}

	.media-posts-grid .slick-list,
	.latest-posts-grid .slick-list {
		padding-right: 40px;
	}

	.media-post-container.site-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.latest-posts-grid .slick-track {
		display: flex !important;
	}

	.latest-posts-grid .slick-slide {
		display: flex !important;
		height: auto !important;
		margin: 0 8px;
	}
	
	.media-posts-grid .slick-slide{
		margin: 0 8px;
	}

	.error-title {
		font-size: 180px;
	}

	.contact-middle-section .inner-contact-grid-block .contact-info-wrapper .contact-item {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.contact-middle-section {
		max-width: 100%;
		width: 100% !important;
	}

	.gr-form-wrapper .forminator-button.forminator-button-submit::after {
		margin-left: 10px;
		right: unset;
	}

	.contact-address-info .location-card {
		max-width: 100%;
	}

	.btn{
		font-size: 16px;
	}

	.btn .btn-icon {
		margin-left; 7px;
	}

	.btn .btn-icon svg {
		width: 12px;
		height: 12px;
	}
	.knowledge-center-block .latest-posts-grid, .knowledge-center-block .media-posts-grid {
		display: block;
	}

}

@media screen and (max-width: 450px) {
	.leadership-grid {
		grid-template-columns: 1fr;
	}

	.knowledge-center-block h2 {
		font-size: 35px;
	}

	.error-title {
		font-size: 100px;
		margin-bottom: 26px;
	}

	.contact-address-info .location-card .location-address,
	.contact-address-info .location-card .location-phone {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}