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

* {
    -webkit-overflow-scrolling: touch;
}
:root {
    --dark: #010d14;
    --green: linear-gradient(95.06deg, #BFFF28 -20.31%, #0D6601 100%);
    --dark-blue: #000;
    --orange: linear-gradient(94.34deg, #FF8B55 -2.11%, #E64800 100%);
	--text-green: #8BC43D;
}
body {
    background: #fff;
    color: var(--dark-blue);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
    font-family: "Poppins", 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;
}
.subhead {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 0px 0px 0px 80px !important;
    position: relative;
    margin-bottom: 0px !important;
}
.subhead::before {
    content: " ";
    height: 4px;
    width: 66px;
    position: absolute;
    left: 0;
    background-color: #fff;
    top: 50%;
}
.subhead.green::before {
    background-color: var(--text-green);
}
img {
    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: #fff;
    padding: 10px 0px;
}
.top-bar .row {
    align-content: center;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}
#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;
}
.pageheader a {
    color: var(--dark);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.pageheader .fa.fa-angle-right {
    color: var(--text-green);
    font-size: 22px;
    padding: 0px 10px;
}
/*Header*/
.head-wrapper {
    padding-bottom: 0px;
    background: var(--dark);
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
}
#right-topbar {
    display: flex;
    column-gap: 15px;
    justify-content: right;
    align-items: center;
}
#right-topbar #block-15 {
    display: flex;
    column-gap: 10px;
    align-content: center;
    align-items: center;
}
#block-14 .wp-block-image.size-full.top-frst {
    margin-bottom: 0px;
}
#right-topbar #block-15 p {
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
#right-topbar #block-15 p span {
    color: var(--dark);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.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: 24px;
    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: 16px;
    font-weight: 400;
}
.main-nav #menu-main-menu {
    margin: 0 auto;
    padding: 0px;
}
.head-wrapper .row.flex-container {
    align-items: center;
    margin-inline: -15px;
}
#menu-cta-menu p {
    margin: 0 auto;
}
#menu-cta-menu {
    margin: 0 auto;
    padding: 0px;
}
#menu-cta-menu-1 p {
    margin: 0;
}
#menu-cta-menu-1 {
    margin: 0 auto;
    padding: 0px;
}
.cta-nav ul li {
    list-style: none;
}
.cta-nav a p {
    margin-bottom: 0px;
}
.cta-nav #menu-cta-menu {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.cta-nav #menu-cta-menu-1 {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: stretch;
    justify-content: right;
}
.cta-nav a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    background: var(--orange);
    color: #fff;
}
.cta-nav .frst a {
    background: var(--green);
}
.cta-nav a i {
    background-color: var(--dark);
    padding: 14px 10px;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    text-align: center;
}
.cta-nav a .small-txt {
    font-size: 16px;
    font-weight: 400;
}
.cta-nav a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.main-nav li .sub-menu .menu-item-has-children {
  position: relative;
}
.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 .sub-menu {
  right: -350px;
  display: none !important;
  top: -2px;
  left: 240px !important;
}
.main-nav li .sub-menu .menu-item-has-children::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
  font-size: 23px;
  color: #273746;
  right: 7px;
  position: absolute;
}
.main-nav li:hover .sub-menu {
  display: block;
}
.main-nav li .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block !important;
}
/*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: "Poppins", sans-serif;
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
}
.main-nav li .sub-menu li a {
    margin: 0 auto;
    color: var(--dark);
}
.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: 99999;
    top: 0;
}
.main-nav li.menu-item-has-children a::after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 10px;
    font-size: 20px;
    color: #fff;
}
.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;
}
/*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%;
}
/* CTA content & section */
.cta-content {
  background-image: url("/wp-content/uploads/2025/03/cta-badge-new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px 50px 0px;
  border-top: 8px solid #f79215;
  border-bottom: 8px solid #f79215;
  background-color: #010A10;
}
.cta-content .col-md-5.text-center.text-md-left img {
  width: auto !important;
}
.cta-content .row {
    align-items: center;
}

.cta-content h2 {
    color: #fff;
    font-size: 48px;
    line-height: 72px;
    margin: 0 auto;
    font-weight: 700;
}
.row.cta-bot .col-md-12 {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.row.cta-bot {
  margin-top: 50px;
}
.home-blog .subhead::before {
    background-color: var(--green);
}

.home-blog .subhead {
    color: var(--dark);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.cta-section {
  background-image: url("/wp-content/uploads/2025/03/cta-line.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0px;
  background-color: #010D14;
}
.cta-section .cta-form > * {
    position: relative;
    z-index: 10;
}
.cta-section .cta-form .ep-iFrameContainer {
    z-index: 5;
    margin-top: -30px;
}
.cta-section .cta-form iframe {
    height: 774px;
}

.cta-section ul {
    list-style: none;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 15px 0px 0px 0px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
}

.cta-section .cta-nav ul {
    display: block;
}

.cta-section ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff;
    background-color: var(--text-green);
    border-radius: 100px;
    padding: 7px 7px;
    font-size: 15px;
    margin-right: 10px;
}

.cta-section ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.cta-section .cta-nav ul li::before {
    display: none;
}

.cta-section .cta-nav ul li.frst {
    display: none;
}
.cta-section .cta-nav ul li.scnd a {
    display: inline-flex;
}

.cta-section .col-md-5 p,
.cta-section .col-md-5 a {
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    border-radius: 5px;
}

.cta-section .cta-nav .scnd p {
    font-weight: 700;
}

.cta-section .cta-form {
    background: #fff;
    padding: 25px 0px 0px 0px;
    position: relative;
    border-radius: 5px;
}

.cta-section .cta-form h2 {
    color: var(--dark-blue);
    margin: 0 auto;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    font-weight: 800;
}

.cta-section h2 {
    color: #fff;
    font-size: 48px;
    line-height: 55px;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 10px;
}

.cta-form p {
    text-align: center;
    margin-bottom: 0px;
}

.cta-section .col-md-5 p,
.cta-section .col-md-5 a {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0px;
    font-weight: 400;
}

.cta-section .col-md-5 a {
    font-weight: 700;
}

.cta-section .cta-btn a {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    background-color: var(--orange);
    display: inline-block;
    padding: 20px 25px;
    border-radius: 5px;
}

.cta-section .cta-btn a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.cta-btn {
    margin-top: 20px;
}
/*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: #0f0f0f;
}
.footer-btns a {
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.footer-btns a p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}
.footer-btns a p:last-child {
    padding-left: 10px;
    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: #fff;
    padding: 17px 20px 20px 20px;
    color: var(--dark-blue);
}
.footer-redbtn a {
  background: var(--orange);
  padding: 17px 20px 20px 20px;
}
.footer-btns a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.footer-btnorng .scnd {
    color: var(--dark-blue);
}
.footer-btns a i {
    background-color: var(--dark);
    padding: 9px 8px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
}
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(--text-green);
    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(--text-green);
    width: 90px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer.top-green h3.wp-block-heading::after {
    content: none;
}
footer .menu li a {
    color: #a5a5a5;
    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(--text-green);
    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(--text-green);
    font-weight: 700;
}
.footer-phone {
    margin-bottom: 15px;
}
.footer-phone a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.footer-cta {
    background-color: #151515;
    padding: 30px 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 .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-cta .marketing {
    color: var(--orange);
}
.footer-btns br {
    display: none;
}
.footer-arate {
    display: flex;
    justify-content: center;
}
.footer-btns:last-child {
    display: flex;
    justify-content: end;
    align-items: center;
}
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: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
    grid-template-columns: auto auto auto auto auto;
}
.footer-logos h2 {
    color: var(--dark-blue);
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    width: 58%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.footer-logos {
    background-color: #fff;
    padding: 50px 0px;
}
.footer-page #block-29 {
    display: none;
}
.top-green {
    display: block !important;
    background: var(--green) !important;
    padding-bottom: 25px !important;
}
footer.top-green #block-29 {
    display: block !important;
    margin: 0 auto;
    border: none;
    padding-bottom: 0px;
}
footer.top-green #block-18 {
    display: none !important;
}
footer.top-green h3.wp-block-heading {
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 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: #f6f6f6 url(/wp-content/uploads/2024/09/title-section-bg.png)
        no-repeat center center;
    background-size: cover;
    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(--text-green);
    font-weight: 100;
    border-radius: 100px;
    border: 1px solid var(--text-green);
    padding: 2px 2px;
    margin-right: 6px;
}
.pagecontent .col-8 ul li {
    margin-bottom: 10px;
}
.page-side-fc {
  background-image: url("/wp-content/uploads/2025/03/sidebar-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 155px 15px 40px 15px;
  background-position: top center;
}
.page-side-fc .footer-btnorng {
    max-width: 100%;
    text-align: left;
}
.page-side-fc .fa.fa-phone {
    color: #FF5E14;
    background-color: #fff;
    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 a.side-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    width: 100%;
    display: inline-block;
    background: var(--orange);
    padding: 18px 20px;
    margin-top: 15px;
}
.page-side-fc a.side-btn i {
    color: #ec5915;
    background-color: #fff;
    font-size: 20px;
    border-radius: 100px;
    padding: 0px 6px;
    text-align: center;
    margin-left: 4px;
}
.page-side-fc a.side-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}
.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-third ul li a {
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.side-third ul li a:hover {
    text-decoration: none;
}
.side-third ul li {
    position: relative;
    background-color: #fff;
    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(--text-green);
    font-size: 20px;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid var(--text-green);
    border-radius: 100px;
    padding: 0px 7px;
    line-height: 17px;
}
.side-third ul li:hover {
    background-color: var(--text-green);
}
.side-third ul li:hover a {
    color: #fff;
}
.side-third ul li:hover::after {
    color: #fff;
    border-color: #fff;
}
.side-third h2.widgettitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.wp-block-column.side-third.is-layout-flow.wp-block-column-is-layout-flow {
    background-color: #f3f7fa;
    border-radius: 5px;
    padding: 0px 20px 20px 20px;
}
.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-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;
}
.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 > * {
    position: relative;
    z-index: 10;
}
#sidebar .cta-form .ep-iFrameContainer {
    z-index: 5;
    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;
}
#inline-gpzesiBPlhrRspz7Alf3-div {
  padding: 0px 10px;
}
/* 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: 24px;
    line-height: 30px;
    font-weight: 700;
}
.wp-block-columns.side-categories.is-layout-flex.wp-container-core-columns-layout-3.wp-block-columns-is-layout-flex {
    background-color: #f3f7fa;
    border-radius: 5px;
    padding: 2px 20px 20px 20px;
}
.side-recent-post hr,
.side-categories hr {
    background-color: #2A883F;
    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 {
    position: relative;
    background-color: #fff;
    padding: 17px 15px;
    margin-bottom: 10px;
    transition: 0.3s all ease-in;
}
.side-categories ul li.cat-item::after {
    content: "\f105";
    font-family: "FontAwesome";
    color: var(--text-green);
    font-size: 20px;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid var(--text-green);
    border-radius: 100px;
    padding: 0px 7px;
    line-height: 17px;
}
.side-categories ul li.cat-item:hover {
    background: var(--text-green);
}
.side-categories ul li.cat-item:last-child {
    border: none;
}
.side-categories ul li:hover::after {
    color: #fff;
    border-color: #fff;
}
.side-categories ul li a:hover {
    text-decoration: 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: 20px;
        font-size: 17px !important;
    }
}
@media screen and (max-width: 1400px) {
    .main-nav #menu-main-menu {
        padding-left: 0px !important;
    }
    .main-nav li a {
        margin-left: 13px;
        font-size: 17px !important;
    }
}
@media screen and (max-width: 1366px) {
    .cta-nav a {
        font-size: 20px;
        line-height: 26px;
    }
}
@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: 12px;
        font-size: 16px !important;
    }
    #left-topbar p {
        font-size: 14px !important;
        line-height: 21px !important;
    }
    .cta-nav a {
        font-size: 18px;
        line-height: 24px;
        padding: 15px;
    }
    .cta-nav a .small-txt {
        font-size: 15px;
    }
    .cta-content h2 {
        font-size: 40px;
        line-height: 60px;
    }
}
@media screen and (max-width: 1280px) {
    .main-nav li a {
        margin-left: 11px;
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1240px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1200px !important;
    }
}
@media screen and (max-width: 1200px) {
    #main-header .col-xl-5,
    #main-header .col-xl-6,
    #main-header .col-xl-7 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	#right-topbar #block-15 {
	  width: 100% !important;
	  max-width: 100% !important;
	}
    .top-bar {
        padding: 0;
        margin-top: 20px;
    }
    .top-bar .row {
        align-items: center;
        margin-inline: -15px;
    }
    #right-topbar {
        justify-content: space-around;
    }
    #right-topbar > div:first-of-type {
        width: 40%;
        max-width: 214px;
    }
    #right-topbar svg {
        width: 100%;
        height: auto;
    }
    #right-topbar > div:last-of-type img {
        display: none;
    }
    .head-wrapper #menu-main-menu {
        display: none;
    }
    .head-wrapper {
        padding: 0;
    }
    .head-wrapper .row > div {
        padding: 0;
    }
    .head-wrapper .menu-cta-menu-container > .menu {
        display: grid !important;
        grid-template-columns: auto auto !important;
        justify-content: unset !important;
        align-items: stretch !important;
    }
    .head-wrapper .menu-cta-menu-container > .menu {
        margin: 0px !important;
    }
    .head-wrapper .menu-cta-menu-container > .menu a {
        height: 100%;
    }
    #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: 5px;
        right: 5px !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: linear-gradient(94.34deg, #FF8B55 -2.11%, #E64800 100%) !important;
        line-height: 37px !important;
    }
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li {
        padding-bottom: 35px !important;
    }
    .cta-section .cta-form iframe {
        height: 1059px;
    }
	#rmp-container-163 {
		z-index: 99999;
	  }
	#main-header .col-xl-6.py-2.py-xl-0 {
	  border-top: 1px solid #D8D8D8;
	  margin-top: 10px;
	  padding-top: 10px !important;
      padding-bottom: 10px !important;
	}
	.top-bar .custom-logo {
	  object-fit: cover;
	  width: 100px;
	}
	.top-bar {
	  margin-top: 0px !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-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .cta-section h2 {
        font-size: 55px !important;
        line-height: 62px !important;
        margin-bottom: 10px !important;
    }
    .cta-section .cta-form h2 {
        font-size: 25px !important;
    }
    .section-three-home .cta-nav a {
        width: 100% !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;
    }
    .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: 0px !important;
    }
    .sec2-inner {
        padding: 30px 20px 135px 20px !important;
    }
    .sec2-btns .col-md-6.blue {
        margin-bottom: 10px;
    }
    .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 h2 {
        font-size: 40px !important;
        line-height: 46px !important;
        margin-bottom: 5px !important;
    }
    .top-title .subhead {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .testimonial-section h2 {
        font-size: 40px !important;
        line-height: 46px !important;
        margin-bottom: 20px !important;
    }
    .cta-section .col-md-5 p,
    .cta-section .col-md-5 a {
        font-size: 18px !important;
        line-height: 24px !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;
    }
	.row.cta-bot img {
	  width: 100% !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;
    }
}
@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 {
        right: 1%;
    }
}
@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%;
    }
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1070px !important;
    }
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li {
        padding-bottom: 40px !important;
    }
    .col-4.sidebar-container {
        margin-top: 20px;
    }
}
@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;
    }
	#rmp_menu_trigger-163 {
	  top: 7px;
	  right: 0 !important;
	}
	.top-bar {
	  margin-top: 0px !important;
	}
	.top-bar .custom-logo {
	  object-fit: cover;
	  width: 100px;
	}
	#main-header .col-xl-6.py-2.py-xl-0 {
	  border-top: 1px solid #D8D8D8;
	  margin-top: 10px;
	}
}
@media screen and (max-width: 780px) {
    .footer-btns:last-child,
    .footer-arate {
        display: block !important;
    }
    .footer-btnorng {
        margin-right: 0px !important;
        margin-bottom: 20px !important;
    }
    .footer-btns a {
        padding: 5px 15px !important;
    }
    .logos-inner h2 {
        font-size: 25px !important;
        line-height: 31px !important;
        width: 100% !important;
    }
    .footer-logos {
        padding: 30px 0px !important;
    }
}
@media screen and (max-width: 768px) {
    #main-cta {
        margin-top: 300px;
        margin-left: 0;
    }
    .section-one-wrapper h1 {
        font-size: 22px;
    }
    .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;
    }
    .top-green
        .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(
            2
        ) {
        display: none !important;
    }
    footer.top-green h3.wp-block-heading::after {
        display: none !important;
    }
    footer.top-green .widget h3 {
        font-size: 23px !important;
        line-height: 29px !important;
    }
    .top-green .footer-btnorng {
        margin-bottom: 15px !important;
    }
}
@media screen and (max-width: 767px) {
    .cta-form {
        margin-top: 20px;
        padding: 25px 0px 0px 0px !important;
    }

    .cta-content h2 {
        font-size: 24px;
        line-height: 36px;
    }
}
@media screen and (max-width: 700px) {
    .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;
    }
    .mob-btn a {
        border: 1px solid #f79215;
        color: #fff;
        display: inline-block;
        padding: 3px 15px;
        background-color: #f79215;
        border-radius: 5px;
    }
    .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;
    }
    .cta-nav a {
        padding: 15px 15px;
    }
    .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;
    }
    .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;
    }
    .cta-section .col-md-5 {
        margin-top: 20px;
    }
	.row.cta-bot .col-md-12 {
	  display: inline-grid;
	  grid-template-columns: auto;
	  row-gap: 30px;
	}
	.row.cta-bot {
	  margin-top: 35px;
	}
	.cta-content .col-md-5.text-center.text-md-left img {
	  margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
    .mob-btn a {
        padding: 7px 15px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .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(--dark) !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;
    }
    .cta-section .col-md-5 {
        margin-top: 20px;
    }

    .cta-section .cta-nav .scnd p {
        margin-bottom: 0px !important;
    }

    .cta-section {
        padding: 30px 0px !important;
    }
}
@media screen and (max-width: 575px) {
    #right-topbar > div:first-of-type {
        flex-shrink: 0;
    }
}
@media screen and (max-width: 500px) {
    .cta-nav a .small-txt {
        font-size: 14px !important;
    }
    .cta-nav a i {
        padding: 9px 5px !important;
        width: 35px !important;
        height: 35px !important;
        font-size: 18px !important;
    }
    .cta-section .cta-form iframe {
        height: 1098px;
    }
    .page-side-fc {
        padding: 138px 15px 40px 15px !important;
        background-position: center !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;
    }
    .cta-section .container {
        max-width: 100%;
    }
    .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: 14px;
        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;
    }
}
@media screen and (max-width: 440px) {
    .mob-btn a {
        padding: 5px 10px !important;
        font-size: 12px !important;
        line-height: 18px !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;
    }
    .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 30px 5px 26px !important;
    }
    .side-recent-post
        .wp-block-latest-posts__list.has-dates.wp-block-latest-posts
        li {
        padding-bottom: 39px !important;
    }
    .page-side-fc {
        padding: 145px 15px 40px 15px !important;
        background-position: center !important;
    }
}
@media screen and (max-width: 414px) {
    .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;
    }
    .cta-section ul {
        grid-template-columns: 1fr;
    }

    .cta-section {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 395px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1265px !important;
    }
}
@media screen and (max-width: 385px) {
    #inline-NFsNLOGENx3LphmiKNWE {
        height: 1190px !important;
    }
    .cta-nav a .small-txt {
        font-size: 13px !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;
    }
    .cta-nav a {
        font-size: 14px;
        line-height: 20px;
        column-gap: 5px;
        padding: 9px 8px;
    }
    .cta-nav a .small-txt {
        font-size: 13px;
    }
    #right-topbar #block-15 p:nth-of-type(3) {
        display: none;
    }
}
@media screen and (max-width: 370px) {
    .logo-container .custom-logo {
        width: 100%;
        max-width: 200px;
    }
    .cta-nav a {
        padding: 5px;
    }
}
@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;
    }
}
@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;
    }
}
@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;
    }
    .cta-nav #menu-cta-menu {
        display: grid !important;
        grid-template-columns: auto !important;
        justify-content: unset !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="#"] {
    pointer-events: auto;
    cursor: pointer;
}
