/*
Theme Name: FORXA Academy
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: FORXA Academy
Author URI: hhttps://agencypartner.com/
Description:  The FORXA WordPress Theme is a modern, responsive, and highly customizable theme designed for educational organizations, enrichment programs, nonprofits, schools, and community initiatives. Built to showcase programs that blend STEAM, arts, culture, technology, and Social Emotional Learning (SEL), the theme provides an engaging platform to connect with students, parents, educators, and partners. Featuring a clean and accessible design, flexible page layouts, program showcases, event management, team profiles, testimonials, galleries, and seamless contact forms, the theme helps organizations present their mission with clarity and impact. Optimized for performance, SEO, and mobile devices, it ensures an exceptional user experience across all screen sizes. Whether you're promoting after-school programs, educational workshops, summer camps, or community outreach initiatives, the FORXA WordPress Theme provides everything needed to create a professional, inspiring, and user-friendly website.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* ---custom fonts---- */
@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sen';
    src: url('inc/assets/fonts/Sen-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Serif Display';
    src: url('inc/assets/fonts/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('inc/assets/fonts/DMSerifDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

.mask-sec {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(#000 0 0), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='t' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='b' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(0 80) scale(1 -1)'%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: linear-gradient(#000 0 0), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='t' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='b' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(0 80) scale(1 -1)'%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-size: 100% calc(100% - 100px), 100% 100px, 100% 100px;
    mask-size: 100% calc(100% - 100px), 100% 100px, 100% 100px;
    -webkit-mask-position: center, top, bottom;
    mask-position: center, top, bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-composite: source-over;
    mask-composite: add;
}

section.mask-sec {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(#000 0 0), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='t' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='b' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(0 80) scale(1 -1)'%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: linear-gradient(#000 0 0), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='t' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23t)'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='b' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(0 80) scale(1 -1)'%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-size: 100% calc(100% - 100px), 100% 100px, 100% 100px;
    mask-size: 100% calc(100% - 100px), 100% 100px, 100% 100px;
    -webkit-mask-position: center, top, bottom;
    mask-position: center, top, bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-composite: source-over;
    mask-composite: add;
}

section.mask-sec-bot {
  width: 100%;
  height: 100%;

  -webkit-mask-image:
    linear-gradient(#000 0 0),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='b' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(0 80) scale(1 -1)'%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");

  mask-image:
    linear-gradient(#000 0 0),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='100' viewBox='0 0 2000 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='b' x='0' y='-100%25' width='100%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='6' seed='9' stitchTiles='stitch' result='n'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='n' scale='50' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(0 80) scale(1 -1)'%3E%3Crect x='0' y='0' width='2000' height='270' fill='%23fff' filter='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");

  -webkit-mask-size:
    100% calc(100% - 50px),
    100% 100px;
  mask-size:
    100% calc(100% - 50px),
    100% 100px;

  -webkit-mask-position:
    top,
    bottom;
  mask-position:
    top,
    bottom;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-composite: source-over;
  mask-composite: add;
}

.entry-content {
    margin: 0px !important;
}

html,body{
	scroll-behavior:smooth !important;
}
/* ----------------------------------------------------custom css------------------------------------------------------------ */

.container{
	max-width:1440px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}



/*------------------------------------ Header----------------------------*/
header#masthead {
    background: #fff;
    border-bottom: 1px solid #72C34D;
    padding-left: 0px;
    padding-right: 0px;
	background:#ffffff !important;
}


header#masthead a.nav-link {
    padding: 0px !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-family: "Onest", sans-serif;
	font-weight:400 !important;
}

header#masthead ul#menu-main-menue{
    gap: 40px;
    display: flex;
    align-items: center;
}

header#masthead li.header-button a.nav-link {
    background: #DE20B4 !important;
    padding-left:50px !important;
    padding-right: 20px !important;
    padding-top:15px !important;
    padding-bottom:15px !important;
    color:#fff !important;
    border-radius:8px;
    position:relative;
    font-size:18px !important;
}

header#masthead li.header-button a.nav-link{
 
    position: relative;
    display: inline-block;
    border: none;
    overflow: hidden;
    isolation: isolate; 
  }
 
header#masthead li.header-button a.nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;     
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1.3s ease;
    z-index: -1; 
    background: #004AAC;
  }
 
header#masthead li.header-button a.nav-link:hover::after{
    transform: translate(-50%, -50%) scale(1);
  }

header#masthead li.header-button a.nav-link:before{
    content:"";
    height:29px;
    width:24px;
    background-image:url(/wp-content/uploads/2026/07/download-7-1.svg);
    position:absolute;
    background-size:contain;
    background-repeat:no-repeat;
    top:17px;
    left:16px;
}
.sticky-header {
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 9 !important;
    transition: 0.3s;
    background-color: #ffffff00 !important;
    z-index: 99999 !important;
}

/*-------------------------- Footer -------------------------------*/
div#footer-widget {
    background-image: url(/wp-content/uploads/2026/07/Rectangle-10-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 1;
    display: block;
    position: relative;
    background-color: #fff0 !important;
}

footer#colophon {
    display: block;
    position: relative;
    z-index: -1;
    margin-top: -50px;
}

.col-12.col-md-12.foter-one {
    display: flex;
    justify-content: space-between;
	padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #1458B3;
}

.foter-one section.widget:first-child{
    width:34%;
}


.foter-one section.widget:first-child a{
    width: 44% !important;
    display: block;
}
.foter-one section.widget:first-child a img{
    margin:0px;
}


.foter-one section.widget:first-child p{
    font-size:18px;
    font-family: "Onest", sans-serif !important;
    color: #ffffff;
    font-weight: 400;
}

.foter-one section.widget:last-child{
    width:32%;
}

.foter-one section.widget:last-child h3{
    font-size:28px;
    line-height:100%;
    padding:0px;
    margin-bottom:10px;
    color: #D2B826;
    font-family: "Parkinsans", sans-serif;
    font-weight:600 !important;
}

.foter-one section.widget:last-child h3 strong{
    color:#ffffff;
    font-weight:600 !important;
}

.foter-one section.widget:last-child p{
    font-size:16px;
    font-family: 'Onest';
    color: #fff;
    font-weight: 400;
}
.fotr-two section.widget_text {
    width:fit-content !important
}

.fotr-two {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1458B3;
}

.fotr-two  h3.widget-title {
    font-size:20px;
    color: #A6C0E2;
    font-family: 'Onest';
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.fotr-two  section h3{
    font-size:20px;
    color: #A6C0E2;
    font-family: 'Onest';
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.fotr-two  section ul{
    list-style:none;
    padding-left:0px;
    
}

.fotr-two  section ul li{
    margin-bottom:15px;
}

.fotr-two  section ul li a{
    font-size: 16px;
    color: #ffff;
    font-weight: 500;
	font-family: 'Onest';
}

.fotr-two section p, .fotr-two section p a{
     font-size: 16px;
    color: #ffff;
    font-weight: 500;
	font-family: 'Onest';
}

.fotr-two section p strong a{
	color:#D2B826 !important;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	text-decoration: underline;
}

.copy-right {
    display: flex;
    justify-content: space-between;
}

.copy-right p{
    font-size: 16px;
    color: #fff;
    font-family: 'Onest';
}
.copy-right a{
    font-size: 16px;
    color: #fff;
    font-family: 'Onest';
	text-decoration:underline;
}

.copy-right p.b-links a,.copy-right p.b-links{
    color:#D2B826
}

.f-row p {
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #4077C1;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.f-row span.wpcf7-spinner {
    display: none;
}

.f-row span.wpcf7-form-control-wrap {
    width: 82%;
}

.f-row input.btn-primary {
    width: 18%;
    background: #72C34D;
    font-size: 18px;
    font-weight:500;
    padding: 0px;
    height: 40px;
    border-radius: 4px;
    font-family: "Onest", sans-serif !important;
	border: 0px;
}

.f-row input.form-control {
    background: #fff0 !important;
    border: 0px !important;
    box-shadow: none !important;
    outline: none !important;
    color: #fff !important;
    height:40px;
    font-size: 16px;
    font-family: "Onest", sans-serif !important;
}

.f-row input.form-control::placeholder{
    color:#A6C6F0 !important;
}

.news-form span.wpcf7-form-control-wrap {
    background: #fff0 !important;
}

.news-form span.wpcf7-checkbox.form-control {
    background: #fff0 !important;
    padding:0px !important;
    margin:0px !important;
    border: 0px !important;
    box-shadow: none !important;
    outline: none !important;
	height: auto;
}

.news-form span.wpcf7-list-item.first.last {
    margin-left: 0px;
}

.news-form label {
    margin: 0px !important;
    color: #fff !important;
    margin-left: 0px !important;
    font-family: "Onest", sans-serif !important;
}

.news-form span.wpcf7-list-item-label {
    margin-left: 8px;
}

.news-form .wpcf7-not-valid-tip {
	position:absolute;
	width: 100%;
}

.col-12.col-md-12.foter-one .wpcf7-response-output {
    margin: 0px !important;
    color: #fff;
}

/* -------------- General Items -----------------------*/
.type-p1, .type-p1 p{
	font-size: clamp(1.00rem, calc(0.956rem + 0.141vw), 1.13rem) !important;
	color:#242424;
	font-family: "Onest", sans-serif !important;
	font-weight:300 !important;
}
.white, .white p, .white h2, .white h3{
	color: #ffffff !important;
}

h1.type-hero{
	font-size: clamp(1.88rem, calc(1.127rem + 2.394vw), 4.00rem);
	color:#242424;
	font-family: "Parkinsans", sans-serif !important;
	font-weight:600 !important;
	
}

h2.type-h2{
	font-size: clamp(1.50rem, calc(1.148rem + 1.127vw), 2.50rem);
	color:#242424;
	font-family:"Parkinsans", sans-serif !important;
	font-weight:600 !important;
}
h3.type-h3,.type-h3, .type-h3 h3{
	font-size: clamp(1.25rem, calc(1.162rem + 0.282vw), 1.50rem);
	font-family:"Parkinsans", sans-serif !important;
	font-weight:600 !important;
}

h4.type-h4{
	font-size: clamp(1.25rem, calc(1.162rem + 0.282vw), 1.50rem);
	font-family:font-family: "Parkinsans", sans-serif !important;
	font-weight:500 !important;
}

.green-btn .vc_btn3{
    background: #72C34D !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #fff !important;
    border-radius: 8px !important;
    position: relative;
    font-size: 18px !important;
    font-family: 'Onest' !important;
    font-weight:400 !important;
    border:0px !important;
    position: relative;
    display: inline-block;
    border: none;
    overflow: hidden;
    isolation: isolate; 
}

.green-btn .vc_btn3-icon{
    font-size:24px !important;
}
.green-btn .vc_btn3-icon:before{
    transform: rotate(0deg) !important;
    display: block;
    transition:0.5s ease;
}

.green-btn:hover .vc_btn3-icon:before{
    transform: rotate(-45deg) !important;
}
 
.green-btn .vc_btn3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;     
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1.3s ease;
    z-index: -1; 
    background: #378315;
  }
 
.green-btn .vc_btn3:hover::after{
    transform: translate(-50%, -50%) scale(1);
  }

.green-btn-in .vc_btn3{
	padding-top:16px !important;
	padding-bottom:16px !important;
}
.white-btn .vc_btn3{
    background: #ffffff !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #000000 !important;
    border-radius: 8px !important;
    position: relative;
    font-size: 18px !important;
    font-family: 'Onest' !important;
    font-weight:400 !important;
    border:0px !important;
    position: relative;
    display: inline-block;
    border: none;
    overflow: hidden;
    isolation: isolate; 
}

.white-btn .vc_btn3-icon{
    font-size:24px !important;
}
.white-btn .vc_btn3-icon:before{
    transform: rotate(0deg) !important;
    display: block;
    transition:0.5s ease;
}

.white-btn:hover .vc_btn3-icon:before{
    transform: rotate(-45deg) !important;
}
 
.white-btn .vc_btn3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;     
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1.3s ease;
    z-index: -1; 
    background: #000000;
  }
 
.white-btn .vc_btn3:hover::after{
    transform: translate(-50%, -50%) scale(1);
  }
.white-btn .vc_btn3:hover{
    color:#fff !important;
}
.image-row .vc_column-inner .wpb_wrapper {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:30px
}

.image-row .vc_column-inner .wpb_wrapper .wpb_wrapper{
    display:block;
}
.pink-btn .vc_btn3{
    position: relative;
    display: inline-block;
    isolation: isolate;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: rgb(255, 255, 255) !important;
    font-size: 18px !important;
    font-family: Onest !important;
    font-weight: 400 !important;
    overflow: hidden;
    background: #DE20B4!important;
    border-radius: 8px !important;
    border-width: 0px !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: none !important;
}

.pink-btn .vc_btn3-icon{
    font-size:24px !important;
}

.pink-btn .vc_btn3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;     
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1.3s ease;
    z-index: -1; 
    background: #004AAC;
  }
 
.pink-btn .vc_btn3:hover::after{
    transform: translate(-50%, -50%) scale(1);
  }

.pink-btn .vc_btn3 i.vc_btn3-icon:before{
    content: "";
    background-image: url(/wp-content/uploads/2026/07/download-7-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 26px;
    width: 22px;
    display: block;
    position: relative;
    top: -2px;
}

.trans-btn .vc_btn3{
    padding-left:0px !important;
    color: #242424 !important;
    border-radius: 8px !important;
    position: relative;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 30px !important;
    font-size: 18px !important;
    font-family: 'Onest' !important;
    font-weight:400 !important;
    border:0px !important;
    position: relative;
    overflow: hidden;
    background: none !important;
	border-bottom:1.5px solid transparent !important;
}

.trans-btn .vc_btn3-icon{
    font-size:24px !important;
    right:0 !Important;
}

.trans-btn .vc_btn3-icon:before{
    transform: rotate(0deg) !important;
    display: block;
    transition:0.5s ease;
}

.trans-btn:hover .vc_btn3-icon:before{
    transform: rotate(-45deg) !important;
}
.trans-btn:hover {
    border-bottom:1.5px solid black;
}

section.gap-tb {
    padding-top: clamp(60px, calc(38.87px + 4.225vw), 120px) !important;
    padding-bottom: clamp(60px, calc(38.87px + 4.225vw), 120px) !important;
    margin-top: 0;
    margin-bottom: 0;
}

section.gap-tb-sm {
    padding-top: clamp(40px, calc(29.44px + 2.113vw), 70px) !important;
    padding-bottom: clamp(40px, calc(29.44px + 2.113vw), 70px) !important;
    margin-top: 0;
    margin-bottom: 0; 
}

section.gap-t {
    padding-top: clamp(60px, calc(38.87px + 4.225vw), 120px) !important;
    padding-bottom: 0 !important;
    margin-top: 0;
    margin-bottom: 0; 
}

section.gap-b {
    padding-top: 0 !important;
    padding-bottom: clamp(60px, calc(38.87px + 4.225vw), 120px) !important;
    margin-top: 0 ;
    margin-bottom: 0;
}

.foter-one section.widget:last-child .f-row p {
    margin-bottom:20px;
}
.news-form .f-row  .wpcf7-not-valid-tip  {
    bottom: -27px;
    font-size:15px;
}
/*-------------------------------------------------------- Home Page--------------------------------------*/
section.home-sec1:before{
    content:"" !important;
    height: 100% !important;
    width: 100% !important;
    position:absolute;
    background: linear-gradient(90deg, #FFFFFF 40%, rgba(255, 255, 255, 0) 100%);
    top:0;
    left: 0;
    z-index: 1;
    display: block !important;
    visibility: visible !important;
}

section.home-sec1 .vc_row.vc_inner .wpb_wrapper {
    display:flex;
    gap:20px;
    align-items: center;
}

section.home-sec1 .vc_video-bg{
    z-index:0;
}
section.home-sec1 .vc_row.wpb_row{
    z-index:2;
	position:relative;
}

.glass-row .vc_col-sm-3{
    padding-left:0px !important;
    padding-right:0px !important;
}
.glass-row .vc_col-sm-3:hover img.vc_single_image-img{
    scale:1.16;
    transition:0.5s ease;
}

.glass-row .vc_col-sm-3 img.vc_single_image-img{
    transition:0.5s ease;
}



.glass-row .wpb_single_image {
    overflow: hidden;
    height: 269px;
    padding-top: 17px;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 0px;
    text-align:center !important;
     
}

.glass-row h4.vc_custom_heading {
 
    margin-bottom: 0px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size:24px;
    color:#ffffff;
    font-family: 'Onest' !important;
}

.glass-row .wpb_text_column{
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 0px 0px 8px 8px;
    padding-bottom:24px;
    margin-bottom: 0px !important;
}
.glass-row .wpb_text_column p{
    font-size:18px;
    color: #ffffff;
    font-family: 'Onest' !important;
	font-weight:300 !important;
}

.glass-row .wpb_wrapper {
       background: #FFFFFF40;
    backdrop-filter: blur(20px);
    border-radius:8px;
    overflow:hidden;
}
.glass-row .wpb_wrapper .wpb_wrapper{
    background:none !important;
    backdrop-filter: none !important;
    overflow:visible;
}

section.home-sec1{
	padding-top:100px;
	padding-bottom:100px;
}
section.home-sec10:before {
    content:"";
    background-image:url(/wp-content/uploads/2026/07/Vector-1.png);
    background-size:contain;
    background-repeat:no-repeat;
    height: 100%;
    width: 30%;
    position:absolute;
    left:0;
    bottom: -80px;
}

section.home-sec10:after {
    content:"";
    background-image:url(/wp-content/uploads/2026/07/Vector.png);
    background-size:contain;
    background-repeat:no-repeat;
    height:100%;
    width:30%;
    margin-right:0;
    position:absolute;
    right:0;
    bottom: -80px;
    background-position: right;
}

section.home-sec10{
    overflow: visible !important;
    z-index:2;
    position:relative;
    display:block;
}

section.home-sec1 .vc_row.hero-list .wpb_wrapper {
    display:flex;
    flex-wrap: wrap;
    gap:15px;
}
section.home-sec2{
    z-index:2;
}

.hero-list .aio-icon-component{
    margin-bottom:0px !important;
    padding:12px 20px;
    border-radius:194px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.hero-list .aio-icon-component h3{
    font-size: 16px !important;
    font-weight:500 !important;
    font-family: 'Onest' !important;
}

.hero-list .b-pink{
    background: #CD409512 !important;
}
.hero-list .b-pink h3{
    color:#DE20B4 !important;
}

.hero-list .b-green{
    background: #80C35212 !important;
}
.hero-list .b-green h3{
    color:#72C34D !important;
}

.hero-list .b-yellow{
    background: #F5E74712 !important;
}
.hero-list .b-yellow h3{
    color:#ECD02F !important;
}

.hero-list .b-blue{
   background: #30A5DB12 !important;
}
.hero-list .b-blue #004AACh3{
    color:#ECD02F !important;
}

section.home-sec10{
    min-height: 460px;
}
.pa-card.is-active .pa-card-body {
    height: 140px;
    max-height: 140px ;
	transition:1s ease;
}

.vc_row.video-bg-row {
    position: absolute !important;
    top: 0;
    right:0;
    left: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    z-index: -2 !important;
}

.vc_row.video-bg-row  video {
    width: 100%;
}

section.vc_section.home-sec1{
    position: relative !important;
    overflow: hidden;
}

.pa-track article.pa-card:nth-child(1) .pa-card-body{
    background: #004AAC80;
}
.pa-track article.pa-card:nth-child(2) .pa-card-body{
    background: #DE20B480;
}
.pa-track article.pa-card:nth-child(3) .pa-card-body{
    background: #72C34D80;
}
.pa-track article.pa-card:nth-child(4) .pa-card-body{
    background: #D2B82680;
}

/*........ Video section-----------*/
.video-bg-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

.video-bg-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    height:100%;
}

.video-bg-row{
    min-height: 100%;
    height: 100%;
    min-height: 100% !important;
}

.video-bg-row .video-bg-row .wpb_column.vc_column_container.vc_col-sm-12 {
    height: 100%;
}

.video-bg-row .vc_column-inner {
    height: 100% !important;
}

.video-bg-row .wpb_wrapper {
    height: 100%;
}

.video-bg-row .wpb_raw_code {
    height: 100%;
}


.video-bg-row .video-bg-wrapper {
    height: 100%;
}

.video-bg-row .vc_col-sm-12 {
     height: 100% !important;
}
/*----------------- About US Page--------------------------*/
.custom-breadcrumb {
    display: flex;
    gap: 12px;
}

p.home-p {
    font-size: 16px;
    font-family: 'Onest' !important;
    color: #80A4D6;
}

.custom-breadcrumb a {
    text-decoration: none;
}

.custom-breadcrumb span {
    font-size: 16px;
    font-family: 'Onest' !important;
    color: #80A4D6;
    color:#ffffff;
}

section.about-sec2 .vc_row:nth-child(2){
    border-top:1px solid #E1DB93;
    margin-top:40px;
    padding-top:60px;
    padding-bottom:30px;
    margin-bottom:60px;
    border-bottom:1px solid #E1DB93;
}

.c-pink{
    background:#DE20B4;
} 
.c-blue{
    background:#004AAC;
}
.c-yellow{
    background:#D2B826;
}
.c-green{
    background:#72C34D;
}
section.vc_section.about-sec3 .wpb_text_column h3 {
    margin: 0px;
    margin-bottom:15px;
}
section.vc_section.about-sec3 .colorful-row .wpb_text_column  p{
	color:#FFFFFFBF !important;
	line-height:1.5 !important;
	font-weight:300 !important;
}

section.vc_section.about-sec3 .colorful-row .wpb_text_column{
    border-radius:12px;
    padding:30px;
}

.icon-box-row .vc_column-inner {
    padding:24px !important;
    border-radius:12px;
	justify-content: center;
}

.icon-box-row .b-pink .vc_column-inner {
    background-color: #DE20B4; }
.icon-box-row .b-yellow .vc_column-inner {
    background-color: #D2B826; }
.icon-box-row .b-green .vc_column-inner {
    background-color: #72C34D; }
.icon-box-row .b-blue .vc_column-inner {
    background-color: #004AAC; }


.icon-box-row .align-icon {
    text-align:left !important;
    background:#FFFFFF80;
    width:fit-content;
    padding:14px;
    border-radius:14px;
    padding-bottom: 8px;
    flex: 1;
    margin-bottom: 130px;
}

.icon-box-row h3.aio-icon-title {
     text-align:left !important;
    font-size: clamp(1.25rem, calc(1.074rem + 0.563vw), 1.75rem) !important;
    font-family: "Parkinsans", sans-serif !important;
    font-weight: 600 !important;
    color:#fff !important;
}

.icon-box-row .aio-icon-description {
     text-align:left !important;
    font-size: clamp(1.00rem, calc(0.956rem + 0.141vw), 1.13rem) !important;
    font-family: "Onest", sans-serif !important;
    font-weight: 400 !important;
    color:#fff;
    width:75%;
    margin-left:0px !important;
}

/*----------------- Contact Us-------------------*/
section.contact-sec1 p.home-p {
    color:#CEEAC1;
}
section.contact-sec1 .custom-breadcrumb img{
    filter: brightness(0) saturate(100%) invert(94%) sepia(16%) saturate(448%) hue-rotate(44deg) brightness(99%) contrast(85%);
}
section.contact-sec2 .pd-r-100{
	padding-right:100px !important;
}

section.contact-sec2 .vc_row.bg-green {
    background:#72C34D;
}

section.contact-sec2 .vc_row.bg-yellow {
    background:#D2B826;
}

section.contact-sec2 .vc_row.bg-pink {
    background:#DE20B4;
}

section.contact-sec2 .vc_row.vc_inner{
    padding:24px !important;
    border-radius:12px;
    margin-top:20px;
}

section.contact-sec2 .vc_row.vc_inner .vc_column-inner {
    padding:0px !important
}

section.contact-sec2 .vc_row.vc_inner .aio-icon-img {
    padding:7px;
    border-radius:6px;
}

section.contact-sec3  h4.vc_tta-panel-title {
    background: #fff0 !important;
}

section.contact-sec3  .vc_tta-panel-heading {
    background: #fff0 !important;
    border: 0px !important;
}

section.contact-sec3 .vc_tta-panel.vc_active{
    background:#004AAC;
}

section.contact-sec3 .vc_tta-panel{
    padding:30px;
    border-radius:12px;
    border: 1px solid #E6E5DE;
    margin-bottom: 20px;
}

section.contact-sec3  .vc_tta-panel a {
    padding:0px !important
}

section.contact-sec3 .vc_tta-panel-body {
    padding: 0px !important;
    margin-top: 20px;
}

section.contact-sec3 span.vc_tta-title-text {
    font-size: 24px;
    font-weight: 500 !important;
    color: #000000BF;
}

section.contact-sec3 .vc_tta-panel.vc_active span.vc_tta-title-text{
    color:#fff;
}

section.contact-sec3 .vc_tta-panel.vc_active .vc_tta-panel-body p {
    font-size: clamp(1.00rem, calc(0.956rem + 0.141vw), 1.13rem) !important;
    color: #ffffff;
    font-family: "Onest", sans-serif !important;
    font-weight: 300 !important;
}

section.contact-sec3 i.vc_tta-controls-icon{
    right:0px !important;
    padding:15px;
    border-radius:100%;
     background:#004AAC;
 padding-bottom:
}

section.contact-sec3  i.vc_tta-controls-icon:before{
    border-color:#fff !important;
   margin:8px;
}


section.contact-sec3  .vc_tta-panel.vc_active i.vc_tta-controls-icon{
     
	 background:#fff !important;
}

section.contact-sec3  .vc_tta-panel.vc_active i.vc_tta-controls-icon:before{
    border-color:#004AAC !important;
}


section.contact-sec2 .bg-green .aio-icon-img {
    background:#A3D88B;
}
section.contact-sec2 .bg-yellow .aio-icon-img {
    background:#DDCA5C;
}
section.contact-sec2 .bg-pink .aio-icon-img {
    background:#E658C7;
}

section.contact-sec2 .vc_row.vc_inner h3.aio-icon-title{
    font-size:20px;
    text-decoration:underline;
    color:#fff;
    line-height: 100%;
    font-weight: 500;
    font-family: 'Onest' !important;
}

.form-col{
    background: #F9F9F9;
    padding: 40px!important;
    border-radius: 12px;
}

.contact-form p {
    font-size: clamp(1.00rem, calc(0.956rem + 0.141vw), 1.13rem) !important;
    color: #242424;
    font-family: "Onest", sans-serif !important;
    font-weight: 400 !important;
}

.form-col .vc_column-inner {
    padding:0px !important;
}

.contact-form input,.contact-form select{
    font-size: 18px !important;
    font-family: 'Onest';
    height: 54px;
    padding: 10px 20px;
    border: 1px solid #F2F2F2 !important;
    border-radius: 8px;
    font-weight: 400 !important;
    color: #000000 !important;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form input::placeholder, .contact-form textarea::placeholder{
    color:#B2B2B2 !important;
}

.contact-form textarea{
    font-size: 18px !important;
    font-family: 'Onest';
    height: 200px;
    padding: 10px 20px;
    border: 1px solid #F2F2F2 !important;
    border-radius: 8px;
    font-weight: 400 !important;
    color: #000000 !important;
    outline: none !important;
    box-shadow: none !important;
    resize:none;
}
.contact-form  .row p{
    margin-bottom:15px;
    
}

.contact-form  .row  .col-md-6 {
    padding:0px 8px;
}
.contact-form  .row  .col-md-12 {
    padding:0px 8px;
}

.contact-form input.btn-primary {
    background: #72C34D !important;
    font-size: 18px;
    color: #fff !important;
    width: 100%;
    margin-top: 30px;
    height: 52px;
}

.contact-form span.wpcf7-spinner {
    display: none !important;
}
.pa-track-bleed {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pa-track-bleed::-webkit-scrollbar {
    display: none;
}
/*----------- Blogs ---------*/
/*---------- Blogs Inner Page ----------*/
body.single-post #content.site-content{
	padding: 0px !important; }
section.sp-related {
    width: calc(100% - max((100vw - 1440px) / 2, 15px));
    margin-left: max((100vw - 1440px) / 2, 15px);
}

/*----------------------------------------------------------------------------------------------------------------------Responsive ------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-----------------Large Laptop Screens-------------------------*/
@media (max-width: 1600px) {

#content.site-content {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
    .container,.pa-container {
        max-width:90% !important;
        margin:auto;
    }

.pa-track-bleed {
	padding-left: 5% !important; }

section.home-sec10:before{
    bottom: -35%;
}

section.home-sec10:after{
	bottom: -30%; }

}/*-------- large laptop End-------*/


/*-----------------small Laptop Screens-------------------------*/
@media (max-width: 1300px) { 

.glass-row .wpb_single_image{
    overflow: hidden;
	height: 218px; }

header#masthead ul#menu-main-menue{
    gap: 15px;
	}


.chp-card {
	min-height: auto !important; }

.chp-panel {
	min-height: auto !important; }

section.home-sec10{
    min-height: auto;
    padding-bottom: 60px;
}

}/*-------- small laptop End-------*/


/*-----------------Tablet Screens-------------------------*/
@media (max-width: 1199px) { 
.chp-panel {
    padding: 15px; }

.chp-card--simple {
    padding: 15px;
}

.chp-badge {
    padding: 5px 10px;
    font-size: 13px; }
.chp-date {
    font-size: 13px; }
.chp-panel {
    padding: 15px; }

.chp-card--simple {
    padding: 15px;
}

.chp-badge {
    padding: 5px 10px;
    font-size: 13px; }
.chp-date {
    font-size: 13px; }

.glass-row .vc_col-sm-3 {
   width:50%
}

.glass-row .wpb_wrapper .wpb_wrapper {
    width: 100%;
}
.glass-row .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}

.glass-row .vc_col-sm-3 img.vc_single_image-img{
    transition: 0.5s ease;
    width: 100%;
}
.mt-frame {
	padding: 30px; }

.icon-box-row .aio-icon-description {
	width: 100%; }

.icon-box-row .align-icon {
    margin-bottom: 60px;
}

/*------- Header Navbar -----------*/

div#main-nav {
        padding-top: 130px;
        padding-left: 10px;
    }

header#masthead .collapsed .navbar-toggler-icon {
		background-image: none;
		background-image: url(https://www.nybcouncil.com/wp-content/uploads/2025/12/alt.svg) !important;
		height: 35px;
		width: 35px;
		background-size: cover !important;
		background-repeat:no-repeat !important;
	}
	header#masthead .navbar-toggler-icon {
		background-image: none;
		background: url(https://www.nybcouncil.com/wp-content/uploads/2025/12/Icon.svg);
		background-size: cover !important;
		background-repeat:no-repeat !important;
	}
	header#masthead .navbar-toggler {
		border: none;
		z-index: 9999;
		flex: 0 0 11%;
		outline:none;
	}
	header#masthead .navbar-brand {
		flex: 0 0 66%;
		z-index:999999;
		position:relative;
		left: 20px !important;
	}
	.navbar-collapse.show {
		margin: 0;
		transform: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-collapse {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		transform: translateX(100%);
		transition: all 0.5s ease-in-out !important;
		height: 100vh;
		width: 100% !important;
		padding-top: 30px;
		padding-bottom: 0px !important;
		overflow: scroll;
		z-index: 9;
		background: #000000;
		min-width: 100%;
		max-width: 100%;
		}

	div#main-nav {
		padding-top: 130px;
		padding-left: 10px;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100%;
	}
	button.navbar-toggler {
		display: block;
	}
	div#main-nav ul#menu-main-menue {
		gap: 20px;
		padding-right: 0px;
		display: flex;
		align-items: flex-start;
		padding-left: 20px;
	}
	header#masthead .container {
		padding: 0px !important;
	}
	header#masthead {
		background-color: #000000 !important;
	}


nav.navbar.navbar-expand-xl.p-0 {
    overflow: visible;
}

header#masthead .container {
	width:100% !important;
	max-width: 100% !important;
	/* padding-left: 5% !important; */
}

header#masthead a.nav-link {
	color:#fff !important;
	font-size:24px !important;
}

.f-row input.btn-primary {
    width: 20% !important;
    font-size: 16px !important; 
	}

.pa-card.is-active .pa-card-btn{
    width: 40px !important;
    min-width: 40px !important;
	height: 40px !important; }
.pa-card-body {
    align-items: flex-end !important; 
}

.pa-card.is-active .pa-card-body {
    height: fit-content !important;
    max-height: fit-content !important;
	min-height: fit-content !important; }

}/*-----------------Tablet Screens end-------------------------*/

/*-----------------small Tablet Screens-------------------------*/
@media (max-width: 991px) { 

.feature-cards {
    grid-template-columns: repeat(3, 1fr) !important; 
    gap:20px !important; 

}

.feature-card.show:nth-child(2), .feature-card.show:nth-child(4), .feature-card.show:nth-child(6) {
    bottom: 0px !important;
    position: relative !important;
}

    .feature-card {
        width: auto !important;
    }
section.home-sec1 .vc_row .vc_col-sm-6 {
    width:70%;
}

.pa-heading {
    max-width: 100% !important; }

.pa-progress {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;  
}

.pa-header {
        align-items: flex-end !important;
        gap: 0px;
        }
/*new-----*/
.pa-container {
    max-width: 100% !important;
    margin-left: 0 !important;
}

    .pa-header {
        flex-direction: column;
        align-items: flex-start !important;
    }

.programs-accordion{
    max-width:90%;
    margin:auto;
}
.pa-nav {
    width: 100%;
    justify-content: flex-end;
}

.pa-card-body {
    flex-direction: column;
    justify-content: flex-end; }

.pa-card.is-active .pa-card-excerpt {
    min-height: fit-content !important;
    padding-right: 0px !important;
}

/*end*/


section.home-sec8 .vc_row .vc_col-sm-6 {
    width:100%;
}
section.home-sec8 .vc_row .vc_col-sm-6:last-child {
    margin-top:50px;
}

.cat-highlight-posts {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
}

.cat-highlight-posts .chp-card--featured {
    grid-column: span 2 !important;
}

section.home-sec10:before {
        bottom: -55%;
    }

    section.home-sec10:after {
        bottom: -37%;
    }
.foter-one section.widget:first-child {
    width: 47%;
}
.foter-one section.widget:last-child {
    width: 50%;
}


section.vc_section.about-sec2.gap-tb {
    overflow: visible !important;
}



section.vc_section.about-sec2 .vc_col-sm-6.sticky-col {
	position: sticky;
	top: 100px;
	
}

.about-sec4 .vc_col-sm-3 {
        width: 50%;
    }
section.contact-sec2 .vc_row.vc_inner h3.aio-icon-title {
	font-size: 13px; }

section.contact-sec2 .pd-r-100 {
    padding-right: 0px !important;
	width:40% !important;
}
section.contact-sec2 .form-col {
	width:60% !important;
}
p.alright {
    width: 55%;
}

.mt-right {
    min-width: auto;
    display: block;
    width: 100%;
}

}/*tablet End*/


/*---------------------- Mobile Responsive---------------------*/

@media (max-width: 767px) { 
body,html{
    overflow-x:hidden;
}
body,html{
    overflow-x:hidden;
}

    .feature-cards {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-bottom: 40px;
    }

body .feature-card-inner {
        transform: rotate(0deg) !important;
}


    .pa-card, .pa-card.is-active{
        min-height: fit-content !important;
        height: fit-content !important;
    }

    section.home-sec1 .vc_row .vc_col-sm-6 {
        width: 100%;
    }
section.home-sec1 .vc_row.vc_inner .wpb_wrapper {
    align-items: flex-start;
    flex-direction: column;
}

    .mission-tabs {
        padding: 0px;
    }

    .glass-row .vc_col-sm-3 {
        width: 100%;
    }

.chp-panel {
    width: 100%; }

.cat-highlight-posts {
    display: flex !important;
    flex-direction: column;
}

section.home-sec10:before, section.home-sec10:after{
    display:none;
}

.col-12.col-md-12.foter-one {
    flex-direction: column;
}

    .foter-one section.widget:first-child {
        width: 100%;
    }

    .foter-one section.widget:last-child {
        width: 100%;
    }

.news-form label{
    font-size: 14px;
}
.fotr-two {
    flex-direction: column;
}

.copy-right {
    flex-direction: column;
    align-items: center;
}
    p.alright {
        width: 100%;
        text-align: center;
    }

footer#colophon {
    margin-top: -40px;
    height: 300px;
}
footer#colophon img.bottom-img {
    height: 100%;
    object-fit: cover;
}

    .mission-tabs {
        padding: 0px !important;
    }

.mt-stage {
    min-height: 300px !important;
}

.chp-panel {
	width: 100% !important;}

    .cat-highlight-posts {
        padding: 0px !important;
    }

section.vc_section.home-sec1 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .feature-cards {
        margin-bottom: 40px !important;
    }

div#footer-widget .container {
    max-width:85% !important;
}

section.about-sec1 .vc_row{
    gap:50px;
}

.image-row .vc_column-inner .wpb_wrapper{
    gap: 15px;
}

.sec-row{
    display:flex;
    flex-direction: column-reverse;
}

.colorful-row .vc_col-sm-7 {
    margin-bottom:35px
}

.about-sec4 .vc_col-sm-3 {
        width: 100%;
    }

.icon-box-row {
    padding-left: 15px;
    padding-right: 15px;
}
section.contact-sec1 .vc_row{
    gap:50px;
}
section.contact-sec2 .pd-r-100{
        padding-right: 15px !important;
        width: 100% !important;
        padding-left: 15px !important;
    }
section.contact-sec2 .form-col{
        width: 100% !important;
        padding-left: 15px !IMPORTANT;
        padding-right: 15px !important;
    }
section.contact-sec3 .vc_tta-panel {
    padding: 15px; }

section.contact-sec3 span.vc_tta-title-text {
    font-size: 16px;
    width: 90%;
    display: block;
    line-height: 1.2;
    }

section.contact-sec3 i.vc_tta-controls-icon {
    padding: 13px !important;  }

section.vc_section.contact-sec3.gap-b {
    padding-bottom: 0px !important;
}
	.pa-card-body{
		margin-top:0px !important;
	}
.hero-list .aio-icon-component{
    width: 100% !important;
}

.pa-track-bleed {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

}/** mobile end --------*/