*,
:after,
:before {
    box-sizing: border-box;
}
:root {
  --body-fonts-1: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  --body-fonts-2: Proxima Nova, proxima-nova,  Arial, sans-serif;
  --body-fonts-3: "neue-haas-grotesk-display", Neue Haas Grotesk Display Pro, Arial, sans-serif;
  --body-fonts-4: "neue-haas-grotesk-text",Neue Haas Grotesk Text Pro, Arial, sans-serif;

}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: var(--body-fonts-1);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
	line-height: 1.2;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
	letter-spacing:0.03rem
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #00366d;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #001021;
    text-decoration: underline;
}
a:not([href]),
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
        Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}


/*  Default Wordpress Stylings */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


@media (max-width: 767.98px) {
	img.alignright,
	img.alignleft,
	img.aligncenter,
	a img.alignright,
	a img.alignleft,
	a img.aligncenter {display: block; float:none; margin:1em auto}

}



table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00366d;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;

    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 107;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00366d;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0075ed;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 54, 109, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #30ac88;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 105;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(48, 172, 136, 0.9);
    border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #30ac88;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2330ac88' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #30ac88;
    box-shadow: 0 0 0 0.2rem rgba(48, 172, 136, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #30ac88;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2330ac88' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #30ac88;
    box-shadow: 0 0 0 0.2rem rgba(48, 172, 136, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #30ac88;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #30ac88;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #30ac88;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label:before {
    border-color: #44cba4;
    background-color: #44cba4;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(48, 172, 136, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #30ac88;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #30ac88;
    box-shadow: 0 0 0 0.2rem rgba(48, 172, 136, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #da0953;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 105;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(218, 9, 83, 0.9);
    border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #da0953;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23da0953' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23da0953' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #da0953;
    box-shadow: 0 0 0 0.2rem rgba(218, 9, 83, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #da0953;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23da0953' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23da0953' stroke='none'/%3E%3C/svg%3E")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #da0953;
    box-shadow: 0 0 0 0.2rem rgba(218, 9, 83, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #da0953;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #da0953;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #da0953;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label:before {
    border-color: #f6206c;
    background-color: #f6206c;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(218, 9, 83, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #da0953;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #da0953;
    box-shadow: 0 0 0 0.2rem rgba(218, 9, 83, 0.25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 103;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 104;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 102;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 103;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 109;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 108;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;

    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
:root {
    font-size: 16px;
}
:root,
body {
    font-family: var(--body-fonts-2);
}
body {
    color: #25394c;
   /* font-size: 1.125rem;*/
}
.h1,
h1 {
    font-size: 2.5rem;
    line-height: 1.1;
}
.h1,
h1{
    font-family: var(--body-fonts-3);
    font-weight: 600;
    color: #00366d;
    margin-bottom: 2rem;
}
.h2,
h2 {
    font-family: var(--body-fonts-3);
    font-weight: 600;
    color: #00366d;
    font-size: 2rem;
}
.h3,
h3 {
    font-family: var(--body-fonts-4);
    font-weight: 500;
    font-size: 1.75rem;
}
.h4,
.single-faq .all-faqs,
.single-faq .faq-inside h2,
h4 {
    font-family: var(--body-fonts-4);
    font-weight: 500;
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}

p {
    line-height: 1.4;
}
p .bold {
    font-weight: 700;
}
p .underlined {
    text-decoration: underline;
}
.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
@media screen and (max-width: 767px) {
    .h1,
    h1 {
        font-size: 3rem;
    }
    .h2,
    h2 {
        font-size: 2.25rem;
    }
    .h3,
    h3 {
        font-size: 1.75rem;
    }
    .h4,
    .single-faq .all-faqs,
    .single-faq .faq-inside h2,
    h4 {
        font-size: 1.25rem;
    }
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.mobile-menu-opened {
    overflow: hidden;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
}
button {
    border: none;
}
.btn,
a,
button {
    transition: all 0.3s ease, font-weight 0s;
}
section {
    padding: 8rem 0;
}
@media screen and (max-width: 991px) {
    section {
        padding: 5rem 0;
    }
}
@media screen and (max-width: 767px) {
    section {
        padding: 3rem 0;
    }
}
section.basic-page {
    padding: 3rem 0;
}
section.basic-page .table-wrap {
    overflow: auto;
}
section.basic-page .table-wrap table {
    width: 100%;
    margin-bottom: 20px;
}
section.basic-page .table-wrap table td {
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
@media screen and (max-width: 991px) {
    section.basic-page .table-wrap table {
        font-size: 12px;
    }
}
.page-id-5213.logged-in.admin-bar {
    overflow-x: hidden;
}
main {
    margin-top: 130px;
}
@media (min-width: 992px) {
	main {
		margin-top: 180px;
	}
}

.btn {
    font-weight: 700;
    border-radius: 10px;
    padding: 0.25rem 1.5rem;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn:hover {
    text-decoration: none;
}
.btn-red {
    background-color: #da0953;
    color: #fff;
}
.btn-red:focus,
.btn-red:hover {
    background-color: #fff;
    color: #da0953;
}
.btn-green {
    background-color: #30ac88;
    color: #fff;
}
.btn-green:focus,
.btn-green:hover {
    background-color: #fff;
    color: #30ac88;
}
.btn-blue {
    background-color: #00366d;
    color: #fff;
}
.btn-blue:focus,
.btn-blue:hover {
    background-color: #fff;
    color: #00366d;
}
.btn-medium-blue {
    background-color: #2d6da3;
    color: #fff;
}
.btn-medium-blue:focus,
.btn-medium-blue:hover {
    background-color: #fff;
    color: #2d6da3;
}
.btn-purple {
    background-color: #5a2569;
    color: #fff;
}
.btn-purple:focus,
.btn-purple:hover {
    background-color: #fff;
    color: #5a2569;
}
.btn-sky-blue {
    background-color: #00b5ee;
    color: #fff;
}
.btn-sky-blue:focus,
.btn-sky-blue:hover {
    background-color: #fff;
    color: #00b5ee;
}

.btn-yellow {
    background-color: #ffd21f;
    color: #858585;
}
.btn-yellow:focus,
.btn-yellow:hover {
    background-color: #fff;
    color: #ffd21f;
}


.btn-pink {
    background-color: #dc265f;
    color: #fff;
}
.btn-pink:focus,
.btn-pink:hover {
    background-color: #fff;
    color: #dc265f;
}


.btn-pink-invert {
    color: #dc265f;
	background-color: #ffffff;
}

.btn-pink-invert :hover {
    color: #ffffff;
    background-color: #dc265f;
}



.btn-outline-white {
    color: #ffffff;
	border: 2px solid #ffffff;
}

.btn-outline-white:hover {
    color: #00b5ee;
    background-color: #ffffff;
    border-color: #00b5ee;
}



.btn-white {
    background-color: #fff;
    color: #858585;
}
.btn-white:focus,
.btn-white:hover {
    background-color: #d9d9d9;
    color: #ffffff;
}



.btn-grey {
    background-color: #ddddde ;
    color: #5a2569;
}
.btn-grey:focus,
.btn-grey:hover {
    background-color: #5a2569;
    color: #ddddde ;
}


.btn-wrap {
    margin: 0 -0.5rem;
}
.btn-wrap .btn {
    margin: 0.5rem;
}




.btn-lg {
    font-weight: 700;
    border-radius: 10px;
    padding: 0.5rem 2.5rem;
    display: inline-block;
	font-size: 1.25rem;
    line-height: 1.5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-link {
    font-weight: 600;
    color: #00366d;
    text-decoration: underline;
    border-radius:0;
    padding: 0;
    box-shadow:none;
	background: none;

}

.btn-link:hover {
    color: #001021;
    text-decoration: underline;
}
.btn-link:focus{
	outline: 0px auto -webkit-focus-ring-color;
	text-decoration: underline;
}



/* Border color*/

.border-red,
.border-red:before {
    border-color: #da0953 !important;
}

.border-green,
.border-green:before {
    border-color: #30ac88 !important;
}

.border-blue,
.border-blue:before {
    border-color: #00366d !important;
}

.border-medium-blue,
.border-medium-blue:before {
    border-color: #2d6da3 !important;
}

.border-purple,
.border-purple:before {
    border-color: #5a2569 !important;
}

.border-sky-blue,
.border-sky-blue:before {
    border-color: #00b5ee !important;
}

.border-pink,
.border-pink:before {
    border-color: #ffd21f !important;
}

.border-pink,
.border-pink:before {
    border-color: #dc265f !important;
}

.border-white,
.border-white:before {
    border-color: #fff !important;
}

.border-grey,
.border-grey:before {
    border-color: #ddddde !important;
}




.has-background-image {
    position: relative;
}
.background-image {
    left: 0;
    top: 0;
}
.background-image,
.background-image > div {
    position: absolute;
    width: 100%;
    height: 100%;
}
.background-image > div {
    background-size: cover;
    background-position: 50%;
}
.bg-img-retina,
.slick-slide .bg-img-retina,
.post-card-img .bg-img-retina {
    display: none;
}
@media (-webkit-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
    (min-resolution: 2dppx) and (min-width: 768px),
    (min-resolution: 192dpi) {
    .bg-img-retina,
	.slick-slide .bg-img-retina,
	.post-card-img .bg-img-retina  {
        display: block;
    }
    .bg-img-regular,
	.slick-slide .bg-img-regular,
	.post-card-img .bg-img-regular  {
        display: none;
    }
}

.has-background-image .container{
	position: relative;
    color: #fff;
}

.search-container {
    background: rgba(0, 54, 109, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3rem 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    z-index: 106;
}
.search-container.show {
    transform: translateY(0);
	position:fixed;
	height:100%;
}
.search-container > .container {
    position: relative;
}
.search-container .close {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: 0;
    width: 20px;
    height: 20px;
}
.search-container .close:after,
.search-container .close:before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 2px;
}
.search-container .close:before {
    transform: rotate(45deg);
}
.search-container .close:after {
    transform: rotate(-45deg);
}
.search-container form {
    padding-top: 3rem;
    padding-right: 3rem;
}
.search-container form .input-line {
    position: relative;
}
.search-container form .input-line input[type="text"] {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    height: auto;
    outline: none;
    padding: 0;
    box-shadow: none;
}
.search-container form .input-line input[type="text"]::-ms-input-placeholder {
    color: #fff;
}
.search-container form .input-line input[type="text"]::placeholder {
    color: #fff;
}
.search-container
    form
    .input-line
    input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
.search-container form .input-line input[type="text"]::-moz-placeholder {
    color: #fff;
}
.search-container form .input-line input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
.search-container form .input-line input[type="text"]:-moz-placeholder {
    color: #fff;
}
.search-container form .input-line input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/search.svg) 50% no-repeat;
    border: 0;
    text-indent: -99999px;
    padding: 0;
    box-shadow: none;
}
.search-container .custom-checkbox {
    display: inline-block;
    position: relative;
    padding-right: 40px;
    padding-top: 4px;
    margin-bottom: 12px;
    float: right;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}
.search-container .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.search-container .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 28px;
    border-radius: 5px;
    background-color: #fff;
}
.search-container .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.search-container .custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.search-container .custom-checkbox input:checked ~ .checkmark {
    background-color: #00b5ee;
}
.search-container .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.search-container .custom-checkbox .checkmark:after {
    left: 9px;
    top: 3px;
    width: 10px;
    height: 17px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
@media screen and (max-width: 757px) {
    .search-container {
        padding: 2rem;
    }
    .search-container form {
        padding-right: 0;
    }
    .search-container .close {
        right: 1rem;
    }
}
header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 101;
}
header .nav-link {
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
}
header .dropdown.show .dropdown-toggle:after {
    opacity: 1;
}
header .dropdown-toggle {
    position: relative;
}
header .dropdown-toggle:after {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00b5ee;
    border: 0;
    margin: 0;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
}
header .dropdown-toggle:hover:after {
    opacity: 1;
}
header .dropdown-menu {
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 0;
}
header .dropdown-menu .dropdown-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #00366d;
    letter-spacing: 1px;
    padding: 0.5rem 1.5rem;
}
header .dropdown-menu .dropdown-item:hover {
    background-color: #00366d;
    color: #fff;
}
header .dropdown-menu .dropdown-item:active {
    background: none;
    color: #00366d;
}
header .dropdown-menu.expand {
    padding-bottom: 160px;
    padding-right: 540px;
}
header .has-submenu {
    transform: none;
    left: -50px;
}
header .submenu {
    position: relative;
}
header .submenu .dropdown-item {
    position: relative;
    padding-right: 3rem;
}
header .submenu .dropdown-item:before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    transition: all 0.3s ease;
}
header .submenu .dropdown-item:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #00b5ee;
    border-right: 2px solid #00b5ee;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}
header .submenu .dropdown-item:hover:before {
    background-color: #00b5ee;
}


header .submenu ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 540px;
    padding: 0 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    display: none;
}
header .submenu ul li {
    width: 50%;
}
header .submenu ul li a {
    padding: 0.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}
header .submenu ul li a:hover {
    font-weight: 700;
    font-size: 16px;
}
header .submenu ul li .icon-wrap {
    width: 50px;
	padding-right:0.875rem;
}
header .submenu.submenuOpen ul {
    display: -ms-flexbox;
    display: flex;
}
header .submenu + .submenu ul {
    margin-top: -35px;
}
header .submenu .products-nav ~ ul {
    margin-top: -80px;
    -ms-flex-align: center;
    align-items: center;
}
header .nav-top {
    /*background-color: #00366d;*/
    color: #00366d;
    transition: all 0.3s ease;
    height: 50px;
}
header .nav-top .nav-item {
    margin: 0 0rem;
}
header .nav-top .nav-link {
    font-size: 12px;
    color: #00366d;
}
header .nav-top .search-toggle {
    font-size: 12px;
    color: #00366d;
    border: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0.25rem;
	padding: 0.5rem 0.25rem;
	outline:0;
}
header .nav-top .search-toggle svg {
    fill: #00366d;
	transition: all 0.3s ease;
}
header .nav-top .search-toggle:hover svg {
    fill: #00b5ee;
}


header .nav-main {
    z-index: 106;
	background: rgb(15,20,39);
	background: -moz-linear-gradient(90deg, rgba(37,106,163,1) 0%, rgba(15,20,39,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(37,106,163,1) 0%, rgba(15,20,39,1) 100%);
	background: linear-gradient(90deg, rgba(37,106,163,1) 0%, rgba(15,20,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#256aa3",endColorstr="#0f1427",GradientType=1);
}
header .header-top{
	height:120px;
    transition: all 0.3s ease;
}

header .nav-main .navbar-brand .d-sm-block,
header .header-logo img.for-web {
    min-width: 260px;
}
header .nav-main .container {
    position: relative;
}
header .nav-main .nav-item {
    margin: 0 0.75rem;
    /*padding-bottom: 24px;
    padding-top: 24px;*/
}
header .nav-main .nav-link {
    font-size: 16px;
	color:#fff;
	margin: 0.25rem 0rem;
}
header .nav-main .learn-more-btn {
    margin-left: 0.75rem;
    padding: 0.25rem 2rem;
    cursor: pointer;
   /* color: #fff;*/
}
header .nav-main .btn-green:focus,
header .nav-main .btn-green:hover {
    color: #30ac88;
}

header .social-media {
	border-left:1px solid #154071;
	padding: 0 0 0 0.5rem;

	}
header .social-media a {
     margin: 0 0.125rem;
}
header .social-media a {
    display: inline-block;
}
header .social-media a svg {
    fill: #154071;
    transition: all 0.3s ease;
}

header .social-media a:hover svg {
    fill: #00b5ee;
}

header.scrolled {
    background-color: #fff;
    z-index: 101;
    border-bottom: 5px solid #e7ebf0;
}
header.scrolled .header-top{
	height: 80px;
}

header.scrolled .nav-top {
    /*height: 0;
    overflow: hidden;
    padding: 0;*/
}
header.scrolled .nav-main {
    background-color: #fff;
}
@media screen and (max-width: 991px) {
	header .header-top{
		height:80px;
	}
	main.homepage{
   	 margin-top: 130px;
	}

    header .offcanvas-collapse {
        position: fixed;
        top: 150px;
        bottom: 0;
        right: -100vw;
        width: 100vw;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(0, 54, 109, 0.95);
        transition: all 0.3s ease;
        display: block;
    }
    header .offcanvas-collapse.open {
        right: 0;
        visibility: visible;
    }
    header .navbar-toggler {
        width: 36px;
        height: 36px;
        position: relative;
		outline:none;
    }
    header .navbar-toggler .line {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }
    header .navbar-toggler .line:first-child {
        top: 4px;
    }
    header .navbar-toggler .line:nth-child(2) {
        top: 18px;
    }
    header .navbar-toggler .line:nth-child(3) {
        top: 32px;
    }
    header .navbar-toggler.open .line:first-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 17px;
    }
    header .navbar-toggler.open .line:nth-child(2) {
        opacity: 0;
    }
    header .navbar-toggler.open .line:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 17px;
    }
    header .nav-main .navbar-nav {
        padding: 2rem 0;
        text-align: center;
    }
    header .nav-main .nav-link {
        padding: 1rem 0;
        color: #fff;
        font-size: 16px;
        display: inline-block;
    }
    header .nav-main .nav-link.dropdown-toggle:before {
        content: "";
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: -25px;
        top: 20px;
    }
    header .dropdown-menu {
        background-color: hsla(0, 0%, 100%, 0.95);
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    header .dropdown-menu.show {
        display: -ms-flexbox;
        display: flex;
    }
    header .dropdown-menu .dropdown-item {
        display: block;
        width: auto;
        text-align: center;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    header .submenu {
        width: 100%;
    }
    header .submenu .dropdown-item {
        display: block;
        /*width: 194px;*/
        margin-left: auto;
        margin-right: auto;
    }
    header .submenu .dropdown-item:before {
        content: none;
    }
    header .submenu ul {
        position: unset;
        width: 100%;
        padding: 0 8rem;
    }
    header .submenu + .submenu ul {
        margin-top: 0;
    }
    header.scrolled .offcanvas-collapse {
        top: 130px;
    }
    header .solution_nav .dropdown-menu.expand {
        padding: 1.5rem 0;
    }
}
@media screen and (max-width: 575px) {
    header .navbar-brand img {
        height: 60px;
    }
    header .dropdown-toggle:after {
        height: 2px;
    }
    header .nav-main .learn-more-btn {
        font-size: 14px;
    }
    header .nav-main .nav-item {
        margin: 0;
    }
    header .offcanvas-collapse {
        top: 124px;
    }
    header .nav-top .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    header .nav-top .navbar-nav .nav-link {
        padding: 0.125rem 0.25rem;
    }
    header .nav-top .navbar-nav .dropdown-menu {
        position: absolute;
    }
    header .submenu {
        position: relative;
    }
    header .submenu ul {
        padding: 0;
    }
    header .submenu ul li a {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
		text-align:center;
    }
    header .submenu ul li a .icon-wrap {
        margin: 0 0 0.5rem;
        height: 32px;
        width: auto;
    }
	header .submenu ul li a .icon-wrap img{
	 height: 32px;
	}
    header.scrolled .offcanvas-collapse {
        top: 130px;
    }
}
@media screen and (max-width: 991px) {
    .logged-in header .offcanvas-collapse {
        top: 172px;
    }
}
@media screen and (max-width: 782px) {
    .logged-in header .offcanvas-collapse {
        top: 186px;
    }
}
@media screen and (max-width: 575px) {
    .logged-in header .offcanvas-collapse {
        top: 172px;
    }
}
footer {
    padding: 4rem 0;
}
footer .footer-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer h3 {
    font-weight: 700;
    color: #00366d;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    letter-spacing: 1px;
}
footer nav {
    display: -ms-flexbox;
    display: flex;
}
footer .nav-link {
    font-size: 14px;
    color: #25394c;
    opacity: 0.75;
    display: inline-block;
}
footer .nav-link:hover {
    opacity: 1;
    text-decoration: underline;
}
footer .footer-bottom {
    /*text-align: center;
    padding-top: 3rem;*/
	height:50px;
}

@media (max-width: 576px) {
    footer .footer-bottom {
        height: 70px;
		text-align:center;
    }
}

footer img.footer-bottom-logo{
	width:150px;
}

footer .social-media a {
     margin: 0 0.25rem;
    display: inline-block;
}
footer .social-media a svg {
    fill: #ffffff;
    transition: all 0.3s ease;
}
footer .social-media a:hover svg {
    fill: #00b5ee;
}
footer .terms-copyright a,
footer .terms-copyright span {
    display: inline-block;
   /* margin: 1rem 1.5rem;*/
    font-size: 12px;
    color: #ffffff;
    opacity: 0.75;
}
@media screen and (max-width: 991px) {
    footer .footer-top {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .footer-top .footer-logo {
        width: 80px;
        margin-bottom: 2rem;
    }
    footer nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .nav {
        width: 33.333%;
        margin-bottom: 1rem;
    }
    footer .footer-nav-1 {
        -ms-flex-order: 5;
        order: 5;
    }
    footer .footer-nav-2 {
        -ms-flex-order: 4;
        order: 4;
    }
    footer .footer-nav-3 {
        -ms-flex-order: 1;
        order: 1;
    }
    footer .footer-nav-4 {
        -ms-flex-order: 2;
        order: 2;
    }
    footer .footer-nav-5 {
        -ms-flex-order: 3;
        order: 3;
    }
    footer .footer-nav-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}
@media screen and (max-width: 575px) {
    footer .footer-top {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .footer-top .footer-logo {
        width: 80px;
        margin-bottom: 2rem;
    }
    footer nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .nav {
        width: 50%;
        margin-bottom: 1rem;
    }
    footer .footer-nav-1 {
        -ms-flex-order: 5;
        order: 5;
    }
    footer .footer-nav-2 {
        -ms-flex-order: 4;
        order: 4;
    }
    footer .footer-nav-3 {
        -ms-flex-order: 1;
        order: 1;
    }
    footer .footer-nav-4 {
        -ms-flex-order: 2;
        order: 2;
    }
    footer .footer-nav-5 {
        -ms-flex-order: 3;
        order: 3;
    }
    footer .footer-nav-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}
form .form-group {
    margin-bottom: 1.5rem;
}
form input,
form select,
form textarea {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding: 1rem 2rem;
}
form input,
form select {
    height: 75px;
}
form textarea {
    height: 269px;
    resize: none;
}
form ::-webkit-input-placeholder {
    opacity: 0.3;
    font-weight: 700;
    color: #30ac88;
}
form ::-moz-placeholder {
    opacity: 0.3;
    font-weight: 700;
    color: #30ac88;
}
form ::-ms-input-placeholder {
    opacity: 0.3;
    font-weight: 700;
    color: #30ac88;
}
form ::placeholder {
    opacity: 0.3;
    font-weight: 700;
    color: #30ac88;
}

/*.modal-content {
    cursor: auto;
    height: 600px;
    width: 550px;
    border-radius: 15px;
    background-color: rgba(0, 54, 109, 0.9);
}
.modal-content .modal-header {
    border: none;
}
.modal-content .modal-body .popup-form {
    position: relative;
    top: 65px;
    padding: 45px;
}
.modal-content .modal-body .popup-form h3 {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: proxima nova, sans-serif;
}
.modal-content .modal-body .popup-form h3 span {
    color: #e62267;
}
.modal-content .modal-body .popup-form p {
    color: #fff;
}
.modal-content .modal-body .popup-form .btn-wrap {
    text-align: center;
    margin-top: 40px;
}
.modal-content .modal-body .popup-form .btn-wrap a {
    width: 217px;
    height: 50px;
    padding: 12px 0;
}
.modal-content .modal-body .mfp-close {
    color: #fff;
    position: absolute;
    top: 35px;
    right: 45px;
    background: 0;
    border: 0;
    width: 44px;
    height: 44px;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
@media screen and (min-width: 576px) {
    .modal-content .modal-dialog {
        max-width: 550px;
    }
}
@media screen and (max-width: 460px) and (min-width: 428px) {
    .modal-content .modal-body .popup-form {
        position: relative;
        top: 65px;
        padding: 30px 45px;
    }
}
@media screen and (max-width: 427px) and (min-width: 399px) {
    .modal-content .modal-body .popup-form {
        position: relative;
        top: 65px;
        padding: 15px 30px;
    }
}
@media screen and (max-width: 398px) and (min-width: 360px) {
    .modal-content .modal-body .popup-form {
        position: relative;
        top: 65px;
        padding: 15px 24px;
    }
    .modal-content .modal-body .popup-form .btn-wrap {
        text-align: center;
        margin-top: 35px;
    }
}*/
.hero-banner {
    padding: 5rem 0;
}
.hero-banner,
.hero-banner .container {
    position: relative;
}
.hero-banner.hero-light {
    background: linear-gradient(
        180deg,
        rgba(0, 181, 238, 0) 0,
        rgba(0, 181, 238, 0.1)
    );
}
.hero-banner.hero-light h1 {
    margin-bottom: 1rem;
}
.hero-banner.hero-dark {
    color: #fff;
    text-align: center;
    height: 580px;
}
.hero-banner.hero-dark .background-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(45, 109, 163, 0.75) 0, #00366d);
}
.hero-banner.hero-dark .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.hero-banner.hero-dark h1 {
    color: #fff;
}
.hero-banner.hero-vertical {
    text-align: center;
}
.hero-banner.hero-vertical .text-wrap {
    margin-left: auto;
    margin-right: auto;
}
.hero-banner.hero-horizontal {
    padding: 6.25rem 0;
}
.hero-banner.hero-horizontal .container {
    display: -ms-flexbox;
    display: flex;
}
.hero-banner.hero-horizontal .container .text-wrap {
    padding-right: 145px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero-banner.hero-horizontal .container .text-wrap h1 {
    font-weight: 600;
    text-align: left;
}
.hero-banner.hero-horizontal .container .text-wrap .h4,
.hero-banner.hero-horizontal .container .text-wrap .single-faq .all-faqs,
.hero-banner.hero-horizontal .container .text-wrap .single-faq .faq-inside h2,
.single-faq .faq-inside .hero-banner.hero-horizontal .container .text-wrap h2,
.single-faq .hero-banner.hero-horizontal .container .text-wrap .all-faqs {
    font-weight: 600;
    text-align: left;
    margin-top: 0;
}
.video-thumb-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 57.325%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.16);
}
.home .video-thumb-wrap{
	box-shadow:none
}
.video-thumb-wrap .play-btn {
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease;
    z-index: 2;
}
.video-thumb-wrap .play-btn:after,
.video-thumb-wrap .play-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
	border: 2px solid #fff;
}
.video-thumb-wrap .play-btn span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 32px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    display: block;
    left: calc(50% - 12px);
    top: calc(50% - 22px);
}


.video-thumb-wrap.dark-play .play-btn:after,
.video-thumb-wrap.dark-play .play-btn:before {
	border: 2px solid #858585;
}
.video-thumb-wrap.dark-play .play-btn span {
    border-color: transparent transparent transparent #858585;
}

.video-thumb-wrap.pink-play .play-btn:after,
.video-thumb-wrap.pink-play .play-btn:before {
	border: 2px solid #da0953;
}
.video-thumb-wrap.pink-play .play-btn span {
    border-color: transparent transparent transparent #da0953;
}

.video-thumb-wrap:hover .play-btn {
    transform: scale(0.75);
}
.video-thumb-wrap:hover .play-btn:before {
    transform: scale(1.6);
}
.video-thumb-wrap:hover .play-btn:after {
    transform: scale(2.167);
}

.video-thumb-wrap.thumb-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 38, 95, 0.5);
    z-index: 1;
}



.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.3s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.image-text-row {
    padding: 2rem 0;
}
.image-text-row > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-card {
    height: 100%;
   /* display: -ms-flexbox;
    display: flex;*/
    padding: 2.5rem 2.5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.testimonial-card .quote-icon {
    /*-ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;*/
	text-align:center;
	margin-bottom:20px;

}
.testimonial-card .quote-content {
    /*padding-left: 1rem;*/
	font-size:0.875rem
}
.testimonial-card .quote-content .quote {
    margin-bottom: 2rem;
}
.testimonial-card .quote-content .name {
    font-weight: 400;
    color: #30ac88;
}
.testimonial-card.sky-blue-quote svg {
    fill: #00b5ee;
}
.testimonial-card.sky-blue-quote .unquote {
    color: #00b5ee;
}
.testimonial-card.white-quote svg {
    fill: #fff;
}
.testimonial-card.white-quote .unquote {
    color: #fff;
}
.testimonial-card.blue-card {
    background-color: #00366d;
    color: #fff;
}
.testimonial-card.white-card {
    background-color: #fff;
}
.testimonial-card.white-card svg {
    fill: #5d236d;
}
.testimonial-card.white-card .unquote {
    color: #00b5ee;
}
.featured-card {
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    margin-bottom: 4rem;
    position: relative;
}
.featured-card .image-wrap {
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.featured-card .text-wrap {
    padding: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.featured-card .text-wrap .green-bold {
    font-size: 14px;
    color: #30ac88;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.featured-card .text-wrap .date {
    font-size: 14px;
    color: #00366d;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.featured-card .text-wrap .btn-wrap {
    margin-top: 2rem;
}
@media screen and (max-width: 767px) {
    .featured-card {
        display: block;
    }
    .featured-card .image-wrap {
        width: 100%;
        padding-top: 100%;
    }
    .featured-card .text-wrap {
        padding: 1rem;
    }
}
.thanks-modal .modal-dialog {
    min-width: 650px;
    min-height: 400px;
}
.thanks-modal .modal-dialog .close {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    padding: 2px 10px;
}
.thanks-modal .modal-content {
    background-color: #fff;
    height: 300px;
}
.thanks-modal .modal-body {
    padding: 7rem 1rem;
}
.thanks-modal h3 {
    text-align: center;
}
@media (min-width: 900px) {
    .learnmore-form .modal-dialog {
        max-width: 860px;
        margin: 1.75rem auto;
    }
}
.learnmore-form .modal-content {
    height: unset;
    width: 860px;
}
.learnmore-form .modal-content .modal-body {
    padding: 15px 140px;
}
.learnmore-form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 0 148px;
}
.learnmore-form form input {
    width: 100%;
    height: 60px;
}
.learnmore-form form textarea {
    width: 100%;
}
.learnmore-form form .form-group {
    margin-bottom: 0;
}
.learnmore-form form ::-webkit-input-placeholder {
    font-size: 14px;
    color: #25394c;
    text-transform: uppercase;
}
.learnmore-form form ::-moz-placeholder {
    font-size: 14px;
    color: #25394c;
    text-transform: uppercase;
}
.learnmore-form form ::-ms-input-placeholder {
    font-size: 14px;
    color: #25394c;
    text-transform: uppercase;
}
.learnmore-form form ::placeholder {
    font-size: 14px;
    color: #25394c;
    text-transform: uppercase;
}
.learnmore-form form .btn-wrap {
    text-align: center;
    margin-right: 0.5rem;
}
.learnmore-form form .btn-wrap .btn {
    background-color: #da0953;
    border: 0;
    color: #fff;
    height: 59px;
    width: 193px;
    padding: 15px 48px;
    outline: 0;
}
.learnmore-form #formmessage {
    margin: 65px 10px 0;
    color: #fff;
}
.learnmore-form #formmessage h3 {
    font-size: 1.7em;
}
.learnmore-form #formmessage a {
    color: #00b5ee;
}
@media (max-width: 900px) {
    .learnmore-form form {
        padding: 0 40px;
    }
    .learnmore-form .textdes {
        margin: 65px 20px 0 !important;
    }
    .learnmore-form #formmessage {
        margin: 65px 40px 0;
    }
    .learnmore-form .modal-content .modal-body {
        padding: 15px 40px !important;
    }
}
@media (min-width: 768px) {
    .learnmore-form #Countrydiv {
        padding-right: 0;
    }
    .learnmore-form #Statediv {
        padding-left: 9px;
    }
    .learnmore-form #NameRow {
        padding-right: 9px;
    }
    .learnmore-form #LastNameRow {
        padding-left: 0;
    }
}
.homepage .hero-banner .text-wrap {
    margin-bottom: 4rem;
    max-width: 710px;
}
.homepage .dont-you-know {
    text-align: center;
}
.homepage .dont-you-know .icons-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem 0rem;
}
.homepage .dont-you-know .icon-item {
    max-width: 300px;
    width: 33.3333%;
    padding: 1rem;
}
.homepage .dont-you-know .icon-item .icon-wrap {
    height: 80px;
}
.homepage .dont-you-know .icon-item .text-wrap .number {
    margin-bottom: 1rem;
	color:#0d6ae3;
	font-size:5.625rem;
}

.homepage .dont-you-know .icon-item.icon-item-color-1 .number{ color:#154071}
.homepage .dont-you-know .icon-item.icon-item-color-2 .number{ color:#ff00ff }

.homepage .dont-you-know .icon-item.icon-item-color-1 img{filter: brightness(0) saturate(100%) invert(17%) sepia(55%) saturate(1675%) hue-rotate(188deg) brightness(96%) contrast(92%);}
.homepage .dont-you-know .icon-item.icon-item-color-2 img{filter: invert(19%) sepia(97%) saturate(2670%) hue-rotate(288deg) brightness(117%) contrast(141%);}


.homepage .dont-you-know h3 {
    color: #00366d;
    margin-bottom: 2rem;
}







@media screen and (max-width: 767px) {
    .homepage .dont-you-know .icon-item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.homepage .discovery-tool {
    text-align: center;
    padding: 1rem 0 6rem;
}
.homepage .discovery-tool h3 {
    color: #00366d;
    margin-bottom: 2rem;
}
.homepage .more {
    background: linear-gradient(180deg, #2d6da3 0, #00366d);
    padding-bottom: 150px;
    text-align: center;
}
.homepage .more .background-image {
    height: 137px;
    bottom: 0;
    top: auto;
}
.homepage .more .background-image > div {
    background-size: contain;
    background-repeat: repeat-x;
}
.homepage .more .container {
    position: relative;
    color: #fff;
}
.homepage .more .container h2 {
    color: #fff;
    margin-bottom: 2rem;
}
.homepage .image-text-section .h4,
.homepage .image-text-section .single-faq .all-faqs,
.homepage .image-text-section .single-faq .faq-inside h2,
.single-faq .faq-inside .homepage .image-text-section h2,
.single-faq .homepage .image-text-section .all-faqs {
    color: #30ac88;
    padding: 10px 0;
    box-shadow: none;
}
.homepage .compliance {
    background-color: rgba(42, 199, 248, 0.05);
    text-align: center;
}
.homepage .compliance .logo-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.homepage .compliance .logo-item,
.homepage .compliance .logo-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.homepage .compliance .logo-item {
    padding: 2rem 2.75rem;
    width: 25%;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .homepage .compliance .logo-item {
        width: 50%;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.5rem 1rem;
    }
}
.homepage .testimonials h2 {
    text-align: center;
}
.homepage .testimonials .testimonials-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
}
.homepage .testimonials .testimonials-row .testimonial-item {
    width: calc(33.333% - 0.75rem);
}
@media screen and (max-width: 991px) {
    .homepage .testimonials .testimonials-row .testimonial-item {
        width: 100%;
        margin-bottom: 2rem;
    }
}
.homepage .awards-section {
    text-align: center;
    /*padding-top: 30px;*/
}
.homepage .awards-section .awards-row {
    margin-top: 0px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.homepage .awards-section .awards-row .logo-item {
    margin-bottom: 30px;
    padding: 2rem 0.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.homepage .awards-section .awards-row .logo-item img {
    max-width: 208px;
}
.homepage .ensure-compliance {
    /*background: linear-gradient(180deg, #00366d 0, #25394c);*/
    color: #fff;
}
.homepage .ensure-compliance h2 {
    color: #fff;
}
.homepage .ensure-compliance .row > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.homepage .ensure-compliance .h4,
.homepage .ensure-compliance .single-faq .all-faqs,
.homepage .ensure-compliance .single-faq .faq-inside h2,
.single-faq .faq-inside .homepage .ensure-compliance h2,
.single-faq .homepage .ensure-compliance .all-faqs {
    font-style: italic;
    color: #30ac88;
}
.homepage .ensure-compliance .text-wrap {
    padding-left: 6rem;
}
@media screen and (max-width: 991px) {
    .homepage .ensure-compliance .text-wrap {
        padding-left: 0;
    }
}
.clients.client-logos {
    text-align: center;
}
.clients.client-logos .clients-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clients.client-logos .client-item,
.clients.client-logos .clients-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.clients.client-logos .client-item {
    width: 33.33%;
    padding: 0 10px;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
}
.clients.client-logos .client-item img {
    min-width: 205px;
}
.clients.client-logos .client-slider {
    /*margin-top: 100px;
    padding: 0 25px;*/
	padding: 0 15px;
}
.clients.client-logos .client-slider .item {
    padding: 0 15px;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.clients.client-logos .client-slider .item img {
    max-height: 80px;
}
.clients.client-logos .client-slider .slick-arrow {
    border: solid #00366d;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    top: calc(50% - 12px);
}
.clients.client-logos .client-slider .slick-arrow:before {
    display: none;
}
.clients.client-logos .client-slider .slick-prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 2px;
}
.clients.client-logos .client-slider .slick-next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 2px;
}
@media screen and (max-width: 767px) {
    .clients.client-logos .client-item {
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .clients.client-logos .client-item {
        width: 100%;
    }
}
.homepage .book-a-demo {
    text-align: center;
    /*background-color: #2d6da3;*/
    color: #fff;
    overflow: hidden;
}
.homepage .book-a-demo .background-image {
    width: 700px;
    left: calc(50% - 350px);
}
.homepage .book-a-demo .container {
    position: relative;
}
.homepage .book-a-demo h2 {
    color: #fff;
}
.homepage .book-a-demo .h4,
.homepage .book-a-demo .single-faq .all-faqs,
.homepage .book-a-demo .single-faq .faq-inside h2,
.single-faq .faq-inside .homepage .book-a-demo h2,
.single-faq .homepage .book-a-demo .all-faqs {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}
.aboutpage h2 {
    /*text-align: center;*/
}
.aboutpage .hero-banner .text-wrap {
    margin-bottom: 4rem;
    max-width: 660px;
}
.aboutpage .hero-banner p {
    margin-top: 0px /*65px*/;
}
.aboutpage .leadership-section {
    /*padding: 6rem 0;*/
}
.aboutpage .leadership-section .teams-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -30px;
}
.aboutpage .leadership-section .teams-wrap .team-member-wrap {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 30px;
}
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member.active,
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member:hover {
    cursor: pointer;
}
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member.active
    .text-wrap,
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member:hover
    .text-wrap {
    background: linear-gradient(180deg, #2d6da3, #00366d);
}
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member.active
    .text-wrap
    h3,
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member.active
    .text-wrap
    p,
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member:hover
    .text-wrap
    h3,
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member:hover
    .text-wrap
    p {
    color: #fff;
}
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member
    .picture-wrap {
    position: relative;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
}
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member
    .picture-wrap
    img {
    max-width: inherit;
    width: 100%;
}
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member
    .text-wrap {
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 78%, 0.2) 0,
        hsla(0, 0%, 39%, 0.2)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33c7c7c7",endColorstr="#33646464",GradientType=1);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 140px;
}
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member
    .text-wrap
    h3 {
    font-size: 20px;
    color: #00366d;
    text-shadow: 0 0 #eee;
    text-decoration: underline;
}
.aboutpage
    .leadership-section
    .teams-wrap
    .team-member-wrap
    .team-member
    .text-wrap
    p {
    font-size: 18px;
    color: #00366d;
    max-width: 220px;
    margin: 0;
}
.aboutpage .leadership-section .teamcontent {
    text-align: center;
    margin: 0 30px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 20px;
}
.aboutpage .leadership-section .teamcontent p {
    padding: 15px;
    color: #2d6da3;
    margin-bottom: 0;
}
.aboutpage .leadership-section .team-member-details {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.aboutpage .leadership-section .close-btn {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -99999px;
    margin-right: -10px;
    cursor: pointer;
}
.aboutpage .leadership-section .close-btn:after,
.aboutpage .leadership-section .close-btn:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #333;
}
.aboutpage .leadership-section .close-btn:before {
    transform: rotate(45deg);
}
.aboutpage .leadership-section .close-btn:after {
    transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
    .aboutpage .leadership-section .teams-wrap {
        margin: 0 -10px;
    }
    .aboutpage .leadership-section .teams-wrap .team-member-wrap {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 10px;
    }
}
@media screen and (max-width: 576px) {
    .aboutpage .leadership-section .teams-wrap {
        margin: 0;
    }
    .aboutpage .leadership-section .teams-wrap .team-member-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}


.leadership-section .team-member{
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    overflow:hidden;
    border: 0px;;
}

.leadership-section .team-member:hover{
	background: linear-gradient(180deg, #2d6da3, #00366d);
	color:#fff;
	cursor:pointer;
}

.leadership-section .team-member .team-member-img {
    position: relative;
	background-color: rgba(0, 181, 238, 0.11);
    width: 100%;
	margin:auto;
	max-height:290px;
}


.leadership-section .team-member .team-member-img:before{
    content: "";
    display: block;
    padding-top: 75%;
}


.leadership-section .team-member .team-member-img img,
.leadership-section .team-member .team-member-img svg{
	width: 100%;
	height: 100%;
	max-width:100%;
	max-height:290px;/**/
  -o-object-fit: cover;
     object-fit: cover;
	 position:absolute;
	 top:0;
	 border-radius:0;
}
.leadership-section .team-member .card-body{
	min-height: 140px;
	text-align:center;
}

.popover.team-popover{
	max-width:480px;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*border-radius: 20px;*/
}

.popover.team-popover .popover-header {
    color: #fff;
    background-color: rgba(29, 58, 107,1) !important;

}
.popover.team-popover .popover-body{
  color: #212529;
   font-size: 0.75rem;
}

.popover.team-popover.bs-popover-bottom .arrow::after {
    border-bottom-color: rgba(29, 58, 107,1);
}

.popover.team-popover.bs-popover-bottom .popover-header::before {
    border-bottom: 1px solid rgba(29, 58, 107,1);
}


/* */

.aboutpage .core-value {
    /*padding: 4rem 0;*/
}
.aboutpage .core-value p {
    text-align: center;
}
.aboutpage .core-value .items-wrap {
   /* margin-top: 5rem;*/
}
.aboutpage .core-value .items-wrap svg {
    margin-right: 10px;
    width: 20px;
	height:20px;
}
.aboutpage .core-value .items-wrap ul {
    list-style-type: none;
    margin-left: -50px;
    padding: 0;
}
.aboutpage .core-value .items-wrap ul li {
    float: left;
    text-align: center;
    padding: 12px 15px 12px 50px;
}
/*.aboutpage .core-value .items-wrap .image-wrap img {
    margin-bottom: 35px;
}
.aboutpage .core-value .items-wrap .image-wrap h3 {
    font-size: 24px;
    color: #3b529f;
    font-weight: 300;
    text-align: left;
}
.aboutpage .core-value .items-wrap .image-wrap h3:after {
    content: "";
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #3b529f;
    width: 80px;
}*/
.aboutpage .core-value .items-wrap .content-wrap p {
    text-align: left;
}
 /*.aboutpage .core-value .items-wrap:first-of-type ul li svg circle {
    fill: rgba(59, 82, 159, 0.33);
}
.aboutpage .core-value .items-wrap:first-of-type .content-wrap h3 {
    color: #3b529f;
}
.aboutpage .core-value .items-wrap:first-of-type .content-wrap h3::after {
    border-color: #3b529f;
}
.aboutpage .core-value .items-wrap:nth-of-type(2) ul li svg circle {
    fill: rgba(218, 9, 83, 0.35);
}
.aboutpage .core-value .items-wrap:nth-of-type(2) .content-wrap h3 {
    color: #da0953;
}
.aboutpage .core-value .items-wrap:nth-of-type(2) .content-wrap h3:after {
    border-color: #da0953;
}
.aboutpage .core-value .items-wrap:nth-of-type(3) ul li svg circle {
    fill: rgba(48, 172, 136, 0.28);
}
.aboutpage .core-value .items-wrap:nth-of-type(3) .content-wrap h3 {
    color: #30ac88;
}
.aboutpage .core-value .items-wrap:nth-of-type(3) .content-wrap h3:after {
    border-color: #30ac88;
}
.aboutpage .clients {
    text-align: center;
}
.aboutpage .clients .client-slider {
   margin-top: 100px;
    padding: 0 25px;
}
.aboutpage .clients .client-slider .item {
    padding: 0 15px;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.aboutpage .clients .client-slider .item img {
    max-height: 100px;
}
.aboutpage .clients .clients-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aboutpage .clients .client-item,
.aboutpage .clients .clients-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.aboutpage .clients .client-item {
    width: 25%;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
}
.aboutpage .clients .client-item img {
    min-width: 205px;
}
@media screen and (max-width: 767px) {
    .aboutpage .clients .client-item {
        width: 50%;
    }
}*/

.aboutpage .know-us .know-us-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}
.aboutpage .know-us .know-us-row .know-us-col {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.aboutpage .know-us .know-us-row .image-wrap {
    border: 1px solid #ccc;
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.aboutpage .know-us .know-us-row .image-wrap img{
	width:70%;
}
.aboutpage .know-us .know-us-row p {
    font-family: var(--body-fonts-4);
    font-size: 20px;
    color: #464646;
    font-weight: 100;
}
.aboutpage .know-us-item {
    overflow: hidden;
}
.aboutpage .know-us-item .items-row .item-col {
    position: relative;
    padding: 9em 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.aboutpage .know-us-item .items-row .item-col:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
}
.aboutpage .know-us-item .items-row .item-col .image-wrap {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.aboutpage .know-us-item .items-row .item-col .text-wrap {
    width: calc(100% - 100px);
    padding-left: 25px;
    max-width: 310px;
}
.aboutpage .know-us-item .items-row .item-col .text-wrap .h4,
.aboutpage .know-us-item .items-row .item-col .text-wrap .single-faq .all-faqs,
.aboutpage
    .know-us-item
    .items-row
    .item-col
    .text-wrap
    .single-faq
    .faq-inside
    h2,
.single-faq .aboutpage .know-us-item .items-row .item-col .text-wrap .all-faqs,
.single-faq
    .faq-inside
    .aboutpage
    .know-us-item
    .items-row
    .item-col
    .text-wrap
    h2 {
    color: #fff;
    text-align: initial;
    margin: 6px 0 10px;
    font-weight: bolder;
}
.aboutpage .know-us-item .items-row .item-col .text-wrap p {
    color: #fff;
    text-align: initial;
}
.aboutpage .know-us-item .items-row .item-col .text-wrap a {
    text-decoration: underline;
    color: #fff;
    margin-top: 3rem;
    display: inline-block;
}
.aboutpage .know-us-item .items-row .item-col .text-wrap a i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
.aboutpage .know-us-item .items-row .item-col .text-wrap a .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.aboutpage .know-us-item .items-row .item-col:first-of-type {
    background-color: #2d6da3;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.aboutpage .know-us-item .items-row .item-col:first-of-type::before {
    background-color: #2d6da3;
    left: -50vw;
}
.aboutpage .know-us-item .items-row .item-col:nth-of-type(2) {
    background-color: #00366d;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.aboutpage .know-us-item .items-row .item-col:nth-of-type(2):before {
    background-color: #00366d;
    right: -50vw;
}
@media screen and (max-width: 991px) {
    .aboutpage .know-us .know-us-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .aboutpage .know-us .know-us-row .know-us-col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .aboutpage .know-us .know-us-row .image-wrap {
        margin-bottom: 20px;
    }
    .aboutpage .know-us .know-us-row p {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .aboutpage .know-us .know-us-row .know-us-col {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
    .aboutpage .know-us-item .items-row .item-col {
        padding: 4em 1em;
    }
    .aboutpage .know-us-item .items-row .item-col:first-of-type::after {
        content: "";
        position: absolute;
        width: 50vw;
        height: 100%;
        top: 0;
        background-color: #2d6da3;
        right: -50vw;
    }
    .aboutpage .know-us-item .items-row .item-col:nth-of-type(2) {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .aboutpage .know-us-item .items-row .item-col:nth-of-type(2):after {
        content: "";
        position: absolute;
        width: 50vw;
        height: 100%;
        top: 0;
        background-color: #00366d;
        left: -50vw;
    }
}
@media screen and (max-width: 575px) {
    .aboutpage .know-us .know-us-row {
        margin: 0;
    }
    .aboutpage .know-us .know-us-row .know-us-col {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
    }
}
.office-location .container {
    width: 100%;
}
.office-location .main {
    margin-top: 25px;
  	border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    overflow:hidden;
    border: 0px;
}
.office-location .nav-tabs {
    border-bottom: none;
}
.office-location .nav-tabs > li {
    border: 1px solid #fff;
    width: 100%;
}
.office-location .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #00366d;
    /*background-color: rgba(0, 181, 238, 0.15);*/
	background-color: #fff;

    padding: 25px 60px 25px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.office-location .nav-tabs > li > a{
border-bottom: 1px solid rgba(29, 58, 107,1);
position: relative;
}

.office-location .nav-tabs > li > a .location-btn{
    position: absolute;
    top: 25px;
    right: 10px;
    padding: 0.25rem 1rem;
    background-color: #da0953;
    color: #fff;
}
.office-location .nav-tabs > li > a .location-btn svg{
    fill: #fff;;
}
.office-location .nav-tabs > li > a .location-btn:focus,
.office-location .nav-tabs > li > a .location-btn:hover {
    background-color: #fff;
    color: #da0953;
}
.office-location .nav-tabs > li > a .location-btn:focus svg,
.office-location .nav-tabs > li > a .location-btn:hover svg{
    fill: #da0953;;
}


.office-location .nav-tabs > li > a .h4,
.office-location .nav-tabs > li > a .h5,
.office-location .nav-tabs > li > a .single-faq .all-faqs,
.office-location .nav-tabs > li > a .single-faq .faq-inside h2,
.single-faq .office-location .nav-tabs > li > a .all-faqs,
.single-faq .faq-inside .office-location .nav-tabs > li > a h2 {
    color: #00366d;
    text-align: initial;
    margin: 0 0 10px;
    font-weight: bolder;
}
.office-location .nav-tabs > li > a p {
    text-align: initial;
    margin: 0;
}
.office-location .nav-tabs > li > a.active,
.office-location .nav-tabs > li > a:hover {
    /*background: linear-gradient(180deg, #2d6da3 0, #00366d);*/
	background: rgb(220,38,95);
	background: -moz-linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc265f",endColorstr="#27285b",GradientType=1);


    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-decoration: none;

}
.office-location .nav-tabs > li > a.active .h4,
.office-location .nav-tabs > li > a.active .h5,
.office-location .nav-tabs > li > a.active .single-faq .all-faqs,

    .office-location
    .nav-tabs
    > li
    > a.active
    .single-faq
    .faq-inside
    h2,
.office-location .nav-tabs > li > a.active p,
.office-location .nav-tabs > li > a:hover .h4,
.office-location .nav-tabs > li > a:hover .h5,
.office-location .nav-tabs > li > a:hover .single-faq .all-faqs,
.office-location .nav-tabs > li > a:hover .single-faq .faq-inside h2,
.office-location .nav-tabs > li > a:hover p,
.single-faq .office-location .nav-tabs > li > a.active .all-faqs,
.single-faq .office-location .nav-tabs > li > a:hover .all-faqs,
.single-faq
    .faq-inside

    .office-location
    .nav-tabs
    > li
    > a.active
    h2,
.single-faq
    .faq-inside

    .office-location
    .nav-tabs
    > li
    > a:hover
    h2 {
    color: #fff;
}
.office-location .nav-tabs > li > a.active > a {
    border: none;
    color: #737b83;
    padding: 25px 60px;
    display: block;
}
.office-location .nav-tabs > li > a.active > a:focus,
.office-location .nav-tabs > li > a.active > a:hover {
    border: none;
    color: #fff;
}
.office-location div#map-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 0 !important;
}
@media screen and (max-width: 991px) {
    .office-location .nav-tabs > li > a {
        display: block;
        height: 100%;
        padding: 20px;
    }
    .office-location .office-location-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .office-location .office-location-row .office-location-col {
        max-width: 100%;
    }
     .office-location
        .office-location-row
        .office-location-col
        ul.nav-tabs
        li {
        width: 50%;
    }
     .office-location
        .office-location-row
        .office-location-col
        ul.nav-tabs
        li
        a {
        height: 215px;
    }
    .office-location div#map-canvas {
        height: 500px;
    }
}
@media screen and (max-width: 767px) {
    .office-location
        .office-location-row
        .office-location-col
        ul.nav-tabs
        li {
        width: 100%;
    }
    .office-location
        .office-location-row
        .office-location-col
        ul.nav-tabs
        li
        a {
        height: auto;
    }
    .office-location div#map-canvas {
        height: 500px;
    }
}
.office-location .office-location-row,
.office-location .office-location-row .office-location-col {
    padding: 0;
}
.office-location .office-location-row p {
    font-size: 14px;
}
.careerpage h2 {
    text-align: center;
    margin-bottom: 3rem;
}
.careerpage .environment-images .images-wrap {
	position:relative;
}

.careerpage .environment-images .images-wrap .img-wrap {
    width: 25%;
    padding: 2px;
    padding-bottom: 0;
    overflow: hidden;
    border-bottom: 2px solid transparent;
}
.careerpage .environment-images .images-wrap .img-wrap img {
    max-width: 102.5%;
}
.careerpage .environment-images .images-wrap .img-wrap.img-vid {
    position: relative;
}


.careerpage .environment-images .images-wrap .img-wrap:before{
    content: "";
    display: block;
    padding-top: 100%;
}


.careerpage .environment-images .images-wrap .img-wrap.img-vid .has-background-image,
.careerpage .environment-images .images-wrap .img-wrap img{
	width: 100%;
	height: 100%;
	max-width:290px;
	max-height:290px;
  -o-object-fit: cover;
     object-fit: cover;
	 position:absolute;
	 top:0;

}

.careerpage .environment-images .images-wrap .img-wrap.img-vid .has-background-image{
	max-width:560px;
	max-height:560px;
}

.careerpage .environment-images .images-wrap .img-wrap.img-0,
.careerpage .environment-images .images-wrap .img-wrap.img-9 {
    width: 50%;
}
.careerpage .environment-images .images-wrap .img-wrap.img-0 img,
.careerpage .environment-images .images-wrap .img-wrap.img-9 img {
    max-width: 100%;
}
.careerpage .environment-images .images-wrap .img-wrap.img-1 {
    width: 25%;
}
.careerpage .environment-images .environment-video .video-thumb-wrap {
    border-radius: 0;
}
.careerpage .core-value {
    padding: 4rem 0;
}
.careerpage .core-value p {
    text-align: center;
}
.careerpage .core-value .items-wrap {
    margin-top: 5rem;
}
.careerpage .core-value .items-wrap svg {
    margin-right: 20px;
}
.careerpage .core-value .items-wrap ul {
    list-style-type: none;
    margin-left: -50px;
    padding: 0;
}
.careerpage .core-value .items-wrap ul li {
    float: left;
    text-align: center;
    padding: 12px 15px 12px 50px;
}
.careerpage .core-value .items-wrap .image-wrap img {
    margin-bottom: 35px;
}
.careerpage .core-value .items-wrap .image-wrap h3 {
    font-size: 24px;
    color: #3b529f;
    font-weight: 300;
    text-align: left;
}
.careerpage .core-value .items-wrap .image-wrap h3:after {
    content: "";
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #3b529f;
    width: 80px;
}
.careerpage .core-value .items-wrap .content-wrap p {
    text-align: left;
}
.careerpage .core-value .items-wrap:first-of-type ul li svg circle {
    fill: rgba(59, 82, 159, 0.33);
}
.careerpage .core-value .items-wrap:first-of-type .content-wrap h3 {
    color: #3b529f;
}
.careerpage .core-value .items-wrap:first-of-type .content-wrap h3::after {
    border-color: #3b529f;
}
.careerpage .core-value .items-wrap:nth-of-type(2) ul li svg circle {
    fill: rgba(218, 9, 83, 0.35);
}
.careerpage .core-value .items-wrap:nth-of-type(2) .content-wrap h3 {
    color: #da0953;
}
.careerpage .core-value .items-wrap:nth-of-type(2) .content-wrap h3:after {
    border-color: #da0953;
}
.careerpage .core-value .items-wrap:nth-of-type(3) ul li svg circle {
    fill: rgba(48, 172, 136, 0.28);
}
.careerpage .core-value .items-wrap:nth-of-type(3) .content-wrap h3 {
    color: #30ac88;
}
.careerpage .core-value .items-wrap:nth-of-type(3) .content-wrap h3:after {
    border-color: #30ac88;
}
.careerpage .core-value .btn-wrap {
    text-align: center;
    margin-top: 80px;
}
.careerpage .careers-testimonials .testimonial-row {
    margin-left: -20px;
    margin-right: -20px;
}
.careerpage .careers-testimonials .testimonial-row .testimonial-col {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.careerpage .careers-testimonials .testimonial-card {
    padding: 5rem 6rem 4rem 5rem;
}
.careerpage .multiple-img .row-multiple-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.careerpage .multiple-img .row-multiple-img .col-single-img {
    width: 50%;
    margin-right: 1px;
    margin-bottom: 2px;
    margin-top: 1px;
    overflow: hidden;
}
.careerpage .multiple-img .row-multiple-img .col-multiple-img {
    width: 51.2%;
    margin: 1px;
}
.careerpage .multiple-img .multi-img-col-2 {
    padding: 0;
}
.careerpage .multiple-img .multi-img-col-2 .video-thumb-wrap {
    padding-top: 50%;
}
.careerpage .multiple-img .multi-img-col-2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #2d6da3 0, #00366d);
    opacity: 0.8;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.careerpage .career-video {
    padding-top: 0;
}
.careerpage .career-video .video-thumb-wrap {
    padding-top: 80%;
}
@media screen and (max-width: 991px) {
    .careerpage .hero-banner.hero-horizontal .container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .careerpage .hero-banner.hero-horizontal .container .text-wrap {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .careerpage .multiple-img .row-multiple-img {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .careerpage .multiple-img .row-multiple-img .col-single-img {
        width: 100%;
    }
    .careerpage .multiple-img .row-multiple-img .col-multiple-img {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -ms-flexbox;
        display: flex;
    }
    .careerpage .environment-images .images-wrap .img-wrap {
        width: 50%;
        padding: 2px;
        overflow: hidden;
    }
    .careerpage .environment-images .images-wrap .img-wrap img {
        max-width: 102.5%;
    }
    .careerpage .environment-images .images-wrap .img-wrap.img-0,
    .careerpage .environment-images .images-wrap .img-wrap.img-9 {
        width: 100%;
    }
    .careerpage .environment-images .images-wrap .img-wrap.img-0 img,
    .careerpage .environment-images .images-wrap .img-wrap.img-9 img {
        max-width: 100%;
    }
    .careerpage .environment-images .images-wrap .img-wrap.img-1 {
        width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .careerpage .careers-testimonials .testimonial-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .careerpage .careers-testimonials .testimonial-row .testimonial-col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .careerpage .careers-testimonials .testimonial-card {
        padding: 4rem 1rem;
    }
    .careerpage .careers-testimonials .testimonial-card .quote-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .careerpage .careers-testimonials .testimonial-card {
        padding: 4rem 2rem;
    }
}
@media screen and (max-width: 576px) {
    .careerpage .testimonial-card .quote-content .quote {
        font-size: 16px;
        line-height: 20px;
    }
}
/*.current-opening-page .jobs-section {
    padding: 7.5rem 0;
}
.current-opening-page .jobs-section h2 {
    text-align: center;
    margin-bottom: 80px;
}
.current-opening-page .jobs-section .job-wrap .job-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.current-opening-page .jobs-section .job-wrap .job-row .job-col-img {
    width: 25%;
    margin-top: -40px;
}
.current-opening-page .jobs-section .job-wrap .job-row .job-col-img img {
    margin-bottom: 35px;
    height: 86px;
}
.current-opening-page .jobs-section .job-wrap .job-row .job-col-img p {
    text-align: left;
}
.current-opening-page .jobs-section .job-wrap .job-row .job-col-img h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}
.current-opening-page .jobs-section .job-wrap .job-row .job-col-img h3:after {
    content: "";
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid;
    width: 80px;
}
.current-opening-page .jobs-section .job-wrap .job-row .job-col-text {
    width: 70%;
}
.current-opening-page .jobs-section .job-wrap .job-row .job-col-text p {
    text-align: left;
}
.current-opening-page .jobs-section .job-wrap .job-row .job-col-text img {
    margin-right: 55px;
}
.current-opening-page .jobs-section .job-wrap a.btn {
    margin: auto;
    margin-top: 50px;
    max-width: 175px;
    display: block;
    text-align: center;
}
.current-opening-page .jobs-section .job-wrap + .job-wrap {
    margin-top: 9rem;
}*/
.jobs-section.purple-section {
    /*padding-top: 10.6rem;*/
}
.jobs-section.purple-section .job-wrap h3,
.current-opening-page .jobs-section.purple-section h2 {
    color: #3b529f;
}
.jobs-section.purple-section .job-wrap h3:after {
    border-color: #3b529f;
}
.jobs-section.red-section .job-wrap h3,
.jobs-section.red-section h2 {
    color: #da0953;
}
.jobs-section.red-section .job-wrap h3:after {
    border-color: #da0953;
}
.jobs-section.green-section .job-wrap h3,
.jobs-section.green-section h2 {
    color: #30ac88;
}
.jobs-section.green-section .job-wrap h3:after {
    border-color: #30ac88;
}
.jobs-section.medium-blue-section .job-wrap h3,
.jobs-section.medium-blue-section h2 {
    color: #2d6da3;
}
.jobs-section.medium-blue-section .job-wrap h3:after {
    border-color: #2d6da3;
}
.current-opening-page .cta-section {
    text-align: center;
}
.current-opening-page .cta-section h2 {
    color: #2d6da3;
    margin-bottom: 50px;
}
.current-opening-page .cta-section .h4,
.current-opening-page .cta-section .single-faq .all-faqs,
.current-opening-page .cta-section .single-faq .faq-inside h2,
.single-faq .current-opening-page .cta-section .all-faqs,
.single-faq .faq-inside .current-opening-page .cta-section h2 {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
   /* .current-opening-page .jobs-section .job-wrap .job-row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .current-opening-page .jobs-section .job-wrap .job-row .job-col-img {
        width: 100%;
        margin-top: -40px;
    }
    .current-opening-page .jobs-section .job-wrap .job-row .job-col-text {
        width: 100%;
        margin-top: 25px;
    }*/
}
@media screen and (max-width: 767px) {
   /* .current-opening-page .current-opening-page .jobs-section {
        padding: 5rem 0;
    }
    .current-opening-page .current-opening-page .jobs-section.purple-section {
        padding-top: 7rem;
    }*/
}
.job-inside-page {
    padding: 5rem 0;
}
.job-inside-page h2 {
    text-align: center;
}
.job-inside-page .h4,
.job-inside-page .single-faq .all-faqs,
.job-inside-page .single-faq .faq-inside h2,
.single-faq .faq-inside .job-inside-page h2,
.single-faq .job-inside-page .all-faqs {
    margin-top: 45px;
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    color: #25394c;
}
.job-inside-page p {
    margin-bottom: 30px;
}
.job-inside-page p strong {
    color: #3b529f;
}
.job-inside-page .breadcrumb-section .breadcrumb {
    background-color: #fff;
    margin-left: 25%;
    padding: 0;
}
.job-inside-page .breadcrumb-section .breadcrumb i {
    border: solid #3b529f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin: -10px 7px 2px 0;
}
.job-inside-page .breadcrumb-section .breadcrumb .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.job-inside-page .breadcrumb-section .breadcrumb ul {
    list-style: none;
    padding: 0;
}
.job-inside-page .breadcrumb-section .breadcrumb ul li a {
    color: #3b529f;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--body-fonts-4);
    font-weight: 600;
}
.job-inside-page .job-article {
    padding: 1rem 0;
}
.job-inside-page .job-article h3 {
    font-size: 24px;
    color: #3b529f;
    font-weight: 600;
    line-height: 26px;
}
.job-inside-page .job-article .job-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.job-inside-page .job-article .job-row .job-col-img {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-top: -40px;
}
.job-inside-page .job-article .job-row .job-col-img img {
    margin-bottom: 35px;
    height: 86px;
}
.job-inside-page .job-article .job-row .job-col-img h3:after {
    content: "";
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #3b529f;
    width: 80px;
}
.job-inside-page .job-article .job-row .job-col-text {
    width: 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}
.job-inside-page .job-article .job-row .job-col-text h3 {
    margin-bottom: 30px;
    margin-top: 55px;
}
.job-inside-page .job-article ul {
    padding-left: 15px;
    line-height: 26px;
    margin-bottom: 45px;
}
.job-inside-page .job-article .btn-wrap {
    margin-top: 45px;
    margin-left: 25%;
}
.job-inside-page .job-article .btn-wrap .btn {
    margin: 0;
}
.job-inside-page.purple-section .breadcrumb-section .breadcrumb i {
    border-color: #3b529f;
}
.job-inside-page.purple-section .breadcrumb-section .breadcrumb ul li a,
.job-inside-page.purple-section .job-article h3,
.job-inside-page.purple-section li a,
.job-inside-page.purple-section li strong,
.job-inside-page.purple-section p a,
.job-inside-page.purple-section p strong {
    color: #3b529f;
}
.job-inside-page.purple-section .job-article .job-row .job-col-img h3:after {
    border-color: #3b529f;
}
.job-inside-page.red-section .breadcrumb-section .breadcrumb i {
    border-color: #da0953;
}
.job-inside-page.red-section .breadcrumb-section .breadcrumb ul li a,
.job-inside-page.red-section .job-article h3,
.job-inside-page.red-section li a,
.job-inside-page.red-section li strong,
.job-inside-page.red-section p a,
.job-inside-page.red-section p strong {
    color: #da0953;
}
.job-inside-page.red-section .job-article .job-row .job-col-img h3:after {
    border-color: #da0953;
}
.job-inside-page.green-section .breadcrumb-section .breadcrumb i {
    border-color: #30ac88;
}
.job-inside-page.green-section .breadcrumb-section .breadcrumb ul li a,
.job-inside-page.green-section .job-article h3,
.job-inside-page.green-section li a,
.job-inside-page.green-section li strong,
.job-inside-page.green-section p a,
.job-inside-page.green-section p strong {
    color: #30ac88;
}
.job-inside-page.green-section .job-article .job-row .job-col-img h3:after {
    border-color: #30ac88;
}
.job-inside-page.medium-blue-section .breadcrumb-section .breadcrumb i {
    border-color: #2d6da3;
}
.job-inside-page.medium-blue-section .breadcrumb-section .breadcrumb ul li a,
.job-inside-page.medium-blue-section .job-article h3,
.job-inside-page.medium-blue-section li a,
.job-inside-page.medium-blue-section li strong,
.job-inside-page.medium-blue-section p a,
.job-inside-page.medium-blue-section p strong {
    color: #2d6da3;
}
.job-inside-page.medium-blue-section
    .job-article
    .job-row
    .job-col-img
    h3:after {
    border-color: #2d6da3;
}
@media screen and (max-width: 767px) {
    .job-inside-page .breadcrumb-section .breadcrumb {
        margin-left: 0;
        padding: 2.25rem 0;
    }
    .job-inside-page .job-article .job-row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .job-inside-page .job-article .job-row .job-col-img {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .job-inside-page .job-article .job-row .job-col-text {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 25px;
    }
    .job-inside-page .job-article .btn-wrap {
        margin-left: 0;
    }
}
.faq-page .faq {
    padding: 4rem 0 8rem;
}
.faq-page .faq .intro {
    text-align: center;
    margin-bottom: 4rem;
}
.faq-page .faq .intro p {
    margin-bottom: 2rem;
}
.faq-page .faq .intro .btn-wrap {
    margin-top: 4rem;
}
.faq-page .faq .faq-list .faq-item {
    margin: 2rem 0;
}
.single-faq .all-faqs {
    margin-bottom: 2rem;
    color: #464646;
    display: inline-block;
}
.single-faq .faq-inside {
    padding: 4rem 0 8rem;
}
.single-faq .faq-inside h1 {
    font-size: 48px;
    margin: 16px 0;
}
.single-faq .faq-inside h2 {
    font-size: 36px;
    margin: 16px 0 12px;
}
.single-faq .faq-inside h3 {
    font-size: 28px;
    margin: 16px 0 8px;
}
.single-faq .faq-inside p {
    margin: 6px 0;
}
.single-faq .faq-inside p.disclaimer {
    font-size: 12px;
    font-style: italic;
}
.single-faq .faq-inside p a {
    font-weight: 600;
}
.single-faq .faq-inside pre {
    margin: 5px 0;
}
.single-faq .faq-inside span {
    font-family: monospace;
}
.single-faq .faq-inside ol {
    padding-left: 2rem;
}
.single-faq .faq-inside ul {
    list-style: none;
    padding-left: 0;
}
.single-faq .faq-inside ul li {
    padding-left: 1rem;
}
.single-faq .faq-inside ul li a {
    font-weight: 600;
}
.single-faq .faq-inside ul li:before {
    content: "-";
    display: inline-block;
    width: 0.75rem;
    margin-left: -0.75rem;
}
.single-faq .faq-inside table,
.single-faq .faq-inside table td,
.single-faq .faq-inside table th {
    padding: 5px 15px;
}
.blogpage .loader-animation,
.blogpage hr.page {
    display: none;
}
.blogpage .loader-animation.show {
    display: block;
}
.blogpage .loader-animation img {
    display: block;
    margin: 0 auto;
}
.blogpage .breahes {
    color: #30ac88;
    font-weight: 900;
    margin-top: 50px;
}
.blogpage .breahes,
.blogpage .date-author {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.blogpage .date-author {
    color: #3b529f;
    font-weight: 600;
}
.blogpage .breahes-text {
    text-align: left;
}
.blogpage .btn-wrap {
    text-align: center;
}
.blogpage .btn-wrap .btn-pink {
    background-color: #da0953;
    color: #fff;
    cursor: pointer;
}
.blogpage .btn-wrap .btn-pink:hover {
    background-color: #fff;
    color: #da0953;
}
.blogpage .hero-banner {
    padding: 8rem;
}
.blogpage .hero-banner .hero-row {
    -ms-flex-align: center;
    align-items: center;
}
.blogpage .hero-banner .hero-row .hero-col .text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.blogpage .hero-banner .hero-row .hero-col .text-wrap .h4,
.blogpage .hero-banner .hero-row .hero-col .text-wrap .single-faq .all-faqs,
.blogpage
    .hero-banner
    .hero-row
    .hero-col
    .text-wrap
    .single-faq
    .faq-inside
    h2,
.single-faq .blogpage .hero-banner .hero-row .hero-col .text-wrap .all-faqs,
.single-faq
    .faq-inside
    .blogpage
    .hero-banner
    .hero-row
    .hero-col
    .text-wrap
    h2 {
    color: #3b529f;
}
.blogpage .block-featured-section {
    padding: 8rem 0 7.1rem;
}
.blogpage .block-featured-section .pdpa-wrap {
    margin-top: -200px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.blogpage .block-featured-section .pdpa-wrap .img-wrap {
    height: 100%;
}
.blogpage .block-featured-section .pdpa-wrap .text-wrap {
    padding-left: 20px;
    padding-right: 75px;
}
.blogpage .block-featured-section .pdpa-wrap .text-wrap h2 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600;
}
.blogpage .block-featured-section .pdpa-wrap .text-wrap .breahes-text {
    text-align: left;
    margin-bottom: 25px;
    color: #464646;
    max-width: 530px;
}
.blogpage .block-featured-section .pdpa-wrap a {
    margin-bottom: 50px;
    margin-left: 20px;
    padding: 12px 39px;
}
.blogpage .block-featured-section .pdpa-wrap .background-image > div {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.blogpage .blog-list {
    padding: 90px 0;
    padding-top: 0;
}
.blogpage .blog-list .blog-list-col .blog-entry {
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 50px;
}
.blogpage .blog-list .blog-list-col .blog-entry .btn-wrap {
    text-align: left;
    padding-bottom: 50px;
    position: absolute;
    bottom: 0;
}
.blogpage .blog-list .blog-list-col .blog-entry .btn-wrap .btn-green {
    padding: 12px 39px;
}
.blogpage .blog-list .blog-list-col .img-wrap {
    background-color: rgba(0, 181, 238, 0.11);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 290px;
    padding: 80px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blogpage .blog-list .blog-list-col .text-wrap {
    padding-left: 50px;
    padding-right: 60px;
    min-height: 330px;
}
.blogpage .blog-list .btn-wrap {
    text-align: center;
    margin-top: 50px;
}
.blogpage .stay-know {
    background: transparent linear-gradient(180deg, #00366d, #25394c) 0 0
        no-repeat padding-box;
}
.blogpage .stay-know .stay-know-wrap h2 {
    color: #fff;
    margin: 0;
}
.blogpage .stay-know .stay-know-wrap p {
    color: #fff;
    margin-top: 20px;
    padding-right: 46px;
}
.blogpage .stay-know .btn-wrap {
    text-align: left;
}
.blogpage .stay-know .btn-wrap .btn-green {
    padding: 14px 45px;
}
/*.blogpage .stay-know .form-control {
    display: block;
    width: 100%;
    height: 75px;
    padding: 15px 35px;
    font-size: 14px;
    line-height: 1.5;
    color: #30ac88;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    font-family: Proxima Nova, sans-serif;
    font-weight: 300;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.blogpage .stay-know .form-control::-webkit-input-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.blogpage .stay-know .form-control:-ms-input-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.blogpage .stay-know .form-control::-moz-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.blogpage .stay-know .form-control::-ms-input-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.blogpage .stay-know .form-control::placeholder {
    color: #30ac88;
    opacity: 0.4;
}*/
.blogpage .stay-know .privacy-text {
	color: #fff;
	}

.privacy-text a:not(.btn) {
   /* color: #fff;*/
}

@media screen and (max-width: 1199px) {
    .blogpage .hero-banner .hero-row .hero-col .text-wrap {
        text-align: left;
        margin-top: 30px;
    }
    .blogpage .block-featured-section .pdpa-wrap .background-image > div {
        background-position: 0;
    }
    .blogpage .block-featured-section .pdpa-wrap .btn-wrap {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .blogpage .block-featured-section .pdpa-wrap {
        margin-top: -200px;
    }
    .blogpage .block-featured-section .pdpa-wrap a {
        margin-left: 15px;
    }
    .blogpage .block-featured-section .pdpa-wrap .text-wrap {
        padding-right: 45px;
    }
    .blogpage .block-featured-section .pdpa-wrap .img-wrap {
        height: 400px;
    }
    .blogpage .block-featured-section .pdpa-wrap .img-wrap img {
        width: 100%;
    }
    .blogpage .block-featured-section .pdpa-wrap .text-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .blogpage .block-featured-section .pdpa-wrap .background-image > div {
        border-radius: 20px 20px 0 0;
    }
    .blogpage .block-featured-section .date-author {
        margin-bottom: 0;
    }
    .blogpage .blog-list .blog-list-col .text-wrap {
        min-height: auto;
    }
    .blogpage .blog-list .blog-list-col .blog-entry .btn-wrap {
        margin-top: 30px;
        padding-bottom: 50px;
        position: inherit;
    }
}
@media screen and (max-width: 767px) {
    .blogpage .block-featured-section .pdpa-wrap {
        margin-top: -200px;
    }
    .blogpage .block-featured-section .pdpa-wrap .img-wrap img {
        width: 100%;
    }
    .blogpage .blog-list .blog-list-col .blog-entry {
        margin-top: -50px;
        margin-bottom: 90px;
    }
    .blogpage .blog-list .blog-list-col .blog-entry .text-wrap .date-author {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 575px) {
    .blogpage .block-featured-section .pdpa-wrap {
        margin-top: -200px;
    }
    .blogpage .hero-banner {
        padding: 4rem 4rem 7rem;
    }
}
.blogpage .blog-list .blog-list-col .img-wrap {
    padding: 0;
}
.bloginsidepage h1 {
    font-size: 2.5rem;
}

@media screen and (max-width: 1199px) {
	.bloginsidepage h1 {
		font-size: 2.25rem;
	}
}
@media screen and (max-width: 991px) {
	.bloginsidepage h1 {
		font-size: 1.5rem;
	}
}
.bloginsidepage h2,
.bloginsidepage .h2 {
    font-size: 36px;
}
.bloginsidepage .breahes {
    color: #30ac88;
}
.bloginsidepage .breahes,
.bloginsidepage .date-author {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
}
.bloginsidepage .date-author {
    color: #00b5ee;
}
.bloginsidepage .breahes-text {
    text-align: left;
}
.bloginsidepage .block-featured-section {
   /* padding: 3rem;*/
}
.bloginsidepage .block-featured-section .pdpa-wrap {
   /* border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	border: 2px solid #dc265f*/
}
/*
.bloginsidepage .block-featured-section .pdpa-wrap .featured-box-row {
    margin-left: -30px;
    margin-right: -30px;
}
.bloginsidepage
    .block-featured-section
    .pdpa-wrap
    .featured-box-row
    .featured-box-col {
    padding-left: 30px;
    padding-right: 30px;
}*/
.bloginsidepage
    .block-featured-section
    .pdpa-wrap
    .featured-box-row
    .featured-box-col
    .img-wrap
    img {
    width: 100%;
    border-radius: 15px;
}
.bloginsidepage .inside-text {
    padding: 3rem 0;
}
.bloginsidepage .inside-text .text-wrap h3 {
    font-size: 24px;
    color: #00366d;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 26px;
}
.bloginsidepage .inside-text .h4,
.bloginsidepage .inside-text .single-faq .all-faqs,
.bloginsidepage .inside-text .single-faq .faq-inside h2,
.single-faq .bloginsidepage .inside-text .all-faqs,
.single-faq .faq-inside .bloginsidepage .inside-text h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.bloginsidepage .inside-text p {
    margin-bottom: 30px;
}
.bloginsidepage .inside-text a,
.single-news .inside-text a {
    font-weight: 600;
    text-decoration: underline;
}
.bloginsidepage .article .social-media {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bloginsidepage .article .social-media .img-wrap {
    padding-right: 35px;
}
.bloginsidepage .article .social-media .img-wrap img {
    border-radius: 50%;
    height: 105px;
    width: 105px;
}
.bloginsidepage .article .social-media a {
    margin: 0 3px;
	text-decoration:none;
	font-size:2rem;
	border-radius: 50%;
	background: #00366d;
	display:inline-block;
	width:60px;
	height:60px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

	display: inline-flex;
   align-items: center;
   justify-content: center;
}

.bloginsidepage .article .social-media a svg {
    fill: #ffffff;
    transition: all 0.3s ease;
	margin:5px;
}

.bloginsidepage .article .social-media a:hover {
    background: #dc265f;

}

/*.bloginsidepage .article .social-media a svg:before{
	position:absolute;
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:#fff;
}

.bloginsidepage .article .social-media a:hover svg {
    fill: #fff;
    transition: all 0.3s ease;
}*/

.bloginsidepage .article .social-media p {
    margin-bottom: 3px;
    font-weight: 600;
}
.bloginsidepage .article-cta {
    text-align: center;
    padding: 5rem 0 8rem;
}
.bloginsidepage .article-cta p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.bloginsidepage .article-cta .btn {
    padding: 1.2rem 3.5rem;
}
@media screen and (max-width: 767px) {
    .bloginsidepage .block-featured-section .pdpa-wrap .breahes {
        margin-top: 40px;
    }
    .bloginsidepage .inside-text {
        padding: 1rem 0;
    }
}
.customers-page .testimonial-card {
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-size: 1.25rem;
}
.customers-page .testimonial-card .quote-icon {
    margin-bottom: 1rem;
}
.customers-page .testimonial-card .logo {
    width: 67px;
    height: 67px;
    margin: 3rem auto 1rem;
    overflow: hidden;
    border-radius: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}
.customers-page .testimonial-card.blue-card .logo {
    border-color: #fff;
}
.customers-page .testimonial-card.white-card .logo {
    border-color: #00b5ee;
}
.customers-page .btn-wrap {
    text-align: center;
    margin-top: 5rem;
}
._404-page section.image-text-section {
    text-align: center;
    padding: 0;
}
._404-page div.text-wrap {
    margin: -6.25rem 0 6.25rem;
}
._404-page h1 {
    text-align: center;
    font-size: 3.2rem;
    max-width: 650px;
    margin: auto;
}
._404-page h1 span.highlight {
    color: #00b5ee;
}
@media screen and (max-width: 767px) {
    ._404-page div.text-wrap {
        margin-top: -3.25rem;
        margin-bottom: 3.25rem;
    }
    ._404-page p {
        font-size: 2rem;
    }
}
.contact-page .contact-form .contact-map-col p {
    /*margin-bottom: 0;*/
}
.contact-page .contact-form .contact-map-col h4 {
    margin: 20px auto;
}
.contact-page .contact-form .contact-map-col .tech-support-blurb {
    margin-top: 20px;
}
.contact-page .contacts {
    padding: 0 0 8em;
}
.contact-page .contacts h2 {
    text-align: center;
}
.contact-page .contacts .contacts-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
}
.contact-page .contacts .contacts-row .contacts-item {
    width: calc(33.333% - 0.75rem);
    margin: auto;
}
@media screen and (max-width: 991px) {
    .contact-page .contacts .contacts-row .contacts-item {
        width: 100%;
        margin-bottom: 2rem;
    }
}
.contact-page .contacts .testimonial-card .content {
    margin: auto;
}
.contact-page .contacts .testimonial-card .content .label {
    text-align: center;
    padding: 15px 0;
}
.contact-page .contact-form-block {
    grid-area: 1/2;
    padding-right: 4rem;
}/*
.contact-page .contact-form-block form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
*/
.contact-page .contact-form-block form label {
    display: none;
}
/*
.contact-page .contact-form-block form .form-group,
.contact-page .contact-form-block form .form-group form-col {
    width: 100%;
}
.contact-page .contact-form-block form .form-group-row {
    display: -ms-flexbox;
    display: flex;
}
.contact-page .contact-form-block form .form-group-row .form-col {
    width: 100%;
}
.contact-page .contact-form-block form .form-group-row .form-col-last {
    width: 100%;
    margin-left: 15px;
}
.contact-page .contact-form-block form input {
    width: 100%;
    height: 61px;
}
.contact-page .contact-form-block form textarea {
    width: 100%;
}
.contact-page .contact-form-block form input[type="email"],
.contact-page .contact-form-block form input[type="tel"],
.contact-page .contact-form-block form input[type="text"],
.contact-page .contact-form-block form select,
.contact-page .contact-form-block form textarea {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #30ac88;
    font-weight: 500;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
}
.contact-page
    .contact-form-block
    form
    input[type="email"]::-webkit-input-placeholder,
.contact-page
    .contact-form-block
    form
    input[type="tel"]::-webkit-input-placeholder,
.contact-page
    .contact-form-block
    form
    input[type="text"]::-webkit-input-placeholder,
.contact-page .contact-form-block form select::-webkit-input-placeholder,
.contact-page .contact-form-block form textarea::-webkit-input-placeholder {
    font-size: 14px;
    opacity: 0.5;
    font-weight: 300;
    color: #25394c;
    line-height: 21px;
}
.contact-page .contact-form-block form input[type="email"]::-moz-placeholder,
.contact-page .contact-form-block form input[type="tel"]::-moz-placeholder,
.contact-page .contact-form-block form input[type="text"]::-moz-placeholder,
.contact-page .contact-form-block form select::-moz-placeholder,
.contact-page .contact-form-block form textarea::-moz-placeholder {
    font-size: 14px;
    opacity: 0.5;
    font-weight: 300;
    color: #25394c;
    line-height: 21px;
}
.contact-page
    .contact-form-block
    form
    input[type="email"]::-ms-input-placeholder,
.contact-page .contact-form-block form input[type="tel"]::-ms-input-placeholder,
.contact-page
    .contact-form-block
    form
    input[type="text"]::-ms-input-placeholder,
.contact-page .contact-form-block form select::-ms-input-placeholder,
.contact-page .contact-form-block form textarea::-ms-input-placeholder {
    font-size: 14px;
    opacity: 0.5;
    font-weight: 300;
    color: #25394c;
    line-height: 21px;
}
.contact-page .contact-form-block form input[type="email"]::placeholder,
.contact-page .contact-form-block form input[type="tel"]::placeholder,
.contact-page .contact-form-block form input[type="text"]::placeholder,
.contact-page .contact-form-block form select::placeholder,
.contact-page .contact-form-block form textarea::placeholder {
    font-size: 14px;
    opacity: 0.5;
    font-weight: 300;
    color: #25394c;
    line-height: 21px;
}
.contact-page .contact-form-block form select {
    height: 61px;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
    font-size: 14px;
}
.contact-page .contact-form-block form .select-css {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(http://glabs.mybeta.io/wp-content/uploads/2020/03/arrow.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 1.5em top 50%, 0 0;
}
.contact-page .contact-form-block form .select-css::-ms-expand {
    display: none;
}
.contact-page .contact-form-block form p {
    margin-bottom: 0;
}
.contact-page .contact-form-block form input.btn {
    border: 0;
    display: inline-block;
    width: auto;
}
.contact-page .contact-form-block form .btn:focus {
    outline: none;
}*/
.contact-page div#map-canvas {
    margin-top: 5em;
    height: 500px;
}
.contact-page .for-responsive {
    display: none;
}
@media screen and (max-width: 767px) {
    .contact-page .contact-form-block {
        padding-bottom: 1.5rem;
        margin-bottom: 3rem;
        border-bottom: 1px solid #9a9a9a;
    }
    .contact-page hr.for-responsive {
        display: block;
        margin: 3rem 0;
    }
    .contact-page div#map-canvas {
        margin-top: 0;
    }
    .contact-page div#map-canvas:before {
        content: "";
    }
}
.contact-page .infoWindow {
    max-width: 200px;
}
.contact-page .infoWindow h3 {
    font-family: var(--body-fonts-3);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #00366d;
}
.contact-page .infoWindow h3 span {
    font-size: 13px;
}
.contact-page .infoWindow p {
    margin-bottom: 5px !important;
}
.contact-page .infoWindow a {
    font-weight: 700;
}
.solutions-industry-health .hero-banner .text-wrap p {
    max-width: 900px;
    margin: 1rem auto;
}
.challenge-section {
    background-color: #00b5ee1a;
    padding: 4rem 140px 4rem;
}
.challenge-section .challenge-wrap {
    box-shadow: 0 0 10px #00000029;
    margin-top: -180px;
    background-color: #fff;
    position: relative;
    margin-bottom: 48px;
    text-align: center;
    padding: 48px 160px 48px;
}
.challenge-section .challenge-wrap h2 {
    color: #00b5ee;
    margin-bottom: 35px;
}
.challenge-section .challenge-wrap p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}

.challenge-section .challenge-wrap p a {
    color: #00b5ee;
}
.challenge-section .icon-wrap .icon-wrap-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.challenge-section .icon-wrap .img-wrap {
    margin-bottom: 30px;
}

.challenge-section .icon-wrap .img-wrap img {
    max-width: 100px;
}

    .challenge-section
    .icon-wrap
    .icon-wrap-col
    .text-wrap
    a {
    color: #25394c;
    font-weight: 600;
    text-decoration: underline;
}


.challenge-section .icon-wrap .icon-wrap-row .text-wrap .title {
    font-weight: 700;
    margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 26px;
}
.challenge-section .icon-wrap .icon-wrap-row .text-wrap p a {
    color: #00b5ee;
    font-weight: 700;
}



.solutions-industry-health .solution {
    padding: 96px 0 48px;
}
.solutions-industry-health .solution .tex-wrap {
    text-align: center;
}
.solutions-industry-health .solution .tex-wrap h2 {
    margin-bottom: 40px;
}
.solutions-industry-health .solution .tex-wrap a {
    margin-top: 50px;
    padding: 12px 45px;
}
@media screen and (max-width: 991px) {
    .challenge-section {
        padding: 4rem 0 4rem;
    }
    .challenge-section .challenge-wrap {
        padding-bottom: 80px;
    }
    .challenge-section .challenge-wrap .text-wrap p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .solutions-industry-health .icon-wrap .icon-wrap-row .icon-wrap-col {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .challenge-section .challenge-wrap {
        padding: 100px 60px 60px;
    }
}
.solutions-industry-health .testimonials {
    padding: 4rem 0 4rem;
}
.solutions-industry-health .testimonials .testimonials-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
}
.solutions-industry-health
    .testimonials
    .testimonials-row
    .testimonial-item.one-col {
    width: 100%;
}
.solutions-industry-health
    .testimonials
    .testimonials-row
    .testimonial-item.one-col
    .testimonial-card.blue-card {
    height: calc(100% + 80px);
}
.solutions-industry-health
    .testimonials
    .testimonials-row
    .testimonial-item.two-col {
    width: calc(48.333% - 0.75rem);
}
.solutions-industry-health
    .testimonials
    .testimonials-row
    .testimonial-item.three-col {
    width: calc(33.333% - 0.75rem);
}
.solutions-industry-health
    .testimonials
    .testimonials-row
    .testimonial-item
    .block-img {
    background-image: url(../images/solution-industry/transparent-block.png);
    background-position: bottom -45px right -35px;
    background-repeat: no-repeat;
}
.solutions-industry-health
    .testimonials
    .testimonials-row
    .testimonial-item
    .white-card {
    height: calc(100% + 120px);
    padding-left: 120px;
    padding-right: 105px;
}
.solutions-industry-health
    .testimonials
    .testimonials-row
    .testimonial-item
    .testimonial-card.blue-card {
    height: calc(100% + 120px);
}
.solutions-industry-health .testimonials .testimonials-row .blog {
    color: #00b5ee;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}
.solutions-industry-health .testimonials .testimonials-row h3 {
    font-size: 26px;
    line-height: 32px;
    padding-right: 100px;
}
.solutions-industry-health .testimonials .testimonials-row .quote-content {
    position: relative;
}
.solutions-industry-health .testimonials .testimonials-row .quote-content p {
    line-height: 26px;
    margin-bottom: 40px;
}
.solutions-industry-health .testimonials .testimonials-row .quote-content a {
    position: absolute;
    color: #00b5ee;
    bottom: 48px;
    left: 21px;
    text-decoration: underline;
    font-size: 20px;
}
@media screen and (max-width: 991px) {
    .solutions-industry-health
        .testimonials
        .testimonials-row
        .testimonial-item {
        width: 100%;
        margin-bottom: 2rem;
    }
    .solutions-industry-health
        .testimonials
        .testimonials-row
        .testimonial-item.one-col,
    .solutions-industry-health
        .testimonials
        .testimonials-row
        .testimonial-item.three-col,
    .solutions-industry-health
        .testimonials
        .testimonials-row
        .testimonial-item.two-col {
        width: 100%;
    }
	.solutions-industry-health .testimonials .testimonials-row .quote-content a {
		position: relative;

	}
}
@media screen and (max-width: 1199px) {
    .solutions-industry-health
        .testimonials
        .testimonials-row
        .testimonial-item
        .white-card {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media screen and (max-width: 767px) {
    .solutions-industry-health
        .testimonials
        .testimonials-row
        .testimonial-item
        .white-card {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .solutions-industry-health h1 {
        font-size: 34px;
    }
}
@media screen and (max-width: 400px) {
    .solutions-industry-health .testimonials .testimonials-row h3 {
        padding-right: 20px;
    }
    .solutions-industry-health
        .testimonials
        .testimonials-row
        .testimonial-item
        .white-card {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 10px;
    }
}
.solutions-compliances .hero-banner .hero-banner-row {
    -ms-flex-align: center;
    align-items: center;
}
.solutions-compliances .hero-banner .hero-banner-row .hero-banner-col {
    padding-left: 40px;
}
.solutions-compliances .hero-banner .hero-banner-row .text-wrap {
    padding-right: 0;
}
.solutions-compliances .hero-banner .hero-banner-row .text-wrap p {
    font-family: var(--body-fonts-4);
    font-weight: 500;
    font-size: 20px;
}
.single-faq
    .faq-inside
    .solutions-compliances
    .hero-banner
    .hero-banner-row
    .text-wrap
    h2,
.single-faq
    .solutions-compliances
    .hero-banner
    .hero-banner-row
    .text-wrap
    .all-faqs,
.solutions-compliances .hero-banner .hero-banner-row .text-wrap .h4,
.solutions-compliances
    .hero-banner
    .hero-banner-row
    .text-wrap
    .single-faq
    .all-faqs,
.solutions-compliances
    .hero-banner
    .hero-banner-row
    .text-wrap
    .single-faq
    .faq-inside
    h2 {
    line-height: 30px;
}
.solutions-compliances .hero-banner .hero-banner-row .text-wrap.text-center h1 {
    font-family: var(--body-fonts-4);
    text-align: center;
}
.solutions-compliances .hero-banner .hero-banner-row .text-wrap.text-center p {
    text-align: center;
    font-family: var(--body-fonts-4);
    font-weight: 600;
    font-size: 20px;
}
.solutions-compliances
    .hero-banner
    .hero-banner-row
    .text-wrap.text-center
    p
    a {
    color: #00b5ee;
}
.solutions-compliances
    .hero-banner
    .hero-banner-row
    .text-wrap.text-center
    .action-wrap {
    padding-top: 55px;
    text-align: center;
}
.solutions-compliances .image-text-section .image-text-row .text-wrap {
    padding-right: 0;
}
.solutions-compliances .image-text-section .image-text-row .text-wrap p {
    line-height: 26px;
    padding: 0 1px;
    font-size: 18px;
    padding-right: 50px;
}
.solutions-compliances .image-text-section .image-text-row .text-wrap p a {
    color: #00b5ee;
}
.solutions-compliances .image-text-section .btn-wrap {
    text-align: center;
    margin-top: 60px;
}
.solutions-compliances .image-text-section .bottom-text-wrap {
    max-width: 615px;
    margin: auto;
    text-align: center;
}
.solutions-compliances .image-text-section .bottom-text-wrap P {
    font-size: 21px;
}
.solutions-compliances .ground-lab-help {
    background-color: #00366d;
    padding-bottom: 65px;
}
.solutions-compliances .ground-lab-help .lab-help-row {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.solutions-compliances .ground-lab-help .lab-help-row .lab-help-col .icon-wrap {
    margin-bottom: 16px;
    max-height: 90px;
	height:90px;
}
.solutions-compliances .ground-lab-help .lab-help-row .lab-help-col .text-wrap {
    margin-bottom: 40px;
}
.solutions-compliances
    .ground-lab-help
    .lab-help-row
    .lab-help-col
    .text-wrap
    p {
    color: #fff;
    line-height: 26px;
    font-weight: 300;
}
.solutions-compliances
    .ground-lab-help
    .lab-help-row
    .lab-help-col
    .text-wrap
    p
    a {
    color: #00b5ee;
}
.solutions-compliances .ground-lab-help h2 {
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: auto;
    margin-bottom: 93px;
}
/*.solutions-compliances .testimonials h2 {
    font-size: 36px;
    color: #00b5ee;
    text-align: center;
}*/
.solutions-compliances .testimonials .testimonials-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
}
.solutions-compliances
    .testimonials
    .testimonials-row
    .testimonial-item.one-col {
    width: 100%;
}
.solutions-compliances
    .testimonials
    .testimonials-row
    .testimonial-item.two-col {
    width: 50%;
    padding: 0 15px;
}
.solutions-compliances
    .testimonials
    .testimonials-row
    .testimonial-item.two-col
    .white-card {
    height: 100%;
    margin-top: 0;
}
.solutions-compliances
    .testimonials
    .testimonials-row
    .testimonial-item.three-col {
    width: calc(33.333% - 0.75rem);
}
.solutions-compliances
    .testimonials
    .testimonials-row
    .testimonial-item
    .white-card {
    height: calc(100% + 60px);
    margin-top: -30px;
}
.solutions-compliances
    .testimonials
    .testimonials-row
    .testimonial-item
    .block-img {
    background-image: url(/wp-content/themes/ground-labs/assets/images/solution-industry/transparent-block.png);
    background-position: bottom -45px right -35px;
    background-repeat: no-repeat;
}
.solutions-compliances .testimonials .testimonials-row h3 {
    font-size: 26px;
    line-height: 32px;
    padding-right: 100px;
}
.solutions-compliances .testimonials .testimonials-row .quote-content {
    position: relative;
}
.solutions-compliances .testimonials .testimonials-row .quote-content p {
    line-height: 26px;
    margin-bottom: 40px;
}
.solutions-compliances .testimonials .testimonials-row .quote-content a {
    position: static;
    color: #00b5ee;
    bottom: 48px;
    left: 21px;
    text-decoration: underline;
    font-size: 20px;
    margin-top: 40px;
}
.solutions-compliances .testimonials .testimonials-row .blog {
    color: #00b5ee;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .solutions-compliances .testimonials .testimonials-row .testimonial-item {
        margin-bottom: 4rem;
    }
    .solutions-compliances
        .testimonials
        .testimonials-row
        .testimonial-item.one-col,
    .solutions-compliances
        .testimonials
        .testimonials-row
        .testimonial-item.three-col,
    .solutions-compliances
        .testimonials
        .testimonials-row
        .testimonial-item.two-col {
        width: 100%;
    }
}
.solutions-compliances .testimonials .btn-wrap {

}
@media screen and (max-width: 991px) {
    .solutions-compliances .hero-banner-col .img-wrap {
        text-align: center;
    }
    .solutions-compliances .ground-lab-help .lab-help-col {
        max-width: 33%;
        -ms-flex: 1 0 26%;
        flex: 1 0 26%;
    }
    .solutions-compliances .image-text-section .image-text-row .text-wrap {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .solutions-compliances .ground-lab-help .lab-help-col {
        max-width: 50%;
        -ms-flex: 1 0 35%;
        flex: 1 0 35%;
    }
}
@media screen and (max-width: 400px) {
    .solutions-compliances .ground-lab-help .lab-help-col {
        max-width: 100%;
        -ms-flex: 1 0 51%;
        flex: 1 0 51%;
    }
}
.page-template-resources-casestudy .btn-wrap-loader {
    margin-top: 30px;
    text-align: center;
}
.page-template-resources-casestudy .btn-wrap-loader .btn-pink {
    background-color: #da0953;
    color: #fff;
    cursor: pointer;
}
.page-template-resources-casestudy .btn-wrap-loader .btn-pink:hover {
    background-color: #fff;
    color: #da0953;
}
.page-template-resources-casestudy .loader-animation {
    display: none;
}
.page-template-resources-casestudy .loader-animation.show {
    display: block;
}
.page-template-resources-casestudy .loader-animation img {
    display: block;
    margin: 0 auto;
}
.page-template-resources-casestudy .breahes {
    color: #30ac88;
    font-weight: 900;
    margin-top: 50px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.page-template-resources-casestudy .date-author {
    color: #3b529f;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
}
.page-template-resources-casestudy .breahes-text {
    text-align: left;
}
.page-template-resources-casestudy .hero-banner {
    padding: 8rem;
}
.page-template-resources-casestudy .hero-banner .hero-row {
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
}
.page-template-resources-casestudy .hero-banner .hero-row .hero-col {
    padding-left: 20px;
    padding-right: 20px;
}
.page-template-resources-casestudy .hero-banner .hero-row .text-wrap {
    text-align: left;
}
.page-template-resources-casestudy .hero-banner .hero-row .text-wrap h1 {
    margin-bottom: 30px;
}
.page-template-resources-casestudy .block-featured-section {
    padding: 8rem 0 4rem;
}
.page-template-resources-casestudy .block-featured-section .featured-wrap {
    margin-top: -190px;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px #00000029;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    .img-wrap {
    height: 100%;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    .text-wrap {
    padding-left: 20px;
    padding-right: 75px;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    .text-wrap
    h2 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 36px;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    .text-wrap
    .breahes-text {
    text-align: left;
    margin-bottom: 25px;
    color: #464646;
    max-width: 530px;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    a {
    margin-bottom: 50px;
    margin-left: 20px;
    padding: 11.5px 48px;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    .background-image
    > div {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-position: top;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    + .block-wrap {
    margin-top: 50px;
}
@media screen and (max-width: 1199px) {
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .background-image
        > div {
        background-position: 0;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .btn-wrap {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .page-template-resources-casestudy .hero-row {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-template-resources-casestudy .hero-row .hero-col {
        max-width: 100%;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        a {
        margin-left: 15px;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .text-wrap {
        padding-right: 45px;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .img-wrap {
        height: 400px;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .img-wrap
        img {
        max-width: 100%;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .text-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .text-wrap
        .breahes-text {
        max-width: 100%;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .background-image
        > div {
        border-radius: 15px 15px 0 0;
        border-bottom-left-radius: 0;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .date-author {
        margin-bottom: 15px;
    }
    .page-template-resources-casestudy .blog-list .blog-list-col .btn-wrap {
        margin-top: 30px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .page-template-resources-casestudy .block-featured-section .featured-wrap {
        margin-top: -180px;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .img-wrap
        img {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .page-template-resources-casestudy .block-featured-section .featured-wrap {
        margin-top: -170px;
    }
    .page-template-resources-casestudy .hero-banner {
        padding: 4rem;
    }
}
.page-template-resources-casestudy .pdf-download {
    background: none;
}
.page-template-resources-casestudy .pdf-download .mfp-content {
    cursor: auto;
    height: 650px;
    width: 670px;
    border-radius: 15px;
    background-color: rgba(0, 54, 109, 0.9);
}
.page-template-resources-casestudy .pdf-download .mfp-close {
    color: #fff;
    position: absolute;
    top: 35px;
    right: 45px;
}
.page-template-resources-casestudy .download-form .form-control {
    display: block;
    width: 100%;
    height: 75px;
    padding: 15px 35px;
    font-size: 14px;
    line-height: 1.5;
    color: #30ac88;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.page-template-resources-casestudy
    .download-form
    .form-control::-webkit-input-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.page-template-resources-casestudy
    .download-form
    .form-control:-ms-input-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.page-template-resources-casestudy
    .download-form
    .form-control::-moz-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.page-template-resources-casestudy
    .download-form
    .form-control::-ms-input-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.page-template-resources-casestudy .download-form .form-control::placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.page-template-resources-casestudy .download-form .btn-wrap {
    text-align: center;
    margin-top: 45px;
}
.page-template-resources-casestudy .download-form .btn-wrap .btn-green {
    border: 0;
    height: 59px;
    padding: 15px 48px;
    outline: 0;
}
.page-template-resources-casestudy .download-form .popup-form {
    position: relative;
    top: 125px;
    padding: 15px 55px;
}
@media screen and (max-width: 676px) {
    .page-template-resources-casestudy .pdf-download {
        background: none;
    }
    .page-template-resources-casestudy .pdf-download .mfp-content {
        cursor: auto;
        height: 680px;
        width: 80%;
        border-radius: 15px;
        background-color: rgba(0, 54, 109, 0.9);
    }
    .page-template-resources-casestudy .download-form .popup-form {
        padding: 15px 40px;
    }
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    .block-featured-row {
    -ms-flex-align: center;
    align-items: center;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    .block-featured-row
    .responsive-image {
    display: none;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    .desktop-image
    .img-wrap
    .background-image {
    position: static;
    width: auto;
    height: auto;
}
.page-template-resources-casestudy
    .block-featured-section
    .featured-wrap
    .block-wrap
    .img-wrap
    img {
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
@media screen and (max-width: 991px) {
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .block-featured-row
        .responsive-image {
        display: block;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .block-featured-row
        .desktop-image {
        display: none;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .img-wrap {
        height: 600px;
    }
    .page-template-resources-casestudy
        .block-featured-section
        .featured-wrap
        .block-wrap
        .background-image
        > div {
        background-position: top;
    }
}
.product-enterprise-recon {
    overflow-x: hidden;
}
.product-enterprise-recon .enterprise0recon {
    padding: 5rem 0;
    padding-bottom: 20px;
}
.product-enterprise-recon .enterprise0recon .visibility-hidden {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    margin: 0;
}
.product-enterprise-recon .enterprise0recon .intro {
    text-align: center;
}
.product-enterprise-recon .enterprise0recon .intro .img-wrap {
    margin-bottom: 55px;
}
.product-enterprise-recon .enterprise0recon .intro .img-wrap img {
    min-width: 650px;
}
.product-enterprise-recon .search-across {
    padding: 7rem 0;
}
.product-enterprise-recon .search-across .search-across-row {
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
    margin-right: -40px;
}
.product-enterprise-recon .search-across .search-across-row .search-across-col {
    padding-left: 40px;
    padding-right: 40px;
}
.product-enterprise-recon
    .search-across
    .search-across-row
    .search-across-col
    .text-wrap {
    padding-right: 40px;
}
.product-enterprise-recon
    .search-across
    .search-across-row
    .search-across-col
    .text-wrap
    h2 {
    margin-bottom: 25px;
}
.product-enterprise-recon
    .search-across
    .search-across-row
    .search-across-col
    .text-wrap
    p {
    line-height: 26px;
}
.product-enterprise-recon
    .search-across
    .search-across-row
    .search-across-col
    .img-wrap
    img {
    border-radius: 10px;
}
.product-enterprise-recon .discover-data {
    background-color: #00366d;
    padding: 5rem 0;
}
.product-enterprise-recon .discover-data .text-wrap p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 26px;
}
.product-enterprise-recon .discover-data .text-wrap .single-faq p.all-faqs,
.product-enterprise-recon .discover-data .text-wrap p.h4,
.single-faq .product-enterprise-recon .discover-data .text-wrap p.all-faqs {
    color: #00b5ee;
}
.product-enterprise-recon .discover-data .text-wrap p a {
    color: #fff;
}
.product-enterprise-recon
    .feature-section
    .feature-section-row
    .feature-section-col
    .text-wrap {
    padding-left: 55px;
    padding-right: 53px;
}
.product-enterprise-recon .feature-section .text-wrap ul {
    list-style-type: none;
    padding: 0;
}
.product-enterprise-recon .feature-section .text-wrap ul li {
    margin-bottom: 35px;
    padding-left: 30px;
    position: relative;
}
.product-enterprise-recon .feature-section .text-wrap ul li:before {
    content: "";
    height: 19px;
    width: 19px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(../images/productpage/tick-green.svg);
}
.product-enterprise-recon .feature-section .text-wrap ul li svg {
    position: absolute;
    left: 0;
    top: 3px;
}
.product-enterprise-recon .feature-section .text-wrap ul li svg g circle {
    fill: rgba(48, 172, 136, 0.25);
}
.product-enterprise-recon .feature-section .text-wrap ul li strong {
    color: #30ac88;
}
.product-enterprise-recon .recon-version {
    background-color: #00366d;
}
.product-enterprise-recon .recon-version .text-wrap p {
    color: #fff;
    margin-bottom: 35px;
    line-height: 26px;
}
.product-enterprise-recon .recon-version .text-wrap .single-faq p.all-faqs,
.product-enterprise-recon .recon-version .text-wrap p.h4,
.single-faq .product-enterprise-recon .recon-version .text-wrap p.all-faqs {
    color: #00b5ee;
}
.product-enterprise-recon .key-feature .table-responsive {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 90px;
}
.product-enterprise-recon .key-feature .table-responsive .check {
    padding: 10px;
    text-align: center;
}
.product-enterprise-recon .key-feature .table-responsive .check:after {
    font-weight: 600;
    content: "";
    display: block;
    width: 13px;
    height: 21px;
    border: solid #30ac88;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: inline-block;
}
.product-enterprise-recon .key-feature .table-responsive table {
    border-collapse: collapse;
    width: 100%;
}
.product-enterprise-recon .key-feature .table-responsive .top {
    border: 2px solid rgba(45, 109, 163, 0.121569);
    background-color: #fff;
}
.product-enterprise-recon .key-feature .table-responsive .different {
    border: 1px solid;
    background-color: #25394c;
    min-width: 370px;
    color: #fff;
}
.product-enterprise-recon .key-feature .table-responsive .same {
    background-color: #fff;
    border-right: 1px solid rgba(45, 109, 163, 0.23);
}
.product-enterprise-recon .key-feature .table-responsive .same img {
    min-width: 185px;
}
.product-enterprise-recon .key-feature .table-responsive td,
.product-enterprise-recon .key-feature .table-responsive th {
    text-align: center;
    padding: 18px 30px;
    border: 1px solid #fff;
    color: #25394c;
    font-weight: 600;
}
.product-enterprise-recon .key-feature .table-responsive .last {
    height: 65px;
}
.product-enterprise-recon .key-feature .table-responsive .last td {
    border: none;
    background-color: #25394c;
}
.product-enterprise-recon .key-feature .table-responsive tr:nth-child(odd) {
    background-color: #dce6ef;
}
@media screen and (max-width: 1199px) {
    .product-enterprise-recon .key-feature .table-responsive {
        overflow-x: auto;
    }
    .product-enterprise-recon
        .key-feature
        .table-responsive::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .product-enterprise-recon
        .key-feature
        .table-responsive::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
    }
    .product-enterprise-recon
        .key-feature
        .table-responsive::-webkit-scrollbar-thumb {
        background: #dce6ef;
        border-radius: 10px;
    }
    .product-enterprise-recon
        .key-feature
        .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #00366d;
    }
}
.product-enterprise-recon .key-feature .desktop-logo {
    display: block;
}
.product-enterprise-recon .key-feature .responsive-logo {
    display: none;
}
.product-enterprise-recon .included-feature {
    background-color: #00366d;
    margin-bottom: 95px;
}
.product-enterprise-recon .included-feature .text-wrap p {
    color: #fff;
    margin-bottom: 35px;
    line-height: 26px;
}
.product-enterprise-recon .included-feature .text-wrap .single-faq p.all-faqs,
.product-enterprise-recon .included-feature .text-wrap p.h4,
.single-faq .product-enterprise-recon .included-feature .text-wrap p.all-faqs {
    color: #00b5ee;
}
.product-enterprise-recon .included-feature .text-wrap p a {
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .product-enterprise-recon
        .key-feature
        > .container
        .table-responsive
        .different {
        min-width: 320px;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive th {
        padding: 15px 8px;
        font-size: 18px;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive td {
        font-size: 17px;
        padding: 18px 10px;
    }
}
@media screen and (max-width: 991px) {
    .product-enterprise-recon .search-across {
        padding: 5rem 0;
    }
    .product-enterprise-recon .search-across .search-across-row {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .product-enterprise-recon
        .search-across
        .search-across-row
        .search-across-col {
        max-width: 100%;
    }
    .product-enterprise-recon
        .search-across
        .search-across-row
        .search-across-col
        .text-wrap {
        padding-right: 0;
        margin-bottom: 25px;
    }
    .product-enterprise-recon .feature-section .feature-section-row {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-enterprise-recon
        .feature-section
        .feature-section-row
        .feature-section-col {
        text-align: center;
        max-width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }
    .product-enterprise-recon
        .feature-section
        .feature-section-row
        .feature-section-col
        .img-wrap {
        margin-bottom: 30px;
    }
    .product-enterprise-recon .key-feature > .container {
        max-width: 100%;
        padding: 0;
    }
    .product-enterprise-recon
        .key-feature
        > .container
        .table-responsive
        .same
        img {
        min-width: 100px;
    }
    .product-enterprise-recon
        .key-feature
        > .container
        .table-responsive
        .responsive-logo {
        margin: 0 auto;
        display: block;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive td {
        font-size: 16px;
    }
    .product-enterprise-recon .key-feature .desktop-logo {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .product-enterprise-recon .enterprise0recon .intro .img-wrap img {
        min-width: 100%;
    }
    .product-enterprise-recon .search-across {
        padding: 3rem 0;
    }
    .product-enterprise-recon
        .key-feature
        > .container
        .table-responsive
        .different {
        min-width: 290px;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive th {
        font-size: 16px;
        padding: 18px 5px;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive td {
        padding: 17px 15px;
        font-size: 15px;
    }
    .product-enterprise-recon .key-feature > .container .same img {
        min-width: 90px;
    }
}
@media screen and (max-width: 676px) {
    .product-enterprise-recon
        .key-feature
        > .container
        .table-responsive
        .same
        img {
        min-width: 90px;
    }
    .product-enterprise-recon
        .key-feature
        > .container
        .table-responsive
        .different {
        min-width: 220px;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive th {
        font-size: 15px;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive td {
        padding: 16px 3px;
        font-size: 13px;
    }
}
@media screen and (max-width: 575px) {
    .product-enterprise-recon
        .key-feature
        > .container
        .table-responsive
        .same
        img {
        min-width: 100%;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive th {
        font-size: 15px;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive td {
        padding: 14px 7px;
        font-size: 11px;
    }
}
@media screen and (max-width: 400px) {
    .product-enterprise-recon
        .key-feature
        > .container
        .table-responsive
        .different {
        min-width: 185px;
    }
    .product-enterprise-recon .key-feature > .container .table-responsive th {
        font-size: 14px;
    }
}
.enterprise-recon-2021 {
    overflow-x: hidden;
}
.enterprise-recon-2021 .enterprise0recon {
    padding: 5rem 0;
    padding-bottom: 20px;
}
.enterprise-recon-2021 .enterprise0recon .visibility-hidden {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    margin: 0;
}
.enterprise-recon-2021 .enterprise0recon .intro {
    text-align: center;
}
.enterprise-recon-2021 .enterprise0recon .intro p {
    font-family: var(--body-fonts-4);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
}
.enterprise-recon-2021 .enterprise0recon .intro .img-wrap {
    margin-bottom: 55px;
}
.enterprise-recon-2021 .enterprise0recon .intro .img-wrap img {
    min-width: 650px;
}
.enterprise-recon-2021 .question-section {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.enterprise-recon-2021 .question-section .title {
    font-weight: 600;
    margin-bottom: 0;
}
.enterprise-recon-2021 .question-section p {
    max-width: 680px;
    margin: auto;
}
.enterprise-recon-2021 .question-section p a {
    font-weight: 600;
    color: #00b5ee;
}
.enterprise-recon-2021 .question-section .btn-wrap {
    margin-top: 35px;
}
.enterprise-recon-2021 .search-across {
    padding: 7rem 0;
}
.enterprise-recon-2021 .search-across .search-across-row {
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
    margin-right: -40px;
}
.enterprise-recon-2021 .search-across .search-across-row .search-across-col {
    padding-left: 40px;
    padding-right: 40px;
}
.enterprise-recon-2021
    .search-across
    .search-across-row
    .search-across-col
    .text-wrap {
    padding-right: 40px;
}
.enterprise-recon-2021
    .search-across
    .search-across-row
    .search-across-col
    .text-wrap
    h2 {
    margin-bottom: 25px;
}
.enterprise-recon-2021
    .search-across
    .search-across-row
    .search-across-col
    .text-wrap
    h2
    span {
    font-weight: 300;
    font-family: var(--body-fonts-2);
}
.enterprise-recon-2021
    .search-across
    .search-across-row
    .search-across-col
    .text-wrap
    p {
    line-height: 26px;
}
.enterprise-recon-2021
    .search-across
    .search-across-row
    .search-across-col
    .img-wrap
    img {
    border-radius: 10px;
}
.enterprise-recon-2021 .discover-data {
    background-color: #00366d;
    padding: 5rem 0;
}
.enterprise-recon-2021 .discover-data h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.enterprise-recon-2021 .discover-data .icon-wrap {
    margin-bottom: 17px;
}
.enterprise-recon-2021 .discover-data .icon-wrap img {
    max-width: 68px;
}
.enterprise-recon-2021 .discover-data .discover-row {
    text-align: center;
    margin-top: 60px;
}
.enterprise-recon-2021 .discover-data .discover-row .text-wrap .title {
    font-weight: 600;
    margin-bottom: 0;
}
.enterprise-recon-2021 .discover-data .discover-row .text-wrap p a {
    color: #00b5ee;
    font-weight: 700;
}
.enterprise-recon-2021 .discover-data .text-wrap p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 26px;
}
.enterprise-recon-2021 .discover-data .text-wrap .single-faq p.all-faqs,
.enterprise-recon-2021 .discover-data .text-wrap p.h4,
.single-faq .enterprise-recon-2021 .discover-data .text-wrap p.all-faqs {
    color: #00b5ee;
}
.enterprise-recon-2021 .discover-data .text-wrap p a {
    color: #fff;
}
.enterprise-recon-2021 .feature-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.enterprise-recon-2021 .feature-section h2 {
    text-align: center;
    margin-bottom: 66px;
}
.enterprise-recon-2021
    .feature-section
    .feature-section-row
    .feature-section-col
    .text-wrap {
    padding-left: 33px;
    padding-right: 33px;
}
.enterprise-recon-2021 .feature-section .text-wrap ul {
    list-style-type: none;
    padding: 0;
}
.enterprise-recon-2021 .feature-section .text-wrap ul li {
    margin-bottom: 35px;
    padding-left: 30px;
    position: relative;
}
.enterprise-recon-2021 .feature-section .text-wrap ul li:before {
    content: "";
    height: 19px;
    width: 19px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(../images/productpage/tick-green.svg);
}
.enterprise-recon-2021 .feature-section .text-wrap ul li svg {
    position: absolute;
    left: 0;
    top: 3px;
}
.enterprise-recon-2021 .feature-section .text-wrap ul li svg g circle {
    fill: rgba(48, 172, 136, 0.25);
}
.enterprise-recon-2021 .feature-section .text-wrap ul li strong {
    color: #30ac88;
}
.enterprise-recon-2021 .recon-version {
    background-color: #00366d;
}
.enterprise-recon-2021 .recon-version .text-wrap p {
    color: #fff;
    margin-bottom: 35px;
    line-height: 26px;
}
.enterprise-recon-2021 .recon-version .text-wrap .single-faq p.all-faqs,
.enterprise-recon-2021 .recon-version .text-wrap p.h4,
.single-faq .enterprise-recon-2021 .recon-version .text-wrap p.all-faqs {
    font-size: 32px;
    line-height: 44px;
    color: #fff;
}
.enterprise-recon-2021 .key-feature {
    padding-bottom: 70px;
}
.enterprise-recon-2021 .key-feature .table-responsive {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 90px;
}/*
.enterprise-recon-2021 .key-feature .table-responsive .check {
    padding: 10px;
    text-align: center;
}
.enterprise-recon-2021 .key-feature .table-responsive .check:after {
    font-weight: 600;
    content: "";
    display: block;
    width: 13px;
    height: 21px;
    border: solid #30ac88;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: inline-block;
}
*/


.enterprise-recon-2021 .key-feature .table-responsive .check,
.enterprise-recon-2021 .key-feature .table-responsive .uncheck{
   /* padding: 10px;*/
    text-align: center;
}
.enterprise-recon-2021 .key-feature .table-responsive .check:after {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin: auto;
	/*background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='28.656px' height='28.655px' viewBox='0 0 28.656 28.655' enable-background='new 0 0 28.656 28.655' xml:space='preserve'%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-786.3315' y1='2640.2588' x2='-786.3315' y2='2640.2588' gradientTransform='matrix(20.2518 20.2518 -20.2518 20.2518 69408.8516 -37550.5625)'%3E%3Cstop offset='0' style='stop-color:%2306B2E8'/%3E%3Cstop offset='0.2579' style='stop-color:%2306B2E8'/%3E%3Cstop offset='0.3419' style='stop-color:%230FAEE2'/%3E%3Cstop offset='0.4407' style='stop-color:%2319A3D4'/%3E%3Cstop offset='0.547' style='stop-color:%232192C2'/%3E%3Cstop offset='0.6585' style='stop-color:%23277DAB'/%3E%3Cstop offset='0.7741' style='stop-color:%23296492'/%3E%3Cstop offset='0.8913' style='stop-color:%23274878'/%3E%3Cstop offset='1' style='stop-color:%23262A61'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M14.328-5.22'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_2_' d='M20.275,8.575h-0.002l0.004-0.002c-0.322,0.024-0.614,0.175-0.824,0.418l-7.006,8.133l-3.285-3.392H9.16 c-0.223-0.229-0.525-0.359-0.844-0.361C8,13.368,7.693,13.491,7.465,13.715c-0.468,0.462-0.474,1.215-0.017,1.684l4.188,4.326 c0.234,0.243,0.56,0.373,0.894,0.362c0.337-0.009,0.649-0.158,0.871-0.413l7.861-9.133V10.54c0.43-0.498,0.374-1.253-0.124-1.683 c-0.217-0.186-0.491-0.285-0.774-0.285C20.333,8.572,20.303,8.573,20.275,8.575 M2.389,14.329c0-6.606,5.334-11.939,11.944-11.939 c6.608,0,11.935,5.334,11.935,11.939c0,6.611-5.326,11.938-11.935,11.938C7.722,26.267,2.389,20.94,2.389,14.329 M0,14.329 c0,7.901,6.432,14.326,14.333,14.326c7.899,0,14.323-6.426,14.323-14.326C28.656,6.432,22.23,0,14.333,0C6.432,0,0,6.433,0,14.329 '/%3E%3C/defs%3E%3CclipPath id='SVGID_3_'%3E%3Cuse xlink:href='%23SVGID_2_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='-787.5391' y1='2639.5527' x2='-786.5391' y2='2639.5527' gradientTransform='matrix(20.2518 20.2518 -20.2518 20.2518 69408.8516 -37502.3438)'%3E%3Cstop offset='0' style='stop-color:%2306B2E8'/%3E%3Cstop offset='0.2579' style='stop-color:%2306B2E8'/%3E%3Cstop offset='0.3419' style='stop-color:%230FAEE2'/%3E%3Cstop offset='0.4407' style='stop-color:%2319A3D4'/%3E%3Cstop offset='0.547' style='stop-color:%232192C2'/%3E%3Cstop offset='0.6585' style='stop-color:%23277DAB'/%3E%3Cstop offset='0.7741' style='stop-color:%23296492'/%3E%3Cstop offset='0.8913' style='stop-color:%23274878'/%3E%3Cstop offset='1' style='stop-color:%23262A61'/%3E%3C/linearGradient%3E%3Cpolygon clip-path='url(%23SVGID_3_)' fill='url(%23SVGID_4_)' points='-14.327,14.328 14.328,42.983 42.983,14.328 14.328,-14.328 '/%3E%3C/g%3E%3Cpath fill='none' stroke='%2303B2E8' stroke-miterlimit='10' d='M136.046,808.206'/%3E%3C/svg%3E%0A");*/
	background-image: url(/wp-content/themes/ground-labs/assets/images/check.svg);
}

.enterprise-recon-2021 .key-feature .table-responsive .uncheck:after {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin: auto;

	background-image: url(/wp-content/themes/ground-labs/assets/images/uncheck.svg);
	/*
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='28.654px' height='28.655px' viewBox='0 0 28.654 28.655' enable-background='new 0 0 28.654 28.655' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M17.037,9.838l-2.709,2.709l-2.711-2.709c-0.443-0.444-1.171-0.444-1.613,0l-0.166,0.166 c-0.445,0.444-0.445,1.169,0,1.613l2.71,2.709l-2.71,2.711c-0.445,0.442-0.445,1.169,0,1.613l0.166,0.166 c0.442,0.443,1.17,0.443,1.613,0l2.711-2.708l2.709,2.708c0.442,0.443,1.169,0.443,1.612,0l0.165-0.166 c0.445-0.444,0.445-1.171,0-1.613l-2.708-2.711l2.708-2.709c0.445-0.444,0.445-1.169,0-1.613l-0.165-0.166 c-0.223-0.222-0.515-0.333-0.807-0.333S17.259,9.616,17.037,9.838 M2.389,14.329c0-6.608,5.335-11.941,11.942-11.941 c6.609,0,11.936,5.335,11.936,11.941c0,6.612-5.326,11.936-11.936,11.936S2.389,20.941,2.389,14.329 M0,14.329 c0,7.9,6.431,14.326,14.331,14.326c7.899,0,14.323-6.426,14.323-14.326S22.229,0,14.331,0C6.431,0,0,6.431,0,14.329'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-635.6997' y1='2385.1631' x2='-634.6997' y2='2385.1631' gradientTransform='matrix(28.6553 0 0 28.6553 18216.1445 -68333.1641)'%3E%3Cstop offset='0' style='stop-color:%23D71B56'/%3E%3Cstop offset='0.2579' style='stop-color:%23D71B56'/%3E%3Cstop offset='0.3409' style='stop-color:%23D8205A'/%3E%3Cstop offset='0.4387' style='stop-color:%23DA2E64'/%3E%3Cstop offset='0.544' style='stop-color:%23DF4676'/%3E%3Cstop offset='0.6545' style='stop-color:%23E4678E'/%3E%3Cstop offset='0.7693' style='stop-color:%23EC92AE'/%3E%3Cstop offset='0.8856' style='stop-color:%23F5C5D4'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect clip-path='url(%23SVGID_2_)' fill='url(%23SVGID_3_)' width='28.654' height='28.655'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M17.037,9.838l-2.709,2.709l-2.711-2.709c-0.443-0.444-1.171-0.444-1.613,0l-0.166,0.166 c-0.445,0.444-0.445,1.169,0,1.613l2.71,2.709l-2.71,2.711c-0.445,0.442-0.445,1.169,0,1.613l0.166,0.166 c0.442,0.443,1.17,0.443,1.613,0l2.711-2.708l2.709,2.708c0.442,0.443,1.169,0.443,1.612,0l0.165-0.166 c0.445-0.444,0.445-1.171,0-1.613l-2.708-2.711l2.708-2.709c0.445-0.444,0.445-1.169,0-1.613l-0.165-0.166 c-0.223-0.222-0.515-0.333-0.807-0.333S17.259,9.616,17.037,9.838 M2.389,14.329c0-6.608,5.335-11.941,11.942-11.941 c6.609,0,11.936,5.335,11.936,11.941c0,6.612-5.326,11.936-11.936,11.936S2.389,20.941,2.389,14.329 M0,14.329 c0,7.9,6.431,14.326,14.331,14.326c7.899,0,14.323-6.426,14.323-14.326S22.229,0,14.331,0C6.431,0,0,6.431,0,14.329'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cuse xlink:href='%23SVGID_4_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-635.6997' y1='2385.1631' x2='-634.6997' y2='2385.1631' gradientTransform='matrix(28.6553 0 0 28.6553 18216.1445 -68333.1641)'%3E%3Cstop offset='0' style='stop-color:%23D71B56'/%3E%3Cstop offset='0.2579' style='stop-color:%23D71B56'/%3E%3Cstop offset='0.3703' style='stop-color:%23D31B56'/%3E%3Cstop offset='0.4823' style='stop-color:%23C71C56'/%3E%3Cstop offset='0.5944' style='stop-color:%23B31E57'/%3E%3Cstop offset='0.7064' style='stop-color:%23972058'/%3E%3Cstop offset='0.8185' style='stop-color:%23732359'/%3E%3Cstop offset='0.9291' style='stop-color:%2347265A'/%3E%3Cstop offset='1' style='stop-color:%2327295B'/%3E%3C/linearGradient%3E%3Crect clip-path='url(%23SVGID_5_)' fill='url(%23SVGID_6_)' width='28.654' height='28.655'/%3E%3C/g%3E%3C/svg%3E%0A");*/
}


.enterprise-recon-2021 .key-feature .table-responsive table {
    border-collapse: collapse;
    width: 100%;
}
.enterprise-recon-2021 .key-feature .table-responsive .top {
    border: 2px solid rgba(45, 109, 163, 0.121569);
    background-color: #fff;
}
.enterprise-recon-2021 .key-feature .table-responsive .different {
    border: 1px solid;
    background-color: #25394c;
    min-width: 370px;
    color: #fff;
}
.enterprise-recon-2021 .key-feature .table-responsive .same {
    background-color: #fff;
    border-right: 1px solid rgba(45, 109, 163, 0.23);
}
.enterprise-recon-2021 .key-feature .table-responsive .same img {
    min-width: 185px;
}
.enterprise-recon-2021 .key-feature .table-responsive td,
.enterprise-recon-2021 .key-feature .table-responsive th {
    text-align: center;
    padding: 18px 30px;
    border: 1px solid rgba(221, 221, 222,1) ;

    font-weight: 600;
}
.enterprise-recon-2021 .key-feature .table-responsive th span {
    font-weight: 300;
}
.enterprise-recon-2021 .key-feature .table-responsive .last {
    height: 65px;
}
.enterprise-recon-2021 .key-feature .table-responsive .last td {
    border: none;
    background-color: #25394c;
}
.enterprise-recon-2021 .key-feature .table-responsive tr:nth-child(odd) {
   /* background-color: rgba(221, 221, 222,0.3);*/
}
@media screen and (max-width: 1199px) {
    .enterprise-recon-2021 .key-feature .table-responsive {
        overflow-x: auto;
    }
    .enterprise-recon-2021 .key-feature .table-responsive::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .enterprise-recon-2021
        .key-feature
        .table-responsive::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
    }
    .enterprise-recon-2021
        .key-feature
        .table-responsive::-webkit-scrollbar-thumb {
        background: #dce6ef;
        border-radius: 10px;
    }
    .enterprise-recon-2021
        .key-feature
        .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #00366d;
    }
}
.enterprise-recon-2021 .key-feature .desktop-logo {
    display: block;
}
.enterprise-recon-2021 .key-feature .responsive-logo {
    display: none;
}
.enterprise-recon-2021 .included-feature {
    background-color: #00366d;
    margin-bottom: 95px;
}
.enterprise-recon-2021 .included-feature h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
}
.enterprise-recon-2021 .included-feature .text-wrap p {
    color: #fff;
    margin-bottom: 35px;
    line-height: 26px;
}
.enterprise-recon-2021 .included-feature .text-wrap .single-faq p.all-faqs,
.enterprise-recon-2021 .included-feature .text-wrap p.h4,
.single-faq .enterprise-recon-2021 .included-feature .text-wrap p.all-faqs {
    color: #fff;
}
.enterprise-recon-2021 .included-feature .text-wrap p strong {
    color: #00b5ee;
}
.enterprise-recon-2021 .included-feature .text-wrap p a {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
}
.enterprise-recon-2021 .included-feature .text-wrap p a:hover {
    color: #00b5ee;
}
@media screen and (max-width: 1199px) {
    .enterprise-recon-2021
        .key-feature
        > .container
        .table-responsive
        .different {
        min-width: 320px;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive th {
        padding: 15px 8px;
        font-size: 18px;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive td {
        font-size: 17px;
        padding: 18px 10px;
    }
}
@media screen and (max-width: 991px) {
    .enterprise-recon-2021 .search-across {
        padding: 5rem 0;
    }
    .enterprise-recon-2021 .search-across .search-across-row {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .enterprise-recon-2021
        .search-across
        .search-across-row
        .search-across-col {
        max-width: 100%;
    }
    .enterprise-recon-2021
        .search-across
        .search-across-row
        .search-across-col
        .text-wrap {
        padding-right: 0;
        margin-bottom: 25px;
    }
    .enterprise-recon-2021 .feature-section .feature-section-row {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .enterprise-recon-2021
        .feature-section
        .feature-section-row
        .feature-section-col {
        text-align: center;
        max-width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }
    .enterprise-recon-2021
        .feature-section
        .feature-section-row
        .feature-section-col
        .img-wrap {
        margin-bottom: 30px;
    }
    .enterprise-recon-2021 .key-feature > .container {
        max-width: 100%;
        padding: 0;
    }
    .enterprise-recon-2021
        .key-feature
        > .container
        .table-responsive
        .same
        img {
        min-width: 100px;
    }
    .enterprise-recon-2021
        .key-feature
        > .container
        .table-responsive
        .responsive-logo {
        margin: 0 auto;
        display: block;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive td {
        font-size: 16px;
    }
    .enterprise-recon-2021 .key-feature .desktop-logo {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .enterprise-recon-2021 .enterprise0recon .intro .img-wrap img {
        min-width: 100%;
    }
    .enterprise-recon-2021 .search-across {
        padding: 3rem 0;
    }
    .enterprise-recon-2021
        .key-feature
        > .container
        .table-responsive
        .different {
        min-width: 290px;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive th {
        font-size: 16px;
        padding: 18px 5px;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive td {
        padding: 17px 15px;
        font-size: 15px;
    }
    .enterprise-recon-2021 .key-feature > .container .same img {
        min-width: 90px;
    }
}
@media screen and (max-width: 676px) {
    .enterprise-recon-2021
        .key-feature
        > .container
        .table-responsive
        .same
        img {
        min-width: 90px;
    }
    .enterprise-recon-2021
        .key-feature
        > .container
        .table-responsive
        .different {
        min-width: 220px;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive th {
        font-size: 15px;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive td {
        padding: 16px 3px;
        font-size: 13px;
    }
}
@media screen and (max-width: 575px) {
    .enterprise-recon-2021
        .key-feature
        > .container
        .table-responsive
        .same
        img {
        min-width: 100%;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive th {
        font-size: 15px;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive td {
        padding: 14px 7px;
        font-size: 11px;
    }
}
@media screen and (max-width: 400px) {
    .enterprise-recon-2021
        .key-feature
        > .container
        .table-responsive
        .different {
        min-width: 185px;
    }
    .enterprise-recon-2021 .key-feature > .container .table-responsive th {
        font-size: 14px;
    }
}
.product-card-recon .blue-btn {
    background-color: #00b5ee;
    color: #fff;
}
.product-card-recon .blue-btn:hover {
    background-color: #fff;
    color: #00b5ee;
}
.product-card-recon .enterprise0recon {
    padding: 5rem 0;
    padding-bottom: 20px;
}
.product-card-recon .enterprise0recon .visibility-hidden {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    margin: 0;
}
.product-card-recon .enterprise0recon .intro {
    text-align: center;
}
.product-card-recon .enterprise0recon .intro .img-wrap {
    margin-bottom: 25px;
}
.product-card-recon .enterprise0recon .intro .img-wrap h2 {
    font-size: 32px;
}
.product-card-recon .enterprise0recon .intro .img-wrap img {
    width: 520px;
    height: 140px;
}
.product-card-recon .search-across {
    padding: 6rem 0;
}
.product-card-recon .search-across .search-across-row {
    -ms-flex-align: center;
    align-items: center;
}
.product-card-recon .search-across .search-across-row .text-wrap {
    padding-right: 0;
}
.product-card-recon .search-across .search-across-row .text-wrap h2 {
    margin-bottom: 25px;
    font-size: 32px;
    color: #25394c;
}
.product-card-recon .search-across .search-across-row .text-wrap h3 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 25px;
}
.product-card-recon .search-across .search-across-row .text-wrap p {
    line-height: 26px;
}
.product-card-recon .search-across .search-across-row .img-wrap img {
    border-radius: 10px;
}
.product-card-recon .feature-section {
    padding: 2rem;
}
.product-card-recon .feature-section .feature-section-col .text-wrap {
    padding-left: 55px;
    padding-right: 20px;
}
.product-card-recon .feature-section .feature-section-col .text-wrap ul {
    list-style-type: none;
    padding: 0;
}
.product-card-recon .feature-section .feature-section-col .text-wrap ul li {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}
.product-card-recon
    .feature-section
    .feature-section-col
    .text-wrap
    ul
    li:before {
    content: "";
    height: 19px;
    width: 19px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(../images/productpage/tick-red.svg);
}
.product-card-recon .feature-section .feature-section-col .text-wrap ul li svg {
    position: absolute;
    left: 0;
    top: 3px;
}
.product-card-recon
    .feature-section
    .feature-section-col
    .text-wrap
    ul
    li
    svg
    g
    circle {
    fill: rgba(218, 9, 83, 0.270588);
}
.product-card-recon
    .feature-section
    .feature-section-col
    .text-wrap
    ul
    li
    strong {
    color: #da0953;
}
.product-card-recon .feature-section .feature-section-col .img-wrap img {
    border-radius: 10px;
}
.product-card-recon .recon-version {
    /*background-color: #00366d;*/
    padding-top: 95px;
    padding-bottom: 85px;
    text-align: center;
    color: #fff;
}
.product-card-recon .recon-version p {
    font-size: 20px;
}
.product-card-recon .recon-version .text-wrap {
    text-align: center;
}
.product-card-recon .recon-version .text-wrap p {
    color: #fff;
    margin-bottom: 35px;
    line-height: 26px;
}
.product-card-recon .recon-version .text-wrap .single-faq p.all-faqs,
.product-card-recon .recon-version .text-wrap p.h4,
.single-faq .product-card-recon .recon-version .text-wrap p.all-faqs {
    color: #fff;
    margin-bottom: 40px;
}
.product-card-recon .recon-version .text-wrap a {
    padding: 12px 39px;
}
.product-card-recon .key-feature .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 90px;
}
.product-card-recon .key-feature .table-responsive .check {
   /* padding: 10px;*/
    text-align: center;
}
.product-card-recon .key-feature .table-responsive .check:after {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin: auto;
	/*background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='28.656px' height='28.655px' viewBox='0 0 28.656 28.655' enable-background='new 0 0 28.656 28.655' xml:space='preserve'%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-786.3315' y1='2640.2588' x2='-786.3315' y2='2640.2588' gradientTransform='matrix(20.2518 20.2518 -20.2518 20.2518 69408.8516 -37550.5625)'%3E%3Cstop offset='0' style='stop-color:%2306B2E8'/%3E%3Cstop offset='0.2579' style='stop-color:%2306B2E8'/%3E%3Cstop offset='0.3419' style='stop-color:%230FAEE2'/%3E%3Cstop offset='0.4407' style='stop-color:%2319A3D4'/%3E%3Cstop offset='0.547' style='stop-color:%232192C2'/%3E%3Cstop offset='0.6585' style='stop-color:%23277DAB'/%3E%3Cstop offset='0.7741' style='stop-color:%23296492'/%3E%3Cstop offset='0.8913' style='stop-color:%23274878'/%3E%3Cstop offset='1' style='stop-color:%23262A61'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M14.328-5.22'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_2_' d='M20.275,8.575h-0.002l0.004-0.002c-0.322,0.024-0.614,0.175-0.824,0.418l-7.006,8.133l-3.285-3.392H9.16 c-0.223-0.229-0.525-0.359-0.844-0.361C8,13.368,7.693,13.491,7.465,13.715c-0.468,0.462-0.474,1.215-0.017,1.684l4.188,4.326 c0.234,0.243,0.56,0.373,0.894,0.362c0.337-0.009,0.649-0.158,0.871-0.413l7.861-9.133V10.54c0.43-0.498,0.374-1.253-0.124-1.683 c-0.217-0.186-0.491-0.285-0.774-0.285C20.333,8.572,20.303,8.573,20.275,8.575 M2.389,14.329c0-6.606,5.334-11.939,11.944-11.939 c6.608,0,11.935,5.334,11.935,11.939c0,6.611-5.326,11.938-11.935,11.938C7.722,26.267,2.389,20.94,2.389,14.329 M0,14.329 c0,7.901,6.432,14.326,14.333,14.326c7.899,0,14.323-6.426,14.323-14.326C28.656,6.432,22.23,0,14.333,0C6.432,0,0,6.433,0,14.329 '/%3E%3C/defs%3E%3CclipPath id='SVGID_3_'%3E%3Cuse xlink:href='%23SVGID_2_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_4_' gradientUnits='userSpaceOnUse' x1='-787.5391' y1='2639.5527' x2='-786.5391' y2='2639.5527' gradientTransform='matrix(20.2518 20.2518 -20.2518 20.2518 69408.8516 -37502.3438)'%3E%3Cstop offset='0' style='stop-color:%2306B2E8'/%3E%3Cstop offset='0.2579' style='stop-color:%2306B2E8'/%3E%3Cstop offset='0.3419' style='stop-color:%230FAEE2'/%3E%3Cstop offset='0.4407' style='stop-color:%2319A3D4'/%3E%3Cstop offset='0.547' style='stop-color:%232192C2'/%3E%3Cstop offset='0.6585' style='stop-color:%23277DAB'/%3E%3Cstop offset='0.7741' style='stop-color:%23296492'/%3E%3Cstop offset='0.8913' style='stop-color:%23274878'/%3E%3Cstop offset='1' style='stop-color:%23262A61'/%3E%3C/linearGradient%3E%3Cpolygon clip-path='url(%23SVGID_3_)' fill='url(%23SVGID_4_)' points='-14.327,14.328 14.328,42.983 42.983,14.328 14.328,-14.328 '/%3E%3C/g%3E%3Cpath fill='none' stroke='%2303B2E8' stroke-miterlimit='10' d='M136.046,808.206'/%3E%3C/svg%3E%0A");*/

	background-image: url(/wp-content/themes/ground-labs/assets/images/check.svg);
}
.product-card-recon .key-feature .table-responsive .uncheck {
    position: relative;
}
.product-card-recon .key-feature .table-responsive .uncheck:after {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin: auto;
    /*background-image: url(/wp-content/uploads/2021/04/uncheck.png);*/

	/*background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='28.654px' height='28.655px' viewBox='0 0 28.654 28.655' enable-background='new 0 0 28.654 28.655' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M17.037,9.838l-2.709,2.709l-2.711-2.709c-0.443-0.444-1.171-0.444-1.613,0l-0.166,0.166 c-0.445,0.444-0.445,1.169,0,1.613l2.71,2.709l-2.71,2.711c-0.445,0.442-0.445,1.169,0,1.613l0.166,0.166 c0.442,0.443,1.17,0.443,1.613,0l2.711-2.708l2.709,2.708c0.442,0.443,1.169,0.443,1.612,0l0.165-0.166 c0.445-0.444,0.445-1.171,0-1.613l-2.708-2.711l2.708-2.709c0.445-0.444,0.445-1.169,0-1.613l-0.165-0.166 c-0.223-0.222-0.515-0.333-0.807-0.333S17.259,9.616,17.037,9.838 M2.389,14.329c0-6.608,5.335-11.941,11.942-11.941 c6.609,0,11.936,5.335,11.936,11.941c0,6.612-5.326,11.936-11.936,11.936S2.389,20.941,2.389,14.329 M0,14.329 c0,7.9,6.431,14.326,14.331,14.326c7.899,0,14.323-6.426,14.323-14.326S22.229,0,14.331,0C6.431,0,0,6.431,0,14.329'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-635.6997' y1='2385.1631' x2='-634.6997' y2='2385.1631' gradientTransform='matrix(28.6553 0 0 28.6553 18216.1445 -68333.1641)'%3E%3Cstop offset='0' style='stop-color:%23D71B56'/%3E%3Cstop offset='0.2579' style='stop-color:%23D71B56'/%3E%3Cstop offset='0.3409' style='stop-color:%23D8205A'/%3E%3Cstop offset='0.4387' style='stop-color:%23DA2E64'/%3E%3Cstop offset='0.544' style='stop-color:%23DF4676'/%3E%3Cstop offset='0.6545' style='stop-color:%23E4678E'/%3E%3Cstop offset='0.7693' style='stop-color:%23EC92AE'/%3E%3Cstop offset='0.8856' style='stop-color:%23F5C5D4'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF'/%3E%3C/linearGradient%3E%3Crect clip-path='url(%23SVGID_2_)' fill='url(%23SVGID_3_)' width='28.654' height='28.655'/%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M17.037,9.838l-2.709,2.709l-2.711-2.709c-0.443-0.444-1.171-0.444-1.613,0l-0.166,0.166 c-0.445,0.444-0.445,1.169,0,1.613l2.71,2.709l-2.71,2.711c-0.445,0.442-0.445,1.169,0,1.613l0.166,0.166 c0.442,0.443,1.17,0.443,1.613,0l2.711-2.708l2.709,2.708c0.442,0.443,1.169,0.443,1.612,0l0.165-0.166 c0.445-0.444,0.445-1.171,0-1.613l-2.708-2.711l2.708-2.709c0.445-0.444,0.445-1.169,0-1.613l-0.165-0.166 c-0.223-0.222-0.515-0.333-0.807-0.333S17.259,9.616,17.037,9.838 M2.389,14.329c0-6.608,5.335-11.941,11.942-11.941 c6.609,0,11.936,5.335,11.936,11.941c0,6.612-5.326,11.936-11.936,11.936S2.389,20.941,2.389,14.329 M0,14.329 c0,7.9,6.431,14.326,14.331,14.326c7.899,0,14.323-6.426,14.323-14.326S22.229,0,14.331,0C6.431,0,0,6.431,0,14.329'/%3E%3C/defs%3E%3CclipPath id='SVGID_5_'%3E%3Cuse xlink:href='%23SVGID_4_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_6_' gradientUnits='userSpaceOnUse' x1='-635.6997' y1='2385.1631' x2='-634.6997' y2='2385.1631' gradientTransform='matrix(28.6553 0 0 28.6553 18216.1445 -68333.1641)'%3E%3Cstop offset='0' style='stop-color:%23D71B56'/%3E%3Cstop offset='0.2579' style='stop-color:%23D71B56'/%3E%3Cstop offset='0.3703' style='stop-color:%23D31B56'/%3E%3Cstop offset='0.4823' style='stop-color:%23C71C56'/%3E%3Cstop offset='0.5944' style='stop-color:%23B31E57'/%3E%3Cstop offset='0.7064' style='stop-color:%23972058'/%3E%3Cstop offset='0.8185' style='stop-color:%23732359'/%3E%3Cstop offset='0.9291' style='stop-color:%2347265A'/%3E%3Cstop offset='1' style='stop-color:%2327295B'/%3E%3C/linearGradient%3E%3Crect clip-path='url(%23SVGID_5_)' fill='url(%23SVGID_6_)' width='28.654' height='28.655'/%3E%3C/g%3E%3C/svg%3E%0A");*/

	background-image: url(/wp-content/themes/ground-labs/assets/images/uncheck.svg);
}
.product-card-recon .key-feature .table-responsive table {
    border-collapse: collapse;
    width: 100%;
}
.product-card-recon .key-feature .table-responsive .top {
    background-color: #fff;
}
.product-card-recon .key-feature .table-responsive .different {
    background-color: #fff;
    border: none;
}
.product-card-recon .key-feature .table-responsive .light {
    background-color: rgba(33, 98, 152, 0.26);
    min-width: 230px;
}
.product-card-recon .key-feature .table-responsive .dark {
    background-color: #25394c;
    color: #fff;
    min-width: 230px;
}
.product-card-recon .key-feature .table-responsiv tbody tr td:first-child{
	    min-width: 230px;}

.product-card-recon .key-feature .table-responsive td,
.product-card-recon .key-feature .table-responsive th {
    text-align: center;
    padding: 16px;
    border: 1px solid rgba(221, 221, 222,1) ;

}

.product-card-recon .key-feature .table-responsive td {
    color: #25394c;
    font-weight: 600;
   border: 1px solid rgba(221, 221, 222,1) ;
}

.product-card-recon .key-feature .table-responsive .last {
    height: 65px;
}
.product-card-recon .key-feature .table-responsive .last td {
    border: none;
    background-color: #25394c;
}
.product-card-recon .key-feature p {
    line-height: 26px;
}
@media screen and (max-width: 1199px) {
    .product-card-recon .key-feature td {
        text-align: center;
        padding: 15px 55px;
    }
}
@media screen and (max-width: 991px) {
    .product-card-recon .search-across {
        padding: 5rem 0;
    }
    .product-card-recon .search-across .search-across-row {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .product-card-recon .search-across .search-across-row .search-across-col {
        max-width: 100%;
    }
    .product-card-recon
        .search-across
        .search-across-row
        .search-across-col
        .img-wrap
        img {
        width: 100%;
    }
    .product-card-recon
        .search-across
        .search-across-row
        .search-across-col
        .text-wrap {
        padding-right: 0;
        margin-bottom: 25px;
    }
    .product-card-recon .feature-section .feature-section-row {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .product-card-recon
        .feature-section
        .feature-section-row
        .feature-section-col.image-wrap {
        -ms-flex-order: 2;
        order: 2;
    }
    .product-card-recon .feature-section .feature-section-row .img-wrap {
        margin-bottom: 30px;
    }
    .product-card-recon .feature-section .feature-section-row .img-wrap img {
        width: 100%;
    }
    .product-card-recon .feature-section .feature-section-row .text-wrap {
        padding: 0;
        text-align: left;
    }
    .product-card-recon .key-feature > .container {
        max-width: 100%;
        padding: 0;
    }
    .product-card-recon
        .key-feature
        > .container
        .table-responsive
        table
        .top
        .dark,
    .product-card-recon
        .key-feature
        > .container
        .table-responsive
        table
        .top
        .light {
        min-width: 170px;
    }
    .product-card-recon .key-feature > .container .table-responsive table td {
        padding: 10px 15px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .product-card-recon .search-across {
        padding: 3rem 0;
    }
    .product-card-recon .key-feature table .top th:not(:first-child)  {
        min-width: 135px;
    }
    .product-card-recon .key-feature table th {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 676px) {
    .product-card-recon .key-feature .table-responsive table td {
        font-size: 14px;
    }
    .product-card-recon .key-feature .table-responsive table th {
        padding: 10px 25px;
        font-size: 14px;
    }
    .product-card-recon .key-feature .table-responsive table .check:after,
	.product-card-recon .key-feature .table-responsive table .uncheck:after  {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 575px) {
    .product-card-recon .key-feature .table-responsive .dark,
    .product-card-recon .key-feature .table-responsive .light {
        min-width: 135px !important;
    }
    .product-card-recon .key-feature .table-responsive table td {
        font-size: 13px;
    }
    .product-card-recon .key-feature .table-responsive table th {
        padding: 10px 15px;
        font-size: 14px;
    }
}
@media screen and (max-width: 540px) {
    .product-card-recon .key-feature .table-responsive .dark,
    .product-card-recon .key-feature .table-responsive .light {
        min-width: 95px !important;
    }
    .product-card-recon .key-feature .table-responsive table td,
    .product-card-recon .key-feature .table-responsive table th {
        font-size: 10px;
        height: 55px;
    }
}
.try-now .hero-banner .text-wrap {
    max-width: 885px;
}
.try-now .hero-banner .text-wrap h1 {
    margin-bottom: 19px;
}
.single-faq .faq-inside .try-now .hero-banner h2,
.single-faq .try-now .hero-banner .all-faqs,
.try-now .hero-banner .h4,
.try-now .hero-banner .single-faq .all-faqs,
.try-now .hero-banner .single-faq .faq-inside h2 {
    margin-bottom: 82px;
}
.try-now form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.try-now form label {
    display: none;
}
.try-now form .contact-wrap,
.try-now form .form-group,
.try-now form .form-group .form-col {
    width: 100%;
}
.try-now form .form-group .btn-wrap {
    text-align: center;
    margin-top: 45px;
    padding: 12px 51px;
}
.try-now form .form-group-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.try-now form .form-group-row .form-col {
    width: 100%;
}
.try-now form .form-group-row .form-col br {
    display: none;
}
.try-now form .form-group-row .form-col-last {
    width: 100%;
    margin-left: 15px;
}
.try-now form .form-group-row .form-col-last br {
    display: none;
}
.try-now form input {
    width: 100%;
    height: 75px;
}
.try-now form input[type="email"],
.try-now form input[type="tel"],
.try-now form input[type="text"],
.try-now form textarea {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 5px;
    padding-left: 35px;
    padding-right: 35px;
}
.try-now form input[type="email"]::-webkit-input-placeholder,
.try-now form input[type="tel"]::-webkit-input-placeholder,
.try-now form input[type="text"]::-webkit-input-placeholder,
.try-now form textarea::-webkit-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.try-now form input[type="email"]::-moz-placeholder,
.try-now form input[type="tel"]::-moz-placeholder,
.try-now form input[type="text"]::-moz-placeholder,
.try-now form textarea::-moz-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.try-now form input[type="email"]::-ms-input-placeholder,
.try-now form input[type="tel"]::-ms-input-placeholder,
.try-now form input[type="text"]::-ms-input-placeholder,
.try-now form textarea::-ms-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.try-now form input[type="email"]::placeholder,
.try-now form input[type="tel"]::placeholder,
.try-now form input[type="text"]::placeholder,
.try-now form textarea::placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.try-now form select {
    color: #b1bad9;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 5px;
    padding-left: 35px;
    padding-right: 35px;
}
.try-now form input.btn {
    display: inline-block;
    width: auto;
    border: 0;
    outline: 0;
    height: auto;
    padding: 0.7rem 3.5rem;
}
@media screen and (max-width: 575px) {
    .try-now form .form-group-row {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .try-now form .form-group-row .form-col-last {
        margin-left: 0;
        margin-top: 20px;
    }
}
.newsroom-page .hero-banner {
    padding-top: 0;
    padding-bottom: 8rem;
}
.newsroom-page .after-banner {
    /*margin-top: -20rem;*/
}
.newsroom-page .after-banner a:not(.btn) {
    text-decoration: underline;
}
.newsroom-page .after-banner a:not(.btn):hover {
    color: #da0953;
}
.newsroom-page .after-banner .media-contact {
    text-align: center;
    margin-bottom: 6rem;
}
/*.newsroom-page .after-banner .media-contact h2,
.newsroom-page .after-banner .media-contact p {
    margin-bottom: 0.5rem;
}
.newsroom-page .after-banner .news-list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
}*/
/*.newsroom-page .after-banner .news-list-group h2 {
    margin-bottom: 1rem;
}*/
/*.newsroom-page .after-banner .news-list-group > div {
    width: calc(50% - 2rem);
}*/
/**/
.newsroom-page .newsroom-news-listing .date {
    font-size: 14px;
	font-weight:bold;
}
.newsroom-page .news-list .date {
    color: #1d3a6b;
}
.newsroom-page .press-list .date {
    color: #dc265f;
}
.newsroom-page  .news-item {
    margin-bottom: 1.25rem;
}
.newsroom-page .btn-wrap.center {
    text-align: center;
}
.newsroom-page .d-mobile {
    display: none;
}
@media screen and (max-width: 767.98px) {
    /*.newsroom-page .after-banner {
        margin-top: -14rem;
    }*/
    .newsroom-page .news-list-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .newsroom-page .news-list-group > div {
        width: 100%;
        margin-bottom: 3rem;
    }
    .newsroom-page .d-desktop {
        display: none;
    }
    .newsroom-page .d-mobile {
        display: block;
    }
}



.newsroom-news-listing .news-item a:not(.btn) {
	color:#fff;
    text-decoration: underline;
}

.newsroom-news-listing .news-item a:not(.btn):hover {
    color: #001021;
    text-decoration: underline;
}

.resources-events .hero-banner {
    padding-top: 0;
}
.resources-events .hero-banner .text-wrap {
    max-width: 700px;
}
.resources-events .hero-banner .text-wrap .h1 {
    line-height: 64px;
    text-shadow: 0 3px 6px #00000029;
}
.resources-events .breahes {
    color: #30ac88;
    font-weight: 900;
   /* margin-top: 50px;*/
}
.resources-events .breahes,
.resources-events .date-author {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.resources-events .date-author {
    color: #3b529f;
    font-weight: 600;
}
.resources-events .breahes-text {
    text-align: left;
}
/*.resources-events .block-featured-section {
    padding: 8rem 0 6rem;
}
.resources-events .block-featured-section .featured-wrap {
    margin-top: -325px;
}*/
.resources-events .block-featured-section .featured-wrap .block-wrap {
    margin-bottom: 50px;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.resources-events .block-featured-section .featured-wrap .block-wrap .img-wrap {
    height: 100%;
}
.resources-events
    .block-featured-section
    .featured-wrap
    .block-wrap
    .text-wrap {
    padding-left: 20px;
    padding-right: 75px;
}
.resources-events
    .block-featured-section
    .featured-wrap
    .block-wrap
    .text-wrap
    h2 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 500;
}
.resources-events
    .block-featured-section
    .featured-wrap
    .block-wrap
    .text-wrap
    .breahes-text {
    text-align: left;
    margin-bottom: 25px;
    color: #464646;
    max-width: 530px;
}
.resources-events .block-featured-section .featured-wrap .block-wrap a {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding: 11.5px 46px;
}
.resources-events
    .block-featured-section
    .featured-wrap
    .block-wrap
    .background-image
    > div {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}/*
.resources-events .stay-know {
    background: transparent linear-gradient(180deg, #00366d, #25394c) 0 0
        no-repeat padding-box;
}
.resources-events .stay-know .stay-know-wrap h2 {
    color: #fff;
    margin: 0;
}
.resources-events .stay-know .stay-know-wrap p {
    color: #fff;
    margin-top: 20px;
    padding-right: 45px;
}
.resources-events .stay-know .btn-wrap {
    text-align: left;
}
.resources-events .stay-know .btn-wrap .btn-green {
    padding: 14px 45px;
}
.resources-events .stay-know .form-control {
    display: block;
    width: 100%;
    height: 75px;
    padding: 15px 35px;
    font-size: 14px;
    line-height: 1.5;
    color: #30ac88;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.resources-events .stay-know .form-control::-webkit-input-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.resources-events .stay-know .form-control:-ms-input-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.resources-events .stay-know .form-control::-moz-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.resources-events .stay-know .form-control::-ms-input-placeholder {
    color: #30ac88;
    opacity: 0.4;
}
.resources-events .stay-know .form-control::placeholder {
    color: #30ac88;
    opacity: 0.4;
}*/
@media screen and (max-width: 1199px) {
    .resources-events
        .block-featured-section
        .block-wrap
        .background-image
        > div {
        background-position: 0;
    }
    .resources-events .block-featured-section .block-wrap .btn-wrap {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .resources-events .block-featured-section .featured-wrap a {
        margin-left: 15px;
    }
    .resources-events .block-featured-section .featured-wrap .text-wrap {
        padding-right: 45px;
    }
    .resources-events .block-featured-section .featured-wrap .img-wrap {
        height: 400px !important;
    }
    .resources-events .block-featured-section .featured-wrap .img-wrap img {
        max-width: 100%;
    }
    .resources-events .block-featured-section .featured-wrap .text-wrap {
        padding-left: 20px;
        padding-right: 20px !important;
    }
    .resources-events
        .block-featured-section
        .featured-wrap
        .text-wrap
        .breahes-text {
        max-width: 100% !important;
    }
    .resources-events
        .block-featured-section
        .featured-wrap
        .background-image
        > div {
        border-radius: 15px 15px 0 0;
        border-bottom-left-radius: 0 !important;
    }
    .resources-events .block-featured-section .date-author {
        margin-bottom: 15px;
    }
    .resources-events .blog-list .blog-list-col .btn-wrap {
        margin-top: 30px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .resources-events .block-featured-section .featured-wrap {
        margin-top: -180px;
    }
    .resources-events .block-featured-section .featured-wrap .img-wrap img {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .resources-events .block-featured-section .featured-wrap {
        margin-top: -170px;
    }
    .resources-events .hero-banner {
        padding: 4rem;
    }
}
.page-template-find-partner .hero-banner {
    padding: 8rem 0;
}
.page-template-find-partner .hero-banner .text-wrap h1 {
    margin-bottom: 20px;
}
.page-template-find-partner .h4,
.page-template-find-partner .single-faq .all-faqs,
.page-template-find-partner .single-faq .faq-inside h2,
.single-faq .faq-inside .page-template-find-partner h2,
.single-faq .page-template-find-partner .all-faqs {
    margin-bottom: 55px;
}
.page-template-find-partner form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.page-template-find-partner form label {
    display: none;
}
.page-template-find-partner form .form-group,
.page-template-find-partner form .form-group .form-col {
    width: 100%;
}
.page-template-find-partner form .form-group-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-template-find-partner form .form-group-row .form-col-start {
    width: 63%;
}
.page-template-find-partner form .form-group-row .form-col-last {
    margin-left: 7px;
    width: 63%;
}
.page-template-find-partner form .form-group-row .form-col-last:last-child {
    display: none;
}
.page-template-find-partner
    form
    .form-group-row
    .form-col-last:last-child.show {
    display: block;
}
.page-template-find-partner form input {
    width: 100%;
    height: 75px;
}
.page-template-find-partner form input[type="text"],
.page-template-find-partner form select,
.page-template-find-partner form textarea {
    width: 100%;
    background: #fff;
    border: 0;
    border-radius: 10px;
    padding-left: 35px;
    padding-right: 35px;
}
.page-template-find-partner form input[type="text"]::-webkit-input-placeholder,
.page-template-find-partner form select::-webkit-input-placeholder,
.page-template-find-partner form textarea::-webkit-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.page-template-find-partner form input[type="text"]::-moz-placeholder,
.page-template-find-partner form select::-moz-placeholder,
.page-template-find-partner form textarea::-moz-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.page-template-find-partner form input[type="text"]::-ms-input-placeholder,
.page-template-find-partner form select::-ms-input-placeholder,
.page-template-find-partner form textarea::-ms-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.page-template-find-partner form input[type="text"]::placeholder,
.page-template-find-partner form select::placeholder,
.page-template-find-partner form textarea::placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.page-template-find-partner form select {
    color: #b1bad9;
    height: 75px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 35px;
    padding-right: 25px;
    letter-spacing: 1.4px;
    font-size: 14px;
}
.page-template-find-partner form .select-css {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/partnerpage/arrow.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
}
.page-template-find-partner form .select-css::-ms-expand {
    display: none;
}
.page-template-find-partner .partner-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -50px;
    margin-right: -50px;
    padding-top: 75px;
    padding-bottom: 75px;
}
.page-template-find-partner .partner-item:first-child {
    padding-top: 0;
}
.page-template-find-partner .partner-item .img-wrap {
    padding-right: 50px;
    padding-left: 50px;
}
.page-template-find-partner .partner-item .img-wrap img {
    max-width: 260px;
    border-radius: 15px;
}
.page-template-find-partner .partner-item .content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-template-find-partner .partner-item .content-wrap .text {
    width: 297px;
}
.page-template-find-partner .partner-item .content-wrap .text p {
    color: #25394c;
    font-size: 20px;
    font-family: var(--body-fonts-4);
}
.page-template-find-partner
    .partner-item
    .content-wrap
    .text
    .single-faq
    p.all-faqs,
.page-template-find-partner .partner-item .content-wrap .text p.h4,
.single-faq
    .page-template-find-partner
    .partner-item
    .content-wrap
    .text
    p.all-faqs {
    font-weight: 600;
    color: #00366d;
    margin-bottom: 0;
}
.page-template-find-partner .partner-item .content-wrap .contact-number {
    width: 190px;
    padding-left: 60px;
}
.page-template-find-partner .partner-item .content-wrap .contact-number a {
    color: #25394c;
    text-decoration: underline;
}
.page-template-find-partner .partner-item .content-wrap .title {
    padding-left: 50px;
}
.page-template-find-partner .partner-item:after {
    position: absolute;
    content: "";
    width: calc(100% - 100px);
    bottom: 1px;
    height: 1px;
    background: #25394c;
    left: 50px;
}
@media screen and (max-width: 991px) {
    .page-template-find-partner .partner-section .partner-list .partner-item {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-template-find-partner
        .partner-section
        .partner-list
        .partner-item
        .img-wrap {
        margin-bottom: 50px;
    }
    .page-template-find-partner
        .partner-section
        .partner-list
        .partner-item
        .content-wrap {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .page-template-find-partner
        .partner-section
        .partner-list
        .partner-item
        .content-wrap {
        padding-right: 0;
        padding-left: 50px;
    }
    .page-template-find-partner
        .partner-section
        .partner-list
        .partner-item
        .img-wrap {
        padding-right: 0;
    }
}
@media screen and (max-width: 676px) {
    .page-template-find-partner .partner-section .partner-list .partner-item {
        margin-left: 0;
        margin-right: 0;
    }
    .page-template-find-partner
        .partner-section
        .partner-list
        .partner-item
        .content-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding-left: 0;
    }
    .page-template-find-partner
        .partner-section
        .partner-list
        .partner-item
        .content-wrap
        .text {
        padding-right: 0;
    }
    .page-template-find-partner
        .partner-section
        .partner-list
        .partner-item
        .content-wrap
        .contact-number {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .page-template-find-partner
        .partner-section
        .partner-list
        .partner-item
        .content-wrap
        .title {
        padding-left: 0;
    }
    .page-template-find-partner
        .partner-section
        .partner-list
        .partner-item
        .img-wrap {
        text-align: center;
        padding-left: 0;
    }
}
.become-a-partner h2 {
    color: #25394c;
    text-align: center;
    line-height: 50px;
    margin-bottom: 59px;
}
.become-a-partner .h4,
.become-a-partner .single-faq .all-faqs,
.become-a-partner .single-faq .faq-inside h2,
.single-faq .become-a-partner .all-faqs,
.single-faq .faq-inside .become-a-partner h2 {
    max-width: 850px;
}
.become-a-partner .information-form {
    padding: 7rem 0;
    grid-area: 1/2;
}
.become-a-partner .information-form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.become-a-partner .information-form form h2 {
    margin-top: 65px;
}
.become-a-partner .information-form form label {
    display: none;
}
.become-a-partner .information-form form .contact-wrap,
.become-a-partner .information-form form .form-group,
.become-a-partner .information-form form .form-group .form-col {
    width: 100%;
}
.become-a-partner .information-form form .form-group .btn-wrap {
    text-align: center;
    margin-top: 62px;
}
.become-a-partner .information-form form .form-group-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.become-a-partner .information-form form .form-group-row .form-col {
    width: 100%;
}
.become-a-partner .information-form form .form-group-row .form-col-last {
    width: 100%;
    margin-left: 15px;
}
.become-a-partner .information-form form .form-group-row .form-col-half {
    width: calc(50% - 7.5px);
}
.become-a-partner .information-form form input {
    width: 100%;
    height: 75px;
}
.become-a-partner .information-form form textarea {
    width: 100%;
}
.become-a-partner .information-form form input[type="text"],
.become-a-partner .information-form form select,
.become-a-partner .information-form form textarea {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 5px;
    padding-left: 35px;
    padding-right: 35px;
}
.become-a-partner
    .information-form
    form
    input[type="text"]::-webkit-input-placeholder,
.become-a-partner .information-form form select::-webkit-input-placeholder,
.become-a-partner .information-form form textarea::-webkit-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.become-a-partner .information-form form input[type="text"]::-moz-placeholder,
.become-a-partner .information-form form select::-moz-placeholder,
.become-a-partner .information-form form textarea::-moz-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.become-a-partner
    .information-form
    form
    input[type="text"]::-ms-input-placeholder,
.become-a-partner .information-form form select::-ms-input-placeholder,
.become-a-partner .information-form form textarea::-ms-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.become-a-partner .information-form form input[type="text"]::placeholder,
.become-a-partner .information-form form select::placeholder,
.become-a-partner .information-form form textarea::placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
}
.become-a-partner .information-form form select {
    color: #b1bad9;
    height: 75px;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
}
.become-a-partner .information-form form .select-css {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/partnerpage/arrow.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 1.5em top 50%, 0 0;
}
.become-a-partner .information-form form .select-css::-ms-expand {
    display: none;
}
.become-a-partner .information-form form input.btn {
    display: inline-block;
    width: auto;
    border: 0;
    outline: 0;
    height: auto;
    padding: 0.7rem 3.5rem;
}
@media screen and (max-width: 767px) {
    .become-a-partner select {
        padding-right: 35px;
    }
}
@media screen and (max-width: 575px) {
    .become-a-partner .information-form form .form-group {
        margin-bottom: 0 !important;
    }
    .become-a-partner .information-form form .form-group-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .become-a-partner .information-form form .form-group-row .form-col {
        margin-bottom: 20px;
    }
    .become-a-partner .information-form form .form-group-row .form-col-last {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .become-a-partner .information-form form .form-group-row .form-col-half {
        width: 100%;
    }
}
.page-template-find-partner form {
    max-width: 100%;
}
.page-template-find-partner form .form-group-row .form-col-last:last-child {
    display: block;
}
.search-result .breahes {
    color: #30ac88;
    font-weight: 900;
    margin-top: 50px;
}
.search-result .breahes,
.search-result .date-author {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.search-result .date-author {
    color: #3b529f;
    font-weight: 600;
}
.search-result .breahes-text {
    text-align: left;
}
.search-result .block-featured-section {
    padding: 8rem 0 6rem;
}
.search-result .block-featured-section h3 {
    color: #002c3f;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--body-fonts-2);
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.search-result .block-featured-section .featured-wrap .block-wrap {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px #00000029;
}
.search-result .block-featured-section .featured-wrap .block-wrap .img-wrap {
    height: 100%;
    background-color: rgba(0, 181, 238, 0.1);
    border-radius: 15px 0 0 15px;
}
.search-result .block-featured-section .featured-wrap .block-wrap .text-wrap {
    padding-left: 20px;
    padding-right: 75px;
}
.search-result
    .block-featured-section
    .featured-wrap
    .block-wrap
    .text-wrap
    h2 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 500;
}
.search-result
    .block-featured-section
    .featured-wrap
    .block-wrap
    .text-wrap
    .breahes-text {
    text-align: left;
    margin-bottom: 25px;
    color: #464646;
    max-width: 530px;
}
.search-result .block-featured-section .featured-wrap .block-wrap a {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding: 11.5px 46px;
}
.search-result
    .block-featured-section
    .featured-wrap
    .block-wrap
    .background-image
    > div {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-repeat: no-repeat;
    background-size: 40%;
}
.search-result .block-featured-section .result-wrap {
    margin-top: 80px;
}
.search-result .block-featured-section .result-wrap .h4,
.search-result .block-featured-section .result-wrap .single-faq .all-faqs,
.search-result .block-featured-section .result-wrap .single-faq .faq-inside h2,
.single-faq .faq-inside .search-result .block-featured-section .result-wrap h2,
.single-faq .search-result .block-featured-section .result-wrap .all-faqs {
    margin-bottom: 10px;
}
.search-result .block-featured-section .result-wrap .text-wrap {
    margin-bottom: 30px;
}
.search-result .block-featured-section .result-wrap .text-wrap .result-date {
    color: #30ac88;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 0;
}
.search-result .block-featured-section .result-wrap .text-wrap a {
    text-decoration: underline;
}
.search-result p.no-results {
    display: none;
}
.search-result p.no-results.show {
    display: block;
}
.search-result .loader-animation img {
    display: none;
    margin: 30px auto;
}
.search-result .loader-animation.show img {
    display: block;
}
@media screen and (max-width: 1199px) {
    .search-result
        .block-featured-section
        .featured-wrap
        .block-wrap
        .btn-wrap {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .search-result .block-featured-section .featured-wrap .block-wrap a {
        margin-left: 15px;
    }
    .search-result
        .block-featured-section
        .featured-wrap
        .block-wrap
        .text-wrap {
        padding-right: 45px;
    }
    .search-result
        .block-featured-section
        .featured-wrap
        .block-wrap
        .img-wrap {
        height: 400px;
        border-radius: 15px 15px 0 0;
    }
    .search-result
        .block-featured-section
        .featured-wrap
        .block-wrap
        .img-wrap
        img {
        max-width: 100%;
    }
    .search-result .block-featured-section .featured-wrap .text-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .search-result
        .block-featured-section
        .featured-wrap
        .text-wrap
        .breahes-text {
        max-width: 100%;
    }
    .search-result .block-featured-section .date-author {
        margin-bottom: 15px;
    }
    .search-result .blog-list .blog-list-col .btn-wrap {
        margin-top: 30px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .search-result .block-featured-section .featured-wrap .img-wrap img {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .search-result .hero-banner {
        padding: 4rem;
    }
}
.page-template-documentation h1 {
   /* text-align: center;
    margin-bottom: 60px;*/
}
.page-template-documentation form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.page-template-documentation form .form-group,
.page-template-documentation form .form-group .form-col {
    width: 100%;
}
.page-template-documentation form .form-group-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-template-documentation form input {
    width: 100%;
    height: 75px;
}
.page-template-documentation form input[type="text"] {
    width: 100%;
    background: #fff;
    border: 0;
    border-radius: 10px;
    padding-left: 35px;
    padding-right: 35px;
}
.page-template-documentation
    form
    input[type="text"]::-webkit-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
    font-size: 14px;
}
.page-template-documentation form input[type="text"]::-moz-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
    font-size: 14px;
}
.page-template-documentation form input[type="text"]::-ms-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
    font-size: 14px;
}
.page-template-documentation form input[type="text"]::placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
    font-size: 14px;
}
.page-template-documentation .single-faq .faq-inside h2,
.page-template-documentation .single-faq h2.all-faqs,
.page-template-documentation h2.h4,
.single-faq .faq-inside .page-template-documentation h2,
.single-faq .page-template-documentation h2.all-faqs {
    margin-bottom: 20px;
}
.page-template-documentation .documentation-entry .documentation-title {
    display: block;
    color: #25394c;
    font-size: 18px;
}
.page-template-documentation .documentation-entry span {
    font-size: 14px;
}
.page-template-documentation .documentation-entry + .documentation-entry {
    margin-top: 20px;
}
.page-template-documentation .enterprise-col .documentation-entry span {
    color: #30ac88;
}
.page-template-documentation .card-col .documentation-entry span,
.page-template-documentation .data-col .documentation-entry span {
    color: #00b5ee;
}
.page-template-documentation .documentation-row {
    margin-top: 100px;
    margin-left: -30px;
    margin-right: -30px;
}
.page-template-documentation .documentation-row .documentation-col {
    padding-left: 30px;
    padding-right: 30px;
}
.page-template-documentation .btn-wrap.center {
    text-align: center;
    margin-top: 150px;
}
.page-template-documentation .d-mobile {
    display: none;
}
@media screen and (max-width: 991px) {
    .page-template-documentation .d-desktop {
        display: none;
    }
    .page-template-documentation .d-mobile {
        display: block;
    }
    .page-template-documentation .btn-wrap.center {
        margin-top: 50px;
    }
    .page-template-documentation
        .documentation-row
        .documentation-col
        + .documentation-col {
        margin-top: 100px;
    }
}


.documentation-table.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 90px;
}

.documentation-table.table-responsive table {
    border-collapse: collapse;
    width: 100%;
}

.documentation-table.table-responsive tr td:first-child{
	    min-width: 230px;
		font-weight: 600;}

.documentation-table.table-responsive td,
.documentation-table.table-responsive th {
    text-align: center;
    padding: 16px;
    border: 1px solid rgba(221, 221, 222,1) ;
}
.documentation-table.table-responsive td p:last-child{
	margin-bottom:0px;}

@media screen and (max-width: 1199px) {
/*    .documentation-table.table-responsive td {
        text-align: center;
    }*/
}
@media screen and (max-width: 991px) {
/*    .documentation-table.table-responsive table td {
        font-size: 15px;
    }*/
}
@media screen and (max-width: 767px) {
/*	.documentation-table.table-responsive table .top th:not(:first-child)  {
        min-width: 135px;
    }*/
}
@media screen and (max-width: 676px) {
/*    .documentation-table.table-responsive table td {
        font-size: 14px;
    }
    .documentation-table.table-responsive table th {
        padding: 10px 25px;
        font-size: 14px;
    }
    .documentation-table.table-responsive table .check:after,
	.documentation-table.table-responsive table .uncheck:after  {
        width: 20px;
        height: 20px;
    }*/
}
@media screen and (max-width: 575px) {
  /*  .documentation-table.table-responsive .dark,
    .documentation-table.table-responsive .light {
        min-width: 135px !important;
    }
    .documentation-table.table-responsive table td {
        font-size: 13px;
    }
    .documentation-table.table-responsive table th {
        padding: 10px 15px;
        font-size: 14px;
    }*/
}
@media screen and (max-width: 540px) {/*
    .documentation-table.table-responsive .dark,
    .documentation-table.table-responsive .light {
        min-width: 95px !important;
    }
    .documentation-table.table-responsive table td,
    .documentation-table.table-responsive table th {
        font-size: 10px;
        height: 55px;
    }
*/}











.submit-a-ticket h2 {
    /*color: #00366d;
    text-align: center;
    font-size: 64px;
    line-height: 70px;
    font-family: var(--body-fonts-3);
    margin-bottom: 20px;
    font-weight: 500;*/
}
.submit-a-ticket p {
    /*text-align: center;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;*/
}
.submit-a-ticket .ticket-form {
    /*padding: 7rem 0;*/
    grid-area: 1/2;
}

.submit-a-ticket .ticket-form form label {
    display: none;
}

/*.submit-a-ticket .ticket-form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.submit-a-ticket .ticket-form form label {
    display: none;
}
.submit-a-ticket .ticket-form form .contact-wrap {
    width: 100%;
}
.submit-a-ticket .ticket-form form .form-group {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.submit-a-ticket .ticket-form form .form-group .form-col {
    width: 100%;
}
.submit-a-ticket .ticket-form form .form-group .btn-wrap {
    text-align: center;
    margin-top: 62px;
}
.submit-a-ticket .ticket-form form .form-group-row {
    display: -ms-flexbox;
    display: flex;
}
.submit-a-ticket .ticket-form form .form-group-row .form-col {
    width: 100%;
}
.submit-a-ticket .ticket-form form .form-group-row .form-col label {
    display: none;
}
.submit-a-ticket .ticket-form form .form-group-row .form-col-last {
    width: 100%;
    margin-left: 15px;
}
.submit-a-ticket .ticket-form form .form-group-row .form-col-half {
    width: calc(50% - 7.5px);
}
.submit-a-ticket .ticket-form form input {
    width: 100%;
    height: 75px;
}
.submit-a-ticket .ticket-form form textarea {
    width: 100%;
}
.submit-a-ticket .ticket-form form input[type="text"],
.submit-a-ticket .ticket-form form select,
.submit-a-ticket .ticket-form form textarea {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 5px;
    padding-left: 35px;
    padding-right: 35px;
}
.submit-a-ticket
    .ticket-form
    form
    input[type="text"]::-webkit-input-placeholder,
.submit-a-ticket .ticket-form form select::-webkit-input-placeholder,
.submit-a-ticket .ticket-form form textarea::-webkit-input-placeholder {
    letter-spacing: 1.4px;
    color: #25394c;
    text-transform: uppercase;
    font-weight: 300;
}
.submit-a-ticket .ticket-form form input[type="text"]::-moz-placeholder,
.submit-a-ticket .ticket-form form select::-moz-placeholder,
.submit-a-ticket .ticket-form form textarea::-moz-placeholder {
    letter-spacing: 1.4px;
    color: #25394c;
    text-transform: uppercase;
    font-weight: 300;
}
.submit-a-ticket .ticket-form form input[type="text"]::-ms-input-placeholder,
.submit-a-ticket .ticket-form form select::-ms-input-placeholder,
.submit-a-ticket .ticket-form form textarea::-ms-input-placeholder {
    letter-spacing: 1.4px;
    color: #25394c;
    text-transform: uppercase;
    font-weight: 300;
}
.submit-a-ticket .ticket-form form input[type="text"]::placeholder,
.submit-a-ticket .ticket-form form select::placeholder,
.submit-a-ticket .ticket-form form textarea::placeholder {
    letter-spacing: 1.4px;
    color: #25394c;
    text-transform: uppercase;
    font-weight: 300;
}
.submit-a-ticket .ticket-form form textarea {
    padding: 1.375rem 1.75rem;
}
.submit-a-ticket .ticket-form form textarea.sm-content {
    height: 75px;
}
.submit-a-ticket .ticket-form form select {
    color: #25394c;
    height: 75px;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
}
.submit-a-ticket .ticket-form form .select-css {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(https://glcomstaging.wpengine.com/wp-content/uploads/2020/03/arrow.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 1.5em top 50%, 0 0;
}
.submit-a-ticket .ticket-form form .select-css::-ms-expand {
    display: none;
}
.submit-a-ticket .ticket-form form input.btn {
    display: inline-block;
    width: auto;
    border: 0;
    outline: 0;
    height: auto;
    margin-top: 60px;
    padding: 0.7rem 3.5rem;
}
@media screen and (max-width: 767px) {
    .submit-a-ticket select {
        padding-right: 35px;
    }
}
@media screen and (max-width: 575px) {
    .submit-a-ticket .ticket-form form .form-group {
        margin-bottom: 0 !important;
        padding: 0 10px;
    }
    .submit-a-ticket .ticket-form form .form-group-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .submit-a-ticket .ticket-form form .form-group-row .form-col {
        margin-bottom: 20px;
    }
    .submit-a-ticket .ticket-form form .form-group-row .form-col-last {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .submit-a-ticket .ticket-form form .form-group-row .form-col-half {
        width: 100%;
    }
}*/
.pillar-page h1 {
    font-size: 3rem;
}
.pillar-page h2 {
    font-size: 36px;
}
.pillar-page h3 {
    font-size: 24px;
}
.pillar-page .breahes {
    color: #30ac88;
}
.pillar-page .breahes,
.pillar-page .date-author {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
}
.pillar-page .date-author {
    color: #00b5ee;
}
.pillar-page .breahes-text {
    text-align: left;
}
.pillar-page .block-featured-section {
    padding: 3rem;
}
.pillar-page .block-featured-section .pdpa-wrap .featured-box-row {
    margin-left: -30px;
    margin-right: -30px;
}
.pillar-page
    .block-featured-section
    .pdpa-wrap
    .featured-box-row
    .featured-box-col {
    padding-left: 30px;
    padding-right: 30px;
}
.pillar-page
    .block-featured-section
    .pdpa-wrap
    .featured-box-row
    .featured-box-col
    .img-wrap
    img {
    width: 100%;
    border-radius: 15px;
}
.pillar-page .inside-text {
    padding: 3rem 0;
}
.pillar-page .inside-text .text-wrap h3 {
    font-size: 24px;
    color: #00366d;
    margin-bottom: 25px;
    line-height: 26px;
}
.pillar-page .inside-text .h4,
.pillar-page .inside-text .single-faq .all-faqs,
.pillar-page .inside-text .single-faq .faq-inside h2,
.single-faq .faq-inside .pillar-page .inside-text h2,
.single-faq .pillar-page .inside-text .all-faqs {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.pillar-page .inside-text p {
    margin-bottom: 30px;
}
.pillar-page .inside-text a {
    color: #4fa8fc;
}
.pillar-page .article .social-media {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pillar-page .article .social-media .img-wrap {
    padding-right: 35px;
}
.pillar-page .article .social-media .img-wrap img {
    border-radius: 50%;
    height: 105px;
    width: 105px;
}
.pillar-page .article .social-media a {
    margin: 0 3px;
}
.pillar-page .article .social-media a svg {
    fill: #00b5ee;
    transition: all 0.3s ease;
}
.pillar-page .article .social-media p {
    margin-bottom: 3px;
    font-weight: 600;
}
.pillar-page .article-cta {
    text-align: center;
    padding: 5rem 0 8rem;
}
.pillar-page .article-cta p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.pillar-page .article-cta .btn {
    padding: 1.2rem 3.5rem;
}
@media screen and (max-width: 767px) {
    .pillar-page .block-featured-section .pdpa-wrap .breahes {
        margin-top: 40px;
    }
    .pillar-page .inside-text {
        padding: 1rem 0;
    }
}
.glossary h1 {
   /* margin-top: 180px;
    margin-bottom: 50px;*/
}
.glossary .compliance-terms,
.glossary h1 {
    text-align: center;
}
.glossary .compliance-terms p {
    margin-bottom: 50px;
}
.glossary form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.glossary form label {
    display: none;
}
.glossary form .form-group {
    width: 100%;
}
.glossary form .form-group .form-col {
    width: 100%;
    position: relative;
}
.glossary form .form-group .form-col .close {
    position: absolute;
    top: 17px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    font-size: 30px;
    opacity: 0.5;
    right: 10px;
}
.glossary form .form-group .form-col .close:focus {
    outline: none;
}
.glossary form .form-group-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-pack: center;
    justify-content: center;
}
.glossary form input {
    width: 100%;
    height: 75px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.glossary form input[type="text"],
.glossary form select,
.glossary form textarea {
    width: 100%;
    background: #fff;
    border: 0;
    border-radius: 10px;
    padding: 6px 23px;
}
.glossary form input[type="text"]::-webkit-input-placeholder,
.glossary form select::-webkit-input-placeholder,
.glossary form textarea::-webkit-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
    font-size: 14px;
}
.glossary form input[type="text"]::-moz-placeholder,
.glossary form select::-moz-placeholder,
.glossary form textarea::-moz-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
    font-size: 14px;
}
.glossary form input[type="text"]::-ms-input-placeholder,
.glossary form select::-ms-input-placeholder,
.glossary form textarea::-ms-input-placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
    font-size: 14px;
}
.glossary form input[type="text"]::placeholder,
.glossary form select::placeholder,
.glossary form textarea::placeholder {
    letter-spacing: 1.4px;
    color: #3b529f;
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 300;
    font-size: 14px;
}
.glossary .glossary-container {
    column-count: 2;
    column-gap: 100px;
    width: 100%;
    overflow: hidden;
    /*margin-top: 100px;*/
}
.glossary .glossary-container .glossary-wrap {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.glossary .glossary-container .glossary-wrap h2.heading {
    font-size: 20px;
	color:#fff;
}
.glossary .glossary-container .glossary-wrap .glossary-item h3 {
    color: #ffffff;
    margin-top: 30px;
    font-size: 18px;
    font-family: var(--body-fonts-2);
	font-weight:700;

}
.glossary .btn-wrap {
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 110px;
}
.glossary .btn-wrap .btn-pink {
    background-color: #da0953;
    color: #fff;
    cursor: pointer;
}
.glossary .btn-wrap .btn-pink:hover {
    background-color: #fff;
    color: #da0953;
}
.glossary .btn-wrap .btn-pink.hide {
    display: none;
}
@media screen and (max-width: 992px) {
    .glossary .glossary-container {
        column-count: 1;
    }
}
.glossary .glossary-container a:not(.btn) {
    color: #00b5ee;
}
.glossary .glossary-container a:not(.btn):hover {
    text-decoration: underline;
}
/*
Colours
blue
#00366d
(29, 58, 107)

sky-blue
#1cb3e8
(28, 129, 232)

grey
#26394b
(38, 57, 75)

light-grey
#ddddde
(221, 221, 222)

green
#30ad89
(48, 173, 137)

red
#d81b55
(216, 27, 85)

purple
#3b539f
(59, 83, 159)

sky-blue-10
#1cb3e8
(28, 129, 232, 01)

Pink
#dc265f
(220, 38, 95, 01)

Blue
#154071
(21, 64, 113, 01)


Purple
5a2569
(90, 37, 105, 01)
*/



/* Background Colours*/

.bg-blue {background-color: rgba(29, 58, 107,1) !important}

.bg-dark-blue {background-color: rgba(13, 15, 40,1) !important}

.bg-sky-blue {background-color: rgba(28, 129, 232,1) !important}

.bg-grey {background-color: rgba(38, 57, 75,1) !important}

.bg-dark-grey {background-color: rgba(133, 133, 133,1) !important}
/*858585*/

.bg-light-grey {background-color: rgba(221, 221, 222,1) !important}

.bg-lighter-grey {background-color: rgba(221, 221, 222,0.3) !important}


.bg-green {background-color: rgba(48, 173, 137,1) !important}

.bg-green-10 {background-color: rgba(48, 173, 137, 0.1) !important}

.bg-red {background-color: rgba(216, 27, 85,1) !important}

.bg-purple {background-color: rgba(90, 37, 105, 01) !important}

.bg-purple-2 {background-color: rgba(143, 0, 255, 01) !important}

.bg-sky-blue-10 {background-color: rgba(28, 129, 232, 0.1) !important}

.bg-pink {background-color: rgba(220, 38, 95, 1) !important}

.bg-lighter-pink {background-color: rgba(220, 38, 95,0.3) !important}

.bg-white{background-color: rgba(255, 255, 255, 1) !important}

.bg-black{background-color: rgba(0, 0, 0, 1) !important}

.bg-blue-gradeint-180 {
	background: rgb(0,54,109);
	background: -moz-linear-gradient(270deg, rgba(0,54,109,1) 90%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(270deg, rgba(0,54,109,1) 90%, rgba(255,255,255,0) 100%);
	background: linear-gradient(270deg, rgba(0,54,109,1) 90%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00366d",endColorstr="#ffffff",GradientType=1);


}
.bg-pink-gradeint-text-right {
	background: rgb(220,38,95,1);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(220,38,95,1) 15%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(220,38,95,1) 15%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(220,38,95,1) 15%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dc265f",GradientType=1);
}

.bg-pink-gradeint-text-left {
	background: rgb(220,38,95);
	background: -moz-linear-gradient(90deg, rgba(220,38,95,1) 85%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(220,38,95,1) 85%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(220,38,95,1) 85%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc265f",endColorstr="#ffffff",GradientType=1);
}

.bg-blue-gradeint-text-right {
	background: rgb(29,58,107);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(59,84,127,1) 13%, rgba(29,58,107,1) 15%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(59,84,127,1) 13%, rgba(29,58,107,1) 15%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(59,84,127,1) 13%, rgba(29,58,107,1) 15%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1d3a6b",GradientType=1);
}


.bg-blue-gradeint-text-left {
	background: rgb(29,58,107);
	background: -moz-linear-gradient(90deg, rgba(29,58,107,1) 85%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(29,58,107,1) 85%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(29,58,107,1) 85%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3a6b",endColorstr="#ffffff",GradientType=1);
}

.bg-pink-blue {
	background: rgb(220,38,95);
	background: -moz-linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 50%, rgba(29, 58, 107,1) 50%, rgba(29, 58, 107,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 50%, rgba(29, 58, 107,1) 50%, rgba(29, 58, 107,1) 100%);
	background: linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 50%, rgba(29, 58, 107,1) 50%, rgba(29, 58, 107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc265f",endColorstr="#27285b",GradientType=1);
}

@media (max-width: 575.98px) {
    .bg-pink-blue-sm.bg-pink-blue {
      background: rgb(220,38,95) !important;
    }
}
@media (max-width: 767.98px) {
    .bg-pink-blue-md.bg-pink-blue {
      background: rgb(220,38,95) !important;
    }
}
@media (max-width: 991.98px) {
    .bg-pink-blue-lg.bg-pink-blue {
      background: rgb(220,38,95) !important;
    }
}

.bg-pink-blue-50-gradeint {
	background: rgb(220,38,95);
	background: -moz-linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc265f",endColorstr="#27285b",GradientType=1);
}

.bg-pink-blue-50-gradeint-180 {
	background: rgb(220,38,95);
	background: -moz-linear-gradient(180deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: linear-gradient(180deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc265f",endColorstr="#27285b",GradientType=1);
}

.bg-pink-blue-50-gradeint-270 {
	background: rgb(220,38,95);
	background: -moz-linear-gradient(270deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: linear-gradient(270deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc265f",endColorstr="#27285b",GradientType=1);
}

/* Text Colours*/
.text-blue {color: rgba(29, 58, 107,1) !important}

.text-sky-blue {color: rgba(28, 129, 232,1) !important}

.text-grey { color: rgba(38, 57, 75,1) !important}

/*868686*/

.text-light-grey {color: rgba(206, 206, 206,1) !important}

.text-green {color: rgba(48, 173, 137,1) !important}

.text-red {color: rgba(216, 27, 85,1) !important}

.text-purple {color: rgba(90, 37, 105, 01) !important}
.text-purple-2 {color: rgba(143, 0, 255, 01) !important}

.text-sky-blue-10 {color: rgba(28, 129, 232, 0.1) !important}

.text-pink { color: rgba(220, 38, 95, 01) !important}


.text-left{
    text-align:left!important
}
.text-right{
    text-align:right!important
}
.text-center{
    text-align:center!important
}
@media (min-width:576px){
    .text-sm-left{
        text-align:left!important
    }
    .text-sm-right{
        text-align:right!important
    }
    .text-sm-center{
        text-align:center!important
    }
}
@media (min-width:768px){
    .text-md-left{
        text-align:left!important
    }
    .text-md-right{
        text-align:right!important
    }
    .text-md-center{
        text-align:center!important
    }
}
@media (min-width:992px){
    .text-lg-left{
        text-align:left!important
    }
    .text-lg-right{
        text-align:right!important
    }
    .text-lg-center{
        text-align:center!important
    }
}
@media (min-width:1200px){
    .text-xl-left{
        text-align:left!important
    }
    .text-xl-right{
        text-align:right!important
    }
    .text-xl-center{
        text-align:center!important
    }
}
.text-lowercase{
    text-transform:lowercase!important
}
.text-uppercase{
    text-transform:uppercase!important
}
.text-capitalize{
    text-transform:capitalize!important
}
.font-weight-light{
    font-weight:300!important
}
.font-weight-lighter{
    font-weight:lighter!important
}
.font-weight-normal{
    font-weight:400!important
}
.font-weight-bold{
    font-weight:700!important
}
.font-weight-bolder{
    font-weight:bolder!important
}
.font-italic{
    font-style:italic!important
}
.text-hide{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}
.text-decoration-none{
    text-decoration:none!important
}
.text-break{
    word-wrap:break-word!important
}
.text-reset{
    color:inherit!important
}

.text-white{
	color:#fff;
}

.text-light-blue{
	color:#00b5ee}


.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.h-auto {
    height: auto!important;
}

.w-25 {
    width: 25%!important;
}
.w-50 {
    width: 50%!important;
}
.w-75 {
    width: 75%!important;
}
.w-100 {
    width: 100%!important;
}
.w-auto {
    width: auto!important;
}

.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }

.align-baseline    { vertical-align: baseline !important; }
.align-top         { vertical-align: top !important; }
.align-middle      { vertical-align: middle !important; }
.align-bottom      { vertical-align: bottom !important; }
.align-text-bottom { vertical-align: text-bottom !important; }
.align-text-top    { vertical-align: text-top !important; }




/* Section padding */

section.section-padding-8{
	padding: 8rem 0;
}

section.section-padding-6{
	padding: 6rem 0;
}

section.section-padding-4{
	padding: 4rem 0;
}

section.section-padding-3{
	padding: 3rem 0;
}

section.section-padding-2{
	padding: 2rem 0;
}
section.section-padding-0{
	padding: 0rem 0;
}



/* SlickJS*/

.client-slider{
	visibility: hidden;
	opacity: 0;
	display:none;
	}
.client-slider.slick-initialized{
	visibility: visible;
	display:block;
	opacity: 1;
	transition: visibility 0s, opacity 1s linear;
}

.carousel-banner .slick-arrow{
    border:solid #ffffff;
    border-width:0 5px 5px 0;
    display:inline-block;
    padding:5px;
    top:calc(50% - 20px);
	z-index:10;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.5)!important;
}

.carousel-banner .slick-arrow:before {
    display:none
}

.carousel-banner .slick-prev {
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    left:10px
}

.carousel-banner .slick-next {
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    right:10px
}

.carousel-banner .slick-dots,
.blog-reel .slick-dots{
	bottom:10px;
	z-index:10;
}

.carousel-banner .slick-dots li button:before,
.blog-reel .slick-dots li button:before{
    display:none
}

.carousel-banner .slick-dots li,
.blog-reel .slick-dots li {
    margin-right: 10px;
    margin-left: 10px;
    width: 10px;
    height: 10px;
	opacity:0.5
}
.carousel-banner .slick-dots li.slick-active,
.blog-reel .slick-dots li.slick-active{
	opacity:1
	}


.carousel-banner .slick-dots li button,
.blog-reel .slick-dots li button{
    border-radius: 50%!important;
    background-color: #fff;
    width: 10px;
    height: 10px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.5)!important;

}


.blog-reel .slick-next:before,
.blog-reel .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
	height:20px;
	width:20px
}
.blog-reel .slick-prev:before {
    content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300366d' viewBox='0 0 512 512'%3E%3Cpath d='M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z'/%3E%3C/svg%3E") center center no-repeat ;
	background-size:cover;

}


.blog-reel .slick-next:before {
    content:"";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300366d' viewBox='0 0 512 512'%3E%3Cpath d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z'/%3E%3C/svg%3E") center center no-repeat ;
}

.blog-reel .slick-next:hover:before,
.blog-reel .slick-prev:hover:before {
    opacity: 1;
}



.inverted-dots .slick-dots li button{
    background-color: #00366d!important;
	box-shadow: 0 .5rem 1rem rgba(0,54,109,.5)!important;

}
.blog-reel-container{
    display: block;
    font-size: 1.25rem;
    padding: 4rem 3rem;
    border-radius: 10px;
	border: 1px solid #fff;
	/*background-color: #fff;*/

	background-color: #00366d;
    background-image: url(/wp-content/themes/ground-labs/assets/images/solution-industry/transparent-block.png);
    background-position: bottom -45px right -35px;
    background-repeat: no-repeat;

    color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
	}

.blog-reel-container .blog {
    color: #00b5ee;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-reel-container h3 {
    font-size: 26px;
    line-height: 32px;
    padding-right: 100px;
}
.blog-reel-container a{
    position: static;
    color: #00b5ee;
    bottom: 48px;
    left: 21px;
    text-decoration: underline;
    font-size: 20px;
    margin-top: 40px;
}

.blog-reel{
	margin-bottom: 0px !important;
}
.blog-reel .slick-dots{
	bottom:-2.5rem ;
}

.blog-reel .blog-list-col{
    padding-right: 15px;
    padding-left: 15px;
}

.blog-reel .blog-list-col .blog-entry{
	/*padding-bottom:120px;*/
}


/*Breadcrumbs*/
.breadcrumbs-container{
	background-color: #e9ecef;

	font-size:0.875rem
	}

.breadcrumbs-container .breadcrumb{
	border-radius: 0rem;	}

/*
Modal Window Updates
*/
.modal-content{
   /* border-radius: 20px;*/

}

.modal-content{
   /* border-radius: 20px;
    overflow: hidden;*/

}




/* PCI DSS */
.modal{/*z-index:100;*/}
.PCI-DSS-modal .modal-content{
	background-color: #fff!important;
	height: inherit;
    width: 100%;
	text-align:center;
}
.PCI-DSS-modal .modal-content .card{
    border-radius: 0px;
   /* border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
	background-color: transparent*/

}


.PCI-DSS-modal .modal-content .modal-body{
    padding:0rem;
}
.PCI-DSS-modal .modal-header,
.PCI-DSS-modal .modal-footer{
		text-align:center;
		display:block;
}
.PCI-DSS-modal .modal-content .card-body h3,
.PCI-DSS-modal .modal-content .card-body h4{
	color: #00366d;
	}

.PCI-DSS-modal .card{
	border:0
}
/*
.PCI-DSS-modal .btn{
	font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
    font-weight: 400;
    border-radius: 25px;
}


.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
*/

.col-background-image{
	background-repeat:no-repeat;
    background-size: cover;
    background-position: 50%;
}
/*
.col-background-image:before{
	content:"";
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	background-color:#ff00ff;
    top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;

}*/


@media (min-width: 768px) {
  .section-image-aside {
    position: relative;
  }
}

.section-image-aside-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  z-index: -1;
  }

@media (min-width: 768px) {
  .section-image-aside-img {
    width: 50vw;
  }
}

.section-image-aside-left .section-image-aside-img {
  right: 0%;
}

@media (min-width: 768px) {
  .section-image-aside-left .section-image-aside-img {
    right: 0;
  }
}

.section-image-aside-right .section-image-aside-img {
  left: 0%;
}

@media (min-width: 768px) {
  .section-image-aside-right .section-image-aside-img {
    left: 0;
  }
}

.ie-11 .section-image-aside-right.reveal-sm-flex {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}



/* Carousel */


.carousel {
  position: relative;
  margin-bottom:35px;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 1.0s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat 50% / 100% 100%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0 ,0.4));

}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath stroke='white' stroke-width='0.1' d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath stroke='white' stroke-width='0.1'  d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 0;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border:2px solid #dc265f;
  border-radius: 50%;
  opacity: .5;
  transition: all 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #dc265f;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;

}

/* Custom */

.home .carousel-caption {
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,05);
}

.home .carousel-caption .btn {
	text-shadow:none;
}

.home .carousel-caption h2,
.home .carousel-caption .h2{
	font-size:48px;
	letter-spacing:-0.02rem;
}

.home .carousel-caption h3,
.home .carousel-caption h4,
.home .carousel-caption a:not(.btn) {
	color:inherit;}

.home .carousel-caption a:not(.btn):hover {
    color: #001021;
    text-decoration: underline;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:1;
}

.carousel .carousel-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center 70%;
	}

.carousel,
.carousel-item {
    height: 450px;
	min-height:450px;
}


@media (max-width: 768px) {
	.carousel,
	.carousel-item {
		height: 365px;
		min-height:365px;
	}
}

@media (max-width: 576px) {
	.carousel,
	.carousel-item {
		height: 200px;
		min-height:200px;
	}
	.home .carousel-caption h2,
	.home .carousel-caption .h2 {
		font-size: 24px;
	}
	.carousel .fill {
		opacity:1;
		background-position:85% center;}

	.carousel .fill.opacity-full {
		opacity:1;
		background-position:center;}

}

@media (max-width: 320px) {

	.carousel .fill {
		background-position:70% center;}/**/

}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}



.heading-underline {
	padding-bottom: 10px;
	position: relative;
}
.heading-underline:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 5px solid #5a2569;
}

.heading-underline-white:before{
    border-bottom: 5px solid #ffffff;
}


.overflow-auto {
    overflow: auto!important;
}
.overflow-hidden {
    overflow: hidden!important;
}

.home-intro .icon-wrap img,
.intro-section .icon-wrap img {
    height: 60px;
	margin: 10px 10px 16px;
}

hr {
    margin: 0.5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid rgba(38, 57, 75,1);
}


hr.hr-line{
	border:0;
	background: rgba(221, 221, 222,1);
	height:5px;
	display:block;
}

.rounded {
    border-radius: 0.625rem !important;
}

.rounded-0 {
    border-radius: 0!important;
}

.shadow {
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.16) !important;
}

.homepage .clients .client-slider .slick-arrow{
	width: 20px;
	height: 20px;
	background: no-repeat 50% / 100% 100%;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0 ,0.4));
	border:none;
	border-width:0;
	    opacity: 0.5;

}
.homepage .clients .client-slider .slick-arrow:hover{
    outline: 0;
    opacity: 0.9;
}

.homepage .clients .client-slider .slick-prev {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath stroke='white' stroke-width='0.1' d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  transform:none;
  left: 0;
}

.homepage .clients .client-slider .slick-next {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath stroke='white' stroke-width='0.1'  d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  transform:none;
  right: 0;
}

/*
.squeeze-page .hero-banner {
    padding-top: 0;
    padding-bottom: 8rem;
}

.squeeze-page .page-banner {
	height: 550px;
}
.squeeze-page .page-banner .banner-content{
	padding-bottom: 6.25rem;
}

.squeeze-page .squeeze-section{
	margin-top: -20rem;
}

.squeeze-page .page-banner + .media-text{
	margin-top: -9.75rem;
}


.squeeze-page .page-banner + .media-text .row {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);

    position: relative;
	padding-top:2rem;
	padding-bottom:1rem;
}




.squeeze-page .squeeze-main {
	}

*/
.squeeze-page .squeeze-main.text-wrap h2,
.squeeze-page .squeeze-main.text-wrap h3,
.squeeze-page .squeeze-main.text-wrap h4 {
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 500;
}

.squeeze-page .squeeze-main.text-wrap p,
.squeeze-page .squeeze-main.text-wrap ul,
.squeeze-page .squeeze-main.text-wrap ol{
	margin-bottom: 1.825rem;
}

/* Squeeze Form*/

.squeeze-iframe-form{
	width:100% !important;
}
@media (min-width: 576px) {
    .squeeze-iframe-form {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .squeeze-iframe-form {
        max-width: 720px;
    }
}


.squeeze-iframe-form form.form {
    color: #666;
    font-size: 13px;
    padding: 20px !important;
    margin: 0 !important;
}
.squeeze-iframe-form form.form p {
    clear: left;
    line-height: 1.4em;
    margin: 3px 5px;
    padding: 3px 2px;
}
.squeeze-iframe-form form.form p.form-field {
    margin-bottom: 10px;
}



.squeeze-iframe-form input.text {
    width: 200px;
}
.squeeze-iframe-form form.form input[type=text],
.squeeze-iframe-form form.form textarea {
    width: 100%;
    border: solid 1px #E0E0E0;
    background-color: #FFF;
    padding: 5px !important;
    font-size: 15px;
    width: 100% !important;
    font-family: var(--body-fonts-2);
}
.squeeze-iframe-form form.form input {
    font-weight: 400;
    padding: 2px;
}






.squeeze-iframe-form  form.form p.submit {
    margin: 1em 0.5em 0.2em 160px;
	margin-left: 0 !important;
    padding: 0;
	text-align: center;
}

.squeeze-iframe-form form.form p.submit input {
    margin: 0 10px 0 0;
    padding: 2px 12px;
}
.squeeze-iframe-form form.form input[type=submit] {
    background-color: #da0953;
    border: 0;
    color: #FFF;
    font-size: 16px;
    font-family: var(--body-fonts-2);
    padding: 4px 32px !important;
    border-radius: 10px;
    font-weight: 700;
    line-height: 24px;
}


.squeeze-two_column  .text-wrap h3 {
    line-height: 1.2;
}
.squeeze-two_column  .text-wrap p {
    line-height: 26px;
}



#downloadEBook .modal-content,
 .modal-content{
	background-color: #fff!important;
	height: inherit;
    width: 100%;
	text-align:center;
}
#downloadEBook .modal-content .close,
 .modal-content .close{
    float: right;
    right: -2rem;
    position: relative;
	padding: 0.25rem 1rem;
	margin: 0rem;
}

#downloadEBook .modal-header,
#downloadEBook .modal-footer{
		text-align:center;
		display:block;
}
#downloadEBook .modal-header,
.modal-header{
	padding-right: 52px;
}
#downloadEBook .modal-content h3,
#downloadEBook .modal-content h4{
	color: #00366d;
	}

#downloadEBook .btn{
    display: inline-block;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}



/* Components */

/* Banner */
.page-banner{
	position: relative;
	/*height: 450px;
    min-height: 450px;*/
	height: 315px;
    min-height: 315px;
	width: 100%;
	padding:0;
}

.page-banner .banner-content{
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 1;
	/*text-shadow: 1px 1px 1px rgb(0 0 0);*/
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}
.page-banner .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:1;
	background-repeat:no-repeat;
}

.page-banner .banner-content a:not(.btn) {
	color:inherit;
	text-decoration:underline;
}

.page-banner .banner-content h2 {
    font-size: 40px;
    letter-spacing: -0.02rem;
}

.page-banner .banner-content h3{
	font-size:1.5rem}
.page-banner .banner-content h4{
	font-size:1.25rem}
.page-banner .banner-content h5{}

.page-banner .banner-content .page-banner-logo img{
	max-height:140px;

}

.page-banner .banner-content .page-banner-logo + *{
	margin-top:1.5rem;}



    @media (max-width: 991.98px) {
        .page-banner .banner-content .h1,
        .page-banner .banner-content h1 {
            font-size: 2rem;
        }
        .page-banner .banner-content p {
            font-size: 0.975rem;
        }
    }


    @media (max-width: 767.98px) {

    }

    @media (max-width: 575.98px) {
        .page-banner .banner-content .h1,
        .page-banner .banner-content h1 {
            font-size: 1.5rem;
        }
    }


/* Media + Text */
.media-text[class*="section-padding-"]:not([class*="bg-"]) + .media-text[class*="section-padding-"]:not([class*="bg-"]){
	padding-top: 0 !important;
	}


.media-text .text-wrap h3,
.media-text .text-wrap h2 {
    line-height: 1.2;
}
.media-text .text-wrap p {
    line-height: 26px;
}
.media-text  .text-wrap a:not(.btn) {
    text-decoration: underline;
}

.media-text .v-line-left{
	padding-left: 20px;
}

.media-text .v-line-right{
	padding-right: 20px;
}

.media-text div[class*="v-line-"]:before{
    content: "";
    display: none;
    width: 5px;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
	background: rgb(220,38,95);
	background: -moz-linear-gradient(180deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: linear-gradient(180deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc265f",endColorstr="#27285b",GradientType=1);
}
.media-text .v-line-left:before{
	display:block !important;
	left: 0;
}

.media-text .v-line-right:before{
	display:block !important;
	right: 0;
}


/* Discover Data*/
.discover-data-section {
    background-color: #da0953;
    padding: 2rem 0;
	color:#fff;
}

.discover-data-section .icon-wrap {
    margin-bottom: 30px;
}
.discover-data-section .icon-wrap img {
    max-width: 100px;
}
.discover-data-section .discover-row {
    text-align: center;
}
.discover-data-section .discover-row .text-wrap .title {
    font-weight: 700;
    margin-bottom: 1rem;
	font-size: 1.25rem;
}
.discover-data-section .discover-row .text-wrap p a {
    color: #00b5ee;
    font-weight: 700;
}
.discover-data-section .text-wrap p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 26px;
}

.discover-data-section p a {
    color: #fff;
}


/* Question section */

.question-section {

}

.question-section p a {
    font-weight: 600;
    color: #00b5ee;
}
.question-section .btn-wrap {
	text-align: center;
}

/* Featured Section */
.features{

}

.features .feature-list ul{
    list-style-type: none;
    padding: 0;
	margin:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	-ms-flex-pack: justify!important;
    justify-content: space-between!important;
    margin-right: -15px;
    margin-left: -15px;
}


.features .feature-list ul li {
	padding-top:60px;
    margin-bottom: 35px;
    position: relative;
	width:45%;
	padding-right: 15px;
    padding-left: 15px;
}
.features .feature-list ul li:before {
    content: "";
    height: 45px;
    width: 45px;
    display: block;
    position: absolute;
    left: 15px;
    top: 0px;

    background: no-repeat center center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAYAAAA9zQYyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTQ5NjU4Njk1NTQxMTFFRDhCRDNEMTUwQjZGOUJDOEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTQ5NjU4NkE1NTQxMTFFRDhCRDNEMTUwQjZGOUJDOEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNDk2NTg2NzU1NDExMUVEOEJEM0QxNTBCNkY5QkM4RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNDk2NTg2ODU1NDExMUVEOEJEM0QxNTBCNkY5QkM4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkJjkCEAAB40SURBVHja7J0JeBRF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);
	background-size:cover;

}



/* Key Feature Table */
.enterprise-recon-2021 .key-feature .table-responsive .different{
	background-color: #da0953;
}
.enterprise-recon-2021 .key-feature .table-responsive .check:after {
	border-color: #da0953;
}
.enterprise-recon-2021 .key-feature .table-responsive .last td {
    border: none;
    background-color: #da0953;
}

/* Bootstrap Card */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}



/*Industry Testimonials*/

.single-industry .testimonials .card,
solutions-compliances .testimonials .card{
	border:0px;
}
.single-industry .testimonials .card svg,
.solutions-compliances .testimonials .card svg {
    fill: #ffffff;
}
.single-industry .testimonials .quote-icon,
.solutions-compliances .testimonials .quote-icon{
    text-align: center;
    margin-bottom: 1.5rem;
}


.single-industry .testimonials .blog-badge,
.solutions-compliances .testimonials .blog-badge{
		color: #858585;
		background-color: #ffffff;
		display: inline-block;
		padding: 0.25em 0.6em;
		font-size: 75%;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		border-radius: 10px;
		margin-bottom:1rem;
}

.single-industry .testimonials .card-footer,
.solutions-compliances .testimonials .card-footer{
	border-radius:0;
    padding: 0;
    background-color:transparent;
    border-top: 0px;
}

/* Footer Dark */

footer.bg-black .footer-top .footer-logo {
	width: 285px;
	margin-bottom: 2rem;
}

footer.bg-black h3{
	font-weight: 700;
    color: #808080;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0rem 1rem;
    letter-spacing: 1px;}

footer.bg-black .nav-link {
    font-size: 14px;
    color: #808080;
    opacity: 0.75;
    display: inline-block;
    padding: 0rem 1rem;
}

footer.bg-black .social-col{
	border-left:0px solid #808080;
}

@media (min-width: 1200px) {
	footer.bg-black .social-col{
		border-left:1px solid #dc265f;
	}
}

footer.bg-black .social-col .social-media {
	    padding: 0rem 1rem;
		margin: 0.25rem 0rem 1rem;
	}


footer.bg-black .social-media a{
	    margin: 0 0rem;
}
footer.bg-black .social-media a + a{
 margin: 0 0 0 0.5rem;
}


footer.bg-black .social-media a svg {
    fill: #808080;
}

footer.bg-black .social-media a:hover svg {
    fill: #dc265f;
}



/* Embed iFrames*/


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
  }

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }


.embed-responsive-21by9 ::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}


/* Post Card*/

.post-card-container{
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    overflow:hidden;
    border: 0px;;
}

.post-card-container .post-card-img {
    position: relative;
	background-color: rgba(0, 181, 238, 0.11);
    width: 100%;
	margin:auto;
	max-height:290px;
}


.post-card-container .post-card-img:before{
    content: "";
    display: block;
    padding-top: 50%;
}


.post-card-container .post-card-img img,
.post-card-container .post-card-img svg{
	width: 100%;
	height: 100%;
	max-width:100%;
	max-height:290px;/**/
  -o-object-fit: cover;
     object-fit: cover;
	 position:absolute;
	 top:0;
	 border-radius:0;
}

.post-card-container .post-card-img.no-height,
.post-card-container .post-card-img.no-height img,
.post-card-container .post-card-img.no-height svg{
	max-height:none;

}

.blog-reel .slick-track{
     display: flex;
 }
.blog-reel .slick-slide{
         display: flex;
         height: auto;
         align-items: stretch;
         justify-content: center;
     }

.blog-reel .slick-slide .post-card-container{
	width:100%;
     }


/* Badge */

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none;
    }
  }

  a.badge:hover, a.badge:focus {
    text-decoration: none;
  }

  .badge:empty {
    display: none;
  }

  .btn .badge {
    position: relative;
    top: -1px;
  }

  .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
  }

  .badge-primary {
    color: #fff;
    background-color: #007bff;
  }

  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
  }

  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }

  .badge-secondary {
    color: #fff;
    background-color: #6c757d;
  }

  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
  }

  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }

  .badge-success {
    color: #fff;
    background-color: #28a745;
  }

  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
  }

  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }

  .badge-info {
    color: #fff;
    background-color: #17a2b8;
  }

  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
  }

  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }

  .badge-warning {
    color: #212529;
    background-color: #ffc107;
  }

  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
  }

  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }

  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }

  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
  }

  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }

  .badge-light {
    color: #212529;
    background-color: #f8f9fa;
  }

  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
  }

  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }

  .badge-dark {
    color: #fff;
    background-color: #343a40;
  }

  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
  }

  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }






.border         { border: 1px  solid #dee2e6; }
.border-top     { border-top: 1px  solid #dee2e6; }
.border-right   { border-right: 1px  solid #dee2e6 ; }
.border-bottom  { border-bottom: 1px  solid #dee2e6 ; }
.border-left    { border-left: 1px  solid #dee2e6 ; }

.border-0        { border: 0 !important; }
.border-top-0    { border-top: 0 !important; }
.border-right-0  { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0   { border-left: 0 !important; }




/* Floating Contact Us */

.floating-contact-container{
	position: fixed;
    left: 15px;
   /* z-index: 5999;*/
    z-index: 999;
    width: 345px;
    bottom: 0px;
    transition: bottom 900ms ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.5);
	border-radius: 10px 10px 0 0;
	}

.floating-contact-btn,
.floating-contact-btn:focus	{
	outline:none;
	border-radius: 10px 10px 0 0;
}

.floating-contact-btn:before {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 34px;
    transition: all 300ms ease-in-out;
    color: inherit;
    display: block;
    /*font-family: "Font Awesome 5 Free";
	font-weight: 900;*/
	height:26px;
	width:26px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");

}

.floating-contact-btn:focus:before,
.floating-contact-btn:hover:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%2300366d' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");

}

.floating-contact-btn.collapsed:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E") !important;
}

.floating-contact-btn.collapsed:focus:before,
.floating-contact-btn.collapsed:hover:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%2300366d' d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E") !important;
}


@media(max-width: 767px){
	.floating-contact-container{
		display: none;
	}
}


.floating-contact-container form input,
.floating-contact-container form select{
	height:auto;
}

.floating-contact-container .form-control{
	height:auto;
}

.floating-contact-container .form-control.wpcf7-checkbox {
	padding-left:0px;

}
.floating-contact-container .form-control.wpcf7-checkbox  .wpcf7-list-item{
	margin:0px;
}


.floating-contact-container form .wpcf7-form-control{
	font-size:0.825rem;
}

.floating-contact-container  .floating-form__checks .form-control.wpcf7-checkbox  .wpcf7-list-item{
	margin-right:1rem;
}



/* Modal window*/



/* Stretched link */

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);

}


/*Partners filtering*/

.list-filters{
    list-style: none;
}
.list-filters a{
    position: relative;

}
.list-filters a:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -24px;
    position: absolute;
    background: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0px solid white;

}
.list-filters a.active:before {
   /* background-color: #8900FF;*/

	background: rgb(220,38,95);
	background: -moz-linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	background: linear-gradient(90deg, rgba(220,38,95,1) 0%, rgba(220,38,95,1) 25.79%, rgba(39,40,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc265f",endColorstr="#27285b",GradientType=1);

}

.partners-results .gl-partner {
    opacity: 0;
    display: none;
  }

.partners-results .gl-partner.active {
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
  }










/* Post Card*/

.partners-results .gl-partner .card{
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    overflow:hidden;
    border: 0px;;
}

.partners-results .gl-partner .card .gl-partner-img {
    position: relative;
	background-color: rgba(255, 255, 255, 1);
    width: 100%;
	margin:auto;
	max-height:290px;
}


.partners-results .gl-partner .card .gl-partner-img:before{
    content: "";
    display: block;
    padding-top: 50%;
}


.partners-results .gl-partner .card .gl-partner-img img,
.partners-results .gl-partner .card .gl-partner-img svg{
	width: 100%;
	height: 100%;
	max-width:100%;
	max-height:290px;/**/
  -o-object-fit: cover;
     object-fit: cover;
	 position:absolute;
	 top:0;
	 border-radius:0;
}





@-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

/* Tooltip */


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family:var(--body-fonts-1);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
  }

  .tooltip.show {
    opacity: 0.9;
  }

  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }

  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }

  .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
  }

  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
  }

  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
  }

  .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
  }

  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }

  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
  }

  .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
  }

  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
  }

  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
  }

  .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
  }

  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }

  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
  }

  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }


/* Popover*/

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--body-fonts-1);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}


/* Compliance Landing page*/

.compliance-section .compliance-item{
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    overflow:hidden;
    border: 0px;
	text-align:center;
}

.compliance-section .compliance-item:hover{
	background: linear-gradient(180deg, #2d6da3, #00366d);
	color:#fff;
	cursor:pointer;
}




.compliance-section .compliance-item .img-wrap {
    position: relative;
    width: 100px;
	margin:auto;
	max-height:100px;
	margin-top: 1.25rem;
}


.compliance-section .compliance-item .img-wrap:before{
    content: "";
    display: block;
    padding-top: 100%;
}


.compliance-section .compliance-item .img-wrap img{
	width: 100px;
	height: 100px;
	max-width:100px;
	max-height:100px;/**/
  -o-object-fit: contain;
     object-fit: contain;
	 position:absolute;
	 top:0;
	 left:0px;
	 border-radius:0;
}
.compliance-section .compliance-item .card-body{
	text-align:center;
}
.compliance-section .compliance-item:hover a {
    color: inherit;
    text-decoration: none;
}



.in-action-section .post-card-container .post-card-img {
	max-height: 450px;
	min-height: 350px;
}


.in-action-section .post-card-container .post-card-img:before{
    content: "";
    display: block;
    padding-top: 50%;
}


.in-action-section .post-card-container .post-card-img img,
.in-action-section .post-card-container .post-card-img svg{
	max-height: 450px;
	min-height: 350px;
}

.in-action-section .section-footer a,
.in-action-section .post-card-container a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}
.in-action-section .section-footer a:hover,
.in-action-section .section-footer a:focus,
.in-action-section .post-card-container a:hover,
.in-action-section .post-card-container a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.in-action-section .icon-link{
	position: relative;
	display: inline-block !important;
	margin-right: 55px;}

.in-action-section .icon-link:before {
    position: absolute;
    right: -55px;
    top: 0px;
    display: block;
    /*font-family: "Font Awesome 5 Free";
	font-weight: 900;*/
	height:40px;
	width:40px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAYAAAA9zQYyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjMtMDEtMTNUMDA6MzE6MjIrMDI6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIzLTAxLTEzVDAwOjM1OjA5LTIyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIzLTAxLTEzVDAwOjM1OjA5LTIyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RTk5RjJFRTkyQzkxMUVEOEFBRkE0OEVBMUUzMzFGMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RTk5RjJFRjkyQzkxMUVEOEFBRkE0OEVBMUUzMzFGMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVFOTlGMkVDOTJDOTExRUQ4QUFGQTQ4RUExRTMzMUYzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVFOTlGMkVEOTJDOTExRUQ4QUFGQTQ4RUExRTMzMUYzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/LBe/wAAE9NJREFUeNrsXQncVmMWPy0+KW0qSuizjCVlGiQVbbKNkkEhZGYM2coYRIyRtQhlX8aQfZKQLSlEKhrbKFSTSqVUtpQWJfP85573N1/53u+753nufd/n3nv+v9/5Rd3nLu/9v+c9z1mr/Pzzz6RQpAVVlNAKJbRCoYRWKJTQCoUSuoCoa2QnI42NbGOkkZH6Rmrzv9UwUtVICT5rIxtYfmBZYeRbI8v5z8VGFhn5Tj9aJXTcACmbGdnLSCn/2aQMoeszgW2wlkmcI/QSI58Y+dzIp0bmGVmvr0AJ7QKQt5WRA420NLIvE7gYANE/MDLLyCT+78/1FSmhK0JDIx2NdDHS3khzI1t4eq8wWz5mck8wMoXNFiV0xgkN0+EoI92MtDNSJ6HPsZLJ/ZKRF7KsvbNIaGzcjjNyPGvjKil7vo1GXjHytJFns6a5s0ToQ42cZqSHka0z8syrjIwy8k8muRI64YDr7EwjfYy0yLh5+ZGREUbuZxNFCZ0wD8XpRvoa2Va3SpsALsH7jPzDyEIltN/Y0Uh/lhLlboVYZ+R2I7cwyZXQHgFRuoFKZCusMTLcyI2UgghlGgh9sZHLjNTz5H5+4s3YaiM/sibcyP+GMPiWLIgq1uG/8wHfGBnEWlsJXQTAWzGYghB0oYHIHcLRM418YWQu//kNy0om9bo860Hmmrxp3Ya/jDCXSo00pf+H15sW4dkQhbzcyFgldOHs5JuN9CzQ9b438o6R6UYmG5lDQZ7FhpivW42CaOVuFAR9EIZvzV+CQuBh/vVbpoSOD/BaDKUgmy1OgMCvURB9m+qRbQlNjtwShOg78X/HCQRlLmJyK6EjxHZG7mUzIy68aWQMBeHjmQl5fzBNjjDS3UjnGK8z0shZSdg0JoHQMC3uYVszaszgl/VUgkicD3tSENLvzaZKHPsG+PZfVkLbAz7SCyI+J/KKkecwwveX4wBobURHT4jBiwKTb4ASWoZS1pwHRHjOVWy23GZkAWUDOxs5myXK/BXsL07yccPoI6EPYxMgqo0f3GjDKAj3LqNsAnuQP/GvXYOIzrmUzcFJSuj8gCa5K6Jzwa2G6Ndw0uT3HBoyqS+kILgTBU418qgS+pe4noLwdRR4iM83WzlcLnYxcpWRUyI6H97bECX0pgTsE8F53jVyCdt4isrRmTd5+0VwrjuNnKeEDny/R6dJSyQQA/izc63eedzIyVkldFXWpB0dz/MW294zlJdO2JsCL1D7CBTUMVkjdFXeHbdzPM81Rv6mXIwUg4xc6XgOlHsdniVCg8wHOaxfwjb3BOVfLDiEgvyN7R3Ogerz7lkgNNISj3BYP453518p72IF/NWPOWraJygIxaeW0I+Qm6voViN/Vq4VFMMcP3PEFc5NI6FvILccgH5G7lB+FQVwx7lUslzK7z81hEYe8z0O64818ozyqqiAa3WMw/rebIIkntBw3tsGOlDChO5GU5RPXgBeqfEUlI/ZoI2RaUkmNNrMovbOps0ssuM6UFDjpvAH+1Dg+7dJHkMPbPRMWZlUQqNbT0uLdaiYRnnRdOWPl8A7RWlaLYu1+DIcHNeNxVlCf7clmZGA317J7DWms/lhUyiM+MPQpGlo1P49a7m2vdrMibKpJzvsrSYmgdCoTEbyd4nlF+E55UmigN7az1usQ8EtIpFrfDc5RluS+RwlcyKBELdN4ASK70nfNfQZFJQ6SQGnfX/lRqKBWs1+FutOpKB+1DtCI/a/zELrv0FB0xRF8oF32UG4BuPttuM/vSI0zAVpdhX8khiLtkq5kAqgshzzXaQ9VEaypvaG0KjUHme5S56qPEgVbD0f0OyTfCE0+lzsKFwziIJCTUX6cCW/XwnQBPNXPhAaJfE3CdegmLW1vvdU430jvxGuQf+8e4tJaNhMaOQiHVAJu3mhvvNUAzkb84VrkPKA3iHWvmlXP/TVFmQeoGTOBLA5lPZZQRbfFcXS0BhgKW2thcYve+i7zhRmC23j9aylvy+0hrapDO6j7zdzkL7zLVy0tK2Grk9Bv7hqgjUIc56g7zeTQPPN4wTHY8gSAnXiBuu2GnqgkMz41vTT95pZnGPBS6u+4DYaGtUnX5OsDGcIRdeIUZFMoBPsxYLjV7AtvSFuQiOzSlJ9vZp/PtbqO800bBQhNPvdcZscFwqPH6JkVjAHhsbMNbGG7mTkdeFDNGAtrVDUYmfCVoI1KNkKnRsi1dBS4/4uJbOiDJAiKg1ti4oHJBoaKYEIpEi8G2hjsFTfo6IMmlAwIi4ssClEEC+UC0+ioXsJyfy0ktkKGH3cLMXPh86xki5Y1Zl7kZsc0iaLNys3RUCxKabYzqWgOc8c/nneOYXPKuVG6A6mYU0O5DpLZvv9x8juytHQGExBQ8PygD0IKoHSNjdGmuMBU+XLqDS0dMb2g8rR0Di5AjID8Nu+Su6jO3zDCOHxoULnYTU0RgwcKrg4NPoi5WqlqMY2ZaOQx4PUb6bk2ZET/7ng+FBjLsIQuh57N8LmPaNGsJ1yNRQOJHlNZSwdh4qEyQKuwPTaliqpDq8a8gOUJPE/oTwNDRtvBgJbh6Tk+SWNZmB6dYrChu4ivMkxytPQsHVrYlhS1xQ8v7SJ/ZFRmBwfG2ke8oIfkrwwMstACBih4FqW67vyhjHJQP/vViGPRdfTfVw09PYCMgMvKUdFQDGoSw3dBDYJk4yxgmObsx1tTeg2wpubqBwVYxi5NS2Ef7pDgp9f4l+vVhknKyN0W8HFsPvUvs52QGnaKIf16CmXVD/12yRLYGvrQuhWggtNo4ga7mUUvRxJPdFiA+8D0NfwHcHx+9kSuoqRFoIL/Us5GQmpn3JY/yol0/shmYzVoiLeVkRo5GI0iemmFPnR05HUGLt2aMKe+T3BsXBU7GJLaAk+Vi5GSurRDusRJk5S8OUj4fF72hB6V8EF4EudozyMFMc72tQTErRR/Iw5FBa7xa2hZ5LdiC9F5Ta1i0tvYkJIDe7MEhy/q5TQSEhqJvyGKeKBq0sPpE5C8EXyCw9u1pEQuikF9YBhMVd5F7umdiE1ghe+ez8kqaTYGO4gIXQTknk4FijnCkJql43ieM9JPU9wbON8/MxHaCScNxRcYLHyrWAbRVdS++r9WCI4Ni8/8xEazWEkOdDLlGsFJfV1Rn6yXO9rQpPEy1FCeap8qldA6LBA/ukKDz8gjAlD152tUkboNfyZg9DVLM8Bm9q3ci6M+NtI4etc60kIXVdwIytZfAGysR4gWdprFvGGZ6RGHhCSlLYOeXxdicmxlfBGfCE0IkhTlcyhMZEqiLoVGKtIltxWS0JoSQXFjyw+4DEKkqoU4YDP6hGPTCnJ9KuaEkKXCAntA1D6ta9yVIz9qZKypgJCstEtkRA6rpuI+8Uo7JWBD5CkT1STEFpCdP2JV0RpAjkhH3E3JpDQWmBgj/c9uQ9J7GO9hNCSERIlnnwYH3r0YpIEKILpHtxHNSGhN8RF6C1ZfMCJpGmsEiBAc6on9wLFWF1w/BoJoSVVuHCf1PLkQ0Eb3zaeaJwkoBPJ8pDjRG2WsCh3dHK+b8Q3whupK1wTtz0INxSy0w4m2RixJCAX+j7T0dzzLfRdT6gYV0oILRlJCy1fx8MX/yS5VXv4jGvJPo8D6EL+teWVcug7qYZeLzDSG5GiUJDOzd4cyIl+3cPnqi84dh3lyfDMZ0N/SbKU0B2UZ4kgM9ob+NrcUVLyt5zypJvmI/RSkrV6VUIXxoRyJfMEj59PQuhl+Qidz+T4gmQVBLso32Inc09Hm/l1z59xJ8Gx4OcC6aZQUuO1m3IuNox0JHMnCnKffYekD8x8yuO2qyhnQ9KaYHfHXbciv2bulQEyIzDXXEhoipPQ25Fs5pwi3AbQRTN3TQiZibkj8XLMsiH0p8Kb2ls5GBlGOW4AD6NkjarYS3j8TFsNLWlPoPnI0ZH5eIf18GaMT9gzHyA4Fi7luTaERnh1huBCbZWLkdjMLmRGz40JCXxuCXc+ZG6KCQ1I+vais3pN5aQTmV29GUmcB16bKunKvxkqTBGujNCSpHmUn7dXXhaFzB0TtAEsTzvXEBz/nguhp1loCYUMg8g9aJLk+d+SaQMwNd6u6IAwgzfRXb2l4OdgP+VoaCCpy6WNWhoGbyJ3vYXgWKfBmyT89qONQKnyNDSOzDiZS0k2mGpSZQeEIbT0Q+uuPA2NHS3XHZICMgPHCo9/JSpCrxNc9ATlaWgst1iDfcprKXn+kwTHrgvz3GFs6Nw3Q2K8IxVQm6CH+5zmC47vEOZnN0HmhiQBbkIYDoZtKPO88GZ7K1dDAWMY7gt5bOcUkRk4RXj8s2EOCquhMXNlkeDiGACjyUrhUI0qHkCPUrgjUmRm5DCfZEn94GClqRhhNTQSqiWD6ZEfrUGWcEBvQARGrqJNB+egtewTFLip0kbmjkIyT6WQeUVhNTRwjpE7BTfxjMUuNutAwQWyFrfgPUhaR33AfOghOP4sI/dGTeh6vCuXdLfB+K0lylNFGexEshFu+AXDgKBQrTUkXUZxwueEN3+Rvj/FZrjUQpuH7hMj0dCAND0RPfIQ3l2l71FBQTMZ/MpLOj51IkHilbThOYIskqmxyKK6UN+jgjFQSObPSJhFKNXQwPlGhguO/4G19Bp9n5nXzl+RrGVufyO3x03omnxjkklZQ40M0HeaadzKBA2LVawI18ZNaGCIkUsEx+MimM+sE2ezCSRhLbDg2EDphWwJ3YC1tARPk1slsyK5GEtBtDMsNrJ2Frdotp2C9bWRO4RrEGRpo+82c+gkJDMxt6z6jdtqaFstPdvIHvqOMwUEUXay4JYVoV3mFEJLDxeu2V03h5nCdRZkvpkcpkG4aGgAld5wlNcQrislWfhTkTxAeUnnt6xl7bza9qKuk2ThWrncYt0z+r5TD5t3fJkLmaPQ0DksJHnT80EUpEwq0odbjFxgYWuXul44KkKjAtmmnxpypqfo+08VbLmAPKHXfCE0gDKtbsI1MP6bkSYvpQVoq4xcH2lLOGRx9ojiBqIkNHJWkftcXbjuLQrmCSqSjw+MtBKuQYlZY4pozmXVCB8GPum+FusOoiDOr0g2HrQgM3AWRTi0NUoNnQPsoM4W6841cpfyIpGAd+I6i3WhWhMUm9AYk4ym1DUs1h5N8pYJiuICzWIet1i3lm3u730nNNCd5OVaZU2QycqTRACjL8Y5cOSFqG8oLkITmw9nW6zDJqG1kX8rX7wGFI9t4xsk7feP46biJDSA8QG/tliHaNGBFLRPVfgHzERB/MBmlN9HlpzwgtBNKOhftqXFWvimD+YvhcIvzYza0hKLtVBUmDq8NKmEBtAlZ6LlWmwcuqpN7Q2Q1zzWkQuxThuoWoAPAVW7fS3XwlOCwMvvlEtFx6mOZO5LBRidUbVAHwY6bA52WI/yrX7KqaIBtX0PO6y/nsJ3WfXe5CiLEUZOc1h/GwVtFBSFw/1GTndY/7DjO/ea0MCLRn7rsB7RJfSfXq5cixVIBx5ppJ3ju+5WyJsuBqGJN4kdHdYjEtmHkjcCOCnoxpq1vsM54KPuUOgbLxahq/Bmr53jea42cqXyL1Kgpu8vjueYzGTemBVC50gN86GL43nQDPtMks0lV/wSmC95j5H9Hc8DrxaS04qjKYtI6BzGUJCU5IorjFyrvLT+pbsigvM8H9G7TDShgQeM/CGC82CSLVxMryhHQwGb8xspmBrgioeM/L7YD+QLoYHryaKXWR48ytp6lnK2XOxl5BqKrjXbDSRvZJ56QgOoXrg7onNhlMFNvMlRF18AuOKQ5XYR72GiwNlse5MSunyggmG0kdoRnQ/lPbfxh740o0RGkhiGPqG1QK2IzonksZ5GXvbpQX0kNIBKcIw0axvhOdF4HeFX5OLOywiR0b0IpW1nkKyfd2V4x8iJJJuCm2lC54DeeVGHumGKjGI7+8WUEvlI3qD1iumdXODrg/tOaOBY1qwNYjj3JxSEd0HwTxNO4ha8yevNmjlqfMuafrTPH0ISCA1sy6TuEeM1kNoIPyrq3GYmyFuBMPUx5B51rQhjePPn/czJpBA6hzPYa1E75uu8S0EUEyR/m7WTD9iGgqbxiK4iF6Z1zNdbaeRiCjnFVQltv2G8MSb7sDygzH4aBbVwqKObzebJhpivi7I1BDx2pqAH4L4stQv03COZzAuTRI4kEjoHhFiH8M9uobGYd/iwweEKnGNkEQUTT9FBCi4teFXKG2WHVmkYbYbe2vVZQNJSI7uyedWc/79xEZ4Nz3QZmxmJQ5IJnQMGe/6VglnkPgBelNVM6LX8/xvKaN0coWsxqX0BfokQXR2aZDKkgdA52xJj5s4nuwrzLONHCob0DCb5zBwldMxoyhr7PJJNLM0qkdEMaBjJZwgqoYuwcfwjBa6mRsrdTYDhp3+nwA26IG0Pl1ZClzVFkJaKIs2WGScyCiCQ4nk/b15TibQTuiyQ9IQ6xB5UONdXsQEvC6Kg6A46LgsPnCVC54BJA8exYK5H1RQ+43gmMiKfX2bp5WaR0GVRauQoI4dTEHmrk9DngN8bVdYvsCb+LKsvNOuE3lxzo1K5EwVpqxivUN3Te4VfG/kmb7I2nsKbvcxDCV2x9t6HgqSfFkzwJkUyURCF/IBJjPYP6J2tk3iV0E6Atm7G5EYpE8LT8Htvz4L01hqW517LngfkTXzBdu8MJjJC0fMo/twRJbTif/NkcoRuyKTO5WcgtI2oZc0yZgK0OwIauTyPFRRE51Am9i0TejH/vUIJrVBCK6EVSmiFQgmtUCihFQoJ/ivAABSe3uhAfvbvAAAAAElFTkSuQmCC);



}


.in-action-section .section-footer .icon-wrap{
	margin: 0px 10px 0px 0px;
	width: 30px;;
}

.in-action-section .section-footer .icon-wrap img {
    max-height: 30px;
	width: auto;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

/*Remove arrow from main navigation.*/
header .submenu .dropdown-item.no-arrow:after{
	display:none;
	content:"";
}


.stats-section .post-card-container .post-card-img {
	max-height: 450px;
	min-height: 350px;
}


.stats-section .post-card-container .post-card-img:before{
    content: "";
    display: block;
    padding-top: 50%;
}


.stats-section .post-card-container .post-card-img img,
.stats-section .post-card-container .post-card-img svg{
	max-height: 450px;
	min-height: 350px;
}

.stats-section .section-footer,
.stats-section .section-top {
    color: #ffffff;
    font-weight: 700;
}

.stats-section .section-top p {
	margin-bottom:0px;
    font-weight:normal;
}

.stats-section .stat-indicator{
    border-width: 5px !important;
}

.stat-indicator h3,
.stat-indicator .h3 {
    font-size: 3.5rem;
    font-weight: 700;
}


.take-control-content .icon{
    width: 100px;;
}


/* Maintenance  */

.page-template-maintenance header,
.page-template-maintenance footer,
.page-template-maintenance .search-container,
.page-template-maintenance .footer-line{
    display: none !important;
}

/* Events */

.event-notice-section .icon-wrapper img{
	width:100px;
	}

/* Chat bot*/

.embeddedServiceSidebar .sidebarHeader button {
   margin-left:auto;
   width: 20px;
}

.embeddedServiceSidebar h2[embeddedService-chatHeader_chatHeader] {
    overflow:inherit;

}


.section-glass-studio{
	background-repeat:no-repeat;
    background-size: cover;
    background-position: 50%;
	background-repeat: no-repeat;
}
/* Hide reCAPTCHA badge */
.grecaptcha-badge { visibility: hidden; }

.pink-list-style li {
  line-height: 1.5;
  padding: 0.25em 0;
  list-style-type: none!important;
  position: relative;
}

.pink-list-style li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23dc265f' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z'/%3E%3C/svg%3E");
  position: absolute;
  left : -1.25rem;
  width:.5rem;
  height:.5rem;

}

.dropdown:hover .dropdown-menu {
  display: block;
}