@import "vanilla-cookieconsent/dist/cookieconsent.css";
@font-face {
  font-family: "Circular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/circular-book.woff") format("woff"), url("../fonts/circular-book.ttf") format("truetype");
}
@font-face {
  font-family: "Circular";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/circular-bookitalic.woff") format("woff"), url("../fonts/circular-bookitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Circular";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/circular-medium.woff") format("woff"), url("../fonts/circular-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Circular";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/circular-mediumitalic.woff") format("woff"), url("../fonts/circular-mediumitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Circular";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/circular-bold.woff") format("woff"), url("../fonts/circular-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Circular";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/circular-bolditalic.woff") format("woff"), url("../fonts/circular-bolditalic.ttf") format("truetype");
}
@font-face {
  font-family: "Circular";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/circular-black.woff") format("woff"), url("../fonts/circular-black.ttf") format("truetype");
}
@font-face {
  font-family: "Circular";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/circular-blackitalic.woff") format("woff"), url("../fonts/circular-blackitalic.ttf") format("truetype");
}
.sidebar-menu {
  width: 100%;
  padding: 50px;
  text-align: left;
}
.sidebar-menu li {
  font-size: 1.5rem;
  line-height: 2.4rem;
  list-style-type: none;
}
.sidebar-menu li a:hover {
  color: #00b3ad;
}
:focus,
:enabled:focus {
  outline: 0 none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.news-blog {
  margin-bottom: 10px;
}
.news-blog h6 {
  color: rgba(0, 16, 40, 0.6);
}
.news-blog .image-home {
  margin-bottom: 10px;
}
.news-blog h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  margin-bottom: 15px;
}
.news-blog h3:hover {
  color: #0baea4;
}
.news-blog h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 15px;
}
.news-blog h2:hover {
  color: #0baea4;
}
.menu-left {
  width: 100%;
  text-align: left;
  padding-top: 0px;
  margin-top: 20px;
}
.menu-left li {
  font-size: 1.4rem;
  float: right;
  line-height: 2rem;
  margin-left: 30px;
  list-style-type: none;
  /*!Persona*/
}
.bottom-animate {
  background: #333 !important;
  top: 8px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}
.top-menu {
  top: 0px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #f9a530;
}
.mid-menu {
  top: 8px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #f9a530;
}
.bottom-menu {
  top: 16px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #f9a530;
}
.menui {
  background: #333;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 6px;
  position: absolute;
}
.icon {
  z-index: 999;
  position: absolute;
  display: block;
  padding: 0px;
  height: 32px;
  width: 32px;
  display: none;
  visibility: hidden;
  margin: 0px;
  top: 40px;
  right: 30px;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-height: 450px) {
  .overlay a {
	font-size: 20px;
  }
  .overlay .closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  color: #001028;
}
a:hover {
  color: #333;
  text-decoration: none;
}
.cp {
  cursor: pointer;
}
/* #Basic Styles
================================================== */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-parousel-items-content .p-carousel-items-container .p-carousel-item:nth-child(2) {
  display: none;
}
.survey-box {
  background-color: rgba(234, 75, 113, 0.3);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
}
.survey-box h4 {
  font-size: 20px;
  color: #001028;
  font-weight: 500;
  margin-bottom: 8px;
}
.adv-box {
  background-color: rgba(0, 179, 173, 0.3);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
}
.adv-box h4 {
  font-size: 20px;
  color: #001028;
  font-weight: 500;
  margin-bottom: 8px;
}
body,
html {
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #ffffff;
  height: 100%;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 300;
  font-family: "Circular", sans-serif;
  overflow: visible;
}
body {
  padding: 0px;
  margin: 0px;
}
h6.section {
  color: rgba(0, 16, 40, 0.5);
  margin-bottom: 4px;
}
.header-top {
  background-color: #001028;
}
.header-top .menu-top {
  width: 100%;
  text-align: left;
  padding-top: 0px;
  margin-top: 20px;
}
.header-top .menu-top li {
  font-size: 1.4rem;
  float: left;
  line-height: 2rem;
  margin-right: 20px;
  list-style-type: none;
  color: #ffffff;
}
.header-top .menu-top li a {
  color: #ffffff;
}
.header-top .menu-top li a:hover {
  color: #00b3ad;
}
.header {
  padding: 30px 0px 0px 0px;
  background-color: #ffffff;
  border-bottom: 0px solid rgba(0, 16, 40, 0.1);
}
.header .logo {
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 auto;
}
.header .logo img {
  max-height: 80px;
  margin: 0 auto;
  width: auto;
}
.header p {
  color: #aaa;
  font-size: 1.3rem;
}
.header .menu {
  width: 100%;
  padding-top: 0px;
  margin-top: 10px !important;
  margin: 0 auto;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
  padding-top: 16px;
  display: block;
  text-align: center;
}
.header .menu ul {
  text-align: center;
}
.header .menu ul li {
  font-size: 18px;
  line-height: 18px;
  margin-right: 5px;
  margin-left: 5px;
  list-style-type: none;
  display: inline-block;
  float: none;
}
.header .menu ul li a {
  font-weight: 400;
  color: rgba(0, 16, 40, 0.9);
  display: inline-block;
}
.header .menu ul li a:hover {
  color: #00b3ad;
}
.footer {
  padding: 60px 0px 40px 0px;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  list-style-type: none;
  color: #ffffff;
  float: left;
  margin-right: 20px;
  display: block;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.9rem;
}
.footer ul li a {
  color: #ffffff;
}
.footer ul li a:hover {
  color: #00b3ad;
}
.footer hr.full {
  border: 0px;
  border-bottom: 1px solid #ccc;
}
.footer a {
  color: #ffffff;
}
.container-fluid {
  padding: 0px 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 0rem;
}
.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12 {
  flex: 0 0 auto;
  padding: 0px 20px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-fluid img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.main-wrapper {
  position: relative;
  padding: 0px 0px;
}
.main-wrapper .overlap-top {
  height: 100px;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 0;
  background-color: #ffffff;
}
.features ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.features ul li {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding: 6px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
}
.p-multiselect-item {
  display: block !important;
  white-space: wrap !important;
}
.contact-form .p-dialog {
  width: 100% !important;
  max-width: 600px !important;
}
.contact-form .p-dialog h4 {
  font-size: 18px;
  font-family: "Circular";
}
.contact-form .p-dialog h4 span {
  font-weight: 600;
  font-size: 20px;
}
.cookiepreferences {
  padding: 5px 10px !important;
  color: rgba(0, 16, 40, 0.5);
  border: 0px;
  border-radius: 0px 8px 0px 0px;
  font-size: 11px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 11;
}
.menu-button {
  margin: 0px;
  padding: 10px 20px;
  color: #001028;
  background-color: transparent;
  position: fixed;
  z-index: 1000;
  border: none;
  cursor: pointer;
  right: 0px;
  top: 15px;
}
.menu-button svg {
  width: 30px;
  height: 30px;
}
.main-news-carousel {
  padding: 30px 0px 10px 0px !important;
}
.main-news-carousel h2 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Circular";
  line-height: 1.18;
  margin-bottom: 15px;
  margin-right: 30px;
}
.main-news-carousel .image-home {
  position: relative;
  margin-bottom: -5px;
}
.main-news-carousel .image-home img[class] {
  width: 100%;
}
.main-news-carousel .image-home img {
  height: 100px;
  background-color: #ffffff;
  border-radius: 4px 0px 0px 4px;
}
.main-news-carousel .image-home .fade-in {
  animation-name: fadeIn;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}
.main-news-carousel .image-home .object-fit_cover {
  object-fit: cover;
}
.p-chip {
  background-color: #ffffff;
  color: #001028;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 1.2rem;
  margin-right: 0.7rem;
  margin-bottom: 0.7rem;
}
.p-chip:hover {
  background-color: #001028;
  color: #ffffff;
}
.pages-default {
  padding: 50px 0px 0px 0px;
}
.pages-default h4 {
  font-size: 1.6rem;
  position: relative;
  top: 0px;
  color: #111111;
  margin-bottom: 30px;
}
.news-list-home {
  list-style: none;
}
.news-list-home ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.news-list-home ul li {
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  margin-bottom: 20px;
}
.news-list-home ul li:last-of-type {
  border-bottom: 0px;
}
.news-list {
  padding: 50px 0px;
  background-color: #ffffff;
}
.news-list.home {
  background: #f5f5f5;
}
.news-list h1 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 30px;
  color: #111111;
}
.news-list h4 {
  font-size: 1.6rem;
  position: relative;
  top: 0px;
  color: #111111;
  margin-bottom: 30px;
}
.news-list .news-list-item {
  margin-bottom: 20px;
  display: block;
}
.news-list .news-list-item .content {
  padding: 20px 0px 0px 0px;
  margin-bottom: 0px;
}
.news-list .news-list-item .content h3 {
  font-size: 1.25rem;
  line-height: 1.45rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.news-list .news-list-item .content h3:hover {
  color: rgba(0, 179, 173, 0.6);
}
.news-list .news-list-item .content p {
  font-size: 1.2rem;
  line-height: 1.575rem;
}
.news-list .news-list-item .image-home {
  position: relative;
  margin-bottom: -5px;
}
.news-list .news-list-item .image-home img[class] {
  width: 100%;
}
.news-list .news-list-item .image-home img {
  height: 150px;
  background-color: #ffffff;
  border-radius: 4px 0px 0px 4px;
}
.news-list .news-list-item .image-home .fade-in {
  animation-name: fadeIn;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}
.news-list .news-list-item .image-home .object-fit_cover {
  object-fit: cover;
}
.main-news {
  padding: 40px 0px 50px 0px;
  background-color: #ffffff;
}
.p-accordion {
  font-family: "Circular";
}
.p-accordion .p-accordion-header {
  background-color: transparent;
  font-family: "Circular";
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  background-color: transparent !important;
  border: 0px;
  padding: 20px 0px;
  font-size: 1.5rem;
  border-bottom: 1px solid #001028;
  color: #001028;
}
.p-accordion .p-accordion-header .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none !important;
}
.p-accordion .p-accordion-header:hover {
  background-color: transparent !important;
}
.p-accordion .p-accordion-header:hover .p-accordion-header-link {
  background-color: transparent !important;
  color: #001028 !important;
  border-bottom: 1px solid #001028 !important;
}
.p-accordion .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: transparent;
  border-color: #001028;
  color: #001028;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-content {
  padding: 10px 30px;
  border: 0px;
  background: transparent;
  color: #001028;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.line {
  background-color: rgba(0, 179, 173, 0.4);
  height: 2px;
  width: 100%;
}
.p-inputtext {
  font-size: 1rem;
  color: #001028;
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  border: 1px solid rgba(0, 16, 40, 0.3);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
}
.p-inputtext :focus,
.p-inputtext :enabled:focus {
  outline: 0 none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 16, 40, 0.5) !important;
}
.contact-input .p-inputtext {
  padding: 0.8rem 0.9rem;
}
.contact-input p {
  font-size: 1.175rem !important;
  margin-bottom: 20px;
  line-height: 1.8rem !important;
}
.ngx-pagination {
  margin: 0px;
  width: 100%;
  padding: 0px;
  text-align: center;
}
.ngx-pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #001028 !important;
  border-radius: 3px !important;
  color: #fefefe;
  cursor: default;
}
.p-button.p-button-danger,
.p-buttonset.p-button-danger > .p-button,
.p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #ea4b71 !important;
  border: 1px solid #ea4b71 !important;
}
.filter-section {
  margin-bottom: 30px;
}
.filter-section .filter-tag {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 2px 0px 2px 8px;
  margin-right: 6px;
  color: #001028;
}
.filter-section .filter-tag .close {
  background-color: #001028;
  border-radius: 0px 5px 5px 0px;
  width: 8px;
  padding: 2px 6px;
  height: 8px;
}
.filter-section .filter-tag .close i {
  color: #fff !important;
  font-size: 11px;
}
.file-list {
  margin: 0px;
  padding: 0px;
}
.file-list li {
  list-style-type: none;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
.file-list li:hover {
  color: #001028;
}
.files-animations {
  padding: 50px 0px 50px 0px;
  background-color: #ffffff;
}
.files-animations .files-box {
  background-color: transparent;
  border: 1px solid #001028;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 86px;
  border-radius: 4px;
}
.files-animations .files-box:hover {
  background-color: #001028;
  color: #ffffff;
}
.files-animations .files-box:hover a {
  color: #ffffff;
}
.clients-list-wrapper {
  padding: 0px 0px 50px 0px;
}
.clients-list-wrapper h1 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 30px;
  color: #111111;
}
.clients-list-wrapper .clients-header {
  background-color: #00b3ad;
  padding: 60px 40px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.clients-list-wrapper .clients-header h1 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 0px;
  color: #ffffff;
}
.clients-list-wrapper .clients-list-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}
.clients-list-wrapper .clients-list-item h4 {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-bottom: 0px;
}
.map-container {
  border-radius: 5px;
}
.animations-list {
  padding: 50px 0px;
}
.animations-list h1 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 30px;
  color: #001028;
}
.animations-list .animations-list-item .content {
  padding-top: 10px;
  margin-bottom: 40px;
  margin-right: 20px;
}
.animations-list .animations-list-item .content h3 {
  font-size: 2vh;
  margin-bottom: 10px;
}
.animations-list .animations-list-item .content h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.animations-list .animations-list-item .content h5 {
  font-size: 1rem;
}
.animations-list .animations-list-item .image-home {
  position: relative;
}
.animations-list .animations-list-item .image-home img[class] {
  width: 100%;
}
.animations-list .animations-list-item .image-home img {
  height: 180px;
  background-color: #ffffff;
  border-radius: 4px;
}
.animations-list .animations-list-item .image-home .fade-in {
  animation-name: fadeIn;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}
.animations-list .animations-list-item .image-home .object-fit_cover {
  object-fit: cover;
}
.p-carousel {
  position: relative;
  display: grid;
}
.p-carousel .p-carousel-indicators {
  display: none;
  visibility: hidden;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  border-radius: 4px;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background-color: #00b3ad;
  width: 10px;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  color: #ffffff;
  display: none;
  visibility: hidden;
}
.second-news-list-item h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
hr.full {
  border: 0px;
  border-bottom: 1px dotted #ccc;
}
.news-detail-wrapper {
  padding: 50px 0px;
  background-color: #ffffff;
}
.news-detail-wrapper .news-detail-header {
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}
.news-detail-wrapper .news-detail-header h1 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin-bottom: 0px;
  color: #001028;
}
.news-detail-wrapper .news-detail-description {
  padding: 20px 0px;
}
.news-detail-wrapper .news-detail-description h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 0px;
  color: #001028;
  margin-bottom: 20px;
}
.news-detail-wrapper .news-detail-description a:hover {
  color: #00b3ad;
}
.news-detail-wrapper .news-detail-description p {
  font-size: 17px !important;
  margin-bottom: 20px;
  line-height: 28px !important;
}
.news-detail-wrapper .news-detail-description img {
  border-radius: 5px;
}
.news-detail-wrapper .news-detail-description .p-image-mask img {
  max-width: 1300px;
}
.sb-wrapper {
  padding: 0px !important;
  margin: 0px !important;
}
.sb-icon {
  min-width: 1em !important;
}
.sb-icon .ng-fa-icon {
  color: #111 !important;
}
.sb-icon .ng-fa-icon svg {
  fill: #111 !important;
}
.p-dropdown {
  border: 0px !important;
}
.p-dropdown .p-dropdown-item {
  white-space: normal !important;
}
.p-tag {
  background: #ffffff;
  color: #001028;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
}
.p-tag.p-tag-success {
  background-color: #00b3ad;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #ffffff;
  color: #001028;
  border: 1px solid #001028;
}
.placeholder-loading-image {
  display: none !important;
  visibility: hidden !important;
}
.ngx-image-placeholder {
  padding: 0px !important;
}
.animation-detail-wrapper {
  padding-bottom: 70px;
}
.animation-detail-wrapper .animation-detail-header {
  background-color: #00b3ad;
  padding: 60px 40px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.animation-detail-wrapper .animation-detail-header h1 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 0px;
  color: #ffffff;
}
.animation-detail-wrapper .image-home {
  position: relative;
}
.animation-detail-wrapper .image-home img[class] {
  width: 100%;
}
.animation-detail-wrapper .image-home img {
  height: 300px;
  background-color: #ffffff;
  border-radius: 4px;
}
.animation-detail-wrapper .image-home .fade-in {
  animation-name: fadeIn;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}
.animation-detail-wrapper .image-home .object-fit_cover {
  object-fit: cover;
}
.animation-detail-wrapper .animation-detail-description {
  padding: 20px 40px;
}
.animation-detail-wrapper .animation-detail-description h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 0px;
  color: #001028;
  margin-bottom: 20px;
}
.animation-detail-wrapper .animation-detail-description a:hover {
  color: #00b3ad;
}
.animation-detail-wrapper .animation-detail-description p {
  font-size: 1.475rem;
  margin-bottom: 20px;
  line-height: 2.2rem;
}
.animation-detail-wrapper .animation-detail-description img {
  border-radius: 5px;
}
.animation-detail-wrapper .animation-detail-description .p-image-mask img {
  max-width: 1300px;
}
.page-default-wrapper {
  padding: 50px 0px;
}
.page-default-wrapper .page-default-header {
  background-color: #00b3ad;
  padding: 60px 40px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.page-default-wrapper .page-default-header h1 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  margin-bottom: 0px;
  color: #ffffff;
}
.page-default-wrapper .image-home {
  position: relative;
}
.page-default-wrapper .image-home img[class] {
  width: 100%;
}
.page-default-wrapper .image-home img {
  height: 300px;
  background-color: #ffffff;
  border-radius: 4px;
}
.page-default-wrapper .image-home .fade-in {
  animation-name: fadeIn;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}
.page-default-wrapper .image-home .object-fit_cover {
  object-fit: cover;
}
.page-default-wrapper .page-default-description {
  padding: 0px 0px;
}
.page-default-wrapper .page-default-description ul {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 10px;
}
.page-default-wrapper .page-default-description ul li {
  list-style-type: none;
  background-color: rgba(0, 16, 40, 0.1);
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 6px 15px;
  font-size: 1.25rem;
  line-height: 1.7rem;
}
.page-default-wrapper .page-default-description h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 0px;
  color: #001028;
  margin-bottom: 20px;
}
.page-default-wrapper .page-default-description h1 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 0px;
  color: #001028;
  margin-bottom: 20px;
}
.page-default-wrapper .page-default-description .files-box {
  background-color: transparent;
  border: 1px solid #111111;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 86px;
  border-radius: 4px;
}
.page-default-wrapper .page-default-description .files-box:hover {
  background-color: #111;
  color: #fff;
}
.page-default-wrapper .page-default-description a:hover {
  color: #00b3ad;
}
.page-default-wrapper .page-default-description p {
  font-size: 17px !important;
  margin-bottom: 20px;
  line-height: 28px !important;
}
.page-default-wrapper .page-default-description img {
  border-radius: 5px;
}
.page-default-wrapper .page-default-description .p-image-mask img {
  max-width: 1300px;
}
.page-default-wrapper .page-default-description .service-subpages {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.page-default-wrapper .page-default-description .service-subpages h3 {
  color: #00b3ad;
}
.page-default-wrapper .page-default-description .service-subpages p {
  font-size: 1rem !important;
  font-weight: 300 !important;
  font-family: "Circular";
  line-height: 120% !important;
}
.page-default-wrapper .page-default-description .service-subpages p b {
  font-size: 1rem !important;
  font-weight: 300 !important;
  font-family: "Circular";
  line-height: 120% !important;
}
.p-card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
  margin-bottom: 20px;
}
.p-card .p-card-content {
  padding: 0px;
}
.float-left {
  float: left;
}
.pull-right {
  float: right;
}
.float-right {
  float: right;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.p-button {
  
}

.btn-primary {
	color: #ffffff;
	background: #ea4b71 !important;
	border: 1px solid #ea4b71 !important;
	  padding: 0.5rem 1rem;
	  font-size: 1rem;
	  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
	  border-radius: 3px;
}

.files-list {
  padding: 20px 0px;
  list-style: none;
  margin: 0px;
}
.files-list li {
  padding: 10px 16px !important;
  list-style-type: none;
  background-color: rgba(17, 17, 17, 0.1);
  margin-bottom: 10px;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .header .logo img {
	max-height: 60px;
	margin: 0;
	float: left;
	width: auto;
  }
  .page-default-wrapper .page-default-description {
	padding: 0px 0px;
  }
  .page-default-wrapper .page-default-description p {
	font-size: 1.275rem;
	margin-bottom: 20px;
	line-height: 1.9rem;
  }
  .news-detail-wrapper .news-detail-description {
	padding: 0px 0px;
  }
  .news-detail-wrapper .news-detail-description p {
	font-size: 1.275rem;
	margin-bottom: 20px;
	line-height: 1.9rem;
  }
  .carousel-wrapper .carousel-item {
	position: relative;
	height: 300px;
  }
  .p-carousel .p-carousel-indicators {
	position: absolute;
	bottom: 10px;
	z-index: 100;
  }
  .p-chip {
	background-color: #ffffff;
	color: #111111;
	border-radius: 50px;
	padding: 5px 12px;
	font-size: 1rem;
	margin-right: 0.7rem;
	margin-bottom: 0.7rem;
  }
  .p-carousel .slider-title {
	position: absolute;
	z-index: 102;
	color: #ffffff;
	bottom: 60px;
	left: 0px;
	width: 100%;
  }
  .p-carousel .slider-title h3 {
	font-size: 2.2rem;
	line-height: 2.5rem;
  }
  .carousel-wrapper .carousel-item .image-home img {
	height: 300px;
	background-color: #ffffff;
	border-radius: 6px;
  }
  .carousel-wrapper .carousel-item.news {
	margin-bottom: 35px;
  }
  .p-carousel .p-carousel-container {
	height: 300px;
  }
  .p-carousel .slider-title-box {
	position: absolute;
	z-index: 101;
	height: 60px;
	width: 60px;
	bottom: 40px;
	left: 30px;
	background-color: #00b3ad;
	border-radius: 5px;
  }
  .hidden-mobile {
	display: none;
	visibility: hidden;
  }
  .header {
	padding: 20px 0px 0px 0px;
	background-color: #ffffff;
  }
  .icon {
	display: inherit;
	visibility: visible;
  }
  .main-wrapper .overlap-top {
	height: 60px;
  }
  .clients-list-wrapper {
	padding-bottom: 10px;
  }
  .clients-list-wrapper .clients-header {
	background-color: #00b3ad;
	padding: 30px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
  }
  .clients-list-wrapper .clients-header h1 {
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin-bottom: 0px;
	color: #ffffff;
  }
  .page-default-wrapper {
	padding-bottom: 30px;
  }
  .page-default-wrapper .page-default-header {
	background-color: #00b3ad;
	padding: 30px 20px;
	border-radius: 10px;
	margin-bottom: 40px;
  }
  .page-default-wrapper .page-default-header h1 {
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin-bottom: 0px;
	color: #ffffff;
  }
  .features ul li {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding: 6px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
  }
  .features ul li strong {
	font-size: 1rem;
  }
  .news-detail-wrapper .news-detail-header h1 {
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin-bottom: 0px;
  }
  .carousel-wrapper h4 {
	font-size: 1.2rem;
	position: relative;
	top: -30px;
	color: #111111;
  }
  .news-detail-wrapper .news-detail-description h3 {
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin-bottom: 0px;
	color: #111111;
	margin-bottom: 20px;
  }
}



.nav-toggle {
  display: inline-block;
  padding: 0px;
  position: absolute;
  right: 30px;
  top: 36px;
  z-index: 1200;
}

@media screen and (min-width: 48em) {
  .nav-toggle {
	right: 30px;
	top: 30px;
  }
}

@media screen and (min-width: 100em) {
  .nav-toggle {
	right: 40px;
	top: 40px;
  }
}

.nav-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: #222222;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-toggle .line-2 {
  margin: 6px 0;
}

.nav-open .nav-toggle .line-1 {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .nav-toggle .line-2 {
  opacity: 0;
}

.nav-open .nav-toggle .line-3 {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 100px;
  padding-left: 15vw;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: -moz-transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: -o-transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (min-width: 48em) {
  #nav {
	width: 66.66666%;
	padding-left: 12vw;
  }
}

@media screen and (min-width: 64em) {
  #nav {
	width: 50%;
	padding-left: 10vw;
  }
}

.nav-open #nav {
  -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);
}

#nav ul {
  padding: 50px;
  list-style: none;
}

#nav li a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  list-style-type: none;
  letter-spacing: -0.02em;
  line-height: 1.7;
  color: #111;
}

@media screen and (min-width: 48em) {
  #nav li a {
	font-size: 50px;
  }
}

@media screen and (min-width: 64.0625em) {
  #nav li a {
	display: inline-block;
	position: relative;
  }
}

@media screen and (min-width: 80em) {
  #nav li a {
	font-size: 60px;
  }
}

@media screen and (min-width: 100em) {
  #nav li a {
	font-size: 70px;
  }
}

@media screen and (min-width: 64.0625em) {
  #nav li a::after {
	content: "";
	display: block;
	width: 0;
	height: 6px;
	background: #1998D2;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
  }
}

@media screen and (min-width: 64.0625em) {
  #nav li a:hover::after {
	width: 100%;
  }
}

#nav p {
  margin-bottom: 16vh;
}


@media screen and (min-width: 48em) {
  .hide-desktop {
	display: none;
	visibility: hidden;
  }
}


@media screen and (max-width: 48em) {
  .hide-desktop {
	display: inline;
	visibility: visible;
  
  }

  .hide-mobile {
	display: none;
	visibility: hidden;
  }
}




.marquee-section {
	background-color: #34353a
}

.marquee-section.light {
	background-color: transparent
}

.marquee-section .marquee-both-direction {
	border-radius: 8px;
	margin-bottom: 0
}

.marquee-section .marquee-both-direction .marquee {
	position: relative;
	overflow: hidden;
	--offset: 0vw;
	--move-initial: 0px;
	--move-final: calc(-50% + var(--offset));
	padding: 0 0 0 0px
}

.marquee-section .marquee-both-direction .marquee .introduction {
	margin-left: 0;
	padding-right: 30px;
	margin-bottom: 30px
}

.marquee-section .marquee-both-direction .marquee .introduction h3 {
	color: #34353a;
	font-size: 2.25rem;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700;
	padding-top: 0;
	padding-bottom: 10px
}

.marquee-section .marquee-both-direction .marquee .introduction p {
	color: #34353a;
	font-size: 1.12934694rem;
	padding-top: 0xp;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small {
	padding: 0vw;
	padding: 0;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 8px;
	width: 220px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align-last: left;
	border: 0px solid rgba(52,53,58,.1)
}

.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small p {
	margin-top: 0;
	padding-bottom: 0;
	font-size: 10px
}

.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small .image {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	margin: 0;
	margin-bottom: 10px;
}

.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small .image img[class] {
	width: 100%;
}

.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small .image .object-fit_cover {
	object-fit: cover;
}



.marquee-section .marquee-both-direction .marquee .startup-item-marquee-small .image img {
	display: block;
	margin: 0;
	height: 100px
}

.marquee-section .marquee-both-direction .marquee .marquee__inner_right {
	width: fit-content;
	display: flex;
	position: relative;
	transform: translate3d(var(--move-initial),0,0);
	animation: marquee-right 15s linear infinite;
	animation-play-state: running
}

.marquee-section .marquee-both-direction .marquee .marquee__inner {
	width: fit-content;
	display: flex;
	position: relative;
	transform: translate3d(var(--move-final),0,0);
	animation: marquee 15s linear infinite;
	animation-play-state: running
}

.marquee-section .marquee-both-direction .marquee:hover .marquee__inner,.marquee-section .marquee-both-direction .marquee:hover .marquee__inner_right {
	animation-play-state: paused
}

.border-radius {
	border-radius: 8px;
	overflow: hidden
}

@keyframes marquee {
	0% {
		transform: translate3d(var(--move-initial),0,0)
	}

	to {
		transform: translate3d(var(--move-final),0,0)
	}
}

@keyframes marquee-right {
	0% {
		transform: translate3d(var(--move-final),0,0)
	}

	to {
		transform: translate3d(var(--move-initial),0,0)
	}
}
.pagination {
    margin: 40px 0;
    text-align: center;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 8px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.pagination a:hover {
    background: #f5f5f5;
    border-color: #bbb;
}

.pagination a.active {
    background: #111;
    border-color: #111;
    color: #fff;
    font-weight: 600;
}

.pagination a:first-child,
.pagination a:last-child {
    font-weight: 500;
}

.accordion {
  
  width: 100%;
}
.accordion-item{
border-bottom:1px solid #ddd;
margin-bottom:10px;
}

.accordion-toggle{
width:100%;
text-align:left;
padding:15px;
font-size:18px;
background:#f5f5f5;
border:none;
cursor:pointer;
}

.accordion-content{
display:none;
padding:20px;
background:white;
}

.accordion-item.open .accordion-content{
display:block;
}
