/*!
Theme Name: INSTEP Corporate
Theme URI: http://underscores.me/
Author: INSTEP Corporate
Author URI: http://INSTEP%20Corporate
Description: INSTEP Corporate
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: instep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

INSTEP Corporate is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

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

/* Normalize
--------------------------------------------- */

/*! 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;
    -webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * 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 {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 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;
    font-size: 1em;
}

/* 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;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * 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;
    font-size: 1em;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Museo Sans, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    margin-top: 21px;
}

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

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


@media (max-width: 767px) {
    .main-navigation {
        width: 100%;
    }
	#searchform{
		 width: 100%;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

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

.post,
.page {
    margin: 0 0 0em;
}

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.mega-toggle-blocks-right {
    position: relative;
}

/* Make sure logo link wraps around logo image. */
@media screen and (min-width: 1280px) {
    .site-branding .custom-logo-link {
        display: inline-block;
        height: 61px;
        width: 100%;
        text-align: center;
    }

    .site-branding .custom-logo-link img {
        height: 100%;
        width: auto;
    }

    .site-branding .col-md-8.col-sm-12.col-12 {
        min-width: calc(100% - 440px);
        max-width: calc(100% - 440px);
        width: calc(100% - 440px);
    }

    .site-branding .col-2.col-md-2 {
        padding: 0 !important;
        min-width: 220px;
        max-width: 220px;
    }

    .site-branding .flex {
        display: flex;
        position: relative;
        top: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .site-branding .custom-logo-link {
        display: inline-block;
        height: 61px;
        width: 100%;
        text-align: center;
    }

    .site-branding .custom-logo-link img {
        height: 100%;
        width: auto;
    }

    .site-branding .col-md-8.col-sm-12.col-12 {
        min-width: calc(100% - 400px);
        max-width: calc(100% - 400px);
        width: calc(100% - 400px);
    }

    .site-branding .col-2.col-md-2 {
        padding: 0 !important;
        min-width: 200px;
        max-width: 200px;
    }

    .site-branding .flex {
        display: flex;
        position: relative;
        top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .site-branding .custom-logo-link {
        display: inline-block;
        height: 40px;
        width: 100%;
        text-align: center;
    }

    .site-branding .col-md-8.col-sm-12.col-12 {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .mega-toggle-blocks-center img {
        height: 100%;
        width: auto;
    }

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

    .site-branding .flex {
        display: flex;
        position: relative;
        top: 0px;
    }
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

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

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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


@font-face {
    font-family: Museo Sans;
    src: url('./font/museo_sans_ssv/MuseoSans-300.otf');
    font-weight: 300;
}

@font-face {
    font-family: Museo Sans;
    src: url('./font/museo_sans_ssv/MuseoSans-300.otf');
    font-weight: 400;
}

@font-face {
    font-family: Museo Sans;
    src: url('./font/museo_sans_ssv/MuseoSans_500.otf');
    font-weight: 500;
}

@font-face {
    font-family: Museo Sans;
    src: url('./font/museo_sans_ssv/MuseoSans_700.otf');
    font-weight: 600;
}

@font-face {
    font-family: Museo Sans;
    src: url('./font/museo_sans_ssv/MuseoSans_700.otf');
    font-weight: 700;
}

*:not(i) {
    /* font-size: 100%; */
    font-family: Museo Sans !important;
}

.text-head {
    margin-bottom: 24px;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    align-items: center;
    text-align: center;
    color: #1D2329;
}

.primary-text {
    color: #00A19C !important;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
}

.primary-text-s {
    color: #00A19C !important;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #00A19C;
    padding-bottom: 5px;
}

.fa-envelope-o {
    color: #00A19C;
}

.primary-text-xs {
    color: #00A19C !important;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 40px !important;
}


html {
    scroll-behavior: smooth;
}


.bg-drop-primary {
    background: #00A19C;
}

.bg-drop-secondary {
    background: #F8F8F8;
}

.instep-border img {
    border-radius: 16px
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    font-size: 18px;
    outline: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background: rgba(41, 50, 59, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    border-radius: 79px;
    height: 40px;
    width: 40px;
}

#myBtnDow {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 50%;
    z-index: 999;
    font-size: 18px;
    outline: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background: rgba(41, 50, 59, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    border-radius: 79px;
    height: 40px;
    width: 40px;
}

#myBtn:hover {
    background-color: #555;
}

header.site-header .row.site-branding {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.site-branding {
    display: flex;
}

.bg-color-second {
    background: #F3F3F3
}

footer {
    background: #00A19C;
    padding-top: 44px;
}

.bg-color-third {
    background: #326F6D;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.introduction {
    background: #FFFFFF;
}

.introduction-content {
    margin-left: 86px;
}

.introduction-content .widget-title {
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
}

.introduction-content .textwidget {
    font-family: Museo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
}


.news-content {
    padding: 57px 72px 61px 72px !important;
}

.cell-content {
    padding: 32px !important;
    background-color: #FFFFFF;
}

.cell-content img {
    width: 100%;
}

.widget_siteorigin-panels-postloop {
    display: flex;
    margin-left: 72px;
    margin-right: 48px;
}

/* .widget_siteorigin-panels-postloop img{
	width: 100%;
} */


/* .panel-grid-cell .widget-title{
	font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #00A19C;
} */

/* .site-info{
	display: none;
} */

footer ul {
    list-style-type: none;
    display: contents;
}

footer ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}


footer ul li a:hover {
    color: #FFFFFF;
}

footer ul li a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

footer ul li .sub-menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

footer ul li .sub-menu a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.panel-grid-cell .widget-title {
    margin-bottom: 0px;
}

.site-footer .widget-title {
    color: #FFFFFF;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.widget-area .widget_nav_menu .menu {
    margin-left: 0px;
    padding-left: 0px;
}

#first {
    margin-left: 72px;
    width: 25%;
}

#secondary {
    width: 25%;
}

#third {
    width: 25%;
}

#four {
    width: 25%;
}

.footer .panel-grid-cell {
    display: flex;
}

.image-link {
    width: 25%;
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.image-link img {
    width: auto;
    height: 100% !important;
}

.contact-form {
    /* width: 50%; */
    padding-left: 72px !important;
    padding-top: 5%;
}

.contact-form h1 {
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    display: contents;
    align-items: center;
    color: #00A19C;
}

.contact-form p {
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #29323B;
    margin-top: 24px;
}

#wpfront-scroll-top-container {
    width: 44px;
}

.content-new .title-content-new {
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #1D2329;
    text-decoration: none;
    margin-top: 24px;
    margin-bottom: 16px;
}

.content-new {
    padding-bottom: 60px;
    padding-right: 24px;
}

.content-new img {
    width: auto;
    max-height: 100% !important;
}

.primary-shade-lates-new {
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #1D2329;
}

.mega-menu-wrap {
    background-color: #FFFFFF;
}

.wpls-logo-showcase .slick-dots li.slick-active button {
    background-color: #00A19C !important;
}

.wpls-logo-showcase .slick-dots li button {
    border: 0px solid #00A19C !important;
    background-color: #A9ADB1 !important;
}

.site-branding {
    /* margin-top: 21px; */
}

.mg-left {
    margin-left: 72px;
}

.boder-bottom {
    border: none !important;
    border-bottom: 1px solid #A9ADB1 !important;
}

.mc4wp-form-fields .primary {
    background: none;
    color: #697076 !important;
    width: 70%;
    height: 50px;
    border: none;
}

.text-img {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #FFFFFF;
}

#site-navigation-footer {
    display: flex;
}

.site-info #site-navigation-footer li {
    display: inline;
}

.site-info #site-navigation-footer li a {
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding-right: 24px;
}

.site-info #site-navigation-footer li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.site-info #site-navigation-footer li:not(:first-child) {
    padding-left: 24px;
    border-left: 1px solid #fff;
}


.mega-sub-menu {
    background: #F8F8F8 !important;
}

.submenu-right {
    background: #F8F8F8 !important;
    padding-left: 110px !important;
    min-height: 400px !important;
    padding-top: 20px !important;
}

.submenu-right .mega-sub-menu {
    background: #F8F8F8 !important;
}

.mega-submenu-right {
    background: #F8F8F8 !important;
    padding-left: 110px !important;
    min-height: 400px !important;
    padding-top: 20px !important;
}

.mega-submenu-right .mega-sub-menu {
    background: #F8F8F8 !important;
}

.submenu-left {
    background: #00A19C !important;
    min-height: 400px !important;
}

.submenu-left .mega-sub-menu .textwidget p {
    color: #FFFFFF;
    margin-left: 72px;
}

.submenu-left .mega-sub-menu .textwidget {
    margin-top: 70px;
}

.submenu-left .mega-sub-menu .textwidget p a {
    color: #FFFFFF;
    margin-top: 24px !important;
    text-decoration: underline;
}

.mega-submenu-left {
    background: #00A19C !important;
    min-height: 400px !important;
}

.mega-submenu-left .mega-sub-menu .textwidget p {
    color: #FFFFFF;
    margin-left: 72px;
    padding-right: 30px;
}

.mega-submenu-left .mega-sub-menu .textwidget {
    margin-top: 70px;
}

.mega-submenu-left .mega-sub-menu .textwidget p a {
    color: #FFFFFF;
    margin-top: 24px !important;
    text-decoration: underline;
}

#copyright {
    text-align: right;
    color: white;
    padding-right: 72px;
    width: 15%;
}

.menu-bottom-footer-menu-container {
    padding-top: 20px;
    width: 85%;
}

.news-content .cell-content .textwidget {
    display: flex;
}

.news-content .cell-content .textwidget img {
    margin-left: 10px;
}

.img-unset {
    width: unset !important;
    margin-left: 10px;
    margin-right: 24px;
}

.flex {
    display: flex;
    position: absolute;
    bottom: 15px;
}

.fa-envelope {
    color: #00A19C;
}


/* .news .elementor-widget-container{
    margin-left: 72px !important;
    margin-right: 48px !important;
} */

li.mega-menu-item > a.mega-menu-link {
    font-family: Museo Sans;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    align-items: center;
    text-align: center;
    color: #29323B !important;
}

.mega-menu-wrap ul {
    background-color: #FFFFFF !important;
}

li.mega-menu-item > a.mega-menu-link:hover {
    background-color: #FFFFFF !important;
    border-bottom: solid 2px #00A19C !important;
}

li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: #FFFFFF !important;
}

li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: none !important;
    font-family: Museo Sans;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 28px !important;
}

li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: #F8F8F8 !important;
    color: #00a19c !important;
    border-bottom: none !important;
}

li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    margin-left: 20px !important;
    font-family: Museo Sans;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    list-style: disc outside none !important;
    display: list-item !important;
    padding: 0px !important;
}

li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
    margin-left: 10px !important;
}

::marker {
    color: #C4C4C4;
}


li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    background-color: #F8F8F8 !important;
    color: #00a19c !important;
    border-bottom: none !important;
}

li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 12px 12px 12px 12px !important;
}

.connect .elementor-element-populated {
    padding: 0px !important;
}


.latest-news .elementor-widget-container {
    display: flex;
}

.mc4wp-form-fields input:focus-visible {
    outline: none;
}

.mc4wp-form .mc4wp-form-fields .input-group .form-control:focus {
    outline: none;
    background-color: unset;
    box-shadow: unset;
}

#masthead.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: white;
    width: 100vw;
}

#sticky-social-icons-container ul li a i.fab.fa-facebook::before {
    /* content: url('../../../../../wp-content/uploads/2021/10/image-9.png'); */
    content: url('../../../../../wp-content/uploads/2021/10/image-13.png');
}

#sticky-social-icons-container ul li a:hover i.fab.fa-facebook::before {
    content: url('../../../../../wp-content/uploads/2021/10/image-13.png');
}

#sticky-social-icons-container ul li a i.fab.fa-instagram-square::before {
    /* content: url('../../../../../wp-content/uploads/2021/10/image-10.png'); */
    content: url('../../../../../wp-content/uploads/2021/10/image-14.png');
}

#sticky-social-icons-container ul li a:hover i.fab.fa-instagram-square::before {
    content: url('../../../../../wp-content/uploads/2021/10/image-14.png');
}

#sticky-social-icons-container ul li a i.fab.fa-youtube::before {
    /* content: url('../../../../../wp-content/uploads/2021/10/image-11.png'); */
    content: url('../../../../../wp-content/uploads/2021/10/image-15-2.png');
}

#sticky-social-icons-container ul li a:hover i.fab.fa-youtube::before {
    content: url('../../../../../wp-content/uploads/2021/10/image-15-2.png');
}

#sticky-social-icons-container ul li a i.fab.fa-linkedin::before {
    /* content: url('../../../../../wp-content/uploads/2021/10/image-12.png'); */
    content: url('../../../../../wp-content/uploads/2021/10/image-16.png');
}

#sticky-social-icons-container ul li a:hover i.fab.fa-linkedin::before {
    content: url('../../../../../wp-content/uploads/2021/10/image-16.png');
}

.latest-news-thumbnail {
    max-height: 100%;
}

.elementor-widget-button .elementor-button-wrapper a:hover svg {
    fill: #00A19C;
}

.flex span:hover svg {
    fill: #00A19C;
}

.centered {
    position: absolute;
    white-space: nowrap;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 64px;
    color: white;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 3.65vw !important;
    line-height: 5.5vw !important;
}

.centered-in-post {
    width: 100%;
    top: 50%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 50px;
    line-height: 60px;
    z-index: 99;
}

.parent-centered-in-post {
    color: white;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.parent-centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: Museo Sans;
    font-style: normal;
    font-weight: 600;
    /* font-size: 24px; */
    line-height: 32px;
    font-size: 1.7vw !important;
}

.entry-header .post-thumbnail img {
    width: 100%;
}

.elementor-widget-container .content-new {
    width: 100%;
}

.entry-header {
    position: relative;
    margin-bottom: 26px;
}

.breadcrumb-home a {
    color: #00847C;
}

.breadcrumb-home {
    padding-left: 72px;
    margin-right: 8px;
}

.post .heateor_sss_sharing_container {
    padding-left: 72px;
    padding-bottom: 3px;
}

.title-page-post {
    padding-left: 72px;
    margin-right: 8px;
    margin-top: 30px;
}

.date-in-post {
    padding-left: 72px;
}

.post-page {
    color: #00847C;
    padding-right: 8px;
    padding-left: 8px;
}

.current-item {
    color: #000000;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.mc4wp-form .mc4wp-form-fields .input-group .form-control {
    width: 70% !important;
    flex: unset;
}

.mc4wp-form .mc4wp-form-fields .input-group-append {
    display: inline;
    margin-top: 10px;
    position: absolute;
    left: 65%;
}

.form-footer h1 {
    margin-left: 72px;
}

.img-footer {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}


.site-header .site-branding a:hover {
    text-decoration: none;
}

.site-header .site-branding .main-navigation .mega-menu-wrap ul {
    padding: 0px !important;
}

.site-main .entry-content {
    margin: 0em 0 0 !important;
}

.input-group-append .btn {
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F3F3F3 100%), #FFFFFF;
    border: none;
    z-index: 999 !important;
    padding: 0;
}

.mega-current-menu-item a {
    background-color: #FFFFFF !important;
    border-bottom: solid 2px #00A19C !important;
}

.mega-current-menu-item li:not(.mega-current-menu-item) a {
    background-color: inherit !important;
    border-bottom: none !important;
}

.breadcrumb-home .fa-home {
    margin-right: 5px;
}

.site-main .post-thumbnail {
    /*max-height: 386px;*/
    overflow: hidden;
    margin-top: 61px;
}

.content-new .entry-content a:hover, .elementor-element-populated h1:hover, .elementor-element-populated h2:hover {
    color: #00A19C !important;
}

div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 92px;
}

.training-text-title .elementor-widget-container .elementor-heading-title {
    white-space: break-spaces;
}

.maintenance .elementor-widget-container .elementor-heading-title {
    word-break: break-word;
}

.about-us-unique .elementor-widget-container {
    min-height: 364px !important;
}

.about-us-donut .elementor-widget-container {
    min-width: 384px !important;
    min-height: 192px !important;
}

.about-us-infobox .elementor-widget-container .infobox-content {
    text-align: left !important;
    padding-left: 12px;
    padding-right: 12px;
}

.about-us-infobox .elementor-widget-container .infobox-content .infobox-button {
    text-align: left !important;
}

.about-us-infobox .elementor-widget-container .infobox-content .title {
    min-height: 60px;
    font-weight: bold;
}

#wpforms-form-223 .wpforms-submit-container {
    text-align: center;
}

#wpforms-form-9033 .wpforms-submit-container {
    text-align: center;
}

#wpforms-submit-223 {
    width: 635px;
    height: 60px;
    background: #00A19C;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

#wpforms-submit-9033 {
    width: 635px;
    height: 60px;
    background: #00A19C;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.cs-form-salutation {
    width: 100px !important;
}

.cs-form-name {
    width: calc(44% - 100px) !important;
}

.instep-news-listing .entry-header {
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 61px;
    min-height: 386px;
    background-image: url('/wp-content/uploads/2021/10/Rectangle-2839-4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 600;
    font-size: 60px;
    line-height: 64px;
}

.instep-news-listing .entry-content {
    min-height: 402px;
    background: #F2F2F2;
    border-radius: 16px 0px 0px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.instep-news-listing .entry-content:not(.pr-0) {
    justify-content: space-between;
}

.instep-news-listing .entry-content .title-content-new {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
}

.instep-news-listing .entry-content:hover a {
    color: #00A19C !important;
}

.instep-news-listing .featured-post-img {
    background-image: url('/wp-content/uploads/2021/10/Frame-5096-2.png');
    min-height: 402px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 16px 16px 0;
}

.instep-news-listing .list-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.instep-news-listing .list-filter-year,
.instep-news-listing .list-filter-cat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.instep-news-listing .load-more-container {
    justify-content: center;
    color: white
}

.instep-news-listing .instep_loadmore {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 48px;
    background: white;
    border-radius: 8px;
    border: 1px solid #00A19C;
    color: #00A19C;
}

.instep-news-listing .instep_loadmore:hover {
    background: #00A19C;
    color: white;
}

.instep-news-listing .instep_loadmore:before {
    content: "+";
    padding-right: 10px;
    font-size: 22px;
    padding-bottom: 3px;
}

.image-link.no-gutters:hover .page-name .text-img {
    background-color: #00a19ccc;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    transition: .5s ease;
}

.image-link.no-gutters .page-name img {
    min-width: 100%;
}

.elementor-widget-wp-widget-footer_widget .row div:nth-of-type(2) {
    border-right: 2px solid #f3f3f3;
}

#os-lp-assess-cert {
    margin: -136px 0 -136px 0;
}

#os-lp-pro-dev-pro {
    margin: 68px 0 68px 0;
}

.latest-news-thumbnail {
    max-height: calc(277.33 / 1440 * 100vw) !important;
    width: calc(416 / 1440 * 100vw) !important;
    overflow: hidden;
    border-radius: 16px;
    transition: 0.5s;
}

#instep_posts_wrap .latest-news-thumbnail {
    width: 100% !important;
    height: calc(277.33 / 1440 * 100vw) !important;
    border-radius: 16px 16px 0 0;
}

#instep_posts_wrap .latest-news-thumbnail a.post-thumbnail {
    width: 100% !important;
    height: 100% !important;
}

#instep_posts_wrap .latest-news-thumbnail a.post-thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.latest-news-thumbnail:hover {
    -ms-transform: scale(1.055); /* IE 9 */
    -webkit-transform: scale(1.055); /* Safari 3-8 */
    transform: scale(1.055);
}

#instep_posts_wrap .entry-content {
    padding-left: 15px;
    padding-right: 15px;
}

#instep_posts_wrap .flex {
    position: absolute;
    bottom: 80px;
}

.instep-news-listing #posts_by_cat .cat-active {
    font-weight: 600;
    color: #00a19c;
    border-bottom: 4px solid #00a19c;
}

.instep-news-listing .list-filter-year .title {
    font-weight: 600;
    color: #00a19c;
}

.instep-news-listing #posts_by_year {
    border: none;
}

.instep-news-listing .entry-content.pr-0:hover .img-unset,
.instep-news-listing .entry-content .img-unset.hover {
    display: none;
}

.instep-news-listing .featured-post:hover .img-unset {
    display: none;
}

.instep-news-listing .featured-post:hover .img-unset.hover {
    display: inline;
}

.instep-news-listing .featured-post .entry-content {
    padding-left: 32px;
}

.instep-news-listing .featured-post .primary-text-s {
    width: fit-content;
}

.instep-news-listing .featured-post .entry-content:hover .primary-text-s {
    color: white !important;
    text-decoration: none;
}

.instep-news-listing .featured-post:hover {
    border: 1px solid #00a19c;
    border-radius: 16px;
}

.instep-news-listing .featured-post:hover .entry-content {
    background: #00A19C;
}

.instep-news-listing .featured-post:hover .title-content-new {
    color: white !important;
    text-decoration: none;
}

.instep-news-listing .featured-post:hover .primary-text-s {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    color: white !important;
}

.instep-news-listing .featured-post:hover .img-unset {
    stroke: #ffffff;
    fill: none;
}

#nav_menu-2,
#nav_menu-3 {
    height: calc(240 / 1440 * 100vw);
}

.list-filter-year {
    position: relative;
    display: inline-block;
}

/* #posts_by_year::after {
    content: '\f347';
    position: absolute;
    right: 17px;
    top: 12px;
    width: 0;
    height: 0;
    font-family: 'dashicons';
    color: #00a19c;
    font-weight: bold;
    pointer-events: none;
}  */

.eael-infobox .infobox-icon img {
    transition: 0.5s;
}

.eael-infobox .infobox-icon img:hover {
    -ms-transform: scale(1.055); /* IE 9 */
    -webkit-transform: scale(1.055); /* Safari 3-8 */
    transform: scale(1.055);
}

#instep_posts_wrap .entry-content .title-content-new {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    line-height: 36px;
}

#instep_posts_wrap .entry-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#instep_posts_wrap .entry-content .flex {
    display: block;
    position: unset;
    margin-bottom: 16px
}

#instep_posts_wrap .entry-content:hover .img-unset {
    fill: #00a19c;
}

#instep_posts_wrap .entry-content {
    min-height: 320px;
    border-radius: 0 0 16px 16px;
}

#instep_posts_wrap article:first-of-type,
#instep_posts_wrap article:nth-of-type(3n+1) {
    padding-left: 0 !important;
}

#instep_posts_wrap article:nth-of-type(3n) {
    padding-right: 0 !important;
}

.col-sm-3.image-link.no-gutters img {
    height: 25vw !important;
    width: 25vw;
    object-fit: cover;
}

#posts_by_cat li:hover,
#posts_by_year:hover {
    cursor: pointer;
}

#posts_by_cat .list-inline-item:not(:last-child) {
    margin-right: 32px;
}

.home-latest-news-pc article:first-of-type {
    padding-left: 0 !important;
}

.home-latest-news-pc article:last-of-type {
    padding-right: 0 !important;
    margin-left: 15px !important;
}

.no-margin-left-ul-ol ul,
.no-margin-left-ul-ol ol {
    margin-left: 0px;
}

@media screen and (max-width: 1260px){
	#primary.site-main {
        margin-top: 115px;
    }
}

@media screen and (max-width: 1199px){
	#primary.site-main {
        margin-top: 180px;
    }
}
@media screen and (max-width: 991px){
	#primary.site-main {
        margin-top: 225px;
    }
}

@media screen and (max-width: 912px){
	#primary.site-main {
        margin-top: 270px;
    }
}

@media screen and (max-width: 768px) {
    .latest-news .elementor-widget-container {
        display: block;
    }

    footer {
        display: block;
    }

    #secondary {
        margin-left: 72px;
        margin-right: 72px;
    }

    #third {
        margin-left: 72px;
        margin-right: 72px;
    }

    #four {
        margin-left: 72px;
        margin-right: 72px;
    }

    .submenu-right {
        background: unset !important;
        padding-left: unset !important;
        min-height: unset !important;
    }

    .submenu-right .mega-sub-menu {
        background-color: unset !important;
    }

    .mega-submenu-right {
        background: unset !important;
        padding-left: unset !important;
        min-height: unset !important;
    }

    .mega-submenu-right .mega-sub-menu {
        background-color: unset !important;
    }

    .menu-bottom-footer-menu-container ul {
        display: inline-grid;
    }

    .menu-bottom-footer-menu-container ul li {
        margin-bottom: 10px;
    }

    .site-info #site-navigation-footer li:not(:first-child) {
        padding-left: 0;
        border-left: none;
    }

    .site-branding .col-2, .site-branding .col-4 {
        display: none;
    }

    .site-branding .custom-logo-link {
        margin-left: 0px !important;
    }

    .img-unset {
        width: unset !important;
        margin-left: 3px;
        margin-right: 0px;
    }

    .button-search-instep {
        cursor: pointer;
        margin-left: 0px !important;
        margin-right: 10px !important;
    }

    .flex {
        /* width: 100% !important; */
        height: 50% !important;
        margin-top: 7px !important;
        position: unset;
        bottom: unset;
    }

    #site-navigation-footer {
        flex-direction: column;
    }

    .menu-bottom-footer-menu-container,
    #copyright {
        width: 100%;
    }

    #primary.site-main {
        margin-top: 165px;
    }

    .centered {
        white-space: nowrap;
        position: absolute !important;
        top: 55% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-family: Museo Sans !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 64px !important;
        color: white !important;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        text-align: center;
        font-size: 4vw !important;
        line-height: 6vw !important;
    }

    .centered-in-post {
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 24px !important;
        line-height: 40px !important;
        z-index: 99;
    }

    .parent-centered-in-post {
        color: white;
        font-family: Museo Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }


    .breadcrumb-home {
        padding-left: 24px !important;
    }

    .post .heateor_sss_sharing_container {
        padding-left: 24px !important;
        padding-bottom: 3px;
    }

    .title-page-post {
        padding-left: 24px !important;
        margin-top: 30px;
    }

    .date-in-post {
        padding-left: 24px;
    }

    .parent-centered {
        position: absolute !important;
        top: 30% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        font-family: Museo Sans !important;
        font-style: normal !important;
        font-weight: 600 !important;
        /* font-size: 16px !important; */
        line-height: 32px !important;
        font-size: 1.7vw !important;
    }

    .elementor-section-wrap section[data-id="24a72652"] .elementor-container.elementor-column-gap-default {
        min-height: 0 !important;
    }

    .contact-form {
        padding-left: 15px !important;
        padding-top: 5%;
    }

    #nav_menu-2,
    #nav_menu-3 {
        height: calc(480 / 1440 * 100vw);
    }

    .list-filter-year::after {
        top: 36px;
    }

    #wpforms-submit-223 {
        width: 100%;
    }

    #wpforms-submit-9033 {
        width: 100%;
    }

    .cs-form-salutation {
        width: 100px !important;
    }

    .cs-form-name {
        width: calc(41% - 100px) !important;
    }
}

@media screen and (max-width: 414px) {
    .site-branding .img-polygon, .site-branding-mobile .img-polygon {
        /* display: none !important; */
    }

    .centered {
        white-space: nowrap;
        position: absolute !important;
        top: 60% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-family: Museo Sans !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 64px !important;
        color: white !important;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        text-align: center;
        font-size: 4.65vw !important;
        line-height: 7vw !important;
    }

    .centered-in-post {
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 24px !important;
        line-height: 40px !important;
        z-index: 99;
    }

    .parent-centered-in-post {
        color: white;
        font-family: Museo Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .breadcrumb-home {
        padding-left: 24px !important;
    }

    .title-page-post {
        padding-left: 24px !important;
        margin-top: 30px;
    }

    .date-in-post {
        padding-left: 24px;
    }

    .parent-centered {
        position: absolute !important;
        top: 30% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: white !important;
        font-family: Museo Sans !important;
        font-style: normal !important;
        font-weight: 600 !important;
        /* font-size: 16px !important; */
        line-height: 32px !important;
        font-size: 2.7vw !important;
    }

    .elementor-section-wrap section[data-id="24a72652"] .elementor-container.elementor-column-gap-default {
        min-height: 0 !important;
    }

    .instep-news-listing .entry-content {
        border-radius: 0;
    }

    .instep-news-listing .entry-header {
        min-height: 120px;
        font-size: 24px;
    }

    .contact-form {
        padding-left: 15px !important;
        padding-top: 5%;
    }

    #os-lp-assess-cert {
        margin: -0 0 0 0;
    }

    #os-lp-pro-dev-pro {
        margin: 0 0 0 0;
    }

    .latest-news-thumbnail {
        max-height: calc(277.33 / 416 * 90vw) !important;
        width: 90vw !important;
    }

    #instep_posts_wrap {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    #instep_posts_wrap .flex {
        position: unset;
        bottom: unset;
    }

    #nav_menu-2,
    #nav_menu-3 {
        height: auto;
    }

    .list-filter-year::after {
        top: 0;
    }

    #wpforms-form-223 .wpforms-field {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #wpforms-form-9033 .wpforms-field {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .col-sm-3.image-link.no-gutters img {
        height: 100vw !important;
        width: 100vw;
        object-fit: cover;
    }

    #wpforms-223-field_14 {
        text-align: start;
    }

    #instep_posts_wrap article:first-of-type,
    #instep_posts_wrap article:nth-of-type(3n+1) {
        padding-left: 15px !important;
    }

    #instep_posts_wrap article:nth-of-type(3n) {
        padding-right: 15px !important;
    }

    #instep_posts_wrap .latest-news-thumbnail {
        height: 250px !important;
    }

    .instep-news-listing .featured-post .featured-post-img {
        background-position: center;
    }
}

.inner-border-radius-img img {
    border-radius: 20px !important;
}

@media screen and (min-width: 1200px) {
    .contact-form-checkbox-1 {
        width: 170px !important;
        margin-left: calc(46% - 360px) !important;
    }

    .contact-form-checkbox-2 {
        width: 250px !important;
    }

    .contact-form-checkbox-3 {
        width: 300px !important;
    }
}

@media screen and (max-width: 1200px) {
    .contact-form-checkbox-1 {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .contact-form-checkbox-2 {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .contact-form-checkbox-3 {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

/* remove underline button see details screen Latest News */
.content-new .entry-content .flex a:hover {
    text-decoration: none !important;
}

.date-in-post {
    color: #A2AFBC;
}

@media screen and (max-width: 1366px) {
    .css-fonte-size-button .elementor-button-text {
        font-size: 13px;
    }
}

.attachment-post-thumbnail-post {
    position: absolute;
    height: 100%;
}

.post-thumbnail-only-post img {
    max-height: 26.5vw;
}

.button-search-instep {
    cursor: pointer;
}

.input-search-instep {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 16px;
    border: 1px solid #A9ADB1;
    box-sizing: border-box;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.input-search-instep input {
    border: 0px solid #ccc;
    width: 100%;
    font-size: 12px;
}

.input-search-instep input:focus {
    outline: none !important;
}

.searchform-instep {
    display: flex;
}

#searchsubmit {
    background: #00A19C;
    border-radius: 0px 12px 12px 0px;
    color: #FFF;
    padding: 3px 12px;
    cursor: pointer;
    font-size: 12px;
}

@media (min-width: 576px) {
    #modelSearchInstep .modal-dialog {
        max-width: 700px !important;
        margin: 7rem auto !important;
    }

    #modelSearchInstep .modal-body {
        padding: 0rem 7rem 3rem 7rem;
    }

    #modelSearchInstep .modal-header {
        border-bottom: 0px solid #e9ecef;
        padding-left: 7rem;
    }

    #modelSearchInstep .modal-header h4 {
        margin-top: 1rem !important;
    }
}

/* customize layout search result */
.search.search-results .page-header {
    margin-top: 100px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.search.search-results .site-main {
    margin: 0px 25px;
}

.search.search-results .article-search {
    display: inline-flex;
    width: 100%;
}

.search.search-results .article-search .media {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
}

.search.search-results .article-search .media .article-search-thumbnail {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 768px) {
    .search.search-results .article-search .media {
        /* width: 750px; */
    }
}

@media (min-width: 992px) {
    .search.search-results .article-search .media {
        /* width: 970px; */
    }
}

.search.search-results .article-search .article-search-content .entry-summary {
    margin-top: 0px !important;
}

.search.search-results .article-search .article-search-content .entry-header {
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .search.search-results .article-search .media {
        display: block;
    }

    .search.search-results .article-search .article-search-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .search.search-results .article-search .article-search-content .entry-header {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

}

.entry-header-page-post {
    display: none !important;
}

.pulldown-change-people .wpforms-submit-container {
    display: none !important;
}

.contact-form-checkbox-1 .wpforms-field-label-inline {
    color: #0056b3;
    cursor: pointer;
}

.contact-form-checkbox-1 .wpforms-field-label-inline:hover {
    text-decoration: underline;
}

.contact-form-checkbox-2 .wpforms-field-label-inline {
    color: #0056b3;
    cursor: pointer;
}

.contact-form-checkbox-2 .wpforms-field-label-inline:hover {
    text-decoration: underline;
}

/* style card people */
.people-card-class .elementor-widget-container {
    border: 1px solid #D7D7D7;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 16px;
    overflow: hidden;
}

.people-card-class .elementor-image-box-wrapper {
    background-color: #00847C;
}

.people-card-class:hover .elementor-image-box-wrapper {
    background-color: #dddddd;
}

.people-card-class .elementor-widget-container .elementor-image-box-wrapper {
    height: 470px;
}

.people-card-class .elementor-image-box-img {
    height: 63%;
    overflow: hidden;
}

.people-card-class .elementor-image-box-img img {
    width: 100%;
}

.people-card-class .elementor-image-box-content {
    height: 37%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

/* style car reviewer */

.alumni-review-card-class .elementor-widget-container .elementor-image-box-wrapper {
    /* height: 350px; */
}

.alumni-review-card-class .elementor-image-box-img {
    height: 250px;
    padding-bottom: 20px;
}

.alumni-review-card-class .elementor-image-box-img img {
    width: auto;
    height: 100%;
    border: 1px solid #f4f1f1;
    border-radius: 100% !important;
}

.alumni-review-card-class .elementor-image-box-content {
    /* height: 70%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px; */
}

.group-data-pc .group-button-alumni {
    text-align: center;
    display: flex;
}

.enable-hover-text-title .elementor-heading-title:hover {
    color: #00a19c !important;
}

.enable-hover-text-title .infobox-content h4:hover {
    color: #00a19c !important;
}

.elementor-button-back-latest-news a:hover svg {
    fill: #00A19C;
}

.elementor-button-back-latest-news a:hover {
    text-decoration: none !important;
}

.elementor-button-back-latest-news a {
    background-color: unset !important;
    color: #00a19c !important;
    font-weight: 500 !important;
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.elementor-button-back-latest-news {
    position: absolute !important;
    right: 10px !important;
    height: 40px !important;
    margin-top: -40px !important;
}

/* style popup instructor */
.description-card-class p span {
    font-size: 8pt !important;
}

.description-card-class {
    margin-bottom: 0px !important;
}

#modalDiscriptionCard .modal-dialog {
    max-width: 1014px !important;
    top: 110px !important;
}

#modalDiscriptionCard .modal-title {
    color: #00B1A9;
    font-weight: bold;
}

#modalDiscriptionCard .instructor-discription-content {
    padding: 15px !important;
}

#modalDiscriptionCard .discription-content-left {
    margin-bottom: 1rem;
}

#modalDiscriptionCard .discription-content-right {

}

#modalDiscriptionCard .elementor-image-box-content .elementor-image-box-title {
    color: #000000;
}

#modalDiscriptionCard .elementor-image-box-content .elementor-image-box-description {
    color: #000000;
}

#modalDiscriptionCard .elementor-widget-container {
    background-color: #ffffff !important;
}

#modalDiscriptionCard .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 30px !important;
}

.people-card-class {
    cursor: pointer !important;
}

.people-card-class:hover .elementor-image-box-title,
.people-card-class:hover .elementor-image-box-description {
    color: #00a19c !important;
}

.alumni-review-card-class:hover .elementor-image-box-title {
    color: #00a19c !important;
}

#modalDiscriptionCard .elementor-image-box-wrapper:hover .elementor-image-box-title,
#modalDiscriptionCard .elementor-image-box-wrapper:hover .elementor-image-box-description {
    color: #00a19c !important;
}

.people-car-class:hover .elementor-image-box-title,
.people-car-class:hover .elementor-image-box-description {
    color: #00A19C;
}

.people-car-class img {
    width: 100%;
}

.button-learn-more .elementor-button-text {
    text-decoration-line: underline;
    text-underline-offset: 5px;
}

/* css form registration  */
#wpforms-form-9005 .wpforms-field-label {
    font-weight: 500 !important;
}

#wpforms-form-9005 .contacts-4.wpforms-one-fourth {
    width: calc(44% - 100px);
}

#wpforms-form-9005 .contacts-4.wpforms-one-fourth.wpforms-first {
    width: 100px;
}

#wpforms-submit-9005 {
    width: 150px;
    height: 60px;
    background: #00A19C;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

#wpforms-form-9005 .wpforms-submit-container {
    text-align: right;
}

.text-hyperlink {
    color: #0056b3;
    cursor: pointer;
    text-decoration: underline;
}

#wpforms-form-9005 .fields-hidden {
    display: none !important;
}

#wpforms-form-9005 .textbox-nationality {
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    #wpforms-submit-9005 {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    #wpforms-form-9005 .wpforms-field {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #wpforms-form-9005 .textbox-nationality {
        padding-top: 0px !important;
    }
}

@media (max-width: 767px) {
    .registration-form-note {
        padding: 0px 0px 0px 0px !important;
    }

}

@media (max-width: 1024px) {
    .registration-form-note {
        padding: 0px 40px 0px 40px !important;
    }
}

.fields-hidden {
    display: none;
}

.search.search-results .wp-pagenavi {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}


.search.search-results .wp-pagenavi a, .search.search-results .wp-pagenavi span {
    padding: 3px 10px !important;
}

.btn-no-outline .elementor-button-link,
.btn-no-outline a {
    outline-width: 0 !important;
}

.input-no-icon input::-webkit-outer-spin-button,
.input-no-icon input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.vitual-tour-mode-svg {
    display: none !important;
    border-bottom: 0 !important;
    margin-left: 15px;
}

.vitual-tour-mode-svg img {
    height: 37px;
    width: auto;
    margin-top: -8px;
}

@media (max-width: 767px) {
    .vitual-tour-mode-svg {
        display: block !important;
    }

    .vitual-tour-mode-text {
        display: none !important;
    }
}

.padding-top-0 {
    padding-top: 0 !important;
}

#mega-menu-menu-1{
	width: 886px;
}
@media (max-width: 767px) {
   #mega-menu-menu-1{
	width: 300px!important;
}
}
.nav-col{
	width: 100%;
}

@media (min-width: 1200px) {
   .nav-col{
		width: auto;
	}
}

.elementor-61 .elementor-element.elementor-element-24a72652 > .elementor-container {
        min-height: 0 !important;
}