:root {
    font-size: 13px;
}
html,
body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    width: 100%;
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
}
html.lock,
body.lock {
    overflow: hidden;
}
body.lock section{
	pointer-events:none
}
header {
    padding: 20px 25px;
    width: 100%;
    display: flex;
    position: fixed;
    background: transparent;
    height: 80px;
    transition: var(--transition);
    z-index: 5;
}
header .logo a {
    width: 147.5px;
    display: block;
    transition: var(--transition);
}
.search {
    display: block;
    position: relative;
    width: 16px;
    margin-left: auto;
}
.search::before {
    content: '';
    position: absolute;
    transform: rotate(-90deg);
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: url('../images/icons/search.svg') 0%/contain no-repeat;
}
.hamburguer-menu.open > div:nth-of-type(1) {
    transform: rotate(-45deg) translate(-5px,-5px);
}
.hamburguer-menu.open > div:nth-of-type(2) {
    transform: rotate(45deg) translate(-5px,5px);
}
.hamburguer-menu {
    cursor: pointer;
    margin-left: 20px;
    float: right;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
    position: relative;
}
.hamburguer-menu div:first-of-type {
    transform: translateY(-5px);
}
.preload * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}
.hamburguer-menu div:last-of-type {
    transform: translateY(5px);
}
.hamburguer-menu div {
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    background: white;
    height: 2px;
    width: 100%;
    border-radius: 20%;
    transition: var(--transition);
}
header.in .side-menu {
    opacity: 1;
    pointer-events: all;
}
header .side-menu {
    min-height: 90vh;
    overflow-y: auto;
    background: transparent;
    top: 10vh;
    left: 0;
    height: 90vh;
    width: 100vw;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
    position: fixed;
}
.index .banner {
    background-size: 300% 300%;
    animation: Gradient 9s ease infinite;
    height: 100vh;
    padding: 130px 15px 0 15px;
}
.banner {
    overflow: hidden;
    background: linear-gradient(155deg, #be283c 30%, #010b3f 70%);
    position: relative;
    color: white;
    font-family: 'Helvetica Neue';
    width: 100%;
    text-align: center;
    padding: 120px 15px 60px 15px;
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
.banner h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
}
.banner .description {
    font-weight: 100;
    line-height: 1.5;
    font-size: 18px;
    margin-top: 20px;
}
header.on {
    background: #010b3f;
}
header.on .logo a {
    transform: scale(0.9)
}
.hp-about-us .slide a {
    display: block;
    position: relative;
}
.hp-about-us .slide a.more-info {
    height: 41px;
    display: inline-block;
}
.hp-about-us .slide a.more-info::after {
    left: 0;
    right: auto;
}
.hp-about-us .slide a img {
    width: 100%;
}
.arrows > .prev {
    transform: rotate(-180deg);
}
.subscribe-us .arrow-btn,
.arrows > * {
    cursor: pointer;
    pointer-events: all;
    width: 30px;
    background: url('../images/icons/slider-arrow.svg') 0%/contain no-repeat;
}
.arrows {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 267px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.hp-about-us .slide > a img {
    width: 100%;
}
.template .more-info {
    overflow: visible;
}
.more-info {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    transform: rotate(0);
    transition: var(--transition)
}
.more-info:hover::after {
    transform: rotate(180deg);
}
.more-info::after {
    transform: rotate(0deg);
    transition: var(--transition);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    background: url('../images/icons/plus.svg') 0%/contain no-repeat;
}
.description {
    padding: 25px 30px;
    font-family: 'Helvetica Neue';
}
.hp-about-us .description {
    flex: 1;
}
.description h2 {
    font-weight: bold;
    color: var(--primary);
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 15px;
    max-width: 100px;
}
.description > div {
    font-weight: 100;
    color: #6b6a6a;
    line-height: 1.7;
}
.hp-about-us {
    position: relative;
    padding-bottom: 20px;
}
.hp-statistics {
    background-color: #f9f8f8;
    padding: 50px 20px;
}
h3 {
    font-weight: 100;
    font-family: 'Helvetica Neue';
    text-align: center;
    margin-bottom: 20px;
    color: #555555;
    font-size: 26px;
}
.hp-statistics .title,
.hp-statistics .statistic-container {
    text-align: center;
    width: 100%;
}
.numbers-container {
    display: flex;
    justify-content: center;
}
.numbers-placeholder {
    color: var(--primary);
    width: 27px;
    max-height: 40px;
    overflow: hidden;
}
.statistics-container {
    text-align: center;
}
.statistics-container .title {
    font-size: 18px;
}
.hp-statistics .statistic-container {
    margin: 2px 0 10px 0px;
}
.hp-statistics .statistics-container .item {
    padding: 15px;
    max-width: 220px;
    margin: 0 auto;
}
.statistics-container .title,
.statistic-container {
    font-weight: bold;
    color: var(--primary);
    display: flex;
    font-family: 'Helvetica Neue';
    justify-content: center;
}
.numbers-container .numbers {
    display: flex;
    font-size: 40px;
    line-height: 40px;
    transition: all 1.2s ease;
    text-align: center;
}
.numbers-container + div {
    font-size: 27px;
    line-height: 1.5;
    font-weight: bold;
}
.statistics-container .subtitle {
    font-weight: 300;
    font-size: 14px;
    color: #6b6a6a;
}
.hp-services h3 {
    text-align: left;
    font-size: 22px;
}
.hp-services {
    padding: 50px 20px;
}
ul {
    padding: 0;
    list-style: none;
}
ul li {
    margin: 15px 0;
}
li:hover h2 a {
    color: #50a6ce;
}
ul li h2,
ul li h2 a {
    margin: 0;
    font-weight: bold;
    font-family: 'Helvetica Neue';
    color: var(--primary);
    font-size: 26px;
    transition: all 0.4s ease;
}
.hp-services .infographic {
    margin: 30px 0;
}
.hp-our-work {
    padding: 50px 0;
    position: relative;
}
.hp-our-work .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hp-our-work .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #010b3f;
    mix-blend-mode: multiply;
    opacity: 0.9;
}
.hp-our-work .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
.our-work-container {
    position: relative;
    z-index: 1;
    color: white;
    padding: 0 20px;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-work-container .title {
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    font-family: 'Helvetica Neue';
}
.our-work-container .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-work-container .subtitle {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Helvetica Neue';
    color: #828ab5;
    text-align: center;
    line-height: 1.7;
    margin: 10px 0 30px 0;
}
.our-work-container .item {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    padding: 10px;
    width: 50%;
}
.our-work-container .item img {
    max-width: 55px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.our-work-container .item h3 {
    color: white;
    font-size: 19px;
    width: 100%;
    margin-top: 20px;
} 
.business-sectors img {
    width: 100%;
}
.business-sectors .sectors-container {
    padding: 30px 20px;
}
.business-sectors .sectors-container h3 {
    text-align: left;
}
.business-sectors .sectors-container ul {
    padding-left: 0;
    list-style: none;   
}
.business-sectors .sectors-container ul h2 {
    margin-bottom: 0;
}
.testimonials-container {
    padding: 50px 0 90px 0;
    background-color: #f9f8f8;
    position: relative;
}
.testimonials-container .quote {
    color: #555555;
    font-weight: 100;
    padding-left: 52px;
    font-family: 'Helvetica Neue';
    position: relative;
}
.testimonials-container .author {
    padding-left: 52px;
    color: var(--primary);
    font-weight: bold;
    font-size: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
.testimonials-container .quote::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/icons/quote.svg') 0%/contain no-repeat;
    width: 34px;
    height: 40px;
    content: '';
}
.testimonials-container .slider {
    position: relative;
}
.testimonials-container .slide {
    padding: 0 50px;
}
.testimonials-container .arrows {
    bottom: 20px;
    height: 60px;
    top: auto;
    padding-bottom: 20px;
    max-width: 153px;
    margin: auto;
    right: 0;
    left: 0;
    padding: 0;
}
.subscribe-us {
    font-family: 'Helvetica Neue';
    padding: 50px 30px;
    background: var(--secondary);
    color: white;
    font-weight: 100;
    font-size: 20px;
    overflow: hidden;
    position: relative;
}
.clients-container .arrows > *,
.testimonials-container .arrows > * {
    width: 40px;
    background: url(../images/icons/slider-arrow-grey.svg) 0%/contain no-repeat;
    transition: var(--transition);
    height: 40px;
}
.clients-container .arrows > *:hover,
.testimonials-container .arrows > *:hover {
    background: url(../images/icons/slider-arrow-blue.svg) 0%/contain no-repeat;
}
.subscribe-us strong {
    font-weight: bold;
}
.subscribe-us .arrow-btn:hover {
    transform: translateX(10px);
}
.subscribe-us .arrow-btn {
    transition: var(--transition);
    height: 30px;
    margin-top: 10px;
    display: block;
    width: 40px;
}
footer {
    color: white;
    padding: 50px 20px;
    font-family: 'Helvetica Neue';
    background: #1a1b1f;
}
footer p,
footer .copyright {
    font-weight: 300;
    color: #afaeae;
    font-size: 14px;
    transition: var(--transition);
}
footer .copyright a:hover {
    color: white;
    text-decoration: none;
    opacity: 0.9;
}
footer a {
    color: white;
    opacity: 1;
}
footer p {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0;
}
footer ul {
    margin: 15px 0 0 0;
    display: flex;
    text-transform: uppercase;
}
footer ul li:first-of-type a {
    padding-left: 0;
}
footer ul li {
    margin: 0;
}
footer ul li a {
    padding: 0 5px;
}
i,
footer ul li a {
    cursor: pointer;
    transition: var(--transition);
}
i:hover {
    transform: scale(1.2);
}
footer ul li a:hover {
    color: #afaeae;
    text-decoration: none;
}
footer ul li h4 {
    font-size: 11px;
    margin-bottom: 0;
}
footer > div:first-child {
    margin-bottom: 60px;
}
header .side-menu .social ul i,
footer i {
    font-size: 22px;
}
footer i:first-of-type {
    margin-right: 14px;
}
.banner .bg img {
    width: 100%;
}
header.in,
.hamburguer-menu.open + .side-menu {
    background: #020518;
}
.hamburguer-menu + .side-menu .menu-container > div > ul {
    margin-top: 30px;
    padding: 0 20px;
}
.side-menu ul {
    margin: 10px 0;
}
.side-menu a {
    font-family: 'Helvetica Neue';
    color: white;
}
.side-menu ul li {
    text-align: left;
}
.side-menu h3 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.side-menu h4 a {
    text-align: left;
    font-size: 16px;
    color: #9d9fa7;
}
header .side-menu .menu-container > div > ul > li {
    margin: 10px 0;
}
header .side-menu .menu-container > div > ul > li li {
    margin: 0;
}
header .side-menu .footer {
    padding: 30px 20px 30px 20px;
    display: flex;
    width: 100%;
    color: white;
    justify-content: space-between;
}
header .side-menu .social ul li {
    margin: 0;
}
header .side-menu .social ul li:first-of-type {
    margin-right: 15px;
}
header .side-menu .social ul {
    display: flex;
    margin: 0;
}
.business-sectors .more-info {
    color: #be283c;
    font-weight: bold;
}
.business-sectors .more-info span {
    padding-right: 60px;
    font-size: 19px;
    line-height: 2;
    font-weight: bold;
}
.business-sectors .more-info:hover {
    text-decoration: none;
}
footer > div > div:last-of-type {
    margin-top: 50px;
}

/** GRADIENTS **/
.marine-blue .banner {
    background: linear-gradient(155deg, #3a87b6 30%, #104a6e 70%);
}
.blue .banner {
    background: linear-gradient(155deg, #306fcb 30%, #073880 70%);
}
.dark-blue .banner {
    background: linear-gradient(155deg, #3e6694 30%, #0f274f 70%);
}
.green .banner {
    background: linear-gradient(155deg, #1a96a8 30%, #017261 70%);
}
.green-blue .banner {
    background: linear-gradient(155deg, #447d6c 30%, #163066 70%);
}
/*************/

.breadcrumb {
    background: transparent;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 14px;
}
.banner .breadcrumb ul li {
    margin: 0 7px 0 0;
}
.breadcrumb ul li,
.breadcrumb ul {
    margin: 0;
    display: inline-block;
}
.breadcrumb ul li a:not([href]) {
    text-decoration: none;
    pointer-events: none;
}
.breadcrumb ul li a[href]:hover {
    text-decoration: none;
    opacity: 0.7;
}
.breadcrumb ul li a {
    color: white;
    transition: all 0.4s ease;
}
.filter-container {
    font-size: 14px;
    padding: 40px 30px;
    background-color: #1a1b1f;
}
.filter-container .filter > div {
    padding: 15px 0;
}
.select {
    position: relative;
    color: white;
    font-weight: 300;
}
.select .selected::before {
    top: 2px;
    position: absolute;
    content: '';
    right: 10px;
    width: 20px;
    height: 15px;
    transform: rotate(90deg);
    background: url('../images/icons/slider-arrow.svg') 0%/contain no-repeat;
}
.filter-container .input-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.filter-container .input-container::after,
.select .selected::after {
    bottom: -10px;
}
.select .options > div::after {
    bottom: -7px;
}
.filter-container .input-container::after,
.select .selected::after,
.select .options > div::after {
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.filter-container input,
.select .selected {
    padding: 0 10px;
}
.select .selected,
.select .options > div {
    position: relative;
    cursor: pointer;
}
.select .options > div {
    margin: 20px 10px;
}
.select .options > div:first-of-type {
    margin-top: 30px;
}
.select .options > div {
    transition: var(--transition);
}
.select .options > div:hover,
.select .options > div.locked {
    opacity: 0.3;
}
.select .options > div.locked {
    pointer-events: none;
    cursor: default;
}
.select .options > div:last-of-type {
    margin-bottom: 20px;
}
.select .options {
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
}
.filter-container input {
    width: 100%;
    background: transparent;
    position: relative;
    color: white;
    outline: 0;
    border: 0;
}
.filter-container input::-webkit-input-placeholder {
    color: white;
    font-weight: 300;
}
.select.changed .close {
    opacity: 1;
    transform: scale(1);
}
.filter-container .select span {
    opacity: 1;
}
.filter-container .select span.hide {
    opacity: 0;
}
.filter-container .select span,
.filter-container .select .selected::before {
    transition: all 0.3s ease;
    will-change: opacity;
}
.filter-container .select .selected::before {
    opacity: 1;
    transform: scale(1) rotate(90deg);
}
.select.changed .selected::before {
    opacity: 0;
    transform: scale(0) rotate(90deg);
}
.filter-container .close::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/icons/close.svg') 0%/contain no-repeat;
}
.filter-container .close {
    z-index: 4;
    position: absolute;
    right: 10px;
    width: 16px;
    opacity: 0;
    height: 20px;
    transform: scale(0);
    transition: all 0.2s ease 0.1s;
}
.filter-container .search::before {
    right: 10px;
    left: auto;
}
.btn,
.btn:hover {
    color: white;
    text-decoration: none;
}
.btn.sticky {
    position: fixed;
    z-index: 3;
}
.course .btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.article .btn,
.mini-article .btn {
    position: relative;
}
.article .lower span:not(.date) {
    color: white;
    padding: 0;
}
.article .lower span:not(.date)::after {
    content: none;
}
.listing .article .btn {
    padding: 20px 25px;
}
.btn {
    border-radius: 0;
    background: #be283c;
    font-weight: bold;
    font-size: 14px;
    bottom:0;
    color: white;
    padding: 20px 90px 20px 30px;
}
.icons-container .icon img {
    width: 100%;
}
.page-body {
    width: 100%;
}
.template h2 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
}
.glossary .template {
    position: relative;
}
.template,
.template p {
    font-weight: 300;
    font-size: 16px;
    color: #6b6a6a;
}
.template p:last-of-type {
    margin-bottom: 0;
}
.template h4,
.template h3,
.template h2,
.template strong,
.template b {
    color: var(--primary);
}
.template b,
.template strong {
    font-weight: 500;
}
.template ol li, 
.template ul li {
    font-weight: 300;
}
.template ul {
    padding-left: 1px;
}
.template ul li ul {
    margin: 0;
}
.template ul li ul li {
    padding-left: 1.5em;
}
.template ul li ul li::before {
    width: 4px;
    height: 4px;
    position: absolute;
    background: var(--primary);
    top: 18px;
    left: 0;
    margin: auto;
    border-radius: 100%;
}
.template ol li {
    counter-increment: item;
}
.template ul li,
.template ol li {
    position: relative;
}
.template ol {
    list-style: none;
    padding-left: 41px;
}
.template ol li::before {
    content: counter(item) ".";
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    font-weight: 500;
    color: var(--primary);
}
.template ul, 
.template ol {
    margin: 45px 0;
    text-align: left;
    letter-spacing: 0;
}
.template ul li {
    position: relative;
    padding-left: 2em;
    list-style-type: none;
}
.template ul li::before {
    content: '';
    width: 20px;
    height: 15px;
    background: url(../images/icons/bullet.svg) 0%/contain no-repeat;
    position: absolute;
    top: 9px;
    left: 0;
    margin: auto;
}
.template h3 {
    font-weight: bold;
    font-family: 'Helvetica Neue';
    margin-bottom: 20px;
    font-size: 26px;
    text-align: left;
}
.template h4 {
    font-weight: 300;
}
body:not(.glossary) > .template {
    padding: 70px 0;
}
.template small {
    font-size: 14px;
}
.template p big {
    display: inline-block;
    font-size: 1.5rem;
    padding: .5em 0 .5em;
}
.template p big, 
.template blockquote p {
    padding-left: 80px;
    color: var(--primary);
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
}
.template blockquote {
    position: relative;
}
.template blockquote::before {
    top: 4px;
    content: "";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../images/icons/quote.svg) 0%/contain no-repeat;
}
.template h3 {
    line-height: 1.7;
}
.training-courses {
    padding: 50px 20px;
    background-color: #f9f8f8;
}
.training-courses .title {
    text-align: center;
    font-size: 26px;
    font-weight: 100;
}
.masonry-container > * {
    transition: all 0.4s ease;
}
.masonry-container > * > .course {
    width:100%;
    background: var(--primary);
    position: relative;
}
.glossary .filter-container {
    padding: 80px;
    position: absolute;
    width: 100%;
}
.glossary .filter-container .filter {
    display: none;
}
.page-body.glossary > .template {
    padding: 60px 20px 100px 20px;
}
.page-body.glossary > .template .listing .items {
    padding: 100px 0 0 0;
}
.masonry-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.masonry-container > * {
    padding: 25px;
    max-width: 320px;
    width: 100%;
}
.masonry-container .course {
    padding: 22px 18px 90px 22px;
}
.masonry-container .course h3 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 16px;
}
.masonry-container .course .description {
    padding: 0;
    color: white;
    font-weight: 300;
    padding-right: 30px;
    color: #828ab5;
    font-size: 16px;
    line-height: 1.56;
}
.listing .article .btn::after {
    content: none;
}
.btn::after {
    transition: var(--transition);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    position: absolute;
    background: url('../images/icons/slider-arrow.svg') 0%/contain no-repeat;
    width: 40px;
    margin-right: 20px;
}
.training-courses .more-info {
    display: table;
    margin: 40px auto 0 auto;
    padding-bottom: 54px;
}
.training-courses .more-info:hover {
    text-decoration: none;
}
.training-courses .more-info span {
    color: var(--secondary);
    font-weight: bold;
}
.training-courses .more-info::after {
    top: 34px;
    right: 0;
    left: 0;
    margin: auto;
}
.container, .container-fluid {
    position: relative;
    width: 100%;
    padding: 0 20px;
}
.listing.download .article.mini-article > div > .h2 {
    margin: 20px 0 18px 0;
}
.listing.case-studies .article.mini-article > div > .h2 {
    margin: 20px 0 25px 0;
} 
.listing.download .article.mini-article .link-parent {
    position: relative;
}
.listing.download .article.mini-article .description {
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
}
.page-body .template.has-sidebar .container {
    display: flex;
    align-items: flex-start;
}
.page-body .template.has-sidebar.sidebar-right .container > div:not(.sidebar) {
    padding-right: 80px;
}
.page-body .template.has-sidebar .container > div:not(.sidebar) {
    flex: 1;
}
.form-container {
    background-color: #cbcccb;
}
.form-container input {
    width: 100%;
    background: transparent;
    color: white;
    font-weight: 300;
    border: 0;
    outline: 0;
    font-size: 14px;
}
.has-sidebar.template .sidebar ul li {
    padding-left: 0;
    font-size: 14px;
    font-weight: normal;
}
.has-sidebar.template .sidebar .h4 {
    margin: 20px 0;
    font-size: 24px;
}
.has-sidebar.template .sidebar ul {
    margin: 25px 0 30px 0;
}
.has-sidebar.template .sidebar .form {
    position: relative;
}
.has-sidebar.template .sidebar .form a {
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.has-sidebar.template .sidebar .form a i {
    font-size: 14px;
    transition: var(--transition);
    transform: scale(1);
    will-change: transform;
}
.has-sidebar.template .sidebar .form a i:hover {
    transform: scale(1.1);
}
.has-sidebar.template .sidebar ul li a:hover {
    transform: scale(1.05);
    text-decoration: none;
}
.has-sidebar.template .sidebar ul li a {
    will-change: transform;
    color: var(--primary);
    transform: scale(1);
    transition: var(--transition);
    display: block;
}
.has-sidebar.template ul li::before {
    content: none;
}
.form-container input::-webkit-input-placeholder {
    color: white;
    font-size: 16px;
}
.page-body .template.has-sidebar .sidebar {
    width: 275px;
    background-color: #eeeeee;
}
.page-body .template.has-sidebar .sidebar > * {
    padding: 24px 30px;
}

/***************************************/
/********** BLOG CONTENT PAGE **********/
/***************************************/

/********** LOWER DETAILS SECTION (BLOG LISTING item inherits from here) **********/

.article .lower span {
	display: block;
	font-size: 14px;
	color: #b6b9b9;
	line-height: 1.25;
}
.article .lower span.date {
	padding-left: 25px;
	position: relative;
}
.article .lower span.date::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: var(--black);
	position: absolute;
	left: 0;
}

.article .lower span a {
	color: rgb(var(--primary));
	border-bottom: 1px solid transparent;
}
.article .lower span a:hover, .article span a:focus {
	border-bottom: 1px solid currentColor;
}

.page-body .article-nav {
	margin-top: 30px;
	border-top: 1px solid #e0dedd;
	padding-top: 65px;
}
.page-body .article-nav .row > div:nth-child(2) {
	text-align: center;
}
.page-body .article-nav .row > div:last-child {
	text-align: right;
}
.page-body .article-nav .row > div a {
	font-size: 16px;
    color: var(--secondary);
    font-weight: normal;
    transition: var(--transition);
}
.page-body .article-nav .row > div a:hover, .page-body .article-nav .row > div a:focus {
    opacity: .5;
    text-decoration: none;
}
.page-body .article-nav .row > div.disabled a {
	opacity: .25;
	pointer-events: none;
}
.page-body .article-nav .row > div.prev a, .page-body .article-nav .row > div.next a {
	padding-left: 40px;
	position: relative;
}
.page-body .article-nav .row > div.prev a::before, .page-body .article-nav .row > div.next a::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	margin: auto;
	height: 12px;
	width: 27px;
	background-image: url(/assets/img/arrow-color.svg);
    background-repeat: no-repeat;
    transition: var(--transition);
}

.page-body .article-nav .row > div.prev a {
	padding-left: 40px;
}
.page-body .article-nav .row > div.prev a:hover::before {
    transform: translateX(-10px) rotate(180deg);
}
.page-body .article-nav .row > div.prev a::before {
	left: 0;
	transform: rotate(180deg);
}

.page-body .article-nav .row > div.next a {
	padding-right: 40px;
	padding-left: 0;
}
.page-body .article-nav .row > div.next a:hover::before {
    transform: translateX(10px);
}
.page-body .article-nav .row > div.next a::before {
	right: 0;
}
@media(max-width: 991px) {
	.page-body .article-nav .row {
        margin: -10px;
    }

    .page-body .article-nav .row > div {
        padding: 10px
	}
	
	.page-body .article-nav .row > div.prev a, .page-body .article-nav .row > div.next a {
		padding-left: 30px;
	}
	.page-body .article-nav .row > div.next a {
		padding-right: 30px;
		padding-left: 0;
	}

	.page-body .article-nav .row > div.prev a::before, .page-body .article-nav .row > div.next a::before {
		height: 9px;
		width: 20px;
	}
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    background: var(--primary) !important;
}
.hide {
    opacity: 0;
}
.swal-button:not([disabled]):hover {
    background: var(--secondary);
    opacity: 0.8;
}
.swal-button {
    margin: auto;
    transition: var(--transition);
    border-radius: 0;
    background: var(--secondary);
    outline: 0;
    border: 0;
}
.swal-button-container {
    display: flex;
}
.swal-button__loader {
    display: none;
}
.main-questionnaire a.btn:focus,
.swal-button:active,
.swal-button:focus {
    box-shadow: 0 0 0;
}
.swal-button {
    transition: var(--transition);
    border-radius: 0;
    margin: 0 auto;
    background: var(--secondary);
}
header a {
    opacity: 1;
    color: white;
    transition: all 0.4s ease;
}
header a:hover {
    opacity: 1;
    color: white;
    text-decoration: none;
}
header .side-menu .menu-container a:hover {
    opacity: 1;
    color: white;
    text-decoration: none;
}
.services-container img {
    max-width: 100%;
}
.side-menu ::-webkit-scrollbar {
    width: 3px;
}  
.side-menu ::-webkit-scrollbar-track {
    border-radius: 10px;
}
.side-menu ::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.6); 
    border-radius: 10px;
}
.footer div:last-of-type a {
    padding-right: 57px;
    position: relative;
}
.footer div:last-of-type a:hover {
    text-decoration: none;
}
.footer div:last-of-type a:hover::after {
    transform: translate(5px,5px);
}
.footer div:last-of-type a::after {
    position: absolute;
    transition: var(--transition);
    height: 22px;
    width: 38px;
    right: 0;
    content: '';
    transform: translate(0,5px);
    background: url(../images/icons/slider-arrow.svg) 0%/contain no-repeat;
}
.select.opened .options {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 11px;
}
footer .copyright span:first-child {
    opacity: 0.8;
}
.subscribe-us .bg {
    position: absolute;
    bottom: 0;
    right: 0;
}
.search {
    cursor: pointer;
    display: flex;
    padding: 20px 0;
    overflow: hidden;
}
.filter .search {
    padding:0 13px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
.search.on {
    width: 150px;
}
.search.on input {
    pointer-events: all;
    opacity: 1;
    outline: 0;
    background: transparent;
}
.search.on::after {
    opacity: 1;
}
.search::after {
    transition: var(--transition);
    opacity: 0;
    position: absolute;
    bottom: 17px;
    height: 100%;
    width: 100%;
    right: 0;
    content: '';
    border-bottom: 1px solid white;
    z-index: -1;
}
.search input {
    color: white;
    font-weight: 300;
    color: white;
    font-weight: 300;
    border: 0;
    width: 85%;
    opacity: 0;
    pointer-events: none;
    position: relative;
}
.glossary-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 62px;
    background: black;
}
.business-sectors > * {
    position: relative;
}
.banner .bg {
    pointer-events: none;
    position: absolute;
    bottom: -10px;
    width: 100%;
}
.clients-container .slick-slide {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}
.clients-container .client {
    height: 128px;
    width: 128px;
    overflow: hidden;
    margin: 0 0 30px 0;
    position: relative;
}
.clients-container .item {
    height: 100px;
    width: 128px;
    overflow: hidden;
    position: relative;
}
.clients-container img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.template .results p {
    margin: 20px 0;
}
.clients-container {
    position: relative;
    padding: 50px 20px;
    padding-bottom: 80px;
}
.clients-container .arrows {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    height: 70px;
    bottom: 20px;
    top: unset;
}
.clients-container .arrows > * {
    width: 60px;
}
.clients-container h3 {
    margin-bottom: 20px;
}
.clients-container .slider {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}
.clients-container .slick-initialized .slick-slide {
    display: flex;
    flex-wrap: wrap;
}
.clients-container .slick-initialized .slick-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.page-body > .template {
    padding: 50px 0;
}
.page-body > .template.module-glossary {
    padding-top: 14px;
}
.side-menu h4,
.side-menu h4 a {
    font-size: 12px;
}
.side-menu h4 {
    margin-bottom: 10px;
}
.hp-about-us {
    padding-bottom: 0;
}
.subscribe-us .subscribe-container {
    position: relative;
    z-index: 1;
}
@media(max-width: 767px) {
	.page-body .article-nav {
		margin-top: 20px;
		padding-top: 45px;
	}

	.article .lower span.date {
		padding-left: 20px;
	}
	.page-body .article-nav .row > div:nth-child(2) {
        order: 1
    }

	.page-body .template.has-sidebar.sidebar-right {
		padding: 40px 0 0;
    }
    .page-body .template.has-sidebar.sidebar-left {
        padding: 0 0 40px;
    }

	.page-body .template.has-sidebar .container {
		flex-direction: column;
	}
	.page-body .template.has-sidebar.sidebar-right .container > div:not(.sidebar), .page-body .template.has-sidebar.sidebar-left .container > div:not(.sidebar) {
		padding: 0;
    }
    .page-body .template.has-sidebar.sidebar-left .container > div:not(.sidebar) {
		padding-top: 40px;
    }
	.page-body .template.has-sidebar .sidebar {
		margin: 0 -20px;
		width: calc(100% + 40px);
		padding: 40px 20px;
	}
	.page-body.blog .template .sidebar .form {
		margin-bottom: 40px;
	}
	.page-body.blog .template .sidebar ul {
		margin: 1em 0 2em;
		display: flex;
		flex-wrap: wrap;
	}
	.page-body.blog .template .sidebar ul li {
		flex-basis: 50%;
		max-width: 50%;
    }
    .side-menu .menu-container li ul {
        max-height: 0;
        overflow: hidden;
        transition: var(--transition);
    }
    .side-menu h3 {
        display: inline-block;
        position: relative;
    }
    .side-menu h3.sub::after {
        position: absolute;
        top: 7px;
        right: -19px;
        color: white;
        font-size: 11px;
        transform: translate(0) rotate(90deg);
        content: '\f0de';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transition: var(--transition);
    }
    .side-menu li.opened h3.sub::after {
        transform: translate(2px,-2px) rotate(180deg);
    }
}
@media screen and (min-width: 768px) {
    h4 {
        font-size: 1.5rem;
    }
    .masonry-container {
        margin: 0 auto;
        flex-flow: column wrap;
    }
    .index .banner {
        height: auto;
        padding: 200px 0 193px 0;
    }
    .banner > div:not(.bg) {
        max-width: 774px;
        margin: 0 auto;
        position: relative;
    }
    .clients .clients-container > div {
        justify-content: center;
    }
    .hp-about-us .slide .img-container {
        width: 60%;
    }
    .slide-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
}
@media screen and (min-width: 1024px) {
    .side-menu h4,
    .side-menu h4 a {
        font-size: 16px;
    }
    .hp-about-us .description {
        padding-top: 100px;
    }
    .clients-container .arrows {
        height: 100%;
        right: 0;
        bottom: 0;
    }
    .clients-container {
        padding-bottom: 50px;
    }
    .clients-container .slick-slide {
        justify-content: center;
    }
    .banner .bg {
        bottom: -200px;
    }
    .statistics-container > h3 {
        width: 100%;
    }
    .statistics-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 1034px;
        margin: auto;
    }
    .business-sectors img {
        width: 100%;
        position: absolute;
        transition: all 0.4s ease;
        top: 0;
    }
    .business-sectors img.hide {
        opacity: 0;
    }
    .template h3 {
        margin: 70px 0 30px 0;
    }
    .template h3:first-child {
        margin: 0 0 30px 0;
    }
    .template h4 {
        margin: 55px 0 35px 0;
    }
    .has-sidebar.template .sidebar ul li {
        padding: 2px 0;
    }
    .listing .article .btn {
        padding: 20px 90px 20px 30px;
    }
    .has-sidebar.template .sidebar ul {
        margin: 22px 0 32px 0;
    }
    .has-sidebar.template .sidebar .h4 {
        margin: 10px 0;
    }
    .listing .article .btn::after {
        content: '';
    }
    .training-courses .more-info span {
        font-size: 24px;
    }
    .training-courses {
        padding: 100px 20px;
        background-color: #f9f8f8;
    }
    .masonry-container {
        padding: 0;
        justify-content: normal;
        align-items: center;
        max-width: 1280px;
    }
    .masonry-container .course {
        padding: 44px 37px 97px 37px;
    }
    .masonry-container .course h3 {
        font-size: 28px;
    }
    .masonry-container .course .description {
        font-size: 18px;
    }
    .training-courses .more-info::after {
        top: 50px;
    }
    .training-courses .more-info {
        padding-bottom: 77px;
    }
    .template .listing.download .article.mini-article .description {
        font-size: 18px;
    }
}
@media screen and (min-width: 1190px) {
    .statistics-container .title, 
    .statistic-container {
        justify-content: left;    
    }
    .clients-container .item {
        flex-basis: 16.6666%;
        max-width: 16.6666%;
        height: 180px;
        margin: 0;
        padding: 15px;
    }
	.clients-container img {
		padding: 15px;	
	}
    .glossary-bg {
        height: 142px;
    }
    .course-placeholder:nth-of-type(4n) {
        order: 4;
    }
    .course-placeholder:nth-of-type(4n-1) {
        order: 3;
    }
    .course-placeholder:nth-of-type(4n-2) {
        order: 2;
    }
    .course-placeholder:nth-of-type(4n-3) {
        order: 1;
    }
    .page-body.contact-us {
        min-height: calc(100vh - 589px)
    }
    .page-body {
        min-height: calc(100vh - 917px)
    }
    .filter-container + .page-body {
        min-height: calc(100vh - 1110px)
    }
    .filter-container .select span, 
    .filter-container .select .selected::before {
        font-size: 18px;
    }
    .filter-container .select .selected span {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        margin-right: 20px;
    }
    header .side-menu {
        top: 100px;
        min-height: calc(100vh - 100px);
    }
    .glossary .items {
        padding-top: 60px;
    }
    .btn {
        font-size: 16px;
    }
    .container {
		max-width: 1064px; /* 1024 + 40 padding */
	}
	.container.container-sm {
		max-width: 890px; /* 850 + 40 padding */
    }
    
    .training-courses .title {
        font-size: 36px;
        margin-bottom: 43px;
    }
    .sticky.btn.absolute {
        position: absolute;
        bottom: 542px;
    }
    .sticky.btn {
        right: 0;
        bottom: 100px;
        padding: 20px 30px;
        padding-right: 80px;
    }
    .btn:hover::after {
        transform: translateX(7px);
    }
    .template blockquote::before {
        width: 34px;
        height: 30px;
    }
    .page-body .template p big, 
    .page-body .template blockquote p {
        font-size: 30px;
    }
    .template h4,
    .template h3 {
        font-size: 26px;
    }
    .template ul li {
        margin: 0;
    }
    .template p {
        margin: 33px 0;
    }
    .page-body > .template {
        padding: 100px 0;
    }
    .template,
    .template p {
        line-height: 1.8;
        font-size: 20px;
    }
    .template p a:hover {
        text-decoration: none;
        color: #e64459;
    }
    .template p a {
        font-weight: normal;
        color: var(--secondary);
        transition: var(--transition);
    }
    .template h2 {
        font-size: 36px;
        margin-bottom: 50px;
        line-height: 1.4;
    }
    body:not(.glossary) > .template {
        padding: 85px 20px 100px 20px;
    }
    .glossary .page-body > .template {
        padding: 60px 0 100px;
        position: relative;
    }
    .filter-container input, 
    .select .selected {
        z-index: 2;
        font-size: 18px;
    }
    .select .options > div {
        margin: 20px;
    }
    .footer div:last-of-type a {
        font-size: 16px;
    }
    .select .options {
        margin: 20px 0;
        z-index: 1;
        position: absolute;
        width: 100%;
        background: #1a1b1f;
    }
    .filter-container .filter {
        display: flex;
        justify-content: center;
        max-width: 1231px;
        margin: 0 auto;
    }
    .filter-container .filter .select > input[type="text"] {
        display: none;
    }
    .filter-container .filter > div {
        padding: 15px 25px;
        flex: 1;
        max-width: 30%;
    }
    .subscribe-us .arrow-btn,
    .arrows > * {
        width: 60px;
        height: 40px;
    }
    .banner {
        padding: 135px 0px 101px 0px;
    }
    .arrows {
        padding: 0px 30px;
    }
    .more-info::after {
        width: 62px;
        height: 62px;
    }
    header .logo a {
        width: 250px;
    }
    header .search {
        margin: 0 30px;
    }
    header .lang {
        margin-left: auto;
        display: flex;
        align-items: center;
    }
    .hamburguer-menu {
        margin-left: 0px;
    }
    header .lang ul {
        margin-bottom: 0;
        display: flex;
        text-transform: uppercase;
        color: white;
        font-size: 12px;
    }
    header .lang ul li {
        margin: 0;
        opacity: 0.6;
        cursor: pointer;
        transition: var(--transition);
    }
    header .lang ul li:not(.selected):hover,
    header .lang ul li.selected {
        opacity: 1;
    }
    header .lang ul li:first-of-type {
        margin-right: 14px;
    }
    header {
        height: 100px;
    }
    .banner h1 {
        font-size: 60px;
    }
    .banner .description {
        font-size: 24px;
        line-height: 1.8;
        padding: 0;
        margin-top: 30px;
    }
    .hamburguer-menu div:first-of-type {
        transform: translateY(-7px);
    }
    .hamburguer-menu div:last-of-type {
        transform: translateY(7px);
    }
    .hamburguer-menu:not(.open):hover div:first-of-type {
        transform: translateY(-9px);
    }
    .hamburguer-menu:not(.open):hover div:last-of-type {
        transform: translateY(9px);
    }
    .hp-about-us,
    .slide-container .description {
        transition: all 0.8s ease;
    }
    .hp-about-us {
        margin-bottom: -6.5%;
        padding-bottom: 0;
        opacity: 1;
        transform: translate(0px, 0);
    }
    .hp-about-us .slide-container .description {
        transform: translate(0px, 35%);
    }
    .hp-about-us.init .slide-container .description {
        transform: translate(0);
    }
    .hp-about-us.init {
        transform: translate(0px, -15%);
    }
    .hp-about-us .slick-slide {
        width: 100%;
        display: flex;
    }
    .slide-container .description {
        flex: 1;
        padding: 13% 60px 0 60px;
    }
    .description h2 {
        max-width: 100%;
        font-size: 36px;
    }
    .description > div {
        margin: 30px 0;
        font-size: 18px;
    }
    .more-info {
        cursor: pointer;
        margin-top: 45px;
    }
    .hp-about-us .arrows {
        height: 100%;
        width: 60%;
    }
    h3 {
        margin-bottom: 50px;
        font-size: 36px;
    }
    .statistics-container .title {
        font-size: 24px;
    }
    .numbers-placeholder {
        max-height: 72px;
        width: 40px;
    }
    .numbers-container + div,
    .numbers-container .numbers {
        font-size: 72px;
        line-height: 72px;
    }
    .hp-statistics {
        padding: 100px 0;
    }
    .statistics-container .subtitle {
        font-size: 18px;
    }
    .hp-statistics .statistic-container {
        margin: 2px 0 20px 0px;
    }
    .hp-statistics .statistics-container .item {
        text-align: left;
    }
    .hp-services {
        padding: 0 20px;
    }
    .hp-services .services-container > div:first-child {
        padding: 100px 0;
    }
    .services-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .services-list {
        top: 50%;
        left: 50%;
        position: relative;
        transform: translate(-50%,-50%);
        display: inline-block;
    }
    .services-container > * {
        width: 50%;
        position: relative;
    }
    .services-container .infographic img {
        width: 100%;
    }
    .services-container .infographic {
        width: 50%;
        margin: 0;
        position: relative;
    }
    .hp-services h2 {
        cursor: pointer;
    }
    .business-sectors h3,
    .hp-services h3 {
        font-size: 30px;
        margin-bottom: 34px;
    }
    ul li h2,
    ul li h2 a {
        font-size: 36px;
        position: relative;
    }
    ul li h2 a:hover {
        text-decoration: none;
        color: #50a6ce;
    }
    .our-work-container .title {
        font-size: 36px;
    }
    .hp-our-work {
        padding: 90px 0 120px 0;
    }
    .our-work-container .subtitle {
        font-size: 18px;
        margin: 26px 0 0 0;
        max-width: 790px;
    }
    .our-work-container .item img {
        max-width: 90px;
        max-height: 90px;
    }
    .our-work-container .list {
        margin-top: 66px;
        justify-content: space-between;
    }
    .our-work-container .item h3 {
        margin: 40px 0 0 0;
        line-height: 1.4;
        font-size: 24px;
    }
    .services ul {
        margin-bottom: 0;
    }
    .hp-services .services h2 {
        position: relative;
        display: inline-block;
    }
    .business-sectors h2::after,    
    .hp-services .services h2::after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
        background: url(../images/icons/slider-arrow-blue.svg) 0%/contain no-repeat;
    }
    .business-sectors h2::after, 
    .hp-services .services h2::after {
        opacity: 0;
        transition: var(--transition);
    }
    .business-sectors li h2,
    .hp-services .services li h2 {
        padding-right: 60px;
        display: inline-block;
    }
    .business-sectors li,
    .hp-services .services li {
        transition: var(--transition);
    }
    .business-sectors li:hover,
    .hp-services .services li:hover {
        transform: translateX(10px);
    }
    .business-sectors li:hover h2::after, 
    .hp-services .services li:hover h2::after {
        opacity: 1;
    }
    .business-sectors {
        display: flex;
        flex-wrap: wrap;
    }
    .business-sectors > div:first-child {
        height: 0;
        padding-top: 53%;
    }
    .business-sectors > * {
        width: 50%;
    }
    .business-sectors .sectors-container {
        display: inline-block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .business-sectors .more-info span {
        padding-right: 80px;
        font-size: 24px;
        line-height: 2.5;
    }
    .testimonials-container {
        padding: 100px 0;
    }
    .testimonials-container .slider {
        max-width: 780px;
        margin: 0 auto;
    }
    .testimonials-container .author {
        font-size: 12px;
    }
    .testimonials-container .author,
    .testimonials-container .quote {
        padding-left: 127px;
    }
    .testimonials-container .quote {
        font-size: 20px;
    }
    .testimonials-container .slide {
        padding: 0 40px;
    }
    .testimonials-container .quote::before {
        width: 71px;
        height: 65px;
    }
    .testimonials-container .arrows {
        height: 100%;
        top: 0;
        position: absolute;
        bottom: 0;
        max-width: 1044px;
    }
    .testimonials-container .arrows > * {
        width: 61px;
    }
    .subscribe-us {
        text-align: center;
        position: relative;
        padding: 0;
        overflow: hidden;
    }
    .subscribe-us .subscribe-container {
        padding: 80px 160px;
        min-height: 15vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .subscribe-us .subscribe-container > div {
        position: relative;
        font-size: 36px;
        max-width: 750px;
    }
    .subscribe-us > div .title {
        text-align: left;
    }
    .subscribe-us .arrow-btn {
        width: 60px;
        margin-top: 30px;
    }
    footer {
        padding: 80px 0;
    }
    footer > div > div:last-of-type {
        margin-top: 0px;
    }
    footer > div:first-child {
        margin-bottom: 0;
    }
    footer > div > div > div:last-of-type {
        margin-top: 5px;
    }
    footer > div {
        max-width: 1050px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    header .side-menu .menu-container {
        display: flex;
        flex-wrap: wrap;
        padding-top: 55px;
        justify-content: center;
    }
    header .side-menu .menu-container > div {
        width: 370px;
        margin: 0 60px;
    }
    .hamburguer-menu + .side-menu .menu-container > div:first-of-type > ul {
        position: relative;
        display: table;
        max-width: 100%;
    }
    .hamburguer-menu + .side-menu .menu-container > div > ul {
        margin-top: 0;
        padding: 0;
    }
    header .side-menu .menu-container > div > ul > li {
        display: table;
        margin: 0;
    }
    header .side-menu .menu-container > div > ul > li h3 {
        padding: 9px 0;
    }
    header .side-menu .menu-container .remain-menu > li > h3 {
        padding: 7px 0;
    }
    header .side-menu .menu-container > div > ul > li:hover ul {
        max-height: 300px;
    }
    .side-menu h3 a:hover,
    .side-menu h4 a:hover {
        text-decoration: none;
    }
    .side-menu h3 {
        font-size: 28px;
        color: #9d9fa7;
        margin-bottom: 0;
    }
    .side-menu .remain-menu h3 {
        font-size: 16px; 
    }
    .side-menu h4 {
        margin: 0;
        font-size: 16px;
    }
    header .side-menu .menu-container > div > ul > li li {
        margin: 10px 0;
    }
    .side-menu h4 a {
        color: #676768;
        transition: var(--transition);
        font-weight: 300;
    }
    .side-menu h4 a:hover,
    .side-menu h3.active {
        color: white;
        opacity: 1;
    }
    .side-menu li:hover h3.sub + ul {
        margin: 30px 0;
    }
    .side-menu h3.sub + ul {
        padding-right: 4px;
        margin: 0;
        max-height: 0;
        transition: all 0.4s ease-in-out;
        overflow-y: auto;
        will-change: max-height;
    }
    header .side-menu .footer {
        position: absolute;
        bottom: 0;
        padding: 30px 40px;
    }
    ul.not-scrollable::-webkit-scrollbar {
        display: none;
    }
}
