:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-plussans: PlusJakartaSans;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
::before,
::after {
  box-sizing: border-box;
}
.footer .top_footer .fawards.d-flex {
    padding: 10px 10px 5px 0px !important;
}
.top_baner {  
    background: linear-gradient(90deg, #260257 0.01%, #833BE0 99.98%);
    padding: 9px 0;
    position: relative;
}  
.top_baner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0; 
	    top: 0; 
    width: 100%;
    height: 100%;
    background: url(https://akriviahcm.com/wp-content/themes/akriviahcm/images/topbar-banner-bg.svg);
        background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
}
.top_baner .container { 
    position: relative;  
}
.top_baner h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0 30px;
}
a.top_banner_btn {
    border-radius: 20px;
	background: linear-gradient(92deg, #FFC300 0.4%, #FFD85B 105.65%);
	padding: 5px 29px;
	font-size: 16px;
	color: #3A0183;
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
a.top_banner_btn svg:first-child {
    position: absolute;
    top: -9px;
    right: -11px;
}
a.top_banner_btn svg:nth-child(2) {
    position: absolute;
    top: -6px;
    right: -8px;
}
.banner_sec {
    padding: 50px 0;
    background-size: cover;
	background: #585bd5;
}
@media only screen and (max-width: 1440px) {
	.top_baner h3 {
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    margin: 0 20px;
}
}
@media only screen and (max-width: 1300px) {
	.top_baner .container {
    position: relative;
    max-width: 1200px;
}
}
@media only screen and (max-width: 1200px) {
	.top_baner h3 {
		font-size: 18px;
    margin: 0 10px;
}
		a.top_banner_btn {
    padding: 5px 15px;
}
}
@media only screen and (max-width: 1024px) {
	.top_baner .container {
    position: relative;
    max-width: 700px;
}
.top_baner h3 {
    font-size: 15px;
    margin: 0 20px;
}
	.depam_img img {
    max-width: 36px;
}
	a.top_banner_btn {
    padding: 3px 15px;
    font-size: 14px;
}
	.top_baner {
    padding: 5px 0;
}

}
@media only screen and (max-width: 767px) {
    a.top_banner_btn {
        padding: 4px 20px;
        font-size: 14px;
    }
    .top_baner h3 {
        font-size: 16px;
        max-width: 400px;
		    margin: 0 10px;
    }
    .top_baner {
        padding: 7px 0;
    }
    .top_baner .container {
        max-width: 100%;
        padding: 0 5px;
    }
	.depam_img img {
    display: block;
    margin: 0 0 5px;
}
}
@media only screen and (max-width: 599px) {
    .top_baner h3 {
        margin-right: 0;
        margin-bottom: 5px;
		max-width: 100%;
		 font-size: 15px;
		width: calc(100% - 60px)
    }
	
}
@media only screen and (max-width: 425px) {
    .top_baner .container {
        max-width: 320px;
    }
    .top_baner h3 {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e29;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: 0.05px;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-weight: 700px;
}
h6,
.h6,
h5,
.h5,
h4, .h4 {
  font-weight: 500;
}
h1,
.h1 {
  font-size: calc(1.375rem+1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem+0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem+0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem+0.3vw);
    
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 0;
  list-style: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  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,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0e0e29;
  text-decoration: unset;
    cursor: pointer
}
.btn {
  height: 45px;
  width: 138px;
  border-radius: 40px;
  padding: 8px 13px;
  color: #fff;
  background-color: #6960EC;
  transition: 0.2s;
  border: 2px solid transparent;
}
.button {
  background: #585bd5;
  border-radius: 4px;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  transition: 0.2s;
  cursor: pointer;
}
.simple_btn {
  color: #585bd5;
  position: relative;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.simple_btn:hover {
  border-color: #585bd5;
  color: #585bd5;
}
.simple_btn img,
.simple_btn svg {
  position: absolute;
  top: 0;
  right: -36px;
  transition: 0.3s all ease-in-out;
}
.title_section h2 .simple_btn svg {
  top: 5px;
}
.simple_btn:hover img,
.simple_btn:hover svg {
  transform: translateX(15px);
}
a.btn.plain_btn {
  background-color: transparent;
  border: 2px solid transparent;
  color: initial;
}
a.btn.plain_btn:hover {
  border: 2px solid #585bd5;
  color: #585bd5;
}
.theme_btn img {
  margin-left: 5px;
}
.text-bold {
    font-weight: 600;
}
pre,
code,
kbd,
samp {
  font-family: "DM Sans", sans-serif;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem+0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.popup-template .modal {
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.popup-template .modal.is-open {
  opacity: 1;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.container {
  max-width: 1240px;
  margin: auto;
}
.container-large {
  max-width: 1440px;
  margin: auto;
}
header .container {
  max-width: 1440px;
  width: 95%;
}
.page_content .container {
  max-width: 1140px;
  margin-top: 30px;
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.row_reverse {
  flex-direction: row-reverse;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.w-25 {
  width: 25% !important;
}
.w-33 {
  width: 33.333% !important;
}
.w-66 {
  width: 66.666% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mb-0 {
  margin-bottom: 0;
}
.theme_btn {
  align-items: center;
  padding: 10px 24px;
  height: 46px;
  width: 192px;
  border: 1px solid #0e0e29;
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  background: transparent;
  position: relative;
  transition: 0.1s all ease-in-out;
  text-align: center;
  display: block;
}
.theme_btn:hover {
  background: #585bd5;
  border-color: #585bd5;
  color: #fff;
}
.theme_btn:hover span {
  color: #fff;
}
.theme_btn span {
  position: relative;
  z-index: 2;
  padding-right: 10px;
}
.blue_btn {
  font-size: 18px;
  line-height: 20px;
  width: 187px;
  height: 45px;
  display: block;
  text-align: center;
  padding: 10px 15px;
  background: #585bd5;
  border-radius: 4px;
  color: #fff;
  margin-top: 25px;
  position: relative;
  transition: 0.2s all ease-in-out;
}
header a.btn.plain_btn {
  margin-right: 15px;
}

.blue_btn.hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #585bd5;
  border-radius: 4px;
  transition: 0.2s all ease-in-out;
}
.blue_btn.hover:hover:after {
  transform: scale(1.05, 1.2);
}
.blue_btn.hover:hover {
  transform: scale(0.95);
}
.theme_btn:hover img {
  filter: invert(1);
}
.d-block {
  display: block;
}
.pt-3 {
  padding-top: 30px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pt-5 {
  padding-top: 45px;
}
.pb-5 {
  padding-bottom: 45px;
}
.pt-m {
  padding-top: 55px;
}
.pb-m {
  padding-bottom: 55px;
}
.text-white {
  color: #fff;
}
.fw-400 {
	font-weight: 400
}
img {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
}
.border_bottom:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  bottom: 0;
  background-image: url(/wp-content/uploads/2021/11/border-dashed.svg);
  max-width: 1240px;
  margin: auto;
  left: 0;
  right: 0;
  background-repeat-y: no-repeat;
  background-size: contain;
}
.gray_bg {
  background-color: #f9f9ff;
}
.theme_bg {
  background: #585bd5;
}
.theme_s_bg {
  background: #585bd5;
}
.theme_color {
  color: #585bd5;
}
.large_text {
  font-size: 50px;
  padding: 0 5.5%;
}
.page_content h5 {
  font-weight: 700;
}
.text-gray {
  color: #8b8ba0;
}
.latest_tag {
  color: #585bd5;
  font-weight: 500;
  font-size: 8px;
  border-radius: 20px;
  background: linear-gradient(
    92.47deg,
    rgba(88, 91, 213, 0.2958) 3.01%,
    rgba(88, 91, 213, 0.0969) 97.88%
  );
  padding: 1px 4px;
  right: 14px;
  top: 9px;
  border: 1px solid #585bd561;
}
.point_list {
  list-style: disc;
  padding-left: 25px;
}
.box_list {
  list-style-image: url(https://akriviahcm.com/wp-content/uploads/2021/12/Rectangle-1190-1.png);
  padding-left: 25px;
  margin-top: 20px;
}
ul.box_list li {
  margin-bottom: 25px;
}
.br-50 {
  border-radius: 50%;
}
.error {
  font-size: 10px;
  color: red;
  display: none;
}
.sprite-img {
  background-image: url(https://akriviahcm.com/wp-content/uploads/2021/12/akrivIA-sprites.png);
  background-size: 1041px 456px;
}
input:focus-visible {
  outline: 0;
}
.title_section h2 {
  font-weight: 700;
  font-size: 2.5rem;
}
.title_section span {
  color: #585bd5;
}
.w-short h2,
.w-short {
  max-width: 900px;
  margin: auto;
}
.page_content .title_section h2 {
  margin-bottom: 12px;
}
.page_content .title_section h5 {
  font-weight: 500;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.footer_menu ul.nav_menu li a span.tag_item {
  background: #585bd5;
  color: #fff;
  display: inline;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: 0.5s all ease-in-out;
  background: #fff;
}
body.home .header {
  position: absolute;
  background: transparent;
}
.header.hover {
  background-color: #fff;
}
ul.nav_menu {
  display: flex;
  margin-bottom: 0;
  margin-left: 25px;
}
@-webkit-keyframes headermove {
  0% {
    transform: translatey(-100px);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes headermove {
  0% {
    transform: translatey(-100px);
  }
  100% {
    transform: translatey(0);
  }
}
.header.sticky_header,
.home .header.sticky_header {
  position: fixed;
  background: #fff;
  box-shadow: 0 10px 10px #00000017;
  animation: headermove 0.5s ease-in-out;
  -webkit-animation: headermove 0.5s ease-in-out;
}
ul.nav_menu > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2rem;
  padding: 30px 13px;
  display: block;
}
ul.nav_menu > li > a:hover {
  color: #585bd5;
}
.header_btns ul {
  margin-bottom: 0;
}
.logo img {
  width: 170px;
}
a.footer_logo svg {
  width: 240px;
  height: 56px;
}
.logo a {
  display: block;
  width: 190px;
  overflow: hidden;
}
.logo a svg {
    width: 190px;
    height: auto;
}
.menu_tig.active {
  left: 5px;
  top: -5px;
  animation: hamburgeranim 0.3s ease-in-out;
  -webkit-animation: hamburgeranim 0.3s ease-in-out;
}
ul.nav_menu > li {
    margin-right: 15px;
}
.category_dropdown .selected {
  width: 325px;
  height: 49px;
  background: #fff;
  border-radius: 6px;
  margin: 60px auto 0;
  position: relative;
  padding: 12px 20px;
}
.category_dropdown .selected svg {
  position: absolute;
  right: 13px;
  transition: 0.3s all ease-in-out;
}
.category_dropdown .selected span {
  font-weight: 700;
  font-size: 20px;
}
ul.categories_list {
  display: none;
  background: #fff;
  box-shadow: 0 4px 4px #000;
  border-radius: 6px;
  width: 325px;
  margin: 10px auto 0;
  padding: 21px 20px 21px 45px;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
ul.categories_list li {
  margin-bottom: 10px;
}
.banner_sec.small-heading h1,
.banner_sec.small-heading h2 {
  font-size: 40px;
  margin-bottom: 18px;
}
section.banner_sec.small-heading p {
  font-size: 18px;
}
.mobile_sec h5 {
  color: #585bd5;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.mobile_sec p {
  font-size: 12px;
  color: #a2a2a2;
}
.mobile_sec {
  background: #eaf3ff;
  border-radius: 6px;
  overflow: hidden;
  align-items: center;
}
.mobile_sec > div {
  padding: 10px 15px 10px 25px;
}
.card-1 {
  background: #f1f1fc;
  border-radius: 6px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px;
}
.card-1 h6 {
  color: #7171e3;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.card-1 p {
  color: #7171e3;
  font-size: 10px;
  margin-bottom: 0;
}
.card-2 {
  background: #e2fbf2;
  border-radius: 6px;
  margin-left: 5px;
  width: 50%;
  margin-top: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
}
.robo_head {
  width: 53px;
  height: 53px;
  background-position: left 634px top -99px;
}
.currency_icon {
  width: 41px;
  height: 42px;
  background-position: left 634px top -99px;
}
.webinar {
  padding-left: 25px;
  position: relative;
}
.webinar:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://i0.wp.com/www.akriviahcm.com/wp-content/uploads/2021/12/akrivIA-sprites.png);
  background-size: 1041px 456px;
  background-position: left -185px top -118px;
}
.card-2 h6 {
  padding-left: 10px;
  color: #29c98f;
  font-size: 12px;
}
p.form_desc a {
  color: #585bd5;
  font-weight: 600;
}
.hover_box {
  width: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.hover_box:after {
  content: "";
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  top: -16px;
  left: -16px;
  position: absolute;
  border-radius: 3px;
  background: #e8e8fa;
  z-index: -1;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 80ms linear, transform 80ms ease-in;
}
.hover_box .menu_icon {
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 2px;
}
.menu_tig {
  display: none;
}
.nav_menu_container .download_store {
  display: none;
}
.top_footer .fleft_sec {
  width: 25%;
}
.top_footer .fright_sec {
  width: 75%;
  padding-left: 3%;
}
.social_sec {
  padding-bottom: 35px;
  padding-top: 10px;
}
.social_sec .custom-html-widget {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bottom_footer .d-flex .custom-html-widget {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.bottom_footer .bottom_footer {
  background: #f5f6f8;
  padding-bottom: 20px;
  width: 100%;
}
.bottom_footer .bottom_footer p {
  font-size: 12px;
}
.social_icons a {
  padding-right: 25px;
}
.contatc_info a {
  font-size: 14px;
  margin-right: 25px;
  line-height: 36px;
}
.contatc_info a svg {
  margin-right: 8px;
  transition: 0.3s all ease-in-out;
}
.contatc_info a:hover svg {
  margin-right: 8px;
  transition: 0.3s all ease-in-out;
  transform: translateY(-5px);
}
.footer_menu .h6 {
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
}
.footer_menu ul.nav_menu {
  flex-wrap: wrap;
  margin-left: 0;
}
.footer_menu ul.nav_menu li a {
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 6px 15px 6px 0;
}
.footer_menu ul.nav_menu li {
  display: block;
  width: 100%;
}
.copy_right p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
footer.footer .privecy_meny a {
  font-size: 12px;
  line-height: 18px;
}
.privecy_meny {
  font-size: 14px;
}
.top_footer .fleft_sec h5 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: underline;
}
.top_footer .fleft_sec img {
  margin-right: 25px;
}
.top_footer .fleft_sec p {
  max-width: 230px;
}
.bottom_footer {
  background: #f5f6f8;
}
.social_icons a {
  width: 35px;
  height: 35px;
  background: #8b8ba0;
  padding: 7px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.8px solid #8b8ba0;
  transition: 0.5s all ease-in-out;
  margin-left: 25px;
}
.social_icons a:hover {
  background: transparent;
  filter: invert(0.55);
}
.top_footer .container {
  border-bottom: 1px solid #8b8ba0;
}
.menu_section .widget-1 {
  width: 36%;
  min-width: 200px;
}
.menu_section .widget-2 {
  width: 26%;
  min-width: 150px;
}
.menu_section .widget-3 {
  width: 22%;
  min-width: 150px;
}
.menu_section .widget-4 {
  width: 16%;
  min-width: 120px;
}
.promotion_banner {
  background: linear-gradient(90.02deg, #9a74e9 0.01%, #add8ff 102.79%);
  border-radius: 6px;
  padding: 10px 3%;
  margin: auto;
  transition: 0.5s all ease-in-out;
  transform: translateY(-100px);
  height: 0;
  overflow: hidden;
}
.pro_active header.header {
  top: 60px;
}
.promotion_banner .container {
  max-width: 1100px;
}
.promotion_banner.active {
  transform: translateY(0);
  height: 60px;
}
.promotion_banner img.user_img {
  width: 40px;
}
.promotion_banner p.text-white {
  margin-bottom: 0;
  font-size: 20px;
}
span.close {
  cursor: pointer;
}
.posts-navigation {
  text-align: center;
}
.posts-navigation h2 {
  display: none;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  flex-direction: row-reverse;
}
.featured_sec .blog_list .w-33 {
  width: calc(33.333% - 29px) !important;
}
.tags {
  display: flex;
}
.tag_item {
  background: #dff0ff;
  border-radius: 20px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 9px;
  line-height: 10px;
  color: #585bd5;
  letter-spacing: 0.5px;
  margin-right: 6px;
  display: block;
}
.meta_data {
  font-size: 12px;
  color: #8b8ba0;
  margin-bottom: 0;
  margin-top: 14px;
}
a.read-more {
  color: #585bd5;
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
  border-radius: 7px;
  padding: 2px 7px;
}
a.read-more:hover {
  background: #585bd538;
}
.featured_sec .tags {
  margin-bottom: 39px;
}
.post_short_content {
  margin-bottom: 15px;
}
figure.featured_img {
  border-radius: 8px;
  overflow: hidden;
}
article.post {
  margin-bottom: 40px;
}
.description_sec a {
  color: #585bd5;
}
div#blog_main article.post {
  width: calc(50% - 9px) !important;
}
article .blog_item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
article .blog_item:hover {
  box-shadow: 0 13px 13px #00000012;
}
article .blog_item .post_content {
  padding: 16px 14px 25px;
}
article .blog_item figure.featured_img {
  border-radius: unset;
  margin-bottom: 0;
}
article .blog_item .post_content .tags {
  margin-bottom: 20px;
}
.yith-infs-loader {
  width: 100%;
  text-align: center;
}
div#more_posts {
  width: 180px;
  height: 37px;
  padding: 6px 15px;
  border: 1px solid #585bd5;
  border-radius: 20px;
  text-align: center;
  color: #585bd5;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.tags {
  margin-bottom: 6px;
}
.related_posts p.meta_data {
  margin-top: 7px;
}
.post_social_icons {
  top: 100px;
  margin-left: -48px;
}
.post_social_icons li a {
  border: 0.43px solid #8b8ba0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
	line-height: 26px;
}
.post_social_icons li a svg {
      width: auto;
    height: 15px;
}
.post_social_icons li a:hover path {
  fill: #ffff;
}
.post_social_icons li a:hover {
  background: #8b8ba0;
}
h5.fillter_title {
  font-weight: 500;
  border-bottom: 0.6px solid #8b8ba0;
  padding-bottom: 22px;
}
.category_fillter {
  margin-right: 36px;
}
span.cat_filter_item {
  display: block;
  color: #8b8ba0;
  font-size: 18px;
}
span.cat_filter_item input[type="checkbox"] {
    margin-right: 5px;
}
.category_fillter ul li {
  margin-bottom: 15px;
}
.social_icons li {
  margin-bottom: 20px;
}
.single header.header {
  box-shadow: 0 4px 12px #000;
}
article.post_detail {
  padding-top: 59px;
  padding-bottom: 59px;
}
.post_detail h1 {
  max-width: 600px;
  margin-bottom: 12px;
}
.post_with_sidebar {
  margin-top: 57px;
}
.post_content.w-66 {
  padding-right: 76px;
  margin-left: 20px;
}
.post_content figure .wp-post-image {
  border-radius: 4px;
  overflow: hidden;
  height: auto;
}
.post_content figure {
  margin-bottom: 28px;
}
aside.post_sidebar > div > h5 {
  margin-bottom: 30px;
}
.related_posts img {
  height: auto;
  width: 100%;
}
.related_posts figure {
  overflow: hidden;
  margin-bottom: 0;
  padding-right: 20px;
}
.related_posts figure img {
  border-radius: 4px;
}
aside.post_sidebar {
  position: sticky;
  top: 110px;
}
.related_posts .blog-item {
  margin-bottom: 40px;
}
.related_posts .blog-item h5 {
  font-size: 16px;
  margin-bottom: 7px;
}
.category_list {
  margin-top: 74px;
}
.category_list ul li a {
  padding: 6px 14px 7px;
  border-radius: 20px;
  border: 0.5px solid #8b8ba0;
  display: block;
  margin-bottom: 16px;
  margin-right: 13px;
  color: #585bd5;
  transition: 0.3s all ease-in-out;
}
.category_list ul li a:hover {
  background-color: #585bd5;
  color: #fff;
  border-color: #585bd5;
}
.check_box input[type="checkbox"] {
  opacity: 1;
}
.btn-container:after {
  content: "";
  display: block;
  clear: both;
}
.check_box {
  display: flex;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 500;
}
.check_box span {
  display: block;
  width: 15px;
  margin-left: 0;
  margin-top: 1px;
  margin-right: 5px;
}
#popup-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
}
#popup-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1001;
  border-radius: 25px;
  color: #fff;
  background: #0000008a;
}
#popup-close:hover {
  color: #de0023;
  background: #000;
}
.subscribe_form div#customForm {
  background: unset;
  padding: 0;
  box-shadow: unset;
}
.number_list {
  list-style-type: decimal !important;
  padding-left: 25px;
}
.management_content h2 {
  margin-bottom: 20px;
}
.subpage_menu a {
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
  border-radius: 4px;
}
.subpage_menu a:hover {
  background: #585bd5;
  color: #fff;
}
input[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
div#toTop {
  bottom: 20px;
  width: 30px;
  height: 30px;
  right: 20px;
  z-index: 999;
  display: none;
    cursor: pointer
}
.schedule_pop .wpcf7-form-control-wrap,
.wpcf7-form-control-wrap,
.schedule_form_sec .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
section.newcta_sec figure {
  display: none;
}
section.newcta_sec .cta_content {
  text-align: center;
  width: 100%;
}
.country_drop {
  display: none;
}
.dropdown_tig {
  width: 40px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  flex-wrap: nowrap !important;
}
span.selected_flag svg {
  width: 35px;
  height: auto;
  box-shadow: 0 0 4px #d5d5d5;
}
.dropdown_tig span:nth-child(2) svg {
  width: 13px;
  height: 6px;
}
.dropdown_tig span:nth-child(2) svg path {
  fill: #000;
}
.country_drop svg {
  width: 25px;
  height: auto;
}
.country_drop {
  position: absolute;
  border-radius: 6px;
  top: 100%;
  width: 180px;
  right: 5px;
  z-index: 999;
  background: #fff;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  border: 0.3px solid #5d5bd5;
  box-shadow: 0px 4px 8px rgb(88 91 213 / 30%);
}
.country_drop li a {
  width: 100%;
  transition: 0.3s all ease-in-out;
  background: #fff;
  padding: 9px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
body.headersticky {
    padding-top: 75px;
}
.country_drop ul {
  margin-bottom: 0;
}
.country_drop li.active {
  display: none;
}
.country_drop li a:hover {
  background: #efefef;
}
.country_drop li a span {
  margin-left: 10px;
}
.menu_flags {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(https://akriviahcm.com/wp-content/uploads/2024/04/spirit-img.png);
    background-position: -21px 0;
    background-size: 291px;
    background-repeat: no-repeat;
    margin-left: 0 !important;
}
.uae_flag.menu_flags {
    background-position: -51px 0;
}
.philippines_flag.menu_flags {
    background-position: -85px 0;
}
.indonesia_flag.menu_flags {
    background-position: -116px 0;
}
.vietnam_flag.menu_flags {
    background-position: -149px 0;
}
.singapore_flag.menu_flags {
    background-position: -181px 0;
}
.malaysia_flag.menu_flags {
    background-position: -213px 0;
}
.header_btns {
  margin-left: auto;
}
.country_dropdown_sec {
  position: relative;
  padding: 25px 0 25px 15px;
  right: 0;
  top: -1px;
}
span.selected_flag span {
  display: none;
}
span.selected_flag .menu_flags {
    display: block;
}
.country_dropdown_sec:hover .country_drop {
  display: block;
}
.country_drop li.active {
  display: none;
}
section.newcta_sec {
  background: #6960ec;
  padding: 40px 0;
}
section.newcta_sec .cta_content {
  width: 100%;
}
section.newcta_sec .cta_content p {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
section.newcta_sec figure {
  width: 33%;
  margin-bottom: 0;
}
section.newcta_sec figure:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, #ffc300 0%, rgba(120, 86, 255, 0) 100%);
  width: 100%;
  height: auto;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 0;
  aspect-ratio: 1;
}
section.newcta_sec figure img {
  margin-top: -30px;
  max-height: 300px;
  width: auto;
}
a.btn.cta_btn {
  color: #0a0a33;
  background: #ffc300;
  font-size: 18px;
  border: 2px solid #ffc300;
  transition: 0.5s all ease-in-out;
  border-radius: 100px;
  line-height: 1;
  display: inline-block;
  width: auto;
  padding: 8px 25px;
  height: auto;
}
a.btn.cta_btn:hover {
  background: transparent;
  color: #ffc300;
}
section.newcta_sec .cta_content p {
  margin-bottom: 25px;
}
.newcta_sec .container {
  max-width: 1100px;
}
footer.newFooter {
  background: #fff;
  z-index: 1;
  position: relative;
}
.top_footer {
  padding-top: 80px;
}
.mobilemenu_container {
    display: none;
}
@media only screen and (max-width: 1600px) {
	.container-large {
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1440px) {
	.container-large {
		max-width: 1024px;
	}
  .subscribe_section {
    padding: 0 5%;
  }
  .header_btns li:first-child {
    margin-right: 0;
  }
  footer .menu_section .widget:first-child {
    width: 35%;
  }
  header .container {
    max-width: 1280px;
  }
  .newcta_sec .container {
    max-width: 1100px;
  }
  a.btn.cta_btn {
    font-size: 20px;
  }
  section.newcta_sec figure {
    width: 37%;
    margin-bottom: 0;
  }
  section.newcta_sec figure img {
    max-width: 280px;
  }
  section.newcta_sec figure:before {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 1300px) {
  .container,
  .container-large {
    max-width: 1100px;
  }
  .top_footer .fleft_sec img {
    margin-bottom: 10px;
  }
  ul.nav_menu > li.submenu > a {
    padding-right: 15px;
  }
  .subscribe_left_img {
    margin-bottom: 10px;
    max-width: 200px;
  }
  img.subscribe_right_img {
    max-width: 200px;
  }
  ul.nav_menu {
    margin-left: 15px;
  }
  ul.nav_menu > li > a {
    padding: 30px 10px;
  }
  .header .container {
    max-width: 1200px;
    width: 94%;
  }
  .solutions_menu_dropdown .hover_box {
    width: 200px;
  }
  .hover_box:after {
    width: calc(100% + 14px);
    left: -7px;
  }
  .hover_box {
    margin-bottom: 30px;
  }
  .home_banner {
    padding-bottom: 80px;
  }
  .resources_menu_dropdown .mega_submenu li {
    width: 25%;
  }
  .newcta_sec .container {
    max-width: 1000px;
  }
  section.newcta_sec figure img {
    max-width: 235px;
  }
  section.newcta_sec figure:before {
    width: 330px;
    height: 330px;
    top: 45px;
    left: 10px;
  }
  a.btn.cta_btn {
    font-size: 18px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1200px) {
  ul.nav_menu > li > a {
    font-size: 14px;
    padding: 30px 10px;
  }
  .header_btns a {
    font-size: 14px;
  }
  .header .container {
    width: 96%;
  }
  .container,
  .page_content .container,
  .container-large {
    max-width: 1024px;
    padding: 0 15px;
  }
.container-large {
    padding: 0 30px;
  }
  header .container {
    max-width: 98%;
  }
  .box_item figure video {
    width: 100%;
  }
  header a.btn.plain_btn {
    margin-right: 10px;
  }
  .hover_box .menu_icon {
    margin-right: 5px;
  }
  .hover_box:after {
    height: calc(100% + 24px);
    top: -12px;
  }
  .hover_box {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .page_content .container {
    max-width: 940px;
  }
  .btn {
    padding: 8px 10px;
  }
  .top_footer .fleft_sec img {
    margin-right: 5px;
  }
  .header_btns a {
    font-size: 12px;
  }
  ul.nav_menu > li.submenu > a {
    padding-right: 5px;
  }
  .home_banner {
    min-height: auto;
    height: auto;
  }
  .awards_logs .slick-arrow {
    display: none !important;
  }
  .newcta_sec .container {
    max-width: 740px;
  }
  section.newcta_sec figure img {
    max-width: 215px;
  }
  section.newcta_sec figure:before {
    width: 270px;
    height: 270px;
    top: 35px;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .menu_tig {
    display: block;
  }
  .banner_sec h1 br {
    display: none;
  }
  .menu_tig.active {
    animation: hamburgeranim 0.3s ease-in-out;
    -webkit-animation: hamburgeranim 0.3s ease-in-out;
    z-index: 99;
    left: unset !important;
    right: 0 !important;
    top: -1px;
  }
  .container,
  .container-large {
    max-width: 990px;
    width: 100%;
    padding: 0 15px;
  }
	.container-large {
    padding: 0 30px;
  }
  .menu_tig span {
    width: 100%;
    height: 3px;
    background: #0e0e29;
    display: block;
    margin-bottom: 5px;
    transition: 0.5s all ease-in-out;
  }
  .top_footer .fleft_sec .d-flex.align-items-start {
    justify-content: center !important;
  }
  .menu_tig span:last-child {
    margin-bottom: 0;
  }
  .header_btns {
    margin-right: 5px;
  }
  .menu_tig {
    width: 30px;
    height: 16px;
    transition: 0.5s all ease-in-out;
    position: relative;
    left: 0;
    top: 0;
  }
  .nav_menu_container .download_store {
    display: block;
  }
  header .left-section {
    margin-right: auto;
  }
  .nav_menu_container {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    background: #000000ab;
    overflow-y: scroll;
    transition: 0.5s all ease-in-out;
    opacity: 0;
    animation: fadeMenuOut 0.5s ease-in-out;
    -webkit-animation: fadeMenuOut 0.5s ease-in-out;
  }
  .nav_menu_container.active_menu {
    opacity: 1;
    display: block;
    animation: fadeMenu 0.5s ease-in-out;
    -webkit-animation: fadeMenu 0.5s ease-in-out;
  }
  .nav_menu_container ul#menu-menu-1 {
    width: 320px;
    position: absolute;
    right: -320px;
    margin: 0;
    background: #e1eeff;
    min-height: 100%;
    padding-top: 65px;
    display: block;
    transition: 0.5s all ease-in-out 1s;
    padding-bottom: 120px;
  }
  .nav_menu_container.active_menu ul#menu-menu-1 {
    animation: menuFromRight 1s ease-in-out;
    -webkit-animation: menuFromRight 1s ease-in-out;
    right: 0;
  }
  header ul.nav_menu > li {
    width: 100%;
    margin-right: 0;
  }
  header ul.nav_menu > li > a {
    padding: 10px 20px;
    background: #ffffff4a;
    font-size: 1rem;
  }
  .menu_tig.active span:first-child {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .menu_tig.active span:nth-child(2) {
    opacity: 0;
  }
  .menu_tig.active span:last-child {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  .page_content .container {
    max-width: 840px;
  }
  .top_footer > div > .d-flex {
    flex-wrap: wrap;
  }
  .top_footer .fleft_sec {
    width: 100%;
    text-align: center;
  }
  .top_footer .fright_sec {
    display: none;
  }
  .top_footer .fleft_sec p {
    width: 100%;
    max-width: 360px;
    padding-top: 10px;
    margin: auto;
  }
  .top_footer .fleft_sec h5,
  .top_footer .fleft_sec h5 + img,
  .top_footer .fleft_sec h5 + img + img {
    display: none;
  }
  .bottom_footer .d-flex .custom-html-widget {
    flex-direction: column-reverse;
    text-align: center;
  }
  .copy_right {
    margin-top: 20px;
  }
  .nav_menu_container .download_store {
    display: block;
    position: fixed;
    right: -320px;
    bottom: 0;
    width: 320px;
    background: #e1eeff;
    text-align: center;
    padding-bottom: 15px;
    animation: menuFromRight 1s ease-in-out;
    -webkit-animation: menuFromRight 1s ease-in-out;
    right: 0;
    z-index: 99;
  }
  .nav_menu_container .download_store h5.pt-5 {
    padding-top: 15px;
  }
  .nav_menu_container .download_store a {
    margin-right: 10px;
  }
  .nav_menu_container ul#menu-menu-1:after {
    content: "";
    z-index: 9;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    height: 60px;
    background: #e1eeff;
  }
  body.menu_open {
    overflow: hidden;
  }
  .post_content.w-66 {
    padding-right: 20px;
    margin-left: 10px;
  }
  .post_social_icons {
    margin-left: 0;
  }
  .related_posts figure {
    padding-right: 10px;
  }
  .category_list ul li a {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .hover_box:hover:after {
    display: none;
  }
  .related_posts .blog-item {
    flex-wrap: wrap;
  }
  .related_posts .blog-item .w-50 {
    width: 100% !important;
    padding-right: 0;
  }
  .related_posts figure {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .page_content .container {
    max-width: 740px;
  }
  .title_section br {
    display: none;
  }
  .subscribe_section {
    padding: 0 1% !important;
  }
  .subscribe_left_img {
    margin-bottom: 4px;
    max-width: 150px;
    position: absolute;
    left: 20px;
  }
  img.subscribe_right_img {
    max-width: 130px;
    position: absolute;
    right: 0;
  }
  .subscribe_cont {
    width: 90%;
    max-width: 760px;
  }
  .blogs_sec article.w-33,
  .featured_sec .blog_list .w-33 {
    width: calc(50% - 16px) !important;
  }
  .blogs_sec article.w-33:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .blogs_sec article.w-33 {
    margin-right: 30px;
  }
  .blogs_sec article.w-33:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .desktop_hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .w-sm-50 {
    width: 50% !important;
    margin-bottom: 40px;
  }
  .country_dropdown_sec {
    top: 1px;
  }
  .menu_tig.active {
    right: 0 !important;
  }
  .country_dropdown_sec > .dropdown_tig.d-flex.align-items-center {
    flex-wrap: nowrap;
  }
  .dropdown_tig {
    margin-right: 0;
  }
  .w-sm-100 {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .d-flex {
    flex-wrap: wrap;
  }
  .mobile_hide {
    display: none;
  }
  .banner_sec h1 {
    font-size: 38px;
  }
  .search_form {
    max-width: 500px;
  }
  .service_slider .title_section {
    padding-right: 0;
  }
  .header_btns {
    display: none;
  }
  .container,
  .container-large {
    padding: 0 15px;
  }
  .page_content .title_section h2 {
    font-size: 1.7rem;
  }
  .page_content .title_section h5 {
    font-size: 16px;
  }
  .blog_list {
    justify-content: center !important;
  }
  .featured_sec .blog_list .w-33 {
    margin-left: 8px;
    margin-right: 8px;
  }
  section.glossery_list {
    padding: 0 5%;
  }
  .post_social_icons {
    float: left;
  }
  .post_content.w-66 {
    padding-right: 0;
    margin-left: 45px;
    margin-top: -250px;
  }
  aside.post_sidebar {
    margin-left: 45px;
    margin-bottom: 0;
  }
  span#wa_notice {
    width: 100% !important;
  }
  .related_posts .blog-item .w-50 {
    width: 50% !important;
    padding-right: 15px;
  }
  .newcta_sec .container {
    max-width: 540px;
  }
  section.newcta_sec .cta_content {
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
  section.newcta_sec figure {
    width: 100%;
  }
  section.newcta_sec figure:before {
    margin: auto;
    left: 0;
    right: 0;
    top: 60px;
  }
  section.newcta_sec figure img {
    margin-top: 0;
  }
    .btn {
    font-size: 12px;
}
}
@media only screen and (max-width: 699px) {
  .menu_tig.active {
    left: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .mobile_img {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .desktop_img {
    display: none !important;
  }
  .blogs_sec article.w-33,
  .featured_sec .blog_list .w-33 {
    width: 90% !important;
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .blogs_sec article.w-33:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .blogs_sec article.w-33 {
    margin-right: 0;
  }
  .category_dropdown .selected {
    width: 285px;
    margin: 45px auto 0;
    padding: 9px 20px 12px 35px;
  }
  .category_dropdown .selected svg {
    top: 14px;
    right: 25px;
  }
  .schedule_form form.wpcf7-form {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 499px) {
  .w-xs-100 {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .w-xs-50 {
    width: 50% !important;
    margin-bottom: 40px;
  }
  .related_posts .blog-item .w-50 {
    width: 100% !important;
  }
  .subscribe_cont h2 {
    font-size: 28px;
  }
  .page_content .title_section h2 {
    font-size: 1.4rem;
  }
  .blog_listing_sec .d-flex > .list h5 {
    font-size: 14px;
  }
  .blog_listing_sec .d-flex > .list h5 + p.meta_data {
    font-size: 12px;
  }
  .search_form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    height: 49px;
  }
  .page_content .banner_sec .container {
    max-width: 400px;
  }
  .banner_sec h1 {
    font-size: 28px;
  }
  .banner_sec p {
    font-size: 16px;
  }
  .subscribe_cont {
    padding-bottom: 80px !important;
  }
  .header .container {
    width: 100%;
  }
  section.newcta_sec .cta_content p br {
    display: none;
  }
}
footer.footer {
  position: relative;
  background: #fff;
    z-index: 1;
}

/*  ================= New Footer ================== */
footer.newFooter .top_footer {
  padding-top: 50px;
}
footer.newFooter .top_footer > div > .d-flex {
  justify-content: space-between;
}
footer.newFooter .fright_sec {
  width: 55%;
  padding-left: 0;
  justify-content: space-between;
}
footer.newFooter .fright_sec > div {
  width: 30%;
}
.newFooter .top_footer .fleft_sec p {
  max-width: 340px;
  padding-top: 10px;
}
.newFooter .fawards.pt-5.d-flex {
  margin-top: 20px;
  padding-top: 0;
}
.newFooter .top_footer .fleft_sec img,
.newFooter .top_footer .fleft_sec a {
  margin-right: 5%;
  width: 20%;
}
.newFooter .top_footer .fleft_sec img:last-child {
  margin-right: 0;
}
.newFooter .copy_right {
  padding: 20px 0;
}
.newFooter .social_sec .custom-html-widget {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.newFooter .social_icons a {
  margin-left: 0;
  margin-right: 20px;
}
.newFooter a.footer_logo svg {
  width: 260px;
  height: 70px;
}
.newFooter .social_icons.d-flex {
  margin-bottom: 35px;
}

footer.newFooter .fright_sec .social_sec {
  flex-wrap: wrap;
}
.newFooter .social_icons + p,
footer.newFooter .fright_sec .social_sec .h6 {
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
}
.newFooter .social_sec {
  padding-bottom: 0;
  padding-top: 0;
}
footer.newFooter .fright_sec .social_sec p + .d-flex a:last-child {
  margin-left: 20px;
}
footer.newFooter .top_footer .container {
  border-bottom: 0;
}
.newFooter .middlecontact_footer .container {
  border-bottom: 1px solid #8b8ba0;
}
.middlecontact_footer .textwidget.custom-html-widget {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 60px 0 30px;
}
.footerQuote p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 19px;
}
.middlecontact_footer .textwidget.custom-html-widget .contact_menu a {
  font-size: 18px;
  margin-right: 30px;
  transition: 0.3s all ease-in-out;
}
.middlecontact_footer
  .textwidget.custom-html-widget
  .contact_menu
  a:last-child {
  margin-right: 0;
}
.middlecontact_footer .textwidget.custom-html-widget .contact_menu a:hover {
  color: #6960ec;
}
.newFooter .bottom_footer {
  background: #ffffff;
}
footer.newFooter .fright_sec .social_sec {
  display: block !important;
}
.newFooter .top_footer .fleft_sec a img {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  footer.newFooter .fright_sec {
    width: 65%;
  }
  footer.newFooter .top_footer {
    padding-top: 40px;
  }
  section.newcta_sec figure:before {
    width: 350px;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.newcta_sec .cta_content p br {
    display: none;
  }
  section.newcta_sec .cta_content p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  .newFooter a.footer_logo svg {
    width: 220px;
    height: 50px;
  }
  .newFooter .top_footer .fleft_sec img,
  .newFooter .top_footer .fleft_sec a {
    margin-right: 3%;
  }
  .footer_menu ul.nav_menu li a {
    padding: 6px 10px 6px 0;
  }
  .newFooter .social_icons a {
    margin-left: 0;
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
    ul.nav_menu > li {
    margin-right: 10px;
}
    .logo a {
    width: 155px;
}
    .logo a svg {
    width: 100%;
}
    .dropdown_tig {
    width: 37px;
    margin-right: 0;
}
    .country_dropdown_sec {
    padding-left: 10px;
}
        ul.nav_menu {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1152px) {
  .middlecontact_footer .textwidget.custom-html-widget {
    padding: 40px 0 30px;
  }
  .footerQuote p {
    font-size: 17px;
  }
  .middlecontact_footer .textwidget.custom-html-widget .contact_menu a {
    font-size: 16px;
  }
  section.newcta_sec .cta_content p {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
  }
  section.newcta_sec .cta_content {
    padding: 30px 0 30px 20px;
  }
  section.newcta_sec figure:before {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
  }
  section.newcta_sec .cta_content {
    width: 57%;
  }
        ul.nav_menu {
        margin-left: 5px;
    }
}
@media only screen and (max-width: 1024px) {
  .newFooter .top_footer .fleft_sec img,
  .newFooter .top_footer .fleft_sec a {
    max-width: 70px;
  }
  .newFooter .fawards.pt-5.d-flex {
    justify-content: center;
  }
  .newFooter a.footer_logo svg {
    width: 250px;
    height: 50px;
  }
  section.newcta_sec {
    padding: 0;
  }
  .footerQuote p {
    font-size: 16px;
  }
  .newFooter .top_footer .fright_sec {
    display: flex;
    max-width: 320px;
  }
  footer.newFooter .fright_sec .widget.widget-1 {
    width: 50%;
  }
  footer.newFooter .fright_sec .widget.widget-2 {
    width: 50%;
  }
  footer.newFooter .top_footer > div > .d-flex {
    justify-content: center;
  }
  footer.newFooter .fright_sec {
    margin-top: 20px;
  }
  .footer_menu ul.nav_menu li a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 6px 0;
    margin: auto;
  }
  .footer_menu ul.nav_menu li a span.tag_item {
    position: absolute;
    transform: translate(5px, -7px);
  }
  footer.newFooter .fright_sec .social_sec {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .newFooter .social_sec .custom-html-widget {
    justify-content: center;
  }
  .newFooter .social_icons + p {
    width: 100%;
  }
        .country_dropdown_sec {
        padding-left: 10px;
        margin-right: 15px;
        top: 1px;
    }
  
    .copy_right {
      margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
  .middlecontact_footer .textwidget.custom-html-widget {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .footerQuote {
    margin-top: 15px;
  }
  footer.newFooter .fright_sec {
    width: 100%;
  }
  section.newcta_sec .cta_content {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  .middlecontact_footer .textwidget.custom-html-widget .contact_menu a {
    font-size: 14px;
    display: block;
    margin: auto;
  }
  .footerQuote p {
    font-size: 14px;
  }
  section.newcta_sec figure img {
    max-width: 130px;
  }
  section.newcta_sec figure:before {
    width: 70%;
  }
  section.newcta_sec .cta_content p {
    margin-bottom: 20px;
    font-size: 23px;
  }
  a.btn.cta_btn {
    font-size: 14px;
    font-weight: 500;
  }
}

.newHeader .menu-item {
  position: relative;
}
ul.sub-menu {
    background-color: #fff;
    width: 320px;
    min-width: 100%;
    position: absolute;
    top: 200%;
    transition: .4s allease-in-out;
    box-shadow: 0 6px 16px -7px #e6e6e6;
    pointer-events: none;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #efefef;
/*     transform: translateX(-100px); */
}
ul.nav_menu > li.menu-item-has-children:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    pointer-events: all;
}
.nav_menu ul.sub-menu .menu-item {
  width: 100%;
  padding: 0.25rem;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
.nav_menu ul.sub-menu .menu-item a {
  padding: 13px 15px;
  display: block;
  position: relative;
  transition: 0.3s all ease-in-out;
  border-radius: 6px;
}
.nav_menu ul.sub-menu .menu-item:hover a {
  background: #f1eeff;
}
.nav_menu ul.sub-menu:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -6px;
  left: 38px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #fff 50%, transparent 0);
  border-color: #caccff transparent transparent #caccff;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px 0 0 0;
}
.newHeader .nav_menu  li#menu-item-26780 ul.sub-menu {
    width: 840px;
    column-count: 3;
}
.newHeader .nav_menu li#menu-item-26781 ul.sub-menu,
.newHeader .nav_menu li#menu-item-26782 ul.sub-menu {
  width: 420px;
}
.newHeader .nav_menu .menu-item.hover_menu:hover > ul.sub-menu {
  display: block;
}
.newHeader ul.nav_menu > li > a {
  padding: 30px 20px 30px 15px;
}
ul.nav_menu > li > a svg {
  transition: 0.5s all ease-in-out;
  width: 8px;
  height: 6px;
  margin-left: 8px;
  position: absolute;
  transform: translate(0px, 8px);
}
ul.nav_menu > li a > svg path {
  fill: #0e0e29;
}
ul.nav_menu li.menu-item-has-children.hover_menu:hover a svg path {
  fill: #585bd5;
}
ul.nav_menu li:hover > a {
  color: #585bd5;
}
ul.nav_menu li.menu-item-has-children.hover_menu:hover a svg {
  transform: translate(0px, 8px) rotate(180deg);
}
.nav_menu ul.sub-menu .menu-item a:after {
  content: "";
  position: absolute;
  left: 6px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  top: 13px;
  background-position: 0 0;
}
.nav_menu li#menu-item-26780 ul.sub-menu .menu-item a:after {
  background-image: url(https://akriviahcm.com/wp-content/uploads/2024/05/products-menu-icons-new.png);
  background-size: 296px;
}

.nav_menu li#menu-item-26780 ul.sub-menu .menu-item:nth-child(3) a:after {
  background-position: -33px 0;
}
.nav_menu li#menu-item-26780 ul.sub-menu .menu-item:nth-child(4) a:after {
  background-position: -67px 0;
}
.nav_menu li#menu-item-26780 ul.sub-menu .menu-item:nth-child(2) a:after {
  background-position: -101px 0;
}
.nav_menu li#menu-item-26780 ul.sub-menu .menu-item:nth-child(5) a:after {
  background-position: -135px 0;
}
.nav_menu li#menu-item-26780 ul.sub-menu .menu-item:nth-child(7) a:after {
  background-position: -169px 0;
}
.nav_menu li#menu-item-26780 ul.sub-menu .menu-item:nth-child(8) a:after {
  background-position: -202px 0;
}
.nav_menu li#menu-item-26780 ul.sub-menu .menu-item:nth-child(6) a:after {
  background-position: -237px 0;
}
.nav_menu li#menu-item-26780 ul.sub-menu .menu-item:nth-child(9) a:after {
  background-position: -271px 0;
}
.nav_menu li#menu-item-26784 ul.sub-menu .menu-item,
.nav_menu li#menu-item-26783 ul.sub-menu .menu-item,
.nav_menu li#menu-item-29630 ul.sub-menu .menu-item {
  width: 100%;
}
.nav_menu li#menu-item-26784 ul.sub-menu,
.nav_menu li#menu-item-26783 ul.sub-menu,
.nav_menu li#menu-item-29630 ul.sub-menu {
  column-count: unset;
}
.nav_menu li#menu-item-26781 ul.sub-menu .menu-item a:after {
  background-image: url(https://akriviahcm.com/wp-content/uploads/2024/04/Industries-menu-icons-latest.png);
  background-size: 160px;
  top: 14px;
}
.nav_menu li#menu-item-26781 ul.sub-menu .menu-item:nth-child(1) a:after {
  background-position: 0 0;
}
.nav_menu li#menu-item-26781 ul.sub-menu .menu-item:nth-child(2) a:after {
  background-position: -33px 0;
}
.nav_menu li#menu-item-26781 ul.sub-menu .menu-item:nth-child(3) a:after {
  background-position: -68px 0;
}
.nav_menu li#menu-item-26781 ul.sub-menu .menu-item:nth-child(4) a:after {
  background-position: -101px 0;
}
.nav_menu li#menu-item-26781 ul.sub-menu .menu-item:nth-child(5) a:after {
  background-position: -135px 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item a:after {
  background-image: url(https://akriviahcm.com/wp-content/uploads/2024/10/Resources-menu-icons.png);
  background-size: 250px;
  top: 14px;
  background-position: 0 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item:nth-child(1) a:after {
    background-position: -32px 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item:nth-child(8) a:after {
  background-position: 0 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item:nth-child(4) a:after {
  background-position: -64px 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item:nth-child(3) a:after {
  background-position: -96px 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item:nth-child(6) a:after {
  background-position: -128px 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item:nth-child(5) a:after {
  background-position: -160px 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item:nth-child(2) a:after {
  background-position: -192px 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item:nth-child(7) a:after {
  background-position: -224px 0;
}
.nav_menu li#menu-item-26782 ul.sub-menu .menu-item:nth-child(9) a:after {
    background-image: url(https://akriviahcm.com/wp-content/uploads/2024/05/products-menu-icons-new.png);
    background-position: -135px 0;
    background-size: 296px;
}
.nav_menu li#menu-item-26784 ul.sub-menu .menu-item a:after {
  background-image: url(https://akriviahcm.com/wp-content/uploads/2024/04/Partner-with-us-menu-icons.png);
  background-size: 59px;
}
.nav_menu li#menu-item-26784 ul.sub-menu .menu-item:nth-child(1) a:after {
  background-position: 0 0;
}
.nav_menu li#menu-item-26784 ul.sub-menu .menu-item:nth-child(2) a:after {
  background-position: -34px 0;
}
.nav_menu li#menu-item-26783 ul.sub-menu .menu-item a:after {
  background-image: url(https://akriviahcm.com/wp-content/uploads/2024/04/company-icons.png);
  background-size: 59px;
}
.nav_menu li#menu-item-26783 ul.sub-menu .menu-item:nth-child(1) a:after {
  background-position: 0 0;
}
.nav_menu li#menu-item-26783 ul.sub-menu .menu-item:nth-child(2) a:after {
  background-position: -34px 0;
}
.nav_menu li#menu-item-29630 ul.sub-menu .menu-item a:after {
  background-image: url(https://akriviahcm.com/wp-content/uploads/2024/04/innovation-menu-icon.png);
  background-size: 25px;
}
.nav_menu li#menu-item-29630 ul.sub-menu .menu-item:nth-child(1) a:after {
  background-position: 0 0;
}
@keyframes arrowSlideIn {
  0% {
    opacity: 0;
    margin-top: 6px;
    z-index: -1;
  }
  100% {
    opacity: 1;
    margin-top: 0;
    z-index: 1;
  }
}

.nav_menu ul.sub-menu:before {
  -webkit-animation: arrowSlideIn 0.25s ease-out forwards;
  animation: arrowSlideIn 0.25s ease-out forwards;
}
@media only screen and (max-width: 1280px) {
.newHeader .nav_menu li#menu-item-26780 ul.sub-menu {
    width: 730px;
}
    .nav_menu ul.sub-menu .menu-item {
    padding: 0.25rem 0;
}
.nav_menu ul.sub-menu .menu-item a {
    font-size: 14px;
    padding: 10px 13px 11px 40px;
}
}
@media only screen and (max-width: 1024px) {
    ul#menu-main-menu-new {
        display: none !important;
    }
  .nav_menu_container ul#menu-main-menu-new,
  .mobilemenu_container {
    width: 320px;
    position: absolute;
    right: -320px;
    margin: 0;
    background: #e1eeff;
    min-height: 100%;
    padding-top: 65px;
    display: block;
    transition: 0.5s all ease-in-out 1s;
    padding-bottom: 170px;
  }
  .nav_menu_container.active_menu ul#menu-main-menu-new,
  .nav_menu_container.active_menu .mobilemenu_container {
    animation: menuFromRight 1s ease-in-out;
    -webkit-animation: menuFromRight 1s ease-in-out;
    right: 0;
  }
  .nav_menu_container ul#menu-main-menu-new:after {
    content: "";
    z-index: 9;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    height: 60px;
    background: #e1eeff;
  }
  .newHeader ul.nav_menu > li > a {
    padding: 10px 15px;
    background: unset;
  }
  .newHeader .nav_menu li ul.sub-menu {
    width: 100%;
    background: #fff;
    position: unset;
    margin: 0;
    border: 0;
    filter: unset;
    border-radius: 0;
    padding: 0;
    column-count: unset;
  }
  .nav_menu ul.sub-menu:before {
    display: none;
  }
  .nav_menu ul.sub-menu .menu-item {
    width: 100%;
    padding: 0;
  }
  .nav_menu ul.sub-menu .menu-item a {
    padding: 7px 15px;
    display: block;
    position: relative;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
  }
  .nav_menu ul.sub-menu .menu-item a:after {
    left: 15px;
  }
  ul.nav_menu > li > a svg {
    transition: 0.5s all ease-in-out;
    width: 12px;
    height: 10px;
    margin-left: 8px;
    position: absolute;
    transform: unset;
    right: 15px;
    top: 16px;
  }
  .nav_menu ul.sub-menu .menu-item a:after {
    display: none;
  }
  .nav_menu ul.sub-menu .menu-item a {
    font-size: 12px;
  }
  .newHeader  .nav_menu li ul.sub-menu {
    width: 100% !important;
  }
  .nav_menu_container .download_store p.pt-5.h5 {
    padding-top: 25px;
  }
  .mobile_btn a.btn {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: auto;
    height: auto;
  }
  .mobilemenu a {
      display: block;
      padding: 10px 15px;
      line-height: 1.2rem;
      position: relative;
      font-size: 18px;
      font-weight: 500;
  }
  .mobilemenu a svg {
      transition: 0.5s all ease-in-out;
      width: 12px;
      height: 10px;
      margin-left: 8px;
      position: absolute;
      transform: unset;
      right: 15px;
      top: 16px;
  }
  .mobilemenu li a > svg path {
      fill: #0e0e29;
  }
  .mobilemenu li:hover > a {
      color: #585bd5;
  }
  .mobilemenu ul.sub-menu {
      background: #ffffff;
      display: none;
  }
  .mobilemenu ul.sub-menu a {
      transition: 0.3s all ease-in-out;
      border-bottom: 1px solid #efefef;
      font-size: 14px;
      padding: 10px 15px 10px 25px;
  }
  .mobilemenu li:hover > a.active svg {
      transform: rotate(180deg);
  }
}
