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

* {
    -webkit-overflow-scrolling: touch;
}
:root {
  --dark: #010D14;
  --green: #126734;
  --dark-blue: #1C262F;
  --orange: #FF5E14;
}
body {
    background: #fff;
    color: var(--dark-blue);
    font-family: 'Poppins', 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;
}
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: .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: 5px 0px;
}
.top-bar .row {
  align-content: center;
  align-items: center;
}
#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(--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;
}
#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;
}
#menu-cta-menu p {
  margin: 0 auto;
}
#menu-cta-menu {
  margin: 0 auto;
  padding: 0px;
}
#menu-cta-menu-1 p {
  margin: 0 auto;
}
#menu-cta-menu-1 {
  margin: 0 auto;
  padding: 0px;
}
.cta-nav a {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.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: center;
  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-color: var(--orange);
  color: #fff;
}
.cta-nav .frst a {
  background-color: #93C23D;
  padding: 15px 45px 15px 25px;
}
.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;
}
/*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: 999;
  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%;
}
/*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;
}
footer #menu-service-area-1 li a {
	pointer-events: none !important;
}
.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;
}

.subhead::before {
	content: " ";
	height: 4px;
	width: 66px;
	position: absolute;
	left: 0;
	background-color: #fff;
	top: 50%;
}

.subhead {
	text-align: left;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 0px 0px 0px 80px !important;
	position: relative;
	margin-bottom: 0px !important;
}

footer {
  padding: 25px 0px 50px 0px;
  background: #000;
}
.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-color: #ff5e14;
  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(--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(--green);
  width: 90px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
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(--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(--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: 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.jsa {
  color: #FF5E14;
}
.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: 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-color: 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-color: #F6F6F6;
  background: url('/wp-content/uploads/2024/05/favor-header-bg-scaled.webp') repeat center center;
  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(--green);
  font-weight: 100;
  border-radius: 100px;
  border: 1px solid var(--green);
  padding: 2px 2px;
  margin-right: 6px;
}
.pagecontent .col-8 ul li {
  margin-bottom: 10px;
}
.page-side-fc {
  background-image: url('/wp-content/uploads/2024/05/favor-services-side.webp');
  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: var(--orange);
  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-color: var(--orange);
  padding: 18px 20px;
  margin-top: 15px;
}
.page-side-fc a.side-btn i {
  color: var(--orange);
  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-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: .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: 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: .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(--green);
  font-size: 20px;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid var(--green);
  border-radius: 100px;
  padding: 0px 7px;
  line-height: 17px;
}
.side-third ul li:hover {
  background-color: var(--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-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 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: 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: var(--green);
  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: .3s all ease-in;
}
.side-categories ul li.cat-item::after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: var(--green);
  font-size: 20px;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid var(--green);
  border-radius: 100px;
  padding: 0px 7px;
  line-height: 17px;
}
.side-categories ul li.cat-item:hover {
  background-color: var(--green);
}
.side-categories ul li.cat-item:hover a {
	color: #fff;
}
.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 .frst a {
	  padding: 15px 41px 15px 25px !important;
	}
	.cta-nav a {
	  font-size: 20px !important;
	  line-height: 26px !important;
	}
}
@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 .frst a {
	  padding: 15px 20px 15px 20px !important;
	}
	.cta-nav a {
	  font-size: 18px !important;
	  line-height: 24px !important;
	}
	.cta-nav a .small-txt {
	  font-size: 15px !important;
	}
}
@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) {
	.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: 25px;
      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-color: var(--orange) !important;
	  line-height: 37px !important;
	}
	.side-recent-post .wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
	  padding-bottom: 35px !important;
	}
	.mobile-header {
	  display: block !important;
	}
	.top-bar, .head-wrapper {
	  display: none !important;
	}
	.mobile-header .top {
	  padding: 5px 0px;
	  background-color: #fff !important;
	}
	.cta-nav #menu-cta-menu {
	  display: grid !important;
	  grid-template-columns: auto auto !important;
	  justify-content: unset !important;
	}
	.bottom-mob .col-md-12 {
	  margin: 0 auto;
	}
	.bottom-mob .col-md-12 {
	  margin: 0 auto;
	  padding: 0px;
	}
	.bottom-mob .container {
	  max-width: 100% !important;
	}
	#menu-cta-menu p {
	  margin: 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-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;
	}
	.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: 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 .cta-form .wpcf7-form-control.wpcf7-submit.has-spinner {
	  font-size: 18px !important;
	  padding: 20px 15px;
	}
	.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;
	}
}
@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: 25px !important;
      right: 1% !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;
	}
	.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;
	}
	.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: 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;
	}
	#rmp_menu_trigger-163 {
      top: 6px !important;
      right: 1% !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: 25px !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;
	}
	.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: 700px) {
	.top-bar {
	  display: none !important;
	}
	.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;
	}
	.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;
	}
	#rmp_menu_trigger-163 {
	  top: 26px !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;
	}
	.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;
	}
	.cta-section .col-md-5 {
	  margin-top: 20px;
	}
}
@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(--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;
	}
}
@media screen and (max-width: 500px) {
	.mobile-header .cta-nav a {
	  column-gap: 7px !important;
	  padding: 10px 10px !important;
	  font-size: 16px !important;
	  line-height: 22px !important;
	}
	.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;
	}
	.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;
    }
    .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;
	}
	#rmp_menu_trigger-163 {
	  top: 26px !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) {
	#rmp_menu_trigger-163 {
	  top: 26px !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: 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 !important;
	  line-height: 20px !important;
	}
	.cta-nav a .small-txt {
	  font-size: 13px !important;
	}
	.cta-nav a {
	  column-gap: 5px !important;
	  padding: 9px 8px !important;
	}
}
@media screen and (max-width: 370px) {
	.mobile-header .logo-container .custom-logo {
	  width: 100%;
      max-width: 110px;
	}
	.mobile-header .cta-nav .frst a {
      padding: 10px 9px 10px 8px !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: 23px !important;
	}
	.mobile-header .cta-nav a {
      column-gap: 7px !important;
      padding: 10px 6px !important;
      font-size: 14px !important;
      line-height: 20px !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;
	}
	.cta-nav .frst a {
	  padding: 28px 11px 31px 8px !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;
	}
	.cta-nav .frst a {
	  padding: 9px 8px !important;
	}
	#rmp_menu_trigger-163 {
	  top: 23px !important;
	  right: 25px !important;
	}
}
@media screen and (max-width: 280px) {
	#inline-NFsNLOGENx3LphmiKNWE {
	  height: 1490px !important;
	}
	#rmp_menu_trigger-163 {
	  right: 55px !important;
	}
}
