@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-SemiBold.eot');
    src: local('Gellix SemiBold'), local('Gellix-SemiBold'),
        url('../fonts/Gellix-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-SemiBold.woff2') format('woff2'),
        url('../fonts/Gellix-SemiBold.woff') format('woff'),
        url('../fonts/Gellix-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Regular.eot');
    src: local('Gellix Regular'), local('Gellix-Regular'),
        url('../fonts/Gellix-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Regular.woff2') format('woff2'),
        url('../fonts/Gellix-Regular.woff') format('woff'),
        url('../fonts/Gellix-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Medium.eot');
    src: local('Gellix Medium'), local('Gellix-Medium'),
        url('../fonts/Gellix-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Medium.woff2') format('woff2'),
        url('../fonts/Gellix-Medium.woff') format('woff'),
        url('../fonts/Gellix-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Light.eot');
    src: local('Gellix Light'), local('Gellix-Light'),
        url('../fonts/Gellix-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Light.woff2') format('woff2'),
        url('../fonts/Gellix-Light.woff') format('woff'),
        url('../fonts/Gellix-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* header css */
.main-header {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 11;
    transition: all 0.3s ease-in-out;
}
.logo-wrapper img {
    width: 224px;
    transition: all 0.5s ease-in-out;
    height: auto;
}
.small-header .logo-wrapper img {
    max-width: 150px;
    height: auto;
    transition: all 0.5s 
ease-in-out;
}
.logo-wrapper {
    transition: all 0.5s 
ease-in-out;
}
.header-full {
    padding: 11px 16px;
        align-items: center;
}
.small-header {
    background: var(--blue);
}
.menu-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
#mainNav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.menu-top li.menu-item-has-children {
    position: relative;
}
.sub-menu {
    min-width: 177px;
    z-index: 9;
    text-align: left;
    box-shadow: 0px 4px 4px 0px rgba(26, 24, 29, .1);
    background-color: var(--blue);
    transition: all 0.2s 
ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    padding: 10px 10px;
    margin: 0;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
ul.menu-top li:hover>ul, ul.menu-top li:focus-within>ul {
    display: block;
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s 
ease-in-out;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    list-style: none;
}
#mainNav a {
    color: var(--white);
    font-size: 18px;
}
#mainNav a:hover {
    color: #284ac6;
}
.header-5 .banner-content h1 span {color: var(--skyblue) !important;font-weight: 500;}
.banner-logos .btn-primary:first-child, .banner-logos .btn-primary:nth-child(2):hover {
    background: var(--skyblue);
    color: var(--black) !important;
    border: 2px solid var(--skyblue);
    margin-right: 20px;
}
.btn-primary {
    height: 74.51px;
    line-height: 2.2;
    font-size: 23px;
}
.header-logo-dark
{
    top: 10px;
}
.banner-logos .btn-primary:first-child:hover, .banner-logos .btn-primary:nth-child(2) {
    color: var(--skyblue) !important;
    background: transparent;
    border: 2px solid var(--skyblue);
}
.header-5 .banner-content h1 {
    font-style: italic;
    width: 82%;
    margin-bottom: 30px;
}
.component-page-banner-sec.header-5 .banner-content {
    margin-bottom: 100px;
}
.component-page-banner-sec.header-5 {
    align-items: end !important;
    height: 100vh;
}
.header-5 .banner-content h1 span {
    color: var(--skyblue) !important;
    font-weight: 500;
}
/* footer css*/
#contact-us { 
    background: #E9E9E9;
    padding: 60px 0;
    color: var(--blue);
}
.footer-logo img {
    max-width: 300px;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav ul li {
    margin-bottom: 10px;
}
.footer-nav ul li a, .footer-btm-links a, .footer-content a {
    color: var(--blue);
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 2;
}
.footer-nav ul li a:hover, .footer-btm-links a:hover, .footer-copyright a:hover, .footer-content a:hover, .footer-nav .current-menu-item >a{
    color: #284ac6;
}
.social-icon-footer a {
    background: var(--blue);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 10px;
}
.social-icon-footer {
    column-gap: 25px;
}
.social-icon-footer a:hover {
    background: #284ac6;
}
.footer-copyright {
    background: var(--blue);
    padding: 18px 0;
}
.footer-copyright p, .copyright-text{
    margin: 0;
    color: var(--white);
}
 .footer-copyright a:hover{
    margin: 0;
    color: var(--skyblue);
}
.footer-form-section {
    padding: 60px 0;
}
.footer-form {
    padding: 40px;
}
.footer-form .btn-blue {
    margin: 0 auto;
    width: 300px;
        font-size: 23px;
}
.btn-blue {
    background: var(--blue);
    border: 1px solid var(--blue) !important;
}
.resource-btn {
    min-width: 214px;
    text-align: center;
    font-weight: 400;
}
.btn-blue:hover {
    background: var(--skyblue);
    color: var(--blue);
    border-color: var(--skyblue) !important;
}
.contact-list figure.wp-block-image {
    width: 45px;
    height: 45px;
    margin: 0;
    background: var(--blue);
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.contact-list figure.wp-block-image svg {
    width: 20px;
    height: 20px;
    display: block;
}
.contact-list {
    gap: 0;
    align-items: center !important;
}
.contact-list p {
    margin: 0 !important;
}
.size-full.w-100 img {
    width: 100%;
}
.text-sty {
    font-weight: 300;
    font-style: italic;
}
.logo-section .wp-block-columns .wp-block-image, .logo-section .wp-block-columns  {
    margin-bottom: 0;
}
.section-space {
    padding-top: 60px;
    padding-bottom: 60px;
}
.size-full.w-100 img {
    width: 100%;
}
.cta-inner {
    max-width: 52%;
}
.light-header:not(.small-header) .header-logo-dark, .dark-header:not(.small-header) .header-logo-light, .small-header .logo-wrapper.header-logo-dark {
    display: none !important;
}
.dark-header:not(.small-header) #mainNav >.menu-item> a {
    color: #0B1A57;
}
#mainNav a:hover, .menu-wrapper .current-menu-item >a{
    color: var(--skyblue) !important;
}
.banner-logos .btn-primary {
    min-width: 260px;
    justify-content: center;
}
.banner-logos .btn-primary:nth-child(2)
{
    font-weight: 600;
}
.logo-section .wp-block-column {
    padding: 0px 20px;
}
/* resources page css*/
.resource-card-title a:hover {
    color: var(--blue);
}
.resource-card-title a, .category-blog .title, .category-page h3.card-title a {
    font-size: 30px;
    color: var(--black);
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.category-page a.btn-blue{
    font-size: 23px !important;
    color: #fff !important;
}
.category-page a.btn-blue:hover{
    color: var(--blue) !important;
}
.resource-meta {
    color: #7A7A7A !important;
    font-weight: 400;
    font-size: 30px;
    font-style: italic;
}
.pagination-wrapper .page-numbers:not(.next), .pagination-wrapper .page-numbers:not(.prev) {
    background: #EBF2F8;
    padding: 5px 10px;
    color: var(--blue);
    display: inline-block;
    height: 40px;
    line-height: 2;
    width: 40px;
    text-align: center;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
}
.pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
    width: auto;
}
.pagination-wrapper .page-numbers:hover, .pagination-wrapper .page-numbers.current{
    background: var(--blue);
    color: var(--white);
}
.resource-card .resource-thumb {
    overflow: hidden;
}
.resource-card .resource-thumb img {
    transition: all 0.3s ease-in-out;
}
.resource-card .resource-thumb:hover img {
    transform: scale(1.1);
}
.single-featured-image img {
    width: 100%;
}
/* resources page css*/
/*alert bar on header css start*/
#alert-bar {
    display: none;
}

.alertbar {
    background: var(--skyblue);
    color: var(
    --blue);
    width: 100%;
    display: block;
    padding: 11px 0px 11px 0px;
    border: 0;
    border-radius: 0;
    z-index: 111;
    position: relative;
}
.alertbar * {
    color: var( --black);
}
.alertbar a {
    text-decoration: underline;
    text-underline-position: under;
}
.alertbar p {
   margin-bottom:0px;
}
.alertbar a:hover {
    color: var(--orange);
}
.alertbar .alert_closebtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    right: 25px;
    margin-top: -2px;
    cursor: pointer;
}
.alertbar p a {
     color: var( --blue);
     text-decoration: none;
     transition: all 0.3s ease-in-out;
}
.alertbar p a:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
body.alert-close .showing-alertbar {
    padding-top: 0 !important;
}
.header-white-layout .showing-alertbar {
    padding-top: 0 !important;
}
body.header-white-layout.alert-close {
    padding-top: 0 !important;
}
body.alert-close .display-alery-bar-cntr {
    margin-top: 0 !important;
}
.alert-close .showing-alertbar {
    display: none;
}
.small-header .display-alery-bar-cntr {
    margin-top: 0 !important;
}

/* 19/11/25 */
.category-page .page-title{
    color: #0b1a57;
    font-style: normal;
    font-weight: 400;
}
.category-page .row.news-row{
    --bs-gutter-y: 1.5rem;
}
.pagination-wrapper .pagination{
    justify-content: center;
}
.mobile-menu{
    display: none;
}
.contact-details.mobile{
    display: none;
}
.single-post-page h1{
    font-size: 46.88px !important;
}
.single-post-page h2{
    font-size: 40px !important;
}
.single-post-page h3{
    font-size: 30px !important;
}
.single-post-page h4{
    font-size: 25px !important;
}
.single-post-page a{
    color:#000;
    font-weight: 900;
}
.single-post-page a:hover{
text-decoration: underline;
}
.single-post-page ul {
    margin: 0px;
}
.single-post-page  .component-image-content-boxes-sec {
    padding: 40px 0px !important;
}
.single-post-page{
    margin-top: 100px !important;
}
.single-post-page blockquote p{
    border-left: 4px solid #000;
    padding-left: 15px;
    margin-left: 0;
}

/*alert bar on header css end*/
/* visual hightlight grid css*/
body .icon-grid-list-box {
    border: 0px;
    padding: 0;
    text-align: center;
}
body .icon-grid-list-icon {
    width: 223px;
    height: 223px;
    margin-bottom: 30px;
}
body .icon-content-group-header h2, body .custom-testimonial h2 {
    color: #0b1a57;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: left;
}
.custom-list li strong {
    font-weight: 600;
}

.page404 .link, .page404 .link a {
    color: var(--blue);
    text-decoration-color: var(--blue);
}
.page404 .link:hover {
    text-decoration: none;
}
.page404 {
    padding: 150px 0;
}
.error404 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.error404 #mainCntr {
    flex: 1;
}
.testimonial-carousel.owl-carousel .owl-dot.active, .logo-carousel.owl-carousel .owl-dot.active {
    background-color: var(--blue) !important;
}
.owl-carousel .owl-nav button:hover .left-arrow {
    border-color: var(--blue) !important;
}
.dark-header:not(.small-header) .menu-toggle span {
    background: var(--blue);
}
/* testimonail css*/
.testimonial-carousel .testimonial-content p, .testimonial-carousel .testimonial-title {
    color: var(--black);
    font-size: 26px !important;
}
.testimonial-title span {
    color: #686868 !important;
    display: block;
    font-weight: 400;
}
.testimonial-title:last-child {
    line-height: 1.5;
}
.testimonial-content {
    padding-bottom: 100px;
}
.testimonial-carousel .owl-stage {
    display: flex;
}
.testimonial-carousel .carousel-sub-item {
    background: #F3F3F3;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
}
.testimonial-carousel.owl-carousel .owl-dots, .logo-carousel.owl-carousel .owl-dots {
    display: none !important;
}
.testimonial-carousel.owl-carousel .owl-nav, .logo-carousel.owl-carousel .owl-nav {
       top: -55px;
    justify-content: end !important;
    right: 0 !important;
    left: 92% !important;
    gap: 40px !important;
    padding: 0 !important;
}
.testimonial-carousel.owl-carousel .owl-nav button .left-arrow {
    width: 36px;
    height: 27px;
    background-size: cover;
    border: 0px;
    transform: none;
}
.testimonial-carousel.owl-carousel .owl-nav button .left-arrow:not(.right) {
    background: url(/wp-content/uploads/2025/11/arrow_right_alt.svg);
}
.testimonial-carousel.owl-carousel .owl-nav button .left-arrow.right {
    background: url(/wp-content/uploads/2025/11/arrow_right.svg);
}
.testimonial-title:last-child {
    position: absolute;
    bottom: 20px;
}