/*!
Theme Name: PS4U
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 {
	--btn-primary: #736FAE;
    --purple: #736FAE;
    --darkblue: #050A25;
    --blue-black: #010515;
    --teal: #30B5BA;
    --butterscotch:#F4971E;
    --chilli: #E5533A;
    --white: #ffffff;
    --black: #000000;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * 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: 56px;
	margin: 0.67em 0;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--primary-text);
	 font-family: 'Neulis Sans';
}
/* 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: 'Neulis Sans';
	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: 'Neulis Sans';
	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: 'Neulis Sans';
	font-weight: 400;
	line-height: 1.5;
	color: var(--primary-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Neulis Sans';
	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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	
}

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);
}
p a:hover
{
    text-decoration: underline;
}
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: 1px solid var(--purple);
	border-radius: 3px;
	color: var(--white);
	line-height: 1;
	padding: 0.6em 1em;
	background: var(--purple);
	height: 45px;
	margin: 0 auto;
	width: 100%;
	border-radius: 8px;
	transition: all 0.5s ease-in-out;
}

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-darkblue);
}*/

/* General Styles */
.main-header {
	position: relative;
	width: 100%;
	z-index: 99;
	transition: all 0.4s ease-in-out;
	padding: 14px 0px !important;
	Background: var(--darkblue);
}
.small-header {
    position: fixed;
    top: 0;
    box-shadow: 0px 5px 10px 0px #0000000D;
}
.header-wrap-left {
	width:100%;
}
.logo-wrapper {
    max-width: 123px;
    width: 25%;
    transition: all 0.5s ease-in-out;
}
.header-right-col.menu {
    width: 80%;
}
.menu-top {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.menu-top li {
    margin-right: 60px;
}

.menu-top li:last-child {
    margin-right: 0;
}

/*.menu-button {
    display: none;
    cursor: pointer;
}
*/


/*.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 {
	max-width: 160px;
}
.footer-cntr {
	padding: 30px 0px;
	border: 1px solid #0105151a;
}
.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 {
    color: var(--blue-black);
    opacity: 0.5;
}
body .component-page-banner-sec.header-2 {
    max-height: 550;
}
.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) {
	.component-page-banner-sec.header-2 .banner-content {
	    max-width: 50%;
	}

	.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
	{
		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-page-banner-sec .sticky-image img, .component-page-banner-sec .sticky-image svg {
      height: 220px !important;
      max-width: 220px !important;
     }
	.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: 1199.98px) {
	#menu-footer-menu li {
    margin-inline: 20px !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;
}
	.menu-button .menu-bar {
    background: var(--white);
}
   /* .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)
{
	    h2 {
        font-size: 32px;
    }
	.content-box {
        max-width: 100%;
        width: 100%;
    }
    .banner-content .btn-primary {
    font-size: 12px;
}
.footer-logo {
    margin: 10px auto 20px;
}
}
@media only screen and (max-width: 767px)
{
	.custom-img svg, .custom-img img
	{
		width: 100%;
	}
	   .testimonial-carousel.owl-carousel .owl-nav, .logo-carousel.owl-carousel .owl-nav {
        display: none !important;
    }
	#counter .inner-counter-box {
            margin-bottom: 20px !important;
        padding: 30px 40px;
        width: calc(100% / 1) !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: 8px;
    width: 96%;
    margin: 0 auto !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(--purple);
    padding: 5px 0px;
    border-radius: 0px;
}
.alertbar a:hover {
    text-decoration: underline;
}
.alertbar a {
    color: var(--teal);
}
.alertbar * {
    margin-bottom: 0px;
    color: var(--white);
    font-size: 18px;
}
@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: 160px;
}
.small-header .main-logo {
}
.menu-top ul {
    margin: 0;
}
.sub-menu {
    min-width: 210px;
    z-index: 9;
    text-align: left;
    box-shadow: 0px 4px 4px 0px rgba(26, 24, 29, .1);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    display: block;
}
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.3s ease-in-out;
}
.sub-menu li {
    margin-bottom: 10px;
    display: block;
    margin-right: 0;
}
.menu-top li a {
    padding: 8px 0px;
    color: var(--white);
    font-weight: 400;
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.menu-top li a:hover, .menu-top .current-menu-item > a{
	    transform: scaleX(1);
	    transform-origin: bottom left;
}
.menu-top li a:after{
	    content: "";
	    width: 100%;
	    height: 1px;
	    background: var(--white);
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    transform: scaleX(0);
	    transition: transform 0.3s ease;
	    transform-origin: bottom right;
}
.menu-top .primary-btn >a, .btn-primary, .wp-block-button__link, #load-more {
    background: var(--purple);
    border: 1px solid var(--purple);
    margin-right: 0px;
    color: var(--white) !important;
    padding: 8px 16px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}
.menu-header .primary-btn a {
    border-radius: 24px;
}
.menu-top .primary-btn >a:hover, .btn-primary:hover, .wp-block-button__link:hover, input[type="submit"]:hover,  #load-more:hover{
	    background: var(--white);
	border: 1px solid var(--purple);
	color: var(--purple) !important;!i;!;
	transition: all 0.3s ease-in-out;
}
.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 #000;
    border-bottom: 2px solid #000;
    transform-origin: 5px 0px;
    transition: all 0.3s ease-in-out;
    right: -20px;
}
/* ============== New Css ===============*/
main {
    display: block;
    overflow-x: unset;
}

/*======== Header/Footer Css ==========*/

#menu-footer-menu {
    justify-content: center;
    list-style: none;
    align-items: center;
}
#menu-footer-menu li {
    margin-inline: 30px;
}
    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: 56px;
	    margin: 0.67em 0;
	}
	h2
	{
		font-size: 40px !important;
	}
	h3
	{
		font-size: 24px;
	}
    h1, h2, h3, h4, h5, h6 {
   color: var(--primary-text);
    font-family: 'Neulis Sans';
     font-weight: 500;
}
/* 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: 'Neulis Sans';
    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: 'Neulis Sans';
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
    small {
 font-size: 80%;
}
/* 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;
}
/* 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-darkblue);
}*/


/*======== Header/Footer Css ==========*/

#menu-footer-menu {
    justify-content: center;
    list-style: none;
    align-items: center;
}
#menu-footer-menu
    li {
    margin-inline: 30px;
}
#menu-footer-menu
    li > a {
    color: var(--primary);
    font-size: 20px;
    line-height: 2;
}
#menu-footer-menu
    li > a:hover{
}
.footer-copyright {
    padding: 20px 0px;
    border-top: 1px solid rgb(22 29 72 / 10%);
}
.footer-copyright
    p {
    margin-bottom: 0px;
}
/*======== Header/Footer Css ==========*/
/*body .container {
    max-width: 1034px;
}*/
    body:not(.single) .entry-title  {
    display: none;
}
.banner-content
    h1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
   
}
.component-page-banner-sec .page-banner-sub-heading {
    margin-top: 20px;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.4;
}
.component-page-banner-sec .banner-image-icon {
    height: 337px !important;
    max-width: 600px !important;
    width: 100% !important;
}
.home-about-section {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 107, 189, 0.14) 100%);
}
.home-about-content
    p, .inside-cta-box-wrap p {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
}
.btn-primary {
    padding: 10px 24px;
    transition: all 0.5s ease-in-out;
}
    body .component-cta-box-primary-email-small-sec .container {
    max-width: 1034px;
    position: relative;
}
    body .cta-primary-email {
        font-size: 52px;
    line-height: 60px;
    }
.cta-wrapper-background-color-margin .container:
    before, .cta-wrapper-background-color-margin .container:after {
    content: "";
    width: 90px;
    height: 94px;
    background-position: 94px;
    position: absolute;
    top: 40%;
    bottom: 0;
    background-repeat: no-repeat !important;
}
.cta-wrapper-background-color-margin .container:
    before {
    background: url(/wp-content/uploads/2025/03/Fill-blue.svg);
    left: -12%;
}
.cta-wrapper-background-color-margin .container:
    after {
    background: url(/wp-content/uploads/2025/03/Fill-blue2.svg);
    right: -12%;
    background-size: 100%;
}
.inside-cta-box-wrap
{
    position: relative;
    border-radius: 32px !important;
}
.inside-cta-box-wrap:
    before, .inside-cta-box-wrap:after {
    content: "";
    width: 83px;
    height: 83px;
    background-position: 83px;
    position: absolute;
    background-repeat: no-repeat;
}
.inside-cta-box-wrap:
    before {
    background: url(/wp-content/uploads/2025/03/Fill-13-Copy-1.svg);
    left: -1px;
    width: 59px;
    height: 97px;
    bottom: 40%;
}
.inside-cta-box-wrap:
    after {
    background: url(/wp-content/uploads/2025/03/Fill-13-Copy-2.svg);
    right: 15%;
    bottom: 50px;
}
.common-padding {
    padding: 100px 0;
}
.history-desc {
    font-size: 18px;
    line-height: 1.5;
}
.history-section {
    background: linear-gradient(180deg, rgba(0, 106, 189, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    position: relative;
    max-width: 100% !important;
}
.arrow-wave {
    position: absolute;
    top: 90%;
    left: 0;
}
.team-wrapper {
    max-width: 823px !important;
    margin-inline: auto;
}
.team-left {
    padding-left: 0px;
    margin-left: 10px ! IMPORTANT;
}
.team-right
    img {
    padding-right: 50px !important;
}
.team-left
    p {
    color: var(--primary-text);
}
.home-about-content
    p, .inside-cta-box-wrap p {
        margin: 30px auto 20px;
    }
    /* card css*/
    .principle-card {
    box-shadow: 0px 5px 10px 0px #161D480D;
    padding: 40px;
    height: 265px;
    margin-inline: 10px;
    border-radius: 8px;
}
.principle-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
    body .component-card-carousel-sec.commitment-cards .owl-nav {
    display: none !important;
}
.commitment-cards .owl-carousel
    button.owl-dot {
    background-color: #ffffff2c;
}
.commitment-cards .owl-carousel .owl-dot.active {
    background-color: #fff;
}
.social-icon-footer
    a {
    margin-left: 20px;
}
.social-icon-footer
    a:hover {
    opacity: 0.5;
}
.wp-block-gallery
    figure.wp-block-image {
    flex: 0 0 32%;
    width: 33% !important;
    max-width: 33% !important;
}
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
}
.counter-box-without-arrow-one {
    border-radius: 25px;
}
.card-medium
    img
{
 object-fit: cover;
}
.component-card-carousel-sec .item {
    padding: 10px;
}
.inside-cta-box-wrap .btn-primary:
    hover {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}
.icon-grid-list-box {
    height: calc(100% - 10px) !important;
}
.contact-page-form .inside-cta-box-wrap {
    max-width: 60%;
    padding: 30px !important;
    margin: 0 auto;
    border-radius: 0 !IMPORTANT;
}
.contact-page-form .inside-cta-box-wrap
    h2 {
    color: var(--primary-text) !important;
}
.contact-page-form .inside-cta-box-wrap .col-12 {
    width: 90%;
    margin: 0 auto;
}
.contact-page-form .inside-cta-box-wrap .form-control {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #D9D9D926;
    height: 42px;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
}

.contact-page-form .inside-cta-box-wrap
    textarea.form-control {
    height: 160px;
    resize:none;
}
.contact-page-form .inside-cta-box-wrap:
    before, .contact-page-form .inside-cta-box-wrap:after
{
 display: none;
}
.form-control.wpcf7-not-valid {
    border-color: #dc3232 !important;
}
.wpcf7-not-valid-tip {
    font-size: 0px;
}
.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto;
}
.inside-cta-box-wrap
    select.form-control {
    background: url(/wp-content/uploads/2025/03/arrow-down.svg) no-repeat right 10px center;
    background-size: 10px;
}
.wp-block-group__inner-container .container {
    padding-left: 0;
}
/* ============ Media Query =============*/
    @media screen and (max-width: 1720px) {
   .banner-content h1 {
        font-size: 56px;
    }
     .component-page-banner-sec .page-banner-sub-heading {
    font-size: 34px;
    }
}
    @media only screen and (min-width: 1500px)
{
 .history-desc p {
    font-size: 18px;
    line-height: 1.5;
 }
 .history-desc {
    max-width: 38%;
    margin-left: 40px !important;
 }
 .container {
    max-width: 1420px;
    }
 .menu-top li a, .btn-primary {
    font-size: 16px;
 }
 .component-page-banner-sec .banner-content {
    padding-right: 100px;
 }
 .home-about-content p, .inside-cta-box-wrap p {
    font-size: 24px;
    /* max-width: 70%; */
    margin: 0 auto 20px;
    }
}
    @media screen and (max-width: 1600px) {
     .alertbar * {
        font-size: 16px;
    }
 body .cta-primary-email {
    font-size: 40px !important;
    line-height: 60px !important;
    }
   .banner-content h1 {
    font-size: 56px;
    }
     .component-page-banner-sec .page-banner-sub-heading {
    font-size: 32px;
    }
    #menu-footer-menu li > a {
    font-size: 16px;
 }
    .home-about-content p {
    font-size: 24px;
    }
}
    @media screen and (max-width: 1280px) {
    .cta-wrapper-background-color-margin .container:before,
    .cta-wrapper-background-color-margin .container:after {
   display: none;
}
.inside-cta-box-wrap:
    before {
    left: 20px;
    bottom: 10%;
}
.inside-cta-box-wrap:
    after {
    right: 15%;
    bottom: 20px;
}
.contact-page-form .inside-cta-box-wrap {
    max-width: 85%;
}
}
    @media screen and (max-width: 992px) {
    	.home-about-content p, .inside-cta-box-wrap p {
	    font-size: 16px;
	}
   	body .testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) {
	    padding: 50px 10px 80px !important;
	}
    .col-lg-3.col-md-6.col-sm-6.col-xs-6.vertical-line {
    width: 50%;
    }
    .contact-page-form .inside-cta-box-wrap {
    max-width: 95%;
    padding: 20px !important;!
}
 .contact-page-form .inside-cta-box-wrap .col-12 {
    width: 100%;
}
    body .cta-primary-email {
    font-size: 30px !important;
    }
}
    @media only screen and (max-width: 560px)
{
 .wp-block-gallery figure.wp-block-image {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
}
};
}
#menu-footer-menu li > a:hover, #menu-footer-menu .current_page_item > a{
}
.footer-copyright {
    padding: 20px 0px;
    border-top: 1px solid rgb(22 29 72 / 10%);
}
.footer-copyright p {
    margin-left: 10px;
    margin-bottom: 0;
}
/*======== Header/Footer Css ==========*/
/*body .container {
    max-width: 1034px;
}*/
body:not(.single) .entry-title  {
    display: none;
}
.banner-content h1 {
    font-size: 56px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
}
.component-page-banner-sec .page-banner-sub-heading {
    margin-top: 20px;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.4;
}
.component-page-banner-sec .banner-image-icon {
    height: 337px !important;
    max-width: 600px !important;
    width: 100% !important;
}
.home-about-section {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 107, 189, 0.14) 100%);
}
.home-about-content p, .inside-cta-box-wrap p {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
}
.btn-primary {
    padding: 10px 24px;
        transition: all 0.5s ease-in-out;
}
body .component-cta-box-primary-email-small-sec .container {
    max-width: 1034px;
    position: relative;
}
body .cta-primary-email {
        font-size: 52px;
        line-height: 60px;
    }

.inside-cta-box-wrap
{
	position: relative;
	    border-radius: 32px !important;
}


.common-padding {
    padding: 100px 0;
}
.history-desc {
    font-size: 18px;
    line-height: 1.5;
}
.history-section {
    background: linear-gradient(180deg, rgba(0, 106, 189, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    position: relative;
        max-width: 100% !important;
}
.arrow-wave {
    position: absolute;
    top: 90%;
    left: 0;
}
.team-wrapper {
    max-width: 823px !important;
    margin-inline: auto;
}
.team-left {
    padding-left: 0px;
    margin-left: 10px ! IMPORTANT;
}
.team-right img {
    padding-right: 50px !important;
}
.team-left p {
    color: var(--primary-text);
}
.home-about-content p, .inside-cta-box-wrap p {
        margin: 30px auto 20px;
    }
    /* card css*/
    .principle-card {
    box-shadow: 0px 5px 10px 0px #161D480D;
    padding: 40px;
    height: 265px;
    margin-inline: 10px;
    border-radius: 8px;
}
.principle-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
body .component-card-carousel-sec.commitment-cards .owl-nav {
    display: none !important;
}
.commitment-cards .owl-carousel button.owl-dot {
    background-color: #ffffff2c;
}
.commitment-cards .owl-carousel .owl-dot.active {
    background-color: #fff;
}
.social-icon-footer a {
    margin-left: 20px;
}
.social-icon-footer a:hover {
    opacity: 0.5;
}
.wp-block-gallery figure.wp-block-image {
    flex: 0 0 32%;
    width: 33% !important;
    max-width: 33% !important;
}
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
}
.counter-box-without-arrow-one {
    border-radius: 25px;
}
.card-medium img
{
	object-fit: cover;
}
.component-card-carousel-sec .item {
    padding: 10px;
}
.inside-cta-box-wrap .btn-primary:hover {
       background: var(--white);
    border: 1px solid var(--white);
    color: var(--primary) !important;
}
.icon-grid-list-box {
    height: calc(100% - 10px) !important;
}
.contact-page-form .inside-cta-box-wrap {
    max-width: 60%;
    padding: 30px !important;
    margin: 0 auto;
    border-radius: 0 !IMPORTANT;
}

.contact-page-form .inside-cta-box-wrap .col-12 {
    width: 90%;
    margin: 0 auto;
}
.contact-page-form .inside-cta-box-wrap .form-control {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #D9D9D926;
    height: 42px;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
}

.contact-page-form .inside-cta-box-wrap textarea.form-control {
    height: 160px;
    resize:none;
}
.contact-page-form .inside-cta-box-wrap:before, .contact-page-form .inside-cta-box-wrap:after
{
	display: none;
}
.form-control.wpcf7-not-valid {
	border-color: #dc3232 !important;
}
.wpcf7-not-valid-tip {
    font-size: 0px;
}
.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    color: var(--darkblue) !important;
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto;
}
.inside-cta-box-wrap select.form-control {
    background: url(/wp-content/uploads/2025/03/arrow-down.svg) no-repeat right 10px center;
    background-size: 10px;
}
.wp-block-group__inner-container .container {
    padding-left: 0;
}
.menu-top li:hover>ul {
    padding: 0;
}
.menu-top .sub-menu li > a {
    padding: 10px;
}
.approach-overlay {
    display: none;
}
/* post page css*/
.spot_article .post-image img {
      height: 100%;
      width: 100%;
}
.space-top {
    padding: 60px 0;
}
.blog-page
{
 background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 107, 189, 0.14) 100%);
 position: relative;
}
.blog-page .arrow-wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 42%;
    rotate: 3deg;
}
a#loadMore-c {
    max-width: 150px;
    margin: 0 auto;
}
.top_section .post-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-button {
    padding: 20px 0 0 0;
}
.blog-button a {
    font-weight: 500;
    color: var(--darkblue);
}
.blog-button a img , .blog-button a svg{
    padding: 0 0 0 10px;
    transition: 0.5s all;
    width: 24px;
    height: 12px;
}
.blog-button:hover img, .blog-button:hover svg {
    margin-left: 6px !important;
    width: 24px;
    height: 12px;
}
.banner-blog .banner-content {
    padding: 50px 120px 50px 0;
}
.banner-blog .banner-content h2 {
    margin: 0 0 25px 0;
    transition: 0.5s all;
}
.banner-blog .banner-content h2 a:hover {
    color: #006abd;
}
.blog-page .blog-content {
    padding: 10px;
    transition: 0.5s;
    margin: 20px 0;
}
.blog-page h3 {
    margin: 15px 0 15px 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    transition: 0.5s all;
}
.blog-page h3 a:hover {
    color: #006abd;
}
.post-image {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
}
.post-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.featured-post-header {
    font-size: 12px;
    line-height: 2.3;
    font-weight: 500;
    color: var(--primary-text);
    background: rgba(44, 105, 183, 0.15);
    padding: 0px 12px;
    border-radius: 208px;
    display: inline-block;
    margin-bottom: 16px;
}
#category-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-categories {
    display: flex;
    align-items: center;
}

.post-categories li a, .card-category a{
    font-size: 12px;
    font-family: 'Neulis Sans';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 208px;
    margin-top: 20px;
    margin-right: 10px;
    color: var(--primary-text);
}
.post-categories  li:nth-child(odd) a, .card-category  a:nth-child(odd)  {
    background-color: rgba(192, 86, 50, 0.15);
}

.post-categories  li:nth-child(even) a, .card-category  a:nth-child(even) {
    background-color: rgba(44, 105, 183, 0.15); 
}
.post-categories li a:hover, .card-category a:hover {
    color: var(--darkblue);
}
.back-to-blog {
    color: var(--primary-text);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
}
.back-to-blog:hover {
    color: var(--darkblue);
}
.back-to-blog img, .back-to-blog svg {
    width: 16px;
    margin-right: 5px;
    transition: all 0.5s ease;
}
.single-page-spacing {
    margin: 0 100px;
}
.back-to-blog:hover svg {
    stroke: var(--darkblue);
}
.blog-single-page .features-title {
    margin: 0 0 30px 0;
}
.single-post-content .container
{
	padding:0px;
}
.blog-single-page .features-image {
    margin: 0 0 30px 0;
}
.blog-single-page .features-title {
    font-size: 40px;
}

.blog-single-page .features-image img {
    width: 100%;
    height: 450px;
    position: relative;
    object-fit: contain;
    object-position: left;
}
.error404 .btn-primary {
    max-width: 200px;
    margin: 0 auto;
    border-radius: 8px;
}
.page404 {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
}
/* ============ Media Query =============*/
@media screen and (max-width: 1720px) {
   .banner-content h1 {
        font-size: 56px !important;
    }
     .component-page-banner-sec .page-banner-sub-heading {
        font-size: 34px;
    }
}
@media screen and (max-width: 1600px) {
    .blog-page .arrow-wave {
        top: -100px;
        rotate: 3deg;
        width: 40%;
    }
     .blog-single-page .features-image img {
        height: 320px;
    }
}
@media only screen and (min-width: 1500px)
{

	.history-desc p {
    font-size: 18px;
    line-height: 1.5;
	}
	.history-desc {
	    max-width: 38%;
	    margin-left: 40px !important;
	}
	.container {
        max-width: 1420px;
    }
	.menu-top li a, .btn-primary {
    font-size: 16px;
	}
	.component-page-banner-sec .banner-content {
	    padding-right: 100px;
	}
	.home-about-content p, .inside-cta-box-wrap p {
       font-size: 24px;
       /* max-width: 70%; */
       margin: 0 auto 20px;
    }
}
@media screen and (max-width: 1600px) {
	    .alertbar * {
        font-size: 16px;
    }
	body .cta-primary-email {
        font-size: 40px !important;
        line-height: 60px !important;
    }
   .banner-content h1 {
        font-size: 56px !important;
    }
     .component-page-banner-sec .page-banner-sub-heading {
        font-size: 32px;
    }
    #menu-footer-menu li > a {
	    font-size: 16px;
	}
    .home-about-content p {
        font-size: 24px;
    }
}
@media screen and (max-width: 1280px) {
	 .banner-content h1 {
        font-size: 35px !important;
    }
    .cta-wrapper-background-color-margin .container:before,
    .cta-wrapper-background-color-margin .container:after {
   display: none;
}
.inside-cta-box-wrap:before {
    left: 20px;
    bottom: 10%;
}
.inside-cta-box-wrap:after {
    right: 0px !important;
    left: 0px !important;
    width: 100% !important;
    bottom: -10px !important;
}
.contact-page-form .inside-cta-box-wrap {
    max-width: 85%;
}
}
@media screen and (max-width: 992px) {
    .vertical-line2, .vertical-line3 {
        display: none;
    }
    .col-lg-3.col-md-6.col-sm-6.col-xs-6.vertical-line {
        width: 50%;
    }
    .contact-page-form .inside-cta-box-wrap {
    max-width: 95%;
    padding: 20px !important;!
}
	.contact-page-form .inside-cta-box-wrap .col-12 {
    width: 100%;
}
    body .cta-primary-email {
        font-size: 30px !important;
    }

}
@media only screen and (max-width: 767px)
{
	.copyright-text {
	    flex-direction: column;
	}
	
	body .testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) .testimonial-content p {
    font-size: 16px !important;
    line-height: 26px;
}
	.home-about-content p, .inside-cta-box-wrap p {
        font-size: 16px;
        line-height: 1.2 !important;
        margin: 10px auto 10px !important;
    }
	.blog-page .arrow-wave svg, .blog-page .arrow-wave img {
    width: 100%;
}
   .inside-cta-box-wrap-in .wpcf7-response-output {
        font-size: 8px !important;
        width: 96% !important;
        margin: 0 auto !important;
    }
}
@media only screen and (max-width: 560px)
{
	.wp-block-gallery figure.wp-block-image {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
}

}

.testimonial-carousel.owl-carousel .owl-nav {
    width: 30% !important;
    /*transform: translate(-30%, -100%) !important;*/
    /*bottom: 10% !important;*/
    z-index: 99 !important;
}

/* =================== new css ========================*/
#counter {
    background: transparent;
}
#counter .inner-counter-box {
    background: #ffffff26;
    width: calc(90% / 4);
    margin: 0 1%;
    transition: all 0.5s ease-in-out;
}

#counter .inner-counter-box .number-box {
    color: var(--white);
    font-size: 40px;
}
#counter .inner-counter-box .number-box-text {
    color: var(--white);
    margin: 20px 0 0 !important;
    font-weight: 400;
    font-size: 16px;
}
#counter .inner-counter-box h4.number-box-text {
    font-weight: 500;
    font-size: 18px;
}
.inner-counter-box::after {
    border: 0px solid #E3E3E3 !important;
}
.blockfloating-content-boxes-lists-wrap a .blockfloating-content-boxes-list-box {
    border: 0px solid var(--black) !important;
  
}
.blockfloating-content-boxes-lists-wrap a .blockfloating-content-boxes-list-box:hover {
    border: 0px solid var(--black);
    box-shadow: 0px 10px 20px 0px #161D481A;
}
.blockfloating-content-boxes-list-box {
    border: 0px solid #E3E3E3 !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important;
    border-radius: 8px !important;
}
.blockfloating-content-boxes-list-box {
    min-height: 96px !important;
    padding: 10px !important;
}
.blockfloating-content-boxes-list-box h5{
	margin-bottom: 0px !important;
	font-size: 16px !important;
}
	.para-section {
    max-width: 713px;
    padding: 80px 0;
}
.inside-cta-box-wrap:after {
    background: url(/wp-content/uploads/2025/04/Puzzle-Pieces.png) no-repeat;
    content: "";
    width: 110%;
    height: 100%;
    position: absolute;
    left: -40px;
    right: 0;
    bottom: -50px;
    background-size: 100%;
}
.white-btn .inside-cta-box-wrap .btn-primary {
    background: var(--white);
    color: var(--purple) !important;
    font-weight: 500 !important;
    border-color: var(--white);
}
.white-btn .inside-cta-box-wrap .btn-primary:hover {
    background: var(--purple);
    color: var(--white) !important;
    border-color: var(--white);
}

.component-accordion-sec .accordion-button[aria-expanded="false"]::after {
 background-image: url(/wp-content/uploads/2025/04/plus.svg);
 width: 24px;
 height: 24px;
 margin-top: 0;
 margin-right: 4px;
 background-size: 20px;
 transform: rotate(0deg) !important;
 border: 0px !important;
}
.component-accordion-sec .accordion-button[aria-expanded="true"]::after {
 background-image: url(/wp-content/uploads/2025/04/minus.svg);
 width: 20px;
 height: 24px;
 margin-top: 5px;
 margin-right: 10px;
 background-size: 14px;
 border: 0px !important;
 transform: rotate(0deg) !important;
 background-size: 20px;
}
.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: 500;
}
.component-accordion-sec .accordion-card .card-body p{
	margin:0px;
}
#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 1px 0;
}
.accordion-h6-title {
    font-size: 16px !important;
}
.component-accordion-sec .row {
    max-width: 718px;
    margin: 0 auto;
}
.component-accordion-sec .row .col-lg-8 {
    width: 100%;
}
.component-accordion-sec {
    background: url(/wp-content/uploads/2025/04/FAQ.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) {
    border-radius: 24px;
    background: rgba(48, 181, 186, 0.12);
    padding: 90px 100px 110px !important;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) .testimonial-content p {
    font-size: 24px !important;
    line-height: 34px;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) .col-lg-8 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) .col-lg-8 .testimonial-content {
    order: -1;
    margin-bottom: 24px;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) .col-lg-8 .testimonial-img-wrap {
    order: -2;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) .col-lg-8 .testimonial-img-wrap + .testimonial-title {
    font-weight: 600;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) .col-lg-8 * {
    color: var(--blue-black);
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel) .testimonial-title {
    line-height: 1.8;
    font-weight: 400;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel):before, .testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel):after {
    content: "";
    background: url(/wp-content/uploads/2025/04/quotation-icon.svg) no-repeat;
    width: 87px;
    height: 63px;
    background-size: contain;
    display: block;
    position: absolute;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel):before {
    top: -27px;
    left: 100px;
}
.testimonial-carousel:not(.logo-carousel, .testimonial-card-carousel):after {
    bottom: -27px;
    right: 100px;
    transform: rotate(180deg);
}

.component-social-proof-sec .logo-wrapper {
    box-shadow: 0px 5px 15px 0px rgba(22, 29, 72, 0.10);
}
.testimonial-card-carousel .logo-wrapper .designation {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}
.testimonial-card-carousel .logo-wrapper-sec {/* default shadow */
    box-shadow: 0px 5px 10px 0px rgba(22, 29, 72, 0.05);
}
.component-social-proof-sec .testimonial-card-carousel .logo-wrapper {
    background: transparent;
}
.card-item {
    background: var(--white);padding: 12px;
}
.card-item .card-title a {
    font-size: 16px;
    color: #3A499D !important;
    font-weight: 500;
}
.Medium-cards .card-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#load-more {
    max-width: 150px;
    display: inline-block;
}
.section-description {
    font-size: 16px;
}
.dark-bg {
    background: var(--darkblue);
    max-width: 100%;
    text-align: center;
    padding: 60px 0;
}
.dark-bg h2 {
    margin-bottom: 44px;
}
#menu-footer-menu li > a
{
	position: relative;
}
	#menu-footer-menu li > a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--darkblue);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: bottom right;
}
#menu-footer-menu li > a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.small-header .menu-top li a:after
{
	bottom:4px;
}
.image-content-boxes-description {
    max-width: 713px;
    margin: auto;
}
.accordion-card .accordion-title.accordion-button:hover {
    color: var(--purple);
}
.footer-copyright a:hover {
    color: var(--blue-black);
}
 .logo-carousel.owl-carousel .owl-nav {
    width: 25% !important;
}
.testimonial-carousel.owl-carousel .owl-nav button, .logo-carousel.owl-carousel .owl-nav button {
    height: 20px !important;
    width: 20px !important
}
.logo-grid, .logo-carousel {
    padding-bottom: 70px !important;
}
.page-banner-sub-heading {
    font-weight: 400 !important;
}
.testimonial-card-carousel .logo-wrapper .testimonial-content p {
    font-size: 16px;
    line-height: 24px !important;
}
.contact-page-form .inside-cta-box-wrap .form-group-message {
    width: 100%;
}
 .inside-cta-box-wrap input[type="submit"]:hover {
    background: var(--white) !important;
    border: 1px solid var(--darkblue);
    color: var(--darkblue) !important;
    transition: all 0.5s ease-in-out;
}
.inside-cta-box-wrap input[type="submit"] {
    font-weight: 400;
    line-height: 1;
}
.contact-page-form .inside-cta-box-wrap h2 {
    font-weight: 400;
}