/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/**
 * Removes paragraphs default margin.
 */

p {
    margin: 0;
}

/**
 * Set up a decent box model on the root element
 */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/**
 * Basic styles for links
 */

a {
    color: #46B2D9;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2e3131;
    text-decoration: underline;
}

/**
 * Basic styles for body
 */

body {
    font-family: "Poppins-Regular";
    font-size: 0.9375rem;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    background-color: #F3F5F8;
}

::-webkit-scrollbar-thumb {
    background-color: #E8ECF1;
    border-radius: 1.75rem;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    -ms-border-radius: 1.75rem;
    -o-border-radius: 1.75rem;
}

@font-face {
    font-family: 'Font-Family-Regular';
    src: url("../../assets/fonts/FontAwesome/webfonts/fa-regular-400.eot");
    src: url("../../assets/fonts/FontAwesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/FontAwesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../../assets/fonts/FontAwesome/webfonts/fa-regular-400.woff") format("woff"), url("../../assets/fonts/FontAwesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../../assets/fonts/FontAwesome/webfonts/fa-regular-400.svg#fa-regular-400") format("svg");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Font-Family-Light';
    src: url("../../assets/fonts/FontAwesome/webfonts/fa-light-300.eot");
    src: url("../../assets/fonts/FontAwesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/FontAwesome/webfonts/fa-light-300.woff2") format("woff2"), url("../../assets/fonts/FontAwesome/webfonts/fa-light-300.woff") format("woff"), url("../../assets/fonts/FontAwesome/webfonts/fa-light-300.ttf") format("truetype"), url("../../assets/fonts/FontAwesome/webfonts/fa-light-300.svg#fa-light-300") format("svg");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url("../../assets/fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("../../assets/fonts/Poppins/Poppins-Regular.woff") format("woff"), url("../../assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url("../../assets/fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("../../assets/fonts/Poppins/Poppins-Medium.woff") format("woff"), url("../../assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url("../../assets/fonts/Poppins/Poppins-Thin.woff2") format("woff2"), url("../../assets/fonts/Poppins/Poppins-Thin.woff") format("woff"), url("../../assets/fonts/Poppins/Poppins-Thin.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url("../../assets/fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("../../assets/fonts/Poppins/Poppins-Bold.woff") format("woff"), url("../../assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url("../../assets/fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("../../assets/fonts/Poppins/Poppins-Light.woff") format("woff"), url("../../assets/fonts/Poppins/Poppins-Light.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../../assets/fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("../../assets/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

/**
 * Basic typography style for copy text
 */

body {
    color: #2e3131;
    font: 0.9375rem "Poppins-Regular";
}

h1 {
    font-size: 3.25rem;
    line-height: 5rem;
    font-family: "Poppins-Bold";
}

@media only screen and (max-width: 568px) {
    h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 4.25rem;
    font-family: "Poppins-Bold";
}

@media only screen and (max-width: 568px) {
    h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-family: "Poppins-Bold";
}

@media only screen and (max-width: 568px) {
    h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

h4 {
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: "Poppins-Bold";
}

@media only screen and (max-width: 568px) {
    h4 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

/**
 * Clear inner floats
 */

.clearfix::after {
    clear: both;
    content: '';
    display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */

.container {
    max-width: 1072px;
    /* 1 */
    margin-left: auto;
    /* 2 */
    margin-right: auto;
    /* 2 */
    width: 100%;
    /* 1 */
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .container {
        padding-left: 30px;
        /* 3 */
        padding-right: 30px;
        /* 3 */
    }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */

.hide-text {
    overflow: hidden;
    padding: 0;
    /* 1 */
    text-indent: 101%;
    white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(240px, 1fr)) [ auto-fit ];
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 32px;
}

.advice-grid,
.news-grid {
    justify-items: center;
}

.advice-grid, .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
}

.grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 992px) {
    .grid-3 {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .grid-3 {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
}

#home .search-container {
    background-color: transparent;
}

.search-container {
    background-color: #132C55;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    position: absolute;
    color: #ffffff;
    z-index: 999;
}

.search-container .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.search-container:not(.active) {
    top: -100px;
}

.search-container.active {
    height: 72px;
    margin-top: 0;
}

.search-container i {
    font-size: 1.5rem;
}

.search-container button,
.search-container input {
    background: none;
    border: none;
    outline: none;
    color: #ffffff;
}

.search-container input {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-left: 1.5rem;
    width: 100%;
}

.search-container input::-webkit-input-placeholder {
    color: #ffffff;
}

.search-container input:-ms-input-placeholder {
    color: #ffffff;
}

.search-container input::-ms-input-placeholder {
    color: #ffffff;
}

.search-container input::placeholder {
    color: #ffffff;
}

.search-container div:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .search-container {
        background: #ffffff !important;
    }

    .search-container button,
    .search-container input,
    .search-container div {
        color: #132C55;
    }

    .search-container input {
        font-size: 16px;
    }

    .search-container input::-webkit-input-placeholder {
        color: #132C55;
    }

    .search-container input:-ms-input-placeholder {
        color: #132C55;
    }

    .search-container input::-ms-input-placeholder {
        color: #132C55;
    }

    .search-container input::placeholder {
        color: #132C55;
    }
}

#home header {
    background-color: transparent;
}

header {
    position: absolute;
    background: #132C55;
    width: 100%;
    min-height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    top: 0;
}

header.hide {
    height: 0;
    top: -100px;
}

@media only screen and (max-width: 568px) {
    header {
        min-height: 4.5rem;
    }
}

@media only screen and (max-width: 568px) {
    header img {
        max-width: 6.25rem;
        width: 100%;
    }
}

header .contact-us {
    padding: 0rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #ffffff;
}

header .contact-us span {
    margin-right: 2.5rem;
}

header .contact-us a {
    text-decoration: none;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

header .contact-us a:hover {
    color: #46B2D9;
}

header .contact-us a:first-child {
    margin-right: 6.25rem;
}

header .contact-us a:first-child i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

header .contact-us a i {
    margin-right: 0.5rem;
}

header .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

header .search-icon {
    padding: 0;
    color: #ffffff;
}

header .lang-dropdown {
    width: 2.1875rem;
    position: relative;
    margin-right: 1.5rem;
    margin-left: auto;
    font-family: "Poppins-Light";
}

header .lang-dropdown .title {
    width: 100%;
    color: #ffffff;
    cursor: pointer;
}

header .lang-dropdown .title .fa-angle-down {
    float: right;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-top: 0.1875rem;
}

header .lang-dropdown .menu {
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    max-height: 20em;
    overflow: hidden;
    position: absolute;
    top: 2.3125rem;
    right: 0;
}

header .lang-dropdown .menu.hide {
    display: none;
}

header .lang-dropdown .menu .option {
    background: #ffffff;
    border: 1px solid #e8ecef;
    text-align: center;
    cursor: pointer;
}

header .lang-dropdown .menu .option a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0.75rem 1rem;
}

header .lang-dropdown .menu .option:hover {
    background: #f3f5f8;
}

header .lang-dropdown .menu .option .pointerCursor:hover {
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    header {
        display: none;
    }
}

footer {
    background-color: #132C55;
    padding: 3.25rem 0rem;
    color: #ffffff;
}

footer img {
    margin-bottom: 0.75rem;
}

footer .btn {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 32px;
    line-height: 32px;
    margin-left: auto;
    margin-bottom: 1rem;
    display: block;
    margin-right: 1.25rem;
}

@media only screen and (max-width: 768px) {
    footer {
        position: relative;
    }

    footer .btn {
        position: absolute;
        top: 24px;
        right: 0;
    }

    footer .social_icons {
        margin-top: 16px;
    }

    main .main-section h5 {
        font-size: 20px;
        line-height: 32px;
    }
}

#home nav:not(.mobile-menu) {
    background: transparent;
    padding: 1.625rem 0rem;
    margin-bottom: 0;
    position: absolute;
}

nav {
    position: relative;
    top: 4.5rem;
    background: #132C55;
    z-index: 1;
    padding-top: 1.5rem;
    padding-bottom: 0.375rem;
    margin-bottom: 4.6875rem;
    width: 100%;
}

nav > div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

nav ul.links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 46.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

nav ul.links > li {
    list-style: none;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav ul.links > li.active a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #46B2D9;
    width: 100%;
}

nav ul.links > li.active a:hover::before {
    display: none;
}

nav ul.links > li > a {
    position: relative;
    color: #ffffff;
    padding-bottom: 0.625rem;
}

nav ul.links > li > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #46B2D9;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
    nav ul.links > li > a:hover {
        text-decoration: none;
    }

    nav ul.links > li > a:hover::before {
        left: 0;
        right: auto;
        width: 100%;
    }
}

nav ul.links > li ul {
    position: absolute;
    left: 0;
    margin: 20px 0 0 0;
    background: #fff;
    padding-left: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: none;
    top: 1.875rem;
}

nav ul.links > li ul > li {
    clear: both;
    list-style: none;
    display: block;
    padding: 12px 16px;
    margin: 0;
    width: 15.75rem;
    border-bottom: 1px solid #E4E8EE;
}

nav ul.links > li ul > li a {
    color: #586268;
    display: block;
}

nav ul.links > li ul > li:hover {
    background: #46B2D9;
}

nav ul.links > li ul > li:hover > a {
    background: #46B2D9;
    color: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    nav {
        display: none;
    }
}

nav .links li ul {
    position: absolute;
    left: 0;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: none;
}

nav .links li ul > li {
    clear: both;
    list-style: none;
    display: block;
    padding: 0 10px;
    margin: 0;
    width: 100%;
}

nav .links li ul > li:hover {
    background: #9494b8;
}

nav .links li ul > li:hover > a {
    background: #9494b8;
    color: #fff;
}

nav .links li:hover > .drop {
    display: block;
    animation: fadeInRight 0.3s ease;
    -webkit-animation: fadeInRight 0.3s ease;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

#home .mobile-navigation {
    position: absolute;
    background: transparent;
}

.mobile-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #132C55;
}

.mobile-navigation button {
    background: none;
    color: #ffffff;
    border: none;
    outline: none;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
}

@media only screen and (max-width: 992px) {
    .mobile-navigation img {
        max-width: 12.5rem;
        width: 100%;
    }
}

@media only screen and (max-width: 568px) {
    .mobile-navigation img {
        max-width: 8rem;
    }
}

@media only screen and (min-width: 1025px) {
    .mobile-navigation {
        display: none;
    }
}

.mobile-menu-toggle {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 300%;
    outline: none;
    padding: 0;
    z-index: 2;
    background: none;
    width: 1.5rem;
    height: 1.5rem;
    display: none;
}

.mobile-menu-toggle:hover {
    opacity: 0.8;
}

.mobile-menu-toggle span {
    width: 1.1875rem;
    height: 2px;
    background: #849097;
    margin-bottom: 3px;
    margin-left: auto;
    display: block;
    z-index: 3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu-toggle span:last-child {
    width: 0.9375rem;
    height: 2px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1025px) {
    .mobile-menu-toggle {
        display: block;
    }
}

.mobile-menu {
    color: #586268;
    background: #ffffff;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    transform: translateX(-110%);
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
}

.mobile-menu .lang {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.75rem;
    position: absolute;
    bottom: 50px;
}

.mobile-menu .lang a {
    color: #132C55;
    text-decoration: none;
    margin-right: 1.25rem;
}

.mobile-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #132C55;
    color: #ffffff;
    padding: 1.5rem 2rem;
}

.mobile-menu__header p {
    font-family: "Poppins-Bold";
    font-size: 1.25rem;
    margin-left: 1rem;
}

.mobile-menu__header i {
    font-size: 2.5rem;
}

.mobile-menu.active {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-menu.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999;
}

.mobile-menu__close {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    width: 2rem;
    height: 2rem;
    font-size: 1.75rem;
    padding: 0;
    right: 1.5625rem;
    top: 1.25rem;
}

@media only screen and (max-width: 1025px) {
    .mobile-menu {
        display: block;
    }
}

.mobile-menu__list {
    margin: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    color: #586268;
    padding-left: 0;
}

.mobile-menu__list.is-active-1 {
    transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
}

.mobile-menu__list.is-active-1 .open {
    height: 100%;
    position: static;
    z-index: 1;
}

.mobile-menu__list.is-active-1 .open ul {
    display: block;
}

.mobile-menu__list.is-active-1 .open a[data-childlevel="1"] + ul {
    height: 100%;
}

.mobile-menu__list.is-active-1 .open a[data-childlevel="1"] + ul > li {
    height: auto;
}

.mobile-menu__list.is-active-2 {
    transform: translateX(-220%);
    -webkit-transform: translateX(-220%);
    -moz-transform: translateX(-220%);
    -ms-transform: translateX(-220%);
    -o-transform: translateX(-220%);
}

.mobile-menu__list.is-active-2 .open {
    height: 100%;
    position: static;
    z-index: 1;
}

.mobile-menu__list.is-active-2 .open ul {
    display: block;
}

.mobile-menu__list.is-active-2 .open > ul > li {
    position: static;
}

.mobile-menu__list.is-active-2 .open a[data-childlevel="2"] + ul {
    height: 100%;
}

.mobile-menu__list.is-active-2 .open a[data-childlevel="2"] + ul > li {
    height: auto;
}

.mobile-menu__item {
    list-style: none;
    padding: 0 32px;
}

.mobile-menu__item.active {
    background-color: #46B2D9;
}

.mobile-menu__item.active a {
    color: #fff;
}

.mobile-menu__list--child {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(110%);
    width: 100%;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
}

li.has-child ul.mobile-menu__list {
    margin-top: 0;
}

li.has-child > a::after {
    content: "\f054";
    font-family: "Font-Family-Regular";
    position: absolute;
    right: 10px;
}

.mobile-menu__link,
.mobile-menu__link:link,
.mobile-menu__link:visited,
.mobile-menu__back {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E8ECF1;
    color: #586268;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
    font-family: "Poppins-Regular";
    padding: 16px 0;
}

.mobile-menu__back {
    text-align: center;
    color: #586268 !important;
    width: 100% !important;
    padding: 12px 32px;
    font-size: 16px !important;
    height: 48px !important;
}

.mobile-menu__back:before {
    content: "\f060";
    font-family: "Font-Family-Regular";
    position: absolute;
    left: 32px;
    top: 0.9375rem;
    opacity: 1;
}

.btn {
    background: transparent;
    border: 0;
    outline: none;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    cursor: pointer;
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover {
    color: #ffffff;
}

.btn__primary {
    background-color: #46B2D9;
    color: #ffffff;
}

.btn__primary:hover {
    background-color: #62bad9;
}

.btn__outline {
    background: transparent;
}

.btn__outline__primary {
    border: 1px solid #46B2D9;
    color: #46B2D9;
}

.btn__outline__primary:hover {
    color: #ffffff;
    background-color: #46B2D9;
}

.carousel {
    -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
}

.carousel-inner,
.carousel-item {
    height: 100%;
    max-height: 600px;
}

@media only screen and (max-width: 768px) {
    .carousel-inner,
    .carousel-item {
        height: 300px;
    }
}

@media only screen and (max-width: 568px) {
    .carousel-inner,
    .carousel-item {
        height: 200px;
    }
}

.carousel-indicators {
    bottom: 1.5rem;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.carousel-indicators button {
    height: 0.75rem;
    width: 0.5rem;
    margin-right: 0.5rem;
    border: none;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.carousel-indicators button.active {
    background: #46B2D9;
    opacity: 1;
    width: 0.875rem;
    height: 0.875rem;
}

.carousel-indicators-control-prev,
.carousel-indicators-control-next {
    border: 0;
    background: transparent;
    outline: none;
}

.page-cover {
    height: 22.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-cover::after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(100% 575.11% at 0% 0%, #335abc 0.21%, #46B2D9 56.98%, rgba(51, 90, 188, 0) 100%);
    mix-blend-mode: multiply;
    z-index: 0;
}

@media only screen and (max-width: 568px) {
    .page-cover {
        height: 15rem;
    }
}

.breadcrumb {
    display: block;
    color: #132C55;
    padding: 12px 0;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    border-bottom: 1px solid rgba(19, 44, 85, 0.12);
    margin-bottom: 0;
    z-index: 1;
}

.breadcrumb__link {
    font-size: 0.875rem;
    font-family: "Poppins-Medium";
}

.breadcrumb__link a {
    color: #46B2D9;
    font-family: "Poppins-Regular";
}

.breadcrumb__link a::after {
    content: ">";
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.breadcrumb__item {
    margin-top: 0.5rem;
}

ul.list {
    padding-left: 0;
    margin-bottom: 0;
}

ul.list li {
    color: #2e3131;
    margin: 0;
    padding-bottom: 1.5rem;
    line-height: 20px;
    list-style: none;
    max-height: 100%;
    width: 100%;
    font-size: 1rem;
}

ul.list li:first-child {
    padding-top: 0;
}

ul.list li img {
    max-width: 6.25rem;
    width: 100%;
    height: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 1rem;
}

ul.list li.active a {
    color: #46B2D9;
    cursor: inherit;
}

ul.list li a {
    cursor: pointer;
    color: #2e3131;
    text-decoration: none;
}

ul.list li a:hover {
    color: #46B2D9;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.list li small {
    margin-right: 1rem;
    font-size: 0.75rem;
    display: block;
    color: #959FA5;
}

@media screen and (max-width: 512px) {
    ul.list li {
        font-size: 14px;
        line-height: 26px;
    }
}

.pagination {
    margin-top: 3.25rem;
}

.pagination .page-item {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}

.pagination .page-item.active .page-link {
    background: #46B2D9 !important;
    border-color: #46B2D9 !important;
    color: #ffffff;
}

.pagination .page-item .page-link {
    background-color: #f3f5f8;
    color: #586268;
    border: 0;
    padding: 0.375rem 0.75rem;
    height: 100%;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    text-decoration: none;
}

.pagination .page-item .page-link:hover {
    background-color: #eceef0;
}

h3 {
    color: #46B2D9;
}

section {
    padding: 4.5rem 0rem;
}

.owl-carousel {
    z-index: 0;
}

.social_icons a {
    font-size: 1rem;
    color: #ffffff;
    margin-right: 1.25rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.social_icons a:hover {
    color: #46B2D9;
}

#main_carousel {
    padding: 0 !important;
}

#main_carousel .carousel img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 600px;
}

@media only screen and (max-width: 768px) {
    #main_carousel .carousel img {
        max-height: 100%;
        -o-object-position: top;
        object-position: top;
    }
}

#main_carousel .carousel-inner {
    max-height: 600px;
}

#main_carousel .carousel-title {
    position: absolute;
    top: 40%;
    color: #ffffff;
    width: 100%;
}

#main_carousel .carousel-title p {
    font-size: 1.25rem;
    line-height: 2rem;
    max-width: 32.875rem;
    font-family: "Poppins-Light";
}

#main_carousel .carousel-title h1 {
    margin: 1rem 0rem;
}

@media only screen and (max-width: 1024px) {
    #main_carousel .carousel-title {
        display: none;
    }

    #slider .owl-dots {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    #main_carousel .carousel-title {
        display: none;
    }
}

#main_carousel .carousel-indicators {
    position: inherit;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

#main_carousel .carousel-indicators-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 1.625rem;
}

#about_section {
    padding: 0 !important;
    background-color: #F3F5F8;
}

#about_section .our_advantages {
    height: 11.25rem;
    background-color: #132C55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#about_section .our_advantages img {
    margin: auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    #about_section .our_advantages img {
        max-width: 30px;
        height: 30px;
    }
}

#about_section .our_advantages p {
    margin-top: 1rem;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    #about .our_advantages p {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 568px) {
    #about_section .our_advantages p {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 768px) {
    #about_section .our_advantages {
        height: 5.875rem;
        padding-top: 10px;
    }
}

#about_section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4.5rem 0rem;
}

@media only screen and (max-width: 768px) {
    #about .content,
    section:not(#contacts),
    #services {
        padding: 40px 0;
    }

    #category {
        min-height: 435px;
    }
}

#about_section .content h6 {
    display: none;
}

#about_section .content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

#about_section .content > div:last-of-type {
    max-width: 38.25rem;
    background: white;
    height: 25rem;
    margin-left: -48px;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 2.25rem 3rem;
}

@media only screen and (max-width: 768px) {
    #about_section .content > div:last-of-type {
        height: auto;
    }
}

#about_section .content > div:last-of-type p {
    margin: 2rem 0rem;
    line-height: 1.5rem;
    color: #586268;
    text-align: justify;
    max-height: 170px;
    overflow: auto;
}

#about_section .content .content__img {
    height: 456px;
    max-width: 44.0625rem;
}

@media only screen and (max-width: 992px) {
    #about_section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #about_section .content h6 {
        display: block;
        font-size: 2rem;
        line-height: 3rem;
        font-family: "Poppins-SemiBold";
        color: #46B2D9;
        margin-bottom: 1.5rem;
    }

    #about_section .content > div:last-of-type {
        padding-left: 30px;
        padding-right: 30px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 50.3125rem;
        margin-left: 0;
    }

    #about_section .content > div:last-of-type h3 {
        display: none;
    }

    #about_section .content > div:last-of-type p {
        margin-top: 0;
        max-height: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #about_section .content button {
        width: 100%;
    }
}

#services {
    padding: 4.5rem 0rem;
}

#services h3 {
    text-align: center;
}

#services .items {
    position: relative;
    min-height: 400px;
}

#services .items .item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15.25rem;
    overflow: hidden;
    transition: all 0.5s ease;
    display: none;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#services .items .item p {
    padding: 0.75rem 0rem;
    text-align: center;
    color: #586268;
}

#services .items .item:hover {
    text-decoration: none;
}

#services .splide__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    height: 290px;

}

#services .splide__slide.is-active img {
    border-radius: 4px 4px 0 0;
    height: 316px;
}

#services .splide__slide {
    top: 25px
}

#services .is-active.item {
    opacity: 1;
    z-index: 99;
    width: 21rem;
    display: block;
}

#services .is-active {
    top: 0
}

#services .item.is-active p {
    background-color: #46B2D9;
    color: #ffffff;
}

#services .item.prev {
    display: block;
    z-index: 2;
    transform: translate(-180%, -50%);
    -webkit-transform: translate(-180%, -50%);
    -moz-transform: translate(-180%, -50%);
    -ms-transform: translate(-180%, -50%);
    -o-transform: translate(-180%, -50%);
}

#services .item.prev img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#services .item.next {
    display: block;
    z-index: 2;
    transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    -moz-transform: translate(80%, -50%);
    -ms-transform: translate(80%, -50%);
    -o-transform: translate(80%, -50%);
}

#services .item.next img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#services .items .button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1000px;
    z-index: 100;
}

#services .button-container .button {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#services .button-container .button:hover {
    opacity: 1;
}

#services .button-container .button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #46B2D9;
    border-radius: 50%;
    z-index: -99;
}

#services .button-container .button:nth-child(1) {
    float: left;
}

#services .button-container .button:nth-child(2) {
    float: right;
}

#category a.category-item {
    width: 21rem;
    height: 19.75rem;
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
}

#category a.category-item:hover {
    text-decoration: none;
    -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}

#category a.category-item:hover p {
    background-color: #ffffff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
}

#category a.category-item:hover img {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
}

@media only screen and (max-width: 992px) {
    #category a.category-item:nth-child(2) {
        margin: 0 24px;
    }
}

#category img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#category a:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

#category p {
    color: #586268;
    text-align: center;
    padding: 0.75rem 0rem;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    width: 100%;
}

#customers {
    background-color: #F3F5F8;
}

#customers h3 {
    text-align: center;
}

#customers .card {
    max-width: 32.5rem;
    height: 16.4375rem;
    width: 100%;
    border: none;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 2rem 1.75rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 768px) {
    #customers .card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#customers .card-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media only screen and (max-width: 768px) {
    #customers .card-image {
        margin: auto;
    }
}

#customers .card:hover {
    text-decoration: none;
}

#customers .owl-carousel {
    margin-top: 2rem;
}

#customers .owl-carousel .owl-stage {
    height: 18.75rem;
}

#customers .owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#customers .owl-carousel .owl-dots button {
    width: 0.5rem;
    height: 0.5rem;
    background: #DFDFDF;
    margin-right: 0.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#customers .owl-carousel .owl-dots button.active {
    background: #46B2D9;
    width: 0.75rem;
    height: 0.75rem;
}

#customers .owl-carousel .owl-dots button:focus {
    outline: none;
}

#customers .customer-info {
    margin-left: 2rem;
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

#customers .customer-info > div:first-of-type {
    font-family: "Poppins-Light";
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

@media only screen and (max-width: 768px) {
    #customers .customer-info > div:first-of-type {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
}

#customers .customer-info h6 {
    font-family: "Poppins-SemiBold";
}

#slider {
    min-height: 120px;
    position: relative;
    height: 100%;
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
}

#slider .owl-dots {
    position: absolute;
    bottom: 36px;
    max-width: 1072px;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    background: #fff;
}

.owl-carousel button.owl-dot.active {
    width: 12px;
    height: 12px;
    background: #46B2D9;
}

@media only screen and (max-width: 1024px) {
    .splide__arrows {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #about_section .content {
        padding: 40px 0;
    }

    #media_center .content__img {
        max-width: 100% !important;
        min-width: 100% !important;
        height: 280px !important;
    }

    #customers .customer-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-left: 0;
    }

    #customers .customer-info h6 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0.75rem;
    }

    #customers .customer-info small {
        margin-bottom: 0.75rem;
    }

    #customers .customer-info > div:first-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (max-width: 586px) {
    #media_center .content__img {
        height: 176px !important;
    }

    #slider {
        min-height: 165px;
    }

    #slider .owl-dots {
        bottom: 20px;
    }
}

#media_center h3 {
    margin-bottom: 2rem;
    text-align: center;
}

#media_center img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#media_center .content__img {
    max-width: 520px;
    min-width: 520px;
    height: 400px;
}

@media only screen and (max-width: 991px) {
    #media_center img {
        max-width: 100%;
        max-height: 390px;
        -o-object-position: center;
        object-position: center;
    }
}

#media_center ul li {
    list-style: none;
    padding: 0.75rem 0rem;
    font-size: 1rem;
    border-bottom: 1px solid #E4E8EE;
}

#media_center ul li:last-of-type {
    border-bottom: none;
}

#media_center ul li a {
    color: #586268;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}

#media_center ul li a:hover {
    color: #46B2D9;
    text-decoration: none;
}

#media_center ul li small {
    color: #ACB3B8;
    display: block;
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
    #media_center ul li {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 991px) {
    #media_center ul {
        padding-left: 0;
    }
}

#contacts {
    padding: 0;
}

#map {
    margin: 0;
    width: 100%;
    height: 420px;
}

#info {
    float: right;
    margin: 0;
    width: 50%;
    height: 100%;
}

/*General marker style*/

.map-marker {
    position: relative;
    text-align: center;
    font-weight: bold;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    margin-top: -34px;
    /*Shift by arrow top+height*/
    margin-left: -13px;
    /*Shift by half the marker width*/
}

.map-marker div.arrow {
    position: relative;
    border-style: solid;
    border-color: #46B2D9 transparent transparent transparent;
    border-width: 10px 6px 0 6px;
    /*Arrow w/h is defined by the borders*/
    left: 5px;
    /*(Marker width - arrow width)/2*/
    width: 0px;
    height: 0px;
}

.map-marker div.icon {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #46B2D9;
    width: 81px;
    height: 80px;
    line-height: 75px;
    font-size: 12px;
    border-radius: 50%;
    margin-left: -30px;
    margin-top: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.map-marker.A div.icon:before {
    content: '\f3c5';
    font-family: 'Font-Family-Light';
    color: #ffffff;
    font-size: 2.1875rem;
}

.leaflet-marker-pane img {
    display: none;
}

main {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
}

main .main-section h5 {
    color: #132C55;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Poppins-SemiBold";
    margin-bottom: 2rem;
}

main .main-section-img {
    max-width: 32.5rem;
    min-width: 32.5rem;
    height: 22.5rem;
    margin-right: 2rem;
}

main .main-section-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

@media only screen and (max-width: 992px) {
    main .main-section-img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        min-width: 100%;
        max-height: 200px;
    }
}

main .main-section p {
    text-align: justify;
    color: #586268;
}

main#history .main-section-img {
    max-width: 15.25rem;
    height: 9.6875rem;
    min-width: 15.25rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    margin-left: 0;
}

main#history .img-grid {
    min-width: 34.6875rem;
    width: 100%;
}

main#history div,
main#terminals div {
    text-align: justify;
}

@media only screen and (max-width: 992px) {
    main#history .main-section-img {
        margin-left: 0;
        margin-right: 0;
    }

    main#history .img-grid {
        min-width: none;
        max-width: 35rem;
        margin: 32px auto;
    }

    main#history p {
        margin: -20px 0
    }
}

@media only screen and (max-width: 768px) {
    main#history .main-section-img {
        max-width: 8.9375rem;
        height: 5.75rem;
        min-width: 0;
        margin-bottom: 2rem;
    }

    main#history .img-grid {
        min-width: 18.75rem;
        max-width: 100%;
        margin: 32px auto 0;
    }

    main#history {
        padding-bottom: 60px;
    }
}

main {
    padding-top: 20px;
}

#partners .card {
    width: 276px;
    padding: 28px 49px;
    border: 0;
}

@media only screen and (max-width: 768px) {
    #partners .card {
        width: 100%;
    }
}

#partners .owl-nav.disabled {
    display: block;
}

#partners .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    background: #46B2D9;
    color: #ffffff;
    font-size: 1.25rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#partners .owl-nav button.owl-next {
    right: 0;
}

#partners .owl-nav button span {
    line-height: 40px;
    font-size: 38px;
    font-family: 'Poppins-Light';
}

#partners .owl-nav button:focus {
    outline: none;
}

.services-grid .card {
    border: 0;
    width: 11.75rem;
}

#about_section .content > div:last-of-type div {
    text-align: justify;
}

@media only screen and (max-width: 568px) {
    #about_section .content .content__img {
        height: 206px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .services-grid .card-image {
        height: 7.75rem;
    }

    #services .splide__slide img,
    #services .splide__slide.is-active img {
        height: 106px
    }

    #category a.category-item {
        height: auto;
    }

    #services .splide__slide, #services .is-active {
        top: 0;
    }
}

.services-grid .card-image {
    width: 11.75rem;
    height: 208px;
}

.services-grid .card-image img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.services-grid .card h6 {
    font-size: 1rem;
    color: #586268;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
}

.services-grid .card:hover {
    text-decoration: none;
}

.services-grid .card:hover .card-image img {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
}

.services-grid .card:hover h6 {
    background-color: #46B2D9;
    color: #ffffff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
}

.services-single h5 {
    margin-bottom: 1rem !important;
}

.services-single ul {
    list-style: none;
    padding-left: 0;
}

.services-single ul li {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #E4E8EE;
    width: 21rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media only screen and (max-width: 568px) {
    .services-single ul li {
        width: 100%;
    }

    .services-single ul li:last-child {
        border-bottom: none;
    }
}

.services-single ul li.active {
    background-color: #46B2D9;
}

.services-single ul li.active a {
    color: #ffffff;
}

.services-single ul li:hover {
    background-color: #46B2D9;
}

.services-single ul li:hover a {
    color: #ffffff;
    text-decoration: none;
}

.services-single ul li a {
    color: #586268;
    display: block;
}

.services-single .article {
    margin-left: 2rem;
}

.services-single .article-img {
    max-width: 704px;
    height: 400px;
    margin-bottom: 1.25rem;
}

.services-single .article-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    object-position: top;
}

.services-single .article-text {
    font-size: 0.875rem;
    color: #586268;
    text-align: justify;
}

@media only screen and (max-width: 568px) {
    .services-single .article {
        margin-left: 0;
    }

    .services-single .article-img {
        margin-bottom: 12px;
        height: 199px;
    }

    #category {
        min-height: 255px;
    }

    .routes-content-text .content__img {
        height: 199px !important;
    }
}

.routes-content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .routes-content-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.routes-content-text.left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.routes-content-text.left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.routes-content-text.left > div {
    max-width: 26.75rem;
    margin-left: 2rem;
    margin-bottom: 20px;
}

.routes-content-text.left > .content__img {
    max-width: 100%;
    width: 612px;
    height: 412px;
    margin-left: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .routes-content-text.left > div {
        margin-left: 0;
        margin-bottom: 28px;
        margin-top: 12px;
    }
}

.routes-content-text.right {
    margin-top: -115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.routes-content-text.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.routes-content-text.right > div {
    max-width: 32.5rem;
    margin-right: 2rem;
    margin-top: 50px;
}

.routes-content-text.right > .content__img {
    max-width: 100%;
    width: 520px;
    height: 344px;
    margin-right: 0;
}

@media only screen and (max-width: 992px) {
    .routes-content-text.right,
    .routes-content-text.left {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }

    .routes-content-text.right img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .routes-content-text.right > div,
    .routes-content-text.left > div {
        max-width: 100%;
        margin: 12px 0;
    }

    .routes-content-text.right img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .routes-content-text.right > div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 28px;
        margin-top: 12px;
        margin-right: 0;
    }

    .routes-content-text.right img,
    .routes-content-text.left img {
        max-width: 100%;
    }
}

.advice-grid .card,
.news-grid .card {
    border: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.advice-grid .card-image,
.news-grid .card-image {
    width: 336px;
    height: 286px;
}

.advice-grid .card-image img,
.news-grid .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    object-fit: cover;
}

.advice-grid .card h6,
.news-grid .card h6 {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #586268;
    font-family: "Poppins-SemiBold";
}

@media only screen and (max-width: 768px) {
    .advice-grid .card h6,
    .news-grid .card h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
        padding: 0;
        margin-top: 8px;
    }
}

.advice-grid .card:hover,
.news-grid .card:hover {
    text-decoration: none;
}

.advice-grid .card:hover h6,
.news-grid .card:hover h6 {
    color: #46B2D9;
}

#advice-single .main-section-img {
    max-width: 428px;
    min-width: 428px;
    height: 392px;
}

@media only screen and (max-width: 768px) {
    #advice-single .main-section-img {
        min-width: 100%;
    }
}

.news-grid .card h6 {
    padding: 0.5rem 0rem;
    font-size: 0.875rem;
    color: #586268;
    font-family: "Poppins-SemiBold";
}

@media only screen and (max-width: 568px) {
    .news-grid .card h6 {
        padding: 0;
    }
}

.news-grid .card small {
    color: #ACB3B8;
    padding-top: 0.75rem;
    font-family: "Poppins-SemiBold";
}

.contact-info h5 {
    margin-bottom: 1rem !important;
}

.contact-info p {
    max-width: 21rem;
    text-align: justify;
    margin-right: 2rem;
    padding-top: 1.25rem;
}

@media only screen and (max-width: 992px) {
    .contact-info p {
        max-width: 100%;
        margin-right: 0;
    }
}

.contact-info .input-box {
    margin-bottom: 1rem;
}

.contact-info .input-box label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}

.contact-info .input-box input {
    min-width: 21rem;
    height: 3rem;
}

@media only screen and (max-width: 992px) {
    .contact-info .input-box input {
        min-width: 100%;
    }
}

.contact-info .input-box input,
.contact-info .input-box textarea {
    color: #586268;
    width: 100%;
    padding: 0.75rem 1rem;
    background: #F3F5F8;
    border: 1px solid #F3F5F8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.contact-info .input-box input::placeholder,
.contact-info .input-box textarea::placeholder {
    color: #c4c4c4;
}

.contact-info .input-box input:focus,
.contact-info .input-box textarea:focus {
    outline: none;
}

.contact-info .input-box.message {
    margin-left: 2rem;
}

@media only screen and (max-width: 992px) {
    .contact-info .input-box.message {
        margin-left: 0;
    }
}

.contact-info .btn {
    padding: 0.75rem 3.25rem;
    margin-top: 0.5rem;
}

#contacts_modal {
    position: absolute;
    width: 420px;
    height: 476px;
    left: 511px;
    top: 216px;
    background: #FFFFFF;
    border-radius: 4px;
}

#contacts_modal::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 992px) {
    #contacts_modal {
        width: 330px;
        height: 400px;
    }
}

.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-window > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 420px;
    height: 476px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
    position: relative;
}

.modal-window h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-family: "Poppins-Bold";
    text-align: center;
    color: #132C55;
}

.modal-window p {
    text-align: center;
}

.modal-close {
    color: #586268;
    font-size: 1.25rem;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    text-decoration: none;
    background: none;
    border: none;
    outline: none;
}

.modal-close:hover {
    color: black;
}

.modal-close:focus {
    outline: none;
}

.statistics {
    background-image: url("../img/statistics.png");
    background-position: top;
    height: 16.25rem;
    position: relative;
}

.statistics > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (max-width: 568px) {
    .statistics > .container {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .statistics {
        height: 100%;
        min-height: 19.5rem;
        padding: 0;
        background-position: top;
        background-size: cover;
        background-attachment: scroll;
    }

    .statistics .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.statistics__item {
    color: #ffffff;
    z-index: 1;
    text-align: center;
}

.statistics__item span {
    font-family: "Poppins-Bold";
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

@media only screen and (max-width: 768px) {
    .statistics__item span {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
}

.news-content .article {
    max-width: 44rem;
    width: 100%;
    color: #586268;
}

.news-content .article img {
    max-width: 44rem;
    width: 100%;
}

.news-content .article small {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    display: block;
}

.news-content .article h5 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0.75rem;
}

.news-content .article p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.news-content ul {
    padding-left: 20px;
    list-style: none;
    max-width: 21rem;
}

@media only screen and (max-width: 992px) {
    .news-content ul {
        padding-left: 0;
        max-width: 100%;
        margin-top: 40px;
    }
}

.news-content ul li {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #E4E8EE;
    width: 100%;
}

.news-content ul li a {
    color: #586268;
    font-size: 0.875rem;
    font-family: 'Poppins-Medium';
}

.news-content ul li a small {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ACB3B8;
    margin-bottom: 8px;
}

.news-content ul li a:hover {
    text-decoration: none;
    color: #46B2D9;
}

.news-content ul li a:hover small {
    color: #ACB3B8;
}

.news-content ul li :last-child {
    border-bottom: none;
}

.splide {
    padding: 20px 0;
}

.splide__slide .item {
    display: block;
    width: 100%;
    border-radius: 8px;
    transform: scale(0.8);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
}

@media only screen and (max-width: 768px) {
    .splide__slide .item {
        transform: scale(0.9);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
}

.splide__slide .item p {
    padding: 0.75rem 0rem;
    text-align: center;
    color: #586268;
}

.splide__slide .item:hover {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .splide__slide.is-active .item {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

.splide__slide.is-active .item p {
    background-color: #46B2D9;
    color: #ffffff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
}

.splide .splide__arrow {
    top: 50%;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #46B2D9;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.splide .splide__arrow svg {
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 992px) {
    .splide .splide__arrow {
        display: none;
    }
}

.splide__arrow.splide__arrow--prev {
    left: -5px;
}

.splide__arrow.splide__arrow--next {
    right: -65px;
}

.search-list {
    max-width: 44rem;
    width: 100%;
    padding-right: 32px;
}

.search-list .result_category {
    color: #586268;
    font-size: 1rem;
    font-family: "Poppins-SemiBold";
    margin-bottom: 2rem;
}

.search-list ul {
    padding-left: 0;
}

.search-list ul li {
    list-style: none;
}

.search-list ul li a {
    text-decoration: none;
    color: #586268;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.search-list ul li a:hover {
    color: #46B2D9;
}

.search-list ul li h6 {
    font-size: 1.25rem;
    font-family: "Poppins-SemiBold";
}

ul.custom-list {
    padding-left: 0;
    padding-right: 0.75rem;
}

ul.custom-list li {
    color: "Poppins-SemiBold";
    margin: 0;
    padding: 1rem 1rem 1rem 0rem;
    line-height: 24px;
    list-style: none;
    border-bottom: 1px solid #e4e8ee;
    max-height: 100%;
    width: 100%;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

ul.custom-list li img {
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 1rem;
}

ul.custom-list li.active a {
    color: #46B2D9;
    cursor: inherit;
}

ul.custom-list li a {
    cursor: pointer;
    color: #586268;
    text-decoration: none;
    font-family: "Poppins-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

ul.custom-list li a:hover {
    color: #46B2D9;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.custom-list li span {
    margin-right: 1rem;
    font-size: 0.75rem;
    display: block;
    color: #ACB3B8;
}

@media screen and (max-width: 512px) {
    ul.custom-list li {
        font-size: 14px;
        line-height: 26px;
    }
}

#not_found {
    padding-bottom: 0;
    padding-top: 72px;
}

#not_found h5 {
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 0;
}

#not_found p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #586268;
    margin-bottom: 100px;
    padding: 0 20px;
}

#not_found .boat,
#not_found .boat_bg {
    max-width: 100%;
    display: block;
}

#not_found .boat_bg {
    width: 100%;
}

#not_found .boat {
    margin: 0 auto -70px;
}

@media screen and (max-width: 992px) {
    #not_found h5 {
        font-size: 24px;
        line-height: 32px;
    }
}

#search_results h5 {
    margin-bottom: 16px;
}

#search_results p {
    max-width: 385px;
}

@media only screen and (max-width: 568px) {
    #not_found .boat {
        margin: 0 auto -40px;
    }

    .services-grid,
    .advice-grid,
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid .card,
    .advice-grid .card,
    .news-grid .card {
        width: 145px;
        margin-bottom: 0;
    }

    .services-grid .card-image,
    .advice-grid .card-image,
    .news-grid .card-image {
        width: 143px;
        height: 120px;
    }
    .main-section div{
        text-align: justify;
    }

    main {
        padding-bottom: 40px;
    }
}

#loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #F3F5F8;
    z-index: 9999;
}

.loader1 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    font-size: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background-color: #46B2D9;
    opacity: 0.6;
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background-color: #46B2D9;
    opacity: 0.8;
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background-color: #46B2D9;
    opacity: 1;
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background-color: #46B2D9;
    opacity: 0.8;
}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background-color: #46B2D9;
    opacity: 0.4;
}

@keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

/*# sourceMappingURL=main.css.map */
