.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 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;
}button,
hr,
input {
overflow: visible;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
progress,
sub,
sup {
vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
box-sizing: border-box;
padding: 0;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: ButtonText dotted 1px;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}
textarea {
overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
} html {
box-sizing: border-box;
}
body {
font-size: 16px;
color: rgba(64, 64, 64, 1);
}
body.oxygen-aos-enabled {
overflow-x: hidden;
}
*,
::after,
::before {
box-sizing: inherit;
}
.ct-section-inner-wrap {
margin-left: auto;
margin-right: auto;
height: 100%;
min-height: inherit;
}
.ct-section-with-shape-divider {
position: relative !important;
}
.oxygen-unslider-container:not(.unslider-fade) > ul {
list-style: none;
width: 0px;
}
.oxygen-unslider-container:not(.unslider-fade):not(.unslider-horizontal) > ul > li {
opacity: 0;
}
.oxygen-unslider-container.unslider-fade > ul > li:not(.unslider-active) {
opacity: 0;
}
div.ct-svg-icon > svg,
svg.ct-svg-icon {
height: 1em !important;
fill: currentColor;
}
.ct-columns-inner-wrap {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.ct-column {
float: left !important;
word-break: break-word;
}
svg.ct-svg-icon {
display: inline-block;
width: 1em !important;
}
div.ct-svg-icon {
display: inline-block;
box-sizing: content-box;
border-radius: 50%;
width: auto;
}
div.ct-svg-icon > svg {
width: 1em !important;
display: block;
}
div.ct-fancy-icon {
display: inline-flex;
border-radius: 50%;
}
.ct-fancy-icon > svg {
fill: currentColor;
}
.ct-columns-inner-wrap > .ct-column:first-child {
margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
margin-right: 0 !important;
}
.ct-video {
width: 100%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
position: relative;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-nav-menu-list {
display: flex;
padding: 0;
margin: 0;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
list-style-type: none;
display: flex;
flex-direction: column;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
text-decoration: none;
border-style: solid;
border-width: 0;
transition-timing-function: ease-in-out;
transition-property: background-color, color, border-color;
border-color: transparent;
}
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:focus-within > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a {
border-color: currentColor;
}
.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
position: relative;
}
.oxy-nav-menu .menu-item .sub-menu {
padding: 0;
flex-direction: column;
white-space: nowrap;
transition-timing-function: ease-in-out;
transition-property: visibility, opacity;
visibility: hidden;
opacity: 0;
display: flex;
position: absolute;
top: 100%;
}
.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
left: 100%;
top: 0;
}
.oxy-nav-menu .menu-item:hover > .sub-menu,
.oxy-nav-menu .menu-item:focus-within > .sub-menu {
visibility: visible;
opacity: 1;
}
.oxy-nav-menu .sub-menu li.menu-item {
flex-direction: column;
}
@keyframes oxy_sticky_header_fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.oxy-sticky-header-fade-in {
animation-name: oxy_sticky_header_fadein;
animation-duration: 0.5s;
animation-iteration-count: 1;
}
.oxy-sticky-header .oxygen-show-in-sticky-only {
display:  none;
}
.oxy-sticky-header.oxy-sticky-header-active .oxygen-show-in-sticky-only {
display: block;
}
.oxy-header-wrapper {
position: relative;
}
.oxy-header-row {
width: 100%;
display: block;
}
.oxy-header-container {
height: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
display: flex;
align-items: center;
}
.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
display: none;
}
.oxy-header-left {
justify-content: flex-start;
}
.oxy-header-center {
flex-grow: 1;
justify-content: center;
}
.oxy-header-right {
justify-content: flex-end;
}
.admin-bar .oxy-sticky-header-active {
top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .oxy-sticky-header-active {
top: 46px !important;
}
}
@media screen and (max-width: 600px) {
.admin-bar .oxy-sticky-header-active {
top: 0 !important;
}
}
.oxy-video-background {
position: relative;
z-index: 1;
}
.oxy-video-background .oxy-video-container {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: -1;
}
.oxy-video-background .oxy-video-container video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.oxy-video-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.oxy-map iframe {
width: 100%;
height: 100%;
display: block;
}
.unslider .unslider-fade ul li.unslider-active {
position: relative;
}
.oxy-menu-toggle {
cursor: pointer;
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open {
width: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: auto;
z-index: 2147483642 !important;
background-color: #fff;
}
.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
max-height: 100%;
overflow: auto;
padding-top: 2em;
padding-bottom: 2em;
width: 100%;
}
.oxy-nav-menu-prevent-overflow {
overflow: hidden;
height: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
display: initial;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
flex-direction: column !important;
width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
text-align: center;
border: 0 !important;
background-color: transparent !important;
justify-content: center;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
background-color: #fff;
z-index: 2147483641;
}
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after {
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns
.menu-item
.sub-menu {
display: flex;
position: static;
animation-name: none;
visibility: visible;
opacity: 1;
transition-duration: 0s !important;
}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
display: none;
}
.oxy-nav-menu-hamburger-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.oxy-nav-menu-hamburger {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.oxy-nav-menu-hamburger-line {
border-radius: 2px;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {
transform: rotate(45deg);
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
display: none;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:first-child {
display: initial;
position: relative;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:last-child {
display: initial;
position: relative;
transform: rotate(90deg);
}
.oxy-nav-menu .menu-item a {
display: flex;
align-items: center;
}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
flex-direction: row;
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.menu-item-has-children
> a::after {
width: 0.35em;
height: 0.35em;
margin-left: 0.5em;
border-right: 0.1em solid;
border-top: 0.1em solid;
transform: rotate(135deg);
content: "";
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.sub-menu
.menu-item-has-children
> a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical
.menu-item-has-children
> a::after {
transform: rotate(45deg);
}
.oxy-social-icons {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-social-icons a {
line-height: 1;
width: 1em;
height: 1em;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.oxy-social-icons a svg {
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.oxy-soundcloud {
min-width: 300px;
min-height: 120px;
}
.oxy-soundcloud iframe {
width: 100%;
height: 100%;
}
.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
margin-right: 1em;
float: left;
}
.comment-body .alignright,
.oxy-stock-content-styles .alignright {
margin-left: 1em;
float: right;
}
.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
margin-left: auto;
margin-right: auto;
}
.comment-body img,
.oxy-stock-content-styles img {
max-width: 100%;
}
.oxy-comment-form .comment-reply-title {
margin-bottom: 0.5em;
}
.oxy-comment-form .logged-in-as {
margin-bottom: 1em;
font-size: 0.75em;
}
.oxy-comment-form #submit {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
margin-top: 0.5em;
border: none;
font-weight: 700;
}
.oxy-comment-form input,
.oxy-comment-form textarea {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
color: gray;
width: 100%;
}
.oxy-comment-form label {
font-weight: 700;
}
.oxy-comment-form .comment-form > p {
margin-top: 0;
margin-bottom: 1em;
}
.oxy-comments h3.comments-title {
margin-bottom: 1em;
}
.oxy-comments ol.children,
.oxy-comments ol.comments-list {
list-style: none;
margin: 0;
padding: 0;
}
.oxy-comments ol.children {
margin-left: 50px;
}
.oxy-comments li.comment .comment-body {
margin-left: 0;
margin-right: 0;
margin-bottom: 50px;
}
.oxy-comments li.comment .comment-body .comment-content {
margin-bottom: 1em;
}
.oxy-comments .comment-meta .comment-author {
display: flex;
flex-direction: row;
align-items: center;
}
.oxy-comments .comment-meta .comment-author .avatar {
max-width: 64px;
max-height: 64px;
margin-right: 0.5em;
}
.oxy-comments .comment-meta .comment-author span.says::before {
content: " ";
white-space: pre;
}
.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
line-height: 1;
white-space: nowrap;
color: #fff;
}
.oxy-comments .comment-meta .comment-metadata {
font-size: 0.75em;
margin-top: 0.75em;
}
.oxy-comments .comment-meta .edit-link {
margin-left: 0.5em;
}
.oxy-comments .reply {
display: flex;
}
.oxy-comments .reply .comment-reply-link {
font-size: 0.75em;
}
.oxy-comments .comment-meta {
flex-wrap: wrap;
}
.oxy-comments .comment-awaiting-moderation {
flex-basis: 100%;
}
.oxy-login-form p {
display: flex;
flex-direction: column;
}
.oxy-login-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-login-form input[type="submit"] {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
font-weight: 700;
}
.oxy-search-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-search-form input[type="submit"] {
padding: calc(0.5em + 1px) 1em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
}
.oxy-search-form label.screen-reader-text {
display: none;
}
.oxy-icon-box-icon {
display: flex;
flex-shrink: 0;
flex-grow: 0;
}
.oxy-icon-box-content {
flex-grow: 1;
width: 100%;
}
.oxy-icon-box-heading,
.oxy-icon-box-text {
margin: 0;
}
.oxy-icon-box {
display: flex;
align-items: flex-start;
}
.oxy-pricing-box {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
order: 10;
display: flex;
flex-direction: row;
}
.oxy-pricing-box-graphic > img {
max-width: 100%;
display: block;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
order: 20;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
order: 30;
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: baseline;
justify-content: center;
}
.oxy-pricing-box-amount {
display: flex;
align-items: baseline;
flex-direction: row;
}
.oxy-pricing-box-currency {
align-self: flex-start;
}
.oxy-pricing-box-amount-decimal {
align-self: baseline;
}
.oxy-pricing-box-term {
margin-left: 0.4em;
}
.oxy-pricing-box-sale-price {
width: 100%;
flex-grow: 0;
flex-shrink: 0;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
order: 40;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
order: 60;
}
@keyframes oxy_progress_bar_width {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@keyframes oxy_progress_bar_stripes {
from {
background-position: 44px 0;
}
to {
background-position: 0 0;
}
}
.oxy-progress-bar-background,
.oxy-progress-bar-progress {
background-position: top left;
background-attachment: fixed;
background-size: 44px 44px;
}
.oxy-progress-bar {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.oxy-progress-bar-background {
background-color: #d3d3d3;
width: 100%;
}
.oxy-progress-bar-progress {
padding: 20px;
display: flex;
background-color: #a9a9a9;
align-items: center;
}
.oxy-progress-bar-overlay-percent {
margin-left: auto;
padding-left: 1em;
font-size: 0.8em;
}
.oxy-tab,
.oxy-tab-content {
padding: 20px;
}
.oxy-progress-bar-overlay-percent:empty {
display: none;
}
.oxy-superbox {
display: inline-flex;
}
.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
display: flex;
}
.oxy-superbox-wrap {
position: relative;
overflow: hidden;
display: flex;
width: 100%;
}
.oxy-superbox-primary {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.oxy-superbox-secondary {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-tab {
cursor: pointer;
}
.oxy-tabs-contents-content-hidden {
display: none !important;
}
.oxy-testimonial {
display: flex;
width: 100%;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-photo {
border-radius: 50%;
}
.oxy-testimonial .oxy-testimonial-content-wrap {
display: flex;
flex-direction: column;
order: 2;
}
.oxy-testimonial .oxy-testimonial-author-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
display: flex;
}
.oxy-toggle {
display: flex;
flex-direction: row;
cursor: pointer;
}
.oxy-toggle-content {
align-self: stretch;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.oxy-expand-collapse-icon {
align-self: center;
flex-shrink: 0;
flex-grow: 0;
margin-right: 0.4em;
text-align: initial;
width: 1em;
height: 1em;
position: relative;
display: inline-block;
}
.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
content: "";
background-color: #000;
position: absolute;
width: 1em;
height: 0.16em;
top: calc((1em / 2) - 0.08em);
transition: 0.3s ease-in-out all;
border-radius: 0.03em;
}
.oxy-expand-collapse-icon::after {
transform: rotate(-90deg) scale(0);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
transform: rotate(-180deg);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
transform: rotate(-90deg);
}
[data-aos][data-aos=""] {
transition-duration: 0s !important;
}
body.oxy-modal-active {
height: 100vh;
overflow-y: hidden;
position: fixed;
right: 0;
left: 0;
}
.oxy-modal-backdrop {
display: flex;
align-items: center;
justify-content: center;
}
body:not(.oxygen-builder-body) .oxy-modal-backdrop {
display: none;
}
body.oxygen-builder-body .oxy-modal-backdrop {
height: 100vh;
}
.oxy-modal-backdrop.live {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1400;
}
.oxy-modal-backdrop.hidden {
display: none;
}
.oxy-modal-backdrop.left {
flex-direction: column;
align-items: flex-start;
}
.oxy-modal-backdrop.right {
flex-direction: column;
align-items: flex-end;
}
.oxy-modal-backdrop.top {
flex-direction: row;
align-items: flex-start;
}
.oxy-modal-backdrop.bottom {
flex-direction: row;
align-items: flex-end;
}
.oxy-modal-backdrop.upper_left {
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-modal-backdrop.upper_right {
flex-direction: row;
align-items: flex-start;
justify-content: flex-end;
}
.oxy-modal-backdrop.bottom_left {
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
}
.oxy-modal-backdrop.bottom_right {
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
.oxy-modal-backdrop .ct-modal {
background-color: white;
max-height: 100vh;
overflow-y: auto;
}
div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
align-self: stretch;
}
div.oxy-repeater-pages,
div.oxy-repeater-pages-wrap {
display: flex;
}
.oxy-rich-text p:first-child {
margin-block-start: 0;
}
.oxy-rich-text p:last-child {
margin-block-end: 0;
} :-webkit-any(li, div._important),
:is(li, div._important) {
display: list-item;
}
:-webkit-any(table, div._important),
:is(table, div._important){
display: table;
}
:is(thead, div._important),
:-webkit-any(thead, div._important){
display: table-header-group;
}
:is(tr, div._important),
:-webkit-any(tr, div._important) {
display: table-row;
}
:is(tbody, div._important),
:-webkit-any(tbody, div._important) {
display: table-row-group;
}
:is(th, td, div._important),
:-webkit-any(th, td, div._important) {
display: table-cell;
}
:is(caption, div._important),
:-webkit-any(caption, div._important) {
display: table-caption;
}
:is(colgroup, div._important),
:-webkit-any(colgroup, div._important){
display: table-column-group;
}
:is(col, div._important),
:-webkit-any(col, div._important){
display: table-column;
}
:is(tfoot, div._important),
:-webkit-any(tfoot, div._important){
display: table-footer-group;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{padding-right:24px;position:relative}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{bottom:0;color:var(--head-sort-arrow-color);position:absolute;right:6px;top:0;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{font-family:sans-serif!important;font-size:12px;line-height:12px;opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}.glossary-tooltip {
display: inline;
position: relative;
z-index: 9999;
}
.glossary-tooltip a,
.glossary-content-footnote {
color: #f52e62;
}
.glossary-tooltip a.glossary-external-link::after {
content: "";
display: inline-block;
margin-left: 5px;
width: 14px;
height: 16px;
background-size: 14px 16px;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20height%3D%221024%22%20width%3D%22768%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M640%20768H128V257.90599999999995L256%20256V128H0v768h768V576H640V768zM384%20128l128%20128L320%20448l128%20128%20192-192%20128%20128V128H384z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
mask-image: url("data:image/svg+xml,%3Csvg%20height%3D%221024%22%20width%3D%22768%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M640%20768H128V257.90599999999995L256%20256V128H0v768h768V576H640V768zM384%20128l128%20128L320%20448l128%20128%20192-192%20128%20128V128H384z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
-webkit-mask-size: cover;
mask-size: cover;
background: black;
} .glossary-tooltip-content {
position: absolute;
z-index: 9999;
left: 50%;
bottom: 50%;
line-height: 1.4;
text-align: center;
font-weight: 400;
color: #000;
background: transparent;
opacity: 0;
margin: 0 0 20px -150px;
cursor: default;
pointer-events: none;
-webkit-font-smoothing: antialiased;
-webkit-transition: opacity 0.3s 0.3s;
transition: opacity 0.3s 0.3s;
width: 300px;
display: none;
}
.glossary-tooltip:hover .glossary-tooltip-content,
.glossary-tooltip:focus .glossary-tooltip-content,
.glossary-tooltip:active .glossary-tooltip-content {
opacity: 1;
position: absolute;
display: block !important;
visibility: visible !important;
top: unset;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.glossary-tooltip-content span {
display: block;
}
.glossary-tooltip-text {
border: 1px solid #c9e0ef;
border-radius: 3px;
background-color: #fff;
overflow: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s;
padding: 20px 40px;
}
.glossary-tooltip:hover .glossary-tooltip-text,
.glossary-tooltip:focus .glossary-tooltip-text,
.glossary-tooltip:active .glossary-tooltip-text {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .glossary-tooltip-content::after {
content: "";
bottom: 0;
left: 50%;
position: absolute;
pointer-events: none;
margin-left: -10px;
pointer-events: auto;
-webkit-transform: translate(-50%, 50%) rotate(45deg);
transform: translate(-50%, 50%) rotate(45deg);
border: solid #c9e0ef;
border-width: 0 1px 1px 0;
width: 8px;
height: 8px;
background: #fff;
}
.glossary-underline {
text-decoration: underline;
}
.rtl .glossary-tooltip-content {
text-align: right;
}#section-384-3161 > .ct-section-inner-wrap{padding-top:0;padding-bottom:0}#section-384-3161{position:fixed;z-index:2;background-color:#182136}#section-50-3161 > .ct-section-inner-wrap{padding-top:20px;padding-bottom:5px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}#section-50-3161{display:block}#section-50-3161{position:fixed;z-index:2}#section-196-3161 > .ct-section-inner-wrap{padding-bottom:20px}#section-196-3161{background-size:cover;background-color:#182136;background-repeat:no-repeat;border-top-width:20px;border-top-style:solid;border-top-color:#182136;background-position:50% 50%}#section-307-3161 > .ct-section-inner-wrap{padding-top:20px;padding-bottom:20px}#section-307-3161{background-color:#182136}@media (max-width:767px){#section-384-3161{position:fixed;top:0px;z-index:3}}@media (max-width:767px){#section-50-3161 > .ct-section-inner-wrap{padding-top:70px}#section-50-3161{position:relative;z-index:2}}#div_block-385-3161{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}#div_block-386-3161{width:50%;display:flex;flex-direction:row;align-items:center}#div_block-390-3161{padding-top:10px;padding-bottom:10px;position:relative;z-index:100}#div_block-393-3161{width:50%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}#div_block-51-3161{width:100%;position:relative}#div_block-52-3161{width:100%}#div_block-63-3161{background-color:#ffffff}#div_block-129-3161{background-color:#ffffff}#div_block-328-3161{display:none}#div_block-204-3161{width:100%;display:flex;flex-direction:row;justify-content:space-between}#div_block-308-3161{width:100%;display:flex;flex-direction:row;justify-content:space-between}#div_block-309-3161{width:50%}#div_block-310-3161{width:50%;align-items:flex-end;text-align:right}#div_block-522-3161{width:100%;padding-top:25px;padding-right:50px;padding-bottom:25px;padding-left:50px;flex-direction:column;display:flex;text-align:left;align-items:center;position:relative}@media (max-width:991px){#div_block-328-3161{width:100%;display:flex;flex-direction:column;align-items:flex-end;margin-top:-54px;position:relative;z-index:9999}}@media (max-width:991px){#div_block-204-3161{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}}@media (max-width:991px){#div_block-309-3161{width:55%}}@media (max-width:991px){#div_block-310-3161{width:45%}}@media (max-width:767px){#div_block-386-3161{width:50%;display:flex;flex-direction:row;justify-content:flex-start;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(206,206,206,0.2);text-align:center}}@media (max-width:767px){#div_block-393-3161{width:50%;display:flex;flex-direction:row;justify-content:flex-end;text-align:center}}@media (max-width:767px){#div_block-328-3161{margin-top:-72px;width:auto;margin-left:auto}}@media (max-width:767px){#div_block-308-3161{display:flex;flex-direction:column-reverse}}@media (max-width:767px){#div_block-309-3161{width:100%;flex-direction:column;display:flex;align-items:center;text-align:center}}@media (max-width:767px){#div_block-310-3161{width:100%;margin-bottom:10px;flex-direction:column;display:flex;align-items:center;text-align:center}}#text_block-391-3161{font-size:14px;color:#ffffff}#text_block-396-3161{color:#ffffff;font-size:14px}#text_block-81-3161{margin-right:5px}#text_block-148-3161{margin-right:5px}#text_block-133-3161{margin-right:5px}.oxy-dynamic-list :is([data-id="text_block-224-3161"],#incspec){color:#ffffff;margin-bottom:20px;font-size:18px}#text_block-312-3161{color:#ffffff;font-size:16px}#text_block-523-3161{width:100%;text-align:center;margin-bottom:20px}#span-392-3161{font-weight:700;color:#ffffff}#span-392-3161:hover{color:#0099cc}#text_block-162-3161{margin-right:5px;color:#333333}#text_block-162-3161:hover{color:#ffffff}#div_block-394-3161{padding-top:10px;padding-bottom:10px;display:flex;flex-direction:row}#link-54-3161{margin-right:auto;margin-left:auto;margin-top:-58px;position:relative;z-index:999}@media (max-width:767px){#div_block-394-3161{border-right-style:none}}#image-395-3161{width:18px;height:18px;margin-right:5px}#image-53-3161{height:110px;position:relative;z-index:9999;width:82px}#image-306-3161{width:150px;height:150px}@media (max-width:991px){#image-53-3161{height:90px;margin-top:10px;width:67px}}@media (max-width:767px){#image-53-3161{height:75px;width:56px}}@media (max-width:479px){#image-53-3161{width:56px;height:75px}}#fancy_icon-91-3161>svg{width:20px;height:20px}#fancy_icon-149-3161>svg{width:20px;height:20px}#fancy_icon-134-3161>svg{width:20px;height:20px}#fancy_icon-163-3161>svg{width:20px;height:20px}#fancy_icon-525-3161{color:#de3518}#fancy_icon-525-3161>svg{width:15px;height:15px}#fancy_icon-525-3161{position:absolute;top:10px;right:10px;background-color:#ffffff;border-radius:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none}#code_block-416-3161{width:100%}#code_block-311-3161{color:#ffffff;font-size:16px}#inner_content-198-3161{padding-top:118px}#modal-521-3161{width:auto;background-color:#ffffff}#span-397-3161{font-weight:700}#span-397-3161:hover{color:#0099cc}.oxy-dynamic-list :is([data-id="span-227-3161"],#incspec){color:#ffffff}#_dynamic_list-220-3161 .oxy-repeater-pages{font-size:12px}.oxy-pro-menu-list{display:flex;padding:0;margin:0;align-items:center}.oxy-pro-menu .oxy-pro-menu-list .menu-item{list-style-type:none;display:flex;flex-direction:column;width:100%;transition-property:background-color,color,border-color}.oxy-pro-menu-list > .menu-item{white-space:nowrap}.oxy-pro-menu .oxy-pro-menu-list .menu-item a{text-decoration:none;border-style:solid;border-width:0;transition-timing-function:ease-in-out;transition-property:background-color,color,border-color;border-color:transparent}.oxy-pro-menu .oxy-pro-menu-list li.current-menu-item > a,.oxy-pro-menu .oxy-pro-menu-list li.menu-item:hover > a{border-color:currentColor}.oxy-pro-menu .menu-item,.oxy-pro-menu .sub-menu{position:relative}.oxy-pro-menu .menu-item .sub-menu{padding:0;flex-direction:column;white-space:nowrap;display:flex;visibility:hidden;position:absolute;z-index:9999999;top:100%;transition-property:opacity,transform,visibility}.oxy-pro-menu-off-canvas .sub-menu:before,.oxy-pro-menu-open .sub-menu:before{display:none}.oxy-pro-menu .menu-item .sub-menu.aos-animate,.oxy-pro-menu-init .menu-item .sub-menu[data-aos^=flip]{visibility:visible}.oxy-pro-menu-container:not(.oxy-pro-menu-init) .menu-item .sub-menu[data-aos^=flip]{transition-duration:0s}.oxy-pro-menu .sub-menu .sub-menu,.oxy-pro-menu.oxy-pro-menu-vertical .sub-menu{left:100%;top:0}.oxy-pro-menu .sub-menu.sub-menu-left{right:0;left:auto !important;margin-right:100%}.oxy-pro-menu-list > .menu-item > .sub-menu.sub-menu-left{margin-right:0}.oxy-pro-menu .sub-menu li.menu-item{flex-direction:column}.oxy-pro-menu-mobile-open-icon,.oxy-pro-menu-mobile-close-icon{display:none;cursor:pointer;align-items:center}.oxy-pro-menu-off-canvas .oxy-pro-menu-mobile-close-icon,.oxy-pro-menu-open .oxy-pro-menu-mobile-close-icon{display:inline-flex}.oxy-pro-menu-mobile-open-icon > svg,.oxy-pro-menu-mobile-close-icon > svg{fill:currentColor}.oxy-pro-menu-mobile-close-icon{position:absolute}.oxy-pro-menu.oxy-pro-menu-open .oxy-pro-menu-container{width:100%;position:fixed;top:0;right:0;left:0;bottom:0;display:flex;align-items:center;justify-content:center;overflow:auto;z-index:2147483642 !important;background-color:#fff}.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-container{transition-property:opacity,transform,visibility}.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-container[data-aos^=slide]{transition-property:transform}.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container[data-aos^=flip]{visibility:visible !important}.oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list,.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list{align-items:center;justify-content:center;flex-direction:column}.oxy-pro-menu.oxy-pro-menu-open > .oxy-pro-menu-container{max-height:100vh;overflow:auto;width:100%}.oxy-pro-menu.oxy-pro-menu-off-canvas > .oxy-pro-menu-container{max-height:100vh;overflow:auto;z-index:1000}.oxy-pro-menu-container > div:first-child{margin:auto}.oxy-pro-menu-off-canvas-container{display:flex !important;position:fixed;width:auto;align-items:center;justify-content:center}.oxy-pro-menu-off-canvas-container a,.oxy-pro-menu-open-container a{word-break:break-word}.oxy-pro-menu.oxy-pro-menu-off-canvas .oxy-pro-menu-list{align-items:center;justify-content:center;flex-direction:column}.oxy-pro-menu.oxy-pro-menu-off-canvas .oxy-pro-menu-container .oxy-pro-menu-list .menu-item,.oxy-pro-menu.oxy-pro-menu-open .oxy-pro-menu-container .oxy-pro-menu-list .menu-item{flex-direction:column;width:100%;text-align:center}.oxy-pro-menu.oxy-pro-menu-off-canvas .sub-menu,.oxy-pro-menu.oxy-pro-menu-open .sub-menu{display:none;visibility:visible;opacity:1;position:static;align-items:center;justify-content:center;white-space:normal;width:100%}.oxy-pro-menu.oxy-pro-menu-off-canvas .menu-item,.oxy-pro-menu.oxy-pro-menu-open .menu-item{justify-content:center;min-height:32px}.oxy-pro-menu .menu-item.menu-item-has-children,.oxy-pro-menu .sub-menu .menu-item.menu-item-has-children{flex-direction:row;align-items:center}.oxy-pro-menu .menu-item > a{display:inline-flex;align-items:center;justify-content:center}.oxy-pro-menu.oxy-pro-menu-off-canvas .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area,.oxy-pro-menu.oxy-pro-menu-open .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area{min-width:32px;min-height:32px}.oxy-pro-menu .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area{display:flex;align-items:center;justify-content:center}.oxy-pro-menu .menu-item-has-children > a svg{width:1.4em;height:1.4em;fill:currentColor;transition-property:transform}.oxy-pro-menu.oxy-pro-menu-off-canvas .menu-item > a svg,.oxy-pro-menu.oxy-pro-menu-open .menu-item > a svg{width:1em;height:1em}.oxy-pro-menu-off-canvas .oxy-pro-menu-container:not(.oxy-pro-menu-dropdown-links-toggle) .oxy-pro-menu-dropdown-icon-click-area,.oxy-pro-menu-open .oxy-pro-menu-container:not(.oxy-pro-menu-dropdown-links-toggle) .oxy-pro-menu-dropdown-icon-click-area{display:none}.oxy-pro-menu-off-canvas .menu-item:not(.menu-item-has-children) .oxy-pro-menu-dropdown-icon-click-area,.oxy-pro-menu-open .menu-item:not(.menu-item-has-children) .oxy-pro-menu-dropdown-icon-click-area{min-height:32px;width:0px}.oxy-pro-menu.oxy-pro-menu-off-canvas .oxy-pro-menu-show-dropdown:not(.oxy-pro-menu-dropdown-links-toggle) .oxy-pro-menu-list .menu-item-has-children,.oxy-pro-menu.oxy-pro-menu-open .oxy-pro-menu-show-dropdown:not(.oxy-pro-menu-dropdown-links-toggle) .oxy-pro-menu-list .menu-item-has-children{padding-right:0px}.oxy-pro-menu-container .menu-item a{width:100%;text-align:center}.oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) ul:not(.sub-menu) > li > .sub-menu{top:100%;left:0}.oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu .sub-menu{top:0;left:100%}.oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) a{-webkit-tap-highlight-color:transparent}.oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul,.oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul{border-radius:0px !important;width:100%}.oxy-pro-menu-dropdown-animating[data-aos*="down"]{pointer-events:none}.sub-menu .oxy-pro-menu-dropdown-animating[data-aos*="down"]{pointer-events:auto}.sub-menu .oxy-pro-menu-dropdown-animating[data-aos*="right"]{pointer-events:none}.sub-menu .oxy-pro-menu-dropdown-animating.sub-menu-left[data-aos*="left"]{pointer-events:none}.oxy-pro-menu-dropdown-animating-out{pointer-events:none}.oxy-pro-menu-list .menu-item a{border-color:transparent}.oxy-pro-menu-list .menu-item.current-menu-item a,.oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:focus-within,.oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:hover{border-color:currentColor}@media (max-width:991px){#-pro-menu-329-3161 .oxy-pro-menu-mobile-open-icon{display:inline-flex}#-pro-menu-329-3161.oxy-pro-menu-open .oxy-pro-menu-mobile-open-icon{display:none}#-pro-menu-329-3161 .oxy-pro-menu-container{visibility:hidden;position:fixed}#-pro-menu-329-3161.oxy-pro-menu-open .oxy-pro-menu-container{visibility:visible}}#-pro-menu-329-3161 .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children .oxy-pro-menu-dropdown-icon-click-area,#-pro-menu-329-3161 .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children .oxy-pro-menu-dropdown-icon-click-area{margin-right:-4px}#-pro-menu-329-3161:hover{oxy-pro-menu-slug-oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor:#de3518}#-pro-menu-259-3161 .oxy-pro-menu-list .menu-item,#-pro-menu-259-3161 .oxy-pro-menu-list .menu-item a{color:#ffffff;font-size:18px}#-pro-menu-259-3161 .oxy-pro-menu-list > .menu-item{margin-bottom:10px}#-pro-menu-259-3161 .oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:hover,#-pro-menu-259-3161 .oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:focus-within{color:#de3518}#-pro-menu-259-3161 .oxy-pro-menu-list{flex-direction:column}#-pro-menu-259-3161 .oxy-pro-menu-list > .menu-item{white-space:normal}#-pro-menu-259-3161 .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) ul:not(.sub-menu) > li > .sub-menu{top:0;left:100%}#-pro-menu-259-3161 .oxy-pro-menu-list > .menu-item > .sub-menu.sub-menu-left{margin-right:100%}#-pro-menu-259-3161 .oxy-pro-menu-dropdown-animating[data-aos*="down"]{pointer-events:auto}#-pro-menu-259-3161 .oxy-pro-menu-dropdown-animating[data-aos*="right"]{pointer-events:none}#-pro-menu-259-3161 .oxy-pro-menu-dropdown-animating.sub-menu-left[data-aos*="left"]{pointer-events:none}#-pro-menu-259-3161:hover{oxy-pro-menu-slug-oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor:#de3518}@media (max-width:991px){#-pro-menu-329-3161 .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu .menu-item a{padding-bottom:5px;padding-top:5px;padding-left:5px;padding-right:5px}#-pro-menu-329-3161 .oxy-pro-menu-mobile-open-icon svg{width:30px;height:30px;color:#de3518}#-pro-menu-329-3161 .oxy-pro-menu-mobile-close-icon{top:5%;left:5%}#-pro-menu-329-3161 .oxy-pro-menu-mobile-close-icon svg{width:30px;height:30px;color:#ffffff}#-pro-menu-329-3161 .oxy-pro-menu-off-canvas-container > div:first-child,#-pro-menu-329-3161 .oxy-pro-menu-open-container > div:first-child{min-width:100%}#-pro-menu-329-3161 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,#-pro-menu-329-3161 .oxy-pro-menu-container.oxy-pro-menu-open-container{background-color:#182136}#-pro-menu-329-3161 .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item a,#-pro-menu-329-3161 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item a{padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:10px}#-pro-menu-329-3161 .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item a:hover,#-pro-menu-329-3161 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item a:hover{color:#de3518}#-pro-menu-329-3161 .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item,#-pro-menu-329-3161 .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,#-pro-menu-329-3161 .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item,#-pro-menu-329-3161 .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a{color:#ffffff}#-pro-menu-329-3161 .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,#-pro-menu-329-3161 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a{text-align:center;justify-content:center}}@media (max-width:767px){#-pro-menu-329-3161 .oxy-pro-menu-mobile-close-icon{top:100px}#-pro-menu-329-3161 .oxy-pro-menu-mobile-close-icon svg{width:30px;height:30px;color:#ffffff}}#section-22-3725{background-image:url(https://www.abcdreamusa.com/wp-content/uploads/2021/04/inner-page-header-bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 50%}#div_block-23-3725{width:100%}#div_block-54-3725{width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}#div_block-49-3725{width:75%}#div_block-876-4696{width:100%}#div_block-877-4696{width:100%;margin-bottom:25px}#div_block-880-4696{width:100%;margin-bottom:25px}#div_block-883-4696{width:100%;margin-bottom:30px}#div_block-838-4696{width:100%}#div_block-906-4696{width:100%}@media (max-width:991px){#div_block-49-3725{width:68%}}@media (max-width:767px){#div_block-54-3725{display:flex;flex-direction:column-reverse}}@media (max-width:767px){#div_block-49-3725{width:100%}}@media (max-width:767px){#div_block-877-4696{display:none}}@media (max-width:767px){#div_block-880-4696{display:none}}@media (max-width:767px){#div_block-883-4696{display:none}}#text_block-773-3734{font-weight:700;margin-bottom:20px;width:100%;text-align:left;padding-left:10px}#link_text-911-4696{color:#333333}#link_text-911-4696:hover{color:#de3518}#link_text-915-4696{color:#333333}#link_text-915-4696:hover{color:#de3518}#link_text-919-4696{color:#333333}#link_text-919-4696:hover{color:#de3518}#link_text-923-4696{color:#333333}#link_text-923-4696:hover{color:#de3518}#link_text-927-4696{color:#333333}#link_text-927-4696:hover{color:#de3518}#link_text-931-4696{color:#333333}#link_text-931-4696:hover{color:#de3518}#link_text-935-4696{color:#333333}#link_text-935-4696:hover{color:#de3518}#link_text-939-4696{color:#333333}#link_text-939-4696:hover{color:#de3518}#link_text-943-4696{color:#333333}#link_text-943-4696:hover{color:#de3518}#link_text-947-4696{color:#333333}#link_text-947-4696:hover{color:#de3518}#image-879-4696{width:100%}#image-882-4696{width:100%}#image-885-4696{width:100%}#code_block-794-3980{width:100%;text-align:center;color:#ffffff}#code_block-140-3734{display:none}#_posts_grid-136-3734 .oxy-posts{display:flex;flex-direction:column}#_posts_grid-136-3734 .oxy-post{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #c1c1c1;display:flex;flex-direction:row;align-items:center}#_posts_grid-136-3734 .oxy-post-wrap{width:100%;display:flex;flex-direction:column;text-align:left;align-items:flex-start}#_posts_grid-136-3734 .oxy-post-image{position:relative;background-color:grey;background-image:repeating-linear-gradient( 45deg,#eee,#eee 10px,#ddd 10px,#ddd 20px);width:40%;flex-shrink:0;flex-grow:0;margin-right:2em}#_posts_grid-136-3734 .oxy-post-image-fixed-ratio{padding-bottom:80%;background-size:cover;background-position:center center}#_posts_grid-136-3734 .oxy-post-image-date-overlay{position:absolute;top:1em;right:1em;font-size:.7em;color:white;background-color:rgba(0,0,0,0.5);padding:.7em 1em;font-weight:bold;-webkit-font-smoothing:antialiased}#_posts_grid-136-3734 .oxy-post-title{font-size:26px;line-height:1.2em}#_posts_grid-136-3734 .oxy-post-meta{margin-top:0.5em;font-size:.8em;display:flex;flex-direction:row}#_posts_grid-136-3734 .oxy-post-meta-item::after{content:"\00b7";margin-right:.5em;margin-left:.5em}#_posts_grid-136-3734 .oxy-post-meta-item:last-child::after{content:"";display:none}#_posts_grid-136-3734 .oxy-post-content{margin-top:1em;margin-bottom:1em}#_posts_grid-136-3734 .oxy-post-content p{margin:0}@media (max-width:991px){#_posts_grid-136-3734 .oxy-post{flex-direction:column}#_posts_grid-136-3734 .oxy-post-image{width:100%;margin-bottom:1em;margin-right:0}#_posts_grid-136-3734 .oxy-post-image-fixed-ratio{padding-bottom:56%}}#_posts_grid-136-3734 .oxy-read-more{font-size:0.8em}#_posts_grid-136-3734 .oxy-easy-posts-pages{text-align:center}.ct-section {
width:100%;
background-size:cover;
background-repeat:repeat;
}
.ct-section>.ct-section-inner-wrap {
display:flex;
flex-direction:column;
align-items:flex-start;
}
.ct-div-block {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.ct-new-columns {
display:flex;
width:100%;
flex-direction:row;
align-items:stretch;
justify-content:center;
flex-wrap:wrap;
}
.ct-link-text {
display:inline-block;
}
.ct-link {
display:flex;
flex-wrap:wrap;
text-align:center;
text-decoration:none;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-link-button {
display:inline-block;
text-align:center;
text-decoration:none;
}
.ct-link-button {
background-color: #1e73be;
border: 1px solid #1e73be;
color: #ffffff;
padding: 10px 16px;
}
.ct-image {
max-width:100%;
}
.ct-fancy-icon>svg {
width:55px;height:55px;}
.ct-inner-content {
width:100%;
}
.ct-slide {
display:flex;
flex-wrap:wrap;
text-align:center;
flex-direction:column;
align-items:center;
justify-content:center;
}
.ct-nestable-shortcode {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-comments {
width:100%;
text-align:left;
}
.oxy-comment-form {
width:100%;
}
.oxy-login-form {
width:100%;
}
.oxy-search-form {
width:100%;
}
.oxy-tabs-contents {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab {
display:flex;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-tab-content {
display:flex;
width:100%;
flex-wrap:nowrap;
flex-direction:column;
align-items:flex-start;
}
.oxy-testimonial {
width:100%;
}
.oxy-icon-box {
width:100%;
}
.oxy-pricing-box {
width:100%;
}
.oxy-posts-grid {
width:100%;
}
.oxy-gallery {
width:100%;
}
.ct-slider {
width:100%;
}
.oxy-tabs {
display:flex;
flex-wrap:nowrap;
flex-direction:row;
align-items:stretch;
}
.ct-modal {
flex-direction:column;
align-items:flex-start;
}
.ct-span {
display:inline-block;
text-decoration:inherit;
}
.ct-widget {
width:100%;
}
.oxy-dynamic-list {
width:100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ct-div-block,
.oxy-post-content,
.ct-text-block,
.ct-headline,
.oxy-rich-text,
.ct-link-text { max-width: 100%; }
img { flex-shrink: 0; }
body * { min-height: 1px; }
}            .oxy-testimonial {
flex-direction: row;
align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
order: 1;
}
.oxy-testimonial .oxy-testimonial-photo {
width: 125px;                height: 125px;                margin-right: 20px;
}
.oxy-testimonial .oxy-testimonial-photo-wrap, 
.oxy-testimonial .oxy-testimonial-author-wrap, 
.oxy-testimonial .oxy-testimonial-content-wrap {
align-items: flex-start;                text-align: left;            }
.oxy-testimonial .oxy-testimonial-text {
margin-bottom:8px;font-size: 21px;
line-height: 1.4;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author {
font-size: 18px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-testimonial .oxy-testimonial-author-info {
font-size: 12px;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-icon-box {
text-align: left;                flex-direction: column;            }
.oxy-icon-box .oxy-icon-box-icon {
margin-bottom: 12px;
align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-heading {
font-size: 21px;
margin-bottom: 12px;            }
.oxy-icon-box .oxy-icon-box-text {
font-size: 16px;
margin-bottom: 12px;align-self: flex-start;            }
.oxy-icon-box .oxy-icon-box-link {
margin-top: 20px;                            } .oxy-pricing-box .oxy-pricing-box-section {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
text-align: center;            }
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-title-title {
font-size: 48px;
}
.oxy-pricing-box .oxy-pricing-box-title-subtitle {
font-size: 24px;
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
flex-direction: row;                                            }
.oxy-pricing-box .oxy-pricing-box-currency {
font-size: 28px;
}
.oxy-pricing-box .oxy-pricing-box-amount-main {
font-size: 80px;
line-height: 0.7;
}
.oxy-pricing-box .oxy-pricing-box-amount-decimal {
font-size: 13px;
}
.oxy-pricing-box .oxy-pricing-box-term {
font-size: 16px;
}
.oxy-pricing-box .oxy-pricing-box-sale-price {
font-size: 12px;
color: rgba(0,0,0,0.5);
margin-bottom: 20px;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
font-size: 16px;
color: rgba(0,0,0,0.5);
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
justify-content: center;            }
.oxy-progress-bar .oxy-progress-bar-background {
background-color: #000000;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);            animation: none 0s paused;        }
.oxy-progress-bar .oxy-progress-bar-progress-wrap {
width: 85%;        }
.oxy-progress-bar .oxy-progress-bar-progress {
background-color: #66aaff;padding: 40px;animation: none 0s paused, none 0s paused;            background-image: linear-gradient(-45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);        
}
.oxy-progress-bar .oxy-progress-bar-overlay-text {
font-size: 30px;
font-weight: 900;
-webkit-font-smoothing: subpixel-antialiased;
}
.oxy-progress-bar .oxy-progress-bar-overlay-percent {
font-size: 12px;
}
.ct-slider .unslider-nav ol li {border-color: #ffffff; }.ct-slider .unslider-nav ol li.unslider-active {background-color: #ffffff; }.ct-slider .ct-slide {
padding: 0px;			}
.oxy-superbox .oxy-superbox-secondary, 
.oxy-superbox .oxy-superbox-primary {
transition-duration: 0.5s;            }
.oxy-shape-divider {
width: 0px;
height: 0px;
}
.oxy_shape_divider svg {
width: 100%;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu{
box-shadow:px px px px ;}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div{
margin-left:0px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
width:30px;
height:30px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon{
padding-top:15px;
padding-right:15px;
padding-bottom:15px;
padding-left:15px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon{
top:20px;
left:20px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
width:24px;
height:24px;
}
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg{
transition-duration:0.4s;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container{
background-color:#ffffff;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container{
background-image:url();
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg{
font-size:24px;
}
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul{
background-color:rgba(0,0,0,0.2);
border-top-style:solid;
}
.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list{
flex-direction: row;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item{
align-items: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-off-canvas-container{
top: 0;
bottom: 0;
right: auto;
left: 0;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a{
text-align: left;
justify-content: flex-start;
}
.oxy-site-navigation {
--oxynav-brand-color:#4831B0;
--oxynav-neutral-color:#FFFFFF;
--oxynav-activehover-color:#EFEDF4;
--oxynav-background-color:#4831B0;
--oxynav-border-radius:0px;
--oxynav-other-spacing:8px;
--oxynav-transition-duration:0.3s;
--oxynav-transition-timing-function:cubic-bezier(.84,.05,.31,.93);
}
.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper{
text-align:left;
}
.oxy-site-navigation > ul{ left: 0; }
.oxy-site-navigation {
--oxynav-animation-name: none; 
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1){ 
background-color: var(--oxynav-brand-color);
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
border: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2){ 
background: transparent;
border: 1px solid currentColor;
transition: var(--oxynav-transition-duration);
margin-left: var(--oxynav-other-spacing);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img{
filter: invert(0) !important;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover{
background-color: var(--oxynav-activehover-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a{
color: var(--oxynav-neutral-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a{
color: var(--oxynav-brand-color);
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after{
color: var(--oxynav-neutral-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after{
color: var(--oxynav-brand-color);   
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul{
display: none;
}
.ct-section-inner-wrap, .oxy-header-container{
max-width: 1200px;
}
body {font-family: 'Roboto';}body {line-height: 1.5;font-size: 20px;font-weight: 400;color: #333333;}.oxy-nav-menu-hamburger-line {background-color: #333333;}h1, h2, h3, h4, h5, h6 {font-family: 'Roboto';font-size: 36px;font-weight: 700;}h2, h3, h4, h5, h6{font-size: 30px;font-weight: 700;}h3, h4, h5, h6{font-size: 28px;font-weight: 700;}h4, h5, h6{font-size: 26px;}h5, h6{font-size: 24px;font-weight: 700;}h6{font-size: 22px;font-weight: 700;}a {color: #de3518;text-decoration: none;}a:hover {text-decoration: none;}.ct-link-text {text-decoration: ;}.ct-link {text-decoration: ;}.ct-link-button {border-radius: 3px;}.ct-section-inner-wrap {
padding-top: 50px;
padding-right: 15px;
padding-bottom: 50px;
padding-left: 15px;
}.ct-new-columns > .ct-div-block {
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
}.oxy-header-container {
padding-right: 15px;
padding-left: 15px;
}@media (max-width: 992px) {
.ct-columns-inner-wrap {
display: block !important;
}
.ct-columns-inner-wrap:after {
display: table;
clear: both;
content: "";
}
.ct-column {
width: 100% !important;
margin: 0 !important;
}
.ct-columns-inner-wrap {
margin: 0 !important;
}
}
.oxel_back_to_top_container:hover{
transform:scale(1.1,1.1) translateY(-3px); background-color:#dee1e3;
}
.oxel_back_to_top_container {
width:50px;
height:50px;
border-radius:4px;
position:fixed;
z-index:1500;
right:14px;
bottom:14px;
text-align:center;
overflow:hidden;
transition-duration:0.3s;
transition-timing-function:ease-in-out;
box-shadow:0px 4px 17px -10px #1e1e1e;
}
.oxel_back_to_top_container:not(.ct-section):not(.oxy-easy-posts),
.oxel_back_to_top_container.oxy-easy-posts .oxy-posts,
.oxel_back_to_top_container.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 1200px) {
.oxel_back_to_top_container {
right:15px;
bottom:15px;
}
}
@media (max-width: 767px) {
.oxel_back_to_top_container {
right:15px;
bottom:15px;
}
}
.oxel_back_to_top_icon {
color: #98a1a8;}.oxel_back_to_top_icon 
>svg {width: 23px;height: 23px;}.oxel_back_to_top_icon {
}
.oxel_icon_button__container:hover{
background-color:#182136;
}
.oxel_icon_button__container {
background-color:#de3518;
padding-top:5px;
padding-left:20px;
padding-right:20px;
padding-bottom:5px;
transition-duration:0.5s;
color:#ffffff;
border-radius:5px;
}
.oxel_icon_button__container:not(.ct-section):not(.oxy-easy-posts),
.oxel_icon_button__container.oxy-easy-posts .oxy-posts,
.oxel_icon_button__container.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.oxel_icon_button_text {
color:#ffffff;
}
.oxel_icon_button_icon {
color: #606e79;}.oxel_icon_button_icon 
>svg {width: 18px;height: 18px;}.oxel_icon_button_icon {
margin-right:8px;
}
.oxel_dynamicslider {
width:100%;
}
.swiper-container {
}
.oxel_dynamicslider__container {
height:400px;
}
.swiper-wrapper {
}
.swiper-slide {
}
.oxel_megamenu_parent:hover{
background-color:#cfd3d7;
}
.oxel_megamenu_parent {
padding-top:8px;
padding-bottom:8px;
padding-left:32px;
padding-right:32px;
position:relative;
background-color:#f9f9fa;
transition-duration:0.3s;
}
.oxel_megamenu_parent__title {
color:#374047;
}
.oxel_megamenu__wrapper {
transform:; padding-top:32px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
opacity:1;
transition-duration:0.3s;
transition-timing-function:ease-in-out;
position:absolute;
width:100%;
z-index:1999;
}
.oxel_megamenu__wrapper:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu__wrapper.oxy-easy-posts .oxy-posts,
.oxel_megamenu__wrapper.ct-section .ct-section-inner-wrap{
flex-direction:unset;
}
.oxel_megamenu__wrapper--hidden {
transform:translateY(64px); opacity:0;
pointer-events: none;
}
.oxel_megamenu__close-icon {
color: #333333;}.oxel_megamenu__close-icon 
>svg {width: 32px;height: 32px;}.oxel_megamenu__close-icon {
position:absolute;
top:48px;
right:16px;
}
.oxel_megamenu__close-icon:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu__close-icon.oxy-easy-posts .oxy-posts,
.oxel_megamenu__close-icon.ct-section .ct-section-inner-wrap{
display:none;
flex-direction:unset;
}
@media (max-width: 991px) {
.oxel_megamenu__close-icon {
}
.oxel_megamenu__close-icon:not(.ct-section):not(.oxy-easy-posts),
.oxel_megamenu__close-icon.oxy-easy-posts .oxy-posts,
.oxel_megamenu__close-icon.ct-section .ct-section-inner-wrap{
display:flex;
}
}
.mega-menu-container {
position:relative;
top:10px;
width:50%;
margin-top:-62px;
}
.mega-menu-container:not(.ct-section):not(.oxy-easy-posts),
.mega-menu-container.oxy-easy-posts .oxy-posts,
.mega-menu-container.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:center;
}
@media (max-width: 991px) {
.mega-menu-container {
}
.mega-menu-container:not(.ct-section):not(.oxy-easy-posts),
.mega-menu-container.oxy-easy-posts .oxy-posts,
.mega-menu-container.ct-section .ct-section-inner-wrap{
display:none;
}
}
.mega-menu-item:hover{
color:#ffffff;
background-color:#de3518;
border-radius:5px;
}
.mega-menu-item {
color:#333333;
margin-right:20px;
transition-duration:0.5s;
margin-left:20px;
margin-top:5px;
margin-bottom:5px;
position:relative;
z-index:10;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
padding-top:5px;
}
.mega-menu-parent-item {
position:relative;
cursor: pointer;
}
.mega-menu-parent-item:not(.ct-section):not(.oxy-easy-posts),
.mega-menu-parent-item.oxy-easy-posts .oxy-posts,
.mega-menu-parent-item.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
.mega-submenu-container {
position:absolute;
top:100%;
left:-9999px;
z-index:999;
padding-top:12px;
opacity:0;
transition-duration:0.5s;
transition-property:opacity, top;
}
.mega-submenu-container:not(.ct-section):not(.oxy-easy-posts),
.mega-submenu-container.oxy-easy-posts .oxy-posts,
.mega-submenu-container.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
justify-content:space-between;
}
.mega-submenu {
background-color:#cecece;
padding-top:15px;
padding-left:15px;
padding-right:15px;
width:1170px;
padding-bottom:25px;
}
.mega-submenu:not(.ct-section):not(.oxy-easy-posts),
.mega-submenu.oxy-easy-posts .oxy-posts,
.mega-submenu.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
justify-content:space-around;
}
.mega-submenu-item:hover{
color:#ffffff;
transition-duration:0.5s;
background-color:#de3518;
border-radius:5px;
}
.mega-submenu-item {
color:#333333;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
}
.section-xxl {
position:relative;
}
.section-xxl .ct-section-inner-wrap {
padding-right: 0;
padding-left: 0;
}
.mega-submenu-2 {
}
.mega-submenu-container-2 {
}
.mega-submenu-container-3 {
}
.mega-submenu-container-4 {
}
.section-menu-holder {
background-color:#ffffff;
}
.footer-grid {
width:23%;
}
@media (max-width: 991px) {
.footer-grid {
width:48%;
margin-bottom:40px;
}
}
@media (max-width: 767px) {
.footer-grid {
width:100%;
}
.footer-grid:not(.ct-section):not(.oxy-easy-posts),
.footer-grid.oxy-easy-posts .oxy-posts,
.footer-grid.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.footer-grid-title:after{
position:absolute;
bottom:0px;
left:0px;
background-color:#de3518;
width:47px;
height:3px;
margin-left:15px;
margin-bottom:-2px;
content:"";
}
.footer-grid-title {
color:#ffffff;
width:100%;
border-bottom-width:1px;
border-bottom-style:solid;
padding-bottom:10px;
margin-bottom:20px;
position:relative;
}
.post-title-white {
}
.page-hide {
}
.page-hide:not(.ct-section):not(.oxy-easy-posts),
.page-hide.oxy-easy-posts .oxy-posts,
.page-hide.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
.footer-credits-wrapper {
width:50%;
}
.home-slide {
background-size: cover; background-repeat:no-repeat;
height:650px;
width:auto;
background-position:50% 50%;
}
.home-slide:not(.ct-section):not(.oxy-easy-posts),
.home-slide.oxy-easy-posts .oxy-posts,
.home-slide.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:center;
}
@media (max-width: 991px) {
.home-slide {
height:450px;
}
}
@media (max-width: 767px) {
.home-slide {
height:300px;
}
}
.home-slider-content-holder {
width:auto;
max-width:70%;
background-color:rgba(255,255,255,0.4);
padding-top:10px;
padding-left:20px;
padding-right:20px;
padding-bottom:10px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#333333;
border-right-color:#333333;
border-bottom-color:#333333;
border-left-color:#333333;
margin-bottom:20px;
border-radius:5px;
}
.home-slider-content-holder:not(.ct-section):not(.oxy-easy-posts),
.home-slider-content-holder.oxy-easy-posts .oxy-posts,
.home-slider-content-holder.ct-section .ct-section-inner-wrap{
display:flex;
}
@media (max-width: 991px) {
.home-slider-content-holder {
}
.home-slider-content-holder:not(.ct-section):not(.oxy-easy-posts),
.home-slider-content-holder.oxy-easy-posts .oxy-posts,
.home-slider-content-holder.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
@media (max-width: 767px) {
.home-slider-content-holder {
}
}
@media (max-width: 479px) {
.home-slider-content-holder {
max-width:76%;
}
}
.home-slider-subtitle {
font-weight:500;
font-size:28px;
color:#333333;
}
@media (max-width: 767px) {
.home-slider-subtitle {
font-size:22px;
}
}
@media (max-width: 479px) {
.home-slider-subtitle {
font-size:21px;
}
}
.home-slider-title {
font-weight:900;
color:#de3518;
text-align:left;
font-size:40px;
}
@media (max-width: 991px) {
.home-slider-title {
width:100%;
text-align:center;
font-size:36px;
}
}
@media (max-width: 767px) {
.home-slider-title {
font-size:26px;
margin-bottom:0px;
}
}
.home-slider-btn-holder {
}
.home-slider-btn-holder:not(.ct-section):not(.oxy-easy-posts),
.home-slider-btn-holder.oxy-easy-posts .oxy-posts,
.home-slider-btn-holder.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.home-slider-cta:hover{
background-color:#182136;
}
.home-slider-cta {
font-family:Roboto;
color:#ffffff;
background-color:#de3518;
padding-top:5px;
padding-bottom:5px;
padding-left:25px;
padding-right:25px;
transition-duration:0.5s;
}
.home-slider {
slider-remove-padding:yes;
slider-dots-overlay:yes;
slider-arrow-color:darker;
}
.home-slider .unslider {
padding: 0px;
}
.home-slider .unslider-wrap.unslider-carousel > li {
padding: 0px;
}
.home-slider .unslider-arrow.next {
right: 10px;
z-index: 100;
}
.home-slider .unslider-arrow.prev {
left: 10px;
z-index: 100;
}
.home-slider .unslider .unslider-nav {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
}
.home-slider-content-wrapper {
margin-left:200px;
width:100%;
}
@media (max-width: 991px) {
.home-slider-content-wrapper {
margin-left:0px;
}
.home-slider-content-wrapper:not(.ct-section):not(.oxy-easy-posts),
.home-slider-content-wrapper.oxy-easy-posts .oxy-posts,
.home-slider-content-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.home-slider-btn:hover{
background-color:#182136;
}
.home-slider-btn {
color:#ffffff;
background-color:#de3518;
padding-top:10px;
padding-bottom:10px;
padding-right:25px;
padding-left:25px;
transition-duration:0.5s;
border-radius:5px;
}
.home-banner-grid {
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
padding-top:15px;
width:33.33%;
min-height:245px;
}
.home-banner-grid:not(.ct-section):not(.oxy-easy-posts),
.home-banner-grid.oxy-easy-posts .oxy-posts,
.home-banner-grid.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 991px) {
.home-banner-grid {
width:50%;
}
}
@media (max-width: 767px) {
.home-banner-grid {
width:100%;
}
.home-banner-grid:not(.ct-section):not(.oxy-easy-posts),
.home-banner-grid.oxy-easy-posts .oxy-posts,
.home-banner-grid.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
}
.home-banner-grid-text:after{
width:80px;
height:1px;
background-color:#ffffff;
position:absolute;
left:50%;
bottom:-5px;
margin-right:auto;
margin-left:auto;
content:"";
transform: translate(-50%, -50%);
}
.home-banner-grid-text {
color:#ffffff;
width:100%;
text-align:center;
position:relative;
margin-bottom:30px;
}
.btn-orange:hover{
background-color:#182136;
}
.btn-orange {
color:#ffffff;
background-color:#de3518;
padding-left:15px;
padding-right:15px;
padding-top:5px;
padding-bottom:5px;
border-radius:5px;
transition-duration:0.5s;
margin-bottom:20px;
}
.home-video-top {
}
.home-checklist-holder {
margin-bottom:20px;
width:100%;
}
@media (max-width: 767px) {
.home-checklist-holder {
width:49%;
}
}
@media (max-width: 479px) {
.home-checklist-holder {
width:100%;
max-width:85%;
}
.home-checklist-holder:not(.ct-section):not(.oxy-easy-posts),
.home-checklist-holder.oxy-easy-posts .oxy-posts,
.home-checklist-holder.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
justify-content:flex-start;
}
}
.home-blog-custom-wrapper {
width:100%;
max-width:1170px;
padding-left:15px;
padding-right:15px;
margin-top:-380px;
margin-right:auto;
margin-left:auto;
}
.home-blog-custom-wrapper:not(.ct-section):not(.oxy-easy-posts),
.home-blog-custom-wrapper.oxy-easy-posts .oxy-posts,
.home-blog-custom-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
@media (max-width: 767px) {
.home-blog-custom-wrapper {
margin-top:-100px;
}
}
@media (max-width: 479px) {
.home-blog-custom-wrapper {
margin-top:-130px;
}
}
.home-blog-custom-inner {
width:32%;
background-color:#ffffff;
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:rgba(171,171,171,0.5);
border-right-color:rgba(171,171,171,0.5);
border-bottom-color:rgba(171,171,171,0.5);
border-left-color:rgba(171,171,171,0.5);
}
@media (max-width: 991px) {
.home-blog-custom-inner {
width:49%;
margin-bottom:30px;
}
}
@media (max-width: 767px) {
.home-blog-custom-inner {
width:100%;
}
}
@media (max-width: 479px) {
.home-blog-custom-inner {
width:100%;
}
}
.img-cover {
}
.home-blog-custom-img {
height:200px;
width:100%;
margin-bottom:20px;
}
@media (max-width: 991px) {
.home-blog-custom-img {
}
}
@media (max-width: 767px) {
.home-blog-custom-img {
}
}
.home-blog-custom-title:hover{
color:#de3518;
}
.home-blog-custom-title {
color:#444444;
width:100%;
text-align:center;
margin-bottom:20px;
font-weight:600;
font-size:24px;
}
.home-blog-cutom-description {
color:#444444;
text-align:left;
margin-bottom:20px;
min-height:210px;
}
@media (max-width: 991px) {
.home-blog-cutom-description {
min-height:0px;
}
}
.btn-blue:hover{
background-color:#182136;
}
.btn-blue {
color:#ffffff;
background-color:#0099cc;
padding-left:20px;
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
border-radius:5px;
transition-duration:0.5s;
}
.home-testimonials-slider {
slider-remove-padding:yes;
}
.home-testimonials-slider .unslider {
padding: 0px;
}
.home-testimonials-slider .unslider-wrap.unslider-carousel > li {
padding: 0px;
}
.home-testimonials-slider .unslider-arrow.next {
right: 10px;
z-index: 100;
}
.home-testimonials-slider .unslider-arrow.prev {
left: 10px;
z-index: 100;
}
.home-testmonials-slide {
}
.home-testmonials-slide:not(.ct-section):not(.oxy-easy-posts),
.home-testmonials-slide.oxy-easy-posts .oxy-posts,
.home-testmonials-slide.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:flex-start;
justify-content:space-between;
}
.home-testi-slide-img-holder {
width:33%;
}
@media (max-width: 767px) {
.home-testi-slide-img-holder {
width:100%;
margin-bottom:20px;
}
}
.home-testi-slide-content-holder {
width:65%;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
border-top-color:#c1c1c1;
border-right-color:#c1c1c1;
border-bottom-color:#c1c1c1;
border-left-color:#c1c1c1;
border-radius:10px;
}
@media (max-width: 767px) {
.home-testi-slide-content-holder {
width:100%;
}
}
.home-testi-slide-img {
height:272px;
width:100%;
border-radius:10px;
}
@media (max-width: 991px) {
.home-testi-slide-img {
height:200px;
}
}
@media (max-width: 767px) {
.home-testi-slide-img {
height:250px;
}
}
@media (max-width: 479px) {
.home-testi-slide-img {
height:200px;
}
}
.home-testi-slide-inner {
background-color:#ffffff;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-color:#c1c1c1;
border-right-color:#c1c1c1;
border-bottom-color:#c1c1c1;
border-left-color:#c1c1c1;
margin-bottom:30px;
border-radius:10px;
width:100%;
}
.home-testi-bottom-content {
}
.home-testi-bottom-content:not(.ct-section):not(.oxy-easy-posts),
.home-testi-bottom-content.oxy-easy-posts .oxy-posts,
.home-testi-bottom-content.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
}
.home-testi-author-holder {
width:50%;
}
@media (max-width: 479px) {
.home-testi-author-holder {
width:35%;
}
}
.home-testi-button-holder {
width:50%;
text-align:right;
}
.home-testi-button-holder:not(.ct-section):not(.oxy-easy-posts),
.home-testi-button-holder.oxy-easy-posts .oxy-posts,
.home-testi-button-holder.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-end;
}
@media (max-width: 479px) {
.home-testi-button-holder {
width:65%;
}
}
.home-stats-wrapper {
}
.home-stats-wrapper:not(.ct-section):not(.oxy-easy-posts),
.home-stats-wrapper.oxy-easy-posts .oxy-posts,
.home-stats-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
@media (max-width: 991px) {
.home-stats-wrapper {
text-align:justify;
}
.home-stats-wrapper:not(.ct-section):not(.oxy-easy-posts),
.home-stats-wrapper.oxy-easy-posts .oxy-posts,
.home-stats-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-around;
}
}
.home-stats-grid {
width:25%;
max-width:200px;
}
@media (max-width: 991px) {
.home-stats-grid {
width:45%;
max-width:100%;
margin-bottom:30px;
}
}
@media (max-width: 479px) {
.home-stats-grid {
width:100%;
max-width:70%;
}
}
.home-stats-number {
color:#de3518;
font-size:32px;
font-weight:900;
}
@media (max-width: 767px) {
.home-stats-number {
font-size:30px;
}
}
.home-stats-text {
font-size:32px;
}
@media (max-width: 767px) {
.home-stats-text {
font-size:22px;
}
}
.home-stats-grid-inner {
width:100%;
background-color:rgba(255,255,255,0.8);
border-radius:10px;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
margin-bottom:20px;
}
.home-stats-grid-inner:not(.ct-section):not(.oxy-easy-posts),
.home-stats-grid-inner.oxy-easy-posts .oxy-posts,
.home-stats-grid-inner.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.home-stats-description {
color:#ffffff;
width:100%;
text-align:center;
}
.home-case-study-wrapper {
}
.home-case-study-wrapper:not(.ct-section):not(.oxy-easy-posts),
.home-case-study-wrapper.oxy-easy-posts .oxy-posts,
.home-case-study-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
justify-content:space-between;
}
@media (max-width: 991px) {
.home-case-study-wrapper {
}
.home-case-study-wrapper:not(.ct-section):not(.oxy-easy-posts),
.home-case-study-wrapper.oxy-easy-posts .oxy-posts,
.home-case-study-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
flex-wrap:wrap;
}
}
.home-cs-grid {
width:32%;
}
@media (max-width: 991px) {
.home-cs-grid {
width:100%;
margin-bottom:40px;
}
}
@media (max-width: 479px) {
.home-cs-grid {
margin-bottom:50px;
}
}
.home-cs-img-holder {
width:100%;
margin-bottom:20px;
}
.img-cs-img {
height:235px;
width:100%;
}
.home-cs-content-holder {
width:100%;
}
@media (max-width: 479px) {
.home-cs-content-holder {
}
}
.home-cs-post-title:hover{
color:#de3518;
}
.home-cs-post-title {
font-weight:700;
width:100%;
padding-bottom:10px;
margin-bottom:20px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#ababab;
color:#444444;
}
.home-cs-post-excerpt {
margin-bottom:20px;
min-height:150px;
}
@media (max-width: 991px) {
.home-cs-post-excerpt {
min-height:0px;
}
}
.home-tab-title-wrapper {
width:30%;
}
@media (max-width: 767px) {
.home-tab-title-wrapper {
width:100%;
margin-bottom:30px;
background-color:#0099cc;
padding-top:30px;
padding-left:20px;
padding-right:20px;
padding-bottom:30px;
}
}
.home-table-content-wrapper {
width:68%;
background-color:#f6f6f6;
}
@media (max-width: 767px) {
.home-table-content-wrapper {
width:100%;
}
}
.tabs-3725-tab {
width:100%;
transition-duration:0.3s;
}
@media (max-width: 767px) {
.tabs-3725-tab {
}
.tabs-3725-tab:not(.ct-section):not(.oxy-easy-posts),
.tabs-3725-tab.oxy-easy-posts .oxy-posts,
.tabs-3725-tab.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.tabs-3725-tab-active {
}
.tabs-contents-3725-tab {
background-color:#ffffff;
}
@media (max-width: 767px) {
.tabs-contents-3725-tab {
padding-left:15px;
padding-right:15px;
}
}
.home-tabs-custom {
}
.home-tabs-text-custom {
font-weight:700;
}
.toggle-2414 {
width:100%;
padding-bottom:10px;
margin-bottom:10px;
border-bottom-width:1px;
border-bottom-style:none;
border-bottom-color:#ababab;
padding-top:0px;
}
.toggle-2414 .oxy-expand-collapse-icon {
font-size: 22px;        }
.toggle-2414 .oxy-expand-collapse-icon::before,
.toggle-2414 .oxy-expand-collapse-icon::after {
background-color: #444444;        }
.toggle-2414-expanded {
}
.toggle-separator {
margin-bottom:20px;
}
.div-xxl {
width:100%;
}
.section-cta-contact {
}
@media (max-width: 767px) {
.section-cta-contact {
height:auto;
}
}
.btn-outline:hover{
background-color:#ffffff;
color:#de3518;
}
.btn-outline {
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
padding-top:10px;
padding-bottom:10px;
padding-left:50px;
padding-right:50px;
color:#ffffff;
transition-duration:0.5s;
}
.home-faq-wrapper {
}
.home-faq-wrapper:not(.ct-section):not(.oxy-easy-posts),
.home-faq-wrapper.oxy-easy-posts .oxy-posts,
.home-faq-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
.home-faq-inner {
width:49%;
}
@media (max-width: 991px) {
.home-faq-inner {
width:100%;
}
}
.toggle-3983 {
width:100%;
}
.toggle-3983 .oxy-expand-collapse-icon {
font-size: 0px;        }
.toggle-3983-expanded {
}
.faq-home-toggle-wrapper {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
border-bottom-style:none;
}
.faq-home-toggle-wrapper:not(.ct-section):not(.oxy-easy-posts),
.faq-home-toggle-wrapper.oxy-easy-posts .oxy-posts,
.faq-home-toggle-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
.home-faq-toggle-heading {
font-size:22px;
}
.home-faq-toggle-holder {
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#cecece;
border-right-color:#cecece;
border-bottom-color:#cecece;
border-left-color:#cecece;
border-radius:5px;
margin-bottom:20px;
}
.home-faq-toggle-content {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
border-top-width:1px;
border-top-style:solid;
border-top-color:#cecece;
}
.home-faq-toggle-icon {
margin-left:10px;
}
.home-logo-slider {
slider-arrow-color:darker;
}
.home-logo-slider:not(.ct-section):not(.oxy-easy-posts),
.home-logo-slider.oxy-easy-posts .oxy-posts,
.home-logo-slider.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
.home-logo-slide {
width:20%;
}
.home-logo-slide:not(.ct-section):not(.oxy-easy-posts),
.home-logo-slide.oxy-easy-posts .oxy-posts,
.home-logo-slide.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.home-logo-img {
width:150px;
height:78px;
background-color:#ffffff;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
@media (max-width: 991px) {
.home-logo-img {
width:150px;
}
}
@media (max-width: 479px) {
.home-logo-img {
width:60px;
height:40px;
}
}
.home-logo-img-holder {
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#c1c1c1;
border-right-color:#c1c1c1;
border-bottom-color:#c1c1c1;
border-left-color:#c1c1c1;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}
@media (max-width: 991px) {
.home-logo-img-holder {
margin-bottom:0px;
}
}
@media (max-width: 479px) {
.home-logo-img-holder {
margin-bottom:10px;
}
}
.section-inner-head {
background-image:url(https://www.abcdreamusa.com/wp-content/uploads/2021/05/header-bg.jpg);}
@media (max-width: 767px) {
.section-inner-head {
}
}
.section-head-filler {
height:118px;
}
@media (max-width: 767px) {
.section-head-filler {
height:0px;
}
}
.oxy-stock-content-styles {
}
.page-sidebar {
width:20%;
}
@media (max-width: 991px) {
.page-sidebar {
width:30%;
}
}
@media (max-width: 767px) {
.page-sidebar {
width:100%;
margin-bottom:30px;
}
}
.page-blog {
}
.oxy-post {
}
.oxy-posts {
}
.sidebar-categories-wrapper {
}
.related-article-wrapper {
width:100%;
}
.consulatation-form {
}
.inner-pages-categories-wrapper {
width:100%;
margin-top:50px;
}
.inner-pages-categories-wrapper:not(.ct-section):not(.oxy-easy-posts),
.inner-pages-categories-wrapper.oxy-easy-posts .oxy-posts,
.inner-pages-categories-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
.ipc-grid {
width:24%;
margin-bottom:40px;
}
.ipc-grid:not(.ct-section):not(.oxy-easy-posts),
.ipc-grid.oxy-easy-posts .oxy-posts,
.ipc-grid.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 767px) {
.ipc-grid {
width:49%;
}
}
.ipc-cat-link:hover{
color:#de3518;
}
.ipc-cat-link {
color:#444444;
transition-duration:0.5s;
margin-bottom:10px;
font-weight:600;
}
.ipc-img {
width:150px;
height:150px;
}
.inner-page-recent-posts {
width:100%;
margin-top:50px;
}
.videos-wrapper {
width:100%;
}
.videos-wrapper:not(.ct-section):not(.oxy-easy-posts),
.videos-wrapper.oxy-easy-posts .oxy-posts,
.videos-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:flex-start;
}
@media (max-width: 991px) {
.videos-wrapper {
}
.videos-wrapper:not(.ct-section):not(.oxy-easy-posts),
.videos-wrapper.oxy-easy-posts .oxy-posts,
.videos-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
}
.video-grid {
width:32%;
margin-bottom:40px;
}
@media (max-width: 991px) {
.video-grid {
width:49%;
}
}
@media (max-width: 479px) {
.video-grid {
width:100%;
}
}
.scholarship-details-wrapper {
width:100%;
margin-bottom:50px;
}
.scholarship-details-wrapper:not(.ct-section):not(.oxy-easy-posts),
.scholarship-details-wrapper.oxy-easy-posts .oxy-posts,
.scholarship-details-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
.scholarship-details-grid {
width:30%;
}
.scholarship-details-grid:not(.ct-section):not(.oxy-easy-posts),
.scholarship-details-grid.oxy-easy-posts .oxy-posts,
.scholarship-details-grid.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 767px) {
.scholarship-details-grid {
width:100%;
margin-bottom:30px;
}
}
.scholarship-details-icon {
color: #de3518;}.scholarship-details-icon 
>svg {width: 55px;height: 55px;}.scholarship-details-icon {
margin-bottom:20px;
}
.scholarship-details-title {
font-size:24px;
margin-bottom:10px;
}
@media (max-width: 991px) {
.scholarship-details-title {
text-align:center;
}
}
.scholarship-details-text {
text-align:center;
}
.scholarship-cta-wrapper {
background-color:#f7f7f7;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#ababab;
border-right-color:#ababab;
border-bottom-color:#ababab;
border-left-color:#ababab;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
border-radius:10px;
margin-bottom:50px;
}
.scholarship-cta-wrapper:not(.ct-section):not(.oxy-easy-posts),
.scholarship-cta-wrapper.oxy-easy-posts .oxy-posts,
.scholarship-cta-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
}
.search-wrapper {
width:100%;
margin-bottom:30px;
}
.footer-quicklinks-wrapper {
}
@media (max-width: 991px) {
.footer-quicklinks-wrapper {
width:100%;
}
}
.post-title {
}
@media (max-width: 767px) {
.post-title {
}
}
.page-sidebar-single {
}
.home-title {
}
.mega-menu-item-link {
}
.sb-cat-wrapper {
width:100%;
}
.sb-cat-single {
width:100%;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
margin-bottom:10px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#ababab;
padding-top:5px;
}
.sb-cat-single:not(.ct-section):not(.oxy-easy-posts),
.sb-cat-single.oxy-easy-posts .oxy-posts,
.sb-cat-single.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.sb-cat-icon {
margin-right:8px;
}
.sb-cat-link-wrapper {
}
.oxy-close-modal {
background-color :#1e73be;
border: 1px solid #1e73be;
color: #333333;
}.oxy-close-modal {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
.share-modal {
}
.modal-btn {
}
.visa-choose-table-wrapper {
width:100%;
margin-bottom:50px;
}
.visa-choose-upper-table {
width:100%;
}
.visa-choose-upper-table:not(.ct-section):not(.oxy-easy-posts),
.visa-choose-upper-table.oxy-easy-posts .oxy-posts,
.visa-choose-upper-table.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:center;
}
.visa-choose-table-half {
width:50%;
background-color:#de3518;
padding-top:20px;
padding-left:30px;
padding-right:30px;
padding-bottom:20px;
}
@media (max-width: 767px) {
.visa-choose-table-half {
width:100%;
padding-left:15px;
}
}
.table-choose-header {
color:#ffffff;
font-size:26px;
font-weight:700;
margin-bottom:10px;
}
.table-choose-content {
color:#ffffff;
}
.visa-choose-lower-table {
width:100%;
}
.visa-choose-lower-table:not(.ct-section):not(.oxy-easy-posts),
.visa-choose-lower-table.oxy-easy-posts .oxy-posts,
.visa-choose-lower-table.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:center;
}
.visa-choose-lower-three {
width:33.33%;
background-color:#0099cc;
padding-top:20px;
padding-left:25px;
padding-right:25px;
padding-bottom:20px;
height:179px;
}
@media (max-width: 991px) {
.visa-choose-lower-three {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}
}
@media (max-width: 767px) {
.visa-choose-lower-three {
width:100%;
height:auto;
}
}
.visa-table-major-services {
width:100%;
}
.visa-table-major-services:not(.ct-section):not(.oxy-easy-posts),
.visa-table-major-services.oxy-easy-posts .oxy-posts,
.visa-table-major-services.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
.visa-table-ms-inner {
width:31%;
border-top-color:#0099cc;
border-right-color:#0099cc;
border-bottom-color:#0099cc;
border-left-color:#0099cc;
border-top-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-left-width:2px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
padding-top:20px;
padding-left:30px;
padding-right:20px;
padding-bottom:20px;
position:relative;
min-height:354px;
}
@media (max-width: 991px) {
.visa-table-ms-inner {
width:49%;
min-height:0 ;
margin-bottom:20px;
padding-left:20px;
}
}
@media (max-width: 767px) {
.visa-table-ms-inner {
width:100%;
}
}
.visa-table-ms-header {
font-weight:700;
margin-bottom:10px;
}
.visa-ms-bullet-wrapper {
width:100%;
margin-bottom:10px;
}
.visa-ms-bullet-wrapper:not(.ct-section):not(.oxy-easy-posts),
.visa-ms-bullet-wrapper.oxy-easy-posts .oxy-posts,
.visa-ms-bullet-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
justify-content:flex-start;
}
.visa-ms-icon {
color: #333333;}.visa-ms-icon 
>svg {width: 10px;height: 10px;}.visa-ms-icon {
margin-right:10px;
margin-top:10px;
}
.visa-ms-bullet-text {
}
.visa-ms-number-wrapper {
position:absolute;
top:45%;
left:-26px;
width:auto;
}
@media (max-width: 991px) {
.visa-ms-number-wrapper {
position:relative;
left:0px;
margin-bottom:20px;
}
}
.visa-ms-number {
background-color:#0099cc;
color:#ffffff;
padding-top:10px;
padding-left:15px;
padding-right:15px;
padding-bottom:10px;
border-radius:50%;
font-weight:700;
}
.visa-table-agency-wrapper {
width:100%;
}
.visa-table-agency-wrapper:not(.ct-section):not(.oxy-easy-posts),
.visa-table-agency-wrapper.oxy-easy-posts .oxy-posts,
.visa-table-agency-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:center;
}
.visa-table-agency-inner {
width:25%;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border-right-width:1px;
border-right-style:solid;
border-right-color:#ababab;
}
@media (max-width: 767px) {
.visa-table-agency-inner {
width:49%;
}
}
.visa-agency-img-wrapper {
width:100%;
text-align:center;
margin-bottom:20px;
}
.visa-agency-img-wrapper:not(.ct-section):not(.oxy-easy-posts),
.visa-agency-img-wrapper.oxy-easy-posts .oxy-posts,
.visa-agency-img-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.visa-agency-text {
width:100%;
text-align:center;
}
.visa-table-consulting-wrapper {
width:100%;
}
.visa-table-consulting-wrapper:not(.ct-section):not(.oxy-easy-posts),
.visa-table-consulting-wrapper.oxy-easy-posts .oxy-posts,
.visa-table-consulting-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
.visa-table-consulting-inner {
width:20%;
}
@media (max-width: 767px) {
.visa-table-consulting-inner {
width:49%;
margin-bottom:30px;
}
}
.visa-consulting-img-wrapper {
width:100%;
text-align:center;
padding-left:10px;
padding-right:10px;
}
.visa-consulting-img-wrapper:not(.ct-section):not(.oxy-easy-posts),
.visa-consulting-img-wrapper.oxy-easy-posts .oxy-posts,
.visa-consulting-img-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
@media (max-width: 767px) {
.visa-consulting-img-wrapper {
width:100%;
}
}
.visa-contulting-img {
margin-bottom:20px;
}
.visa-consulting-header {
font-weight:700;
margin-bottom:20px;
}
.visa-consulting-text {
}
.visa-consulting-step {
color:#de3518;
margin-bottom:30px;
}
.visa-table-eligibility-wrapper {
width:100%;
margin-right:auto;
margin-left:auto;
}
.visa-eligibility-inner {
width:100%;
margin-bottom:20px;
}
.visa-eligibility-inner:not(.ct-section):not(.oxy-easy-posts),
.visa-eligibility-inner.oxy-easy-posts .oxy-posts,
.visa-eligibility-inner.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
justify-content:flex-start;
}
.visa-eligibility-icon {
color: #de3518;}.visa-eligibility-icon 
>svg {width: 25px;height: 25px;}.visa-eligibility-icon {
margin-right:10px;
}
.visa-eligibility-text-wrapper {
width:100%;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#ababab;
padding-bottom:10px;
}
.via-table-success-wrapper {
width:100%;
}
.via-table-success-wrapper:not(.ct-section):not(.oxy-easy-posts),
.via-table-success-wrapper.oxy-easy-posts .oxy-posts,
.via-table-success-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
.visa-success-inner {
width:24%;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#0099cc;
border-right-color:#0099cc;
border-bottom-color:#0099cc;
border-left-color:#0099cc;
}
@media (max-width: 991px) {
.visa-success-inner {
width:49%;
margin-bottom:30px;
}
}
@media (max-width: 767px) {
.visa-success-inner {
width:100%;
}
}
.visa-success-header:after{
background-image:url(https://www.abcdreamusa.com/wp-content/uploads/2021/06/table-divider-blue.png);background-size: contain; position:absolute;
bottom:-22px;
width:43px;
height:23px;
background-repeat:no-repeat;
left:40%;
content:"";
}
.visa-success-header {
width:100%;
background-color:#0099cc;
margin-bottom:30px;
position:relative;
}
.visa-success-body {
width:100%;
}
.visa-success-title {
width:100%;
color:#ffffff;
text-align:center;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}
.visa-success-text {
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
min-height:320px;
margin-bottom:20px;
}
@media (max-width: 991px) {
.visa-success-text {
min-height:0px;
}
}
.visa-taber-others {
}
.visa-table-others-wrapper {
width:100%;
margin-top:30px;
}
.visa-table-others-wrapper:not(.ct-section):not(.oxy-easy-posts),
.visa-table-others-wrapper.oxy-easy-posts .oxy-posts,
.visa-table-others-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:center;
}
@media (max-width: 767px) {
.visa-table-others-wrapper {
}
.visa-table-others-wrapper:not(.ct-section):not(.oxy-easy-posts),
.visa-table-others-wrapper.oxy-easy-posts .oxy-posts,
.visa-table-others-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-around;
}
}
.visa-others-content-holder:after{
background-image:url(https://www.abcdreamusa.com/wp-content/uploads/2021/06/shape-arch-black.png);background-size: cover; position:absolute;
bottom:-20px;
left:-18px;
background-repeat:no-repeat;
width:158px;
height:78px;
content:"";
}
.visa-others-content-holder {
position:relative;
}
.visa-others-content-holder:not(.ct-section):not(.oxy-easy-posts),
.visa-others-content-holder.oxy-easy-posts .oxy-posts,
.visa-others-content-holder.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 767px) {
.visa-others-content-holder:after{
}
.visa-others-content-holder:not(.ct-section):not(.oxy-easy-posts):after,
.visa-others-content-holder.oxy-easy-posts .oxy-posts:after,
.visa-others-content-holder.ct-section .ct-section-inner-wrap:after{
display:none;
}
.visa-others-content-holder {
margin-bottom:20px;
}
}
.visa-other-text {
position:absolute;
color:#ffffff;
text-align:center;
}
.visa-others-img:after{
bottom:-10px;
width:158px;
height:78px;
left:0px;
content:"";
}
.visa-others-img {
width:123px;
height:123px;
position:relative;
}
.visa-table-resource-plan {
width:100%;
}
.visa-table-resource-plan:not(.ct-section):not(.oxy-easy-posts),
.visa-table-resource-plan.oxy-easy-posts .oxy-posts,
.visa-table-resource-plan.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
.visa-rp-inner {
width:20%;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
text-align:center;
border-right-width:1px;
border-right-style:solid;
border-right-color:#ababab;
min-height:190px;
}
@media (max-width: 767px) {
.visa-rp-inner {
width:100%;
min-height:0px;
border-right-style:none;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#ababab;
margin-bottom:20px;
}
.visa-rp-inner:not(.ct-section):not(.oxy-easy-posts),
.visa-rp-inner.oxy-easy-posts .oxy-posts,
.visa-rp-inner.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.visa-rp-header {
color:#de3518;
margin-bottom:10px;
width:100%;
min-height:60px;
}
.visa-table-sanction-wrapper {
width:100%;
background-color:#dcf9f9;
margin-bottom:5px;
}
.visa-table-sanction-wrapper:not(.ct-section):not(.oxy-easy-posts),
.visa-table-sanction-wrapper.oxy-easy-posts .oxy-posts,
.visa-table-sanction-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
}
@media (max-width: 991px) {
.visa-table-sanction-wrapper {
}
}
@media (max-width: 767px) {
.visa-table-sanction-wrapper {
background-color:#ffffff;
}
}
.visa-sanction-inner {
background-image:url(https://www.abcdreamusa.com/wp-content/uploads/2021/06/arrow-blue.png);background-size: cover; width:50%;
background-repeat:no-repeat;
padding-left:50px;
height:140px;
background-position:100% 0%;
}
.visa-sanction-inner:not(.ct-section):not(.oxy-easy-posts),
.visa-sanction-inner.oxy-easy-posts .oxy-posts,
.visa-sanction-inner.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
justify-content:center;
}
@media (max-width: 991px) {
.visa-sanction-inner {
height:170px;
}
}
@media (max-width: 767px) {
.visa-sanction-inner {
width:100%;
height:auto;
padding-top:20px;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;
}
}
.visa-sanction-inner-content {
width:50%;
padding-left:20px;
padding-right:10px;
}
.visa-sanction-inner-content:not(.ct-section):not(.oxy-easy-posts),
.visa-sanction-inner-content.oxy-easy-posts .oxy-posts,
.visa-sanction-inner-content.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
justify-content:center;
}
@media (max-width: 767px) {
.visa-sanction-inner-content {
width:100%;
min-height:0 ;
padding-top:20px;
padding-bottom:20px;
padding-left:10px;
padding-right:10px;
background-color:#c1e0f3;
}
}
.visa-sanction-title {
color:#ffffff;
text-transform:uppercase;
font-weight:700;
}
.content-br {
}
.custom-btn:hover{
background-color:#de3518;
}
.custom-btn {
background-color:#0099cc;
color:#ffffff;
padding-top:5px;
padding-left:20px;
padding-right:20px;
padding-bottom:5px;
transition-duration:0.5s;
margin-bottom:20px;
}
.footer-bg {
}
.stats-bg {
}
.faq-bg {
}
.lazyloaded {
}
.home-silder-img {
position:absolute;
top:0px;
z-index:1;
width:100%;
max-width:1650px;
height:100%;
}
@media (max-width: 479px) {
.home-silder-img {
}
}
.post-related-article-title {
}
.eb5-cta-wrapper {
width:100%;
max-width:70%;
margin-right:auto;
margin-left:auto;
}
.eb5-cta-wrapper:not(.ct-section):not(.oxy-easy-posts),
.eb5-cta-wrapper.oxy-easy-posts .oxy-posts,
.eb5-cta-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
@media (max-width: 1200px) {
.eb5-cta-wrapper {
max-width:80%;
}
}
@media (max-width: 991px) {
.eb5-cta-wrapper {
max-width:90%;
}
}
@media (max-width: 767px) {
.eb5-cta-wrapper {
text-align:justify;
}
.eb5-cta-wrapper:not(.ct-section):not(.oxy-easy-posts),
.eb5-cta-wrapper.oxy-easy-posts .oxy-posts,
.eb5-cta-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:center;
}
}
.eb5-cta-inner {
width:33.34%;
background-color:#1ba802;
}
@media (max-width: 767px) {
.eb5-cta-inner {
width:50%;
max-width:60%;
}
}
.section-eb5-cta {
}
.eb5-grid-wrapper {
width:100%;
}
.eb5-grid-wrapper:not(.ct-section):not(.oxy-easy-posts),
.eb5-grid-wrapper.oxy-easy-posts .oxy-posts,
.eb5-grid-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}
@media (max-width: 767px) {
.eb5-grid-wrapper {
}
}
.eb5-post-grid-inner {
width:49%;
}
@media (max-width: 767px) {
.eb5-post-grid-inner {
width:100%;
margin-bottom:40px;
}
}
.floater-img {
width:50px;
height:50px;
}
.featured-img-wrapper {
width:100%;
max-width:1200px;
margin-top:50px;
margin-right:auto;
margin-left:auto;
}
.featured-img-wrapper:not(.ct-section):not(.oxy-easy-posts),
.featured-img-wrapper.oxy-easy-posts .oxy-posts,
.featured-img-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.glossary-sb-shortcode {
width:100%;
font-size:18px;
}
.glossary-sb-title {
font-weight:700;
}
@media (max-width: 479px) {
.glossary-sb-title {
}
}
.glossary-content-wrapper {
}
@media (max-width: 991px) {
.glossary-content-wrapper {
}
}
.glossary-sidebar {
}
@media (max-width: 991px) {
.glossary-sidebar {
width:30%;
}
}
@media (max-width: 767px) {
.glossary-sidebar {
width:100%;
}
}
.glossary-bc-wrapper {
width:100%;
text-align:left;
}
.glossary-bc-wrapper:not(.ct-section):not(.oxy-easy-posts),
.glossary-bc-wrapper.oxy-easy-posts .oxy-posts,
.glossary-bc-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
justify-content:center;
}
.glossary-bc-link:hover{
color:#de3518;
}
.glossary-bc-link {
color:#ffffff;
font-size:15px;
margin-bottom:5px;
}
.glossary-bc-icon {
color: #ffffff;}.glossary-bc-icon 
>svg {width: 15px;height: 15px;}.glossary-bc-icon {
margin-right:5px;
margin-left:5px;
margin-bottom:5px;
}
.glossary-bc-text {
font-size:15px;
color:#ffffff;
margin-bottom:5px;
}
.event-modal {
width:100%;
max-width:1200px;
border-radius:15px;
}
@media (max-width: 767px) {
.event-modal {
max-width:95%;
}
}
@media (max-width: 479px) {
.event-modal {
}
}
.event-modal-link-wrapper {
}
.event-modal-inner {
width:100%;
position:relative;
}
.event-modal-close {
}
.global-announcement-wrapper {
position:fixed;
right:15px;
bottom:14px;
z-index:900;
width:auto;
}
.global-announcement-wrapper:not(.ct-section):not(.oxy-easy-posts),
.global-announcement-wrapper.oxy-easy-posts .oxy-posts,
.global-announcement-wrapper.ct-section .ct-section-inner-wrap{
display:inline-block;
}
@media (max-width: 767px) {
.global-announcement-wrapper {
right:10px;
bottom:10px;
}
}
.ga-link-wrapper {
width:100%;
}
@media (max-width: 1200px) {
.ga-link-wrapper {
}
}
.ga-img {
width:auto;
height:100px;
}
.wechat-trigger {
}
.wechat-trigger-ega {
}
.mega-menu-parent-item:hover .mega-submenu-container {
top: 100%;
left: -210px;
opacity: 1;
}
.mega-menu-parent-item:hover .mega-submenu-container-2 {
left: -355px;
}
.mega-menu-parent-item:hover .mega-submenu-container-3 {
left: -680px;
}
.mega-menu-parent-item:hover .mega-submenu-container-4 {
left: -825px;
}
.section-xxl .ct-section-inner-wrap {
max-width: 1680px;
}
.section-menu-holder {
margin-top: 41px;
}
#video-216-3161>.oxygen-vsb-responsive-video-wrapper {
padding-bottom: 0;
}
a {
word-break: break-word;
}
.img-cover {
object-fit: cover;
}
.post-title a {
color: #333;
}
.post-title-white a {
color: #fff;
}
.post-title a:hover {
color: #f86539;
}
.post-title-white a:hover {
color: #de3518;
}
.page-hide .oxy-repeater-pages-wrap {
display: none;
}
.page-blog .oxy-repeater-pages-wrap {
width: 100%;
}
.page-blog .blog-grid:nth-child(3n) {
margin-right: 0!important;
}
.unslider-arrow {
opacity: .8;
}
.oxygen-vsb-responsive-video-wrapper {
padding-bottom: 0!important;
}
.home-video-top p{
display: none;
}
.home-testimonials-slider .unslider-nav {
position: relative;
z-index: 20;
display: flex;
justify-content: flex-end;
margin-top: -61px;
}
.home-testimonials-slider .unslider-nav ol li.unslider-active {
background-color: #09c!important;
}
.home-testimonials-slider .unslider-nav ol li {
border-color: #09c!important;
}
.tabs-3725-tab-active {
padding: 10px 10px 10px 20px;
border-radius: 100px;
background-color: #fff;
}
.tabs-3725-tab-active .ct-text-block {
color: #09c!important;
}
.oxy-expand-collapse-icon::after,.oxy-expand-collapse-icon::before {
width: 18px;
background-color: #454444;
}
.section-cta-contact {
margin: 30px 0;
}
body {
word-break: break-word;
}
.page-sidebar {
position: sticky;
top: 150px;
}
.custom-cat{
position: relative;
margin: 0;
}
.custom-cat span:before {
position: relative;
top: 0;
left: 0;
content: ', ';
}
.custom-cat span:first-child:before {
position: relative;
top: 0;
left: 0;
content: '';
}
.side-cat-holder {
width: 100%;
padding: 0 10px 10px 10px;
margin-bottom: 10px;
border-bottom: 1px solid #c1c1c1;
}
.side-cat-holder a {
position: relative;
padding-left: 35px;
color: #333;
}
.side-cat-holder a:hover {
color: #de3518;
}
.side-cat-holder:first-child a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-1.png);
}
.side-cat-holder:nth-child(2) a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-2.png);
}
.side-cat-holder:nth-child(3) a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-3.png);
}
.side-cat-holder:nth-child(4) a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-4.png);
}
.side-cat-holder:nth-child(5) a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-5.png);
}
.side-cat-holder:nth-child(6) a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-6-1.png);
}
.side-cat-holder:nth-child(7) a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-7.png);
}
.side-cat-holder:nth-child(8) a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-8.png);
}
.side-cat-holder:nth-child(9) a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-9.png);
}
.side-cat-holder:nth-child(10) a:before {
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px;
content: url(https://abcdreamusa.bloomboard.net/wp-content/uploads/2021/04/icon-10.png);
}
.single .related-posts-after-content .related-thumb {
flex: 0 0 100%;
justify-content: flex-start;
max-width: 32%;
margin-right: 17px;
margin-bottom: 40px;
}
.single .related-posts-after-content .related-thumb:nth-child(3n) {
margin-right: 0;
}
.post-related-article-title {
width: 100%;
margin-top: 0;
font-size: 28px;
font-weight: 700;
}
.related-thumb-wrapper {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.related-thumb img {
width: 100%;
height: 150px;
margin-bottom: 10px;
object-fit: cover;
}
.related-thumb a {
color:#333;
}
.related-thumb a:hover {
color: #de3518;
}
.oxy-stock-content-styles img {
height: auto!important;
}
.consulatation-form form {
padding: 20px;
background-color: #337ab7;
}
.consulatation-form .form-group-custom {
margin-bottom: 20px;
color: #fff;
}
.consulatation-form form input {
width: 100%;
height: 30px;
border: none;
}
.consulatation-form form [type=checkbox],
.consulatation-form form [type=radio] {
width: auto!important;
margin-right: 10px;
}
.consulatation-form .wpcf7-list-item {
display: flex;
align-items: center;
}
.consultation-form-wrapper {
padding: 20px;
border: 1px solid #fff;
}
.consulatation-form form [type=submit] {
height: 40px;
cursor: pointer;
}
.consulatation-form form [type=submit]:hover {
color: #fff;
background-color: #182136;
transition: .5s all;
}
.consulatation-form .wpcf7 form .wpcf7-response-output {
width: 100%;
color: #fff;
text-align: center;
}
.wp-block-button__link {
margin-bottom: 20px;
background-color: #de3518;
}
.wp-block-button__link:hover {
background-color: #182136;
transition: .5s all;
}
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
margin-bottom: 20px;
}
.wistia_responsive_padding {
margin-bottom: 20px;
}
figure {
margin: 0;
}
.custom-iframe,
.page-id-363 iframe {
width: 100%!important;
height: 100vh;
}
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{
padding: 10px;
}
#wpcf7-f2907-o1 input {
width: 100%;
height: 50px;
border: 1px solid #333;
}
#span-51-3725, 
#text_block-50-3725,
.custom-form {
width: 100%;
}
#wpcf7-f2907-o1 .wpcf7-submit {
background-color: #de3518!important;
color: #fff!important;
border: none!important;
transition: .5s all;
cursor: pointer;
}
#wpcf7-f2907-o1 .wpcf7-submit:hover {
background-color: #182136!important;
}
.video-grid{
margin-right: 17px;
}
.video-grid:nth-child(3n) {
margin-right: 0;
}
#searchform di v{
display: flex;
}
#searchform input {
width: 100%;
height: 40px;
margin-right: 10px;
border-color: #c1c1c1;
border-radius: 5px;
}
#searchsubmit {
max-width: 60px;
padding: 0;
margin-right: 0!important;
background-color: #de3518;
border-radius: 5px;
transition: .5s all;
}
.search-results-text {
font-size: 30px;
}
#searchsubmit:hover {
background-color: #182136!important;
}
.single h2 span,
.single h3 span,
.single h4 span,
.single h5 span,
.single h6 span {
color: #333!important;
}
.single .wpcf7-form input {
width: 100%;
height: 40px;
border: 1px solid #333;
}
.single .wpcf7-form textarea {
width: 100%;
height: 150px;
border: 1px solid #333;
}
.single .wpcf7-form .wpcf7-submit {
background-color: red;
color: #fff;
cursor: pointer;
border: 1px solid red;
}
.single .wpcf7-form .wpcf7-submit:hover {
background-color: #182136;
border: 1px solid #182136;
transition: .5s all;
}
.related-article-wrapper .ct-code-block {
width: 100% !important;
}
.page-id-43 a {
color: #333!important;
}
.page-id-43 a:hover {
color: #de3518!important;
}
.home-slider .unslider .unslider-nav {
bottom: 100px;
}
.home-slider .unslider-nav ol li.unslider-active {
background-color: #09c!important;
}
img.w-css-reset {
width: 100% !important;
height: 100% !important;
border-width: 0 !important;
object-fit: cover;
}
.home-title br{
display: none;
}
.home-slider .unslider {
z-index: 1 !important;
}
.mega-menu-parent-item:hover .mega-menu-item-link {
color: #fff !important;
}
.share-modal p {
margin: 0 0 10px;
}
.copy-click {
position: relative;
padding-bottom: 2px;
text-decoration: none;
cursor: copy;
color: #484848;
border-bottom: 1px dashed #767676;
transition: background-color calc(var(--duration) * 2) var(--ease);
}
.copy-link:after {
content: attr(data-tippy-content);
position: absolute;
bottom: calc(100% + 6px);
left: 50%;
padding: 8px 16px;
white-space: nowrap;
background-color: #fff;
border-radius: 4px;
box-shadow: 0 0 0 -12px transparent;
pointer-events: none;
backface-visibility: hidden;
opacity: 0;
transform: translate(-50%,12px);
transition: box-shadow calc(var(--duration)/ 1.5) var(--bounce),opacity calc(var(--duration)/ 1.5) var(--bounce),transform calc(var(--duration)/ 1.5) var(--bounce);
}
.copy-link.is-copied:after {
box-shadow: 0 4px 8px rgba(0,0,0,.1);
opacity: 1;
transform: translate(-50%,0);
transition-timing-function: var(--ease);
}
.copy-link.is-hovered:after {
content: attr(data-tippy-content-copied);
}
.copy-click {
color: #333;
cursor: pointer;
}
.copied-blue {
color: #de3518!important;
}
.close-dark {
color: #333;
}
.comment-form-url,
.says {
display: none;
}
.comment-form-cookies-consent {
display: flex;
justify-content: start;
}
#wp-comment-cookies-consent {
width: auto;
margin-right: 10px;
margin-top: 8px;
}
.oxy-comment-form #submit {
width: 300px;
}
.home-silder-img {
object-fit: cover;
}
.video_wrapper {
position: relative;
width: 100%;
margin: 0 auto;
background-color: #000;
}
.video_wrapper_full {
padding-top: 245px;
}
.video_wrapper_footer {
padding-top: 167px;
}
.videoIframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
}
.videoPoster {
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
width: 100%;
height: 100%;
border: none;
text-indent: -999em;
background-image:url(https://www.abcdreamusa.com/wp-content/uploads/2021/08/video-poster.webp);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
transition: opacity 800ms, height 0s;
-webkit-transition: opacity 800ms, height 0s;
-moz-transition: opacity 800ms, height 0s;
transition-delay: 0s, 0s;
-webkit-transition-delay: 0s, 0s;
-moz-transition-delay: 0s, 0s;
}
.videoPosterFooter {
background-image:url(https://www.abcdreamusa.com/wp-content/uploads/2021/08/footer-vid.webp);
}
.videoPoster:hover {
cursor: pointer;
}
.videoPoster:before {
position: absolute;
top: 50%;
left: 50%;
width: 65px;
height: 45px;
margin: -20px 0 0 -40px;
background-image: url(https://www.abcdreamusa.com/wp-content/uploads/2021/08/play-icon.png);
background-size: cover;
content: '';
}
.videoWrapperActive .videoPoster {
height: 0;
opacity: 0;
transition-delay: 0s, 800ms;
-webkit-transition-delay: 0s, 800ms;
-moz-transition-delay: 0s, 800ms;
}
.oxy-post-image-fixed-ratio {
background-size: cover !important;
background-position: center center !important;
}
.cc-form-group .wpcf7-list-item {
display: block;
}
.cc-form-group {
margin-bottom: 20px;
}
.cc-form-group input { 
width: 100%;
height: 50px;
padding: 5px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 18px;
}
.cc-form-group .wpcf7-radio input {
width: auto;
height: auto;
margin-right: 5px;
}
.wpcf7-radio .wpcf7-list-item.last {
display: inline-block;
}
.wpcf7-form-control-wrap.Others {
display: inline-block;
width: auto;
}
.wpcf7-form-control-wrap.Others input{
height: auto;
}
.cc-btn-wrapper input,
.wpforms-submit {
width: 300px !important;
height: 50px !important;
border: none !important;
border-radius: 5px !important;
color: #fff !important;
background-color: #de3518 !important;
cursor: pointer;
transition: .5s all;
}
.cc-btn-wrapper input:hover,
.wpforms-submit:hover {
background-color: #333 !important;
}
.grecaptcha-logo {
display: none;
}
.screen-reader-response,
.wpcf7-not-valid-tip {
color: red;
}
.wpcf7-not-valid-tip {
font-size: 16px;
}
#searchform input {
margin-bottom: 10px;
}
.page-id-6131 .wpforms-field-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.page-id-6131 .wpforms-field {
width: 100% !important;
}
.page-id-6131 .wpforms-field input {
max-width: 100% !important;
} .section-eb5-cta {
margin-top: -150px;
}
.grecaptcha-badge {
display: none;
}
.glossary-content-wrapper p {
margin-top: 0;
}
.glossary-bc-text a {
color: #fff;
}
.glossary-bc-text a:hover {
color: #de3518;
}
.glossary-link-initial-item, 
.glossary-no-link-initial-item {
margin-left: 5px;
margin-right: 5px;
}
.glossary-tooltip-text {
padding: 15px 10px !important;
font-size: 16px !important;
}
.glossary-only-link {
color: #f52e62 !important;
font-size: inherit !important;
}
html {
scroll-behavior: smooth;
}
.oxy-close-modal {
cursor: pointer;
}
@media only screen and (max-width:991px) {
.home-slider .unslider .unslider-nav {
bottom: 0;
}
}
@media only screen and (max-width:768px) {
#menu-quicklinks {
display: flex;
flex-direction: row!important;
flex-wrap: wrap;
}
#-pro-menu-259-3161 .oxy-pro-menu-list>.menu-item {
flex: 0 0 100%;
max-width: 49%;
}
.section-cta-contact {
margin: 50px 0 50px;
}
.single .related-posts-after-content .related-thumb {
margin-right: 10px;
}
.video-grid {
margin-right: 0;
}
.content-br br {
display: none;
}
}
@media only screen and (max-width:767px) {
.page-sidebar {
position: relative;
top: 0;
}
.page-id-659 :where(.wp-block-columns.is-layout-flex) {
gap: 20px;
}
.page-id-659 .wp-block-buttons.is-content-justification-right {
justify-content: center;
}
}
@media only screen and (max-width:575px) {
h1 {
font-size: 30px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 24px;
}
h6 {
font-size: 22px;
}
#headline-55-3253 br {
display: none;
}
.home-slider .unslider-arrow.next {
right: 5px;
}
.home-slider .unslider-arrow.prev {
left: 5px;
}
.section-cta-contact {
margin: 0;
}
.search-results-text {
font-size: 22px;
}
.related-thumb-wrapper {
justify-content: space-between;
}
.single .related-posts-after-content .related-thumb {
margin-right: 0;
max-width: 49%;
}
.inner-pages-categories-wrapper {
margin-top: 0;
}
.home-title br {
display: block;
}
.oxy-comment-form #submit {
max-width: 100% !important;
}
.js-user-action #slide-1672-3253 {
background-image: url(https://www.abcdreamusa.com/wp-content/uploads/2021/08/slide-mobile-1.webp);
}
.js-user-action #slide-1680-3253 {
background-image: url(https://www.abcdreamusa.com/wp-content/uploads/2021/08/slide-mobile-2.webp);
}
.js-user-action #slide-1688-3253 {
background-image: url(https://www.abcdreamusa.com/wp-content/uploads/2021/08/slide-mobile-3.webp);
}
.js-user-action #slide-1696-3253 {
background-image: url(https://www.abcdreamusa.com/wp-content/uploads/2021/08/slide-mobile-4.webp);
}
.js-user-action #slide-1704-3253 {
background-image: url(https://www.abcdreamusa.com/wp-content/uploads/2021/08/slide-mobile-5.webp);
}
.js-user-action #slide-1712-3253 {
background-image: url(https://www.abcdreamusa.com/wp-content/uploads/2021/08/slide-mobile-6.webp);
}
.page-id-6131 #wpforms-6137-field_10-container,
.page-id-6131 #wpforms-6137-field_11-container {
width: 100% !important;
}
.cc-btn-wrapper input,
.wpforms-submit {
width: 100% !important;
}
}
.oxy-comment-form #submit:hover{
background-color:#182136;
}
.oxy-comment-form #submit{
font-family:Roboto;
background-color:#de3518;
transition-duration:.5s;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
width:100%;
max-width:300px;
border-radius:5px;
font-size:20px;
}
.oxy-comment-form textarea{
height:150px;
}
#shortcode-97-3982 .wpcf7-form{
width:100%;
}
fieldset{
width:100%;
}