/*
Theme Name: JSA Theme
Author: JSA Interactive
Text Domain: jsa_theme
Version: 1.1.6
*/

* {
    -webkit-overflow-scrolling: touch;
}
:root {
    --gray: #1b191f;
    --dark-blue: #1c222f;
    --red: #e02b20;
    --light: #d9d9d9;
    --orange: #f66420;
    --orange-dark: #d94906;
    --gallery-overlay: #e02b20cc;
}
body {
    background: #fff;
    color: var(--gray);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    overflow-y: scroll;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 20px 0;
}
h1 {
    font-size: 36px;
    line-height: 1.3;
}
h2 {
    font-size: 24px;
    line-height: 1.3;
}
h3 {
    font-size: 18px;
    line-height: 1.3;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.row,
.col {
    margin: 0;
    padding: 0;
}
.container-fluid {
    width: 100%;
    max-width: 1770px;
}
.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0px;
}
a {
    transition: 0.3s all ease-out;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: var(--dark-blue) !important;
    opacity: 1;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--dark-blue) !important;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--dark-blue) !important;
    opacity: 1;
}
/* Top Header */
#left-topbar .wp-block-image.size-full.top-frst {
    margin-bottom: 0px;
}
#left-topbar {
    display: inline-flex;
    column-gap: 20px;
    align-items: center;
}
#left-topbar p i {
    color: #c22c2c;
    padding-right: 5px;
}
.top-bar {
    background-color: var(--dark-blue);
    padding: 10px 0px;
}
#left-topbar p {
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}
.top-head-btn .wp-block-button__link.wp-element-button {
    color: #fff !important;
    border-width: 1px;
    font-size: 16px;
    font-weight: 400;
    border-color: #f79215;
    background-color: #f79215 !important;
    border-radius: 5px;
}
.top-bar .col-md-4 {
    align-items: center;
    display: flex;
    justify-content: end;
}
.top-head-btn .wp-block-button__link.wp-element-button:hover {
    opacity: 0.8;
}
/*Header*/
.head-wrapper {
    padding-bottom: 0px;
    background: #fff;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    border-bottom: 6px solid var(--red);
}
.main-head-btn a {
    display: flex;
    align-items: center;
    background-color: var(--orange);
    padding: 18px 20px 20px 20px;
    color: #fff !important;
}
.main-head-btn p {
    margin: 0 auto;
}
.main-head-btn .fa {
    color: #fff;
    font-size: 32px;
    padding-right: 15px;
}
.main-head-btn p:last-child {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    border-left: 1px solid #fff;
    padding-left: 15px;
    display: grid;
}
.main-head-btn .small-txt {
    font-size: 15px;
    font-weight: 400;
}
.main-nav #menu-main-menu {
    margin: 0 auto;
    float: right;
    clear: both;
}
.head-wrapper .row.flex-container {
    align-items: center;
}
.top-bar #left-topbar .widget p br {
    display: none;
}
.mobile-header .mob-loc p br {
    display: none;
}
/*Logo*/
.logo-container .logo {
    width: 100%;
    max-width: 120px;
    position: absolute;
    bottom: -10px;
    right: 0;
}
/*Top Navigation Menu*/
.main-nav {
    margin-left: auto;
    position: relative;
    top: 0px;
}
.main-nav li {
    display: inline-block;
}
.main-nav li a {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-decoration: none;
    color: #273746;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 400;
}
.main-nav li .sub-menu li a {
    margin: 0 auto;
}
.main-nav li .sub-menu li {
    padding: 8px 5px;
    border-bottom: 1px solid #ececec;
    width: 100%;
}
.main-nav li .sub-menu li:last-child {
    border: none;
}
.main-nav li a:hover {
    opacity: 0.8;
}
#home-svg-icon {
    position: absolute;
    top: -3px;
    left: 0;
}
li#menu-item-28 a {
    color: #ff9203;
}
#main-header {
    position: sticky;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
}
.main-nav li.menu-item-has-children a::after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 10px;
    font-size: 20px;
    color: #273746;
}
.main-nav li.menu-item-has-children a {
    position: relative;
}
.main-nav li .sub-menu {
    position: absolute;
    background-color: #fff;
    width: 350px;
    padding: 13px 10px !important;
    box-shadow: 0px 4px 20px 0px #0000001a;
    border-radius: 5px;
    text-align: left !important;
    display: none;
    z-index: 9999;
}
.main-nav li .sub-menu a::after {
    display: none;
}
.main-nav li:hover > .sub-menu {
    display: block;
}
.main-nav li .sub-menu .sub-menu {
  right: -350px;
  display: none !important;
  top: 0px;
  left: 240px !important;
}
.main-nav li .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block !important;
}
.main-nav li .sub-menu li {
  position: relative;
}
/*Content*/
.centered-content {
    width: 80%;
    margin: 0 auto;
}
.centered-content:after {
    display: block;
    clear: both;
}
#site .cta-color a {
    color: #ff9203;
    font-weight: bold;
}
.rl-basicgrid-gallery .rl-gallery-item img {
    width: 100%;
}
/*Footer*/
footer {
    padding-top: 20px;
}
.footer-logo-container {
    margin-right: auto;
    position: relative;
}
.footer-logo-container span {
    font-size: 20px;
}
.footer-logo-container a {
    text-decoration: none;
}
.footer-logo-container span.tex-light {
    font-size: 14px;
    position: absolute;
    bottom: -13px;
    left: 70px;
}
.footer-logo-container span.tex-italic {
    color: #008fc6;
}
.footer-logo-container .logo {
    width: 100%;
    max-width: 120px;
    position: absolute;
    bottom: -10px;
    right: 0;
}
.footer-menu {
    margin-left: auto;
    position: relative;
    top: 20px;
}
.footer-menu li {
    display: inline-block;
    margin-left: 15px;
}
.footer-menu li a {
    color: #777;
}
.copyright {
    width: 100%;
    display: flex;
    padding-bottom: 30px;
}
.content-wrap {
    position: relative;
}
.content-wrap section.content-current {
    display: block;
}
.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1390px;
    text-align: center;
}
.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}
footer {
    padding: 25px 0px 50px 0px;
    background: var(--dark-blue);
}
.footer-btns a {
    display: flex;
    align-items: center;
}
.footer-btns a p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.footer-btns a p:last-child {
    border-left: 1px solid #fff;
    padding-left: 15px;
    display: grid;
    align-content: center;
    align-items: center;
}
.footer-btns img {
    padding-right: 15px;
}
.footer-btns .small-txt {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.footer-btnorng,
.footer-redbtn {
    width: 100%;
    max-width: 330px;
}
.footer-btnorng a {
    background-color: var(--red);
    padding: 17px 20px 20px 20px;
}
.footer-redbtn a {
    background-color: #ff5e14;
    padding: 17px 20px 20px 20px;
}
.footer-btns a:hover {
    text-decoration: none;
    opacity: 0.8;
}
footer .wp-block-columns.is-layout-flex {
    margin-bottom: 0px;
}
footer #block-17 {
    border-bottom: 1px solid #38434e;
}
footer .widget h3 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
footer .widget h3 .fa.fa-map-marker {
    color: var(--red);
    padding-right: 5px;
}
footer h3.wp-block-heading {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer h3.wp-block-heading::after {
    content: " ";
    background-color: var(--red);
    width: 90px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .menu li a {
    color: var(--light);
    font-size: 16px;
    font-weight: 400;
}
footer .widget_nav_menu ul {
    margin-bottom: 0px !important;
    padding-left: 14px;
}
footer .widget_nav_menu ul li {
    color: var(--red);
    padding-bottom: 5px;
}
footer .widget_nav_menu ul .main-head-btn {
    display: none;
}
footer .menu li a:hover {
    text-decoration: none;
    opacity: 0.8;
}
footer .loc-hd {
    margin-bottom: 10px;
}
footer #block-18.widget p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-phone a {
    font-size: 18px;
    color: var(--red);
    font-weight: 700;
}
.footer-phone {
    margin-bottom: 15px;
}
.footer-phone a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.footer-cta {
    background-color: var(--gray);
    padding: 40px 0px;
}
.footer-cta p,
.footer-cta a {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
}
.footer-cta a.marketing {
    color: var(--orange);
}
.footer-cta .fa.fa-facebook {
    background-color: var(--red);
    border-radius: 100px;
    padding: 11px 5px;
    text-align: center;
    font-size: 18px;
    width: 37px;
    height: 37px;
}
footer .menu-item-has-children .sub-menu {
    display: none;
}
.footer-cta .col-md-2 a {
    float: right;
}
.footer-cta .row {
    align-items: center;
}
.footer-btns br {
    display: none;
}
.footer-arate {
    display: flex;
    justify-content: center;
}
.footer-btns:last-child {
    display: flex;
    justify-content: end;
}
footer
    .widget_nav_menu
    ul
    .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-10 {
    display: none;
}
footer
    .wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex {
    margin-top: 15px;
}
footer #block-29 .wp-block-columns.is-layout-flex {
    align-content: center;
    align-items: center !important;
}
footer #block-29 .wp-block-columns.is-layout-flex .wp-block-image.size-full {
    margin-bottom: 0px;
}
footer #block-29 {
    border-bottom: 1px solid #2f3d49;
    padding-bottom: 25px;
}
.footer-btnorng {
    margin-right: 20px;
}
.logos-inner h2 {
    color: var(--dark-blue);
    font-size: 36px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 auto;
    width: 99%;
}
.logos-inner {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}
.footer-logos {
    background-color: #fff;
    padding: 50px 0px;
}
/* Content */
.content-wrap {
    position: relative;
}
.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1390px;
    text-align: center;
    min-height: 320px;
}
.content-wrap section.content-current {
    display: block;
}
.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}
.section-head-wrapper.inner {
    text-align: center;
    background-color: #f6f6f6;
    margin-bottom: 50px;
}
.section-head-wrapper h1 {
    color: var(--dark-blue);
    font-size: 50px;
    line-height: 57px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section-head-wrapper hr {
    background-color: #f79215;
    width: 130px;
    height: 4px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.section-head-wrapper h2 {
    color: var(--dark-blue);
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    width: 63%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 30px;
}
.pagecontent h2 {
    color: var(--dark-blue);
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
}
.pagecontent h3 {
    color: var(--dark-blue);
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}
.pagecontent ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.pagecontent .col-8 ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 19px;
    color: var(--red);
    font-weight: 100;
    border-radius: 100px;
    border: 1px solid var(--red);
    padding: 2px 2px;
    margin-right: 6px;
}
.pagecontent .col-8 ul li {
    margin-bottom: 10px;
}
.page-side-fc {
    background-image: url("/wp-content/uploads/2025/01/bushor-side-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 40px 15px;
}
.page-side-fc .footer-btnorng {
    max-width: 100%;
    text-align: left;
}
.page-side-fc .fa.fa-phone {
    color: #fff;
    background-color: var(--red);
    font-size: 30px;
    width: 65px;
    height: 65px;
    text-align: center;
    padding: 19px 5px;
    border-radius: 100px;
    margin-bottom: 15px;
}
.page-side-fc p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
}
.page-side-fc .wp-block-button__link.wp-element-button {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    width: 100%;
    display: inline-block;
    background-color: var(--red);
    padding: 18px 20px;
}
.page-side-fc .wp-block-button {
    width: 100%;
    margin-top: 15px;
}
.page-side-fc .wp-block-button__link.wp-element-button:hover {
    opacity: 0.8;
    color: #fff;
}
.page-side-fc p a {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.wp-block-columns.side-scnd {
    border: 3px solid #cd7508;
    background: #f79215;
    padding: 20px 20px;
    position: relative;
}
.side-scnd h2 {
    color: #fff;
    margin: 0 auto;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    font-weight: 800;
}
.side-scnd input,
.side-scnd textarea,
.side-scnd select {
    color: var(--dark-blue);
    width: 100%;
    padding: 10px 10px;
    border: 3px solid #cd7508;
    background-color: #fff;
}
.side-scnd label {
    width: 100%;
    margin-bottom: 0px;
}
.side-scnd textarea {
    height: 127px;
    margin-bottom: 25px;
}
.side-scnd .wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    background-color: var(--red);
    padding: 20px 15px;
    transition: 0.3s all ease-in;
    cursor: pointer;
}
.side-scnd .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    opacity: 0.8;
}
.side-scnd .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
}
.side-third ul li a {
    color: var(--dark-blue);
    font-size: 20px;
    font-weight: 600;
}
.side-third ul li a:hover {
    text-decoration: none;
}
.side-third ul li {
    position: relative;
    background-color: #eaeaea;
    padding: 17px 15px;
    margin-bottom: 10px;
    transition: 0.3s all ease-in;
}
.side-third ul {
    margin: 0 auto;
    list-style: none;
    padding: 0px;
}
.side-third ul li::after {
    content: "\f105";
    font-family: "FontAwesome";
    color: var(--dark-blue);
    font-size: 35px;
    position: absolute;
    right: 15px;
}
.side-third ul li:hover {
    background-color: var(--red);
}
.side-third ul li:hover a {
    color: #fff;
}
.side-third ul li:hover::after {
    color: #fff;
}
.side-third h2.widgettitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.side-broc {
    background-color: #f1f1f1;
    padding: 30px 25px;
}
.side-broc .wp-block-heading.has-text-align-center {
    color: var(--dark-blue);
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.side-broc .wp-block-button__link.wp-element-button {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: var(--red);
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
}
.side-broc .wp-block-button {
    width: 100%;
}
.wp-block-button__link.wp-element-button:hover {
    color: #fff !important;
    opacity: 0.8;
}
.cat-item.cat-item-7 {
    display: none;
}
.bottom-content {
    background-image: url("/wp-content/uploads/2023/12/cta-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 55px 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    column-gap: 15px;
    margin-top: 30px;
}
.section-one-wrapper {
    padding-bottom: 60px;
}
.bottom-content .footer-btnorng,
.bottom-content .footer-redbtn {
    width: 100%;
    max-width: 100%;
}
.privacy-policy .row.pagecontent,
.page-id-202 .row.pagecontent {
    display: block !important;
}
.page-id-204 .row.pagecontent {
    display: block !important;
    text-align: center;
}
.privacy-policy .row.pagecontent .col-8,
.page-id-202 .row.pagecontent .col-8,
.page-id-204 .row.pagecontent .col-8 {
    max-width: 100%;
}
.privacy-policy .row.pagecontent .col-4.sidebar-container,
.page-id-202 .row.pagecontent .col-4.sidebar-container,
.page-id-204 .row.pagecontent .col-4.sidebar-container {
    display: none;
}
.page-template-default.page .section-page-wrapper,
.page-template-default.page .section-head-wrapper.inner {
    background-color: #f6f6f6;
}
.page-template-default .pagecontent ul {
  list-style: disc !important;
  padding-left: 15px !important;
}
.page-template-default .section-head-wrapper.inner {
  margin-bottom: 0px;
}
.page-id-336 .section-page-wrapper {
    background-color: #fff !important;
    padding-top: 0px !important;
}
.page-id-336 .section-head-wrapper.inner {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.trust-section {
    background-color: var(--dark-blue);
    color: #fff;
    border: 8px solid var(--orange);
    border-inline: 0;
}
.trust-section h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
}
.page-id-336 .cta-section {
    display: none !important;
}
.page-id-202 .section-page-wrapper,
.page-id-3 .section-page-wrapper {
    background-color: #fff !important;
    padding-top: 0px;
}
.page-id-202 .section-head-wrapper.inner,
.page-id-3 .section-head-wrapper.inner {
    padding-top: 10px;
    padding-bottom: 30px;
}
#sidebar .cta-form {
    border: none;
    background: #f3f7fa;
    padding: 25px 0px 0px 0px;
    position: relative;
    margin-bottom: 20px;
}
#sidebar .cta-form .ep-iFrameContainer {
    margin-top: -30px;
}
#sidebar .cta-form h2 {
    color: #000;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 5px;
    padding: 0px 10px;
}
.cta-form p {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    padding: 0px 10px;
}
#inline-NFsNLOGENx3LphmiKNWE {
    height: 1210px !important;
}
/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.no-flexbox nav ul {
    display: block;
}
.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}
/* Blog Sidebar */
.side-recent-post h3,
.side-categories h3 {
    color: var(--dark-blue);
    font-size: 32px;
    line-height: 29px;
    font-weight: 700;
}
.side-recent-post hr,
.side-categories hr {
    background-color: var(--red);
    width: 82px;
    height: 4px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}
.side-recent-post .wp-block-latest-posts__post-title {
    color: var(--dark-blue);
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}
.side-recent-post
    .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
    li {
    margin-bottom: 18px;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 59px;
}
.side-recent-post
    .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
    li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.side-recent-post .wp-block-latest-posts__post-date {
    color: #484e54;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
.side-categories ul li a {
    color: #484e54;
    font-size: 16px;
}
.side-categories ul.wp-block-categories-list.wp-block-categories {
    margin: 0 auto;
    padding: 0px;
    list-style: none;
}
.side-categories ul li.cat-item {
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.side-categories ul li.cat-item:last-child {
    border: none;
}
/*Page template*/
.row.pagecontent .col-8 {
    padding-left: 0;
}
.section-page-wrapper {
    padding: 20px;
}
.wp-image-43.lot-clearing {
    width: 100%;
}
/******Responsive**********/
@media screen and (max-width: 1500px) {
    .main-nav li a {
        margin-left: 12px;
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1400px) {
    .main-nav #menu-main-menu {
        padding-left: 0px !important;
    }
    .main-nav li a {
        margin-left: 10px;
        font-size: 16px !important;
    }
    .main-head-btn p:last-child {
        font-size: 20px;
    }
    .main-head-btn .small-txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 1300px) {
    .main-head-btn a {
        padding: 15px 20px 18px 20px !important;
    }
    .main-head-btn a {
        padding: 19px 17px 20px 18px !important;
    }
    .main-nav li a {
        margin-left: 10px;
        font-size: 16px !important;
    }
    #left-topbar p {
        font-size: 14px !important;
        line-height: 21px !important;
    }
}
@media screen and (max-width: 1280px) {
    .main-nav li a {
        margin-left: 8px;
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1240px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1200px !important;
    }
}
@media screen and (max-width: 1200px) {
    .head-wrapper #menu-main-menu {
        display: none;
    }
    .head-wrapper {
        padding: 20px 0px !important;
    }
    #left-topbar p {
        font-size: 15px;
        line-height: 22px;
    }
    .top-bar .row {
        align-items: center;
    }
    #rmp_menu_trigger-163 .responsive-menu-pro-inner,
    #rmp_menu_trigger-163 .responsive-menu-pro-inner::before,
    #rmp_menu_trigger-163 .responsive-menu-pro-inner::after {
        background-color: #000 !important;
    }
    #rmp_menu_trigger-163 {
        top: 82px !important;
        right: 2% !important;
    }
    .container-fluid {
        width: 100%;
        max-width: 100%;
    }
    .container {
        max-width: 95%;
    }
    #rmp-menu-item-20.main-head-btn {
        display: none;
    }
    #rmp-menu-wrap-163 .rmp-submenu .rmp-menu-item-link {
        font-size: 15px !important;
    }
    #rmp-menu-wrap-163 .rmp-menu-current-item .rmp-menu-item-link {
        background-color: #f79215 !important;
        line-height: 37px !important;
    }
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li {
        padding-bottom: 35px !important;
    }
}
@media screen and (max-width: 1199px) {
    #open-source-imports {
        height: 415px;
        background-size: 800px;
    }
    .head-wrapper .logo-container span.tex-light {
        bottom: -20px;
    }
    .head-wrapper .logo-container .logo {
        bottom: -17px;
    }
    .section-three-wrapper .col p {
        position: relative;
        height: initial;
        font-size: 14px;
        bottom: 0;
        padding: 20px 10px;
    }
}
@media screen and (max-width: 1180px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1265px !important;
    }
}
@media screen and (max-width: 1145px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1280px !important;
    }
}
@media screen and (max-width: 1100px) {
    .section-head-wrapper h1 {
        font-size: 45px !important;
        line-height: 52px !important;
    }
    .section-head-wrapper h2 {
        font-size: 16px !important;
        line-height: 23px !important;
        width: 100% !important;
    }
    .page-side-fc p {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-bottom: 5px !important;
    }
    .page-side-fc p a {
        font-size: 28px !important;
    }
    .footer-btns a p {
        font-size: 21px !important;
        line-height: 25px !important;
    }
    .side-scnd h2 {
        font-size: 25px !important;
    }
    .side-third ul li a {
        font-size: 18px !important;
    }
    .section-two-service h2 {
        font-size: 40px !important;
        line-height: 47px !important;
        margin-bottom: 30px !important;
    }
    .cta-section h2 {
        font-size: 55px !important;
        line-height: 62px !important;
        margin-bottom: 10px !important;
    }
    .cta-section .cta-form h2 {
        font-size: 25px !important;
    }
}
@media screen and (max-width: 1075px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1280px !important;
    }
}
@media screen and (max-width: 1024px) {
    .pagecontent h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .pagecontent h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .side-scnd .wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 16px;
        padding: 20px 15px;
    }
    .section-one-wrapper {
        padding-bottom: 30px !important;
    }
    .section-two-service {
        padding: 45px 0px !important;
    }
    .sec2-btns .row {
        display: block !important;
        width: 100% !important;
    }
    .sec2-btns .col-md-6.blue,
    .sec2-btns .col-md-6.orange {
        max-width: 100% !important;
    }
    .sec2-inner {
        min-height: 100% !important;
        margin-bottom: -45px !important;
    }
    .section-two-service .col-md-4 {
        margin-bottom: 115px !important;
    }
    .section-two-service h2 {
        font-size: 38px !important;
        line-height: 45px !important;
        margin-bottom: 20px !important;
    }
    .testimonial-section .bottom a {
        font-size: 18px !important;
        padding: 20px 60px;
    }
    .badge-section h2 {
        font-size: 35px !important;
        line-height: 42px !important;
    }
    .badge-section {
        padding: 50px 0px !important;
    }
    .cta-section .cta-form .wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 18px !important;
        padding: 20px 15px;
    }
    .cta-section h2 {
        font-size: 50px !important;
        line-height: 58px !important;
        margin-bottom: 8px !important;
    }
    .cta-section .col-md-7 p,
    .cta-section .col-md-7 a {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .cta-section {
        padding: 50px 0px !important;
    }
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1345px !important;
    }
}
@media screen and (max-width: 1015px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1370px !important;
    }
}
@media screen and (max-width: 990px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1400px !important;
    }
}
@media screen and (max-width: 980px) {
    .blogmain .col-4.sidebar-container {
        margin-top: 30px;
    }
    .row.blogsingle {
        display: block !important;
    }
    .row.blogsingle .col-8 {
        max-width: 100%;
    }
    .blogsingle .col-4.sidebar-container {
        margin-top: 25px;
    }
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1405px !important;
    }
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li {
        padding-bottom: 15px !important;
    }
}
@media screen and (max-width: 920px) {
    .section-head-wrapper h1 {
        font-size: 43px !important;
        line-height: 54px !important;
    }
    .page-side-fc p {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-bottom: 5px !important;
    }
    .page-side-fc p a {
        font-size: 24px !important;
    }
    .side-scnd h2 {
        font-size: 22px !important;
        line-height: 29px !important;
    }
    .pagecontent .col-8 p {
        font-size: 15px !important;
        line-height: 22px !important;
    }
    .side-third ul li a {
        font-size: 17px !important;
    }
    .pagecontent .footer-btns a p {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .pagecontent h2 {
        font-size: 26px;
        line-height: 33px;
    }
    .section-two-service {
        padding: 30px 0px !important;
    }
    .section-two-service h2 {
        font-size: 35px !important;
        line-height: 42px !important;
        margin-bottom: 20px !important;
    }
    .sec2-inner h3 {
        font-size: 18px !important;
        line-height: 25px !important;
        margin-top: 10px !important;
        margin-bottom: 13px !important;
    }
    .sec2-inner p {
        font-size: 15px !important;
        line-height: 22px !important;
    }
    .badge-section h2 {
        font-size: 30px !important;
        line-height: 37px !important;
    }
    .cta-section h2 {
        font-size: 45px !important;
        line-height: 52px !important;
        margin-bottom: 8px !important;
    }
    .cta-section .col-md-7 p,
    .cta-section .col-md-7 a {
        font-size: 17px !important;
        line-height: 24px !important;
    }
    footer .widget h3 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .footer-btns a p {
        font-size: 22px !important;
        line-height: 25px !important;
    }
    footer #block-17 {
        padding-bottom: 20px !important;
    }
    .side-scnd .wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 14px !important;
        padding: 19px 10px !important;
    }
}
@media screen and (max-width: 912px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1080px !important;
    }
    .blogmain .col-4.sidebar-container,
    .blogsingle .col-4.sidebar-container {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #rmp_menu_trigger-163 {
        top: 77px !important;
        right: 2% !important;
    }
}
@media screen and (max-width: 900px) {
    .blogmain .col-4.sidebar-container {
        margin-top: 30px;
        max-width: 100%;
    }
    .row.blogindex {
        display: block;
    }
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li
        img {
        max-width: 65px !important;
        height: auto !important;
        max-height: unset !important;
        width: 100% !important;
    }
    .side-recent-post h3,
    .side-categories h3 {
        font-size: 30px !important;
        line-height: 37px !important;
    }
    .blogsingle .col-4.sidebar-container {
        max-width: 100%;
        margin-top: 30px !important;
    }
}
@media screen and (max-width: 880px) {
    .section-one-wrapper .row.pagecontent {
        display: block !important;
    }
    .section-one-wrapper .col-8,
    .section-one-wrapper .col-4 {
        max-width: 100% !important;
        padding: 0px 0px !important;
    }
    .section-one-wrapper .alignnone.size-full.wp-image-43 {
        width: 100%;
    }
    .side-scnd .wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 17px !important;
        padding: 19px 10px !important;
    }
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1070px !important;
    }
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li {
        padding-bottom: 40px !important;
    }
}
@media screen and (max-width: 800px) {
    .top-head-btn .wp-block-button__link.wp-element-button {
        font-size: 15px !important;
    }
    #left-topbar p {
        font-size: 14px;
        line-height: 21px;
    }
    .section-head-wrapper h1 {
        font-size: 40px !important;
        line-height: 46px !important;
    }
    .pagecontent h2 {
        font-size: 24px;
        line-height: 31px;
    }
    .cta-section .cta-form .wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 16px !important;
        padding: 20px 13px !important;
    }
}
@media screen and (max-width: 780px) {
    .footer-btns:last-child,
    .footer-arate {
        display: block !important;
    }
    .footer-btnorng {
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }
    .logos-inner h2 {
        font-size: 25px !important;
        line-height: 31px !important;
        width: 100% !important;
    }
    .footer-logos {
        padding: 30px 0px !important;
    }
    #rmp_menu_trigger-163 {
        top: 68px !important;
        right: 2% !important;
    }
}
@media screen and (max-width: 768px) {
    #main-cta {
        margin-top: 300px;
        margin-left: 0;
    }
    .section-one-wrapper h1 {
        font-size: 22px;
    }
    #rmp_menu_trigger-163 {
        top: 68px !important;
    }
    .footer-btnorng,
    .footer-redbtn {
        max-width: 100% !important;
    }
    #block-17 .wp-block-image.size-full {
        margin-bottom: 0px !important;
        text-align: center;
    }
    .footer-btnorng.mobile {
        display: block !important;
    }
    .footer-btnorng.mobile a {
        padding: 17px 20px 14px 20px;
    }
    footer #block-18.widget .footer-btns p {
        font-weight: 700;
    }
    .footer-btnorng.mobile {
        margin-top: 20px;
    }
    footer .loc-hd {
        margin-top: 0px !important;
    }
    .cta-section .cta-form h2 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
    .side-recent-post h3,
    .side-categories h3 {
        font-size: 28px !important;
        line-height: 35px !important;
    }
    .section-head-wrapper.inner {
        margin-bottom: 30px !important;
    }
}
@media screen and (max-width: 700px) {
    .top-bar {
        display: none !important;
    }
    .mobile-header {
        display: block !important;
        background-color: var(--dark-blue);
    }
    .mobile-header .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .top-btn a {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        border-radius: 0px !important;
        padding: 5px 10px 5px 40px !important;
        text-align: left !important;
    }
    .top-btn.red a {
        background-color: var(--red);
        text-align: center;
        padding: 5px 2px;
        border-radius: 5px;
        width: 100%;
        display: inline-block;
    }
    .top-btn .fa.fa-angle-right {
        background-color: #fff;
        color: var(--dark-blue);
        font-size: 20px;
        border-radius: 100px;
        padding: 0px 7px;
        text-align: center;
        position: absolute;
        left: 10px;
        top: 18px;
    }
    .top-btn.orange a {
        background-color: var(--orange);
        text-align: center;
        padding: 5px 2px;
        border-radius: 5px;
        width: 100%;
        display: inline-block;
    }
    .mobile-header .top .col-md-6 {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .bottom-mob .col-md-6 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .bottom-mob {
        background-color: var(--dark-blue);
        padding: 7px 0px;
    }
    .mob-btn a {
        border: 1px solid #f79215;
        color: #fff;
        display: inline-block;
        padding: 3px 15px;
        background-color: #f79215;
        border-radius: 5px;
    }
    .bottom-mob .container {
        max-width: unset !important;
    }
    .mobile-header a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    .mobile-header .top-btn,
    .mobile-header .top-btn a {
        height: 100%;
    }
    #rmp_menu_trigger-163 {
        top: 133px !important;
    }
    .sec2-inner {
        min-height: auto !important;
        margin-bottom: 0px !important;
        padding-bottom: 30px !important;
    }
    .sec2-btns .row {
        display: flex !important;
    }
    .section-two-service .col-md-4 {
        margin-bottom: 35px !important;
    }
    .sec2-btns .col-md-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .testimonial-head .col-md-8,
    .testimonial-head .col-md-4 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .badge-section {
        padding: 40px 0px !important;
        text-align: center !important;
    }
    .badge-section h2 {
        font-size: 30px !important;
        line-height: 37px !important;
        margin-bottom: 20px !important;
    }
    .trust-section h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .cta-section {
        padding: 35px 0px !important;
    }
    .cta-section .col-md-7 p,
    .cta-section .col-md-7 a {
        font-size: 17px !important;
        line-height: 24px !important;
        margin-bottom: 20px !important;
    }
    .footer-cta {
        padding: 30px 0px !important;
        text-align: center !important;
    }
    .footer-cta .col-md-2 a {
        float: none !important;
    }
    .footer-cta p,
    .footer-cta a {
        font-size: 16px;
        line-height: 33px !important;
        margin-bottom: 0px !important;
    }
    .footer-arate img {
        width: 100% !important;
    }
    .mob-loc p {
        font-size: 16px;
        line-height: 23px;
        color: #fff;
        font-weight: 400;
        margin: 0 auto;
    }
    .mob-loc p .fa.fa-map-marker {
        color: #c22c2c;
        font-size: 20px;
        padding-right: 3px;
    }
}
@media screen and (max-width: 600px) {
    .mob-btn a {
        padding: 7px 15px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .bottom-mob .row {
        align-items: center;
    }
    .section-head-wrapper h1 {
        font-size: 35px !important;
        line-height: 41px !important;
    }
    .pagecontent .col-8 h2 {
        font-size: 23px !important;
        line-height: 30px !important;
        text-align: left !important;
    }
    .pagecontent .footer-btns a p {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .bottom-content {
        padding: 40px 20px !important;
        display: block !important;
        margin-top: 20px !important;
    }
    .bottom-btn .footer-btnorng {
        margin-bottom: 10px;
    }
    .section-two-service {
        padding: 40px 0px !important;
    }
    .testimonial-section {
        padding: 40px 0px !important;
    }
    .badge-section h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 20px !important;
    }
    .cta-section {
        padding: 35px 0px !important;
        background-color: var(--red) !important;
        background-image: unset !important;
    }
    .cta-section h2 {
        font-size: 32px !important;
        line-height: 39px !important;
        margin-bottom: 7px !important;
    }
    .footer-btns a p {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .cta-section .col-md-5 p,
    .cta-section .col-md-5 a {
        font-size: 17px !important;
        line-height: 26px !important;
        margin-bottom: 15px !important;
    }
    .logos-inner div:first-child {
        display: block !important;
        width: 100%;
        margin: 0 auto;
    }
    .logos-inner div {
        display: inline-block;
        width: 49%;
        vertical-align: middle;
        margin-top: 20px;
    }
    .logos-inner {
        display: unset !important;
        text-align: center !important;
    }
    footer .footer-btnorng {
        margin-bottom: 15px !important;
    }
}
@media screen and (max-width: 590px) {
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li {
        padding-bottom: 17px !important;
    }
}
@media screen and (max-width: 480px) {
    /* cta */
    #main-cta {
        margin-top: 185px;
        background: #000;
        padding: 30px 15px;
    }
    .cta-text {
        font-size: 13px;
        top: 0;
        left: 25px;
    }
    .cta-text span {
        font-size: 26px;
    }
    .cta-btn {
        margin-left: 0;
    }

    .section-two-wrapper .col {
        flex-basis: initial;
        margin: 20px 0;
    }
    .section-two-wrapper img {
        max-width: 75px;
        margin: 0px auto 15px;
    }
    .section-two-wrapper h2 {
        font-size: 24px;
        margin: 20px 0;
    }
    .section-three-wrapper .col {
        flex-basis: initial;
        margin: 10px 0;
    }
    .section-three-wrapper .col .grid-img {
        height: 150px;
    }
    .section-three-wrapper .col p {
        font-size: 13px;
        text-align: left;
        padding: 10px 0;
    }
    .btm-btn {
        float: none;
        margin-left: 20px;
    }
    #bottom-cta button {
        top: 0;
        float: none;
        left: 0;
    }
    .copyright {
        display: block;
    }
    .footer-logo-container {
        width: 100%;
        display: block;
        margin: 0;
    }
    .footer-menu {
        width: 100%;
        display: block;
        margin: 0;
    }
    .footer-logo-container .logo {
        bottom: -20px;
        right: 0;
        left: 97px;
    }
    .footer-logo-container span.tex-light {
        bottom: -23px;
        left: 70px;
    }
    .footer-phone {
        left: 5px;
    }
    .footer-menu {
        margin-top: 45px;
    }
    .footer-menu ul {
        padding-left: 0;
    }
    .footer-menu li {
        margin-left: 5px;
    }
    .footer-menu li a {
        font-size: 13px;
    }
    #bottom-cta h2 {
        font-size: 26px;
    }
    #bottom-cta .btm-text {
        float: initial;
        padding: 0 15px;
    }

    /*Content*/
    .centered-content {
        width: 100%;
    }
    div.gridPage div.gridDay span.gridHeaderFull {
        color: #fff;
    }
    .mob-btn a {
        padding: 5px 15px !important;
        font-size: 13px !important;
        line-height: 19px !important;
    }
    .top-btn a {
        font-size: 12px;
        line-height: 20px !important;
    }
    .cta-section .col-md-7 p,
    .cta-section .col-md-7 a {
        font-size: 16px !important;
        line-height: 23px !important;
        margin-bottom: 0px !important;
        padding: 0px 10px !important;
    }
    .mob-loc p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    #rmp_menu_trigger-163 {
        top: 126px !important;
    }
}
@media screen and (max-width: 440px) {
    .mob-btn a {
        padding: 5px 10px !important;
        font-size: 12px !important;
        line-height: 18px !important;
    }
    #rmp_menu_trigger-163 {
        top: 158px !important;
    }
    .section-one-wrapper .col-8,
    .section-one-wrapper .col-4 {
        padding: 0px 10px !important;
    }
    .cta-section .cta-form h2 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .footer-btns a p {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li
        img {
        max-width: 87px !important;
    }
    .side-recent-post .wp-block-latest-posts__post-title {
        font-size: 15px !important;
        line-height: 22px !important;
    }
    .side-recent-post .wp-block-latest-posts__post-date {
        font-size: 15px !important;
        line-height: 22px !important;
    }
    .side-recent-post h3,
    .side-categories h3 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
    .cta-section h2 {
        font-size: 28px !important;
        line-height: 34px !important;
        margin-bottom: 7px !important;
    }
    .cta-section .col-md-5 p,
    .cta-section .col-md-5 a {
        font-size: 16px !important;
        line-height: 25px !important;
        margin-bottom: 15px !important;
    }
    .home-blog {
        padding: 35px 0px 30px 0px !important;
    }
    .top-btn a {
        padding: 5px 5px 5px 25px !important;
    }
    #rmp_menu_trigger-163 {
        top: 127px !important;
    }
    .top-btn .fa.fa-angle-right {
        font-size: 18px !important;
        padding: 0px 6px !important;
        left: 4px !important;
    }
}
@media screen and (max-width: 430px) {
    .top-btn a {
        padding: 5px 5px 5px 26px !important;
    }
    #rmp_menu_trigger-163 {
        top: 146px !important;
    }
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li {
        padding-bottom: 39px !important;
    }
}
@media screen and (max-width: 414px) {
    #rmp_menu_trigger-163 {
        top: 143px !important;
    }
    .section-two-home h2 {
        font-size: 25px !important;
        line-height: 31px !important;
    }
    .cta-content h2 {
        font-size: 25px !important;
        line-height: 31px !important;
    }
    .cta-content {
        padding: 35px 0px !important;
    }
    .cta-content p {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .section-five-home {
        padding: 35px 0px !important;
    }
    .cta-section h2 {
        font-size: 25px !important;
        line-height: 31px !important;
        margin-bottom: 7px !important;
    }
    .cta-section .col-md-5 p,
    .cta-section .col-md-5 a {
        font-size: 17px !important;
        line-height: 23px !important;
    }
    .top-btn .fa.fa-angle-right {
        top: 25px !important;
    }
}
@media screen and (max-width: 400px) {
    #rmp_menu_trigger-163 {
        top: 140px !important;
    }
}
@media screen and (max-width: 395px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1265px !important;
    }
}
@media screen and (max-width: 385px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1190px !important;
    }
}
@media screen and (max-width: 380px) {
    .top-btn a {
        font-size: 13px;
        line-height: 19px !important;
    }
    .sec2-btns .col-md-6.orange {
        padding: 20px 7px !important;
    }
    #rmp_menu_trigger-163 {
        top: 135px !important;
    }
}
@media screen and (max-width: 375px) {
    #rmp_menu_trigger-163 {
        top: 135px !important;
    }
}
@media screen and (max-width: 360px) {
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li
        img {
        max-width: 107px !important;
    }
    #rmp_menu_trigger-163 {
        top: 148px !important;
    }
}
@media screen and (max-width: 350px) {
    .top-btn a {
        padding: 5px 5px 5px 24px !important;
    }
    .top-btn a {
        font-size: 13px !important;
        line-height: 18px !important;
    }
    .top-btn.orange {
        padding: 0px !important;
    }
    #rmp_menu_trigger-163 {
        top: 145px !important;
    }
}
@media screen and (max-width: 340px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1385px !important;
    }
}
@media screen and (max-width: 325px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1315px !important;
    }
}
@media screen and (max-width: 310px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1400px !important;
    }
}
@media screen and (max-width: 280px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1490px !important;
    }
}

/* disable empty links, except in header menus */
a[href=""],
a[href="#"] {
    pointer-events: none;
    cursor: default;
}
.main-nav a[href="#"],
.rmp-menu a[href="#"],
#wpadminbar a[href="#"] {
    pointer-events: auto;
    cursor: pointer;
}
