/*!
Theme Name: Key Bridge
Theme URI: https://virtualwindow.com
Author: Virtual Window
Author URI: https://virtualwindow.com
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and plugin. Start amazing websites with blocks today! Install the plugin to add even more page such as testimonials, sharing icons, notices, call to actions, buttons and more.
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pmforu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Components Default Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
    --primary: #21325D;
    --secondary:  #3e5c83;
    --light-green: #3EB24A;
    --green: #4BA186;
    --btn-primary: #21325D;
    --dark-green: #204922;
    --white: #ffffff;
    --black: #041235;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;

}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 60px;
	margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--primary-text);
	 font-family: 'Rubik';
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	 font-family: 'Rubik';
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	transition: all 0.3s easy;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	   font-family: 'Rubik';
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1rem;
	 font-family: 'Rubik';
	font-weight: 400;
	line-height: 1.5;
	color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	 font-family: 'Rubik';
	font-weight: 500;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 10px 10px;
	padding-left: 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--btn-primary);
}

a:hover,
a:focus,
a:active {
	color: var(--btn-primary);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

a {
	text-decoration: none;
	transition: color 300ms linear;
}
/*a:hover {
	color: var(--btn-secondary);
}*/

/* General Styles */
.main-header {
	position: fixed;
	width: 100%;
	z-index: 99;
	/*transition: all 0.4s ease-in-out;*/
	padding: 0;
}

.small-header {
    position: fixed !important;
    top: 0;
    box-shadow: 0px 5px 10px 0px #0000000D;
    background: var(--white);
}
/**/.main-header {
    background: var(--white);
    position: relative;
}
.main-header.small-header .menu-top li a {
    color: var(--black);
}
/*.home */#mainNav>li.menu-item-has-children > a::before {
    border-color: #fff;
}
/*.home */.main-header.small-header #mainNav>li.menu-item-has-children > a::before {
    border-color: #041235;
}
/*.home */.menu-top .sub-menu li {
    margin-bottom: 0;
    padding: 10px 0;
}
/*.home */.menu-top ul li a {
    color: #041235;
    padding: 0px 0;
}
/*.home */.main-header:not(.small-header) .menu-top .sub-menu li a:after {
    background: var(--black);
}
.header-wrap-left {
	width:100%;
	transition: all 0.5s ease-in-out;
	padding: 5px 0;
}
.logo-wrapper {
    margin-right: 20px;
}
/*.small-header .header-wrap-left .main-logo {
    max-width: 100px;
}*/
.header-right-col.menu {
    width: 80%;
}
.menu-top {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.menu-top li {
    margin-right: 24px;
    padding: 30px 0;
}
#mainNav>li.menu-item-has-children > a {
    padding: 0 20px 0 0;
}
.menu-top li.menu-item-has-children {
    margin-right: 34px;
    position: relative;
}
.menu-top li:last-child {
    margin-right: 0;
}

/*.menu-button {
    display: none;
    cursor: pointer;
}
*/
.menu-button svg {
    fill: #414AEB;
}

/*.menu-wrap {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 300px;
    padding: 20px;
}
*/
.menu-sidebar {
    padding: 10px;
}
.footer-logo svg {
    max-width: 157px;
}
.footer-logo {
	width: 100%;
}
.footer-cntr {
	padding: 50px 0px 30px;
}
.menu-full-wrapper {
    display: flex;
    flex-direction: column;
}
.footer-logo-wrp {
	max-width: 250px;
}
.footer-lists {
	align-items: center;
	justify-content: space-between;
	justify-content: center;
}
.footer-lists .footer-nav {
	display: flex;
	flex-wrap: wrap;
}
.footer-lists .footer-nav li {
	display: block;
	width: 100%;
	list-style: none;
}
.footer-lists .footer-nav li a {
	color: #fff;
}
.footer-lists .footer-nav li a:hover {
	color: var(--btn-primary);
}
.copyright-text {
    margin-top: 0;
    color: #fff;
    text-align: center;
}
body .component-page-banner-sec.header-2 {
    max-height: 200px;
        overflow: hidden !important;
}
.component-card-carousel-sec .card-head {
    margin-bottom: 0 !important;
}
.component-card-carousel-sec h2 {
    font-size: 35px;
   /* background: url(/wp-content/uploads/2025/03/title-heading.png) no-repeat center;*/
    /*padding-bottom: 75px;*/
    background-size: 60px;
}
.card-content p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}
/* Desktop Styles */
@media (min-width: 1200px) {
	.divider-image, .hero-image {
    min-height: 450px;
    background-attachment: fixed;
}
.component-page-banner-sec .page-banner-sub-heading{
    font-size: 30px;
}
	.content-box-full-width .section-description {
/*     width: 60%; */
    margin: 20px auto 0;
}
	.menu-top li a:hover:after, .menu-top .current-menu-item > a:after, .menu-top .current_page_ancestor >a:after
	{
		transform: scaleX(1);
		transform-origin: bottom left;
	}
    .nav-menu-header {
        display: block;
    }

    .menu-button {
        display: none;
    }

    .menu-wrap {
        display: none;
    }
    .header-wrap-left {
    	width: 100%;
    	transition: all 0.5s ease-in-out;
    }
}
@media only screen and (min-width: 1024px)
{
	.component-accordion-sec
	{
		max-width: 75%;
		margin: 0 auto;
	}
	.component-image-content-boxes-sec:not(.content-box-full-width) .row > div {
            flex: 0 0 50%;
        padding: 0px;
        justify-content: flex-start ! IMPORTANT;
}
}
/* Mobile Styles */
@media (max-width: 1400px) {

.menu-top li {
    margin-right: 15px;
}
.menu-top li.menu-item-has-children {
    margin-right: 25px;
}
.menu-top li a {
    font-size: 15px !important;
}
.social-icon-footer a {
    margin:0 5px !important;
   
}
}
@media (max-width: 1199.98px) {
	.full-width-slider.component-image-content-boxes-sec .owl-carousel.arrows-Right .owl-nav {
    right: 30px !important;
}
	/* new parallax css*/
.divider-image, .hero-image {
    min-height: 200px;
    background-attachment: unset;
}
	body .component-stat-bar-sec .inner-counter-box svg, body .component-stat-bar-sec .inner-counter-box img {
    width: 120px !important;
    height: 130px !important;
}
	    .menu-wrap {
        background-color: var(--black2);
    }
	.header-right-col.menu {
    padding-right: 0;
}
.menu-top li a:hover:after, .menu-top .current-menu-item > a:after {
    width: 0;
}

   /* .nav-menu-header {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .menu-wrap {
        display: none;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-full-wrapper {
        display: flex;
        flex-direction: column;
    }

    .menu-sidebar {
        width: 100%;
    }*/
}
@media only screen and (max-width: 992px)
{	
	.full-width-slider.component-image-content-boxes-sec .owl-carousel.arrows-Right .owl-nav {
    right: 90px !important;
}
	.banner-slide {
	    padding-bottom: 180px !important;
	}
	[id^="banner-slider-"].banner-slider .owl-dots, .component-card-carousel-sec .owl-carousel .owl-dots {
    display: none;
	}
	.component-card-carousel-sec .owl-nav .owl-prev {
	    left: -25px !important;
	}
	.component-card-carousel-sec .owl-nav .owl-next {
	    right: -25px !important;
	}
	[id^="banner-slider-"].banner-slider .owl-nav {
	    left: 50% !important;
	    padding: 0 !important;
	    width: 10% !important;
	}
	h2 {
        font-size: 32px;
    }
	.content-box {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .banner-content .btn-primary {
    font-size: 12px;
}
}
@media only screen and (max-width: 767px)
{
	.alertbar p {
    padding: 0 20px;
}
	.full-width-slider.component-image-content-boxes-sec  .owl-carousel .owl-nav button {
	    max-width: 20px;
	    height: 20px;
	    min-width: 20px;
	}
	.full-width-slider.component-image-content-boxes-sec .owl-carousel .owl-nav {
	    bottom: 0;
	    padding: 0;
	    left: 50% !important;
	}
	.full-width-slider.component-image-content-boxes-sec .owl-carousel .owl-dots.custom-dots
	{

		bottom: 0;
	}
	.full-width-slider.component-image-content-boxes-sec .owl-carousel .owl-nav span {
	    width: 7px !important;
	    height: 7px !important;
	}
	.full-width-slider.component-image-content-boxes-sec .owl-carousel.dots-Right .owl-dots.custom-dots {
	    right: 130px !important;
	}
	.component-image-content-boxes-sec .owl-carousel .owl-item img {
		margin: 0 auto;
	}
	.cta_large .wpcf7-response-output {
	    bottom: -20px !important;
	}
	.custom-opt-in p {
	    margin-bottom: 0;
	}
		.form-section.cta-form .mobile-submit {
	    order: 4;
	}
	.graduation-div > p {
    column-gap: 0 !important;
    flex-wrap: wrap;
    row-gap: 10px;
	}
	.inside-cta-box-wrap .graduation-div > p .wpcf7-form-control-wrap{
	    flex: 0 0 100% !important;
	}
		.connected-form .d-flex {
	    flex-direction: column;
	    gap: 0 !important;
	}
		.header-search-box {
	        width: 350px ! IMPORTANT;
	        right: -50px !important;
	}
	#counter .inner-counter-box {
        width: calc(100% / 1) !important;
        padding: 30px 0;
    }
	.social-icon-footer {
	    margin-top: 30px;
	}
		.contact-information .blockfloating-content-boxes-list-box {
	    flex-direction: row !important;
	}
		.custom-stay-connected-form .wpcf7-response-output {
	    font-size: 10px !important;
	    bottom: -20px !important;
	    width: 100% !important;
	}
	h2 {
	    font-size: 30px;
	}
	.component-card-carousel-sec h2 {
	    font-size: 25px;
	}
	.footer-cntr {
	    font-size: 14px;
	}
		.footer-cntr ul {
	    flex-direction: column;
	    align-items: center;
	}
	.home-banner-video .banner-content .btn-primary {
    height: 50px !important;
    line-height:15px;
    margin: 10px 0px 0 !IMPORTANT;
    font-size: 14px;
    width: 90%;
    justify-content: center;
}
	.wpcf7-response-output {
           font-size: 9px !important;
        width: 96% !important;
        bottom: -40px !important;
}
.contact-wrapper .contact-right {
    padding: 40px 20px;
}
}
/* Alert Bar */
.alertbar .alert_closebtn svg, .alertbar .alert_closebtn img {
    width: 12px;
    height: 12px;
}
.alertbar {
    position: relative;
    background: var(--primary);
    padding: 8px 0px;
    border-radius: 0px;
}
.alertbar * {
    margin-bottom: 0px;
    color: var(--white);
    font-size: 14px;
}
.alertbar a:hover, .alertbar a:focus{
    color: var(--light-green);
}
@media screen and (max-width: 1600px) {
    .notification-bar * {
        font-size: 16px;
    }
}
.alert_closebtn {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Show alert bar class */
/*#alert-bar {
    display: none;
}*/
.showing-alertbar {
    margin-top: 0; /* Adjust this value based on the alert bar height */
}

.display-alery-bar {
    margin-top: 50px; /* Adjust this value based on the alert bar height */
}

/* Menu Button Active State */
.menu-button.active + .menu-wrap {
    display: block;
}
.main-logo {
	max-width: 135px;
    transition: all 0.5s ease-in-out;
    /*height: 64px;*/
	width:135px;
	cursor: pointer;
}
.head-logo-wrap{
    width: 20%;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.menu-top ul {
    margin: 0;
}
.sub-menu {
    min-width: 177px;
    z-index: 9;
    text-align: left;
    box-shadow: 0px 4px 4px 0px rgba(26, 24, 29, .1);
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    display: block;
    right: 0;
    padding: 0 10px;
}
ul.menu-top li:hover>ul, ul.menu-top li:focus-within>ul {
    display: block;
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.sub-menu li {
    margin-bottom: 0;
    display: block;
    margin-right: 0;
    padding: 10px 0;
}
.menu-top li a {
    color: var(--white);
}
.menu-top li a {
    padding: 0px 0px 0 0;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    color: var(--black);
    margin: 0;
    letter-spacing: 0.4px;
}
.menu-top li a:hover{
	color: var(--primary);
}
#mainNav> li a:hover::before, .menu-top .current_page_ancestor >a:before, .menu-top .current-menu-item > a:before {
    border-color: var(--primary) !important;
}
.menu-top li a:hover, .menu-top .current-menu-item > a, #menu-footer-menu li a:hover:after, #menu-footer-menu li.current-menu-item a:after, .copyright-links a:hover:after, .menu-top .current_page_ancestor >a{
	    transform: scaleX(1) !important;
	    transform-origin: bottom left !important;
	    color: var(--primary) !important;
	    
}
.main-header:not(.small-header) .menu-top li a:after {
    background: var(--white);
}
.menu-top li a:after, #menu-footer-menu li a:after, #menu-footer-menu li.current-menu-item a:after, .copyright-links a:after{
	    content: "";
	    width: 100%;
	    height: 1px;
	    background: var(--primary);
	    position: absolute;
	    bottom: -4px;
	    left: 0;
	    transition: transform 0.5s ease;
	    z-index: -1;
	    transform: scaleX(0);
	    transform-origin: bottom right;
}
#load-more {
    display: inline;
}
.menu-top .primary-btn >a, .btn-primary, .wp-block-button__link, #load-more {
    background: var(--primary);
    border-radius: 4px;
    border: 1px solid var(--primary);
    margin-right: 0px;
    color: var(--white);
    padding: 8px 16px;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 25px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}
.menu-top .primary-btn >a:hover, .btn-primary:hover, .wp-block-button__link:hover, #load-more:hover,
.menu-top .primary-btn >a:focus, .btn-primary:focus, .wp-block-button__link:focus, #load-more:focus{
	background: transparent;
	border: 1px solid var(--primary);
	color: var(--primary) !important;
}
.menu-top .primary-btn >a:after{
	display:none;
}
#mainNav>li.menu-item-has-children > a::before {
    content: "";
    right: 0;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #041235;
    border-bottom: 2px solid #041235;
    transform-origin: 5px 0px;
    transition: all 0.3s ease-in-out;
    right: 0;
}
/* ============== New Css ===============*/
main {
    display: block;
    overflow-x: unset;
    flex: 1;
}
/*======== Header/Footer Css ==========*/

#menu-main-menu {
    list-style: none;
    align-items: center;
}
#menu-main-menu li {
    margin-inline: 20px;
}
#menu-main-menu li > a {
    color: var(--primary);
    font-size: 14px;
    line-height: 2;
}
#menu-main-menu li > a:hover{
	text-decoration:underline;
}
.footer-copyright {
    padding: 20px 0px;
    border-top: 1px solid rgb(22 29 72 / 10%);
}
.footer-copyright p, .footer-copyright a, .footer-content a {
    margin-bottom: 0px;
    color: var(--black);
    position: relative;
}
.footer-copyright a:hover, .footer-content a:hover{
	color: var(--primary);
}
.header-top .row {
    height: 40px;
}
/* =========== Search bar css* ========*/
.header-search-box {
    pointer-events: none;
}
.header-search-box.open-search {
    pointer-events: unset;
}
.search-wrap {
    position: relative;
    height: 100%;
}
.search-row{
    position: relative;
}
.search-icon {
    cursor: pointer;
    transition: all ease-in-out .45s;
    width: 24px;
    height: 100%;
    margin-left: 0px;
    margin-right: 30px;
    ter;
    display: flex;
    align-items: center;
}
.search-icon svg, .search-icon img {
    width: 24px;
    height: 24px;
}
.small-header .search-icon svg, .small-header .search-icon svg path, .main-header .search-icon svg path {
    fill: var(--black);
}
.header-search-box {
    position: absolute;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    opacity: 0;
    height: 0;
    top: 36px;
    right: 0;
    padding: 5px 15px 10px 12px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.09);
    border-radius: 2px;
    width: 400px;
}
.header-search-box.open-search {
    opacity: 1;
    height: 50px;
    z-index: 999999;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 0;
    transform: translateY(60%);
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
}
.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 18px;
    width: 1px;
    background-color: var(--black);
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:hover::before, .header-search-box span.closebtn:hover::after{
    background-color: #006564;
}

.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 10px;
    top: 0;
    transform: translate(0, 0);
    max-width: 85%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 50px;
    color: #041235;
    padding: 5px 38px 5px 10px;
    border: none;
    border-bottom: 0px solid #ddd;
    width: 100%;
}
.header-search-box input.search:focus ~ .msg-side-form{
    display:none;
}

#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 5px 10px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}
#site-searchs svg, #site-searchs img{
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(0);
}
#site-searchs svg, #site-searchs svg path{
    fill: var(--black);
    width: 18px;
    height: 18px;
}
.header-top svg {
    width: 19px;
    height: 19px;
}
.home .small-header .header-top {
    background: #F5F6FA !important;
    padding: 0;
}
/*======== Header/Footer Css ==========*/
body:not(.single) .entry-title  {
    display: none;
}
.header-2 {
    max-height: 650px !important;
    align-items: end !important;
    padding-bottom: 100px;
}
.header-2:not(:has(.banner-slide)) {
    margin: 0px !important;
}

.header-2 h1 {
    font-weight: 600 !important;
}
/* language translator*/
.language-toggle:before {
    content: "";
    background: url(/wp-content/uploads/2025/03/language.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 11px;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.language-toggle {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.language-toggle select option {
    color: var(--secondary);
}

.language-toggle select {
    border: 0px;
    background: transparent url(/wp-content/uploads/2025/03/select.svg) no-repeat right center;
    width: 40px;
    color: transparent;
    position: relative;
    height: 100%;
    background-size: 10px;
    -webkit-appearance: none;
    appearance: none;
}
.small-header .language-toggle:before, .main-header .language-toggle:before {
    background: url(/wp-content/uploads/2025/03/language-1.svg);
}
.small-header .language-toggle select, .main-header .language-toggle select {
    background: transparent url(/wp-content/uploads/2025/03/select-1.svg) no-repeat right;
}
.language-toggle select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
/* ============ Footer CSS ====================*/
#menu-footer-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    border: solid #ebedf5;
    border-width: 2px 0px;
    padding: 30px 0;
    flex-wrap: wrap;
}
#menu-footer-menu li {
    margin: 0 20px;
}
#menu-footer-menu li a {
    color: var(--black);
    position: relative;
}
#menu-footer-menu li a:hover, #menu-footer-menu li.current-menu-item a {
    color: var(--primary);
}
.social-icon-footer a {
    margin: 5px 10px;
    transition: all 0.5s ease-in-out;
}
.social-icon-footer a svg {
    width: 24px !important;
    height: 24px !important;
    transition: all 0.5s ease-in-out;
}
.social-icon-footer a svg path {
    fill: #21325D;
}
.social-icon-footer a:hover svg path {
    fill: var(--primary);
}
.footer-content {
    border: solid #3a499d45;
    border-width: 0px 1px;
    padding: 0px 50px;
}

/* ========== New CSS ================*/
.full-media-wrapper .btn-primary {
    margin: 0 !important;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border: 0px;
}
.full-media-wrapper .btn-primary:hover, .full-media-wrapper .btn-primary:focus {
       color: var(--white) !important;
    text-decoration: underline;
    background: transparent !important;
    outline: none;
}
/* feature csrd css*/
.Small-cards .card-item-in img, .Small-cards .card-item-in svg {
    /*height: 300px;*/
    object-fit: cover;
}
.card-item .card-title {
    font-size: 18px;
    margin: 0px;
    line-height: 1.4;
    color: var(--primary);
}
.card-body {
    padding: 5px 15px 5px;
}
.newsroom-features .card-body a {
    color: var(--primary);
}
.card-item {
    padding: 12.59px;
    border-radius: 12.59px;
    background: var(--white);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    height: 100%;
}
  .card-item:has(a):hover, .learn-more-bg .icon-content-group-list-box:hover, .editable-cards-wrap .card-item:hover {
       box-shadow: 0px 8px 8px #d2d2d2;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
        cursor: pointer;
}
.editable-cards .owl-carousel .owl-stage-outer {
    padding: 10px 0;
}
 .card-item .card-content {
}
.component-social-proof-sec .logo-wrapper {
    background: var(--white) !important;
}
.component-social-proof-sec .logo-wrapper .designation {
    font-weight: 600;
}
.hero-image img {
    max-width: 100% !important;
}

/* cta css*/
.component-cta-box-primary-email-small-sec .form-control,.component-cta-box-primary-email-small-sec  #submit-btn {
    height: 45px;
    border-radius: 22.5px;
    background: #0000002e;
    padding: 5px 19px;
    color: #fff !important;
    font-size: 16px;
    border-color: transparent;
}
.component-cta-box-primary-email-small-sec .form-control::placeholder {
    color: #fff;
    opacity: 80%;
    font-weight: 400;
}
.component-cta-box-primary-email-small-sec #submit-btn {
    background: var(--white);
    color: var(--dark-green) !important;
    font-weight: 600;
    padding: 0 19px;
}
.component-cta-box-primary-email-small-sec #submit-btn:hover {
    background: #0000002e;
    color: var(--white) !important;
}
.form-section.cta-form {
    position: relative;
}
.form-control.wpcf7-not-valid {
	border-color: #dc3232;
}
.wpcf7-not-valid-tip {
    font-size: 0px;
}
.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    color: var(--white);
}
@media only screen and (min-width: 768px)
{
	.component-cta-box-primary-email-small-sec .form-group p {
    margin-bottom: 0;
}
}
/* cta css*/
/* grid css*/
.learn-more-bg {
    background: #F5F6FA url(/wp-content/uploads/2025/03/Learn-More.svg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
/* grid css*/
.learn-more-bg .icon-content-group-list-box {
    background: var(--white);
    border: none !important;
}
.learn-more-bg .icon-content-group-list-box h5 {
    color: #61b056;
    font-size: 18px;
}
.icon-content-group-header:not(.text-left) {
    text-align: center;
}
.newsroom-features .card-item .card-body, .newsroom-features .card-item .card-body p {
    margin-bottom: 0 !IMPORTANT;
}
.Small-cards .card-item-in img {
    /*height: 251px !important;*/
}
#counter {
        background: transparent;
    flex-wrap: nowrap !important;
}
#counter .inner-counter-box {
    border-radius: 16px;
    background: #ffffff26;
    margin: 0 1%;
    transition: all 0.5s ease-in-out;
}

#counter .inner-counter-box .number-box {
    color: var(--white);
}
#counter .inner-counter-box .number-box-text {
    color: var(--white);
    margin: 10px 0 !important;
    font-weight: 400;
}
.inner-counter-box::after {
    border: 0px solid #E3E3E3 !important;
}
/*================= FAQS CSS ================*/
.accordion-h6-title {
    color: var(--primary);
    font-family: Rubik;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 1.6;
    letter-spacing: 1px;
}
.component-accordion-sec .accordion-button[aria-expanded="false"]::after {
 background-image: url(/wp-content/uploads/2025/07/plus-1.svg);
 width: 24px;
 height: 24px;
 margin-top: 0;
 margin-right: 0px;
 background-size: 20px;
 transform: rotate(0deg) !important;
 border: 0px !important;
 background-position: center bottom;
}
.component-accordion-sec .accordion-button[aria-expanded="true"]::after {
    background-image: url(/wp-content/uploads/2025/07/minus-1.svg);
    width: 24px;
    height: 24px;
    margin-top: 5px;
    margin-right: 5px;
    background-size: 20px !important;
    border: 0px !important;
    transform: rotate(0deg) !important;
    background-position: top right;
}
.accordion-card .card-body {
   margin-bottom: 0px;
}
.component-accordion-sec .accordion-card .card-body>* {
    font-size: 16px;
    line-height: 1.6;
}
.accordion-card .card-body strong {
    font-weight: 600;
}
.component-accordion-sec .accordion-card .card-body p{
	margin-bottom: 15px;
}
#primary .component-accordion-sec .accordion-body ul li::before {
    background: var(--green);
    width: 8px;
    height: 8px;
}
.component-accordion-sec .accordion-card ul {
    margin-left: 0;
}
.component-accordion-sec .accordion-card {
    border: solid #3A499D1A;
    border-width: 0px 0 0px 0;
    padding: 20px;
    margin: 0;
}
.accordion-item:nth-child(odd) {
    background-color: #fff; /* Light Blue for odd items */
}
.accordion-item:nth-child(even) {
    background-color: #f5f6fa; /* Slightly darker blue for even items */
}
td {
    border: 1px solid #3A499D1A !important;
    padding: 8px;
}
.search-icon:hover, .language-toggle:hover {
    opacity: 0.6;
}
/* button hover effect */
/*.btn-primary {
  transition: transform 0.5s ease-in-out;
}*/
.btn-primary:hover, .social-icon-footer a:hover, #load-more:hover {
  /*animation: bubble 0.4s ease-out;*/
}
/*@keyframes bubble {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}*/

/*.logo-light {
    display: none;
}*/
.editable-cards-wrap .card-item {
    background: #F5F6FA;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
        height: 100%;
}
.newsroom-features .section-description {
    margin-top: 0;
    margin-bottom: 30px;
}
.stat-bar-header {
    margin-bottom: 0 !important;
}
.blog-cards .card-body {
    padding: 16px;
}
.blog-cards .card-body .card-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.section-description {
    margin-top: 10px;
}
.left-arrow {
    border-top: 2px solid #DCDFEB !important;
    width: 14px  !important;
    border-right: 2px solid #DCDFEB !important;
    height: 14px  !important;
}
.testimonial-carousel.owl-carousel .owl-dot {
    background: #7676762C ;
    margin: 0 5px !important;
}
.icon-grid-wrap:hover a .icon-grid-list-box, .icon-grid-wrap a .icon-content-group-list-box:hover {
    border: none !important;
}
.icon-content-group-list-content * {
    color: var(--black);
}
.component-social-proof-sec .container {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
}
.card-item-in {
    padding-top: 56.25%;
    position: relative;
    width: 100%;

}
.card-item-in img, .card-item-in svg, .card-item-in .header-style-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    max-width: 100%;
}
.card-item-in .header-style-img .banner-videobox {
    height: 100% !important;
}
.editable-cards .card-large, .editable-cards .card-medium, .editable-cards .card-small  {
    margin-bottom: 10px;
}
.editable-cards .owl-carousel {
    padding-bottom: 40px;
}
.component-card-carousel-sec .owl-carousel .owl-nav {
    bottom: -40px !important;
}
.testimonial-carousel.owl-carousel .owl-dots{
    width: 150px !important;
}
.component-card-carousel-sec .owl-nav .owl-next, .component-card-carousel-sec .owl-nav .owl-prev {
    /*bottom: 45px !IMPORTANT;*/
}
.accordion-header:before, .accordion-header:after
{
	display: none;
}
.accordion-header:focus {
    outline: 0px solid #5b9dd9;
}
.accordion-header {
    padding: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .card-item {
        padding: 10px !important;
        margin: 0 8px !important;
    }
}
@media only screen and (max-width: 1200px)
{
	.sub-menu li ul.sub-menu {
        right: 0;
        padding: 0;
    }
	#counter {
    flex-wrap: wrap !important;
}
	.footer-logo img, .footer-logo svg {
    max-width: 200px;
    margin-bottom: 20px;
}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu
	{
		position: relative;
		opacity: 1;
		visibility: visible;
	}
	#mainNav>li.menu-item-has-children > a::before
	{
		width:0px;
		display: none;
	}
	.menu-sidebar .menu-bar-wrapper li
	{
		margin:0px
	}
	.menu-sidebar .menu-bar-wrapper li>a {
    padding: 15px 5px !important;
    color: var(--white) !important;
    margin: 0;
}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow
	{
		right:0px;
	}
	.header-2.component-page-banner-sec {
        padding: 200px 0 60px !important;
    }
    .footer-logo {
    width: 100%;
    text-align: center;
}
.social-icon-footer, .copyright-text {
    justify-content: center !important;
}
#counter .inner-counter-box {
    margin-bottom: 10px;
}
.small-header .menu-button .menu-bar {
    background: var(--black);
}
	.menu-button.button-open .menu-bar-bottom, .small-header .menu-button.button-open  .menu-bar
	{
		background: var(--white) !important;
	}
.card-small .card-item {
    margin: 0 10px;
}
}


/* calender CSS */
.tribe-common a:hover {
    color: var(--primary) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event
{
	background-color: var(--primary) !important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected * {
    color: #fff;
}
.tribe-common a.tribe-common-c-btn-border-small:hover, 
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link:hover,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover {
    background: var(--dark-green) !important;
    border-color: var(--dark-green) !important;
}
.tribe-common a.tribe-common-c-btn-border-small, 
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
    transition: all 0.3s ease-in-out;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link {
    background: var(--primary) !important;
    color: #fff !important;
    padding: 11px 20px !important;
    height: 44.68px !important;
    transition: all 0.3s ease-in-out;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after
{
	background: transparent !important;
}
.tribe-events .tribe-events-c-view-selector__list-item-text, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover,
li.tribe-events-c-subscribe-dropdown__list-item a:hover {
    color: #fff !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover,
li.tribe-events-c-subscribe-dropdown__list-item a:hover {
    color: #fff !important;
    background: var(--dark-green) !important; !important; !important; !important;
}
.tribe-events .tribe-events-c-events-bar__search-container
{
	border-radius: 4px 4px 0px 0px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
    border-radius: 4px 4px 0px 0px !important;
    border-bottom: 1px solid #0066CC;
}
.tribe-events .datepicker table thead th {
    background-color: var(--primary) !important;
    color: #fff !important;
    border-radius: 0 !important;
}
.tribe-events .datepicker .tribe-events-c-top-bar__datepicker-nav-icon-svg path {
    fill: #fff !important;
}
.tribe-events .datepicker table thead th:hover {
    background: var(--dark-green) !important;
}
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
    background: var(--primary) !important;
    color: #fff !important;
    padding: 15px 0;
}
.tribe-events .datepicker {
    padding: 0 !important;
}
html body.pojo-a11y-focusable a:focus {
    outline-color: var(--primary) !important;
}
.tribe-events-c-view-selector__list-item {
    margin-bottom: 0px !important;
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    background: transparent !important;
}
.tribe-events .datepicker .datepicker-months .datepicker-switch,
.tribe-events .datepicker .datepicker-months .next,
.tribe-events .datepicker .datepicker-months .prev, 
.tribe-events .datepicker .datepicker-years .datepicker-switch, 
.tribe-events .datepicker .datepicker-years .next, 
.tribe-events .datepicker .datepicker-years .prev,
.tribe-events .datepicker table td  {
    padding: 10px !important;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, .single-tribe_events .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
    width: 200px !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown, .single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown {
    margin: 0px 0px 20px !important;
}
.single-tribe_events .tribe-events-schedule {
    margin: 10px 0 !important;
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
    color: #fff !important;
    font-weight: 600;
}
@media only screen and (max-width: 767px)
{
	.page-id-46 .entry-content > div {
    width: 100% !important;
}
	.w-75 {
    width: 100% !important;
}
.tribe-events .tribe-events-c-view-selector__list-item-icon {
    display: inline-flex;
    height: 22px;
    width: 18px;
}
.tribe-events .tribe-events-c-view-selector__list-item-text{
    color: var(--tec-color-text-primary) !important;
}
}
@media only screen and (max-width: 992px)
{

	.tribe-events .tribe-events-calendar-month__day-cell--selected h3 time {
    color: var(--white) !important;
}
	.custom-stay-connected-form .wpcf7-response-output {
    font-size: 10px !important;
    bottom: -30px !important;
    width: 100% !important;
}
}
@media only screen and (max-width: 1200px) {

    .menu-sidebar .sidebar-menu-arrow:after {
        margin-top: -5px;
    }
	.custom-stay-connected-form .cta-box-description, .component-card-carousel-sec .card-head, .stay-alert-form .cta-primary-email {
    max-width: 100% !important;
}
}

.connected-form {
    text-align: left;
}
.connected-form label {
    margin-bottom: 10px;
}
.connected-form .form-control {
    background: #3A499D0D !important;
    border-radius: 4px !important;
    height: 44px !important;
}
.connected-form textarea.form-control {
    height: 116px !important;
    resize: none;
}
.custom-stay-connected-form .cta-box-description, .custom-stay-connected-form .cta-box-description, .component-card-carousel-sec .card-head, .stay-alert-form .cta-primary-email {
    max-width: 75%;
    margin: 0 auto 50px;
}
.connected-form select.form-control {
    background-image: url(/wp-content/uploads/2025/07/arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 20px !important;
}
.connected-form .cta-btn.btn {
    border-radius: 40px;
}
.contact-information a {
    color: #3a499e;
}
.contact-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contact-information .blockfloating-content-boxes-list-box {
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    background: #fff;
    border-radius: 16px;
    border: 0px;
}
.contact-info h5 {
    margin: 20px 0 5px;
}
.contact-information a:hover {
    color: var(--btn-primary);
}
.connected-form .form-control::placeholder {
    color: #000 !important;
    opacity: 0.6;
}
.contact-information {
    background-image: url(/wp-content/uploads/2025/07/Learn-More-Bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.component-card-carousel-sec .owl-carousel .owl-item > div {
    height: 100%;
    margin-bottom: 0 !important;
}
.component-card-carousel-sec .owl-carousel .owl-stage {
    display: flex;
}
ul.tribe-events-c-view-selector__list {
    gap: 10px;
}
.footer-content >p {
    margin-bottom: 0;
}
.cards-alignment .justify-content-center.row {
    justify-content: start !important;
}
.page-id-46 .entry-content > div {
    width: 75%;
    margin: 0 auto;
}
.page-id-46 .entry-content .component-page-banner-sec, .page-id-46 .component-cta-box-primary-email-small-sec {
    width: 100% !important;
}
.cus-logo-left svg {
    width: 200px;
    height: 100px;
}
.cards-alignment .justify-content-center.row .card-small, .cards-alignment .justify-content-center.row .card-medium, .cards-alignment .justify-content-center.row .card-large   {
    margin-bottom: 1.5rem !important;
}
.tribe-events .tribe-events-l-container {
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}
.component-stat-bar-sec .inner-counter-box svg, .component-stat-bar-sec .inner-counter-box img {
    width: 200px !important;
    height: 200px !important;
}

body .component-stat-bar-sec.one .container {
    max-width: 100%;
}

.component-page-banner-height-sec:has(.banner-slider) {
        padding-bottom: 0px !important;
    height: 100vh !important;
}
.banner-slide{
    background-position: top !important;
}
.banner-slide{
	padding-bottom: 100px;
	height: 100vh !important;
	max-height: 650px !important;
	align-items: flex-end !important;
	}

	.component-card-carousel-sec .owl-carousel .owl-dots {
    text-align: right;
    left: 0;
    right: 0;
    bottom:-40px;
    width: 50%;
	}
	@media only screen and (min-width: 993px)
	{
		.component-card-carousel-sec .owl-carousel .owl-nav {
	    bottom: -47px !important;
	    display: inline-block ! IMPORTANT;
	    width: 50% !important;
	    transform: unset;
	}
		.component-card-carousel-sec .owl-nav .owl-prev {
	    left: 20px !important;
	    right: auto;
	}
	.component-card-carousel-sec .owl-nav .owl-next {
	    left: 60px;
	}
	}
.header-2:has(.banner-content):before, .banner-slide:before {
    content: "";
    background:  linear-gradient(180deg, rgba(33, 50, 93, 0.00) 40.84%, #050F28 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
}
.header-2:has(.banner-slider):before {
  display: none;
}
.component-page-banner-height-sec.header-2 .banner-content .btn-primary:hover {
    border-color: #fff;
    color: #fff !important;
}
.section-description a:hover, .accordion-body p a:hover, 
.newsroom-features .card-body .card-link:hover,
.wp-block-column p a:hover, 
.contact-information a:hover,
.single-post-page a:hover,
.accordion-body a:hover  {
    text-decoration: underline;
}
.section-description a, 
.newsroom-features .card-body .card-link,
.single-post-page a, 
.wp-block-column p a {
    color: #3a499e !important;
}
.accordion-body p a, .accordion-body a {
    color: rgb(58, 73, 178);
}
.sub-menu .sub-menu {
    right: 107%;
    top: 0 !important;
    left: auto;
}
.cta-box-description a:hover, .cta-box-description a:focus {
    text-decoration: underline;
    color: #fff;
}
.internship-form.component-cta-box-primary-email-small-sec #submit-btn {
    color: rgb(58, 73, 157) !important;
}
.internship-form.component-cta-box-primary-email-small-sec #submit-btn:hover {
    color: var(--white) !important;
}
.form-label p {
    margin: 0;
}
.intership-application-form .col-12.col-lg-9.mx-auto {
    width: 100% !important;
}
.small-notes {
    color: #68686A;
    font-size: 12px;
}
.small-notes p {
    margin-bottom: 0;
}
.connected-form ul#select2-select-major-container:empty {
    display: none;
}
.connected-form span.select2, .connected-form span.select2 span.select2-selection {
    height: 44px !important;
}
.connected-form span.select2-selection {
    background-image: url(/wp-content/uploads/2025/07/arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 20px !important;
    display: flex;
    align-items: center;
    background-color: #3A499D0D !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 5px 19px;
    cursor: pointer;
	overflow-x: auto;
    overflow-y: hidden;
}
.connected-form textarea.select2-search__field {
    margin: 0 !important;
    line-height: 1;
    cursor: pointer;
}
.connected-form textarea.select2-search__field::placeholder {
    color: #041235 !important;
}
.connected-form ul#select2-select-major-container {
    display: flex;
    padding: 0;
    margin: 0;
}
.connected-form ul#select2-select-major-container li {
    margin: 0 5px 0px 0px;
}
.connected-form textarea.select2-search__field:focus-visible {
    outline: none !important;
}
.connected-form ul#select2-select-major-container li > button {
    position: static;
    border: none;
}
.connected-form span.wpcf7-list-item-label, .cta-form span.wpcf7-list-item-label {
	display: inline !important;
	opacity: 1 !important;
}
.form-pill span.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
}
.form-pill span.wpcf7-list-item .wpcf7-list-item-label {
    background: rgb(58 73 157 / 5%);
    height: 44px;
    display: flex !important;
    align-items: center;
    padding: 0 20px;
    border-radius: 25px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}
.form-pill span.wpcf7-list-item input:checked + .wpcf7-list-item-label {
    background: #3a499d;
    color: #fff !important;
}
.custom-file-upload input[type="file"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.custom-file-upload>p {
  display: flex;
  align-items: center;
  background: rgb(58 73 157 / 5%);
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  max-width: 465px;
  height: 44px;
  position: relative;
}
.custom-file-upload .upload-label {
  flex: 1;
  padding: 0 15px;
  font-size: 16px;
  color: #68686a;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom-file-upload .upload-btn {
  background: var(--btn-primary);
  color: #fff;
  border: none;
	border-radius: 0;
  padding: 0 20px;
  height: 100%;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.custom-file-upload .upload-btn:hover {
    background: var(--btn-secondary);
    color: var(--white) !important;
}
.custom-file-upload.has-file .upload-label {
  color: #68686a;
      word-break: break-word;
    line-height: 1;
}
.custom-file-upload p:has(input.wpcf7-not-valid),
.custom-file-upload p:has(input[aria-invalid="true"]) {
    border: 1px solid #dc3232;
}
.intership-application-form .custom-gpa input#your-gpa {
    width: 100px;
}
.intership-application-form #select-year {
    width: 120px;
}
.intership-application-form #select-season {
    width: 200px;
}
.graduation-div > p {
    display: flex;
    column-gap: 10px;
}
.graduation-div > p .wpcf7-form-control-wrap {
}
body #block_8104a826911b11d18b986d7dea55690c.component-cta-box-primary-email-small-sec  .custom-file-upload .wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 100%;
    text-align: right;
    color: #dc3232 !important;
}
.custom-file-upload.has-file {
    position: relative;
}
.custom-file-upload.has-file span.wpcf7-form-control-wrap {
    position: unset;
}
.custom-checkbox.form-pill .wpcf7-list-item , .custom-agree-check-box .wpcf7-list-item {
    margin: 0 1rem 0 0em;
}
body #block_8104a826911b11d18b986d7dea55690c.component-cta-box-primary-email-small-sec .custom-gpa #your-gpa-error {
    font-size: 12px;
    color: #dc3232 !important;
}
.connect-notes {
    font-size: 14px;
}
.form-btn .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 14px;
    left: 55px;
}
.custom-opt-in span.wpcf7-list-item {
    margin-left: 0;
}
.tab-content p:has(strong) {
    margin-bottom: 6px;
}
.tab-content figure.wp-caption img {
    margin-bottom: 0;
}
.tab-content figcaption.wp-caption-text {
       background: #f5f6fa;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    padding: 0 10px;
	    margin-top: 0;
}
.col-12.col-md-12.mb-4.form-group.custom-opt-in {}

.form-section.cta-form span.wpcf7-spinner {
    position: absolute;
    bottom: 8px;
    left: 45px;
}
.form-section.cta-form .popuup-btn {
    position: relative;
}
.Swamp-Buggy figure {
    width: 500px;
}
.section-description {
    font-size: 16px;
    margin-top: 25px;
}
.newsroom-features .card-item .card-body p:last-child a {
    text-decoration: underline;
}
.full-width-slider.component-image-content-boxes-sec .section-img {
   object-position: center;
    height: 100% !important;
    aspect-ratio: 2560 / 1125;
    max-width: 100%;
}
.component-page-banner-sec.header-2 {
    background-attachment: fixed !important;
}
.full-width-slider.component-image-content-boxes-sec .owl-carousel.arrows-Right .owl-nav {
    right: 0;
    transform: translate(0%, -50%);
    width: 12%;
}
.full-width-slider.component-image-content-boxes-sec .owl-carousel.arrows-Left .owl-nav {
    left: 150px;
    width: 12%;
}
.full-width-slider.component-image-content-boxes-sec .owl-carousel.dots-Right .owl-dots.custom-dots {
    right: 150px;
}
.full-slider-section .full-media {
    flex: 0 0 100% !important;
}
.full-slider-section .full-media img {
    width: 100%;
    object-position: center;
}

.custom-header-2 #video-desktop {
    transform: translateY(0px) !important;
}
.page-id-46 .entry-content .divider-image {
    width: 100%;
}
.grecaptcha-badge {
    z-index: 9999;
}