/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.5.1752559429
Updated: 2025-07-15 06:03:49

*/
.pm-bar {
    text-align: left;
}

.pm-bar h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;

}

@media (min-width: 768px) {
    .pm-bar h6 {
        font-size: 15px;

    }
}

@media (min-width: 992px) {
    .pm-bar {
        text-align: center;

    }
}


.page header.page-entry-header {
    background: #2d61ba;
    padding: 50px;
    min-height: 400px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.page header.page-entry-header h1.entry-title {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.page .entry-content {
    color: #111;
    padding: 50px 0px;
}

img.attachment-full.size-full {
    height: auto !important;
}

header.entry-header.alignwide {
    margin: 0;
}

/* #masthead.sticky .elementor-element.header-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
} */

header#masthead .header-new .e-con-inner {
    display: block !important;
}

header#masthead .header-new nav {
    width: 100% !important;
}

header#masthead .header-new nav .menu-item {
    margin-bottom: 10px !important;
}

header#masthead .header-new .e-con-inner .header-logo {
    display: block !important;
}

.hfe-nav-menu ul.hfe-nav-menu {
    justify-content: start;
}

.header-nav li.menu-item {
    border-radius: 50px;
    border: 1px solid #fff;
    overflow: hidden;
}

.header-nav li.menu-item:hover,
.header-nav li.menu-item.current-menu-item {
    border-color: #2360AF;
}

.header-nav .request-btn {
    border: 1px solid #0D279D !important;
    background-color: #0D279D !important;
    color: #fff !important;
}

.header-nav .request-btn a {
    border: 0 none !important;
    background-color: #0D279D !important;
    color: #fff !important;
}

.header-nav .request-btn:hover {
    background-color: #fff !important;
}

.header-nav .request-btn a:hover {
    color: #0D279D !important;
    background-color: #fff !important;

}

.wpcf7 form.wpcf7-form {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

span.wpcf7-spinner {
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    margin: 5px 0 10px 0;
    background: #ffffff1a;
    border: 1px solid #ffffff2b;
    border-radius: 8px;
    color: #cccccc94;
    font-size: 14px;
    padding: 5px 15px;
    max-height: 100px;
}

.wpcf7 form.wpcf7-form {
    text-align: left !important;
}

.wpcf7-form-control-wrap .wpcf7-form-control.centered {
    text-align: center;
}

select.wpcf7-form-control.wpcf7-select {
    background: #181a56;
    border-color: #181a56;
}

span.wpcf7-form-control-wrap[data-name=select-556],
span.wpcf7-form-control-wrap[data-name=select-557] {
    position: relative;
}

span.wpcf7-form-control-wrap[data-name=select-556]::after,
span.wpcf7-form-control-wrap[data-name=select-557]::after {
    content: '\003E';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
    color: white;
    font-size: 12px;
}

span.wpcf7-form-control.wpcf7-checkbox,
span.wpcf7-form-control.wpcf7-radio {
    background-color: transparent;
    border: 0 none;
    display: block;
    text-align: left;
    padding: 0;
}

span.wpcf7-form-control.wpcf7-checkbox input {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    margin-right: 15px;
    outline: #fff !important;

}

span.wpcf7-form-control.wpcf7-radio input {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.4);
    margin-right: 15px;
    outline: #fff !important;

}

span.wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:after {
    /* content: "";
    opacity: 0;
    display: block; */
    left: 8px;
    top: 4px;
    /* position: absolute; */
    /* width: 7px;
    height: 13px; */
    border: 3px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
}

span.wpcf7-form-control.wpcf7-radio input[type=radio]:after {
    background: white;
    left: 4px;
    top: 4px;
    width: 15px;
    height: 15px;
}


span.wpcf7-form-control.wpcf7-checkbox label,
span.wpcf7-form-control.wpcf7-radio label {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0;
}

span.wpcf7-form-control.wpcf7-checkbox label span {
    line-height: 35px;
}

.wpcf7 label {
    text-align: left !important;
    display: block;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 600;
    margin: 0;
}

.wpcf7 br {
    display: none;
}

.wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: #cccccc94;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    background-color: #dc3232;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    padding: 2px 8px;
    margin-top: -5px;
    margin-bottom: 10px;
    border-radius: 4px;

}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background: #e66400 !important;
    border: 0;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 50px;
    font-size: 14px;
    line-height: inherit;
}

.wpcf7 p.note {
    text-align: left;
    font-size: 14px;
    margin-bottom: 12px;
}

.wpcf7 a.form-link {
    color: #fff;
    font-weight: 700;
}

.wpcf7 a.form-link:hover {
    text-decoration: underline;
}

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Montserrat", Sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 600;
}

.text-with-icon {
    text-align: center;
}

.headings-with-icon .elementor-heading-title,
.text-with-icon p {
    display: inline-block;
    position: relative;
}

.headings-with-icon .elementor-heading-title::before,
.text-with-icon p::before,
.headings-with-icon .elementor-heading-title::after,
.text-with-icon p::after {
    position: absolute;
    content: '';
    background-color: #D75642;
}

.headings-with-icon .elementor-heading-title::before,
.text-with-icon p::before {
    height: 25px;
    width: 4px;
    border-radius: 5px;
    left: -13px;
    top: -15px;
}

.headings-with-icon .elementor-heading-title::after,
.text-with-icon p::after {
    height: 4px;
    width: 25px;
    border-radius: 5px;
    left: -23px;
    top: -4px;
}

.error404 div#page {
    color: #333;
}

.right-toggle-icon a.elementor-icon {
    background: transparent !important;
}

#right-toggle-section {
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 100vh;
    left: 0;
}

.elementor-editor-active #right-toggle-section {
    display: block;
    position: relative;
}

div#right-toggle-section.open {
    display: block;
    overflow-y: scroll;
}

.elementor-element.close-toggle.elementor-widget-icon {
    cursor: pointer;
}

div.swiper-wrapper {
    padding-top: 100px;
}

span.swiper-pagination-bullet {
    padding: 3px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    margin: 0 20px !important;
    color: #196fc8;
}

span.swiper-pagination-bullet-active {
    background: #ec9200;
}

#right-toggle-section li.menu-item {
    display: block;
    width: 100%;
}

.ae-table table {
    border-collapse: separate;
    border-spacing: 10px;
}

.ae-table table tr th {
    width: 33%;
    border: 0 none;
    border-bottom: 4px solid #E66600;
    padding-bottom: 21px !important;
}

.ae-table table tr td {
    border: 0 none;
    padding: 6px !important;

}

.ae-table table tr td:not(:first-child) {
    text-align: center;
}

/* Modal popup heading */
.rs-modal-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    font-size: 32px;
}

.rs-modal-heading strong {
    color: #e66400;
    font-weight: 700;
}

/* Modal popup */
.rs-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.rs-modal-overlay.open {
    display: flex;
}

.rs-modal-box {
    background: linear-gradient(165deg, #24277E 33%, #48A1D9 72%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.rs-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    opacity: 0.65;
    transition: opacity 0.2s;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}

.rs-modal-close:hover {
    background: transparent !important;
    background-color: transparent !important;
    opacity: 1;
}

.grid-footer {
    display: grid !important;
    margin-bottom: 30px;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-flow: none !important;
}

@media (max-width: 991px) {
    .grid-footer {
        grid-template-columns: 1fr !important;
    }
}

.slide-text span.blue {
    color: #a2e7f4;
    font-weight: bold;
}

.slide-text span.orange {
    color: #ec9200;
    font-weight: bold;
}

.t-c-text h3 {
    font-size: 21px !important;
    text-transform: uppercase !important;
}

.t-c-text p,
.t-c-text ul li,
.t-c-text table tr td {
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif;
}

.t-c-text a:hover {
    text-decoration: underline;
}

.t-c-text a:focus {
    color: #000 !important;
    text-decoration: underline;
}

ul.list li {
    font-family: "Montserrat", sans-serif !important;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}