.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html,
body {
margin: 0;
padding: 0;
max-width: 100%;
overflow-x: hidden !important; overflow-y: auto;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
-webkit-overflow-scrolling: touch;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-family: "Inter", sans-serif !important;
}
#site-header .header-gradient-border {
position: absolute;
width: 100%;
height: 10px;
bottom: -10px;
left: 0;
right: 0;
background: linear-gradient(90deg, #E5E250 0%, #6BE993 50%, #3BD9EB 100%);
}
.single-blog p {
margin-bottom: 30px;
} .single-blog h2 {
font-size: 2.75rem;
font-weight: 700;
margin-top: 2.5rem;
margin-bottom: 1rem;
color: #000000;
line-height: 3.313rem;
letter-spacing: 0.014rem;
}
.single-blog h3 {
font-size: 1.5rem;
font-weight: 700;
margin-top: 2rem;
margin-bottom: 0.75rem;
color: #000000;
line-height: 2.625rem;
letter-spacing: 0.014rem;
}
.single-blog h4 {
font-size: 1.25rem; font-weight: 700; margin-top: 1.5rem; margin-bottom: 0.5rem; color: #000000; line-height: 2.425rem;
letter-spacing: 0.014rem;
}
.single-blog h5 {
font-size: 1.125rem; font-weight: 500; margin-top: 1rem; margin-bottom: 0.5rem; color: #000000; letter-spacing: 0.014rem;
line-height: 2.325rem;
}
.single-blog h6 {
font-size: 1rem; font-weight: 500; margin-top: 0.75rem; margin-bottom: 0.25rem; color: #000000; letter-spacing: 0.014rem;
line-height: 2.225rem;
} .single-blog p {
font-size: 1.125rem;
margin-bottom: 1.5rem;
color: #000000;
line-height: 1.875rem;
}  .single-blog ul,
.single-blog ol {
font-size: 1.125rem;
margin-top: 0.3rem;
margin-bottom: 1.5rem;
padding-left: 1.5rem;
color: #000000;
}
.single-blog ul li {
list-style-type: disc;
margin-bottom: 0.5rem;
}
.single-blog ol li {
list-style-type: decimal;
margin-bottom: 0.5rem;
}
.single-blog ul li,
.single-blog ol li {
margin-bottom: 10px;
}
.single-blog ul li p,
.single-blog ol li p {
margin-bottom: 10px;
line-height: normal;
}
.single-blog blockquote {
border-left: 5px solid #1A5F5A;
background-color: #FEF5F6;
color: #fff1f1;
font-style: italic;
margin: 1.5rem 0;
padding: 3rem 1.25rem;
border-radius: 4px;
text-align: center;
display: block;
}
.single-blog blockquote p {
margin: 0;
font-size: 1.6rem;
line-height: 2.2rem;
text-align: left;
font-weight: 400;
} .single-blog a {
color: #df0853;
text-decoration: none;
font-weight: 500;
background-image: linear-gradient(
transparent 0%,
transparent calc(100% - 2px),
#df0853 100%
);
background-repeat: repeat-x;
background-size: 100% 2px;
background-position: 0 100%;
transition: background 0.3s ease, color 0.3s ease;
}
.single-blog a:hover {
color: #2108c6;
background-image: linear-gradient(
transparent 0%,
transparent calc(100% - 2px),
#2108c6 100%
);
}
.single-blog strong {
font-weight: 700; color: #000000; }
.single-blog em {
font-style: italic;
}
.single-blog img {
max-width: 100%;
height: auto;
border-radius: 1rem; margin: 1.5rem 0; object-fit: cover;
}
.single-blog pre {
background-color: #000000; color: #f9fafb; padding: 1rem; border-radius: 1rem; overflow-x: auto;
margin: 1.5rem 0; }
.single-blog code {
background-color: #f3f4f6; padding: 0.25rem 0.5rem; border-radius: 0.25rem; font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 0.875rem; }
.single-blog hr {
border: none;
border-top: 1px solid #e5e7eb; margin: 2rem 0; } .single-blog table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0; font-size: 0.875rem; line-height: 1.25rem;
}
.single-blog th,
.single-blog td {
border: 1px solid #d1d5db; padding: 0.75rem 1rem; text-align: left;
}
.single-blog th {
background-color: #f9fafb; font-weight: 600; color: #000000; }
.single-blog td {
color: #4b5563; }
.single-blog tr:nth-child(even) td {
background-color: #f3f4f6; }
.single-blog caption {
caption-side: bottom;
text-align: center;
font-size: 0.875rem; color: #6b7280; margin-top: 0.5rem;
}
.blog-details-wrapper {
max-width: 700px;
}
.img-blog-details-wrapper {
max-width: 800px;
} .post-summary {
margin-top: 1.5rem;
font-size: 1.5rem;
font-weight: 400;
line-height: 1.4em;
}
.dark .post-summary {
color: #d1d5db; }
.social_post_section svg {
width: 30px !important;
height: 30px !important;
}  .comments h1 {
font-size: 1.2rem; font-weight: 700;
margin: 1.5rem 0 1rem;
}
.comments h2 {
font-size: 1.1rem; font-weight: 700;
margin: 1.25rem 0 0.75rem;
}
.comments h3 {
font-size: 1.1rem; font-weight: 600;
margin: 1.25rem 0 0.75rem;
}
.comments h4 {
font-size: 1rem; font-weight: 600;
margin: 1rem 0 0.5rem;
}
.comments h5 {
font-size: 1rem; font-weight: 600;
margin: 0.75rem 0 0.5rem;
}
.comments h6 {
font-size: 1rem; font-weight: 600;
margin: 0.75rem 0 0.5rem;
color: #374151; } .comments p {
font-size: 0.9375rem; margin: 0.75rem 0;
color: #374151; } .comments a {
color: #2563eb; cursor: pointer;
}
.comments a:hover {
color: #1d4ed8; }
.comments h5 a {
color: #374151;
text-decoration: none;
} .comments ul {
list-style: disc;
padding-left: 1.5rem;
margin: 0.75rem 0;
}
.comments ol {
list-style: decimal;
padding-left: 1.5rem;
margin: 0.75rem 0;
}
.comments li {
margin: 0.25rem 0;
} .comments blockquote {
border-left: 4px solid #d1d5db; padding: 10px 15px;
margin: 1rem 0;
font-style: italic;
color: #4b5563; background: #f9fafb; } .comments code {
background: #f3f4f6; padding: 10px 15px;
border-radius: 0.25rem;
font-size: 0.875rem;
font-family: monospace;
color: #d97706; } .comments img {
max-width: 100%;
border-radius: 0.375rem;
margin: 1rem 0;
} .comments hr {
border: none;
border-top: 1px solid #e5e7eb; margin: 2rem 0;
}
@media (min-width: 768px) {
.blue_bg {
background-image: url(https://globaladminx.com/wp-content/themes/globaladmin/assets/img/bg-blue.svg);
background-size: cover;
}
}
.blue_bg {
background-color: rgb(202, 236, 255);
padding: var(--k-padding) 0;
}
.custom-input {
display: block; width: 100%; border-radius: 0.375rem; background-color: #ffffff; padding: 0.5rem 0.875rem; font-size: 1rem; color: #111827; outline: 1px solid #d1d5db; outline-offset: -1px; box-sizing: border-box;
transition: outline 0.2s, outline-offset 0.2s;
}
.custom-input::placeholder {
color: #9ca3af; }
.custom-input:focus {
outline: 2px solid #1E3BFF; outline-offset: -2px; }
.main_form_button {
display: flex;
align-items: center;
border-radius: 0.375rem;
background-color: #1E3BFF;
padding: 0.825rem 1.5rem;
text-align: center;
font-size: 1rem;
font-weight: 600;
color: #fff;
cursor: pointer;
transition: background-color 0.2s;
width: 100%;
}
.main_form_button:hover {
opacity: 0.9;
}
.main_form_button:focus-visible {
outline: 2px solid #1E3BFF; outline-offset: 2px; }
.wpcf7 form.sent .wpcf7-response-output {
border-color: #45d98f;
background: #45d98f;
text-align: center;
padding: 10px;
margin: 15px 0 0 0;
}
.header-form label {
margin-bottom: 5px;
}
.header-form .wpcf7 form.sent .wpcf7-response-output {
margin: 15px 0 0 0;
}
.form_button {
position: relative;
width: 100%;
}
.form_button .main_form_button {
background-color: #f6c406;
color: #111827;
}
.form_button.form_button_blue .main_form_button {
background-color: #1E3BFF;
color: white;
}
.wpcf7-spinner {
position: absolute;
top: 24%;
bottom: 0;
right: 20px;
margin: 0;
background-color: transparent;
border: 2px solid #ffffff;
}
.wpcf7 form .wpcf7-response-output {
margin: 15px 0 0 0;
font-size: 14px;
}
.wpcf7-not-valid-tip {
font-size: 14px;
}
.active-category span {
color: #111827;
}
.pf-accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.pf-accordion-content.open {
max-height: 500px; }
.a2a_kit {
display: none;
}
.single-service .a2a_kit {
display: none !important;
}
.single .a2a_kit {
display: block;
}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}