*,
*::before,
*::after {
    box-sizing: inherit;
    outline: none!important;
}
.subpage a {
    top: 0;
}

.subpage {
    border: 1px solid #000;
    padding: 20px;
}
.service-book.right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0 20px;
}
.innerpage-services-section .services_container:hover .service-page-btn {
    opacity: 1;
}
.slmp-faq-item .service-page-btn a {
    padding: 0!important;
}
.faq-page .slmp-faqs .slmp-faq-item .slmp-faq-question:hover .faq-question, .faq-page .slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question {
    color: #fff !important;
}
.slmp-faq-item .service-page-btn {
    top: -45px!important;
    padding: 10px 40px!important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0;
    transition: .5s;
}
.service-page-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}
.service-book.right a {
    top: 0;
    padding: 5px 15px;
}

.service-page-btn {
    top: -40px;
    padding: 20px 40px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0;
    transition: .5s;
}
.service-page-btn a {
    padding: 10px 40px;
}

.modal-form.popup-forms {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
    padding-top: 100px;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question {
    font-weight: 400;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question:hover .faq-question, .slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question {
    width: 100%;
    max-width: 100%;
    padding: 10px 30px 10px 25px;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question:before
{
    right: 2%;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question:hover .faq-question:before
{
    right: 3%;
}
.hero-info .ti-widget-container a {
    pointer-events: none!important;
}
.float-cta-wrap,
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-count
{
    display: none;
}
.dgraybg
{
    background: #8d929b;
}
.nav-primary .genesis-nav-menu a
{
    font-size: 18px;
}
.has-text-align-center {
    text-align: center !important;
}
.btn-pad .wp-block-button__link {
    padding: 0 !important;
}

.btn-pad:hover
{
    background: #0e15ca;
    color: #fff;
}

.small-form {
    max-width: 600px;
    margin: 0 auto;
}

.innerpage-content {
    padding: 50px 30px;
}

.post-archives-list select {
    padding: 15px 5px;
    font-size: 16px;
}
/*header*/
.homepage .title-area,
.main-header-section 
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.site-header {
    padding: 0;
}
.top-header-ads {
    background: #ef4b24;
    color: #fff;
    padding: 5px 0;
}
.homepage {
    background: #8d929b;
}

.sticky-head .top-header-ads, .sticky-head .main-header-section {
    display: none;
}
/*endheader*/
.home .entry {
    margin-bottom: 0!important;
}
.banner-img-wrap {
    margin-top: 100px;
}
.banner-img-wrap:before,
.footer-innercta-section:before
{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .7);
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
}
.page-banner-desc.tagline-caption {
    display: flex;
    font-size: 48px;
    z-index: 2;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    height: 550px;
}
.page-snippets {
    margin: 50px 0 0;
}
.tagline-before-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

/*services*/
.home-section.services-section:before
{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .75);
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}
.services-contents {
    padding: 0 0 15px 0;
}
.services_image,
.innerservices_image
{
    height: 290px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.services__item-btn-wrap {
    padding: 20px 30px;
}
.services_container .services_image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
    overflow: hidden;
}
.services_container:hover .services_image:after, .services_container:hover .services_image:focus {
    transform: scale(1.05);
}

.services_wrapper {
    padding: 50px 0 60px;
}
.services-wrap {
    border: 3px solid #0b109a;
}

.innerservices_image
{
    border-radius:30px;
}

.innerpage-services-section .services-wrap {
    border: 0;
    background: #d9d9d9;
    padding: 10px;
    border-radius: 30px;
}

.innerpage-services-section .services_container {
    padding:0 0 10px 10px;
}
/*endofservices*/

/*steps*/
.why_image {
    height: 94px;
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
    max-width: 94px;
}
.why_image-wrap {
    background: #fffbf8;
    padding: 20px 0;
}

.why_title {
    padding: 0 0 50px 0;
}

.choose_dets {
    padding: 50px 30px;
}

.choose, .certificate {
    padding: 80px 10px 20px;
}

.why_container:hover .choose-wraps {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,181,181,1);
    box-shadow: 0px 0px 5px 0px rgb(181 181 181 / 62%);
    transition: .5s;
}
/*endchoose*/
/*reviews*/
.testi-btns {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.testi-btns a {
    border: 1px solid #000;
    padding: 15px 30px;
    margin: 0;
    transition: .5s ease-in-out;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    top: 30px;
    width: 100%;
    max-width: 200px;
}
a.btn-pad-transparent.left {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*endreviews*/
/*certifications*/
.cert_cta .wp-block-image .alignleft {
    padding: 0;
    margin: 0;
}
.cert_cta {
    background: #d5e6eb;
    padding: 0;
}
.cert-wraps {
    border: 3px solid #0b109a;
    margin: 10px 0;
    padding: 50px;
}
.cert_title {
    padding: 0 0 50px 0;
}

/*endcertifications*/

/*badges*/
.badge-logos-wrap {
    padding: 10px;
    transition: .5s;
}
.badge-logos-wrap:hover {
    background: #fffbf8;
}
/*endbadges*/
/*footerslider*/
.footer-slider ul.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.footer-slider ul.slick-dots li.slick-active button {
    background-color: #fff;
    border: 0;
    padding: 5px;
    width: 10px;
    height: 10px;
}
.footer-slider ul.slick-dots li button {
    font-size: 0;
    padding: 4px;
    border-radius: 4px;
    border: 0;
    background: #d2d2d2;
    height: 4px;
    width: 4px;
}

.footer-slider-section .tagline-caption {
    align-items: center;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    height: 500px;
    display: flex;
    z-index: 2;
    position: relative;
}
.footer-slider ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0 4px;
}
.footer-slider .right {
    right: 5%;
}

.footer-slider .left {
    left: 5%;
}
.footer-slider .icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    cursor: pointer;
    width: auto;
    font-size: 15px;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    font-weight: bold;
    border-radius: 5px;
}
.footer-slider .footer-slide-image:before
{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .4);
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}
/*endfooterslider*/

/*footer*/
footer.footer-info {
    background: #fbeadd;
}
.footer-info-section li a, .footer-info-section .info a {
    color: #000;
}
.scroll-top {
    height: 40px;
    width: 40px;
    bottom: 90px;
    right: 15px;
    position: fixed;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.socmed-item a {
    color: #4fb9e0;
    outline: none;
    padding: 10px 20px 10px 0;
}

.footer-links .socmed {
    margin: 20px 0 0;
}
.footer-info-wrap li::before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #4fb9e0;
}
.footer-info-section.information li {
    margin: 0;
}
.footer-info-wrap li {
    padding-left: 25px;
}
li.info.add:before {
    content: "\f3c5";
}

li.info.cphone:before {
    content: "\f095";
}

li.info.cmail:before {
    content: "\f0e0";
}

.footer-info-section.foot3 .menu li a:before {
    content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #4fb9e0;
    transition: all 0.3s ease;
}

.footer-info-section li {
    padding: 5px 0 5px 25px;
    position: relative;
    transition: .5s;
}

.footer-info-section.foot4 li {
    padding-left:10px;
}
.footer-info-section.foot4 i {
    color: #4fb9e0;
    left: -15px;
    position: relative;
    font-size: 16px;
    width: 16px;
    text-align: center;
}

.footer-info-title {
    padding: 0 0 20px;
}

.footer-info-wrap li {
    padding-left: 25px;
}

.footer-copy-wrap a {
    padding: 0 10px;
    outline: none;
}

.footer-copy-wrap {
    width: 100%;
    padding: 20px 0;
}
/*endfooter*/

/*blog*/
.post-archives-list select {
    padding: 15px 5px;
    font-size: 16px;
}
.single-post-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-post-title a {
    color: #fff;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: bold;
}
.blog-post-listing {
    align-items: flex-start!important;
}
article.blog-post.col-3:hover .single-post-title a 
{
   color: #fff;
}
.blog-post-listing
 {
    margin: 50px 0;
}
.single-post-title {
    padding: 0 30px 30px;
}
.single-post-btn {
    opacity: 0;
    padding: 0 30px;
    width: 100%;
    font-weight: 600;
    transition: .5s;
}
.single-post-excerpt {
    padding: 50px 0;
}
article.blog-post.col-3:hover .single-post-btn {
    padding: 20px 30px;
    opacity: 1;
}
.post-archives-list select:focus
{
    font-size: 16px;
}

.latest-post-thumbnails {
    height: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
}
.latest-post-thumbnails:before {
    content: "";
    background: #000;
    opacity: .2;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: .5s ease;
    overflow: hidden;
    padding: 0;
    left: 0;
    right: 0;
}
.single-post-details {
    box-shadow: 0 0 10px 6px #e2e2f2;
    padding: 20px;
}
/*endblog*/
/*merchant*/
.merchant-policies {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  color: #222;
}

.merchant-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}

.policy-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.policy-col {
  flex: 1;
  min-width: 250px;
}

.policy-heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.payment-icon {
  width: 40px;
  height: auto;
  margin-top: 10px;
}

.policy-footer {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 20px 0;
  font-size: 0.9rem;
}

.policy-footer a {
  margin: 0 10px;
  color: #000;
  text-decoration: none;
}

.policy-footer a:hover {
  text-decoration: underline;
}
/*endmerchant*/
/*legal*/
.legal-notice {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #222;
}

.legal-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}

.legal-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.legal-col {
  flex: 1;
  min-width: 250px;
}

.label {
  font-weight: bold;
}

.value {
  text-align: left;
}
/*endlegal*/
/*contact form*/
.field-col.right .forms-fields {
    padding: 0;
}
.innercontactform .forms-data-fields-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.innercontactform textarea {
    height: 90%;
    margin-top: 0!important;
}
.innercontactform textarea, .innercontactform .field-col input {
    font-size: 15px;
    padding: 15px;
}
.innercontactform .forms-data-fields label {
    text-transform: none;
    font-size: 16px;
}
/*.innercontactform textarea:focus, .innercontactform .field-col input:focus {
    font-size: 15px;
}*/
.field-col {
    flex: 1;
    min-width: 280px;
    display: flex;
    align-items: stretch;
}

.field-col.right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/*endcontactform*/

.ea11y-widget-open-button--icon {
    width: 65px;
    height: 66px;
    opacity: 0!important;
}
.ea11y-widget-open-button--icon.ea11y-widget-open-button--medium {
    width: 65px!important;
    height: 66px!important;
    background: url(/wp-content/uploads/2025/09/blind-icon.png)!important;
}
.result-search.text-center,
h1.entry-title.text-center.relative
{
    text-align: center;
}
.entry-content .search-form input {
    width: 500px;
    max-width: 100%;
    margin-right: 5px;
}
.entry-content .search-form {
    margin-bottom: 40px;
    width: 100% !important;
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}
.archive-description .entry-title, .archive-title, .author-box-title {
    font-size: 40px;
    text-align: center;
}
.error404 li.page_item.page-item-639, .error404 li.page_item.page-item-640, .error404 li.page_item.page-item-641 {
    display: none!important;
}
button.search-submit {
    background-color: #0e15ca;
}
.search .entry {
        margin-bottom: 0;
}
.result-title {
    font-size: 24px;
    font-weight: 600;
}

.search .entry p {
    margin: 0;
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #0b1098;
    color: #fff;
}

.archive-pagination li a {
    background-color: #f5f5f5;
    color: #0b1097;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

#blog-widget > .wrap > section {
    margin: 10px;
    flex: 1;
    max-width: 33.333333%;
}
#blog-widget > .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) 
{
    .tagline-caption_wrap {
        max-width: 70%!important;
    }
    .footer-innerform-section {
        height: 90vh;
    }
    .footer-info .home-section-wrapper {
        max-width: 98%;
    }
    .tagline-before-wrap, .innerfootercta {
        max-width: 80%;
        margin: 0 auto;
    }
    .innerpages .header-section
    {
        max-width: 100%!important;
    }
   .innerpages .nav-primary .genesis-nav-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-primary .genesis-nav-menu a {
        font-size: 16px;
    }
    
    .main-header-sub-col .header-cta a {
        padding: 10px;
    }
}
@media only screen and (min-width: 1024px) {
    /*footercta*/
    .footer-innercta-section {
        height: 550px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*endfootercta*/
    .footer-innerform-section {
        height: 70vh;
        padding: 50px 0 !important;
        margin-top: 0;
        margin-bottom: 250px;
    }
    .footer-innerform-section:after {
        content: "";
        background: #fff;
        height: 30px;
        width: 100%;
        position: absolute;
    }
    .home-section.footer-innerform-section .section-group {
        padding: 50px 0 0;
    }
    .footer-innerform-section .innercontactform:before {
        background: #fff;
        content: "";
        position: absolute;
        width: 100%;
        height: 12px;
        z-index: 1;
        left: 0;
        top: -10px;
    }
    .footer-innerform-section .innercontactform
    {
     box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.24);   
    }
    .slmp-faqs .services__item-btn-wrap {
        height: 200px;
    }
    .hero-info.hero-reviews {
        width: fit-content;
        background: #8d929b;
    }
    .hero-num a {
        font-size: 18px;
        font-weight: 500;
    }
    .hero-contact-info-dets .btn-pad {
        top: 0;
        position: relative;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .hero-contact-info-dets {
        padding: 15px;
        width: fit-content;
        position: relative;
        justify-content: center;
        align-items: center;
        gap: 10px;
        -webkit-box-shadow: 0px 12px 17px -16px #000000;
        box-shadow: 0px 12px 17px -16px #000000;
    }
    .main-header-sub-col .header-cta a {
        top: 0;
    }
    .innerpages .main-header-section
     {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .homepage.sticky-head .nav-primary {
        top: 0;
    }
    .homepage .main-header-sub-col.header-menu {
        max-width: 1024px;
        margin: 0 auto 0;
        justify-content: space-between;
    }
    .hero-bottom-dets.relative {
        width: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1190px;
        margin: 0 auto;
}
    .hero-bottom-dets-wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1023px) {
    .top-header-ads {
        padding: 5px;
        line-height: 20px;
    }
    .footer-innerform-section .section-group {
        padding: 50px 0 0;
    }
    .field-col {
        min-width: 100%;
    }
    .values-content {
        order: 1;
        text-align: center;
    }
    .our-values-details img {
        max-width: 200px;
    }
    .page-snippets {
        max-width: 80%;
        margin: 0 auto;
    }
    .header-cta-fixed a.form-popup-text {
        background: #e6e6e6;
        color: #000;
        font-size: 24px;
        padding: 10px 20px;
        border-radius: 4px;
        border: 0;
    }
    .scrolled .header-cta-fixed {
        top: 10px;
    }
    .header-cta-fixed {
        position: fixed;
        right: 10px;
        top: 40px;
        z-index: 1000;
    }
    .header-tagline-wrapper {
        top: 80px;
        position: relative;
        background: #fff;
        padding: 20px 10px;
        width: 100%;
    }
    .sticky-head .header-tagline-wrapper {
        display: none;
    }
   .sticky-head .main-header-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .padding {
        padding: 50px 0;
    }
    .footer-below-nav {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    footer.footer-info {
        padding: 50px;
    }
    .footer-below-nav .section-wrapper {
        max-width: 100%;
    }
    
    .cert_cta, .steps_cta.max90 {
        padding: 0 0 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 95%;
        margin: 0 auto;
    }
    
    .footer-slider-section .tagline-caption {
        max-width: 65%;
        margin: 0 auto;
        width: 100%;
    }
    .floating-ctabtn-col a {
        border-radius: 10px;
        font-size: 30px;
        padding: 20px !important;
        border: 0 !important;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
    }
    .floating-ctabtn-num a {
        background: #000;
        color: #8d929b;
    }
    
    .floating-ctabtn-form a {
        background: #0b109a;
        color: #fff;
    }
}
@media only screen and (max-width: 540px) {
 .menu-toggle, .header-cta-fixed{

        top: 60px!important;

    }
    
    .scrolled .menu-toggle,
    .scrolled .header-cta-fixed
    {
        top: 10px!important;
    }
}