/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
    --color-rsm-blue: #009cde;
    --color-rsm-midnight-blue: #00153D;
    --color-rsm-green: #3f9c35;
    --color-rsm-dark-gray: #63666a;
    --color-rsm-mid-gray: #888b8d;
    --color-rsm-light-gray: #cccfcf;
    --color-rsm-default-gray: #515356;
    --bs-font-sans-serif: "Prelo","Noto Sans","Noto Sans Georgian","Noto Sans Arabic","Noto Sans Hebrew","Noto Sans JP","Noto Sans TC","Noto Sans SC","Noto Sans KR","Helvetica Neue",Helvetica,Arial,sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #b9b9b9;
    --bs-body-bg-rgb: 185,185,185;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

*,*::before,*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--color-rsm-default-gray);
    font-family: var(--bs-body-font-family)!important;
    font-size: 100%;
    font-weight: 300;
    background-color: #CDCECF;
    line-height: var(--bs-body-line-height);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body.high-contrast {
    --color-rsm-blue: #007EB4;
    --color-rsm-green: #36872E;
}
body.high-contrast .page-banner .img-holder img {
    opacity: 0.7;
}
body.high-contrast .page-banner .background--gradient-overlay {
    background-color: #000000;
    display: block;
    z-index: auto;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
h6,h5,h4,h3,h2,h1 {
    color: var(--color-rsm-default-gray);
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 {
    font-size: 1.875rem;
    font-weight: 200;
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
iframe, svg {
    width: 100%;
}
#page {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 103px;
}
.text-cent {
    text-align: center;
}
.cst-dv h1 {
    font-size: 1.875rem;
    font-family: var(--bs-font-sans-serif);
    font-weight: 200;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.cst-dv h2 {
    font-size: 1.625rem;
    font-family: var(--bs-font-sans-serif);
    font-weight: 200;
}
.cst-dv h3 {
    font-size: 1.5rem;
    font-family: var(--bs-font-sans-serif);
    font-weight: 300;
}
.cst-dv h6 {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
}
.pb-1 {
    padding-bottom: 1rem;
}
.mb-0, .new-con-form .row-fields .inp-field p, #content table ul {
    margin-bottom: 0;
}
.pt-1, .single-sec .body-cont h3, .pg-contact-title h2, .home-pt.body-cont h2, .op-sec1 h2, .op-sec1 h3, .body-cont h2, .body-cont h3 {
    padding-top: 1rem;
}
.body-cont p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
    margin: 10px 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    color: var(--color-rsm-default-gray);
    margin-top: 0;
    margin-bottom: 1rem;
}
ol,ul {
    padding-left: 2rem;
}
ol,ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0;
}
a {
    color: var(--color-rsm-blue);
    text-decoration: underline;
    word-break: break-word;
}
a:hover, a:focus {
    color: var(--color-rsm-blue);
    text-decoration: underline;
    outline: none;
}
a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: var(--color-rsm-blue);
    text-decoration: underline;
    outline: none;
}
.img-full, .size-full img {
    width: 100%;
}
.height-100 {
    height: 100%;
    object-fit: cover;
}
#content ul {
    margin: 0.25em 0 0.25em 1.5em;
    margin-bottom: 20px;
    padding-left: 10px;
    list-style: none;
    text-indent: -9px;
    break-inside: avoid-column;
}
#content ol {
    padding-left: 0;
    margin: 0.25em 0 0.25em 2em !important;
}
#content ul, #content ul li, #content ol li {
    color: var(--color-rsm-default-gray);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
}
#content ul li::before {
    /*content: "●";
    color: var(--color-rsm-green);*/
    content: '';
    display: inline-block;
    background-color: var(--color-rsm-green);
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin-left: -2em;
    margin-right: 2em;
    font-size: 0.5em;
    vertical-align: middle;
}
#content .check-box-height ul li {
    position: relative;
}
#content .check-box-height ul li::before {
    position: absolute;
    top: 6px;
}
#content table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
}
#content thead, #content tbody, #content tfoot, #content tr, #content td, #content th {
    border-color: #808080;
    border-style: solid;
    border-width: 0;
}
#content th, #content td {
    border-color: #707070;
    border-width: 1px;
    padding: 8px;
    text-align: left;
}
#content th.has-text-align-center, #content td.has-text-align-center {
    text-align: center;
}
#content th {
    color: #ffffff;
    background-color: #848689;
    text-align: center;
}
#content td {
    color: var(--color-rsm-default-gray);
}
#content table.tbl-country th {
    width: 30%;
}
#content table.tbl-country td {
    text-align: center;
}

@font-face {
    font-family: 'Creattion';
    src: url('fonts/Creattion/CreattionDemo.eot');
    src: url('fonts/Creattion/CreattionDemo.eot?#iefix') format('embedded-opentype'),
        url('fonts/Creattion/CreattionDemo.woff2') format('woff2'),
        url('fonts/Creattion/CreattionDemo.woff') format('woff'),
        url('fonts/Creattion/CreattionDemo.ttf') format('truetype'),
        url('fonts/Creattion/CreattionDemo.svg#CreattionDemo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prelo';
    src: url('fonts/Prelo-Black Italic/Prelo-BlackItalic.eot');
    src: url('fonts/Prelo-Black Italic/Prelo-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Prelo-Black Italic/Prelo-BlackItalic.woff2') format('woff2'),
        url('fonts/Prelo-Black Italic/Prelo-BlackItalic.woff') format('woff'),
        url('fonts/Prelo-Black Italic/Prelo-BlackItalic.ttf') format('truetype'),
        url('fonts/Prelo-Black Italic/Prelo-BlackItalic.svg#Prelo-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Prelo';
    src: url('fonts/Prelo-Bold/Prelo-Bold.eot');
    src: url('fonts/Prelo-Bold/Prelo-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Prelo-Bold/Prelo-Bold.woff2') format('woff2'),
        url('fonts/Prelo-Bold/Prelo-Bold.woff') format('woff'),
        url('fonts/Prelo-Bold/Prelo-Bold.ttf') format('truetype'),
        url('fonts/Prelo-Bold/Prelo-Bold.svg#Prelo-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Prelo';
    src: url('fonts/Prelo-Bold Italic/Prelo-BoldItalic.eot');
    src: url('fonts/Prelo-Bold Italic/Prelo-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Prelo-Bold Italic/Prelo-BoldItalic.woff2') format('woff2'),
        url('fonts/Prelo-Bold Italic/Prelo-BoldItalic.woff') format('woff'),
        url('fonts/Prelo-Bold Italic/Prelo-BoldItalic.ttf') format('truetype'),
        url('fonts/Prelo-Bold Italic/Prelo-BoldItalic.svg#Prelo-BoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Prelo';
    src: url('fonts/Prelo-Book/Prelo-Book.eot');
    src: url('fonts/Prelo-Book/Prelo-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Prelo-Book/Prelo-Book.woff2') format('woff2'),
        url('fonts/Prelo-Book/Prelo-Book.woff') format('woff'),
        url('fonts/Prelo-Book/Prelo-Book.ttf') format('truetype'),
        url('fonts/Prelo-Book/Prelo-Book.svg#Prelo-Book') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Prelo';
    src: url('fonts/Prelo-Book Italic/Prelo-BookItalic.eot');
    src: url('fonts/Prelo-Book Italic/Prelo-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Prelo-Book Italic/Prelo-BookItalic.woff2') format('woff2'),
        url('fonts/Prelo-Book Italic/Prelo-BookItalic.woff') format('woff'),
        url('fonts/Prelo-Book Italic/Prelo-BookItalic.ttf') format('truetype'),
        url('fonts/Prelo-Book Italic/Prelo-BookItalic.svg#Prelo-BookItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Prelo';
    src: url('fonts/Prelo-Light/Prelo-Light.eot');
    src: url('fonts/Prelo-Light/Prelo-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Prelo-Light/Prelo-Light.woff2') format('woff2'),
        url('fonts/Prelo-Light/Prelo-Light.woff') format('woff'),
        url('fonts/Prelo-Light/Prelo-Light.ttf') format('truetype'),
        url('fonts/Prelo-Light/Prelo-Light.svg#Prelo-Light') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Prelo';
    src: url('fonts/Prelo-Light Italic/Prelo-LightItalic.eot');
    src: url('fonts/Prelo-Light Italic/Prelo-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Prelo-Light Italic/Prelo-LightItalic.woff2') format('woff2'),
        url('fonts/Prelo-Light Italic/Prelo-LightItalic.woff') format('woff'),
        url('fonts/Prelo-Light Italic/Prelo-LightItalic.ttf') format('truetype'),
        url('fonts/Prelo-Light Italic/Prelo-LightItalic.svg#Prelo-LightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Prelo';
    src: url('fonts/Prelo-Medium/Prelo-Medium.eot');
    src: url('fonts/Prelo-Medium/Prelo-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Prelo-Medium/Prelo-Medium.woff2') format('woff2'),
        url('fonts/Prelo-Medium/Prelo-Medium.woff') format('woff'),
        url('fonts/Prelo-Medium/Prelo-Medium.ttf') format('truetype'),
        url('fonts/Prelo-Medium/Prelo-Medium.svg#Prelo-Medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*Header*/
.site-header .ast-above-header.ast-above-header-bar {
    background-color: var(--color-rsm-blue);
}
.site-header .high-contrast-wrapper label {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    width: 128px;
    height: 20px;
}
.site-header .high-contrast-wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.site-header .high-contrast-wrapper input[type=checkbox] {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid #b5b5b5;
    margin: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: background 0.5s ease;
    border-radius: 0;
}
.site-header .high-contrast-wrapper .slider {
    font-weight: 300;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 63px;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 34px;
}
.site-header .high-contrast-wrapper .slider .circle {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: var(--color-rsm-green);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.site-header .high-contrast-wrapper .slider.round .circle {
    border-radius: 50%;
}
.site-header .high-contrast-wrapper .slider p {
    color: var(--color-rsm-default-gray);
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.site-header .high-contrast-wrapper p {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0;
}
.site-header .high-contrast-wrapper input[type=checkbox]:checked, .site-header .high-contrast-wrapper input[type=checkbox]:disabled:checked {
    background: var(--color-rsm-blue);
    box-shadow: inset 0 0 0 3px #fff;
}
.site-header .high-contrast-wrapper .high-contrast.enabled .slider {
    justify-content: flex-start;
}
.site-header .high-contrast-wrapper .switch.enabled .slider .circle {
    -webkit-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
}
.site-header .site-header-above-section-right aside.header-widget-area {
    display: flex;
    align-items: center;
}
.site-header .site-header-above-section-right aside .widget {
    margin-bottom: 0;
}
.site-header .site-header-above-section-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 0.5rem;
    height: 100%;
}
.site-header .site-header-above-section-right ul li a {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 900;
    list-style-type: none;
    vertical-align: text-bottom;
    text-decoration: none;
}
.site-header .site-header-above-section-right #menu-header-language-menu li a {
    font-size: 0.8rem;
}
.site-header .site-header-above-section-right #menu-header-language-menu li {
    padding: 5px;
    height: 37px;
    display: flex;
    align-items: center;
}
.site-header .site-header-above-section-right #menu-header-language-menu li.active-menu,
.site-header .site-header-above-section-right #menu-header-language-menu li:hover,
.site-header .site-header-above-section-right #menu-header-language-menu li:focus, .p-file a:hover, .p-file a:focus {
    background-color: #008bc5;
}
.site-header .worldwide-dropdown {
    margin-left: 15px;
    margin-right: 5px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    margin-bottom: 1px;
    display: none;
}
.site-header .worldwide-dropdown .marker-icon {
    display: flex;
    align-items: center;
    margin-top: -2px;
    font-size: 0.875rem;
}
.site-header .site-header-above-section-right aside .widget_block p {
    margin: 0;
}
.site-header .worldwide-dropdown .jump-menu-wwdd {
    color: #ffffff;
    font-size: 0.875rem;
    font-family: var(--bs-body-font-family);
    font-weight: 900;
    padding: 0;
    padding-right: 1.25rem;
    padding-left: 0.25rem;
    background-image: url('/sp-rsmnw/wp-content/uploads/2025/09/down-arrow-white.png');
    background-size: 8px 5px;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 37px;
}
select option, select optgroup {
    color: #000000;
}
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    max-width: inherit;
    background-color: unset;
    background-image: unset;
    transition: top 0.5s;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.site-header .ast-site-identity, .keypoints-holder.cst-dv .content-wrapper .content-holder {
    padding: 0;
}
.site-header.header--hidden {
    top: -200px;
}
.site-header .ast-site-identity .site-logo-img img {
    width: 166px;
    height: auto;
    margin-right: 25px;
    margin-bottom: 1px;
}
.site-header .main-header-menu > .menu-item > .menu-link {
    color: var(--color-rsm-default-gray);
    font-size: 1.125rem;
    font-family: var(--bs-font-sans-serif);
    font-weight: 400;
    line-height: 1.5rem;
    font-style: normal;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.site-header .main-header-menu > .menu-item > .menu-link {
    font-size: 0.81rem;
}
.site-header .site-primary-header-wrap {
    height: 6.25rem;
    min-height: auto;
}
.site-header .site-header-primary-section-right .ast-builder-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}
.site-header .ast-search-icon .icon-search {
    display: flex;
}
.site-header .main-header-menu .menu-item-has-children .sub-menu li a:hover,
.site-header .main-header-menu .menu-item-has-children .sub-menu li a:focus,
.site-header .site-header-above-section-right #menu-header-language-menu li.active-menu a,
.site-header .site-header-above-section-right #menu-header-language-menu li:hover a,
.site-header .site-header-above-section-right #menu-header-language-menu li:focus a {
    text-decoration: underline;
}
#page .site-header .main-header-menu .menu-item-has-children .sub-menu .menu-heading a,
#page .site-header .main-header-menu .menu-item-has-children .sub-menu .no-link > a {
    text-decoration: none;
}
.searchform div {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.searchform input {
    color: var(--color-rsm-default-gray);
    font-size: 1.125rem;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    width: 100%;
    height: 50px;
    min-width: 200px;
    max-width: 750px;
    padding: 0 40px 0 0;
    border: 0!important;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid var(--color-rsm-default-gray)!important;
    outline: none!important;
    box-shadow: none;
    display: none;
}
.searchform input::placeholder {
    color: var(--color-rsm-default-gray);
}
.searchform button {
    font-weight: 300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 18px;
    height: 18px;
    background-image: url(/sp-rsmnw/wp-content/uploads/2025/09/search-icon.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

/*Footer*/
.site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #F0F0F0;
}
.site-footer .site-below-footer-wrap .footer-widget-area p {
    line-height: 1.2rem;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.site-footer .site-below-footer-wrap .footer-widget-area .widget {
    margin-bottom: 0;
}
.site-footer .ast-footer-copyright p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5rem;
    margin-bottom: 0;
}
.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area.ast-footer-html-1 img {
    width: 305px;
    padding: 40px 0 0 0;
    margin-left: 0;
}
.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area.ast-footer-html-2 img {
    width: 119px;
    margin-right: 0;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, .homepage-banner {
    position: relative;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row:before {
    content: '';
    border-top: 1px solid #bebebe;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row:after {
    content: '';
    border-bottom: 1px solid #bebebe;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .widget_text p {
    margin-top: 10px;
    margin-bottom: 0;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-2 .widget_nav_menu ul {
    position: relative;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .widget_nav_menu ul {
    padding-left: 0;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .widget_nav_menu ul li {
    padding: 9px 0;
    margin-right: 2rem;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .widget_nav_menu ul li a {
    color: var(--color-rsm-default-gray);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
    text-decoration: none;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .widget_nav_menu ul li a:hover,
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .widget_nav_menu ul li a:focus,
.site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .widget_nav_menu ul li a:hover,
.site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .widget_nav_menu ul li a:focus {
    text-decoration: underline;
}
.site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .widget_nav_menu ul {
    padding-left: 0;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .widget_nav_menu ul li {
    width: auto;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
}
.site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .widget_nav_menu ul li a {
    color: var(--color-rsm-default-gray);
    text-decoration: none;
    text-underline-offset: 2px;
}
.site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    align-items: flex-end;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .widget_text {
    margin-bottom: 9px;
}

/*Breadcrumb*/
.bcn-holder {
    background-color: #CDCECF;
    padding: 10px 0;
}
.bcn-holder a, .bcn-holder .current-item, .ast-single-post .entry-content .bcn-holder a {
    color: var(--color-rsm-default-gray);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.bcn-holder .sep {
    margin: 0 3px;
}

/*Homepage*/
.homepage-banner .img-holder {
    background-size: contain;
    width: 100%;
    height: 33.8541666667%;
}
.homepage-banner .img-holder .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.homepage-banner .img-holder .img-banner {
    -webkit-mask: url(/sp-rsmnw/wp-content/uploads/2025/09/mask-scaled.png);
    mask: url(/sp-rsmnw/wp-content/uploads/2025/09/mask-scaled.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.homepage-banner .img-holder .img-banner img {
    width: 100%;
    height: auto;
    background-position: 28% 41%;
}
.homepage-banner .text-holder {
    position: absolute;
    width: 550px;
    z-index: 4;
    margin: -41px 67px;
}
.homepage-banner .text-holder .top_rec {
    position: absolute;
    width: 15px;
    height: 27px;
    top: -27px;
    right: 5px;
    background-color: var(--color-rsm-blue);
}
.homepage-banner .text-holder h1 {
    color: #ffffff;
    font-size: 2em;
    font-family: var(--bs-body-font-family);
    font-weight: 300;
    background: var(--color-rsm-blue);
    padding-left: 10px;
    display: inline;
    padding-right: 10px;
    padding-bottom: 2px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
.homepage-banner .text-holder h1 span {
    letter-spacing: -0.18px;
}
.homepage-banner .text-holder .bottom_rec {
    position: absolute;
    width: 25px;
    margin-left: -25px;
    height: 25px;
    margin-top: 1px;
    background-color: var(--color-rsm-blue);
    overflow: hidden;
}
.tab-sec {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.1s;
    position: relative;
}
.tab-sec .content-holder {
    position: relative;
    z-index: 2;
}
.tab-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.tab-sec .tab-heading .tab-title img, .tab-sec .tab-cont .tab-cont-item, #content .tab-sec .tab-heading li::before,
.homepage-banner .text-signature, #content .ast-breadcrumbs ul li::before {
    display: none;
}
#content .tab-sec .tab-heading {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    border-bottom: 1px solid #ffffff;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    margin-bottom: 3.125rem;
    padding-left: 0;
    text-indent: 0;
}
#content .tab-sec .tab-heading li a {
    white-space: nowrap;
    text-decoration: none;
    height: 100%;
    padding: 5px 10px;
    margin-bottom: -1px;
    display: block;
    border-bottom: 3px solid transparent;
}
#content .tab-sec .tab-heading li a span {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5rem;
    margin: 10px 0;
    display: block;
}
#content .tab-sec .tab-heading li.active-tab a {
    border-bottom-color: #ffffff;
}
.tab-sec .tab-cont .tab-cont-item {
    min-height: 450px;
    padding-top: 1rem;
}
.tab-flex .text-holder {
    margin-bottom: 1.875rem;
}
.tab-flex .text-holder h2, .tab-flex .text-holder h3, .tab-flex p, .contact-box.page-banner .text-holder h2, .contact-box.page-banner .text-holder h3,
.colored-header-banner h1, .arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder .col-name a, 
.arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span, .arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span a, 
.arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6::before {
    color: #ffffff;
}
.tab-flex .button-holder a {
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem;
    width: 100%;
    text-decoration: none;
}
.tab-flex .button-holder a p {
    background-image: url(/sp-rsmnw/wp-content/uploads/2025/09/arrow-right@2x.png);
    background-size: 9px 14px;
    background-position: center right;
    background-repeat: no-repeat;
    font-weight: 400;
    flex-grow: 1;
    padding-right: 20px;
    margin: 0;
}
.tab-flex .button-holder a:hover {
    color: var(--color-rsm-green);
    background-color: #ffffff;
}
.tab-flex .button-holder a:hover p {
    filter: invert(50%) sepia(49%) saturate(665%) hue-rotate(67deg) brightness(92%) contrast(85%);
}

/*Body*/
body .site-content {
    background-color: #ffffff;
}
.acc-sec .item {
    border-top: 1px solid #CDCECF;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.acc-sec .item:last-child {
    border-bottom: 1px solid #CDCECF;
}
.acc-sec .item .acc-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    align-items: center;
    cursor: pointer;
}
.acc-sec .item .acc-title h3 {
    color: var(--color-rsm-default-gray);
    font-size: 1.5rem;
    font-family: var(--bs-font-sans-serif);
    font-weight: 300;
    margin: 0.5rem 0;
    padding-top: 0;
}
.acc-sec .acc-cont {
    display: none;
}
.acc-sec .item .acc-title span i, .site-header .main-header-menu > .menu-item > .menu-link svg {
    transition: transform 0.2s ease-in-out;
}
.acc-sec .item .acc-title.active span i, .site-header .main-header-menu > .menu-item > .menu-link.clicked svg {
    transform: rotate(-180deg);
}
.rel-sec, .cst-dv .content-wrapper .content-holder, .cst-dv .content-wrapper .acc-sec, .author-sec, .sec-ptb .content-wrapper,
.about-sp-pg .body-cont .wp-block-group {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.keypoints-holder {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.grey-bg-holder {
    background-color: #f0f0f0;
}
.lightgrey-bg-holder {
    background-color: #F8F8F8;
}
.fd-col {
    flex-direction: column;
}

/*Contact Section*/
.new-con-form .row-fields {
    margin-bottom: 20px;
}
.new-con-form .row-fields .label-val > p {
    margin: 0 10px 5px 0;
}
.new-con-form .row-fields .label-val label {
    color: var(--color-rsm-default-gray);
    font-size: initial;
    font-weight: 400;
    line-height: 1.5;
}
.new-con-form .row-fields .inp-field {

}
.new-con-form .row-fields .inp-field input, .new-con-form .row-fields .inp-field textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    min-width: 240px;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #d1d1d1;
    background: #fcfcfa;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}
.new-con-form .row-fields .inp-field input:focus, .new-con-form .row-fields .inp-field textarea:focus {
    background-color: #fff;
    border-color: #40b6ff;
    outline: transparent;
}
.new-con-form .row-fields .inp-field textarea {
    height: 112px;
}
.new-con-form .cf-sub input[type="submit"] {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px;
    background-color: var(--color-rsm-blue);
    color: #ffffff;
    font-weight: 400;
    font-size: 1.125rem;
    min-width: 195px;
    height: fit-content;
    width: fit-content;
    padding: 9px 11px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
}
.new-con-form .cf-sub input[type="submit"]:hover, .new-con-form .cf-sub input[type="submit"]:focus, .new-con-form .cf-sub input[type="submit"]:active {
    background-color: #008bc5;
}

/*Child Service*/
.page-banner {
    position: relative;
}
.background--gradient-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.7));
    z-index: 1;
}
.page-banner .img-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-banner .ast-container {
    position: relative;
    z-index: 1;
    top: 50%;
    min-height: 350px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
}
.page-banner .ast-container.align-cent {
    align-items: center;
}
.single-sec .page-banner .ast-container {
    align-items: center;
    display: flex;
}
.page-banner .text-holder div {
    margin-bottom: 1rem;
}
.alt-banner .ast-container {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.alt-banner .button-holder a {
    color: #ffffff;
    background-color: var(--color-rsm-green);
    font-size: 1.125rem;
    font-weight: 400;
    padding: 9px 11px;
    min-width: 195px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.cst-sec .page-banner .text-holder .service-banner-cat span, .cst-sec .page-banner .text-holder .service-banner-title h1, .cst-sec .page-banner .text-holder .service-banner-cont p,
.cst-sec .page-banner .text-holder .service-banner-title h2 {
    color: #ffffff;
    font-weight: 300;
    background: var(--color-rsm-blue);
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
.page-banner .text-holder .service-banner-cat span {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.single-sec .page-banner .text-holder .service-banner-cat span {
    font-size: 1.5rem;
    line-height: normal;
}
.page-banner .text-holder .service-banner-title h1 {
    color: #ffffff;
    font-family: var(--bs-font-sans-serif);
    font-weight: 300;
}
.cst-sec .page-banner .text-holder .service-banner-title h1 {
    padding-bottom: 2px;
}
.cst-sec .page-banner .text-holder .service-banner-cont p {
    font-size: 1.5rem;
    padding-bottom: 10px;
    line-height: normal;
}
.cst-sec .alt-banner .text-holder .service-banner-cont p {
    padding-bottom: 5px;
}
.single-sec .page-banner .text-holder .service-banner-cont {
    margin: 9px 0;
}
.single-sec .page-banner .text-holder .service-banner-cont span {
    color: #ffffff;
    padding: 0 9px;
}
.cst-sec.single-news-pg .page-banner .text-holder .service-banner-cat span, 
.cst-sec.single-news-pg .page-banner .text-holder .service-banner-title h1, 
.cst-sec.single-news-pg .page-banner .text-holder .service-banner-cont p, 
.cst-sec.single-news-pg .page-banner .text-holder .service-banner-title h2,
.single-sec.single-news-pg .page-banner .text-holder .service-banner-cont span {
    background: var(--color-rsm-green);
}
.single-sec.single-news-pg .page-banner .text-holder .service-banner-cont span:first-child {
    margin-right: 9px;
}
.keypoints-holder .sec-title {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}
.center-img-cont-sec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.center-img-cont-sec .item {
    padding-bottom: 2.5rem;
}
.center-img-cont-sec .item .img-holder {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 5rem;
    display: flex;
    justify-content: center;
}

/*Single*/
.author-sec .content-holder {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.author-sec .content-holder h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.author-sec .author-wrapper a {
    display: flex;
}
.author-sec .author-wrapper .img-holder {
    width: 33.33333333%;
}
.author-sec .author-wrapper .txt-holder {
    width: 66.66666667%;
    padding-left: 1.25rem;
}
.author-sec .author-wrapper .txt-holder {
    color: var(--color-rsm-default-gray);
    font-weight: 400;
    text-decoration: underline;
}
.author-sec .author-wrapper .txt-holder span.j-title {
    font-weight: 300;
    display: block;
}
.service-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.service-flex .item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.service-flex .item > a {
    height: 100%;
    padding: 1rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg-custom-category .service-flex .item > a {
    padding: 0;
    display: block;
    text-align: center;
}
.service-flex .item .img-holder {
    align-self: center;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    width: 150px;
    position: relative;
}
.pg-custom-category .service-flex .item .img-holder {
    width: 100%;
    margin: 0;
}
.service-flex .item .img-holder::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.pg-custom-category .service-flex .item .img-holder::before  {
    padding-top: 0;
}
.service-flex .item .img-holder div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pg-custom-category .service-flex .item .img-holder div {
    position: relative;
}
.service-flex .item .img-holder img {
    height: 100%;
    object-fit: contain;
}
.service-flex .item .txt-holder {
    flex: 100%;
}
.pg-custom-category .service-flex .item .txt-holder {
    padding: 1rem;
}
.service-flex .item .txt-holder h3 {
    margin-bottom: 0px;
    text-align: center;
    text-decoration: underline;
}
.column-flex-wrapper .column-flex {
    margin-top: 1rem;
}
.home-section .column-flex-wrapper .column-flex, .service-flex.ind-dv {
    margin-top: 0;
}
.column-flex-wrapper .column-flex .item, .column-flex-wrapper .column-flex .item .img-holder { 
    position: relative;
    height: 100%;
}
.column-flex-wrapper .column-flex .item .txt-holder {
    z-index: 2;
    width: 100%;
    padding: 1.5rem 0px;
    bottom: 0;
}
.column-flex-wrapper .column-flex .item .txt-holder .col-name a {
    color: var(--color-rsm-default-gray);
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-style: normal;
    margin-bottom: 0.5rem;
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: underline;
}
.column-flex-wrapper .column-flex .item .txt-holder .col-cat h6::before {
    content: "#";
    color: var(--color-rsm-default-gray);
    font-size: 1rem;
    font-family: var(--bs-font-sans-serif);
    padding-right: 0.5rem;
    margin-right: -3px;
}
.column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span {
    color: var(--color-rsm-default-gray);
    font-family: var(--bs-font-sans-serif);
    font-weight: 300;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-left: 1px solid var(--color-rsm-default-gray);
    text-transform: uppercase;
}
.column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span a {
    color: var(--color-rsm-default-gray);
}
.contact-box.page-banner .img-holder img {
    object-position: unset;
    min-height: 450px;
}
.contact-box.page-banner .text-holder {
    padding-right: 1.5rem;
}
.contact-box.page-banner .text-holder h2, .contact-box.page-banner .text-holder h3 {
    padding-bottom: 1rem;
    margin-bottom: 0;
}
.contact-box.page-banner .button-holder a {
    color: var(--color-rsm-default-gray);
    background-color: #ffffff;
}
.contact-box.page-banner .button-holder a:hover, .contact-box.page-banner .button-holder a:focus {
    color: #ffffff;
    background-color: #1175a6;
}
.contact-box.page-banner .img-holder {
    position: relative;
}
.contact-box.page-banner .ast-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.contact-box.page-banner .text-holder div {
    margin-bottom: 0;
}
.ast-single-post.ast-page-builder-template .site-main > article {
    padding: 0;
}

/*Single*/
.single-people-pg {
    position: relative;
}
.colored-header-banner {
    position: relative;
    background-color: var(--color-rsm-green);
}
.colored-header-banner .ast-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 150px;
}
.colored-header-banner h1 .colored-header-description {
    font-size: 1.5rem;
    line-height: normal;
    font-style: normal;
}
.p-info h3 {
    color: var(--color-rsm-green);
}
.sticky-people-sidebar {
    position: sticky;
    top: 150px;
    transition: top 0.5s;
    background-color: #ffffff;
}
.sticky-people-sidebar .text-holder {
    padding: 0 1rem 1rem 1rem;
}
.sticky-people-sidebar .text-holder div {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1rem;
}
.sticky-people-sidebar .text-holder div strong {
    font-weight: 400;
}
.sticky-people-sidebar .text-holder div span {
    color: var(--color-rsm-blue);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
}
.sticky-people-sidebar .text-holder div span i {
    width: 1.25em;
}
.sticky-people-sidebar .img-holder, .people-flex .item .img-holder {
    background-color: #f0f0f0;
    margin-bottom: 0.5rem;
    position: relative;
    width: 100%;
}
.sticky-people-sidebar .img-holder::before, .people-flex .item .img-holder::before,
.consultant-sec .con-flex .item .img-holder::before {
    display: block;
    padding-top: 75%;
    content: "";
}
.sticky-people-sidebar .img-holder img, .people-flex .item .img-holder img, .consultant-sec .con-flex .item .img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.people-list .content-wrapper {
    width: 100%;
}
.people-flex .item {
    padding: 1rem;
}
.people-flex .item .text-holder a {
    color: var(--color-rsm-default-gray);
    font-size: 1.5rem;
    line-height: normal;
    font-style: normal;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.about-sp-pg .cst-dv .content-wrapper .content-holder {
    padding-top: 0;
    padding-bottom: 0;
}
.about-sp-pg .body-cont h2, .about-sp-pg .body-cont h3 {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
}
#content .about-sp-pg .body-cont table th {
    color: var(--color-rsm-default-gray);
    width: 25%;
    background-color: #eeeeee;
    border-color: #d6d6d6;
}
#content .about-sp-pg .body-cont table td {
    border-color: #d6d6d6;
}
#content .about-sp-pg .body-cont ul {
    margin: 0.25em 0 20px 1.5em !important;
}
.cst-sec .page-banner .text-holder .service-banner-title h1.h-none,
.tax-column-pg .page-banner .h-none .service-banner-cat span, 
.tax-column-pg .page-banner .h-none .service-banner-title h1, 
.tax-column-pg .page-banner .h-none .service-banner-cont p {
    background: transparent;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.cst-sec .page-banner .text-holder .service-banner-title h1.h-blue,
.tax-column-pg .page-banner .h-blue .service-banner-cat span, 
.tax-column-pg .page-banner .h-blue .service-banner-title h1, 
.tax-column-pg .page-banner .h-blue .service-banner-cont p {
    background: var(--color-rsm-blue);
}
.cst-sec .page-banner .text-holder .service-banner-title h1.h-green,
.tax-column-pg .page-banner .h-green .service-banner-cat span, 
.tax-column-pg .page-banner .h-green .service-banner-title h1, 
.tax-column-pg .page-banner .h-green .service-banner-cont p {
    background: var(--color-rsm-green);
}
.consultant-sec .ast-container {
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.consultant-sec .content-wrapper {
    padding: 0;
}
.consultant-sec .con-flex .item .img-holder {
    width: 180px;
    height: 180px;
    position: relative;
}
.consultant-sec .con-flex .item .img-holder img {
    border-radius: 50%;
    object-fit: cover;
}
.consultant-sec .con-flex .item .txt-holder h3 {
    line-height: normal;
}
.consultant-sec .con-flex .item .txt-holder div a {
    color: var(--color-rsm-green);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}
.consultant-sec .con-flex .item .txt-holder div a svg {
    margin-left: 1rem;
}
.service-flex.ind-dv .item .img-holder {
    margin-bottom: 0;
    width: 100%;
    position: relative;
}
.service-flex.ind-dv .item .img-holder::before {
    padding-top: 75%;
}
.service-flex.ind-dv .item .txt-holder {
    padding: 0.5em;
}
.service-flex.ind-dv .item .txt-holder p {
    margin: 10px 0;
}
.pg-people-sec .service-flex.ind-dv .item .txt-holder {
    padding: 0;
    margin-top: 0.5rem;
}
.pg-people-sec .service-flex .item .txt-holder h3 {
    text-align: left;
}
.pg-people-sec .service-flex .item .txt-holder h3 a {
    color: var(--color-rsm-default-gray);
    display: inline-block;
    margin-bottom: 0.5rem;
}
.search-inp-holder {
    background: #e0e0e1;
    height: 110px;
    padding: 0 15px;
    position: relative;
}
.search-inp-holder form {
    padding: 20px;
    height: 86px;
    overflow: hidden;
    border: 2px solid transparent;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.search-inp-holder .search-col-fields {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.search-inp-holder .search-col-fields input {
    color: #333333;
    width: calc(100% - 60px);
    height: 40px;
    border: 2px solid #009cde;
    padding: 4px 20px 4px 38px;
    min-width: 240px;
    min-height: 44px;
    line-height: 18px;
    border-radius: 0;
}
.search-inp-holder .search-col-fields label {
    height: 40px;
    width: 40px;
    margin-left: 20px;
    background-image: url(/sp-rsmnw/wp-content/uploads/2025/09/filter@2x.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #3f9c35;
    background-position: 12px;
    border-radius: 20px;
    font-size: 0;
    cursor: pointer;
}
.arc-column-pg .column-flex-wrapper .column-flex {
    margin-top: 0;
}
.arc-column-pg .column-flex-wrapper .column-flex .item .img-holder div {
    background-color: #000000;
    overflow: hidden;
}
.arc-column-pg .column-flex-wrapper .column-flex .item .img-holder img {
    opacity: 0.7;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
}
.arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder {
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 211px;
    padding: 15px;
}
.arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder .col-name a {
    max-height: 100%; 
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    text-overflow: unset;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span a {
    font-size: 0.75rem;
    font-weight: 700;
    text-underline-offset: 2px;
    display: inline-block;
}
.arc-column-pg .column-flex-wrapper .column-flex .item .img-holder:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.7));
    z-index: 1;
}
.arc-column-pg .content-wrapper {
    background: #c1c2c3;
}
.heading-col {
    padding: 20px 0;
}
.heading-col p {
    color: #2d2d2d;
    font-size: 20px;
    margin: 0;
}
.arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 {
    margin-bottom: 0;
}
.arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span {
    border: none;
    position: relative;
    padding: 0;
}
.arc-column-pg .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span:not(:last-child)::after {
    content: " | ";
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
}
.arc-column-pg .column-flex-wrapper .column-flex .item > div {
    position: relative;
}
.arc-column-pg .column-flex-wrapper .column-flex .item:hover .img-holder img {
    transform: scale(1.05);
}
.search-inp-holder form.bordered-form {
    height: auto;
    background: #ffffff;
    border: 2px solid var(--color-rsm-blue);
}
.search-inp-holder .bordered-form .search-col-fields label {
    background-color: #f2f2f2;
    background-image: none;
}
.search-load-more {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--color-rsm-dark-gray);
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 0;
}
.search-load-more:hover, .search-load-more:focus {
    background: var(--color-rsm-dark-gray);    
}
.more-column-sec .btn-sec, .more-news-sec .btn-sec, .more-tax-news-sec .btn-sec, .home-news-column .btn-sec, .single-column-pg .btn-sec {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.more-column-sec .btn-sec button, .more-news-sec .btn-sec button, .more-tax-news-sec .btn-sec button,
.home-news-column .btn-sec button, .single-column-pg .btn-sec .load-more-related-articles {
    background-image: url(/sp-rsmnw/wp-content/uploads/2025/09/arrow-down-icon@2x.png);
    background-color: transparent;
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0px;
    min-height: 50px;
    min-width: 40px;
    padding: 9px 11px;
}
.page-banner.pp-mask .pp-position-top {
    -webkit-mask: url(/sp-rsmnw/wp-content/uploads/2025/09/mask-scaled.png);
    mask: url(/sp-rsmnw/wp-content/uploads/2025/09/mask-scaled.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    width: 100%;
    min-height: 480px;
}
.page-banner.add-blue .pp-position-top {
    background-color: var(--color-rsm-blue);
}
.page-banner.add-green .pp-position-top {
    background-color: var(--color-rsm-green);
}
.page-banner.add-midnight-blue .pp-position-top {
    background-color: var(--color-rsm-midnight-blue);
}
.page-banner.pp-position-top .img-holder img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.news-list {
    background-color: #CDCECF;
}
.more-news-sec .grid-item .text-holder, .rsm-news-list .grid-item .text-holder {
    padding: 1.5rem;
}
.more-news-sec .grid-item .text-holder .news-date, .more-news-sec .grid-item .text-holder h3 a, 
.rsm-news-list .grid-item .text-holder .news-date, .rsm-news-list .grid-item .text-holder h3 a {
    color: var(--color-rsm-default-gray);
    padding-bottom: 0.5rem;
    display: inline-block;
}
.more-news-sec .grid-item .text-holder .news-read-more a,
.rsm-news-list .grid-item .text-holder .news-read-more a {
    color: var(--color-rsm-default-gray);
    display: flex;
}
.more-news-sec .grid-item .text-holder .news-read-more a svg, .rsm-news-list .grid-item .text-holder .news-read-more a svg {
    width: auto;
}
.more-news-sec .grid-container .item-2 .item-white {
    background-color: var(--color-rsm-blue);
}
.more-news-sec .grid-container .item-3 .item-white {
    background-color: var(--color-rsm-green);
}
.more-news-sec .grid-container .col-white .news-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
    margin-bottom: 1.5rem;
}
.more-news-sec .grid-container .col-white .text-holder .news-date, .more-news-sec .grid-container .col-white .text-holder h3 a, .more-news-sec .grid-container .col-white .news-text {
    color: #ffffff;
}
.more-news-sec .grid-container .col-white .news-read-more {
    display: flex;
}
.more-news-sec .grid-container .col-white .news-read-more a {
    color: var(--color-rsm-default-gray);
    font-size: 1.125rem;
    background-color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding: 9px 11px;
    min-width: 195px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.more-news-sec .grid-container .item-2 .news-read-more a:hover, .more-news-sec .grid-container .item-2 .news-read-more a:focus {
    color: #ffffff;
    background-color: #1175a6;
}
.more-news-sec .grid-container .item-3 .news-read-more a:hover, .more-news-sec .grid-container .item-3 .news-read-more a:focus {
    color: #ffffff;
    background-color: #2b6c25;
}
.cst-dv .acc-wrapper .acc-sec {
    padding-top: 0;
}
.op-flex {
    font-size: 20px;
}
.op-flex .map-item div:nth-child(2), .op-flex .form-item div.title, .acc-sec-title {
    padding-bottom: 1rem;
}
.about-sp-pg .cst-dv.edesk-sec4 .content-wrapper .content-holder {
    padding-bottom: 1.5rem;
}
.about-sp-pg .edesk-sec4 .staff-list h3, .acc-sec-title h2 {
    padding-top: 0;
}
.basic-sec .body-cont {
    background-color: #CDCECF;
}
.basic-sec .body-cont .content-wrapper .wp-block-group {
    padding: 1.125rem;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.basic-sec .body-cont .content-wrapper .wp-block-group h1 {
    margin-bottom: 15px;
}
.p-file {
    display: flex;
    margin: 0 -0.5rem;
}
.p-file a {
    margin: 0.5rem;
    background-color: var(--color-rsm-blue);
    color: #ffffff;
    font-weight: 300;
    font-size: 1.125rem;
    min-width: 195px;
    height: 100%;
    width: fit-content;
    padding: 9px 11px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-font-smoothing: antialiased;
    display: block;
    line-height: initial;
}
.center-img-cont-sec.left .item .img-holder {
    flex: 0 25%;
    display: block;
}
.center-img-cont-sec.left .item .img-holder img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.center-img-cont-sec.left .item .cont-holder {
    flex: 0 75%;
}
.center-img-cont-sec.left .item .cont-holder p {
    font-size: 18px;
    margin: 0;
}
.service-f .new-con-form .service-chk label {
    margin-bottom: 0;
}
.service-f .new-con-form .service-chk label span.wpcf7-list-item-label {
    color: #63666A;
    font-size: 16px;
    font-weight: 400;
}
.service-f .new-con-form .service-chk .wpcf7-form-control-wrap .wpcf7-list-item {
    margin-left: 0;
    display: block;
}
.service-f .new-con-form .service-chk .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"],
.service-f .new-con-form .service-chk .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
    width: auto;
    min-width: 1.4em;
    padding: 2px 10px;
    line-height: 0;
    height: 40px;
    min-height: 40px;
    margin: -3px 4px 0 0;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.check-box-height {
    height: 30rem;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 20px;
    font-family: monospace;
}

/*Alumni*/
.page-template-alumni-template #content {
    background-color: #ffffff;
}
.page-template-alumni-template #content > .ast-container {
    max-width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: column;
}
.alumni-pg .sec1 > .img-holder {
    width: 100%;
    position: relative;
}
.alumni-pg .sec1 > .img-holder img {
    height: 100%;
    object-fit: cover;
}
.alumni-pg .sec1 .sec-flex .img-holder img {
    height: 250px;
    object-fit: contain;
    margin-bottom: 30px;
}
.alumni-pg .sec1 .top {
    width: 100%;
    padding: 50px;
    background-color: rgb(255 255 255 / 90%);
}
.alumni-pg .sec1 .top h1 {
    color: var(--color-rsm-blue);
    font-size: 40px;
    font-family: var(--bs-body-font-family) !important;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}
.alumni-pg .sec1 .top h1 span {
    color: #888B8D;
    font-size: 18px;
    font-family: var(--bs-body-font-family) !important;
    font-weight: 200;
    display: block;
    margin-top: auto;
}
.alumni-pg .sec1 .top p {
    color: #63666A;
    padding-top: 50px;
    margin-bottom: 10px;
}
.alumni-pg .alumni-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #3f9c35;
    padding: 14px 25px;
    display: inline-block;
    text-decoration: none;
}
.alumni-pg .alumni-btn:hover {
    background: #2b6c25;
    opacity: 1;
}
.alumni-pg .sec1 .sec-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 75px 0px 60px 0px;
    margin: auto;
}
.alumni-pg .sec1 .sec-flex .item {
    flex: 0 30%;
    margin: 40px 10px;
}
.alumni-pg .sec1 .sec-flex .item .text-holder {
    padding: 20px;
}
.alumni-pg .sec1 .sec-flex .item .text-holder h2 {
    font-size: 1.7rem;
    font-family: var(--bs-body-font-family) !important;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
.alumni-pg .sec1 .sec-flex .item .text-holder p {
    color: #63666A;
    padding-top: 15px;
    margin: 0;
    line-height: 1.425;
}
.alumni-pg .sec2 .content-holder {
    overflow: hidden;
}
.alumni-pg .sec2 .skew-left .content-holder {
    background: rgb(0 0 0/28%);
    padding: 3rem 10rem 3rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.alumni-pg .sec2 .skew-right .content-holder {
    background-color: rgb(3 145 205/83%);
    padding: 1rem 3rem 2rem 11rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.alumni-pg .sec2 .content-holder h2 {
    color: #fff;
    font-size: 2.375rem;
    margin-bottom: 0;
}
.alumni-pg .sec2 .content-holder p {
    color: #ffffff;
    font-family: var(--bs-body-font-family) !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
}
.alumni-pg .sec3 {
    background-color: rgb(0 156 222/10%);
    padding: 50px 0;
}
.alumni-pg .sec3 .ast-container {
    flex-direction: column;
}
.alumni-pg .sec3 .flex-sec3 {
    display: flex;
}
.alumni-pg .sec3 .content-holder {
    flex: 0 33%;
}
.alumni-pg .sec3 .img-holder {
    flex: 0 67%;
}
.alumni-pg .sec3 .content-holder h2 {
    color: #63666a;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

/*ESG*/
.esg-col .col-text1 {
    position: absolute;
    top: -1rem;
    left: .4rem;
}
.esg-col .col-text2 {
    position: absolute;
    top: -1rem;
    right: .3rem;
}
.esg-col .col-text3 {
    position: absolute;
    left: .4rem;
    bottom: -13rem;
}
.esg-col .col-text4 {
    position: absolute;
    right: .3rem;
    bottom: -8rem;
}
@media screen and (min-width: 1200px) {
    .esg-col .center-img img {
        width: 310px;
    }
}

@media screen and (min-width: 768px) {
    .esg-col {
        position: relative;
        padding-top: 5rem;
        margin-top: 50px;
        margin-bottom: 15rem;
    }
}

/*Responsive*/
@media (min-width: 576px) {
    .service-flex .item {
        padding: 1rem;
        flex: 0 0 auto;
        width: 50%;
    }
    .service-flex .item > a {
        flex-wrap: wrap;
    }
    .column-flex-wrapper .column-flex .item {
        min-height: 150px;
    }
    .column-flex-wrapper .column-flex .item .img-holder img {
        object-fit: contain;
        object-position: center center;
        background-color: #b8b8b9;
        height: 100%;
        min-height: 150px;
    }
    .column-flex-wrapper .column-flex .item .txt-holder {
        padding: 1.25rem;
    }
    .colored-header-banner .ast-container {
        min-height: 160px;
    }
    .people-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .people-flex .item {
        width: 50%;
    }
    .center-img-cont-sec.left .item .fl {
        display: flex;
        align-items: flex-start;
    }
    .center-img-cont-sec.left .item .img-holder {
        margin-right: 1.25rem;
    }

}

@media (min-width: 768px) {
    .page-banner .text-holder .service-banner-title h1, .cst-dv h1 {
        font-size: 3rem;
    }
    .alt-banner .ast-container {
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .cst-dv h2 {
        font-size: 2.25rem;
    }
    .cst-dv h3 {
        font-size: 1.5rem;
    }
    .pb-md-0 {
        padding-bottom: 0;
    }
    .cont-wd-80 {
        width: 66.66666667%;
        margin: 0 auto;
    }
    .author-sec .author-wrapper .img-holder {
        width: 25%;
    }
    .author-sec .author-wrapper .txt-holder {
        width: 75%;
    }
    .consultant-sec .content-wrapper {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        border-top: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
    }
    .consultant-sec .con-flex .item {
        padding: 1rem 1.5rem;
        display: flex;
    }
    .consultant-sec .con-flex .item .img-holder {
        margin: 0 0 0.5rem 0;
    }
    .heading-col {
        padding: 45px 0px 10px;
    }
    .heading-col p {
        font-size: 26px;
    }
    .arc-column-pg .content-wrapper {
        padding-bottom: 30px;
    }
    .search-load-more {
        font-size: 18px;
        padding: 10px 20px;
    }
    .more-search-holder .btn-sec {
        width: 50%;
        padding: 0 1rem 0 0;
        margin: 0 0 0 -.1rem;
    }
    .staff-list .row-flex .item {
        display: flex;
        margin: 0 -1rem 1rem -1rem;
    }
    .staff-list .row-flex .img-holder {
        flex: 0 0 auto;
        width: 33.33333333%;
        padding: 0 1rem;
    }
    .staff-list .row-flex .text-holder {
        flex: 0 0 auto;
        width: 66.66666667%;
        padding: 0 1rem;
    }
    .op-flex {
        display: flex;
    }
    .op-flex .map-item {
        flex: 0 0 auto;
        width: 50%;
        padding-right: 1rem;
        padding-bottom: 1.5rem;
    }
    .op-flex .form-item {
        flex: 0 0 auto;
        width: 50%;
        padding-left: 1rem;
    }
    .alumni-pg .sec1 .top {
        max-width: 35rem;
        position: absolute;
        top: 50%;
        -ms-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    .alumni-pg .sec1 > .img-holder {
        height: 750px;
    }
    /*Footer*/
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] {
        padding: 40px 0;
    }
}

@media (min-width: 782px) {
    .home-pt .content-wrapper .content-holder {
        padding-top: 3.5rem;
    }
}

@media (min-width: 922px) {
    /*Header*/
    .site-header .main-header-menu > .menu-item > .menu-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .site-header .main-header-menu > .menu-item:last-child > .menu-link {
        padding-right: 0;
    }
    .site-header .site-primary-header-wrap > .ast-builder-grid-row {
        position: relative;
        display: flex;
        justify-content: space-between;
        grid-column-gap: 0;
    }
    .site-header .site-primary-header-wrap .site-header-primary-section-left {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .site-header .site-primary-header-wrap .site-header-primary-section-right {
        flex: 0 0 auto;
        width: 83.33333333%;
        padding-left: 25px;
    }
    .site-header .site-primary-header-wrap .site-header-primary-section-right .ast-header-html-2 {
        padding: 0;
        flex-grow: 2;
        display: block;
        min-width: 50px;
        max-width: 50px;
    }
    .site-header .site-primary-header-wrap .site-header-primary-section-right .ast-builder-menu {
        flex-grow: 2;
    }
    .site-header .main-header-menu, .site-header .main-header-menu .menu-item-has-children {
        position: unset;
    }
    .site-header .main-header-menu .menu-item-has-children > .sub-menu {
        width: 100%;
        box-shadow: none;
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu {
        /*width: 25.75rem;*/
        width: 18.75rem;
        background-color: #006e9d;
    }
    .site-header .main-header-menu .menu-item-has-children:hover > .sub-menu {
        display: none;
    }
    .site-header .main-header-menu .menu-item-has-children .sub-menu.show {
        display: block;
        visibility: visible;
        left: 0;
        padding-bottom: 1.75rem;
        padding-top: 0;
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li > a {
        position: relative;
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-menu .sub-menu,
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li .sub-menu.show,
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-first-menu .sub-menu {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        visibility: visible;
        left: 100%;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: var(--color-rsm-blue);
        padding-top: 1.75rem;
        padding-bottom: 1.875rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        /*column-count: 3;*/
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li .sub-menu .s-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.h-auto .sub-menu {
        height: auto;
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li .sub-menu li {
        flex: 0 33%;
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-menu .sub-menu li a,
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li .sub-menu.show li a,
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-first-menu .sub-menu li a {
        font-size: 1.125rem;
        font-weight: 700;
        font-style: normal;
        line-height: 1.5rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-left: 1.25rem;
    }
    .site-header .main-header-menu a {
        font-family: var(--bs-font-sans-serif);
    }
    .site-header .main-header-menu .menu-item-has-children .sub-menu .menu-heading a {
        color: #ffffff;
        font-size: 2.25rem;
        font-weight: 200;
        white-space: normal;
        line-height: 1.2;
        cursor: auto;
        padding: 0rem 1.5rem 0 1.875rem;
        line-height: 2.3rem;
        margin: 10px 0 5px;
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-menu .sub-menu li a, 
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li .sub-menu.show li a, 
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-first-menu .sub-menu li a {
        font-size: 0.9rem;
    }
    .site-header .main-header-menu .menu-item-has-children .sub-menu .menu-heading a {
        font-size: 2rem;
    }
    .site-header .main-header-menu > li > .sub-menu > li > a {
        font-size: 1rem;  
    }
    .site-header .main-header-menu > li > .sub-menu > li > a {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-style: normal;
        white-space: normal;
        width: 100%;
        padding: 0.4rem 1.875rem;
        text-align: left;
        font-weight: 400;
    }
    .site-header .main-header-menu .menu-item-has-children .sub-menu li a {
        color: #ffffff;
    }
    .site-header .main-header-menu .menu-item-has-children > .sub-menu .menu-link.clicked {
        background-color: var(--color-rsm-blue);
    }
    .site-header .worldwide-dropdown .jump-menu-wwdd {
        width: 58px;
    }
    .site-header .main-header-menu > .menu-item > .menu-link .ast-icon.icon-arrow svg {
        margin-left: 6px;
        vertical-align: middle;
    }
    .page-banner .text-holder, .pcont-wd {
        width: 66.66666667%;
    }
    .cont-wd {
        width: 66.66666667%;
        margin: 0 auto;
    }
    .center-img-cont-sec {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
    .center-img-cont-sec .item {
        flex: 0 0 auto;
        width: 33.33333333%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .cont-wd-80 {
        width: 83.33333333%;
    }
    .service-flex .item {
        width: 33.33333333%;
    }
    .service-flex.ind-dv .item {
        width: 25%;
    }
    .column-flex-wrapper .column-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
    .service-flex-wrapper .service-flex {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
    .column-flex-wrapper .column-flex .item {
        position: relative;
        flex: 0 0 auto;
        width: 33.33333333%;
        padding: 1.25rem;
        background-color: transparent;
    }
    .column-flex-wrapper .column-flex .item .img-holder img {
        position: initial;
        top: unset;
        object-fit: contain;
        object-position: top center;
        background-color: #b8b8b9;
        height: 100%;
        max-height: 400px;
    }
    .column-flex-wrapper .column-flex .item .txt-holder {
        padding: 1.5rem 2.5rem;
        position: absolute;
        right: 0;
    }
    .column-flex-wrapper .column-flex .item .txt-holder .col-name a, .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span, 
    .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span a, .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6::before {
        color: #ffffff;
    }
    .column-flex-wrapper .column-flex .item .img-holder:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.7));
        z-index: 1;
    }
    .column-flex-wrapper .column-flex .item .img-holder div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .arc-column-pg .column-flex-wrapper .column-flex .item .img-holder div {
        position: relative;
    }
    .arc-column-pg .column-flex-wrapper .column-flex .item {
        padding: 1.125rem;
    }
    .column-flex-wrapper .column-flex .item .txt-holder .col-cat h6 span {
        border-color: #ffffff;
    }
    .column-flex-wrapper .column-flex .item .img-holder::before {
        content: "";
        display: block;
        padding-top: 75%
    }
    .arc-column-pg .column-flex-wrapper .column-flex .item .img-holder::before {
        display: none;
    }
    .arc-column-pg .column-flex-wrapper .column-flex .item .img-holder img {
        max-height: 100%;
    }
    #content .tab-sec .tab-heading {
        flex-wrap: nowrap;
    }
    .tab-flex {
        display: flex;
        align-items: center;
    }
    .tab-flex .text-holder {
        flex: 0 0 auto;
        width: 66.66666667%;
        padding-right: 0.5rem;
    }
    .tab-flex .button-holder {
        flex: 0 0 auto;
        width: 33.33333333%;
        display: flex;
        justify-content: flex-end;
    }
    .tab-flex .button-holder a {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .ast-container.flex-col {
        flex-direction: column;
        align-items: center !important;
    }
    .colored-header-banner .ast-container {
        min-height: 270px;
    }
    .sticky-wrapper .ast-container {
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        width: calc(960px * (33.33333333 / 100) - 5rem);
        height: calc(100% - 80px);
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 2.5rem;
        margin-right: calc((100vw - (100% - 10rem)) / 2);
        display: block;
    }
    .sticky-people-sidebar {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .p-info {
        padding-right: 10px;
    }
    .people-flex {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .people-flex .item {
        flex: 0 0 auto;
        width: 25%;
    }
    .consultant-sec .con-flex {
        display: flex;
        justify-content: center;
    }
    .consultant-sec .con-flex .item {
        flex: 0 0 auto;
        width: 50%;
    }
    .consultant-sec .con-flex .item .img-holder {
        margin: 0.5rem 1.5rem 0.5rem 0;
    }
    .center-img-cont-sec.left {
        margin-right: 0;
        margin-left: 0;
    }
    .center-img-cont-sec.left .item {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .center-img-cont-sec.left .item .fl {
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .center-img-cont-sec.left .item:last-child .fl {
        padding-right: 0;
    }
    /*.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-1 .widget_nav_menu ul {
        column-count: 2;
    }*/
    .arc-column-pg .content-wrapper .ast-container, .basic-sec .body-cont .ast-container {
        flex-direction: column;
    }
    .more-search-holder .btn-sec {
        width: 33%;
        padding: 0 1.125rem 0 0;
    }
    /*Footer*/
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] {
        padding: 40px 0 20px;
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area.ast-footer-html-1 img,
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-social-inner-wrap {
        margin-top: 15px;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        padding-top: 15px;
        padding-bottom: 6px;
        display: flex;
        grid-column-gap: 0;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-1 {
        width: 65%;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-1 .footer-three-menu {
        gap: 0;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-1 .footer-three-menu .t-col1 {
        flex: 0 38%;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-1 .footer-three-menu .t-col2 {
        flex: 0 28%;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-1 .footer-three-menu .t-col3 {
        flex: 0 36%;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-2 {
        width: 25%;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-3 {
        width: 15%;
    }
}

@media (min-width: 1200px) {
    #page {
        padding-top: 138px;
    }
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    .ast-container, .site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        max-width: 1140px;
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .d-none {
        display: none;
    }
    .page-banner, .page-banner.add-blue {
        background-color: var(--color-rsm-blue);
    }
    .page-banner.add-green {
        background-color: var(--color-rsm-green);
    }
    .page-banner.add-midnight-blue {
        background-color: var(--color-rsm-midnight-blue);
    }
    .page-banner .img-holder {
        min-height: 350px;
        position: static;
        top: unset;
        left: unset;
        transform: unset;
        width: unset;
        height: unset;
    }
    .page-banner .img-holder img {
        min-height: 480px;
        object-fit: cover;
        object-position: bottom right;
    }
    .contact-box.page-banner .img-holder img {
        object-position: unset;
        min-height: 450px;
    }
    .page-banner .ast-container {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .single-sec .page-banner .text-holder .service-banner-cat {
        margin-bottom: 0;
    }
    .author-sec .author-wrapper a {
        width: 33.33333333%;
    }
    .service-flex .item {
        width: 25%;
    }
    .sticky-wrapper .ast-container {
        width: calc(1140px * (33.33333333 / 100) - 5rem);
        margin-right: calc((100vw - (1140px - 10rem)) / 2);
    }
    .nav-down .sticky-people-sidebar {
        top: 300px;
    }
    .basic-sec .body-cont .content-wrapper .wp-block-group {
        padding: 60px 1.125rem;
    }
    .alumni-pg .sec2 {
        position: relative;
        padding-bottom: 21rem;
        margin-bottom: 8rem;
    }
    .alumni-pg .sec2 .skew-left .content-holder {
        clip-path: polygon(0 0,100% 0%,calc(100% - 100px) 100%,0% 100%);
    }
    .alumni-pg .sec2 .skew-right .content-holder {
        mix-blend-mode: multiply;
        clip-path: polygon(19% 0,100% 0,100% 100%,0% 100%);
    }
    .alumni-pg .sec2 .skew-left {
        position: absolute;
        top: 5rem;
        left: 0;
        z-index: 1;
    }
    .alumni-pg .sec2 .skew-right {
        position: absolute;
        bottom: 0rem;
        left: 30rem;
    }
    .alumni-pg .sec2 .skew-left .content-holder {
        width: 46rem;
        min-height: 45rem;
    }
    .alumni-pg .sec2 .skew-right .content-holder {
        width: 50rem;
        min-height: 500px;
    }
    /*Header*/
    .site-header .site-header-above-section-right aside.header-widget-area {
        padding: 0;
    }
}

@media (max-width: 1399px) {
    .cst-sec .page-banner .text-holder .service-banner-cont p, .single-sec .page-banner .text-holder .service-banner-cat span {
        font-size: 1.3rem;
    }
    .page-banner.pp-position-top .img-holder img {
        display: none;
    }
    .page-banner.pp-mask .pp-position-top {
        min-height: unset;
    }
    .page-banner.add-blue.pp-position-top {
        background-color: var(--color-rsm-blue);
    }
    .page-banner.add-green.pp-position-top {
        background-color: var(--color-rsm-green);
    }
    .page-banner.add-midnight-blue.pp-position-top {
        background-color: var(--color-rsm-midnight-blue);
    }
}

@media screen and (min-width: 922px) and (max-width: 1200px) {
    .author-sec .author-wrapper a {
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 768px) and (max-width: 921px) {
    .single-sec .page-banner .ast-container {
        justify-content: center;
    }
}

@media screen and (min-width: 921px) and (max-width: 1350px) {
    .site-header .main-header-menu .menu-item-has-children .sub-menu .menu-heading a {
        font-size: 2.25rem;
        line-height: 2.2rem;
        margin: 5px 0;
    }
    .site-header .main-header-menu > li > .sub-menu > li > a {
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-menu .sub-menu, .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li .sub-menu.show, .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-first-menu .sub-menu {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-menu .sub-menu li a, .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li .sub-menu.show li a, .site-header .main-header-menu > .menu-item-has-children > .sub-menu > li.show-first-menu .sub-menu li a {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}

@media (min-width: 1400px) {
    .ast-container, .site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        max-width: 1440px;
    }
    .searchform input {
        display: block;
    }
    .site-header .site-primary-header-wrap .site-header-primary-section-right .ast-header-html-2 {
        min-width: 200px;
        max-width: 750px;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-1 .footer-three-menu .t-col3 {
        flex: 0 30%;
    }
    /*.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-2 .widget_nav_menu ul {
        column-count: 2;
    }*/
    .sticky-wrapper .ast-container {
        width: calc(1440px * (33.33333333 / 100) - 5rem);
        margin-right: calc((100vw - (1440px - 10rem)) / 2);
    }
    .page-banner.pp-mask.pp-position-bottom .img-holder {
        height: 480px;
        -webkit-mask: url(/sp-rsmnw/wp-content/uploads/2025/09/mask-scaled.png);
        mask: url(/sp-rsmnw/wp-content/uploads/2025/09/mask-scaled.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
        mask-size: 100%;
    }
    .homepage-banner .text-signature {
        display: block;
        position: absolute;
        color: #82909e;
        margin: -21% 9%;
        max-width: 185px;
        text-align: center;
        line-height: 1.3;
    }
    .homepage-banner .text-signature .sig-name {
        /*font-family: creattion, script !important;*/
        font-family: 'Creattion', script !important;
        font-size: 62px;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        text-transform: capitalize;
    }
    .homepage-banner .text-signature .sig-subtitle {
        margin: -10px 10px;
        display: block;
        font-weight: 300;
    }
    .homepage-banner .text-signature .sig-subtitle a {
        color: #82909e;
        text-decoration: underline;
    }
}

@media screen and (min-width: 1600px) {
    .alumni-pg .sec2 .skew-right .content-holder {
        padding: 1rem 3rem 2rem 9rem;
    }
}

@media (min-width: 1900px) {
    .sticky-wrapper .ast-container {
        margin-right: calc((1920px - (1440px - 10rem)) / 2);
    }
    .home-pt .content-wrapper .content-holder {
        padding-top: 2.5rem;
    }
}

@media (max-width: 1199px) {
    .homepage-banner .text-holder {
        z-index: 0;
    }
    .center-img-cont-sec.left {
        flex-wrap: nowrap;
    }
    .center-img-cont-sec.left .item .fl {
        display: block;
        text-align: center;
    }
    .center-img-cont-sec.left .item .img-holder {
        margin-right: auto;
    }
    .alumni-pg .sec1 {
        padding: 0 10px;
    }
    .alumni-pg .sec2 .skew-left .content-holder, .alumni-pg .sec2 .skew-right .content-holder {
        padding: 20px;
    }
    .site-footer {
        background-color: #f0f0f0;
        padding: 0 20px;
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row:before,
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row:after {
        width: 100%;
    }
}

@media (max-width: 921px) {
    .site-header .ast-mobile-header-wrap .site-header-primary-section-right .header-widget-area.site-header-focus-item {
        padding: 0;
    }
    .site-header .ast-mobile-header-wrap .site-header-primary-section-right div[data-section="section-header-mobile-trigger"] {
        padding-left: 0;
    }
    .site-header .ast-site-identity .site-logo-img img {
        width: 95px;
    }
    .site-header .site-primary-header-wrap {
        height: 66px;
    }
    .site-header .site-header-above-section-right ul li {
        margin-left: 10px;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0px;
        right: 0.5rem;
        outline: none!important;
        box-shadow: none!important;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children .sub-menu .ast-menu-toggle {
        top: 12px;
    }
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
    .site-header .site-header-above-section-right aside.header-widget-area {
        padding: 0;
    }
    .site-header .site-header-above-section-right aside .widget.widget_block {
        display: none;
    }
    .site-header .worldwide-dropdown .marker-icon svg path {
        fill: var(--color-rsm-green);
    }
    .site-header .site-header-primary-section-right .worldwide-dropdown .jump-menu-wwdd {
        color: var(--color-rsm-default-gray);
        background-image: url(/sp-rsmnw/wp-content/uploads/2025/09/down-arrow-black.png);
    }
    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        padding-right: 0;
        padding-left: 0;
    }
    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        border: none!important;
        outline: none!important;
    }
    .column-flex-wrapper .column-flex .item {
        display: flex;
        background-color: #ffffff;
    }
    .column-flex-wrapper .column-flex .item > a {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .column-flex-wrapper .column-flex .item .txt-holder {
        width: 100%;
    }
    .colored-header-banner h1 .colored-header-description {
        margin-bottom: 1rem;
    }
    .colored-header-banner .ast-container {
        align-items: flex-start;
    }
    .single-people-pg, .center-img-cont-sec {
        display: flex;
        flex-direction: column;
    }
    .site-content .single-people-pg .people-sec1 .ast-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sticky-wrapper .ast-container {
        padding: 0;
    }
    .single-people-pg .sticky-wrapper {
        order: 3;
    }
    .single-people-pg .colored-header-banner {
        order: 2;
    }
    .single-people-pg .people-sec1 {
        order: 4;
    }
    .con-flex .item {
        padding: 0 1.5rem 1rem 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .consultant-sec .con-flex .item .txt-holder div a {
        justify-content: center;
    }
    .column-flex-wrapper .column-flex .item {
        margin: 1.5rem;
    }
    .arc-column-pg .column-flex-wrapper .column-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
    .arc-column-pg .column-flex-wrapper .column-flex .item {
        margin: 0;
        width: 50%;
        padding: 1.125rem;
        background: transparent;
    }
    .page-banner.pp-mask .ast-container.align-cent {
        display: flex;
        justify-content: center;
    }
    .alumni-pg .sec1 .top h1 {
        font-size: 30px;
    }
    .cst-dv h6 {
        color: var(--color-rsm-default-gray);
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row .site-footer-primary-section-1 .footer-three-menu {
        flex-direction: column;
    }
}

@media (max-width: 781px) {
    .homepage-banner .img-holder {
        background: none;
        height: 400px;
        width: 100%;
    }
    .homepage-banner .img-holder .img-overlay, .homepage-banner .text-holder .top_rec, .homepage-banner .text-holder .bottom_rec {
        display: none;
    }
    .homepage-banner .img-holder .img-banner {
        -webkit-mask: none;
        mask: none;
        width: 100%;
        height: 400px;
    }
    .homepage-banner .img-holder .img-banner img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: 15% 41%;
        float: left;
        overflow: hidden;
        margin-left: 0;
    }
    .homepage-banner .text-holder {
        text-align: left;
        position: relative;
        padding: 10px 15px 15px 20px;
        background-color: var(--color-rsm-blue);
        width: 100%;
        margin: 0;
    }
    .home-pt .content-wrapper .content-holder {
        padding-top: 2.5rem;
    }
}

@media (max-width: 767px) {
    .ast-header-break-point .main-header-menu .sub-menu {
        z-index:999999;
        display:block;
        /*height: 500px;*/
        max-height: 500px;
        width: 100%;
        overflow-y: scroll;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
        height: auto;
    }
    .cst-sec .page-banner .text-holder .service-banner-cont p {
        font-size: 1rem;
    }
    .single-sec .page-banner .ast-container {
        justify-content: flex-end;
    }
    .arc-column-pg .content-wrapper {
        padding-bottom: 10px;
    }
    .arc-column-pg .column-flex-wrapper .column-flex {
        margin-right: 0;
        margin-left: 0;
    }
    .arc-column-pg .column-flex-wrapper .column-flex .item {
        width: 100%;
        padding: 1.125rem 0;
    }
    .op-flex .form-item div.title {
        padding-top: 1rem;
    }
    .center-img-cont-sec.left {
        display: block;
    }
    .alumni-pg .sec1 .sec-flex .item .text-holder p, .alumni-pg .sec2 .content-holder, .alumni-pg .sec2 .content-holder p {
        text-align: center;
    }
    .alumni-pg .sec1 .sec-flex {
        flex-direction: column;
    }
    .alumni-pg .sec3 .flex-sec3 {
        flex-direction: column-reverse;
        text-align: center;
        padding: 0 20px;
    }
    .alumni-pg .sec3 .img-holder {
        margin-bottom: 20px;
    }
    .alumni-pg .sec1 .sec-flex .item {
        margin: 20px 0;
    }
    .alumni-pg .sec1 .sec-flex .item .text-holder {
        padding: 0;
    }
    .alumni-pg .sec1 .top {
        padding: 20px;
        text-align: center;
    }
    .alumni-pg .sec1 .top p {
        padding-top: 30px;
    }
    .alumni-pg .sec1 .sec-flex {
        padding: 50px 0;
    }
    .site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner {
        text-align: left;
    }
    .site-footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .widget_nav_menu ul li {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #ast-mobile-header .ast-above-header-bar > .ast-builder-grid-row {
        grid-column-gap: 0;
    }
    .site-header .site-header-above-section-right ul {
        margin-left: 0;
    }
    .site-header .site-header-above-section-right ul li a {
        font-size: 13px;
    }
    .column-flex-wrapper .column-flex .item {
        flex-wrap: wrap;
        background-color: #ffffff;
    }
    .column-flex-wrapper .column-flex .item > a, .service-flex.ind-dv .item {
        width: 100%;
    }
    .column-flex-wrapper .column-flex .item .txt-holder {
        padding: 15px;
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
        grid-template-columns: repeat(1, 1fr);
        position: relative;
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area.ast-footer-html-1 img {
        margin-left: auto;
        margin-right: 0;
        margin-top: 2rem;
    }
    .site-footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .footer-widget-area.ast-footer-html-2 img {
        position: absolute;
        top: 0;
        right: 0;
    }
}