/*!
Theme Name: Lightswitch Learning
Theme URI: https://lightswitchlearning.com/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: northforkweb
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.

northforkweb 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
--------------------------------------------------------------*/

html,
body {
    overflow-x: hidden;
}

form.checkout.woocommerce-checkout {
    margin-bottom: 40px;
}

:root {

    /* MAIN COLOR   */
    --blue-1: #015BAB;
    --blue-2: #00A5E5;
    --bg-blue: #E1F7FF;
    --bg-naviblue: #022562;
    --bg-gray: #F7F7F7;
    --bg-yellow: #FFF8E0;
    --bg-light-yellow: #FEF7E8;
    --orange: #F15E3D;
    --black: #000000;
    --white: #ffffff;
    --yellow: #F1CC4A;
    --error: #ff2d00;



    /*GRADINTS*/

    --grad-1: linear-gradient(90deg, rgba(224, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 248, 224, 1) 100%);

    --grad-2: linear-gradient(270deg, rgba(224, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 248, 224, 1) 100%);

    --grad-3: linear-gradient(180deg, rgba(224, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 248, 224, 1) 100%);

    --grad-4: linear-gradient(0deg, rgba(224, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 248, 224, 1) 100%);

    --grad-5: linear-gradient(90deg, #E0F6FF 0%, #FFFFFF 52.9%, #FFF8E0 100%);

    /*BORDER COLOR*/

    --border-light: #e6e6e6;

    /*transition*/
    --transition-base: all 0.4s ease-in-out;
}

::selection {
    background: #f1cc4a;
    color: #fff;
    text-shadow: none;
}




section.hero h1::selection {
    background: -webkit-linear-gradient(360deg, var(--bg-yellow), var(--bg-yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*margin-top*/
.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

/*margin-bottom*/
.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

/*margin-left*/
.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.ml-5 {
    margin-left: 50px;
}

.ml-6 {
    margin-left: 60px;
}

/*margin-right*/
.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-5 {
    margin-right: 50px;
}

.mr-6 {
    margin-right: 60px;
}


/*PADDING*/
.p-0 {
    padding: 0;
}

.p-1 {
    padding: 10px;
}

.p-2 {
    padding: 20px;
}

.p-3 {
    padding: 30px;
}

.p-4 {
    padding: 40px;
}

.p-5 {
    padding: 50px;
}

.p-6 {
    padding: 60px;
}

/*PADDING right*/
.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 10px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-5 {
    padding-right: 50px;
}

.pr-6 {
    padding-right: 60px;
}


/*PADDING LEFT*/
.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 10px;
}

.pl-2 {
    padding-left: 20px;
}

.pl-3 {
    padding-left: 30px;
}

.pl-4 {
    padding-left: 40px;
}

.pl-5 {
    padding-left: 50px;
}

.pl-6 {
    padding-left: 60px;
}

/*PADDING top*/
.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pt-6 {
    padding-top: 60px;
}

/*PADDING Bottom */
.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-6 {
    padding-bottom: 60px;
}

/*BORDER*/
.theme-br {
    border-radius: 0px 16px 16px 16px;
    border: 1px solid var(--blue-2);
}

.theme-shadow {
    box-shadow: 4px 4px 0 0 #00A4E4;
}

.theme-yellow {
    box-shadow: 4px 4px 0 0 #ECBA4F;
    border-color: #ECBA4F;
}

.theme-orange {
    box-shadow: 4px 4px 0 0 #EB5E28;
}

.theme-blue {
    box-shadow: 4px 4px 0 0 var(--blue-1);
    border: 1px solid var(--blue-1);
}


.theme-orange.theme-br {

    border: 1px solid #EB5E28;
}

/* 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;
    overflow-x: hidden;

}

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

.site-main {}


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


/* 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
     ========================================================================== */
em {
    color: inherit;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

a.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/**
 * 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,
.bold {
    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
     ========================================================================== */

.gform_validation_errors {
    display: none !important;
}



/**
 * 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;
    outline: none
}

select {
    border: 1px solid #B1B1B1;
    background: #F6F6F6;
}

/**
 * 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;
    width: 16px;
    height: 16px;
}

/**
 * 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;
}

.entry-footer {
    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: border-box;
}

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--paragraphs);
    font-family: 'Gotham', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: bold;
    font-family: 'Agrandir', sans-serif;
}

p {
    margin-bottom: 1.5em;
    margin-top: 0;
}

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

blockquote {
    margin: 0 0 30px;
    padding: 30px;
    border: 1px solid;
    box-shadow: 4px 4px 0 0 #ECBA4F;
    border-color: #ECBA4F;
    border-radius: 8px;
    width: 1026px;
    max-width: 100%;
}

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
--------------------------------------------- */


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

ul,
ol {}

ul {
    list-style: disc;
}

.uk-list-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    gap: 30px;
}

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: inherit;
}



a:hover,
a:focus,
a:active {
    color: var(--heading);
}

a:focus {
    outline: unset;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0px solid;
    cursor: pointer;

}

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"]: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 {
    outline: none;
    border-color: ;

}



textarea {
    width: 100%;
}



/*GRavity FORM*/
.gform-footer.gform_footer.top_label {
    margin-top: 0;
}

.gfield--type-fileupload label.gfield_label,
.gfield--type-select label.gfield_label.gform-field-label {

    margin-bottom: 15px !important;
}

.gform-theme--foundation .gform_page_footer {

    justify-content: flex-end;
    gap: 20px !important;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: var(--blue-2) !important;
}

.gform-theme--framework .gfield {
    line-height: 1;
    text-align: left;
}

input#choice_9_20_0,
#choice_9_20_1,
#choice_9_30_0,
#choice_9_30_1 {
    background-color: transparent !important;
    border-color: #6E7071 !important;
    text-align: left !important;
    border-radius: 50% !important;
    border-width: 1px !important;
    padding: 0;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
    opacity: 1;
    background-color: var(--blue-2) !important;
}

.character-form .gform-footer.gform_footer.top_label {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.gform_wrapper form .gform_footer input,
.form .gform_wrapper form .gform_footer input,
.form .gform_wrapper form .gform_page_footer input {
    border: 1px solid var(--blue-1) !important;
    border-width: 1px 4px 4px 1px !important;
    box-shadow: 0px 0px 0px -11px !important;
    background-color: var(--orange) !important;
    border-radius: 0 16px 16px 16px !important;
    text-transform: capitalize;
    transition: var(--transition-base);
    transform: scale(1) translate(0px, 0px);
    border-width: 1px 4px 4px 1px;
    padding: 16px 48px 16px 24px !important;
    font-size: 16px !important;
    background-image: url(assets/img/icon/arrow-btn-form.svg);
    background-size: 20px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
}

form .gform_footer input:hover,
.form .gform_wrapper form .gform_footer input:hover,
.form .gform_wrapper form .gform_page_footer input:hover {
    background-color: var(--yellow) !important;
    color: #015bab !important;
    background-image: url(assets/img/icon/arrow-btn-form-hover.svg);

    box-shadow: 6px 6px 21px -11px #015bab !important;
    text-decoration: none;
    transform: scale(1.03) translate(0px, -5px) !important;
}

/* gform_previous_button */
.form .gform_wrapper form .gform_page_footer input.gform_previous_button {
    background-color: var(--yellow) !important;
    background-image: url(assets/img/icon/arrow-btn-form-hover.svg);
    color: #015bab !important;
}

.form .gform_wrapper form .gform_page_footer input.gform_previous_button:hover {
    background-color: var(--orange) !important;
    color: #ffffff !important;
    background-image: url(assets/img/icon/arrow-btn-form.svg);

}

/*newsletter-form*/
.newsletter-form form .gform-footer input.gform_button {
    background-color: var(--yellow) !important;
    background-image: url(assets/img/icon/arrow-btn-form-hover.svg);
    color: #015bab !important;
    border-color: var(--blue-2) !important;
}

.newsletter-form form .gform-footer input:hover {
    background-color: var(--orange) !important;
    color: #ffffff !important;
    background-image: url(assets/img/icon/arrow-btn-form.svg);

}

.newsletter-form #validation_message_7_2 {
    color: #fff;
}

.form .gform_wrapper .gform-body .gfield input,
.form .gform_wrapper .gform-body .gfield textarea {
    background-color: transparent;
    border-radius: 0px !important;
    border-width: 0 0 2px 0px;
    box-shadow: unset;
    border-color: #6E7071;
    padding: 20px 0;
    text-align: left;
}

.form .gform_wrapper .gform-body .gfield input:hover,
.form .gform_wrapper .gform-body .gfield textarea:hover {

    border-color: var(--blue-2);
}

.form .gform_wrapper .gform-body .gfield input:focus,
.form .gform_wrapper .gform-body .gfield textarea:focus {
    outline: 0;
}

.form .gform_wrapper .gform-body .gfield.gfield_error input,
.form .gform_wrapper .gform-body .gfield.gfield_error textarea {
    border-color: var(--orange) !important;
}


.form .gform_wrapper .gform-body .gfield label.gfield_label {
    margin-bottom: 0;
}

p.gform_required_legend {
    display: none;
}

.gfield_label {
    display: none;
}

.gfield--type-honeypot {
    display: none !important;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: var(--paragraphs);
}

::placeholder {
    color: var(--paragraphs);
}

/* Submissions Form */
#input_9_41 {
    padding: 0 0;
}

#input_9_42 {
    padding: 0 0;
}

#input_9_43 {
    padding: 0 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*  header*/
header {
    padding: 10px 0;
    z-index: 99;

}

.admin-bar header {
    top: 0
}

.admin-bar.home header {

    top: 32px;

}

.top-header {
    position: relative;
    top: -10px;
}

.top-header .contact-info {
    color: #fff;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    background: #005ca9;
    padding: 5px 20px 10px;
    width: 550px;
    max-width: 100%;
    border-radius: 0 0 8px 8px;
}

.site-header .uk-container {
    position: relative;
}

.site-header .cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;

}

.site-header a.cart-action {
    position: relative;
}

.site-header .cart-info .count {
    position: absolute;
    right: -12px;
    background: var(--orange);
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 2px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
}

.site-header .cart-info .count .count {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
}

span.saprate-line {
    color: #808080;
    opacity: 0.5;
    display: none;
}

.uk-offcanvas-page div#wpadminbar {
    display: none;
}

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

/* Navigation
--------------------------------------------- */
.main-navigation {
    margin-left: auto;
}

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

    justify-content: space-around;
}

.main-navigation ul.show {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(150deg, var(--background-b1) 35%, rgba(21, 29, 41, .75));
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px 5px;
    width: 340px;
    position: absolute;
    top: 100%;
    overflow: visible;
    right: 38%;
    transform: translate(50px, 20px);
}

.main-navigation ul.navbar-nav>li>a {
    display: block;
    text-decoration: none;
    color: var(--link);
    padding: 13px 2px 10px 2px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 140%;
    transition: color .4scubic-bezier(.25, .46, .45, .94);
    text-transform: capitalize;
}

.site-header .navbar-nav>li.menu-item:last-child a::after {
    content: "\e5c8";
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: sub;
    transform: rotate(-45deg);
    font-size: 20px;
    font-weight: 500;
    margin-left: 8px;
}

.main-navigation ul.navbar-nav li a:hover {
    color: var(--orange);
}




.main-navigation ul.navbar-nav>li.menu-item-has-children>a::after {
    content: "\ea7b";
    display: inline-block;
    font: normal normal normal 1em / 1 'Lineicons';
    color: inherit;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 5px;
    font-size: 20px;
    line-height: 0;
    font-weight: 600;
    margin-left: 5px;

}


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

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

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

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

.bottom-menu {
    position: absolute;
    bottom: 50px;
    right: 0px;
}

@media only screen and (min-width:1025px) {

    .site-header .navbar-nav>li.menu-item:last-child a,
    #primary-menu>li.mega-menu>ul.sub-menu>li.bottom-menu.menu-item a {
        background-color: var(--orange);
        font-size: 16px;
        color: var(--white);
        border: 1px solid var(--blue-1);

        border-radius: 0 16px 16px 16px;
        text-transform: capitalize;
        margin-left: 10px;
        transition: var(--transition-base);
        transform: sscale(1) translate(0px, 0px);
        border-width: 1px 4px 4px 1px;
        padding: 12px 14px 12px 14px;
        cursor: pointer;
    }

    .site-header .navbar-nav>li.menu-item:last-child a:hover,
    #primary-menu>li.mega-menu>ul.sub-menu>li.bottom-menu.menu-item a:hover {
        background-color: var(--yellow);
        color: var(--black);
        border-width: 1px 4px 4px 1px;
        box-shadow: 6px 6px 21px -11px #015bab;
        text-decoration: none;
        transform: scale(1.03) translate(0px, -5px);

    }

    #primary-menu>li.mega-menu>ul.sub-menu {
        position: absolute;
        right: 0;
        display: flex;
        width: 100%;
        flex-direction: row;
        margin: 0 auto;
        background-color: #fff;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 40px 40px 100px;
        min-height: 350px;
        gap: 20px;
    }

    #primary-menu>li.mega-menu.mega-menu-vertical>ul.sub-menu {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #primary-menu>li.mega-menu>ul.sub-menu::before {
        background-image: url(assets/img/white-block.jpg);
        content: "";
        display: block;
        height: 100%;
        width: 2300px;
        position: absolute;
        left: -20%;
        right: 0;
        top: 0;
        z-index: -1;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item {
        width: calc(25% - 20px);
        max-width: 250px;
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children>a {
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
        font-size: 18px;
        width: auto;
        cursor: unset;
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children>a:hover {
        color: #000;
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children .sub-menu li {}

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children .sub-menu li a {
        /* padding: 5px 0; */
        padding-left: 0px;
        transition: var(--transition-base);
        display: table-cell;
        width: 100%;
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children .sub-menu li:hover a {
        padding-left: 5px;
    }

    #primary-menu>li.mega-menu>ul.sub-menu ul.sub-menu {
        left: 000;
        top: unset;
        position: relative;
        box-shadow: unset;
        gap: 8px;
    }

    #primary-menu>li.mega-menu>ul.sub-menu::after {
        display: block;
        position: absolute;
        content: "";
        height: 20px;
        top: -15px;
        width: 100%;
    }

    .main-navigation ul ul {

        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        background: #fff;
    }

    .main-navigation ul.navbar-nav>li {

        display: block;

    }
}

.main-navigation .last-menu a {
    background: #EB5E28;
    border-radius: 8px;
    color: #fff;

}



.main-navigation a:hover,
.current-menu-item a {
    color: var(--heading);
}

.site-header .cart a {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1025px) {


    .uk-offcanvas-bar.bg-grad-1.mobile-menu.uk-offcanvas-bar-animation.uk-offcanvas-slide {
        width: 340px;
        background-color: #fff;
    }

.bottom-menu {
    
    bottom:00px;
    right: 0px;
}

    .mobile-nav {
        margin: 0;
        padding: 0;
    }

    .mobile-nav li {
        margin: 0;
        padding: 0;
        float: none;
        clear: both;
        list-style: none;
        position: relative;
    }

    .mobile-nav>li>a {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        color: #000;
    }

    .mobile-nav>li>a:last-child {
        border-bottom: 0px solid;
    }

    .mobile-nav li a:hover {
        color: #000;
        /*  background-color:#0071BC; */
    }

    .mobile-nav ul {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        left: 0;
        position: relative;
    }

    .mobile-nav .sub-menu li.menu-item a {
        font-weight: normal;
        text-transform: none;
        font-size: 14px;
        color: #000;
        padding-block: 10px;
        border: 0px solid;
    }

    .mobile-nav .sub-menu {
        display: none;
        position: relative;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--border-light);
    }

    .mobile-nav a {
        padding: 15px 0;
        border-bottom: 1px solid var(--border-light);
        width: 100%;
        display: block;
        margin: 0;
        text-decoration: none;
        position: relative;
        cursor: pointer;
    }

    /* .mobile-nav a:hover{
        border-bottom-style: solid;
    border-bottom-width:0;

} */
    .submenu-toggle {
        background: none;
        border: none;
        cursor: pointer;
        color: #000;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        top: 49%;
        font-size: 13px;
        border-radius: 100%;
        line-height: 0;
        border: 1px solid var(--border-light);
    }

    button.menu-toggle {
        background-color: var(--background-b1);
        color: var(--heading);
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        padding: 5px;
        font-size: 24px;
        line-height: 100%;
        transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
        display: flex;
        color: var(--heading);
    }

    header.uk-flex {
        flex-direction: row;
        justify-content: flex-end;

    }

    .site-branding {
        margin-right: auto;
    }

    .main-navigation {
        order: 1;
        margin-left: 0;
    }

    /*Mobile menu new style*/

    

    /*End of Mobile menu new style*/




}


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

@media screen and (min-width:1025px) {

    .submenu-toggle {
        display: none;
        position: absolute;


    }


    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }







}


/* Footer
--------------------------------------------- */

footer {
    background-color: #015bab;
    color: #fff;
    padding: 80px 0 10px;
}

.site-footer .border-style.border-bottom {
    width: 100%;
    position: relative;
    top: -135px;

}

footer hr {
    background-color: rgba(255, 255, 255, 0.08);

}

.footer-top {}

.site-footer .footer-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 50px;
}

.site-footer .footer-grid .menu-item {
    padding-left: 0px;
    transition: var(--transition-base)
}

.site-footer .footer-grid .menu-item:hover {
    padding-left: 5px
}

.site-footer .footer-grid .about {
    width: 30%;
}

.site-footer .footer-grid .support {
    width: 25%;
}

.site-footer .footer-grid .footer-menu {
    width: 45%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 50px;
    justify-content: space-around;
}

.site-footer .footer-grid .footer-menu>div {
    width: 33%;
}

.site-footer .footer-grid .paragraph-footer {
    max-width: 390px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 185%;
}

.site-footer .footer-grid ul li a {
    color: var(--paragraphs);
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    transition: color .4s cubic-bezier(.25, .46, .45, .94);
}

.site-footer .site-info {
    padding: 60px 0 0;
    text-align: center
}

.footer-bottom .uk-list-inline {
    justify-content: flex-end;
}

.site-footer .widget-title {
    margin-bottom: 20px;
}

.site-footer a {
    font-size: 14px;
}

.footer-bottom {
    padding-bottom: 20px;
}

.site-footer .newsletter-form form .gfield input {
    background: transparent;
    color: #fff;
    border-color: #fff;
    padding: 16px 12px;
    height: 48px;
}

/*--------------------------------------------------------------
# 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;
}


/* uk style custom */
[class*="uk-align"] {

    margin-bottom: 0;
}


/*  bgi consulting page */

ul.uk-list.uk-list-bullet.staff-content {
    font-size: 24px;
    color: black;
}



.author-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

P a[href] {
    text-decoration: underline;
    color: var(--blue-1);
}

P a[href]:hover {

    color: var(--blue-1);
}

.cat-title {
    background: -webkit-linear-gradient(360deg, var(--blue-1), var(--blue-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.title-header {
    background-position: center !important;
}