#wpadminbar {
  z-index: 9999999;
}

@media (max-width: 768px) {
  .pionoslist li.nav-item {
    width: 100%;
    text-align: center;
  }

  img {
    margin-bottom: 14px;
  }

  .movingtips.py-5.my-3 {
    padding-top: 10px !important;
    margin-top: -46px !important;
  }

  .q_box.top {
    padding: 29px 10px 20px;
    border-bottom: 0;
  }

  .contenth {
    position: relative !important;
    top: -14px !important;
    transform: unset !important;
    width: 100% !important;
    left: 0 !important;
  }

  .contactdetailsbox.pt-5.mt-5.pb-5,
  .contatcform.pt-5.mt-5 {
    margin-top: 10px !important;
    padding-top: 10px !important;
  }
}

.business_section .rating_content {
  min-height: 350px !important;
}

.business_section .highlighted {
  color: #ff8001;
}

.business_section .is-open,
.business_section ul {
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .business_section img {
    margin-bottom: 0;
  }
}


/* New Blog */

.blog_hero {
  background: #fff9f3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog_hero .container-fluid {
  max-width: 1400px;
}

.blog_image {
  position: relative;
}

.blog_image img {
  border-radius: 8px;
  position: relative;
  z-index: 2;
}

.blog_summary {
  font-family: 'Noto Sans', 'Open Sans', sans-serif;
}

.blog_summary h3 {
  font-weight: 600;
  font-family: inherit;
}

.blog_summary a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.blog_summary .metas {
  gap: 40px;
  font-size: 12px;
  color: #777777;
}

.blog_summary .metas .view {
  position: relative;
}

.blog_summary .metas .view:before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #999999;
}

.blog_summary p {
  color: #555555;
}

.blog_summary p a {
  text-decoration: underline !important;
}

.blog_posts .row {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .blog_image:before {
    display: block;
    content: '';
    background: rgba(175, 214, 254, 0.16);
    border-radius: 8px;
    width: 300px;
    height: 300px;
    position: absolute;
    top: -30px;
    left: -37px;
  }

  .blog_posts .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .blog_summary .row {
    gap: 50px;
    flex-direction: column-reverse;
  }

  .blog_hero,
  .blog_posts .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* New blog single */

.blog_single {
  font-family: 'Noto Sans', 'Open Sans', sans-serif;
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog_single h1 {
  font-weight: 600;
  font-family: inherit;
  padding-bottom: 10px;
}

.blog_single .post-thumb {
  padding: 80px 0;
}

.blog_single .post-thumb img {
  border-radius: 8px;
  overflow: hidden;
}

.blog_single .metas {
  gap: 40px;
  font-size: 12px;
  color: #777777;
}

.blog_single .post-content {
  font-family: inherit;
  color: #777777;
}

.blog_single a {
  font-family: inherit;
  text-decoration: underline !important;
}

.blog_single h1,
.blog_single h2 {
  margin-top: 4rem;
}

.blog_single h3 {
  margin-top: 4rem;
  font-size: 25px;
}

.blog_single h4,
.blog_single h5,
.blog_single h6 {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: inherit;
}

.blog_single h2 + p,
.blog_single h3 + p,
.blog_single h4 + p,
.blog_single h5 + p,
.blog_single h6 + p,
.blog_single ul + p,
.blog_single ol + p,
.blog_single ul,
.blog_single ol {
  margin-top: 1.5rem;
}

.blog_single hr{
  margin: 2rem 0;
}

.blog_single ul,
.blog_single ol {
  padding-left: 3rem;
}

.blog_single ul li {
  list-style-type: disc;
  margin-bottom: 0.7rem;
}

.blog_single ul li li {
  list-style-type: circle;
}

.blog_single ol li {
  list-style-type: decimal;
  margin-bottom: 0.7rem;
}


/* Pagination */

.pagination .nav-links .page-numbers {
  background: white;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
}

.pagination .nav-links .page-numbers.current {
  background: #f0f0f0;
}

.pagination .nav-links .page-numbers.next {
  color: white;
  background: #ff8001;
  border-color: #ff8001;
}

.pagination .nav-links .page-numbers.next,
.pagination .nav-links .page-numbers.prev {
  padding-left: 30px;
  padding-right: 30px;
}

/* New homepage */

.home-blog {
  font-family: 'Noto Sans', 'Open Sans', sans-serif;
  margin-bottom: 80px;
}

.home-blog .heading_sec {
  text-align: center;
}

.home-blog .heading_sec h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.home-blog .heading_sec h2 a {
  color: inherit;
}

.home-blog .subtitle {
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.home-blog .subtitle span {
  display: inline-block;
  background: #ff8001;
  color: white;
  padding: 0 3px;
}

.home-blog .featured {

}

@media (min-width: 768px) {
  .home-blog .blog_image:before {
    height: 150px;
    max-width: 100%;
    max-height: 100%;
    background: #f6ebe0;
  }

  .home-blog .recent-posts {
    position: relative;
  }

  .home-blog .recent-posts::before,
  .home-blog .recent-posts::after {
    display: block;
    content: '';
    position: absolute;
    top: 100px;
  }

  .home-blog .recent-posts::before {
    left: -1px;
    bottom: 80px;
    width: 1px;
    background: #cbcbcb;
  }

  .home-blog .recent-posts::after {
    left: -2px;
    width: 3px;
    height: 150px;
    background: #ff8001;
    border-radius: 3px;
  }

}





/* Custom CSS from theme customize */


section.featurelisticons li img.iconft {
  width: 85px;
  margin-bottom: 10px;
  height: 85px;
  object-fit: contain;
}

section.faqsec.rating_section.pd_space .text-center.m-auto p {
  max-width: 940px;
  margin: 0 auto 16px;
}

section.faqsec.rating_section.pd_space.ipp {
  padding-bottom: 0;
  margin-bottom: -34px;
}

section.faqsec.rating_section.pd_space h2.accordion-header {
  padding-bottom: 0;
}

section.faqsec.rating_section .accordion-item {
  margin-bottom: 37px;
}

section.featurelisticons {
  padding: 30px 0;
  background: #dddddd;
}

section.featurelisticons h5 {
  font-weight: 700;
}

section.googlereview {
  padding: 50px 0 0;
}

@media (min-width: 991px) {
  section.featurelisticons li {
    width: 20%;
  }
}

.other.q_box.top {
  padding: 20px 50px 20px;
  border: 0;
}

.other.q_box h2 {
  font-size: 22px;
}

div#wpcf7-f318-o1 {
  padding: 20px;
  background: #dddddd;
}

.other.first.q_box {
  padding: 20px 10px 20px;
  background: #0d4d90;
  color: #ffffff;
}

.page-template-template-services .service_section.pd_space .row {
  justify-content: center;
}

.estimateform .formscp {
  /*background: #ffffffbd;*/
  padding: 10px 20px;
  border-radius: 4px;
}

body,
.service_section a p {
  font-weight: 500;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

.header-area {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: white;
  box-shadow: 0px 3px 20px -6px rgba(0, 0, 0, 0.65);
}

.service_section a p {
  overflow-x: hidden;
}

.learn_img {
  text-align: center;
}

.learn_img video {
  width: 70%;
}

.banner_section.other, .banner_section.other > img {
  height: auto;
}

.category .banner_section {
  min-height: 186px !important;
}

.after_banner p {
  margin-bottom: 25px;
}

.whychoose .heading_sec {
  padding: 25px 20px 0 0;
  color: #ffffff
}

.whychoose .heading_sec h2 {
  color: #ffffff
}

.bgfullimg img.fixed {
  position: absolute;
  height: 100%;
  width: 50% !important;
  right: 0;
}

.solutionsservicwe .contentbx {
  background: #9ba1a4;
  color: #ffffff;
  padding: 31px;
}

.solutionsservicwe .contentbx h2 {
  color: #ffffff;
}

.solutionsservicwe .contentbx p {
  margin-bottom: 15px;
}

.heading_sec.bottomtext p {
  max-width: 100%;
}

.contact_section.pd_space.other {
  margin-top: 0;
}

.contact_section.pd_space .heading_sec p {
  line-height: 30px;
}

.contact_section.pd_space .heading_sec p {
  margin-bottom: 1em;
}

.contact_section.pd_space .heading_sec ul {
  margin-bottom: 1em;
  font-size: 17px;
}

.contact_section.pd_space .heading_sec ul li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 0.5em;
}

.rating_section.other .rating_content {
  padding-left: 80px;
  padding-right: 80px;
}

.rating_content.team {
  border-radius: 0;
  padding: 65px 30px 20px;
}

.rating_content.team p {
  margin-top: 2px;
}

.rating_content.team img {
  margin-top: -145px;
}

.rating_section.pd_space.teamsection .col-lg-4 {
  margin-bottom: 130px !important;
}

.rating_section.pd_space.teamsection {
  padding: 180px 0 0px;
}

.rating_content.team h5 {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}


.movingtips .accordion-header button {
  color: #0d4d90;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}

.movingtips .accordion-body ul {
  padding-left: 20px;
  margin: 20px 0;
}

.movingtips .accordion-body ul li {
  list-style: disc;
  font-size: 15px;
  margin-bottom: 3px;
}

.movingtips .imgbx {
  position: relative;
}

.movingtips .imgbx:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 50%;
  background: #0d4d90;
  left: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

.movingtips .accordion-button::after {
  background-color: #ff8000;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-size: 15px;
  background-position: center;
}

.timelinecustom h1 {
  text-align: center;
  font-size: 40px;
}

.timelinecustom ul {
  padding: 50px 0;
}

.timelinecustom ul li {
  position: relative;
  list-style-type: none;
  width: 6px;
  background-color: #b8b6b6;
  margin: 0 auto;
}

.timelinecustom ul li time {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 9;
  color: #ffffff;
  font-size: 13px;
}

.timelinecustom ul li::after {
  background: #0d4d90;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
}

.timelinecustom li h3 {
  font-family: "Roboto Slab", serif;
  font-size: 21px;
  margin-bottom: 6px;
}

.timelinecustom ul li p {
  font-size: 14px;
  font-weight: 300;
}


.timelinecustom ul li div {
  position: relative;
  width: 400px;
  padding: 15px;
  border-radius: 5px;
  top: 0
}

.timelinecustom ul li:nth-child(odd) div {
  text-align: right;
}

.timelinecustom ul li:nth-child(even) div {
  left: 45px;
}

.timelinecustom ul li:nth-child(odd) div {
  left: -445px;
}

.timelinecustom time {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.timelinecustom ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timelinecustom ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timelinecustom ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timelinecustom ul li.show div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.contatcform textarea {
  height: 100px;
}

.contatcform input, .contatcform textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #000000;
}

.contact_form input.wpcf7-form-control.site_btn.pink_bg {
  display: inline-block;
  width: 190px;
  margin: 0 auto;
  text-align: center;
  background: #ff8000;
  border-color: #ff8000;
}

.contact_form .form_btn {
  text-align: center
}

.contenth {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  background: #0d4d90;
  color: #ffffff;
  padding: 80px;
}

.contenth li.show {
  margin-bottom: 9px;
  font-weight: 400;
}

.quotecontent {
  padding: 50px 0;
}

.q_box {
  border: solid 1px #000000;
}

.q_box.top {
  padding: 50px 50px 20px;
  border-bottom: 0;
}

.q_box.bottom {
  border-top: 0;
}

.q_box h2 {
  margin-bottom: 10px;
  font-weight: 800;
}

.q_box p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;

}

a.site_btn.other {
  color: #ffffff;
  background: #625e5e;
}

a.site_btn.other {
  float: right;
}

/* .q_box.other:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    border: solid 4px #067bb4;
    left: -14px;
    top: -14px;
    border-radius: 100%;
    background: #fff;
} */
.q_box.bottom .wpforms-container {
  margin-top: 0;
}

.q_box.bottom .wpforms-field-container {
  padding: 20px !important;
}

.q_box.bottom .wpforms-submit-container {
  padding: 0 20px !important;
}

.header-area .main-nav .nav li:nth-child(2) {
  margin: 0;
}

.header-area .main-nav .nav ul.sub-menu li:nth-child(2) {
  margin: 0 26px;
}

.service_box_sec p {
  color: #000000;
}

.header_btn_sec a {
  margin-left: 15px;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .contenth {
    padding: 20px;
  }

  .timelinecustom ul li div {
    width: 310px;
  }

  .timelinecustom ul li:nth-child(even) div {
    left: 30px;
  }

  .timelinecustom ul li:nth-child(odd) div {
    left: 30px;
  }

  .timelinecustom ul li {
    margin: 0px 0px 0px 16px;
  }

  .timelinecustom ul li:nth-child(odd) div {
    text-align: left;
  }
}

@media (max-width: 960px) {
  .bgfullimg img.fixed {
    position: relative;
    width: 100%;
  }

  .rating_section.other .rating_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  section.googlereview {
    padding: 0;
  }

  section.googlereview .ti-footer.source-Google {
    padding-top: 0 !important;
    margin-top: 33px !important;
  }

  section.featurelisticons li {
    margin-bottom: 30px;
    box-shadow: 0 0 4px;
    border-radius: 10px;
    padding: 20px;
  }

  body:not(.home) .banner_section.other, body:not(.home) .banner_section.other div#custom-bg img, body:not(.home) .banner_section.other > img {
    min-height: 186px !important;
    object-fit: cover;
  }

  body.page-template.page-template-template-history .after_banner.pt-5.mt-5.pb-5 {
    margin: 0 !important;
    padding-top: 0 !important;
  }
}

.whychoose .heading_sec p {
  margin-bottom: 15px;
}

.whychoose {
  background: #0d4d90;
}

.whychoose .contentbx {
  padding-top: 30px;
  padding-bottom: 55px;
}

.whychoose .col-md-6.p-0.bgfullimg img.w-100.fixed {
  object-fit: cover;
}

span.wpforms-page-indicator-steps {
  display: none;
}

ul#ex1 {
  justify-content: center;
  margin-bottom: 50px !important;
}

ul#ex1 a.nav-link {
  background: #0d4d90;
  padding: 20px 35px;
  color: #ffffff
}

ul#ex1 a.nav-link.active {
  background: #ff8000;
  color: #ffffff;
}

.pionoslist {
  background: #efefef;
}

.service_section.pd_space .col-lg-4.col-md-6:nth-child(even) .service_box_sec:hover {
  background: #9ba1a4;
}

.service_section.pd_space .col-lg-4.col-md-6:nth-child(even) .service_box_sec:hover h3, .service_section.pd_space .col-lg-4.col-md-6:nth-child(even) .service_box_sec:hover p {
  color: #000000;
}

.service_section.pd_space .col-lg-4.col-md-6:nth-child(odd) .service_box_sec:hover {
  background: #0d4d90;
}

.service_section.pd_space .col-lg-4.col-md-6:nth-child(odd) .service_box_sec:hover h3, .service_section.pd_space .col-lg-4.col-md-6:nth-child(odd) .service_box_sec:hover p {
  color: #ffffff;
}

button#wpforms-submit-551 {
  font-size: 13px;
  padding: 15px 45px;
  background: #ff8000;
  color: #000000;
  border-radius: 50px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s all ease;
}

.estimateform .formscp h2 {
  font-size: 28px;
  margin-bottom: -15px;
  margin-top: 10px;
}

.home .wpforms-container .wpforms-field {
  padding: 10px 0;
  position: relative;
}

@media (max-width: 767px) {
  .home .banner_section, .home .banner_section > img {
    height: 170vh;
	min-height: 1600px !important;
  }

  .estimateform .formscp {
    margin-top: 20px;
  }

  .home .wpforms-container .wpforms-field {
    padding: 7px 0;
    position: relative;
  }

  .home .estimateform .formscp {
    padding: 5px 20px;
  }

  .home .estimateform .formscp h2 {
    font-size: 22px;
    margin-bottom: -17px;
    margin-top: 10px;
  }

  .learn_section .learn_img iframe {
    height: auto;
  }

  .learn_section {
    padding-top: 37px;
  }

  @media (max-width: 767px) {
    .learn_section {
      height: 550px;
    }

    .learn_section .service_section {
      padding-top: 0 !important;
    }
  }

  .after_banner.pt-5.mt-5.pb-5 {
    padding: 10px 0 !important;
    margin: 10px 0 !important;
  }

  .after_banner .col-md-6 > img {
    margin-bottom: 16px;
  }

  .contentbx {
    padding: 0 15px 20px !important;
  }

  .bgfullimg img.fixed {
    width: 100% !important;
  }

  .whychoose.mt-5.position-relative {
    margin-top: -18px !important;
  }

  .rating_section.py-5.my-5.other {
    padding: 10px 0 !important;
    margin: 10px 0 !important;
  }

  .solutionsservicwe.pt-5.mt-5.pb-5 {
    padding: 10px 0 !important;
    margin-top: 10px !important;
  }

}

.servicesingle .contact_content p:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 100%;
  top: 10px;
  left: 1px;
}

.servicesingle .contact_content p {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  line-height: 26px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
  height: 56px;
}

div#wpforms-551-field_6-container {
  padding-bottom: 0;
  margin-bottom: -10px;
}

.postcontent.p-3 .date, .postcontent.p-3 p, .postcontent.p-3 .view {
  color: #000000;
}

@media (max-width: 767px) {
  .contact_section.pd_space.other .heading_sec p {
    line-height: 22px;
    margin-bottom: 12px;
  }

  .servicesingle .contact_content p:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 100%;
    top: 7px;
    left: 4px;
  }
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
  height: 56px !important;
}

div.wpforms-container-full input, div.wpforms-container-full select {
  height: 38px !important;
  min-height: 38px !important;
}

.banner_content_sec {
  max-width: 580px;
}

.home .banner_content_sec h1 {
  font-size: 50px;
  color: #ff8000;
}

.banner_content_sec h1,
.home .banner_content_sec h1 span {
  font-size: 54px;
}

@media (max-width: 767px) {
  .home .banner_content_sec h1 span {
    font-size: 42px !important;
  }
}

.banner_content_sec h5,
.banner_content_sec p {
  color: white;
}

.banner_btn_sec a {
  margin-right: 10px;
  margin-bottom: 10px;
}

.service_section.pd_space.script {
  padding: 50px 0 80px;
}

.service_section.pd_space.script span,
.service_section.pd_space.script div {
  color: #fbbc05;
}

.service_section.pd_space.script svg {
  fill: #fbbc05;
}

.contact_section {
  margin-top: 00px;
}

section.featurelisticons.new ul.row {
  margin-top: 25px;
}

section.featurelisticons.new li .iconbxx {
  background: #ffffff;
  padding: 24px;
  border-radius: 10px;
  height: 100%;
}

section.whychooseus {
  background: #dddddd;
  padding: 50px 0;
}

._wcolbax ul li {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 15px;
}

.cion {
  width: 100px;
  height: 75px;
  display: flex;
  align-items: baseline;
}

.cion img {
  width: 58px;
  height: auto;
}

.cobc h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}

.w_colbox img {
  height: 323px;
  object-fit: cover;
  border-radius: 36px;
  width: 100% !important;
}

@media (min-width: 991px) {
  section.featurelisticons.new li {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  section.featurelisticons.new .heading_sec p {
    max-width: 84%;
  }

  .w_colbox img {
    height: 323px;
    object-fit: cover;
    border-radius: 36px;
    width: 405px !important;
  }
}


.rating_row h2 {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  padding-bottom: 10px;
  color: #aaaaaa;
}

.rating_row h2 a {
  text-decoration: none;
  color: inherit;
}

.estimateform {
  background: rgb(12, 69, 129, 0.6);
  color: white;
}

.estimateform div.wpforms-container-full .wpforms-field-label,
.estimateform div.wpforms-container-full .wpforms-field-label-inline,
.estimateform div.wpforms-container-full .wpforms-field-sublabel,
.estimateform .heading_sec h2 {
  color: inherit;
}

.estimateform div.wpforms-container-full .wpforms-form .wpforms-field-divider h3 {
  color: inherit;
  font-size: inherit;
  padding-top: 0;
}

.home .estimateform {
  max-height: 100vh;
  overflow: auto;
}

.home .estimateform .wpforms-field-limit-text {
  display: none;
}

body:not(.home) .quantity label {
  margin-bottom: 0px !important;
  font-size: 19px !important;
  width: 35%;
  min-width: 200px;
}

body:not(.home) .quantity {
  display: flex;
  align-items: center;
}

body:not(.home) .quantity .wpforms-field-limit-text {
  margin: 0px !important;
  margin-left: 14px !important;
}

body:not(.home) .quantity .wpforms-field-limit-text {
  color: #00000000 !important;
}

@media (min-width: 768px) {
  body:not(.home) .quantity .wpforms-field-limit-text::before {
    content: "Enter Product Quantity";
    color: #000000;
    font-size: 14px;
  }
}


body:not(.home) .quantity input {
  width: 10% !important;
  max-width: 10% !important;
  min-width: 100px;
}

.page-id-2728 .banner_section {
  display: none;
}

.page-id-2728 header {
  display: none;
}

.page-id-2728 footer {
  display: none;
}

.page-id-2728 .business_section {
  display: none;
}

.page-id-2728 .buttonizer {
  display: none !important;
}

.page-id-2728 #middleCntr {
  padding-bottom: 0 !important;
}

.page-id-2728 #wpforms-2724 {
  margin: 0 !important;
}

.page-id-2728 div.wpforms-container-full .wpforms-field.wpforms-field-radio ul {
  gap: 0 var(--wpforms-field-size-input-spacing);
}

.postid-465 .banner_content_sec h1 {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
}

img {
  height: auto;
}

.nav-links {
  margin: 15px auto;
  width: 100%;
  text-align: center;
}

.nav-links .page-numbers {
  display: inline-block;
  padding: 10px;
  background: #f0f0f0;
  min-width: 45px;
  height: 45px;
  margin: 0 5px;
  border-radius: 50px;
  text-align: center;
}

.nav-links span.page-numbers {
  background: transparent;
}

.content .heading_sec h2 {
  max-width: 100%;
  margin-top: 30px;
  font-size: 30px;
}

.content .heading_sec h3 {
  font-size: 22px;
  margin: 20px 0 5px;
}

.content .heading_sec li {
  list-style: disc;
}

.business_section {
  overflow-x: hidden;
}

html, body {
  overflow-x: unset;
}

#custom-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 500px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.7));
  z-index: 1;
  pointer-events: none;
}

#custom-bg {
  position: relative;
  z-index: 2;
}

.banner_section .banner_inner_sec {
  z-index: 3;
}

div.wpforms-container-full .or_btn {
  background: #ff8000;
  color: #000000;
  border-radius: 50px;
  display: inline-block;
  margin: 0 10px;
}


.page-template-default .post-content ul {
  margin-left: 1.6em;
  margin-bottom: 1em;
}

.page-template-default .post-content li {
  list-style-type: disc;
}


.post-content img.size-full,
.post-content img.size-medium,
.post-content img.size-thumbnail {
  max-width: 100%;
  width: auto;
  height: auto;
}

.how_we_work_section {
	height: 35vh;
	min-height: 350px;
	background-size: cover;
	position: relative;
	margin-bottom: 100px;
}
