.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;
word-break: 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; }
.single-blog p {
margin-bottom: 30px;
} .single-blog h2 {
font-size: 2.55rem;
font-weight: 700;
margin-top: 65px;
margin-bottom: 1rem;
color: #030712;
line-height: 3.313rem;
letter-spacing: -1.5px;
}
.single-blog h3 {
font-size: 1.5rem;
font-weight: 700;
margin-top: 2rem;
margin-bottom: 0.75rem;
color: #030712;
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: #030712; 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: #030712; 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: #030712; letter-spacing: 0.014rem;
line-height: 2.225rem;
} .single-blog p {
font-size: 1.125rem;
margin-bottom: 1.75rem;
color: #030712;
line-height: 1.9;
max-width: 65ch;
}  .single-blog ul,
.single-blog ol {
font-size: 1.125rem;
margin-top: 0.3rem;
margin-bottom: 1.5rem;
padding-left: 1.5rem;
color: #030712;
}
.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: 4px solid #f16232;
background-color: #fff7f5;
color: #030712;
font-style: italic;
margin: 2rem 0;
padding: 1.25rem 1.5rem;
border-radius: 6px;
text-align: left;
}
.single-blog blockquote p {
margin: 0;
font-size: 1.35rem;
line-height: 1.9;
text-align: left;
font-weight: 500;
} .single-blog a {
color: #2108c6;
text-decoration: none;
font-weight: 600;
background-image: linear-gradient(
transparent 0%,
transparent calc(100% - 2px),
#2108c6 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: #f16232;
background-image: linear-gradient(
transparent 0%,
transparent calc(100% - 2px),
#f16232 100%
);
} .single-blog ul,
.single-blog ol {
margin-bottom: 1.75rem;
padding-left: 1.25rem;
} .single-blog ul li,
.single-blog ol li {
margin-bottom: 0.75rem;
line-height: 1.8;
color: #030712;
} .single-blog ul li:last-child,
.single-blog ol li:last-child {
margin-bottom: 0;
} .single-blog ul li::marker,
.single-blog ol li::marker {
color: #030712; } .single-blog ul ul,
.single-blog ol ol {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
} .single-blog li strong {
color: #030712;
font-weight: 600;
}
.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: #030712; 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: #030712; }
.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: 750px;
}
.img-blog-details-wrapper {
max-width: 750px;
} .post-summary {
margin-top: 1.5rem;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.6;
color: #374151;
max-width: 60ch;
}
.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: #030712; 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 #f16232; outline-offset: -2px; }
.main_form_button {
display: flex;
align-items: center;
border-radius: 0.375rem;
background-color: #f16232;
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 #f16232; 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: #030712;
}
.form_button.form_button_blue .main_form_button {
background-color: #f16232;
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: #030712;
}
.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;
}
.hero-title {
letter-spacing: -2.3px;
}
.hero-hook {
text-transform: uppercase;
letter-spacing: 11px;
font-size: 100px;
position: relative;
line-height: 1;
}
.cta-title-1,
.cta-title-2,
.service-title {
letter-spacing: -1px;
}
.primary-cta-gradient {
background: #ff4d8d;
background: linear-gradient(135deg, #ff4d8d, #ff8a3d); box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.25),
inset 0 -2px 4px rgba(0, 0, 0, 0.15),
0 10px 20px rgba(255, 77, 141, 0.35);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
transition: all 0.2s ease;
}
.primary-cta-gradient::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.25),
rgba(255, 255, 255, 0)
);
pointer-events: none;
}
.primary-cta-gradient:hover {
transform: translateY(-1px);
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.25),
inset 0 -2px 4px rgba(0, 0, 0, 0.15),
0 10px 20px rgba(255, 77, 141, 0.35);
}
.header-nav a {
font-size: 16px !important;
} .blog-details-wrapper .blog-title {
letter-spacing: -2px;
color: #030712 !important;
}
body input:focus,
body input:focus-visible {
outline: none !important;
box-shadow: none !important;
border-color: white !important;
}
.wpcf7-form p{
margin:0;
}
.wpcf7-form-control-wrap{
display:block;
}
.wpcf7-spinner{
display:none;
}
.ga-input{
width:100%;
height:54px;
padding:0 24px;
border-radius:16px;
background:rgba(13,3,89,.65);
border:1px solid rgba(255,255,255,.1);
color:#fff;
}
.ga-input::placeholder{
color:rgba(255,255,255,.4);
}
.ga-textarea{
width:100%;
min-height:140px;
padding:16px 24px;
border-radius:16px;
background:rgba(13,3,89,.65);
border:1px solid rgba(255,255,255,.1);
color:#fff;
}
.ga-textarea::placeholder{
color:rgba(255,255,255,.4);
}
.ga-submit{
width:100%;
height:58px;
border:none;
border-radius:9999px;
background:#FFA62B;
color:#0D0359;
font-size:18px;
font-weight:700;
cursor:pointer;
box-shadow:0 12px 36px rgba(255,166,43,.18);
}
.wpcf7-form p{
margin:0;
}
.wpcf7-form-control-wrap{
display:block;
}
.cf7-form .consent-text p {
color: #0D0359;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900;
background: #ffb900;
}
.service-link{
display:flex;
align-items:center;
min-height:64px;
padding:16px 18px;
border-radius:16px;
color: #0D0359;
font-size:18px;
font-weight:500;
transition:.25s;
}
.service-link:hover{
background:rgba(255,255,255,.06);
color:#FFA62B;
}
.page-template-contact_us .consent-text p {
color: #0D0359;
}
.bErqMZ {
--k-padding: 96px;
background-image: url(//globaladminx.com/_next/static/media/section-bg.d6601830.svg);
background-size: cover;
}.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}