/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none !important;
  font-family: "NotoSansRegular" !important;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: none;
}

/* paragraph text */
p {
  /* font-family: 'Segoe UI' !important; */
  font-family: "NotoSansRegular" !important;
}
p.body-text-small {
  font-size: clamp(0.5rem, 4vw, 1rem) !important;
}
p.body-text-medium {
  font-size: clamp(0.75rem, 4vw, 1.125rem) !important;
}
p.body-text-large {
  font-size: clamp(1rem, 4vw, 1.25rem) !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
  font-family: "NotoSansSemiBold";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
optgroup {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  color: #001a56;
  /* font-family: 'NotoSansLight';
    font-size: 18px; */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
  font-family: "NotoSansLight";
}

ul {
  list-style: disc;
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  font-family: "NotoSansLight";
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
} */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #ffffff;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Font Families
--------------------------------------------- */

@font-face {
  font-family: "NotoSansThin";
  src: url(../fonts/webfonts/NotoSans-Thin.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansLight";
  src: url(../fonts/webfonts/NotoSans-Light.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansRegular";
  src: url(../fonts/webfonts/NotoSans-Regular.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansMedium";
  src: url(../fonts/webfonts/NotoSans-Medium.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansSemiBold";
  src: url(../fonts/webfonts/NotoSans-SemiBold.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansBold";
  src: url(../fonts/webfonts/NotoSans-Bold.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansExtraBold";
  src: url(../fonts/webfonts/NotoSans-ExtraBold.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";
  src: url(../fonts/segoe-ui/Segoe-UI.ttf) format("truetype");
  font-display: swap;
}

/* @font-face {
	font-family: 'Noto-Sans';
	src: url(../fonts/webfonts/Noto-Sans-regular.woff2) format('woff2');
	font-display: swap;
} */

/* Typography 
*  -- H tags font sizes are inherited from Bootstrap
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "NotoSansSemiBold";
  /* font-family: 'Noto-Sans' !important; */
}

h1 {
  font-size: clamp(2rem, 5vw, 3rem);
}
h2 {
  /* font-size: clamp(1.5rem, 5vw, 2rem); */
  font-size: clamp(1.5rem, 5vw, 1.25rem);
}
h3 {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
}
h4 {
  font-size: clamp(1rem, 5vw, 1.25rem);
}
h5 {
  font-size: clamp(0.75rem, 5vw, 1.125rem);
}
h6 {
  font-size: clamp(0.5rem, 5vw, 1.125rem);
}
h1 {
  margin: 0.67em 0;
}

.small-p {
  font-size: 14px;
  line-height: 1.4;
}

/* Colors
--------------------------------------------- */

.color-primary-c1 {
  color: #0d4dbe !important;
}
.color-primary-c2 {
  color: #5e1ebe !important;
}
.color-secondary-c1 {
  color: #010436 !important;
}
.color-secondary-c2 {
  color: #44cfb5 !important;
}
.color-secondary-c3 {
  color: #e6a6fa !important;
}
.color-secondary-c4 {
  color: #dee1f1 !important;
}
.color-secondary-c5 {
  color: #f9faff !important;
}
.color-secondary-c6 {
  color: #ffffff !important;
}
.color-white {
  color: #fff !important;
}

/* Buttons
--------------------------------------------- */

@-webkit-keyframes leftRight {
  0% {
    margin-left: 5px;
  }
  50% {
    margin-left: 10px;
  }
  100% {
    margin-left: 5px;
  }
}
.btn-primary-bluegrad {
  background: transparent
    linear-gradient(275deg, #804bff 10%, #4269c6 70%, #3e67cc 0%, #21dbaa 150%);
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 35px 7px 25px;
  position: relative;
  font-family: "NotoSansMedium";
  font-size: 16px;
}
.btn-primary-bluegrad:after {
  content: "";
  background: url(../images/arrow-right-white.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 5px;
  background-repeat: no-repeat;
  top: 11px;
  background-size: 15px;
}
.btn-primary-bluegrad:hover::after {
  animation: leftRight 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-primary-bluegrad:visited,
.btn-primary-bluegrad:focus {
  color: #fff !important;
}
.btn-primary-white-sm {
  background: #fff;
  border-radius: 3px;
  padding: 10px 40px 10px 25px;
  position: relative;
  /* font-family: 'RoobertBold'; */
  font-size: 15px;
}
.btn-primary-white-sm:after {
  content: "";
  background: url(../images/arrow-right-blue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 5px;
  background-repeat: no-repeat;
  top: 12px;
  background-size: 15px;
}
.btn-primary-white-sm:hover::after {
  animation: leftRight 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-primary-white-sm span {
  background: transparent
    linear-gradient(275deg, #804bff 10%, #4269c6 70%, #3e67cc 0%, #21dbaa 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.btn-primary-white-sm:hover::after {
  margin-left: 10px;
}
.btn-primary-white-lg {
  background: #fff;
  border-radius: 3px;
  display: inline-table;
  padding: 12px 45px 12px 25px;
  position: relative;
  font-family: "NotoSansSemiBold";
  font-size: 18px;
}
.btn-primary-white-lg span {
  background: transparent
    linear-gradient(275deg, #804bff 10%, #4269c6 70%, #3e67cc 0%, #21dbaa 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.btn-primary-white-lg:after {
  content: "";
  background: url(../images/arrow-right-blue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 5px;
  background-repeat: no-repeat;
  top: 17px;
  background-size: 15px;
}
.btn-primary-white-lg:hover::after {
  animation: leftRight 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-tertiary-white-sm {
  color: #fff !important;
  margin: 5px 0;
  font-size: 14px;
  position: relative;
  font-family: "NotoSansSemiBold";
}
.btn-tertiary-white-sm:after {
  content: "";
  background: url(../images/arrow-right-white.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 6px;
  background-repeat: no-repeat;
  top: 0px;
  background-size: 15px;
}
.btn-tertiary-white-sm:hover::after {
  animation: leftRight 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-tertiary-dblue-sm:hover::after {
  animation: leftRight 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-tertiary-dblue-sm {
  color: #001a56 !important;
  margin: 5px 0;
  font-size: 14px;
  position: relative;
  font-family: "NotoSansMedium";
}
.btn-tertiary-dblue-sm:after {
  content: "";
  background: url(../images/arrow-right-dblue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 5px;
  background-repeat: no-repeat;
  top: 0px;
  background-size: 15px;
}
.btn-tertiary-white-lg {
  color: #fff !important;
  margin: 5px 0;
  font-size: 18px;
  position: relative;
}
.btn-tertiary-white-lg:after {
  content: "";
  background: url(../images/arrow-right-white.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 6px;
  background-repeat: no-repeat;
  top: 1px;
  background-size: 16px;
}
.btn-tertiary-white-lg:hover::after {
  animation: leftRight 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-tertiary-white-lg:focus {
  outline: none;
}

/* New rounded Buttons
--------------------------------------------- */
.btn-primary-one {
  background: transparent
    linear-gradient(91deg, #9764f7 10%, #7c47f7 50%, #623bfb 100%);
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 40px 8px 20px;
  position: relative;
  font-family: "NotoSansMedium";
  font-size: 16px;
}
.btn-primary-one:after {
  content: "";
  background: url(../images/arrow-right-white-thin.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 12px;
  background-size: 15px;
}
.btn-primary-two {
  background: #fff;
  /* color: #5e1ebe; */
  color: #1f75fe;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 40px 8px 20px;
  position: relative;
  font-family: "NotoSansMedium";
  font-size: 16px;
  /* box-shadow: 0px 3px 30px #000000b5; */
  /* box-shadow: 0px 0px 42px -10px #004cff; */
  box-shadow: 0 0 10px rgba(31, 117, 254, 0.4);
}
.btn-primary-two:after {
  content: "";
  background: url(../images/arrow-right-lblue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 12px;
  background-size: 15px;
}
.btn-primary-three {
  background: #fff;
  color: #001a56;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 40px 8px 20px;
  position: relative;
  font-family: "NotoSansMedium";
  font-size: 16px;
  box-shadow: 0px 3px 30px #000000b5;
}
.btn-primary-three:after {
  content: "";
  background: url(../images/arrow-right-lblue-dark.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 12px;
  background-size: 15px;
}
.btn-secondary-one {
  background: #fff;
  color: #5e1ebe !important;
  border-radius: 20px;
  display: inline-block;
  padding: 7px 40px 7px 20px;
  border: 1px solid #5e1ebe;
  position: relative;
  font-family: "NotoSansMedium" !important;
  font-size: 16px;
}
.btn-secondary-one:after {
  content: "";
  background: url(../images/arrow-right-lblue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 12px;
  background-size: 15px;
}

.btn-secondary-one-sm {
  color: #5e1ebe !important;
  border-radius: 20px;
  display: inline-block;
  padding: 7px 40px 7px 20px;
  border: 1px solid #5e1ebe;
  position: relative;
  font-family: "NotoSansMedium" !important;
  font-size: 14px;
}
.btn-secondary-one-sm:after {
  content: "";
  background: url(../images/arrow-right-lblue.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 10px;
  background-size: 14px;
}

.btn-secondary-two {
  background: #b8aaff61;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 7px 40px 7px 20px;
  border: 1px solid #fff;
  position: relative;
  font-family: "NotoSansMedium";
  font-size: 16px;
}
.btn-secondary-two:after {
  content: "";
  background: url(../images/arrow-right-white-thin.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 12px;
  background-size: 15px;
}
.btn-secondary-three {
  background: #1b409587;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 7px 40px 7px 20px;
  border: 1px solid #fff;
  position: relative;
  font-family: "NotoSansMedium";
  font-size: 16px;
}
.btn-secondary-three:after {
  content: "";
  background: url(../images/arrow-right-white-thin.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 12px;
  background-size: 15px;
}
.btn-secondary-four {
  background: #fff;
  color: #001a56 !important;
  border-radius: 20px;
  display: inline-block;
  padding: 7px 40px 7px 20px;
  border: 1px solid #001a56;
  position: relative;
  font-family: "NotoSansMedium" !important;
  font-size: 16px;
}
.btn-secondary-four:after {
  content: "";
  background: url(../images/arrow-right-dblue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 12px;
  background-size: 15px;
}
.btn-secondary-four-sm {
  color: #001a56 !important;
  border-radius: 20px;
  display: inline-block;
  padding: 7px 40px 7px 20px;
  border: 1px solid #001a56;
  position: relative;
  font-family: "NotoSansMedium" !important;
  font-size: 14px;
}
.btn-secondary-four-sm:after {
  content: "";
  background: url(../images/arrow-right-dblue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 10px;
  background-size: 15px;
}
.btn-tertiary-one {
  color: #5e1ebe !important;
  margin: 5px 0;
  padding-right: 30px;
  font-size: 16px;
  position: relative;
  font-family: "NotoSansMedium";
}
.btn-tertiary-one:after {
  content: "";
  background: url(../images/arrow-right-lblue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 2px;
  background-size: 15px;
}
.btn-tertiary-one-sm {
  color: #5e1ebe !important;
  margin: 5px 0;
  padding-right: 30px;
  font-size: 13px;
  position: relative;
  font-family: "NotoSansMedium";
}
.btn-tertiary-one-sm:after {
  content: "";
  background: url(../images/arrow-right-lblue.svg);
  width: 14px;
  height: 14px;
  position: absolute;
  margin-left: 6px;
  background-repeat: no-repeat;
  top: 1px;
  background-size: 14px;
}
.btn-tertiary-two {
  color: #fff !important;
  margin: 5px 0;
  padding-right: 30px;
  font-size: 16px;
  position: relative;
  font-family: "NotoSansMedium";
}
.btn-tertiary-two:after {
  content: "";
  background: url(../images/arrow-right-white-thin.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 10px;
  background-repeat: no-repeat;
  top: 2px;
  background-size: 15px;
}
.btn-primary-one:hover::after,
.btn-primary-two:hover::after,
.btn-primary-three:hover::after,
.btn-secondary-one:hover::after,
.btn-secondary-two:hover::after,
.btn-secondary-three:hover::after,
.btn-secondary-four:hover::after,
.btn-secondary-four-sm:hover::after,
.btn-tertiary-one:hover::after,
.btn-tertiary-two:hover::after {
  animation: leftRight 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* same as tertiary one btn, but need to remove once replace all class names*/
.btn-tertiary-blue-sm {
  color: #1f75fe !important;
  margin: 5px 0;
  font-size: 14px;
  position: relative;
  font-family: "NotoSansMedium";
}
.btn-tertiary-blue-sm:after {
  content: "";
  background: url(../images/arrow-right-lblue.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 5px;
  background-repeat: no-repeat;
  top: 1px;
  background-size: 15px;
}
.btn-tertiary-blue-sm:hover::after {
  animation: leftRight 1500ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
/* same as tertiary one btn, but need to remove once replace all class names*/

/* Margins, Paddings, Width
--------------------------------------------- */

.pl-35 {
  padding-left: 35px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-30 {
  padding-right: 30px !important;
}

.mr-btn-30 {
  margin-right: 30px;
}

.mr-30 {
  margin-right: 30px;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
/* .mb-15{
	margin-bottom: 15px !important;
} */
.mb-15 {
  margin: 20px 0px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.pt-3em {
  padding-top: 3em !important;
}
.pt-5em {
  padding-top: 5em !important;
}
.ptb-3em {
  padding: 3em 0 !important;
}
.ptb-5em {
  padding: 5em 0 !important;
}

.width-50 {
  width: 50%;
  margin: 0 auto;
}
.width-60 {
  width: 60%;
  margin: 0 auto;
}
.width-80 {
  width: 80%;
  margin: 0 auto;
}
.width-70-block {
  width: 70% !important;
  display: block;
  float: none;
}

/* Reusable Classes
--------------------------------------------- */
.clearfix {
  clear: both;
}
.head-title {
  text-align: center;
  color: #001a56;
  margin: 0 0 2em 0em;
  line-height: 1.5em;
  font-family: "NotoSansBold" !important;
}
.head-title.white {
  color: #fff;
}
.head-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  /* color: #5E1EBE; */
  color: #1f75fe;
  font-family: "NotoSansBold" !important;
}
.head-label.ls.color {
  color: #5e1ebe;
}
.head-label.white {
  color: #fff !important;
}
.head-label.ls {
  text-align: left;
  color: #fff;
}
span.head-gradient {
  /* background: transparent linear-gradient(275deg, #804BFF 10%, #4269C6 70%, #3E67CC 0%, #21DBAA 150%); */
  background-image: linear-gradient(
    90deg,
    #0065ff,
    #6942ef,
    #6554c0,
    #008cff,
    #0065ff,
    #6942ef
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
}
.head-label-left {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  color: #5e1ebe;
}
.head-title-left {
  text-align: left;
  color: #092d64;
  margin: 0.25em 0em;
  font-family: "NotoSansSemiBold";
}
.head-subtitle-left {
  text-align: left;
  color: #092d64;
  font-size: 16px;
  font-family: "NotoSansMedium";
}
.head-subtitle-sm p {
  text-align: center;
  color: #001a56;
  font-size: 16px;
}
.head-subtitle-sm {
  text-align: center;
  color: #001a56;
  font-size: 1rem;
  font-family: "NotoSansMedium";
}
.head-subtitle {
  text-align: center;
  color: #001a56;
  font-size: 1.125rem;
  line-height: 2rem;
}

section.sol-usecase-card {
  padding-bottom: 0px;
}

section.home-top {
  /* padding: 3em 0em; */
  padding: 3em 0em;
}
h1.banner {
  font-size: 60px !important;
  margin: 0px 0px 25px 0px;
  display: block;
  width: 100%;
  font-family: "NotoSansSemiBold";
  color: #fff;
}
h1.banner-h1 {
  font-size: 40px !important;
  color: #002856;
}
.banner-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  color: #5e1ebe !important;
  /* font-family: 'PoppinsRegular'; */
}

/* Social Links
--------------------------------------------- */
.single-social-block {
  width: 36px;
  height: 36px;
  border-radius: 1.563rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ebf8ff;
}
.single-social-block.lg {
  width: 50px;
  height: 50px;
}
.single-social-block::before {
  color: #0072b2;
  font-size: 13px;
}
.single-social-block:hover {
  background: #0072b2;
}
.single-social-block:hover::before {
  color: #ebf8ff;
}
.single-social-block.lg::before {
  font-size: 18px;
}
.social-links li a .icon-facebook:hover {
  background: #39579a;
}
.social-links li a .icon-facebook:hover::before {
  color: #f0f1f9;
}
.social-links li a .icon-twitter:hover {
  background: #03a9f4;
}
.social-links li a .icon-twitter:hover::before {
  color: #ebf7fc;
}
.social-links li a .icon-linkedin:hover {
  background: #0072b2;
}
.social-links li a .icon-linkedin:hover::before {
  color: #ebf8ff;
}
.social-links li a .icon-youtube:hover {
  background: #f44336;
}
.social-links li a .icon-youtube:hover::before {
  color: #fbf1f1;
}
.social-links li a .icon-mail:hover {
  background: #f46031;
}
.social-links li a .icon-mail:hover::before {
  color: #fff7f3;
}

@media only screen and (max-width: 767px) {
  h1.banner-h1 {
    font-size: 24px !important;
  }
  p.head-label {
    letter-spacing: 3px;
    font-size: 12px;
  }
  p.head-label.white {
    color: #fff !important;
  }
  h2.head-title,
  h2.head-title-left,
  .democard-title {
    font-size: 24px !important;
  }
  p.head-subtitle {
    font-size: 14px;
  }
  .head-title br,
  .head-title-left br {
    display: none;
  }
}
/* PULSE EFFECT FOR MEGA MENU SVG  */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#Group_125519 {
  animation: pulse 1.5s infinite;
}

.top-img-benefits > img {
  width: 100%;
}
