/*!
Theme Name: Mile Library
Theme URI: http://underscores.me/
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: mile_library
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.

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


	 :root{
		--main-color: #0c335e;
		--light-blue: #2b73bf;
		--color-theme-green: #25a79b;
		--color-theme-orange: #f7941d;
	 }

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

*:focus {
    outline: none !important;
}

input:focus-visible {
    outline-offset: 0px;
	border: none !important;
}

/**
 * 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", 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: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */

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;
	width: 100%;
}

.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;
	}
}

.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;
}

.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;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.aligncenter {
    display: block;
    text-align: center;
    clear: both;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1em !important;
}

/*********************************************************
#Header
********************************************************/

header.site-header{
	border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-style: solid;
    color: rgba(255, 255, 255, 1);
	background-color: var(--main-color);
}

.header-container-item {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
}

/* Navigation
--------------------------------------------- */
.header-container-item .navbar-brand {
	padding-left: 20px;
	padding-right: 20px;
}

.header-container-item .navbar-brand a {
	max-height: 175px;
	font-family: "Nunito Sans";
}

.header-container-item .navbar-brand img {
	height: 75px;
}

.header-container-item .navbar-nav {
	line-height: 1.7;
}

.header-container-item ul>li {
	padding: 0 15px;
	position: relative;
}

@media (max-width: 768px) {
	.header-container-item ul>li{
		padding: 0;
	}
}

.header-container-item ul>li:first-child {
	padding-left: 0;
}

.header-container-item ul a {
	color: #FFFFFF;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	/*letter-spacing: 1px;*/
	font-size: 13px;
	text-transform: uppercase;
}

.header-container-item ul a:hover{
	color: var(--light-blue);
}

.header-container-item ul li.current-menu-item a {
	color: var(--light-blue);
	font-weight: 600;
}

.header-container-item ul li.current-menu-item a:after{
	    content: "";
    width: 20px;
    height: 3px;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: -3px;
    transition: all 0.4s ease;
	background-color: var(--color-theme-orange);
}
@media (min-width: 992px) { 
	.header-container-item ul li.current-menu-item a:after{
        left: var(--bs-navbar-nav-link-padding-x);
	}
}

.header-container-item .sub-menu {
	margin-top: 30px;
	min-width: 220px;
	border: 0;
	border-radius: 0;
	font-size: 14px;
}

@media (max-width: 768px) {
	.header-container-item .sub-menu{
		margin-top: 0;
		padding-top: 0;
	}
}

.header-container-item .sub-menu li {
	padding: 1px 11px;
}

.header-container-item .sub-menu li:first-child {
	padding-top: 8px;
	padding-left: 11px;
}

.header-container-item .sub-menu li>a {
	display: block;
	padding: 10px 30px 10px 12px;
	position: relative;
	text-transform: none;
	color: #585858;
	font-size: 14px;
}

.slider{
	min-height: 350px;
}

.login .slider {
	min-height: 450px;
}


.slider:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: url(images/mountain_header_home3.svg);
    height: 19%;
    background-size: 100% 100%;
    z-index: 21;
    pointer-events: none;
}

.main-slider .bg-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	opacity: .4;
	transition: border-color 300ms, border-width 100ms;
	-moz-transition: border-color 300ms, border-width 100ms;
	-o-transition: border-color 300ms, border-width 100ms;
	-webkit-transition: border-color 300ms, border-width 100ms;
	background-color: #1c2a44;
}

.main-slider .slider-item {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 240px 0 248px 0;
}
@media (max-width: 768px) {
	.main-slider .slider-item {
		padding: 140px 0 148px 0;
	}
}

.login .main-slider .slider-item {
	padding: 140px 0 140px;
}

.slider-description {
	padding: 0 0 30px;
}

@media (max-width: 768px) {
	.slider-description {
		padding: 0;
	}
}

.slider-description .slider-title {
	position: relative;
	z-index: 5;
    font-family: "Nunito Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 725px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 60px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

@media (max-width: 768px) {
	.slider-description .slider-title {
		width: 95%;
		font-size: 40px;
		 line-height: 40px;
	}
}

.slider-caption-description {
	z-index: 6;
    font-family: "Nunito Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 751px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

@media (max-width: 768px) {
	.slider-caption-description {
		width: 95%;
		line-height: 25px;
	}
}


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

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



.site-footer {
	padding: 90px 0 0px;
	background-color: var(--main-color);
}

.column-content-margin{
	position: relative;
	transition: border-color 200ms;
	-moz-transition: border-color 200ms;
	-o-transition: border-color 200ms;
	-webkit-transition: border-color 200ms;
}


.footer-title-item-caption {
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8dd7e5;
	margin-bottom: 14px;
}

.footer-title-item {
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 0;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	-webkit-transition: color 200ms;
}

footer .subscribe-form {
	margin: 0 0 70px;
	padding: 60px 0 0;
}

.newsletter-form {
	max-width: 535px;
	margin: 0 auto;
}

.footer-newsletter-email, .slider-newsletter-email {
	float: left;
	width: 70%;
}

.slider-newsletter-email {
	width: 80%;
}


.newsletter-email {
	position: relative;
	border-style: solid;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	border-width: 1px;
	padding: 19px 20px !important;
	height: 58px;
	color: #c1c1c1 !important;
	background-color: #2f4773;
	border-color: #2f4773 !important;
	border-radius: 0!important;
	z-index: 5;
}

.slider-newsletter-email .newsletter-email {
	background-color: #fff;
	border-color: #fff !important;
}

input[type="email"]:focus {
	border: none;
	border-radius: 0;
}

.footer-newsletter-submit input[type="submit"], .slider-newsletter-submit input[type="submit"] {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	padding: 19px 0;
	height: 58px;
	color: #ffffff;
	background-color: var(--color-theme-green);
	border-color: var(--color-theme-green);
	border-radius: 0;
}

.slider-newsletter-submit input[type="submit"]  {
	background-color: var(--color-theme-orange);
	border-color: var(--color-theme-orange);
	position: relative;
	z-index: 5;
}

.divider-item {
	padding-left: 20px;
	padding-right: 20px;

	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.footer-divider-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #475979
}

.footer-wrapper {
	background-color: #1c2a44;
	background-color: var(--main-color);
	font-size: 16px;
	border-color: #3f4f6d;
	padding-bottom: 50px;
	padding-top: 70px;
	color: #ddd;
}

.footer-wrapper a:hover {
	color: #8dd7e5;
}

.textwidget p {
	line-height: 1.7;
	margin-bottom: 20px;
}

.textwidget img{
	height: 80px;
	margin: 5px 20px 20px 0;
}

footer .widget-title {
	color: #fff;
	border: 0;
	padding-bottom: 0;
	letter-spacing: 0;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 26px;
}

.menu-quick-links {
	margin-left: 0;
	list-style: none;
}

.menu-quick-links  li {
	float: left;
	width: 50%;
	margin-bottom: 8px;
}

.menu-quick-links  li:nth-child(2n-1) {
	clear: left;
}

.menu-quick-links  a {
	color: #fff;
}

.mile-button {
	display: block;
	width: 80%;
	font-size: 14px;
	line-height: 15px;
	padding: 19px 0;
	height: 54px;
	color: #ffffff;

	background-color: var(--color-theme-orange);
	border-color: var(--color-theme-orange);
	border-radius: 0;
}

.mile-button:hover {
	background-color: var(--color-theme-green);
	border-color: var(--color-theme-green)
}

.copyright-wrapper {
	color: #6b7a90;
	background-color: #1c2a44
}

footer .social-icon {
	border-width: 0;
	border-style: solid;
	margin-right: 20px;
	font-size: 19px;
	display: inline-block;
	text-align: center;
	color: #adb9ca;
}

footer .social-icon:hover {
	color: #ffffff;
}

.px-20{
	padding-left: 20px;
	padding-right: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

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

.pb-45 {
	padding-bottom: 45px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-100 {
	padding-top: 100px;
}

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

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

.pb-100 {
	padding-bottom: 100px;
}

.py-33 {
	padding-top: 33px;
	padding-bottom: 33px;
}

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


.home-e-con {
	width: 100%;
}

.home-e-con .e-con {
	background-color: #ffffff;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);

	margin: 25px 0 0;
	padding: 44px 0;
	display: block;

}

.e-con-content {
	padding: 0 75px;
	border-right: 1px solid #0000001A;
}

.e-con .col-md-4:last-child .e-con-content {
	border-right: none;
}

.e-con-content .icon-box{
	margin-right: 15px;
	flex: 0 0 auto;
}

.e-con-content .icon-box span {
	display: inline-block;
	line-height: 1;
	transition: all .3s;
	color: #69727d;
	font-size: 50px;
	text-align: center;
}

.e-con-content .icon-box span svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.e-con-content .icon-box-content .icon-box-title {
	font-size: 17px;
	line-height: 1.2;
}

.e-con-wrapper .icon-box-content .button-content-wrapper {
	color: var(--color-theme-green);
	font-size: 14px;
	font-weight: 700;
}

.heading_title {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-top: 23px;
	color: #252525;

	font-size: 28px;
    line-height: 1.233;
    font-weight: 700;
}

.heading_title .heading_divider {
    left: 0;
	background: var(--color-theme-orange);

	position: absolute;
    z-index: 0;
    top: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px;
}

.double .heading_title .heading_divider {
	left: unset;
}

.heading_title .heading_divider:after {
	background: var(--color-theme-orange);
	right: -20px;
	content: "";
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 3px;
    border-radius: 2px;

}

.double .heading_title .heading_divider:before {
	background: var(--color-theme-orange);
	content: "";
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 3px;
    border-radius: 2px;
}

.double .heading_title .heading_divider:before {
    left: -20px;
}

.one_fourth {
    width: 21.48%;
}

@media (max-width: 678px){
	.one_fourth {
		width: 100%;
	}
}

.book-wrap {
	font-family: "Nunito Sans";
}

.book-wrap:hover {
    border-color: #d3e4db;
}

.book-thumbnail {
	align-items: center;
    height: auto;
    overflow: hidden;
	position: relative;
    display: block;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
}

.book-image figure.sh-effect {
    background-color: #F8F9FA;
	padding: 40px;
	margin: 0;
	display: block;
	position: relative;
	border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
}

.book-wrap .book-image figure:after {
    position: absolute;
    content: '';
    display: block;
    background: var(--color-theme-orange);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.book-wrap:hover .book-image figure:after {
	opacity: .5;
}

.book-image figure.sh-effect img {
    -webkit-box-shadow: 9px 10px 5px 0 rgba(92, 92, 92, .2);
    -moz-box-shadow: 9px 10px 5px 0 rgba(92,92,92,.2);
    box-shadow: 9px 10px 5px 0 rgba(92, 92, 92, .2);
	position: relative;
    display: block;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;

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

.book-wrap .book-content {
    padding: 15px 20px 20px;
	color: #9199A6;
}

.book-wrap .book-content .book-cats a {
    color: #606775;
    font-size: 16px;
    text-decoration: none;
}

.book_title {
    line-height: 23px;
	 margin-bottom: 1px;
}

.book-content .book_title a {
    color: #121823;
	font-weight: 700;
    display: inline-block;
	font-size: 22px;
}

.authors-list a {
	color: #1d2530;
}

.text-blue {
	color: var(--color-theme-green) !important;
}

.home-cats {
    background-color: #f5f2f0;
	font-family: "Nunito Sans";
}

@media (min-width: 768px){
	.w-md-50 {
		width: 50% !important;
	}
}

@media (min-width: 768px){
	.w-md-40 {
		width: 400px !important;
	}
}

.cat-item {
	-webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.14);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
	min-height: 336px;
	float: left;
	width: 100%;
}

.cat-item.bg-1 {
	background-image: url(images/home-2-2.jpg);
}

.cat-item.bg-2 {
	background-image: url(images/home-2-3.jpg);
}
.cat-item.bg-3 {
	background-image: url(images/home-2-4.jpg);
}
.cat-item.bg-4 {
	background-image: url(images/home-2-5.jpg);
}

.cat-item-inner {
	padding: 45px 20px 35px 20px;
	width: 100%;
    position: relative;
    min-height: 1px;
	height: 100% !important;
}

.cat-item-inner .heading-wrap {
	text-align: left;
    margin-top: 0px;
    margin-bottom: 95px;
	position: relative;
}

.cat-item-inner .heading-wrap .heading {
	font-size: 20px;
    line-height: 30px;
	font-weight: 600;
	color: #ffffff;
}

.page-header {
    padding: 15px 0;
    font-size: .9em;
    color: #1d2530;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.page-header {
    background-color: #F0FBF7;
}

.page-header-wrap {
    padding: 10px 0;
}

.site-breadcrumbs {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 50%;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
    font-size: 13px;
    color: #c6c6c6;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
}

 .site-breadcrumbs.position-under-title {
    position: inherit;
    top: auto;
    right: auto;
    margin-top: 0;
    max-width: 100%;
}

.site-breadcrumbs ol {
    padding: 0;
    list-style: none;
	margin: 0;
}

.site-breadcrumbs ol li {
	display: inline-block;
	line-height: 29px;
}

.page-header .site-breadcrumbs li {
	color: #303947;
}

.page-header .site-breadcrumbs .separator {
    color: #9199a6;
    padding: 0 6px;
	font-size: 12px;
}

.site-breadcrumbs ol li a {
    color: #1D2530;
	font-size: 12px;
	font-family: "Nunito Sans";
	font-weight: 600;
}

.main-content-wrap {
    padding: 55px 0 45px;
}

.product-gallery-wrapper img {
	background-color: #fff;
	margin: 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.summary {
    margin-top: 25px;
    margin-left: 48px;
	width: 450px;
}

@media  (max-width: 768px) {
	.summary {
	width: 100%;
	margin-left: 0;
}
}
.single-post-title.book_title{
	color: #121823;
	text-transform: capitalize;
	margin-bottom: 1px;
	max-width: 600px;
    overflow: visible;
    white-space: normal;
	font-family: Jost;
    font-weight: 600;
    line-height: 34px;
    font-size: 29px;
}

.summary .authors-list, .summary .authors-list a {
	font-weight: 500;
    color: #9199a6;
}

.single-book-content-full {
	margin: 20px 0;
	font-size: 18px;
}

.summary .cart {
    margin: 0 0 14px;
    padding-top: 5px;
    display: block;
    float: none;
}

.library-button {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #0082fa;
	background: var(--color-theme-green);

	text-decoration: none;
	transition: background 300ms, color 300ms, border-color 300ms, opacity 300ms;
	-moz-transition: background 300ms, color 300ms, border-color 300ms, opacity 300ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms, opacity 300ms;
	-webkit-transition: background 300ms, color 300ms, border-color 300ms, opacity 300ms;

	padding: 15px 33px;
	display: inline-block;
	-webkit-appearance: none;
	text-align: center;
	color: #ffffff;
}

.btn-dark {
	background-color: #1D2530;
    color: #FFFFFF !important;
}

.library-button-outline {
	background-color: transparent;
	border: 1px solid #dddfe7;
	color: #121823 !important;
}

.book-meta {
	margin-top: 25px;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;

	font-size: 18px;
    padding: 20px 0;
    color: #787878;
    margin-top: 20px;
}
.book_meta_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.book_meta span {
    display: block;
    margin-bottom: 5px;
}
.book_meta_wrap .book_meta_label {
    color: #121823;
    font-weight: 500;
    margin-right: 5px;
}

.book_meta_value, .book_meta_value a {
	color: #9199a6;
    font-weight: 400;
}

ul.tabs {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
	    list-style: none;
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
}

 ul.tabs li {
	    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

	padding: 0 5px 0 0;
    margin: 0;
	display: inline-block;
	background-color: #fff !important;
    color: #333 !important;
 }

 ul.tabs li a {
    margin: 0 15px 0 0;
 }

 ul.tabs li a {
    display: inline-block;
    color: #777;
    border-bottom: 1px solid transparent;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
	padding-left: 0;
}

ul.tabs li.active a {
    border-bottom: 1px solid #333;
    color: #333;
}

ul.tabs li.active a {
    color: #333;
    border-color: #333;
}
.tabs-panel {
    padding-bottom: 25px;
    margin-bottom: 0;
}
.book-extra-details h4 {
	font-weight: 600;
    margin: 0 0 20px;
    color: #121823;
    line-height: 1.4;

	    font-size: 17px;
}

.details-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #f8f9fa;
}

.details-wrapper .detail-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 1px solid #e4efef;
    padding: 13px 20px;
}

.book-extra-details .detail-label {
    font-weight: 700;
    text-transform: uppercase;
}

.error-404 .page-content {
    padding: 11.4em 0;
    overflow: hidden;
}

@media (max-width: 1439px) {
	.error-404 .page-content {
		padding: 7em 0 8em;
	}
}

@media (max-width: 1279px) {
	.error-404 .page-content {
		padding: 4.5em 0 5.5em;
	}
}

.error-404 .page-content img {
    width: 60%;
}
 
.error-404 .page_info {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.error-404 .page_subtitle {
    margin: 55px 0 50px;
    line-height: 1.1em;
    font-weight: 700;
}


.mile-category-carousel .owl-nav,
.mile-courses-carousel .owl-nav {
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}

.mile-category-carousel .owl-dots,
.mile-category-carousel .owl-nav,
.mile-courses-carousel .owl-dots,
.mile-courses-carousel .owl-nav
{
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}


.mile-category-carousel .owl-dots,
.mile-courses-carousel .owl-dots
{
	margin-top: 20px !important;
	margin-bottom: 35px;
}

.mile-category-carousel .owl-nav [class*=owl-],
.mile-courses-carousel .owl-nav [class*=owl-]
{
	margin: 0 40px;
	width: 35px;
	height: 35px;
	border-radius: 3px !important;
	transition: 0.5s;
	background-color: #ffffff !important;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	line-height: 32px !important;
	padding: 0 !important;
	font-size: 25px !important;
}

.mile-category-carousel .owl-nav [class*=owl-]:hover
.mile-courses-carousel .owl-nav [class*=owl-]:hover
{
	background-color: var(--color-theme-orange)!important;
	color: #ffffff;
}

.mile-category-carousel .owl-nav span,
.mile-courses-carousel .owl-nav span
{
	display: flex;
	justify-content: center;
	align-items: center;
}


.mile-category-carousel button.owl-dot,
.mile-courses-carousel button.owl-dot{
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.mile-category-carousel button.owl-dot,
.mile-courses-carousel button.owl-dot
{
	display: inline-block;
	zoom: 1;
}

.mile-category-carousel button.owl-dot span,
.mile-courses-carousel button.owl-dot span{
	margin: 0 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: transparent !important;
	border: 1px solid #a8a8a8;
	position: relative;
	transition: 0.5s;
	display: block;
}

.mile-category-carousel button.owl-dot.active span,
.mile-courses-carousel button.owl-dot.active span{
	border-color: var(--color-theme-orange);
}

.mile-category-carousel .owl-dot:hover span,
.mile-courses-carousel .owl-dot:hover span {
	background: #869791
}

.mile-category-carousel button.owl-dot span:before,
.mile-courses-carousel button.owl-dot span:before
{
	 content: '';
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 background-color: transparent;
	 border-radius: 50%;
	 margin: 2px;
	 transition: 0.5s;
 }

.mile-category-carousel .owl-dot.active span:before,
.mile-courses-carousel .owl-dot.active span:before
{
	background-color : var(--color-theme-orange);
}

.mile-category-carousel .owl-stage-outer,
.mile-courses-carousel .owl-stage-outer{
	margin: 0 0 40px;
}


.pagination {

	padding-left: 0;
	margin: 18px -7px 0;
}

.pagination ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

.pagination ul .page-numbers {
	width: 33px;
	height: 33px;
	background-color: #f3f0f0;
	color: #606060;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	line-height: 34px;
	position: relative;
	margin-left: 3px !important;
	margin-right: 3px !important;
	font-size: 16px;
	font-weight: 600;
}

.pagination ul .page-numbers.current{
	background-color: var(--color-theme-orange);
	color: #ffffff;
}

.border-orange {
	border-color: var(--color-theme-orange) !important;
}

.slider-newsletter-email .newsletter-email.border-orange {
	border-color: var(--color-theme-orange) !important;
}

.box-shadow {
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
}

.registration-wrapper {
	padding-top: 30px !important;
    padding-right: 38px !important;
    padding-bottom: 5px !important;
    padding-left: 38px !important;
    border-radius: 5px !important;
}

.registration-wrapper h4 span {
    font-family: Nunito Sans;
    font-weight: 800;
    font-size: 22px;
    line-height: 36px;
	color: #252525;
	color: var(--main-color);
}

.registration-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), select, textarea {
    height: 50px;
    max-width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 20px;
    font-family: inherit;
    border: 0;
    background: transparent;
    outline: none;
    margin: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: #f3f5fe;
}

.form-divider {
    margin-top: 25px;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    padding: 20px 0;
    margin-top: 20px;
}

.registration-form .form-label {
	font-weight: 500;
}
.iti {
	width: 100%;
}

.bg-green {
	background-color: var(--color-theme-green) !important;
	border-color: var(--color-theme-green) !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid
 {
    border-color: var(--bs-form-invalid-border-color) !important;
	border-width: 1px !important;
	border-style: solid !important;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
	border-width: 1px !important;
	border-style: solid !important;
}

.z-5 {
	z-index: 5;
}

.nav-library .dropdown-menu[data-bs-popper] {
	left: unset;
	right: 0 !important;
	margin-top: 30px !important;
}

@media (max-width: 768px){
	.nav-library .dropdown-menu[data-bs-popper] {
		left: 0;
		right: unset !important;
		margin-top: 5px !important;
	}
}

.header-container-item .dropdown-item {
	color: var(--main-color) !important;
}
.header-container-item ul > li {
  padding: 0 2px;
  position: relative;
}
.alert svg {
	width: 10px;
}

.nav-library .navbar-toggler {
	border-color: #ffff;
}