/*
* Repeatable Patterns
* Carousel
* Topbar
* Header
* Mobile navigation
* Temtplate Css Global 
* Page Title
* Blog
* Blog Single
* Sidebar
* Pagination
* Mail Chimp
* Footer
* Widget footer
* Bottom
* GoTop Button
* Boxed
* Preload
* Contact form
* Flat List
* Services grid
* 404
* Search No Results
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #78b942; 
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #78b942; 
}

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

a {
	color: var(--theme-accent-color);
	text-decoration: none;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

a:hover {
    color: var(--theme-primary-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

svg *[stroke^="#"], 
svg *[stroke^="url(#"] {
    stroke: currentColor;
}

/* Typography */
body,
button,
input,
select,
textarea {
	-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}	

strong,
b {
	font-weight: 700;
}

p {
	margin-bottom: 27px;
}

p:last-of-type {
	margin-bottom: 0px;
}

article:last-of-type,
article p:last-of-type {
	margin-bottom: 0;
}

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

blockquote,
.wp-block-quote {
    position: relative;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 40px 45px 40px 150px !important;
	background: #F7F7F7;
	color: var(--theme-primary-color);
	border: none !important;
	min-height: 170px;
}

blockquote p,
.wp-block-quote p {
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	font-style: inherit !important;
}

blockquote:before,
.wp-block-quote:before {
	content: "\e924";
	font-family: learnway-theme;
	font-size: 70px;
    position: absolute;
    left: 30px;
    top: 75px;
    color: rgba(8, 31, 81, 0.1);
}
.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
	padding: 150px 30px 40px 30px !important;
}
.wp-block-column blockquote cite {
	padding-left: 0;
}
.wp-block-column blockquote cite:before {
	display: none;
}

.has-background blockquote.has-very-dark-gray-color, blockquote em a, blockquote a {
	color: var(--theme-primary-color);
}

blockquote code {
	color: inherit;
}

.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	margin: 40px 0px 40px 0px;
    padding: 40px 50px 50px 50px;
}

blockquote a:hover {
	color: var(--theme-accent-color);
}

blockquote .name {
	color: var(--theme-primary-color);
	margin: 11px 0 0 0;
}

blockquote p .icon-blockquote {
	font-size: 24px;
	line-height: 40px;
	font-weight: 300;
	line-height: 0;
	vertical-align: text-bottom;
	color: #203b48;		
    position: relative;	    
    display: inline-block;
}

blockquote p .icon-blockquote:first-of-type {
	margin-right: 17px;
	top: -8px;
}
blockquote p .icon-blockquote:last-of-type {
	margin-left: 5px;
	top: 2px;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	color: var(--theme-primary-color);
}

table {
    width: 100%;
    margin: 15px 0;
}

th, td {
    border: 1px solid #E8E8E9;
    padding: 7px;
    text-align: center;
}

blockquote .blockqoute-text:before, blockquote .blockqoute-text:after {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "”";
    font-size: 60px;
    line-height: 60px;
    color: rgb(153, 153, 153);
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote em,
blockquote i,
blockquote cite {
	font-weight: 700;
	font-size: 20px;
}

blockquote cite {
	margin-top: 27px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 70%;
}

blockquote cite {
	display: inline-flex;
	line-height: 1.3;
	position: relative;
	padding-left: 90px;
}

blockquote cite:before {
	content: "";
	width: 70px;
	height: 4px;
	background: var(--theme-accent-color);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

blockquote strong,
blockquote b {
	font-weight: 600;
}

blockquote > p:last-of-type {
	margin-bottom: 0px;
}

abbr[title] {
	border-bottom: 1px dotted #c0c0c0;
	cursor: help;
}

mark,
ins {
	background-color: var(--theme-accent-color);
	text-decoration: none;
	color: #fff;
	padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
}

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

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
    font-family: Consolas, monospace;
    height: auto;
    margin: 0 0 20px;
    overflow-x: auto;
    padding: 20px;
}

h1.w6, h2.w6, h3.w6, h4.w6, h5.w6, h6.w6 { font-weight: 600; }
h1.w4, h2.w4, h3.w4, h4.w4, h5.w4, h6.w4 { font-weight: 400; }

h1,h2,h3,h4,h5,h6 { font-weight: 600; color: #203b48; line-height: 1.3;}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Alignments */
.entry-content .alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.entry-content .alignright {
	display: inline;
	float: right;
    margin-left: 1em;
}

.entry-content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
p>img.alignleft {
    clear: left;
}
p>img.alignright {
    clear: right;
}
.blockcenter {
	left: 50%;
        transform: translatex(-50%);
   -moz-transform: translatex(-50%);
   - ms-transform: translatex(-50%);
-webkit-transform: translatex(-50%);
     -o-transform: translatex(-50%);

}

.float-right {
	float: right;
}

p img,
figure {
	margin-top: 30px;
	margin-bottom: 30px;
}

.entry-content .wp-block-image figcaption {
	display: block;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 7px 30px 25px 0 !important;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 7px 0 25px 30px !important;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 20px;
}

.wp-block-calendar table caption, 
.wp-block-calendar table tbody {
	color: var(--body-text-color);
}

.wp-block-archives-dropdown label {
	margin-bottom: 17px;
}

/* Content */
.container {
    max-width: 1200px;
}

.bypostauthor article .gravatar {
    float: left;
    display: inline-block;
}

.sticky, .tag-sticky-2 {
	display: block;
}

.single.class-name-page-template-sticky .navigation.posts-navigation .nav-links {
	margin-bottom: 0;
}

.sticky .content-post .entry-title, 
.tag-sticky-2 .content-post .entry-title {
    position: relative;
    padding-left: 30px;
}

.sticky .content-post .entry-title:before, 
.tag-sticky-2 .content-post .entry-title:before {
    content: '\e90e';
    font-family: 'learnway';
    font-size: 80%;
    position: absolute;
    left: 3px;
    top: 10px;
    transform: rotate(-25deg);
    color: var(--theme-accent-color);
    line-height: 1;
}

.page-header {
	margin: 0;
	border: 0;
}

.page-header .nothing {
	padding: 0;
	background-color: transparent;
	font-size: 40px;
	line-height: 40px;
	color: #ff1200;
}

.site-main {
	position: relative;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

/* 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

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

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Elements */
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 20px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dd, dt {
	line-height: 30px;
}

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

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

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

/* Forms */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  	color: #fff;
  	background-color: var(--theme-accent-color);	
    padding: 18px 37px;
  	cursor: pointer;  	
  	white-space: nowrap; 	
  	z-index: 0;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    border: 1px solid;
    border-color: var(--theme-accent-color);
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {	
	background-color: transparent;
	color: var(--theme-accent-color);
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	color: var(--body-text-color);
	border: 1px solid;
	border-color: #F6F7F9;
	font-size: 16px;
	background-color: #F6F7F9;
  	padding: 16px 20px 16px 20px; 
  	max-width: 100%;
  	margin-bottom: 20px;
  	width: 100%;
    outline: none;
  	-webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;    	
  	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

input[type="email"],
input[type="password"] {
    text-transform: none;
}

input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="color"] {
	margin-bottom: 30px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: none;
	border-color: var(--theme-accent-color);
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
	width: 100%;
	height: 165px;
    padding: 15px;
}

input[type="checkbox"] {
	display: inline;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--body-text-color);
    font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: var(--body-text-color);
   opacity: 1;
   font-style: italic;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: var(--body-text-color);
   opacity: 1;
   font-style: italic;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: var(--body-text-color);
   font-style: italic;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: var(--body-text-color);
   font-style: italic;
}

input::placeholder,
textarea::placeholder { /* Most modern browsers support this now. */
   color: var(--body-text-color);
   font-style: italic;
}

select {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: linear-gradient( 45deg , transparent 50%, var(--body-text-color) 50%), linear-gradient( 135deg , var(--body-text-color) 50%, transparent 50%);
    background-position: calc(100% - 25px), calc(100% - 20px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    line-height: 1.5;
    padding-left: 23px;
    padding-right: 23px;
}

select option {
	background: var(--theme-body-bg);
}

/* Bootstrap Resetting Elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;	
}

button:focus { outline: none; }

input[type='radio'] {
	-webkit-appearance:none;
	appearance:none;
	width:20px !important;
	height:20px !important;
	min-width:20px;
	min-height:20px;
	border:1px solid #D5D5D5 !important;
	border-radius:50% !important;
	outline:none;
	position: relative;
	background: transparent !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
    margin-right: 15px;
}

input[type='radio']:before {
	content:'';
	display:block;
	width: 80%;
	height: 80%;   
	border-radius:50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);    
}

input[type='radio']:checked {
	border-color: var(--theme-accent-color) !important;
}

input[type='radio']:checked:before {
	background: var(--theme-accent-color) !important;
}

input[type='checkbox'] {
	-webkit-appearance:none;
	appearance:none;
	width:20px !important;
	height:20px !important;
	min-width:20px;
	min-height:20px;
	border-width: 1px !important;
	border-style: solid;
	outline:none;
	position: relative;
	background-color: transparent !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
    margin-right: 15px;
    border-radius: 0 !important;
    border-color: #343444;
}

input[type='checkbox']:before {
	content:'';
	left: 9px;
    top: 8px;
	width: 5px;
	height: 10px;
	border: solid var(--theme-accent-color);
	border-width: 0 1px 1px 0;
	position: absolute;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);  
	display: none;
}

input[type='checkbox']:checked:before {
	display: block;
}

input[type='checkbox']:checked {
	border-color: var(--theme-accent-color) !important;
}

/*Block Editor*/
.wp-block-button__link {
	border-radius: 0px;
	position: relative;	
    z-index: 1;
    overflow: hidden;
    padding: 20px 52px 18px 52px;
    line-height: 1.3;
    background: var(--theme-accent-color);
    color: #fff;
    border: 1px solid;
    border-color: var(--theme-accent-color);
}

.wp-block-button__link:hover {
	color: var(--theme-accent-color);
	background-color: transparent;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color), 
.wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: var(--theme-accent-color);
}
.is-style-outline>.wp-block-button__link:not(.has-text-color):hover, 
.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
	color: #fff;
	border-color: var(--theme-accent-color);
}
.is-style-outline>.wp-block-button__link:not(.has-background):hover, 
.wp-block-button__link.is-style-outline:not(.has-background):hover {
	background-color: var(--theme-accent-color);
}

.wp-block-button:not(.alignleft):not(.aligncenter):not(.alignright) {
    margin-top: 30px;
}

.wp-block-button.is-style-squared a, 
.wp-block-button__link.wp-block-button.is-style-squared a {
	border-radius: 0px;
}

.post-password-form button[type="submit"],
.post-password-form input[type="submit"] {
    border-radius: 0px;
    padding: 0 57px 0 57px;
    font-size: 18px;
    height: 60px;
    position: relative;
    top: 1px;
}

.post-password-form button[type="submit"]:hover,
.post-password-form input[type="submit"]:hover {
	background-color: #FFC221;
	border-color: #FFC221;
	color: #222;
}

.post-password-form input[type="password"] {
    min-width: 300px;
    border-radius: 0px;
    border-color: #EAEAEA;
}

.wp-block-button {
    margin-bottom: 30px;
}

.wp-block-cover-image h1:not(.has-text-color), 
.wp-block-cover-image h2:not(.has-text-color), 
.wp-block-cover-image h3:not(.has-text-color), 
.wp-block-cover-image h4:not(.has-text-color), 
.wp-block-cover-image h5:not(.has-text-color), 
.wp-block-cover-image h6:not(.has-text-color), 
.wp-block-cover-image p:not(.has-text-color), 
.wp-block-cover h1:not(.has-text-color), 
.wp-block-cover h2:not(.has-text-color), 
.wp-block-cover h3:not(.has-text-color), 
.wp-block-cover h4:not(.has-text-color), 
.wp-block-cover h5:not(.has-text-color), 
.wp-block-cover h6:not(.has-text-color), 
.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.entry-content > .alignwide:not(.wp-block-group.has-background), 
.entry-content > .alignfull:not(.wp-block-group.has-background),
.wp-block-archives:not(.alignwide):not(.alignfull), 
.wp-block-categories:not(.alignwide):not(.alignfull), 
.wp-block-code, 
.wp-block-columns:not(.alignwide):not(.alignfull), 
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), 
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), 
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), 
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), 
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), 
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), 
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), 
.wp-block-media-text:not(.alignwide):not(.alignfull), 
.wp-block-preformatted, 
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), 
.wp-block-quote, 
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large, 
.wp-block-verse, 
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-top: 27px;
    margin-bottom: 27px;
}

.footer-widgets .alignwide:not(.wp-block-group.has-background), 
.footer-widgets .alignfull:not(.wp-block-group.has-background),
.footer-widgets .wp-block-archives:not(.alignwide):not(.alignfull), 
.footer-widgets .wp-block-categories:not(.alignwide):not(.alignfull), 
.footer-widgets .wp-block-code, 
.footer-widgets .wp-block-columns:not(.alignwide):not(.alignfull), 
.footer-widgets .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), 
.footer-widgets .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), 
.footer-widgets .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), 
.footer-widgets .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), 
.footer-widgets .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), 
.footer-widgets .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), 
.footer-widgets .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), 
.footer-widgets .wp-block-media-text:not(.alignwide):not(.alignfull), 
.footer-widgets .wp-block-preformatted, 
.footer-widgets .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), 
.footer-widgets .wp-block-quote, 
.footer-widgets .wp-block-quote.is-large, 
.footer-widgets .wp-block-quote.is-style-large, 
.footer-widgets .wp-block-verse, 
.footer-widgets .wp-block-video:not(.alignwide):not(.alignfull) {
	margin-top: 15px;
    margin-bottom: 15px;
}

.wp-block-columns:not(.alignwide):not(.alignfull) .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
	margin-top: 0px;
    margin-bottom: 0px;
}

.wp-block-column > ul:last-child {
	margin-bottom: 0;
}

.wp-block-group.has-background {
    padding: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.has-large-font-size {
	line-height: 1.3;
}

.wp-block-group.has-background .wp-block-group__inner-container ul:last-of-type {
	margin-bottom: 0;
}

/* Block Widget */
ul.wp-block-rss,
ul.wp-block-latest-posts,
ul.wp-block-archives-list,
ol.wp-block-latest-comments {
    margin-left: 0;
}

ul.wp-block-rss,
ol.wp-block-latest-comments {
    width: fit-content;
}

ul.wp-block-rss ul,
ul.wp-block-latest-posts ul,
ul.wp-block-archives-list ul,
ol.wp-block-latest-comments ul {
    padding-left: 15px;
}

ul.wp-block-rss li,
ul.wp-block-latest-posts li,
ul.wp-block-archives-list li,
ol.wp-block-latest-comments li {
    position: relative;
    list-style: none;
}

/* Carousel
-------------------------------------------------------------- */
.owl-carousel {
    touch-action: manipulation; 
}

/* Topbar
-------------------------------------------------------------- */
.themesflat-top .container,
header .container{
	max-width: 1550px;
}
header.header-default .container{
	max-width: 1200px;
}
.themesflat-top {
	position: relative;
}
.themesflat-top .container-inside {
	display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: center;
}
.themesflat-top .container-inside .content-left {
	flex-grow: 1;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.themesflat-top .container-inside .content-right {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.themesflat-top ul {
	list-style: none;
	margin: 0;
}
.themesflat-top ul li {
	display: inline-block;
	margin-left: 26px;
	text-align: left;
	position: relative;		
}
.themesflat-top ul li:first-child {
	margin-left: 0px;
}
.themesflat-top .content-left ul li > i {
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 2px;	
}
.themesflat-top ul.flat-information li {
	padding-left: 30px;
}
.themesflat-top ul.flat-information li:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 20px;
	left: 0;
    top: 3px;
	background: #C4C4C4;
}
.themesflat-top ul.flat-information li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.themesflat-top ul.flat-information li:first-child:before {
	display: none;
}
.themesflat-top .themesflat-socials li {
	background: transparent;
	margin-left: 20px;
}
.header-01 .themesflat-top .container-inside .content-left,
.header-02 .themesflat-top .container-inside .content-left {
	margin-left: 17.6em;
}

.themesflat-top ul.flat-login {
    margin-right: 36px;
    padding-right: 32px;
	position: relative;
}
.themesflat-top ul.flat-login:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 15px;
	right: 0;
    top: 3px;
	background: #C4C4C4;
}
.themesflat-top ul.flat-login li > i {
	font-size: 18px;
	margin-right: 7px;
	top: 3px;
    position: relative;
}

/* Header
-------------------------------------------------------------- */
#header {
	width: 100%;
    z-index: 11;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-sticky {
	-webkit-box-shadow: 0 0 65px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 65px rgba(0,0,0,.09);
    -ms-box-shadow: 0 0 65px rgba(0,0,0,.09);
    -o-box-shadow: 0 0 65px rgba(0,0,0,.09);
    box-shadow: 0 0 65px rgba(0,0,0,.09);
}

#header.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.8s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDown;
    animation-duration: 0.8s;
}

#header .header-wrap,
#header .header-wrap .header-ct-left,
#header .header-wrap .header-ct-center,
#header .header-wrap .header-ct-right {
	height: 100%;
}

/* header-default */
#header .header-wrap {
    display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	justify-content: space-between;
}
#header .header-wrap .header-ct-left {
	justify-content: flex-start;
    display: flex;
	align-items: flex-start;
}
#header .header-wrap .header-ct-right {
	justify-content: flex-end;
    display: flex;
	align-items: center;
}
#header .header-wrap .header-ct-center {
	justify-content: center;
    display: flex;
	align-items: center;
}
#header #logo {
	background: var(--theme-accent-color);
	min-width: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;	
	height: 100%;
	position: relative;
}
/* header-style1 */
#header.header-style1 .header-wrap .header-ct-left {
	flex-grow: 0;
}
#header.header-style1 .header-wrap .header-ct-center {
	flex-grow: 1;
}
#header.header-style1 .header-wrap .header-ct-right {
	flex-grow: 0;
}
#header.header-style1 #logo {
	min-height: 130px;
	margin-top: -50px;
	border-radius: 0px 0px 20px 20px;
}
/* header-style2 */
#header.header-style2 .header-wrap #logo {
	opacity: 0;
}
#header.header-style2 .inner-header {
	display: flex;
}
#header.header-style2 .logo-second #logo {
	border-radius: 0px 10px 10px 0px;
    min-width: 392px;
    min-height: 140px;
    position: absolute;
    margin-top: -23px;
    padding-right: 49px;
    justify-content: flex-end;
    z-index: 1;
}
/* header-style3 */
#header.header-style3 .container {
	max-width: 1750px;
}
#header.header-style3 .header-wrap .header-ct-left {
	align-items: center;
}
#header.header-style3 #mainnav > ul > li > a, 
#header.header-style3 .show-search, header .block a, 
#header.header-style3 .mini-cart-header .cart-count, 
#header.header-style3 .mini-cart .cart-count, .button-menu {
	line-height: 120px;
}
#header.header-style3 .show-search > a {
	border: 2px solid rgba(8, 31, 81, 0.1);
	font-size: 16px;
}
#header.header-style3 #logo {
	min-width: 270px;
	top: 20px;
	border-radius: 10px;
}
/* button header */
.wrap-btn-topbar .btn-topbar,
.wrap-btn-header .btn-header {
	display: inline-flex !important;
	padding: 21px 40px !important;
	align-items: center;
	background: var(--theme-accent-color);
	color: #fff;
}
.wrap-btn-header .btn-header i {
	margin-left: 10px;
    font-size: 12px;
}
#header.has-search-box .btn-header,
#header.has-cart .btn-header {
	margin-left: 30px;
}
.themesflat-top .wrap-btn-topbar .btn-topbar {
	border-radius: 0;
	padding: 15px 31px;
    margin-left: 34px;
}

/* info header */
.info-header {
    position: relative;
    padding-left: 64px;
    margin-right: 30px;
    margin-left: 40px;
}

.info-header .icon-info {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 48px;
	height: 48px;
	border: 2px solid rgba(8, 31, 81, 0.1);
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.info-header .icon-info i,
.info-header .icon-info svg {
	fill: var(--theme-accent-color);
	color: var(--theme-accent-color);
}

.info-header .content {
	display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-accent-color);
}

.info-header .phone {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: var(--theme-primary-color);
}

/* logo */
#logo h1 {
	font-size: 30px;
	margin: 0;
}
#logo h2 {
	font-size: 25px;
	margin: 0;
}
#logo a,
#logo-mobi a {
	display: inline-block;
}

#logo-mobi {
	padding: 20px 25px;
	display: flex;
    justify-content: center;
    background: var(--theme-primary-color);
}

.logo img, 
.logo svg,
.logo {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

/* navigation */
#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav ul li {
   position: relative;
}

#mainnav > ul > li {
   	float: left; 
}

#mainnav > ul > li:last-child {
	margin-right: 0;
}

#mainnav > ul{ 
	display: flex;  
}
#mainnav > ul > li { 
	padding: 0;
	-webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
}

#mainnav > ul > li > a {
    font-size: 18px;	   
    position: relative;
    display: inline-block;
}

#mainnav > ul > li:first-child {
	margin-left: 0px;
}

#mainnav > ul > li.menu-item-has-children > a {
	padding-right: 17px;
}

#mainnav > ul > li.menu-item-has-children > a:before {
    font-family: 'learnway-theme';
	content: "\e923";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px; 
	line-height: 1;
}

#mainnav > ul > li.current-menu-item > a:before, 
#mainnav > ul > li.current-menu-ancestor > a:before, 
#mainnav > ul > li.current-menu-parent > a:before {
	border-color: transparent var(--mainnav-active-color) var(--mainnav-active-color) transparent;
}

#mainnav > ul > li > a:hover:before {
	border-color: transparent var(--mainnav-hover-color) var(--mainnav-hover-color) transparent;
}

#mainnav > ul > li.current-menu-item > a,
#mainnav > ul > li > a:hover,
#mainnav > ul > li.current-menu-item > a,
#mainnav > ul > li.current-menu-ancestor > a,
#mainnav > ul > li.current-menu-parent > a {
	color: var(--theme-accent-color);
}

#mainnav > ul > li > a i {
	font-size: 14px;
    margin-left: 5px;
}

/* submenu */
#mainnav ul.sub-menu {
	padding: 15px 0px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    max-width: 255px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 10px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15); 
  	-webkit-transition: all ease 0s;
	   -moz-transition: all ease 0s;
	    -ms-transition: all ease 0s;
	     -o-transition: all ease 0s;
	        transition: all ease 0s;
}

#mainnav > ul > li:last-child > ul.sub-menu {
    left: unset;
    right: 0;
}

#mainnav ul.sub-menu > li > a > span {
	background: var(--theme-accent-color);
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px 7px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 1;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}

#mainnav ul li ul li {
   margin-left: 0px;
}

#mainnav ul.sub-menu li ul.sub-menu {
   position: absolute;
   left: 100%;
   top: calc(0px - 15px);
   margin-top: 0px;
}

#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu {   
   left: 0;
   top: 100%;
}

#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
	left: -100%;
   	top: 0;
}

#mainnav ul.sub-menu > li {
   border-top: 1px solid #F7F7F7;
}

#mainnav ul.sub-menu > li:first-child {
	border-top: 0;
}

#mainnav ul.sub-menu > li > a {
    display: block;    
    text-decoration: none;
    padding: 15px 30px;
    line-height: normal;
    -webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

#mainnav ul.sub-menu li.menu-item-has-children > a:after {
	font-family: "learnway";
	content: "\f054";
	font-weight: 900;
    right: 20px;
    line-height: normal;	    
    font-size: 10px;	    
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mainnav .megamenu ul.sub-menu li.menu-item-has-children > a:after { 
	display: none;
}

#mainnav ul.sub-menu > li.sub-parent:hover::after {
	right: 18px;
}

#mainnav > ul > li.home > a:before {
	opacity: 1;
	content: "";
    position: absolute;
    left: 20px;
    bottom: -15px;
    width: 15px;
    height: 5px;
    background-color: var(--theme-accent-color);
}

#mainnav > ul > li.home > a:after {
	opacity: 1;
	position: absolute;
    left: 36px;
    bottom: -15px;
    width: 15px;
    height: 5px;
    background-color: #000;
    content: "";
}

/* Mega Menu */
#mainnav li.megamenu { 
	position: inherit;     
}

#mainnav li.megamenu ul.sub-menu { 
	z-index: 9999; 
}

#mainnav li.megamenu > ul.sub-menu { 
	width: 100%; 
	left: 0; 
	right: auto; 
    padding: 15px;
    position: absolute;
    z-index: 98;
    -webkit-box-shadow: 0 6px 50px rgba(0,0,0,.04);
    box-shadow: 0 6px 50px rgba(0,0,0,.04); 
    border-top: solid 1px #f7f7f7;   	
}

#mainnav li.megamenu > ul.sub-menu > li {
	margin: -15px 0;
	padding: 20px 0; 
	display: block; 
	float: left; 
	width: 100%; 		
	border-right: solid 1px #f0f0f0 !important;
}

#mainnav li.megamenu > ul.sub-menu > li:last-child {
	border-right: none !important;
}

#mainnav li.megamenu.col-1 > ul.sub-menu > li { width: 100% }
#mainnav li.megamenu.col-2 > ul.sub-menu > li { width: 50% }
#mainnav li.megamenu.col-2 > ul.sub-menu > li:nth-child(3n) { clear: both; }
#mainnav li.megamenu.col-3 > ul.sub-menu > li { width: 33.33% }
#mainnav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) { clear: both; }
#mainnav li.megamenu.col-4 > ul.sub-menu > li { width: 25% }
#mainnav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) { clear: both; }
#mainnav li.megamenu.col-5 > ul.sub-menu > li { width: 20% }
#mainnav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) { clear: both; }
#mainnav li.megamenu.col-6 > ul.sub-menu > li { width: 16.66% }
#mainnav li.megamenu.col-6 > ul.sub-menu > li:nth-child(7n) { clear: both; }

#mainnav li.megamenu > ul.sub-menu > li ul { 
	display: block; 
	top: auto; 
	width: 100%; 
	min-width: 0; 
	left: auto; 
	position: relative;
	-webkit-box-shadow:none; 
	box-shadow: none; 
}

#mainnav li.megamenu ul.sub-menu > li > a {
	padding: 10px 15px;
}

#mainnav li.megamenu > ul.sub-menu > .menu-item-has-children > a { 
    font-weight: 700;
    opacity: 0.8;
    color: #222;
    background: transparent !important;
}

#mainnav li.megamenu > ul.sub-menu ul {
	background: transparent !important;
}

#mainnav li.megamenu > ul.sub-menu > .menu-item-has-children > a:hover {
	opacity: 1;
}

#mainnav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a { 
	display: none 
}

#mainnav li.megamenu:hover ul li ul { 
	opacity: 1; 
	visibility: 
	visible; 
}

/* Canvas Menu */
.canvas-nav-wrap .inner-canvas-nav {
	width: 320px;
    height: 100%;
    top: 0;
    left: 0px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: fixed;
    background-color: var(--theme-body-bg);
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.canvas-nav-wrap.active .inner-canvas-nav {
	-webkit-transform: translateX(0%);
        	transform: translateX(0%);
}

.canvas-nav-wrap .overlay-canvas-nav {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
	opacity: 1;
	visibility: visible;
}

.canvas-menu-close {
	position: absolute;
	right: 20px;
	top: 30px;
}

.canvas-menu-close span {
	position: relative;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 26px;	    
}

.canvas-menu-close span:before, 
.canvas-menu-close span:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
}

.canvas-menu-close span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.canvas-menu-close span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.inner-canvas-nav .logo {
	padding: 25px 25px !important;
	line-height: unset;
	text-align: left;
}

.inner-canvas-nav .logo > a {
	max-width: 180px;
}

#mainnav_canvas ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainnav_canvas ul li {
    width: 100%;
    position: relative;
    border-top: solid 1px rgba(3, 31, 66, 0.1);
}

#mainnav_canvas > ul > li:last-child {
    border-bottom: solid 1px rgba(3, 31, 66, 0.1);
}

#mainnav_canvas ul > li:last-child {
    border-bottom: solid 1px transparent;
}

#mainnav_canvas ul li a {
	font-weight: 500;
	display: inline-block;
	width: 100%;
    height: auto;
    padding: 12px 50px 12px 25px;
    text-align: left;
    color: var(--theme-primary-color);
}

#mainnav_canvas ul li a > span {
    background: var(--theme-accent-color);
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px 7px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    line-height: 1;
}

#mainnav_canvas .sub-menu a {
	padding: 12px 50px 12px 35px;
}

#mainnav_canvas .sub-menu .sub-menu a {
	padding: 12px 50px 12px 45px;
}

#mainnav_canvas ul li.current_page_item > a,
#mainnav_canvas ul li.current-menu-item > a, 
#mainnav_canvas ul li.current-menu-ancestor > a, 
#mainnav_canvas ul li.current-menu-parent > a {
	color: var(--theme-accent-color);
}
/* Show search */
.header-style1 .show-search,
.header-style3 .show-search,
.header-style1 .flat-language {
    float: right;  
}

.show-search { 
    position: relative;   
    min-width: 20px;
    margin-left: 15px;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
}

.show-search > a {
	width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}

.show-search > a:hover {
	color: var(--theme-accent-color);
}

.show-search a {    
    position: relative;
}

.show-search.active a > .fa-search:before {
    content: "\f00d";
}

.top-search {
	line-height: normal;
    position: absolute;
    right: 0px;
    top: 120%;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-search.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 100%;
}

.header_sticky #header.header-sticky {
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: 0px 3px 6px rgb( 0, 0, 0, 6%);
}

.header_sticky #header.header-sticky.header-style1 .logo {
    min-height: unset !important;
    background: transparent;
    margin-top: 0 !important;
    box-shadow: unset;
}

#mainnav > ul > li:first-child > a {
	padding-left: 0;
}

#mainnav > ul > li > a, 
#header .show-search a, 
header .block a, 
#header .mini-cart-header .cart-count,
#header .mini-cart .cart-count, 
.button-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* Header Absolute */
.header-absolute #header {
	position: absolute;
	width: 100%;
	z-index: 999; 
}

.header-absolute #header {
    border-bottom: 1px solid rgba(138, 138, 160, 0.4);
}

/* Mobile navigation
-------------------------------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	z-index: 1000;
   	position: absolute;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul {
	background-color: #222222;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: center;
   	border-top: 1px solid rgba(255,255,255,0.05);
   	cursor: pointer;
   	background-color: #222222;
}

#mainnav-mobi ul ul li {
    background-color: #252525;
}

#mainnav-mobi ul ul ul li {
    background-color: #292929;
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 15px;
   	color: #b1b1b1;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 15px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi ul li ul li ul li a {
   	padding-left: 45px !important;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 32px 0px 32px 30px;
	width: 30px;
	height: 20px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: var(--theme-accent-color);
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu span.line-1 {
	top: 50%;
}

.btn-menu span.line-2 {
	top: 60%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 9px, 0);
        transform: translate3d(0, 9px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.mainnav_canvas .btn-submenu {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	width: 47px;
	height: 47px;
   	line-height: 42px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mainnav_canvas .btn-submenu.active {
	-webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mainnav_canvas .btn-submenu:before {
	content: '';		
   	height: 6px;
    width: 6px;
    display: inline-block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--theme-primary-color) var(--theme-primary-color) transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

.btn-menu {
   display: none; 
}

/* Header Sidebar Toggler
-------------------------------------------------------------- */
.header-sidebar-toggler-btn {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    margin-left: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-sidebar-toggler-btn .text {
	margin-right: 15px;
}

.sidebar-toggler-btn {
    position: relative;
    cursor: pointer;
    margin: 0;
    transform: rotateY( 180deg );   
}

.sidebar-toggler-btn .line {
    padding: 0;
    width: 25px;    
    height: 2px;
    background: var(--theme-accent-color);    
    margin: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
}
.sidebar-toggler-btn .line--2 {
    width: 21px;
}
.sidebar-toggler-btn .line--3 {
    width: 13px;
}

.header-sidebar-toggler-btn:hover .sidebar-toggler-btn .line {
	width: 25px;
}

.modal-menu-left {
    visibility: hidden;
    transition: visibility 0s .25s;
}
.modal-menu--open {
    visibility: visible;
    transition-delay: 0s;
}
.modal-menu__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 9999;
}
.modal-menu--open .modal-menu__backdrop {
    opacity: 1;
}

.modal-menu-left .modal-menu__body {
    background: #fff;
    width: 350px;
    max-width: 90%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 30px 70px 0 rgb(57 62 70 / 15%);
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.modal-menu--open .modal-menu__body {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.modal-menu__close {
    position: absolute;
    top: 10px;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    border: none;
    padding: 0;
    fill: currentColor;
    transition: background-color .15s, color .15s;
    left: 10px;
    border: 1px solid var(--theme-accent-color);
}

.modal-menu__panel {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    z-index: 1;
    transition: transform .25s cubic-bezier(.25, .46, .45, .94);    
}

.modal-menu__panel-back, 
.modal-menu__panel-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.modal-menu__panel-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 70px;
    padding: 10px 100px 10px 10px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f4f4f4;
}

.modal-menu__panel-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.modal-menu__panel-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 20px;
}

.modal-menu__panel-body .widget .widget-title {
	color: #fff;
	margin-bottom: 20px;
}

.modal-menu__panel-body .widget .gallery-item {
	padding: 0 5px;
	margin: 0 0 10px 0;
}

.modal-menu__panel-body .widget > .gallery {
	margin: 0 -5px;
}

.modal-menu__panel-body .widget {
	margin-bottom: 30px;
}

.modal-menu__panel-body .widget ul li {
	padding-top: 3px;
    padding-bottom: 3px;
}

.modal-menu__panel-body .widget > ul > li {
	padding-left: 0px;
}

.modal-menu__panel-body .widget_block ul,
.modal-menu__panel-body .widget_block ul.wp-block-categories {
	margin: 0;
}

.modal-menu__panel-body .widget.widget_media_gallery ul li {
	padding: 0;
}

.modal-menu__panel-body .widget.widget_categories ul li {
	font-size: 14px;
}

.modal-menu__panel-body .widget.widget-recent-news .text h6, 
.modal-menu__panel-body .widget.widget_latest_news .text h6 {
	font-weight: 500;
}

.modal-menu__panel-body .widget.widget-recent-news .text h6 a, 
.modal-menu__panel-body .widget.widget_latest_news .text h6 a,
.modal-menu__panel-body .widget.widget-recent-news li .text .post-date, 
.modal-menu__panel-body .widget.widget_latest_news li .text .post-date {
	color: #fff;
}

.modal-menu__panel-body .widget.widget-recent-news .text h6, 
.modal-menu__panel-body .widget.widget_latest_news .text h6 {
	margin-bottom: 0;
}

.modal-menu__panel-body .widget_search .widget-title {
    margin-bottom: 20px;
}

.modal-menu__panel-body .widget.widget_tag_cloud .tagcloud a {
	margin-bottom: 4px;
}

.modal-menu__panel-body .widget_calendar nav span {
	color: #fff;
}

.modal-menu__panel-body .widget_calendar table td, 
.modal-menu__panel-body .widget_calendar table tr, 
.modal-menu__panel-body .widget_calendar table th,
.modal-menu__panel-body .widget_calendar table > caption {
	font-size: 14px;
}

#mainnav-secondary .menu {
    list-style: none;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

#mainnav-secondary ul {
    list-style: none;
    margin: 0;
}

#mainnav-secondary .menu li {
    position: relative;
}

#mainnav-secondary .menu li a {
    position: relative;
    color: #ffffff;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0px;
    text-align: left;
}

#mainnav-secondary .menu .menu-item-has-children > span {
    position: absolute;
    right: 20px;
    top: 1px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: block;
    padding: 10px 14px;
    color: #ffffff;
}

#mainnav-secondary .menu .menu-item-has-children.opened > span {
    transform: rotate( 90deg );
    transition: all .3s ease-in-out;
}

#mainnav-secondary .menu li .sub-menu a {
    padding-left: 30px;
}

.modal-menu__panel-footer {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 20px 30px 20px 60px;
    background: #f4f4f4;
    min-height: 150px;
    justify-content: center;
}

.modal-menu__panel-footer .logo-panel a {
	display: inline-block;
}

.socials-panel .themesflat-socials {
	list-style: none;
	margin: 30px 0 0 0;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.socials-panel .themesflat-socials li {
    background: transparent;
}

.socials-panel .themesflat-socials li a {
    padding: 15px;
    line-height: 1;
}

.socials-panel .themesflat-socials li:first-child a {
	padding-left: 0px;
}

/* Flat language
-------------------------------------------------------------- */
.flat-language {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.flat-language ul {
	margin: 0;
}
.flat-language > ul > li {
    list-style: none;
}
.flat-language ul.unstyled-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 110%;
    width: 150px;
    margin: 0;
    list-style: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 9999;
    box-shadow: 1px 8px 16px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.flat-language .current .unstyled-child {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.flat-language .current:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.flat-language ul.unstyled-child li {
    margin: 0;
    text-align: left;
    display: block;
    padding: 0 0 0 25px;
    line-height: 45px;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid rgba(133, 131, 177, .2);
}
.flat-language ul.unstyled-child li:last-child {
	border-bottom: none;
}
.flat-language ul li.current i {
	font-size: 12px;
	margin-left: 7px;
}
.flat-language ul li.current .languages-before-icon {
	font-size: 15px;
	margin-right: 9px;
}

/* Temtplate Css Global 
-------------------------------------------------------------- */
.page-template-tpl-front-page .page-wrap,
.page-template-page_nosidebar .page-wrap,
.page-template-one-page .page-wrap {
	padding: 0;
}

.page-template-tpl-front-page .page-wrap .content-area,
.page-template-page_nosidebar .page-wrap .content-area,
.error404 .page-wrap .content-area,
.page-template-portfolio .page-wrap .content-area,
.page-template-one-page .page-wrap .content-area {
	width: 100%;
	margin: 0;
}

.page-template-tpl-front-page .page-wrap .content-area:after {
	background-color: transparent;
	width: 0;
	height: 0;
}

.page-template-tpl-front-page .page-wrap .content-area,
.page-template-page_nosidebar .page-wrap .content-area,
.page-template-one-page .page-wrap .content-area {
	padding-right: 0 !important;
}

.page-wrap.sidebar-left .content-area, 
.page-wrap.sidebar-right .content-area {
	float: left;
	width: 70%;
	padding-right: 4.1%;
	position: relative;
}

.page-wrap.sidebar-left .widget-area, 
.page-wrap.sidebar-right .widget-area {
	float: left;
	width: 30%;
	position: relative;
}

/* Blog Sidebar Left */
.page-wrap.sidebar-left .content-area {
	float: right;
	padding-left: 4.1%;
	padding-right: 0;
}

.page-wrap.sidebar-left .content-area:after {
	left: 0;
}

.page-wrap.sidebar-left .pagination {
	text-align: center;
	margin-right: 0;
}

/* No sidebar */
body.no-sidebar .page-wrap.sidebar-left .content-area,
body.no-sidebar .page-wrap.sidebar-right .content-area {
	float: none;
	width: 100%;
	padding-right: 0;
}

body.no-sidebar .page-wrap.sidebar-left .content-area {		
	padding-left: 0;
}

body.no-sidebar .widget-area {
	display: none;
}

/* Full Width Center */
.page-wrap.fullwidth-center .wrap-content-area {
	width: 82.933333%;
    max-width: 82.933333%;
	margin: 0 auto;
	float: none;
	text-align: center;
}

.fullwidth-center article .entry-content > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    padding: 0 2.5px;
}

.page-wrap.fullwidth-small .wrap-content-area,
.page-wrap.fullwidth-small .wrap-content-area {
	width: 82.933333%;
    max-width: 82.933333%;
	margin: 0 auto;
	float: none;
}

.page-wrap.fullwidth .post-wrap {
	padding: 0;
}

.page-wrap.fullwidth .content-area:after {
	width: 0;
}

.page-wrap.fullwidth .widget-area,
.page-wrap.fullwidth-center .widget-area,
.page-wrap.fullwidth-small .widget-area {
	display: none;
}

/* Full Width */
.page-wrap.fullwidth .content-area,
.page-template-page_nosidebar .page-wrap.sidebar-right .content-area {
	width: 100%;
    max-width: 100%;
	margin: 0 auto;
	float: none;
}

.has-carousel article:before,
.has-carousel article:after {
    content: '';
    display: table;
    clear: both;
}

.blog-list-small .sticky .entry-border,
.blog-list-small .tag-sticky-2 .entry-border,
.blog-grid .sticky .entry-border,
.blog-grid .tag-sticky-2 .entry-border {
	border: none;
}

.blog-list-small .sticky .entry-border:hover,
.blog-list-small .tag-sticky-2 .entry-border:hover,
.blog-grid .sticky .entry-border:hover,
.blog-grid .tag-sticky-2 .entry-border:hover {
	box-shadow: none;
}

.blog-list .entry-border:hover {
	box-shadow: none;
}

/* Blog List Full Width */
.blog-list-full-width article {
    margin-bottom: 70px;
}

.blog-list-full-width article .featured-post {
    margin-bottom: 24px;
}

.blog-list-full-width article .content-post .entry-content p,
.blog-list-full-width article .content-post p {
    margin-bottom: 12px;
}

.blog-list-full-width article .content-post .entry-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 7px;
}

.blog-list-full-width article {
    margin-bottom: 41px;
}

.blog-list-full-width article:last-of-type {
    margin-bottom: 50px;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
    position: relative;
    padding: 28px 0 22px; 
    overflow: hidden;   
    background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.page-title .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.breadcrumbs span.trail-browse {
	position: relative;
	margin-right: 5px;
}

.breadcrumbs span.sep {
    text-align: center;
	vertical-align: middle;
	margin: 0 6px 0 11px;
}

.breadcrumbs span a,
.breadcrumbs a,
.breadcrumbs span {
	position: relative;
}

.breadcrumbs .trail-items .trail-end,
.breadcrumbs .trail-items a:hover {
	color: var(--theme-accent-color);
}

/* Style1 */
.page-title h1 {
	margin: 0;	
	position: relative;
	-ms-word-wrap: break-word;
    word-wrap: break-word;
}

.page-title.left .page-title-container h1,
.page-title.left .breadcrumbs {
	text-align: left;
}

.page-title.center .page-title-container h1,
.page-title.center .breadcrumbs {
	text-align: center;
}

.page-title.right .page-title-container h1,
.page-title.right .breadcrumbs  {
	text-align: right;
}

.page-title.default .page-title-heading {
	margin-bottom: 10px;
}

.page-title.inline .page-title-container {
	display: table;
}

.page-title.inline .page-title-container h1,
.page-title.inline .breadcrumbs {
	display: table-cell;
	vertical-align: middle;
}

.page-title.inline .page-title-container h1 {
	text-align: left;
}

.page-title.inline .breadcrumbs {
	text-align: right;
}

.page-title .wrap-button-page-title {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
}

/* Blog
-------------------------------------------------------------- */
article.blog-post {
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

article:before, 
article:after, 
.wrap-blog-article:before, 
.wrap-blog-article:after {
    content: "";
    display: table;
    clear: both;
}

article .featured-post {
	margin-bottom: 0px;
}
article .featured-post img {
	border-radius: 0px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
article .entry-title {
    overflow: hidden; 
    -ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 14px;
}
article .content-post {
	-ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    padding: 50px 50px 50px 50px;
}
article .post-meta {	
	display: flex;      
	margin-bottom: 30px;
	background: #ffffff;
	position: relative;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
}
article.has-post-thumbnail .featured-post img {
	width: 100%;
}
article.has-post-thumbnail .post-meta {
	margin-top: -110px;
	margin-bottom: 50px;
	z-index: 1;
}
article .post-meta a {
	color: var(--body-text-color);
}
article .themesflat-button-container {    
    margin-top: 26px;
}
article .entry-title a {
	color: var(--body-primary-color);
}
article .entry-title a:hover {
	color: var(--theme-accent-color);
}
article .entry-meta ul li a,
article .post-meta .item-meta a {
	color: var(--body-text-color);
}
article .entry-meta ul li a:hover,
article .post-meta .item-meta a:hover {
	color: var(--theme-accent-color);
}
article .entry-meta ul li,
article .post-meta .item-meta {
	position: relative;	
	text-align: center;
	padding: 16px 10px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
article .entry-meta ul li i,
article .post-meta .item-meta i {
    font-size: 18px;
    margin-right: 10px;
}
article .entry-meta ul li:after,
article .post-meta .item-meta:after {
	content: "";
	background: #CDD2D9;
	transform: rotate(30deg);
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
}
article .entry-meta ul li:last-child:after,
article .post-meta .item-meta:last-child:after {
	display: none;
}
article .post-content {
	letter-spacing: 0.17px;
}
article {
	margin-bottom: 60px;
    position: relative; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;   
}
article .blog-slider ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
article .entry-meta ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}
article .entry-meta ul li {
	position: relative;
	display: inline-block; 	        
    margin-right: 23px;
}
article .entry-meta ul li span {
	font-size: 14px;
	font-weight: 500;	
}
article .entry-meta ul li span.gravatar img {
	border-radius: 50%;
}
article .entry-meta ul li span.gravatar {
	margin-right: 2px;
	vertical-align: top;
}
article .entry-meta ul li:last-child {
	margin-right: 0;
}

article .entry-meta ul li > i {
	padding-right: 10px;
}
article .entry-meta .dot {
	font-size: 17px;
	vertical-align: text-bottom;
	padding: 0 17px 0 10px;
}
article .entry-meta ul li a {
	color: #999999;
}
article .entry-meta .meta-right {
    float: right;
}
article .entry-meta .meta-right li {
	padding-left: 31px;
}
article .entry-meta .meta-right li i {
	padding-right: 10px;
}
/* Blog Grid */
.blog-grid,
.blog-grid-simple {
	margin: 0 -15px;
}

.blog-grid > .item,
.blog-grid-simple > .item {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.blog-grid.columns-3 > .item,
.blog-grid-simple.columns-3 > .item,
.blog-grid.blog-three-columns > .item,
.blog-grid-simple.blog-three-columns > .item {
	float: left;
	width: 33.33%;
}

.blog-grid.columns-4 > .item,
.blog-grid-simple.columns-4 > .item,
.blog-grid.blog-four-columns > .item,
.blog-grid-simple.blog-four-columns > .item {
	float: left;
	width: 25%;
}

.blog-grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-grid .entry-border {
	-webkit-align-content: space-between;
	align-content: space-between;
	height: 100%;
    position: relative;
    border-radius: 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.single .blog-grid article .featured-post {
	margin: 0;
}

.blog-grid article .entry-meta.meta-below .post-date,
.blog-grid-image-left article .entry-meta.meta-below .post-date {
    font-size: 12px;
    font-weight: 700;
}
.blog-grid article .post-meta .item-meta {
	font-size: 16px;
}
.blog-grid article .post-content {
	font-size: 16px;
	line-height: 26px;
}
.blog-grid article .themesflat-button-container {
    margin-top: 22px;
}
.blog-grid article .themesflat-button {
	font-size: 16px;
}
.blog-grid article .post-meta {
	margin-bottom: 12px;
}
.blog-grid.center .content-post {
    text-align: center;
}

.blog-grid.right .content-post {
    text-align: right;
}

.blog-grid.center .content-post .entry-meta,
.blog-grid.right .content-post .entry-meta {
    width: 100%;
}

.blog-grid {
    margin: 0 -15px;
    border-bottom: none;
    position: relative;
}
.blog-grid.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0px;
}
.blog-grid.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0px;
}
.blog-list .blog-post .featured-post,
.blog-list .blog-post .themesflat_audio,
.item .blog-post .featured-post,
.item .blog-post .themesflat_audio {
    margin-bottom: 0px;
    overflow: hidden;
}

/* Blog list */
.blog-list .blog-post .themesflat_audio {
	background-color: transparent;
    padding: 0;
}

.themesflat_audio iframe {
	width: 100%;
	height: 166px;
	border: none;
}

.blog article .featured-post a,
.page-template-blog article .featured-post a,
.blog-post .featured-post a,
.featured-post a {
	position: relative;
	display: inline-block;
}

.page-template-blog .navigation,
.blog .navigation {
	margin-top: 13px;
	margin-bottom: 0px;
}

.blog .blog-archive.blog-list article .entry-meta ul i {
    font-size: 16px;
}

.blog-list article,
.item article {
	margin-bottom: 40px;
}

.blog-grid article {
	margin-bottom: 40px;
}

.blog .blog-grid article .entry-title,
.blog-grid article .entry-title {
    margin-bottom: 1px;
}

.blog-grid article .entry-meta ul {  
	margin: 0 0 15px 0;
}

.blog-grid article {
	box-shadow: none;
}

.blog .blog-grid .featured-post,
.blog-grid .featured-post {
    overflow: hidden;
    border-radius: 0;
}
.blog .blog-grid article:hover .featured-post img,
.blog-grid article:hover .featured-post img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .blog-grid article .content-post,
.blog-grid article .content-post {
	padding: 32px 32px 34px 32px;
}

.blog .blog-grid .posts-navigation,
.blog-grid .posts-navigation {
	width: 100%;
	padding: 0 15px;
}

.blog .blog-grid article .entry-meta ,
.blog-grid article .entry-meta {
	font-size: 16px;
}

.blog-grid article .meta-category-list a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--body-text-color);
}

.blog-grid article .entry-meta ul li { 
    font-weight: 400;
}

/* Post Format */
article .featured-post {
	position: relative;
}
.blog-list article.has-post-thumbnail.format-image .post-meta {
	margin-top: 0;
}
.blog-list article.format-image.has-post-thumbnail .featured-post .overlay {	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-primary-color);
	opacity: 0.9;
}
.blog-list article.format-image.has-post-thumbnail .content-post {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog-list article.format-image.has-post-thumbnail .entry-title a,
.blog-list article.format-image.has-post-thumbnail .post-content {
	color: #ffffff;
}
.blog-list article.format-image.has-post-thumbnail .themesflat-button {
	color: var(--theme-primary-color);
	border-color: #ffffff;
	background-color: #ffffff;
}
.blog-list article.format-image.has-post-thumbnail .themesflat-button:hover {
	color: #fff;
	border-color: #ffffff;
	background-color: transparent;
}
.blog-list article.format-image.has-post-thumbnail .entry-title a:hover {
	color: var(--theme-accent-color);
}

/* Blog Single
-------------------------------------------------------------- */
.single-post #primary #main {
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
}
.blog-single .inner-article {
	padding: 50px 50px 0px 50px;
}
.single-post #primary #main .main-single {
	padding: 0px 50px 50px 50px;
}
.blog-single .featured-post {
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
}

.blog-single .themesflat_audio {
	margin-bottom: 30px;
	border-radius: 0px;
	overflow: hidden;
	position: relative;
}

.blog-single .featured-post img {
	border-radius: 0px;
}
.blog-single .post-meta .meta-title {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
}
.blog-single .entry-title {
	margin-bottom: 16px;
}

.blog-single .img-blog-detail {
	margin-top: 37px;
	margin-bottom: 38px;
}

.blog-single .entry-content h2, 
.blog-single .entry-content h3, 
.blog-single .entry-content h4, 
.blog-single .entry-content h5, 
.blog-single .entry-content h6 {
	margin-top: 0px;
    margin-bottom: 18px;
}
article.blog-single .item-meta-wrap {
	display: flex;
}
article.blog-single .post-meta .item-meta .meta-title {
	font-size: 16px;
	margin-bottom: 7px;
}
.entry-content ul li:not(.blocks-gallery-item),
.entry-content ol li:not(.blocks-gallery-item) {
	padding: 5px 0px;
}
.entry-content ul ul li:first-child,
.entry-content ol ol li:first-child {
	margin-top: 5px;
    padding-bottom: 0;
}
.entry-content ul ul,
.entry-content ol ol {
	margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
	margin-bottom: 13px;
}

.blog-single .entry-content .icon-list {
	padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
}

.blog-single .entry-content .icon-list li {
	position: relative;
	padding: 10px 0px 10px 42px;
}

.blog-single .entry-content .icon-list li:before {	
	content: "\e90d";
    font-family: 'learnway';
	color: var(--theme-accent-color);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
}
.single .entry-footer .tags-links {
    margin-top: 46px;
}
.single .entry-footer .social-share-article {
	margin-top: 20px;
}
.single .sticky .entry-footer, 
.single .tag-sticky-2 .entry-footer {
	margin-bottom: 0px;
}
.blog-single {
	margin-bottom: 44px;
}

.single-post .wrap-social-share-article {
	padding-top: 20px;
    border-top: 1px solid #eee;
}

.blog-single .meta-left {
    margin-top: 3px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 22px;
}

.blog-single .entry-footer .tags-links span,
.blog-single .entry-footer .social-share-article span {
	color: var(--body-text-color);
	margin-right: 6px;
	font-weight: 700;
	display: inline-block;
	font-size: 20px;
}
.blog-single .entry-footer .tags-links span {		
	display: inline-block;
	font-weight: 700;
}

.blog-single .entry-footer .tags-links a {   
    padding: 5px 20px;
    margin: 0 6px 10px 0;
    display: inline-block;
    position: relative;
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    color: var(--body-text-color);
    border: 1px solid;
    border-color: #CDD2D9;
}

.blog-single .entry-footer .tags-links a:hover {
	color: #ffffff;
	background: var(--theme-accent-color);
	border-color: var(--theme-accent-color);
}

.blog-single .main-post .customizable-carousel {
	margin: 30px 0 15px; 
}

.blog-single blockquote.mgt46.mgbt43 {
    font-style: normal;
    background: #140a20;
    margin: 25px 0px 25px 0px;
	padding: 26px 40px 28px 90px;
}

.customizable-carousel { position: relative; }

.customizable-carousel.owl-theme .owl-nav,
.customizable-carousel.owl-loaded .owl-nav {
	display: block;
}

.customizable-carousel.owl-theme .owl-nav.disabled,
.customizable-carousel.owl-loaded .owl-nav.disabled,
.customizable-carousel.owl-carousel .owl-nav.disabled, 
.customizable-carousel.owl-carousel .owl-dots.disabled {
	display: none;
}

.customizable-carousel.owl-theme .owl-dots,
.customizable-carousel.owl-loaded .owl-dots,
.customizable-carousel .owl-dots { 
    padding: 0 !important;
}

.customizable-carousel .owl-prev,
.customizable-carousel .owl-next {
    opacity: 1;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    color: var(--theme-accent-color) !important;
    background: #ffffff;    
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customizable-carousel .owl-prev:hover,
.customizable-carousel .owl-next:hover {
	background: var(--theme-accent-color);
	color: #ffffff !important;
}
.customizable-carousel .owl-next {
	left: auto;
	right: 0;
}

.customizable-carousel.owl-theme .owl-nav [class*="owl-"]:after {
    line-height: 50px;
}

.customizable-carousel.owl-carousel:hover .owl-prev,
.customizable-carousel.owl-carousel:hover .owl-next,
.customizable-carousel.owl-loaded:hover .owl-prev,
.customizable-carousel.owl-loaded:hover .owl-next {
    opacity: 1;
}

/*Navigation links*/
.navigation.posts-navigation .nav-links a {
	border-radius: 0px;
}
.navigation.posts-navigation .nav-links a:hover {
	background: var(--theme-accent-color);
    color: var(--body-text-color);
}
.main-single > .navigation.posts-navigation .nav-links a:hover {
	background: transparent;
}
.nav-links {	
	margin: 0 0 34px 0;
	list-style: none;
	padding: 20px 48px;
	background: #F7F7F7;
}

.nav-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.nav-links .previous-post {
	width: 50%;
	float: left;
	max-width: 50%;
}

.nav-links .next-post {
	width: 50%;
	float: right;
	max-width: 50%;
}

.navigation.posts-navigation .nav-links {
	margin: 40px 0 40px 0;
	position: relative;
}

.navigation.posts-navigation .nav-links:before {
	content: "";
	height: 67%;
	width: 1px;
	background: rgba(8, 31, 81, 0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.navigation.posts-navigation .nav-links li a .meta-nav {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: var(--theme-accent-color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 5px 50px rgb(0 0 0 / 10%);
}
.navigation.posts-navigation .nav-links li a:hover .meta-nav {
	background: var(--theme-accent-color);
    color: #ffffff;    
}

.navigation.posts-navigation .nav-links li.previous-post a .meta-nav {
	left: -25px;
}

.navigation.posts-navigation .nav-links li.next-post a .meta-nav {
	right: -25px;
}

.navigation.posts-navigation .nav-links li a {
    display: flex;
    font-weight: 700;
    max-width: 100%;
    position: relative;
    padding: 0 10px 0 70px;
    background: transparent;
    margin: 0;
    border: none;
    border-radius: 0px;
    padding: 0;
    font-size: 16px;
    color: var(--body-text-color);	 
    line-height: 26px;
    position: relative;
    min-height: 80px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.navigation.posts-navigation .nav-links li a:hover {
	color: var(--theme-accent-color);
}

.navigation.posts-navigation .nav-links li.previous-post a {
	padding-left: 45px;
	padding-right: 15px;
	justify-content: flex-start;
	text-align: left;
}
.navigation.posts-navigation .nav-links li.next-post a {
	padding-right: 45px;
	padding-left: 15px;
	justify-content: flex-end;
	text-align: right;
}

.navigation.posts-navigation .nav-links li.previous-post.has-thumb a {
    padding-left: 100px;
    padding-right: 15px;
}

.navigation.posts-navigation .nav-links li.next-post.has-thumb a {
    padding-right: 100px;
    padding-left: 15px;   
}
.navigation.posts-navigation .nav-links li a > img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.navigation.posts-navigation .nav-links li.previous-post a > img,
.navigation.posts-navigation .nav-links li.next-post a > img {
	position: absolute;
	top: 0;
}
.navigation.posts-navigation .nav-links li.previous-post a > img {
	left: 0;
}
.navigation.posts-navigation .nav-links li.next-post a > img {
	right: 0;
}

/* Author Post */
.author-post {
	padding: 40px;
	background: var(--theme-accent-color);
	margin-bottom: 66px;
	color: #fff;
	border-radius: 5px;
}
.author-post a {
	color: #ffffff;
}
.author-post a:hover {
	color: var(--theme-secondary-color);
}
.author-post .author-avatar {
	max-width: 170px;
	float: left;
	margin-right: 40px;
}
.author-post .author-avatar img {
	border-radius: 50%;
}
.author-post .info {
	overflow: hidden;
}
.author-post .info .name {
	margin: 0;
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.9px;
}
.author-post .list-social {
	margin: 20px 0 0 0;
}
.author-post .list-social li {
	padding: 0 11px;
	font-size: 16px;
	display: inline-block;
}
.author-post .list-social li:first-child {
	padding-left: 0;		
}
.author-post .intro {
	margin-top: 20px;
	letter-spacing: 0.4px;
}

/* Comment List */
#comments {
	margin-top: 41px;
}

.comments-area {
	overflow: hidden;
}

.comment-title,
.comment-reply-title {
    position: relative;
    overflow: hidden;
	margin-bottom: 35px;
	margin-top: 0;
	line-height: 1;
}

.comment-reply-title {
	position: relative;
	padding-right: 170px;
}

.comment-respond #commentform {
	margin-top: 0;
	display: flex;
    flex-wrap: wrap;
}

.comment-respond .comment_wrap_input {
	order: -1;
	width: 100%;
}

.comment-respond .comment-textarea {
	width: 100%;
}

.comment-reply-title a#cancel-comment-reply-link {
	position: absolute;
	right: 0;
	top: 8px;
	color: var(--body-primary-color);
	padding-left: 10px;
}

.comment-reply-title a#cancel-comment-reply-link:hover {
	color: var(--theme-accent-color);
}

.comment-title:after,
.comment-reply-title:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #203b48;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

.comments-area ul.children {
	list-style: none;
	margin-left: 82px;
}

.comments-area article {
	margin-bottom: 0;
}

.comments-area ol.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comments-area ol.comment-list article .comment_content,
.comment-list-wrap .comment-respond {
	padding-bottom: 39px;
	border-bottom: 1px solid rgba(8, 31, 81, 0.1);
    margin-bottom: 39px;
}

.comments-area ol.comment-list article .comment_content {
	padding-bottom: 10px;
}

.comments-area ol.comment-list article .gravatar {	
    position: relative;
    border-radius: 50%;  
}

.comments-area ol.comment-list article .gravatar img {
	border-radius: 50%;
	margin-right: 30px;
	max-width: 80px;
}	

.comment-reply-link {
	position: relative;
	padding-left: 0;
	color: var(--theme-primary-color);
}

.comment-reply-link:hover {
	color: var(--theme-accent-color);
}

.comments-area ol.comment-list article {
	position: relative;		
	display: flex;
    flex-wrap: wrap;
}

.comments-area ol.comment-list article .comment_content {
	min-height: 100px;
    width: calc(100% - 110px);
}

.comments-area ol.comment-list article .comment_content .comment_meta {
    margin-bottom: 16px;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_author {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_author a {
	color: inherit;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_author a:hover {
	color: var(--theme-accent-color);
}

.comments-area ol.comment-list article .comment_content .comement_reply {
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	margin-top: 19px;
	color: var(--theme-primary-color);
}

.comments-area ol.comment-list article .comment_content .comement_reply:hover {
	color: var(--theme-accent-color);
}

.comments-area ol.comment-list article .comment_content .comement_reply i {
	margin-left: 7px;
	font-size: 12px;
	color: var(--theme-accent-color);
}

.comments-area ol.comment-list article .comment_content .comment_time {	
    position: relative;
    display: inline-block;
    float: right;
    font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
}

.comments-area ol.comment-list article .comment_content .comment_time i {	
    margin-right: 11px;
    color: var(--theme-accent-color);
}

.comment-post .comment-detail .comment-author a {
    font-size: 16px;
    line-height: 36px;
    color: #222;
    font-weight: 700;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a {
	color: #a8a8a8;
}

.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a:hover {
	color: #2e5797;
}

.logged-in-as + .comment-right {
	width: 100%;
}

.logged-in-as {
	margin-bottom: 20px;
	line-height: 1.5;
}

.comment-respond fieldset {
	position: relative;
}

.comment-respond .message {
	width: 100%;
}

.comment-respond textarea {	
	width: 100%;
    padding: 15px;
}

.comment-respond input {
	width: 100%;
}

.comment-respond input#wp-comment-cookies-consent {
	width: auto;
}

.comment-respond .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

.comment-respond .comment-form-cookies-consent label {
	margin: 0;
	padding-left: 0px;
}

.comment-respond .comment-field .name-container,
.comment-respond .comment-field .email-container {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.comment-respond .comment-field {
	margin: 0 -15px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	width: 50%;
	float: left;
	margin-bottom: 0;	
}

.comment-respond .url-container {
	width: 100%;
	padding: 0 15px;
}

.comment-respond p.form-submit {
	padding: 0 0px;
	margin: 0;
}

.comment-respond .comment-form {
	margin: 0 -15px;
}

.comment-respond p.comment-notes {
	margin-bottom: 25px;
}

.comment-respond p.comment-form-comment {
	margin-bottom: 12px;
}

.comment-respond label {
	font-weight: 400;
}

.comment-respond button.submit,
.comment-respond input[type="submit"] {
	width: auto;
	position: relative;
}
.comment-respond button.submit {
	padding: 21px 40px;
}
.comment-respond button.submit i {
	font-size: 12px;
	margin-left: 10px;
}
.comment-list-wrap {
	margin-bottom: 28px;
}
.comment-respond .name-container:before, 
.comment-respond .email-container:before, 
.comment-respond .message:before {
    content: "\e92a";
    font-family: "learnway-theme";
    font-size: 16px;
    line-height: 23px;
    position: absolute;
    top: 18px;
    left: 35px;
    color: var(--theme-accent-color);
}
.comment-respond .email-container:before {
    content: "\e90d";
    left: 34px;
    font-size: 12px;
}
.comment-respond .message:before {
    content: "\e905";
    left: 20px;
    font-size: 18px;
    top: 16px;
}
.comment-respond .comment_wrap_input input,
.comment-respond .comment-textarea textarea {
	padding-left: 43px;
}
.comment-respond input::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder {
	font-size: 14px;
}
.comment-respond input:-moz-placeholder,
.comment-respond textarea:-moz-placeholder {
	font-size: 14px;
}
.comment-respond input::-moz-placeholder,
.comment-respond textarea::-moz-placeholder {
	font-size: 14px;
}
.comment-respond input:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder {
	font-size: 14px;
}
.comment-respond input::-ms-input-placeholder,
.comment-respond textarea::-ms-input-placeholder {
	font-size: 14px;
}
.comment-respond input::placeholder,
.comment-respond textarea::placeholder {
	font-size: 14px;
}
/* Related Post */
.related-post.related-posts-box {
	margin-top: 67px;
}
.related-post .box-title {
    position: relative;
    margin: 0 0 50px 0;
    text-align: center;    
}
.related-post .box-title .title {
	font-size: 36px;
    line-height: 1.39;   
}
.related-posts-box .blog-grid article .entry-title {
    font-size: 24px;
    line-height: 1.42;
}
/* Sidebar
-------------------------------------------------------------- */
.sidebar .widget {
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
	padding: 30px 40px;
}
.sidebar .widget .wp-block-group {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

.sidebar .widget.widget_categories ul li, 
.sidebar .widget.widget_block .wp-block-archives li, 
.sidebar .widget .wp-block-categories li, 
.sidebar .widget.widget_archive ul li, 
.sidebar .widget.widget_pages ul li, 
.sidebar .widget.widget_categories ul li, 
.sidebar .widget.widget_archive ul li, 
.sidebar .widget.widget_nav_menu ul li {
	clear: both;
}

.sidebar .widget.widget_categories ul li a span, 
.sidebar .widget.widget_block .wp-block-archives li a span, 
.sidebar .widget .wp-block-categories li a span, 
.sidebar .widget.widget_archive ul li a span, 
.sidebar .widget.widget_pages ul li a span, 
.sidebar .widget.widget_categories ul li a span, 
.sidebar .widget.widget_archive ul li a span, 
.sidebar .widget.widget_nav_menu ul li a span {
	float: right;
}
.sidebar .widget.widget_categories > ul > li:first-child, 
.sidebar .widget.widget_block > .wp-block-archives > li:first-child, 
.sidebar .widget .wp-block-categories > li:first-child, 
.sidebar .widget.widget_archive > ul > li:first-child, 
.sidebar .widget.widget_pages > ul > li:first-child, 
.sidebar .widget.widget_categories > ul > li:first-child, 
.sidebar .widget.widget_archive > ul > li:first-child, 
.sidebar .widget.widget_nav_menu > ul > li:first-child {
	padding-top: 0;
}
.sidebar .widget .widget-title,
.sidebar .widget h2,
.sidebar .widget h3,
.sidebar .widget h4,
.sidebar .widget h5,
.sidebar .widget h6,
.sidebar .wp-block-search .wp-block-search__label {
	margin-top: 14px;
	margin-bottom: 32px;
}
.sidebar .widget .wp-block-categories li {
	border-top: 1px solid rgba(8, 31, 81, 0.1);
	font-weight: 500;
}
.sidebar .widget .wp-block-categories li:first-child {
	border-top: none;
}
.sidebar .widget .wp-block-categories li:last-child {
	border-bottom: 1px solid rgba(8, 31, 81, 0.1);
}
.sidebar .widget ul li,
.sidebar .widget ol li {
	font-weight: 500;
	border-top: 1px solid rgba(8, 31, 81, 0.1);
}
.sidebar .widget > ul > li:first-child,
.sidebar .widget > ol > li:first-child,
.sidebar .wp-block-group__inner-container > ul > li:first-child,
.sidebar .wp-block-group__inner-container > ol > li:first-child,
.sidebar .themesflat_widget_courses_categories > ul > li:first-child,
.sidebar .themesflat_widget_instructors_list > ul > li:first-child {
	border-top: none;
	padding-top: 0 !important;
}
.sidebar .widget > ul > li:last-child,
.sidebar .widget > ol > li:last-child,
.sidebar .wp-block-group__inner-container > ul > li:last-child,
.sidebar .wp-block-group__inner-container > ol > li:last-child,
.sidebar .themesflat_widget_courses_categories > ul > li:last-child,
.sidebar .themesflat_widget_instructors_list > ul > li:last-child {
	border-bottom: 1px solid rgba(8, 31, 81, 0.1);
}
.sidebar .widget .wp-block-categories li a {
	display: block;
}

/* Widgets
-------------------------------------------------------------- */
.widget ul {
    margin: 0;
    list-style: none;
}

.widget {
	position: relative;
	margin-bottom: 38px;
}

.widget .widget-title,
.widget h2,
.wp-block-search .wp-block-search__label {
	position: relative;
    margin-bottom: 32px;
    margin-top: 0px;
}

#footer .widget_block ul,
#footer .widget ul,
#footer .widget ol {
	margin: 0 !important;
}

.main-post .wp-block-search,
.main-post .wp-block-tag-cloud,
.main-post .wp-block-rss {
    margin-bottom: 40px;
}

.sidebar .wp-block-search,
footer .wp-block-search {
    margin-bottom: 0px;
}

.wp-block-group.has-background,
.has-background {
	position: relative;
	color: var(--theme-accent-color);
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.widget.widget_block ul ul {
    padding-left: 16px;
}

.widget.widget_recent_comments ul li,
.widget.widget_rss ul li,
.widget.widget_block ol.wp-block-latest-comments li,
.widget.widget_meta ul li {
	padding: 12.5px 0;
	margin-bottom: 0;
}

.wp-block-latest-comments__comment {
	line-height: inherit;
}

.widget ul li,
.widget ol li {
	padding: 12.5px 0;
	margin: 0;
	position: relative;
}
.widget ul ul li:last-child,
.widget ol ol li:last-child {
	padding-bottom: 0;
}
.widget ul ul li:first-child,
.widget ol ol li:first-child {
	margin-top: 12.5px;
}

.widget.widget_pages ul ul li:last-child,
.widget.widget_archive ul ul li:last-child,
.widget.widget_categories ul ul li:last-child,
.widget.widget_meta ul ul li:last-child,
.widget.widget_recent_comments ul ul li:last-child,
.widget.widget_rss ul ul li:last-child,
.widget.widget_block .wp-block-archives ul ul li:last-child,
.widget .wp-block-categories ul ul li:last-child {
    padding-bottom: 0;
}

.widget.widget_pages ul ul li:first-child,
.widget.widget_archive ul ul li:first-child,
.widget.widget_categories ul ul li:first-child,
.widget.widget_meta ul ul li:first-child,
.widget.widget_recent_comments ul ul li:first-child,
.widget.widget_rss ul ul li:first-child,
.widget.widget_block .wp-block-archives ul ul li:first-child,
.widget .wp-block-categories ul ul li:first-child {
    margin-top: 12.5px;
}

.widget.widget_recent_entries ul li,
.widget.widget_block ul.wp-block-latest-posts li {
    border: none;
    overflow: hidden;
}

.widget.widget_recent_entries ul li:first-child,
.widget.widget_block ul.wp-block-latest-posts li:first-child {
	padding-top: 0;
}

.widget.widget_recent_entries ul li:last-child,
.widget.widget_block ul.wp-block-latest-posts li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget.widget_recent_entries ul li a,
.widget.widget_block ul.wp-block-latest-posts li a {
	display: block;
	padding: 0;
	border: none;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--body-text-color);
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	       line-clamp: 2; 
	-webkit-box-orient: vertical;
}

.widget.widget_recent_entries ul li a:hover, 
.widget.widget_block ul.wp-block-latest-posts li a:hover {
	color: var(--theme-accent-color);
}

.widget.widget_block ul.wp-block-latest-posts li a {
	margin-bottom: 0;
}

.widget.widget_categories ul li a, 
.widget.widget_block .wp-block-archives li a, 
.widget .wp-block-categories li a,
.widget.widget_archive ul li a,
.widget.widget_pages ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a {
	color: var(--body-text-color);
	position: relative;
}

.widget.widget_categories ul li a:hover, 
.widget.widget_block .wp-block-archives li a:hover, 
.widget .wp-block-categories li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_nav_menu ul li a:hover {
	color: var(--theme-accent-color);
}

.widget .wp-block-latest-posts__list > li {
	margin: 5px 0;
}
.wp-block-latest-posts__featured-image {
	margin-bottom: 20px;
}
.wp-block-latest-posts__featured-image img {
	border-radius: 4px;
}
.wp-block-latest-posts__featured-image:not(.alignleft, .aligncenter, .alignright) img {
	width: 100% !important;
    height: 170px;
    object-fit: cover;
}
.wp-block-latest-posts__featured-image.alignleft,
.wp-block-latest-posts__featured-image.alignright {
	margin-bottom: 0;
}
.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 20px !important;
}
.wp-block-latest-posts__featured-image.alignright {
	margin-left: 20px !important;
}

.widget.widget_recent_entries ul li .post-date {
	display: block;
    position: relative;
    margin-top: 0;
    font-size: 12px;
    color: var(--body-text-color);
    line-height: normal;
}

.widget.widget_recent_entries .post-date {
    font-size: 14px;
    line-height: 26px;
}

.widget select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	background-image: linear-gradient(45deg, transparent 50%, var(--body-text-color) 50%), linear-gradient(135deg, var(--body-text-color) 50%, transparent 50%);
	background-position: calc(100% - 20px), calc(100% - 15px);
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	line-height: 1.5;
}

/*Widget Nav Menu*/
.sidebar-about {
	padding: 35px 15px;
}

.sidebar .widget.widget_nav_menu ul li {
	position: relative;
    width: 100%;   
}

.sidebar .widget.widget_nav_menu .menu > li > a > i {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
}

.background_fbfbfb {
	background: #fbfbfb;
}

/*Widget Themesflat Social*/
.themesflat-widget-socials li {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

li.android { background: #8ec147; }
li.apple { background: #777; }
li.behance { background: #0077ff; }
li.bitcoin { background: #f79012; }
li.buysellads { background: #c90100; }
li.codepen { background: #444; }
li.css3 { background: #0270bb; }
li.delicious { background: #31a9ff; }
li.deviantart { background: #05cc47; }
li.digg { background: #0093cc; }
li.dribbble { background: #ea4c89; }
li.dropbox { background: #007ee5; }
li.drupal { background: #0073ba; }
li.email-1 { background: #35c7ed; }
li.email-2 { background: #35c7ed; }
li.facebook, li.facebook-f { background: #4862a3; }
li.flickr { background: #ff1981; }
li.foursquare { background: #f04d7a; }
li.git { background: #f64d27; }
li.github { background: #999; }
li.google { background: #3f85f4; }
li.google-plus, li.google-plus-g { background: #dd4b39; }
li.html5 { background: #e54d26; }
li.instagram { background: #3d6b92; }
li.joomla { background: #fc8f30; }
li.jsfiddle { background: #4679bd; }
li.lastfm { background: #df1c23; }
li.linkedin { background: #0177b5; }
li.linux { background: #39a6df; }
li.maxcdn { background: #ff5b02; }
li.medium { background: #333; }
li.pagelines { background: #444; }
li.paypal { background: #009cde; }
li.pinterest { background: #db242c; }
li.reddit { background: #ff4500; }
li.rss { background: #fc8f55; }
li.share { background: #01924b; }
li.skype { background: #00aff0; }
li.slideshare { background: #0679b5; }
li.soundcloud { background: #ff4e00; }
li.spotify { background: #84bd00; }
li.stack-exchange { background: #366fb3; }
li.stack-overflow { background: #07c; }
li.stumbleupon { background: #ea4b24; }
li.trello { background: #026aa7; }
li.tumblr { background: #2c4762; }
li.twitter { background: #55acee; }
li.vimeo { background: #44bbff; }
li.vine { background: #00bf8f; }
li.vk { background: #6281a3; }
li.whatsapp { background: #59ac23; }
li.windows { background: #00bcf2; }
li.wordpress { background: #1e8cbe; }
li.xing { background: #006464; }
li.yahoo { background: #5210c4; }
li.yelp { background: #c41200; }
li.youtube { background: #d02022; }
li.youtube-play { background: #d02022; }

.sidebar .widget.widget_themesflat_socials ul li,
.widget.widget_themesflat_socials ul li {
	display: inline-block;
	border: none;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 0;
    line-height: 40px; 
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 50%;   
}

.sidebar .widget.widget_themesflat_socials .themesflat-widget-socials {
	margin-left: 25px;
}

.widget.widget_themesflat_socials .widget-title	 {
    margin-bottom: 25px;
}

.sidebar .widget.widget_themesflat_socials ul li:hover,
.widget.widget_themesflat_socials ul li:hover {
	background: #222;
}

.sidebar .widget.widget_themesflat_socials ul li a,
.widget.widget_themesflat_socials ul li a {
	color: var(--body-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* widget tags */
.widget.widget_categories ul.children li:first-child > a:before {
	display: none;
}

.widget .tagcloud a,
.widget_tag_cloud a,
.wp-block-tag-cloud a {
    padding: 5px 20px;
    margin: 0 6px 10px 0;
    display: inline-block;   
    position: relative;
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 24px;
    text-align: center;
    background: transparent;
    color: var(--body-text-color);
    border: 1px solid;
    border-color: #CDD2D9;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

.widget .tagcloud a:hover,
.widget_tag_cloud a:hover,
.wp-block-tag-cloud a:hover {
    color: #fff;
    background: var(--theme-accent-color);
    border-color: var(--theme-accent-color);
}

.wp-block-group.has-background .wp-block-tag-cloud a {
	background: var(--theme-accent-color);
}

.wp-block-search__button {
    box-shadow: none;
    outline: none !important;
    padding: 0 20px !important;
    border-radius: 0px;
    text-align: center;
    color: var(--body-text-color);
    font-size: 18px;
    background: var(--theme-accent-color);
}

/* widget search */
.widget_search .widget-title {
	margin-bottom: 30px;
}

.widget_search form {
    width: 100%;
	position: relative;
	margin: 0;
}

.widget_search form label {
	display: block;
	margin-bottom: 10px;
}

.widget_search form button.search-submit {
    width: 60px;
    height: 100%;    
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
    border: 1px solid;
    border-color: var(--theme-accent-color);
    outline: none !important;
    padding: 0;
    border-radius: 0px; 
    text-align: center;   
    color: #ffffff;
    font-size: 18px;
    background: var(--theme-accent-color);
}

.widget_search form button.search-submit:hover {
	color: var(--theme-accent-color);
	border-color: var(--theme-accent-color);
	background: transparent;
}

.widget_search .wp-block-search__button {
    box-shadow: none;
    outline: none !important;
    padding: 0 20px !important;
    border-radius: 0px; 
    text-align: center;   
    color: #ffffff;
    border: 1px solid;
    border-color: var(--theme-accent-color);
    margin-left: 0;
}

.widget_search .wp-block-search__button.has-icon {
    width: 60px;
    font-size: 20px;
    padding: 0 !important;
}

.widget_search .wp-block-search__inside-wrapper {
	position: relative;
}

.widget_search .wp-block-search__button-inside .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--theme-accent-color);
    z-index: 1;
    margin: 0;
}

.widget_search .wp-block-search__button-inside .wp-block-search__button:hover {
	background: transparent;
	color: var(--theme-accent-color);
	fill: var(--theme-accent-color);
	border-color: var(--theme-accent-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 16px 75px 16px 20px !important;
}

.widget_search form button svg,
.wp-block-search .wp-block-search__button svg {
	fill: #fff;
    transform: rotate( -90deg );
    min-width: 35px;
    min-height: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_search form button:hover svg,
.wp-block-search .wp-block-search__button:hover svg {
	fill:  var(--theme-accent-color);
}

.widget_search form.search-form input[type="search"],
.widget_search .wp-block-search__input {
	margin-bottom: 0;
    padding: 14px 22px 14px 22px !important;
    border: 1px solid !important;
    border-color: #F6F7F9 !important;
}

.widget_search form.search-form input[type="search"]:focus,
.widget_search .wp-block-search__input:focus {
    border-color: var(--theme-accent-color) !important;
}

.widget_search form.search-form input[type="search"] {
	width: 100%;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border: none;
}
.search-form {
	position: relative;
}
.search-form label{
	display: block;
}
.search-form button {
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    z-index: 1;
    margin: 0;
    padding: 0 20px;
    height: 100%;
}
/* widget recent post */
.widget.widget-recent-news .widget-title,
.widget.widget_latest_news .widget-title {
	margin-bottom: 24px;
}

.widget.widget-recent-news .thumb,
.widget.widget_latest_news .thumb,
.elementor-widget-container .recent-news .thumb {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    max-width: 80px;	    
}
.widget.widget-recent-news .thumb .overlay-pop,
.widget.widget_latest_news .thumb .overlay-pop {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--theme-accent-color);
	visibility: hidden;
	opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(0);
}
.widget.widget-recent-news li:hover .thumb .overlay-pop,
.widget.widget_latest_news li:hover .thumb .overlay-pop {
	visibility: visible;
	opacity: 0.5;
	transform: scale(1);
}
.elementor-widget-container .recent-news .thumb {
	max-width: 80px;
	margin-right: 20px;
}
.elementor-widget-container .recent-news {
	margin: 0;
	list-style: none;
}
.widget.widget-recent-news .text,
.widget.widget_latest_news .text,
.elementor-widget-container .recent-news .text {
	overflow: hidden;
}

.widget.widget-recent-news .text h6,
.widget.widget_latest_news .text h6 {
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;		
}
.widget.widget-recent-news .category {
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 7px;
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.widget.widget-recent-news .category a: hover {
	color: var(--body-accent-color);
}
.elementor-widget-container .recent-news .text h6 {
	font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
	line-height: 26px;
}
.elementor-widget-container .recent-news .text .author {
	text-transform: capitalize;
	font-size: 16px;
}
.elementor-widget-container .recent-news .text .author a > span {
	color: var(--theme-secondary-color);
	font-weight: 500;
}

.widget.widget_latest_news .text h6 {
	margin-top: 8px;
	margin-bottom: 0;
}

.widget.widget-recent-news li,
.widget.widget_latest_news li {
    border: none;
    padding: 8px 0px;
}
.widget.widget-recent-news li:first-child,
.widget.widget_latest_news li:first-child {
	padding-top: 0;
}
.widget.widget-recent-news li:last-child,
.widget.widget_latest_news li:last-child {
	padding-bottom: 0;
}
.widget.widget-recent-news li .text h6 a,
.widget.widget_latest_news li .text h6 a {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: var(--body-text-color);
}
.widget.widget-recent-news li .text h6 a:hover,
.widget.widget_latest_news li .text h6 a:hover {
	color: var(--theme-accent-color);
}
.widget.widget-recent-news li .text p.desc,
.widget.widget_latest_news li .text p.desc {
	margin-bottom: 0;
	margin-top: 10px
}

.widget.widget-recent-news li .text .post-date,
.widget.widget_latest_news li .text .post-date {
    display: block;
    position: relative;
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--theme-accent-color);
    display: inline-block;
    margin-right: 20px;
}
.widget.widget-recent-news li .text .post-comment {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	color: var(--theme-accent-color);
}
.wp-block-latest-posts__post-author, 
.wp-block-latest-posts__post-date {
	color: var(--theme-primary-color);
	position: relative;
}
.wp-block-latest-posts__post-author:before, 
.wp-block-latest-posts__post-date:before {
	content: "\e92a";
	font-family: 'learnway-theme';
	margin-right: 7px;
	margin-left: 2px;
	color: var(--theme-accent-color);
}
.wp-block-latest-posts__post-date:before {
	content: "\e906";
}
.wp-block-latest-posts__post-author {
	margin-right: 0px;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
}
.entry-content .wp-block-latest-posts__post-title {
	display: block;
}
.sidebar .wp-block-latest-posts__post-date {
	background: #fff;
	padding: 10px 14px;
	position: absolute;
	top: 41%;
	left: 20px;
}
/* widget recent comments */
.widget_recent_comments .recentcomments > a {
    line-height: normal;
}

.widget.widget_block blockquote {
	margin: 0;
}

.sidebar .wp-block-pullquote {
	padding: 0;
	margin: 0;
}

.sidebar .wp-block-media-text .wp-block-media-text__content p {
	margin-bottom: 5px;
}

.sidebar .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
	line-height: 1;
}

.widget_block ul.wp-block-social-links li a {
	margin: 0;
	padding: 12px;
	border: none;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}
.widget_block ul.wp-block-social-links li a:hover {
	color: #ffffff !important;
	background-color: var(--theme-accent-color);
}
.widget_block ul.wp-block-social-links li {
	padding: 0 !important;
	border-radius: 50%;
	background-color: transparent !important;
}
.widget_block ul.wp-block-social-links li svg {
	width: 15px;
	height: 15px;
}

/* Widget Anchor */
.widget .themesflat_widget_content_anchor {
	margin: 0;
	padding: 0;	
}
.widget .themesflat_widget_content_anchor li {
	position: relative;
	padding: 23px 0px 24px 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.widget .themesflat_widget_content_anchor li a {
	color: var(--body-text-color);
}
.widget .themesflat_widget_content_anchor li a:hover {
	color: var(--theme-accent-color);
}
.widget .themesflat_widget_content_anchor li .circle {
	width: 20px;
	height: 20px;
	background: var(--theme-accent-color);
	position: absolute;
	top: 25px;
	left: 0;
	border-radius: 50%;
	opacity: 0.5;
}
.widget .themesflat_widget_content_anchor li:after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--theme-accent-color);
	position: absolute;
	top: 30px;
    left: 5px;
	border-radius: 50%;
}
.widget .themesflat_widget_content_anchor li:before {
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 8px;
	background-color: var(--theme-accent-color);
}
.widget .themesflat_widget_content_anchor li:last-child:before {
	display: none;
}
.widget .themesflat_widget_content_anchor li:nth-last-child(2):before {
  	background-image: linear-gradient(to bottom, var(--theme-accent-color) 60%, rgba(255, 255, 255, 0) 40%);
    background-position: left;
    background-size: 4px 30px;
    background-repeat: repeat-y;
    background-color: transparent;
}
.widget .themesflat_widget_content_anchor li:nth-last-child(3):before {
    background-image: linear-gradient(to bottom, var(--theme-accent-color) 60%, rgba(255, 255, 255, 0) 40%);
    background-position: left;
    background-size: 4px 30px;
    background-repeat: repeat-y;
    background-color: transparent;
}
.widget .themesflat_widget_content_anchor li:nth-last-child(2) .circle,
.widget .themesflat_widget_content_anchor li:last-child .circle {
	display: none;
}

.widget .themesflat_widget_content_anchor li:nth-last-child(2):after,
.widget .themesflat_widget_content_anchor li:last-child:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 25px;
    left: 0;
    background: #100D1E;
	border: 3px solid rgba(255, 255, 255, 0.3);
}

/* Pagination
-------------------------------------------------------------- */
.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
	margin: 0 0;
	text-align: left;
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

.navigation.paging-navigation.pager .pagination {
	width: 100%;
	display: block;
}

.navigation.paging-navigation.pager a:last-child {
	float: right;
}

.navigation a,
.pagination >  span,
.navigation.paging-navigation span,
.page-links a, .page-links > span {
	position: relative;
    padding: 0px;    
    margin-right: 10px;
    border: 1px solid;
    border-color: #CDD2D9;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: var(--theme-primary-color);
}

.navigation a i,
.pagination >  span i,
.navigation.paging-navigation span i,
.page-links a i, .page-links > span i {
	font-weight: inherit;
}

.page-links {
	margin-top: 30px;
	clear: both;
}

.navigation.paging-navigation.pager a {
	display: inline-block;    
    background-color: transparent;
	padding: 7px 17px 6px 17px;
	border-radius: 0px;
}

.navigation.paging-navigation.pager a:hover {
	background-color: transparent;
}

.navigation.paging-navigation .current,
.navigation.paging-navigation a:hover,
.navigation.paging-navigation a.next:hover {
	color: #fff;
	background: var(--theme-accent-color);
	border-color: var(--theme-accent-color);
}

.page-links a:hover, 
.page-links a:focus, 
.page-links > span {	
	color: #fff;	
	background: var(--theme-accent-color);
	border-color: var(--theme-accent-color);
}

/* Navigation page */
.navigation.pager a,
.navigation.loadmore a {
	width: auto;
	height: auto;
	padding: 0 20px;
}

.navigation.loadmore .pagination {
    display: inline-flex;
    justify-content: center;
}

.search .nav-links .nav-previous {
	float: left;
}

.search .nav-links .nav-next {
	float: right;
}

/* Navigation Loadmore */
.post-wrap {
	-webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.navigation.loadmore {
	text-align: center;

}

.navigation.loadmore a {
	position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 11px 47px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    overflow: hidden;
    border-radius: 0px;
}

.navigation.loadmore a svg {
	margin-right: 10px;
    margin-top: -3px;
}

.navigation.loadmore a:hover svg {
    -webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.infscr-loading { 
    background: #000 url("../images/loading.gif") no-repeat scroll center 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    left: 50%;
    margin-left: -90px;
    opacity: 0.8;
    padding: 80px 0 10px;
    position: fixed;
    text-align: center;
    width: 180px;
    z-index: 100;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

.infscr-loading.no-ajax {
    background: #000;
    padding: 10px;
}

.flex-box {
	display: flex;
	align-items: center;
}	

/* Mail Chimp
-------------------------------------------------------------- */
.mc4wp-form input[type="email"] {
	display: block;
    outline: 0;
    width: 100%;
    padding: 15px 25px;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0;;
}

.mc4wp-form input::-webkit-input-placeholder,
.mc4wp-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #76777A;
    font-size: 16px;
    font-style: normal;
}
.mc4wp-form input:-moz-placeholder,
.mc4wp-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #76777A;
   font-size: 16px;
   opacity: 1;
   font-style: normal;
}
.mc4wp-form input::-moz-placeholder,
.mc4wp-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #76777A;
   font-size: 16px;
   opacity: 1;
   font-style: normal;
}
.mc4wp-form input:-ms-input-placeholder,
.mc4wp-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #76777A;
   font-size: 16px;
   font-style: normal;
}
.mc4wp-form input::-ms-input-placeholder,
.mc4wp-form textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: #76777A;
   font-size: 16px;
   font-style: normal;
}

.mc4wp-form input::placeholder,
.mc4wp-form textarea::placeholder { /* Most modern browsers support this now. */
   color: #76777A;
   font-size: 16px;
   font-style: normal;
}

.mc4wp-form-fields {
	position: relative;
}

.mc4wp-form input[type="submit"],
.mc4wp-form button {
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 20px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.mc4wp-form button i {
	font-size: 20px;
}

/* Footer
-------------------------------------------------------------- */
.footer_background {
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

/* Widget footer
-------------------------------------------------------------- */
/* Title widget for footer */
footer .widget.widget_nav_menu ul li, 
footer .widget.widget_pages ul li, 
footer .widget.widget_block ul li,
footer .widget.widget_block ol li {
    padding: 9px 0px;
    border: none;
}

footer .widget.widget_nav_menu ul li:first-child, 
footer .widget.widget_pages ul li:first-child, 
footer .widget.widget_block ul li:first-child,
footer .widget.widget_block ol li:first-child {
	padding-top: 0;
}

footer .widget.widget_nav_menu ul li:last-child, 
footer .widget.widget_pages ul li:last-child, 
footer .widget.widget_block ul li:last-child,
footer .widget.widget_block ol li:last-child {
    padding-bottom: 0;
}

footer .widget.widget_nav_menu ul li a {
    position: relative;
}
footer .widget.widget_nav_menu ul li a:before {
    font-family: 'learnway';
    content: "\f103";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    line-height: 1;
    font-size: 18px;
}
footer .widget.widget_nav_menu ul li a:hover {
    padding-left: 17px;
    text-decoration: underline;
}
footer .widget.widget_nav_menu ul li a:hover:before {
    opacity: 1;
    visibility: visible;
}

footer .widget.widget_pages ul ul li:first-child, 
footer .widget.widget_nav_menu ul ul li:first-child,
footer .widget.widget_categories ul ul li:first-child, 
footer .widget.widget_meta ul ul li:first-child, 
footer .widget.widget_recent_comments ul ul li:first-child, 
footer .widget.widget_rss ul ul li:first-child, 
footer .widget.widget_block ul ul li:first-child {
    margin-top: 15px;
}

footer .widget.widget_recent_comments ul li, 
footer .widget.widget_rss ul li, 
footer .widget.widget_block ol.wp-block-latest-comments li {
    padding: 9px 0px;
    margin-bottom: 0;
}

footer .widget.widget_categories select, 
footer .widget select {
	background-color: transparent;
	background-image: linear-gradient(45deg, transparent 50%, var(--footer-text-color) 50%), linear-gradient(135deg, var(--footer-text-color) 50%, transparent 50%);
}

footer .widget.widget_categories select option, 
footer .widget select option {
	color: #000;
}

footer .widget .widget-title,
footer .widget > h2,
footer .widget > h3,
footer .widget > h4,
footer .widget > h5,
footer .widget > h6,
footer .wp-block-group__inner-container > h2,
footer .wp-block-group__inner-container > h3,
footer .wp-block-group__inner-container > h4,
footer .wp-block-group__inner-container > h5,
footer .wp-block-group__inner-container > h6,
footer .wp-block-search .wp-block-search__label {
	margin-top: 0px;
	margin-bottom: 25px;
	position: relative;
}

footer .wp-block-latest-posts__post-date {
	margin-top: 5px;
}

.footer-widgets .widget {
	margin-bottom: 50px;
}
.footer-widgets .widget:last-of-type {
    margin-bottom: 0;
}

.footer-widgets .widget > ul > li:first-child,
.footer-widgets .widget > ol > li:first-child,
.footer-widgets .wp-block-group__inner-container > ul > li:first-child,
.footer-widgets .wp-block-group__inner-container > ol > li:first-child {
	padding-top: 0;
}

.footer-widgets .widget.widget_media_image {
	margin-top: 0;
    margin-bottom: 12px;
}

.footer-widgets .widget.widget_media_image .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
	margin: 0;
}

.footer-widgets .widget.widget_text .textwidget p:last-of-type {
	margin-bottom: 0px;
}

#footer .footer-widgets .widget ul.contact-info {
    margin-bottom: 14px !important;
	line-height: 1.8;
}
.footer-widgets .widget ul.contact-info li {
    padding: 4px 0px;
    display: flex;
}
.footer-widgets .widget ul.contact-info li:first-child {
    padding-top: 5px;
}
.footer-widgets .widget ul.contact-info li i {
	font-size: 26px;
	min-width: 50px;
	color: var(--theme-accent-color);
}
.footer-widgets .widget ul.contact-info li .icon {
	position: relative;
	top: 0px;
	margin-right: 10px;
}

.footer-widgets .widget ul.contact-info li img,
.footer-widgets .widget ul.contact-info li svg {
	width: 25px;
	max-width: 25px;
	max-height: 42px;
	margin-right: 20px;
	height: auto;
	line-height: normal;
}

.footer-widgets .widget.widget_themesflat_socials ul li {
    width: 37px;
    height: 37px;
    font-size: 15px;
    margin-right: 18px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: transparent;
}

.footer-widgets .widget.widget_themesflat_socials ul li:last-child {
	margin-right: 0;
}

.footer-widgets .widget.widget_themesflat_socials ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	border-radius: 50%;
	background: #707070;
}

.footer-widgets .widget.widget_themesflat_socials ul li:first-child a {
	background: var(--theme-accent-color);
	color: #fff;
}

#footer .widgets-areas .widget_block .wp-block-group {
	margin: 0;
}

#footer .widget_calendar nav a,
#footer .widget_calendar table tbody tr a {
	color: var(--theme-accent-color);
}

/*widget Recent News*/
footer .widget.widget-recent-news .thumb, 
footer .widget.widget_latest_news .thumb {
	margin-top: 0;
	border-radius: 0;
	overflow: hidden;
	width: 85px;
    min-width: 85px;
}

footer .widget.widget-recent-news .thumb img, 
footer .widget.widget_latest_news .thumb img {
	max-height: 75px;
}

footer .widget.widget-recent-news li .text .post-date, 
footer .widget.widget_latest_news li .text .post-date {
	font-size: 12px;
    margin-bottom: 8px;
}

footer .widget.widget-recent-news .widget-title,
footer .widget.widget_latest_news .widget-title {
	margin-bottom: 17px;
}

footer .widget.widget-recent-news li, 
footer .widget.widget_latest_news li,
footer .widget.widget_recent_entries ul li, 
footer .widget.widget_block ul.wp-block-latest-posts li {
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	position: relative;
}

/*widget Tag Cloud*/
#footer .widget.widget_tag_cloud a {
    color: #fff;
}

/*widget Categories*/
.widget.widget_categories select,
.widget select {
	margin-bottom: 0px  !important;
	font-weight: 600;
	width: 100%;
	color: var(--body-text-color);
}

footer .widget.widget_categories select,
footer .widget select {
	color: #fff;
}

footer .widget.widget_mc4wp_form_widget {
	margin-bottom: 0;
}

.widget.widget_calendar tbody #today {
	color: var(--theme-accent-color);
}

footer .widget.widget_recent_entries ul li a, 
footer .widget.widget_block ul.wp-block-latest-posts li a {
	font-weight: 500;
    line-height: 1.6;
    font-size: 16px;
}

footer .widget.widget_recent_entries ul li time, 
footer .widget.widget_block ul.wp-block-latest-posts li time {
	line-height: 1.2;
}

footer .widget.widget_block ul.wp-block-latest-posts li .wp-block-latest-posts__post-date:before {
	margin-right: 8px;
}

footer .widget.widget_recent_entries ul li,
footer .widget.widget_block ul.wp-block-latest-posts li {
	padding: 8px 0px;
}

footer .widget.widget_categories, 
footer .widget.widget_recent_entries, 
footer .widget.widget_tag_cloud {
	padding: 0px;
    background-color: transparent;
}
footer .widget.widget_categories:before, 
footer .widget.widget_recent_entries:before, 
footer .widget.widget_tag_cloud:before {
	display: none;
}

/* Bottom
-------------------------------------------------------------- */
.footer_background .bottom {
	position: relative;
}
.bottom .container-inside {
	padding: 30px 0 30px 0;
	display: flex;
	width: 100%;
    justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bottom p {
	margin-bottom: 0;
}
.bottom ul.menu {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bottom ul {
	list-style: none;
}
.bottom ul.menu > li {    
    display: inline-block;
    position: relative;
}
.bottom ul.menu > li > a {
	padding: 0 20px 0 20px;
	white-space: nowrap;
}
.bottom ul.menu > li ul.sub-menu li {
	padding: 3px 0px;
}
.bottom ul.menu > li:first-child > a {
	padding-left: 0;
	margin-left: 0;
} 
.bottom ul.menu > li:last-child > a {
	padding-right: 0;
	margin-right: 0;	
}
.bottom ul.menu > li:before {
	content: '|';
	position: absolute;
	left: 0;
	top: 0px;
}
.bottom ul li:first-child:before {
	display: none;
}
.bottom ul li ul li:first-child:before {
	display: block;
}
.bottom ul.themesflat-socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}
.bottom ul.themesflat-socials li {
	background: transparent;
	margin: 20px;
}
.bottom ul.themesflat-socials li a {
	width: 80px;
	height: 80px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 31px;
    background: var(--theme-accent-color);
}
.bottom .overlay-bottom {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	z-index: -1;
}
.bottom a:hover {
	text-decoration: underline;
}
/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -100px;
	bottom: 82px;   
   	width: 50px;
   	height: 50px;
   	background: var(--theme-accent-color);
   	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
    		border-radius: 3px;
   	cursor: pointer;   
   	line-height: 50px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
	  	overflow: hidden;    
}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.go-top i {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 50px;
    transition: all ease 0.3s;	
}

.go-top:hover i {	
	animation: 1s tf-buzz-out alternate linear infinite;
}

@keyframes tf-buzz-out {
    10% {
        transform: translateY(3%) rotate(2deg);
    }
    20% {
        transform: translateY(-3%) rotate(-2deg);
    }
    30% {
        transform: translateY(3%) rotate(2deg);
    }
    40% {
        transform: translateY(-3%) rotate(-2deg);
    }
    50% {
        transform: translateY(2%) rotate(1deg);
    }
    60% {
        transform: translateY(-2%) rotate(-1deg);
    }
    70% {
        transform: translateY(2%) rotate(1deg);
    }
    80% {
        transform: translateY(-2%) rotate(-1deg);
    }
    90% {
        transform: translateY(1%) rotate(0);
    }
    to {
        transform: translateY(-1%) rotate(0);
    }
}

/* Boxed
-------------------------------------------------------------- */
.boxed .themesflat-boxed {
    max-width: 1370px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    box-shadow: 0px 30px 53.1px 5.9px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.boxed .header.header-sticky {
    max-width: 1370px;
    margin: 0 auto;
}

/* Preload
-------------------------------------------------------------- */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: var(--theme-body-bg);
    display: table;
    text-align: center;
} 
.loader {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    width: 200px;
    height: 200px;
}
/*--- Style 1 ---*/
.loader-icon {
    width: 80px;
    height: 80px;
    border: 2px solid var(--theme-accent-color);
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}

/*--- Style 2 ---*/
.loader-icon-2 {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}

/*--- Style 3 ---*/
.loader-icon-3 {
    width: 80px;
    height: 80px;
    border: 2px solid #222;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}

/*--- Style 4 ---*/
.load-holder {
    display: flex;
    align-items: center;
    justify-content: center;    
}
.load {
    display: flex;    
    position: relative;    
    animation: rotateLoad infinite linear 1s;
}
.load.mini{ width: 15px; height: 15px; }
.load.little { width: 25px; height: 25px; }
.load { width: 60px; height: 60px; }
.load:before,
.load:after {
    display: flex;    
    position: absolute;    
    content: '';
    background: var(--theme-accent-color);
    border-radius: 50%;
    width: 55%;
    height: 55%;
}
.load:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
.load:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
.load.dark:before,
.load.dark:after { background: transparent; }
.load.mini:after { border-width: 2px; }
.load.little:after { border-width: 3px; }
.load:after { border-width: 8px; }

/*--- Style 5 ---*/
.load-2 {
    display: flex;    
    position: relative;    
    animation: rotateLoad infinite linear 1s;
}
.load-2.mini{ width: 15px; height: 15px; }
.load-2.little { width: 25px; height: 25px; }
.load-2 { width: 60px; height: 60px; }
.load-2:before,
.load-2:after {
    display: flex;    
    position: absolute;    
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 55%;
    height: 55%;
}
.load-2:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
.load-2:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
.load-2.dark:before,
.load-2.dark:after { background: transparent; }
.load-2.mini:after { border-width: 2px; }
.load-2.little:after { border-width: 3px; }
.load-2:after { border-width: 8px; }

/*--- Style 6 ---*/
.load-3 {
    display: flex;    
    position: relative;    
    animation: rotateLoad infinite linear 1s;
}
.load-3.mini{ width: 15px; height: 15px; }
.load-3.little { width: 25px; height: 25px; }
.load-3 { width: 60px; height: 60px; }
.load-3:before,
.load-3:after {
    display: flex;    
    position: absolute;    
    content: '';
    background: #222;
    border-radius: 50%;
    width: 55%;
    height: 55%;
}
.load-3:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
.load-3:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
.load-3.dark:before,
.load-3.dark:after { background: transparent; }
.load-3.mini:after { border-width: 2px; }
.load-3.little:after { border-width: 3px; }
.load-3:after { border-width: 8px; }

/*--- Style 7 ---*/
.spin-load-holder{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.spin-load-1 {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: 5px;
}
.spin-load-1:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.spin-load-1:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

/*--- Style 8 ---*/
.loader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: #000000;
}

.cssload-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 78.284271247462px;
	height: 78.284271247462px;
	margin-left: -39.142135623731px;
	margin-top: -39.142135623731px;
	border-radius: 100%;
	animation-name: cssload-loader;
	-o-animation-name: cssload-loader;
	-ms-animation-name: cssload-loader;
	-webkit-animation-name: cssload-loader;
	-moz-animation-name: cssload-loader;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-duration: 2.4s;
	-o-animation-duration: 2.4s;
	-ms-animation-duration: 2.4s;
	-webkit-animation-duration: 2.4s;
	-moz-animation-duration: 2.4s;
}

.cssload-loader .cssload-side {
	display: block;
	width: 10px;
	height: 33px;
	background-color: var(--theme-accent-color);
	margin: 3px;
	position: absolute;
	border-radius: 50%;
	animation-duration: 0.895s;
	-o-animation-duration: 0.895s;
	-ms-animation-duration: 0.895s;
	-webkit-animation-duration: 0.895s;
	-moz-animation-duration: 0.895s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: ease;
	-o-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
}

.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	animation-name: cssload-rotate0;
	-o-animation-name: cssload-rotate0;
	-ms-animation-name: cssload-rotate0;
	-webkit-animation-name: cssload-rotate0;
	-moz-animation-name: cssload-rotate0;
}

.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	animation-name: cssload-rotate90;
	-o-animation-name: cssload-rotate90;
	-ms-animation-name: cssload-rotate90;
	-webkit-animation-name: cssload-rotate90;
	-moz-animation-name: cssload-rotate90;
}

.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	animation-name: cssload-rotate45;
	-o-animation-name: cssload-rotate45;
	-ms-animation-name: cssload-rotate45;
	-webkit-animation-name: cssload-rotate45;
	-moz-animation-name: cssload-rotate45;
}

.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	animation-name: cssload-rotate135;
	-o-animation-name: cssload-rotate135;
	-ms-animation-name: cssload-rotate135;
	-webkit-animation-name: cssload-rotate135;
	-moz-animation-name: cssload-rotate135;
}

.cssload-loader .cssload-side:nth-child(1) {
	top: 39.142135623731px;
	left: 78.284271247462px;
	margin-left: -5px;
	margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(2) {
	top: 67.213203431093px;
	left: 67.213203431093px;
	margin-left: -5px;
	margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(3) {
	top: 78.284271247462px;
	left: 39.142135623731px;
	margin-left: -5px;
	margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(4) {
	top: 67.213203431093px;
	left: 11.071067816369px;
	margin-left: -5px;
	margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(5) {
	top: 39.142135623731px;
	left: 0px;
	margin-left: -5px;
	margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(6) {
	top: 11.071067816369px;
	left: 11.071067816369px;
	margin-left: -5px;
	margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(7) {
	top: 0px;
	left: 39.142135623731px;
	margin-left: -5px;
	margin-top: -16px;
}

.cssload-loader .cssload-side:nth-child(8) {
	top: 11.071067816369px;
	left: 67.213203431093px;
	margin-left: -5px;
	margin-top: -16px;
}

/*--- Style 9 ---*/
.sk-circle {
	margin: 100px auto;
	width: 70px;
	height: 70px;
	position: relative;
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: var(--theme-accent-color);
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	      animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  	-webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  	-webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  	-webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  	-webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  	-webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  	-webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  	-webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  	-webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  	-webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  	-webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  	-webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  	-webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  	-webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  	-webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  	-webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  	-webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  	-webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  	-webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle9:before {
  	-webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  	-webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  	-webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

/*--- Style 10 ---*/
.pulse-loader {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.double-bounce3, .double-bounce4 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--theme-accent-color);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce4 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.double-bounce5, .double-bounce6 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #222;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce6 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

/*--- Style 11 ---*/
.saquare-loader-1 {
	width: 40px;
	height: 40px;
	background-color: var(--theme-accent-color);
	margin: 0px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.saquare-loader-2 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	margin: 0px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.saquare-loader-3 {
	width: 40px;
	height: 40px;
	background-color: #222;
	margin: 0px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/*--- Style 12 ---*/
.line-loader {
	margin: 0px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.line-loader > div {
	background-color: var(--theme-accent-color);
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.line-loader .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.line-loader .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.line-loader .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.line-loader .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.line-loader-2 {
	margin: 0px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.line-loader-2 > div {
	background-color: #fff;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.line-loader-2 .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.line-loader-2 .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.line-loader-2 .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.line-loader-2 .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.line-loader-3 {
	margin: 0px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.line-loader-3 > div {
	background-color: #222;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.line-loader-3 .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.line-loader-3 .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.line-loader-3 .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.line-loader-3 .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

/* preload animation */
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLoad {
    0%      { transform: rotate(0deg); }
    100%    { transform: rotate(360deg); }
}
@keyframes scaleChange_1 {
    0%      { transform: scale(1); }
    50%     { transform: scale(0); }
    100%    { transform: scale(1); }
}
@keyframes scaleChange_2 {
    0%      { transform: scale(0); }
    50%     { transform: scale(1); }
    100%    { transform: scale(0); }
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@-webkit-keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*--- logo preloader ---*/
body.elementor-editor-active #preloader {
    display: none;
}
body.logo_preloader{
    visibility:hidden;
}
#logo_preloader{
    visibility:visible;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:auto;
    margin:0;
    z-index:9999999999;
}
#logo_preloader.logo_preloader_number:before,
#logo_preloader.logo_preloader_progress:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-image:-webkit-radial-gradient(circle,rgba(255,255,255,.1),rgba(255,255,255,.01));
    background-image:-moz-radial-gradient(circle,rgba(255,255,255,.1),rgba(255,255,255,.01));
    background-image:-ms-radial-gradient(circle,rgba(255,255,255,.1),rgba(255,255,255,.01));
    background-image:-o-radial-gradient(circle,rgba(255,255,255,.1),rgba(255,255,255,.01));
    background-image:radial-gradient(circle,rgba(255,255,255,.1),rgba(255,255,255,.01))
}
#logo_preloader.complete{
    opacity:0;
    -webkit-transition:opacity 0.2s linear 0.3s;
    -moz-transition:opacity 0.2s linear 0.3s;
    -ms-transition:opacity 0.2s linear 0.3s;
    -o-transition:opacity 0.2s linear 0.3s;
    transition:opacity 0.2s linear 0.3s
}
#logo_preloader.logo_preloader_line{
    height:2px;
    bottom:auto
}
#logo_preloader.logo_preloader_number .logo_preloader_percentage{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    width:100px;
    height:100px;
    border-width:1px;
    border-style:solid;
    border-radius:50%;
    line-height:100px;
    font-size:20px;
    font-family:Impact,Arial;
    text-shadow:1px 1px 2px rgba(0,0,0,.1);
    text-align:center
}
#logo_preloader.logo_preloader_number .logo_preloader_percentage>div{
    position:absolute;
    top:-2px;
    right:-2px;
    bottom:-2px;
    left:-2px;
    border:4px solid transparent;
    border-left-color:#FFF;
    border-radius:50%;
    -webkit-animation:rotate_logo 0.8s linear infinite;
    -moz-animation:rotate_logo 0.8s linear infinite;
    -ms-animation:rotate_logo 0.8s linear infinite;
    -o-animation:rotate_logo 0.8s linear infinite;
    animation:rotate_logo 0.8s linear infinite
}
#logo_preloader.logo_preloader_line .logo_preloader_loader{
    position:absolute;
    height:100%;
    left:0
}
#logo_preloader.logo_preloader_line .logo_preloader_peg{
    position:absolute;
    right:0;
    height:100%;
    width:100px;
    opacity:.5
}
#logo_preloader.logo_preloader_text .logo_preloader_loader {
    color:#FFF;
    position:absolute;
    top:0;
    bottom:0;
    opacity:.2;
    left:50%;
    font-weight:700;
    height:80px;
    line-height:80px;
    margin:auto;
    letter-spacing:-4px;
    font-size:55px;
    white-space:nowrap
}
#logo_preloader.logo_preloader_text .logo_preloader_loader div{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0%;
    background-color:#000;
    opacity:.7;
    filter:alpha(opacity=70)
}
#logo_preloader.logo_preloader_scale_text .logo_preloader_loader{
    color:#FFF;
    position:absolute;
    font-family:'Open Sans',sans-serif;
    font-weight:700;
    top:0;
    bottom:0;
    left:50%;
    height:32px;
    line-height:32px;
    margin:auto;
    letter-spacing:1px;
    font-size:32px;
    white-space:nowrap
}
#logo_preloader.logo_preloader_scale_text .logo_preloader_loader span{
    display:inline-block;
    -webkit-transform:scale_logo(0);
    -moz-transform:scale_logo(0);
    -ms-transform:scale_logo(0);
    -o-transform:scale_logo(0);
    transform:scale_logo(0)
}
#logo_preloader.logo_preloader_scale_text .logo_preloader_loader span.loaded{
    -webkit-animation:scale_logo 0.2s forwards;
    -moz-animation:scale_logo 0.2s forwards;
    -ms-animation:scale_logo 0.2s forwards;
    -o-animation:scale_logo 0.2s forwards;
    animation:scale_logo 0.2s forwards
}
#logo_preloader.logo_preloader_logo .logo_preloader_loader{
    position:absolute;
    left:50%;
    top:50%;
    margin:0;
    overflow:hidden;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:100%;
    border-radius:5px
}
#logo_preloader.logo_preloader_logo .logo_preloader_loader div{
    position:absolute;
    bottom:0%;
    left:0;
    right:0;
    height:100%;
    opacity:.7;
    filter:alpha(opacity=70)
}
#logo_preloader.logo_preloader_logo .logo_preloader_percentage{
    position:absolute;
    top:50%;
    left:50%;
    height:40px;
    line-height:40px;
    margin:0;
    color:#072E77;
    text-align:center;
    font-size:15px;
    font-weight:400;
    letter-spacing:2px;
    padding-top:10px;
    text-align: center;
}
#logo_preloader.logo_preloader_progress .logo_preloader_percentage{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    color:#AAA;
    color:rgba(255,255,255,.1);
    font-family:Impact,Arial;
    font-size:20px;
    text-align:center
}
#logo_preloader.logo_preloader_progress .logo_preloader_loader{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    right:0;
    width:60%;
    height:2px;
    margin:-10px auto auto auto;
    background-color:rgba(0,0,0,.1)
}
#logo_preloader.logo_preloader_progress .logo_preloader_meter{
    width:0;
    height:100%;
    margin:auto;
    padding:0;
    background-color:#C76363
}
@-webkit-keyframes rotate_logo{
    0%{
        -webkit-transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@-moz-keyframes rotate_logo{
    0%{
        -moz-transform:rotate(0)
    }
    100%{
        -moz-transform:rotate(360deg)
    }
}
@-ms-keyframes rotate_logo{
    0%{
        -ms-transform:rotate(0)
    }
    100%{
        -ms-transform:rotate(360deg)
    }
}
@-o-keyframes rotate_logo{
    0%{
        -o-transform:rotate(0)
    }
    100%{
        -o-transform:rotate(360deg)
    }
}
@keyframes rotate_logo{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
@-webkit-keyframes scale_logo{
    0%{
        -webkit-transform:scale(0);
        opacity:0
    }
    50%{
        -webkit-transform:scale(2);
        opacity:.5
    }
    100%{
        -webkit-transform:scale(1);
        opacity:1
    }
}
@-moz-keyframes scale_logo{
    0%{
        -moz-transform:scale(0);
        opacity:0
    }
    50%{
        -moz-transform:scale(2);
        opacity:.5
    }
    100%{
        -moz-transform:scale(1);
        opacity:1
    }
}
@-ms-keyframes scale_logo{
    0%{
        -ms-transform:scale(0);
        opacity:0
    }
    50%{
        -ms-transform:scale(2);
        opacity:.5
    }
    100%{
        -ms-transform:scale(1);
        opacity:1
    }
}
@-o-keyframes scale_logo{
    0%{
        -o-transform:scale(0);
        opacity:0
    }
    50%{
        -o-transform:scale(2);
        opacity:.5;            
    }
    100%{
        -o-transform:scale(1);
        opacity:1
    }
}
@keyframes scale_logo{
    0%{
        transform:scale(0);
        opacity:0
    }
    50%{
        transform:scale(2);
        opacity:.5
    }
    100%{
        transform:scale(1);
        opacity:1
    }
}
/* Contact form
-------------------------------------------------------------- */
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	outline: none;
}

/* Contact Subscribe */
.wpcf7-form .subscribe-now input {
	position: relative;
	margin: 0;
}
.wpcf7-form .subscribe-now input[type="email"] {
	border-radius: 5px;
	padding: 21px 30px;
}
.wpcf7-form .subscribe-now input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 5px;
    text-transform: capitalize;
    padding: 21px 36px;
}

/* Contact Us Form */
.contact-us-form label {
	font-weight: 700;
	font-size: 12px;
	color: #8A8AA0;
	text-transform: uppercase;
	display: block;
	max-width: 600px;
}
.contact-us-form button, .contact-us-form input[type="submit"] {
	padding: 18px 30px;
	display: flex;
    justify-content: center;
    align-items: center;  
    border: none !important;
    text-align: center;
    background-color: var(--theme-secondary-color);
}
.contact-us-form button i {
	margin-left: 13px;
}
.contact-us-form .wpcf7-list-item,
.contact-us-form .wpcf7-list-item {
	margin: 0;
}
.contact-us-form input, .contact-us-form textarea, .contact-us-form select{
    display: block;
    color: rgba(255, 255, 255, 1);
    outline: 0;
    width: 100%;
    margin-bottom: 0px;
    line-height: 1;
    padding: 13px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}
.contact-us-form .wpcf7-form-control-wrap {
	margin-top: 9px;
    display: block;
}
.contact-us-form input, .contact-us-form textarea {
	background: transparent;
}
.contact-us-form input:focus, .contact-us-form textarea:focus, .contact-us-form input[type="text"]:focus{
	background: rgba(255, 255, 255, 0);
}
.contact-us-form select {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: linear-gradient( 45deg , transparent 50%, #fff 50%), linear-gradient( 135deg , #fff 50%, transparent 50%);
    background-position: calc(100% - 20px), calc(100% - 15px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    line-height: 1.5;
}
.contact-us-form textarea{
	height: 120px;
	margin-bottom: 7px;
}

/*--- Form Metform ---*/
.mf-input-multiselect .mf_multiselect__dropdown-indicator, 
.mf-input-select .mf_select__indicator {
	border-width: 7px 7px 0 !important;
}
.css-tlfecz-indicatorContainer,
.css-1gtu0rj-indicatorContainer {
	color: var(--theme-secondary-color) !important;
}

/*--- Checkbox Styles ---*/
.checkbox{
	display: inline-block;
	margin-right: 15px;
	margin-top: 10px;
}
.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label {
    position: relative;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding-left: 35px;
    padding-top: 6px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;    
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 27px;
    width: 27px;
    border: 1px solid;
    border-radius: 0px;
    left: 0px;
    top: 3px;
    color: #ccc;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 7px;
    width: 13px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 7px;
    top: 11px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    color: #fff;
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::before {
    background-color: var(--theme-accent-color);
    color: var(--theme-accent-color);
}

/*--- Radio Styles ---*/
.radio {
	display: none !important;
}

.radio-custom {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-left: 25px;
	margin-right: 5px;
	position: relative;
}

.radio-custom, .radio-label {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.radio-label {
		display: block;
	}
	.radio-custom {
		text-align: center;
		margin: 0px 15px;
	}
}

.radio:checked + .radio-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	background: var(--theme-accent-color);
	border-radius: 0px;
}

.radio-custom, .radio:checked + .radio-custom::before {
	border-radius: 50%;
}

.radio-label{
    font-weight: 600;
    font-size: 13px;
}

/* Flat List
-------------------------------------------------------------- */
.primary-list{
	padding-left: 0px;
	margin-left: 0px;
}
.primary-list li{
    list-style-type: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    margin-top: 11px;  
}
.primary-list li i{
    color: var(--theme-accent-color);
    padding-right: 10px;
}

.dark-list{
	padding-left: 0px;
}
.dark-list li{
    list-style-type: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;  
}
.dark-list li i{
    color: #222;
    padding-right: 15px;
}

.white-list{
	padding-left: 0px;
}
.white-list li{
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;  
}
.white-list li i{
    color: var(--theme-accent-color);
    padding-right: 15px;
}

/* 404
-------------------------------------------------------------- */
.error404 #themesflat-content {
	padding-top: 130px;
	padding-bottom: 125px;
	position: relative;
    overflow: hidden;
}

.error-404-box {
	text-align: center;	
}

.error-404-text h2 {
    position: relative;
    font-size: 180px;
    line-height: 1;
    color: #0071dc;
    margin: 0;
    letter-spacing: 19px;
}

.error-404-text h4{
    position: relative;
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 7px;
    margin-top: 12px;
}

.error-404-text h4 span{
	color: var(--theme-accent-color);
}

.error-404-text p {
    margin-bottom: 40px;
    max-width: 550px;
    display: inline-block;
}

.error404 .go-top {
	display: none;
}

/* Search No Results
-------------------------------------------------------------- */
.search-no-results .no-results .subtext-nothing {
	margin-bottom: 25px;
}

/* widget instagram
-------------------------------------------------------------- */
.widget-instagram-feed .flat-imgbox-instagram {
	margin: 0 -8px 8px;
}

.widget-instagram-feed .item {
	width: 33.33%;
	float: left;
	padding: 0 8px;
	margin-top: 16px;
}

.widget-instagram-feed .column-4 {

}

.sidebar .widget-instagram-feed .item {
	height: 60px;
	overflow: hidden;
}

/* Custom Footer Widget Area
-------------------------------------------------------------- */	
.custom-footer-widget-area .widget .widget-title {
	color: #fff;
	font-size: 30px;
}

.custom-footer-widget-area .widget.widget-recent-news li .text h6 a, 
.custom-footer-widget-area .widget.widget_latest_news li .text h6 a {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.custom-footer-widget-area .widget ul li a, 
.custom-footer-widget-area .widget ul li ul.children li a {
	color: #b9c9ff;
	font-size: 14px;		
}

.custom-footer-widget-area .widget ul li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.custom-footer-widget-area .widget.widget-recent-news .thumb, 
.custom-footer-widget-area .widget.widget_latest_news .thumb {
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 5px;
}

.custom-footer-widget-area .widget.widget-recent-news li .text .post-date {
    font-size: 12px;
    font-weight: 500;
    color: #b9c9ff;
    margin-top: 4px;
    margin-bottom: 8px;
}

.custom-footer-widget-area .widget.widget-recent-news li, 
.custom-footer-widget-area .widget.widget_latest_news li {
	margin-bottom: 12px;
}

.custom-footer-widget-area .widget.widget-recent-news .text h6, 
.custom-footer-widget-area .widget.widget_latest_news .text h6 {
	margin-bottom: 0px;
}

.custom-footer-widget-area .widget.widget-instagram-feed .widget-title {
	margin-bottom: 15px;
}

.custom-footer-widget-area .widget_nav_menu .menu > li {
	padding: 5px 0px 6px 0px;
} 

rs-module-wrap {
	z-index: 0!important;
}

.image-about3 {
    position: absolute;
    top: 60px;
    left: -155px;
}

.img-about3 {
    position: relative;
    z-index: 1;
}

.custom-footer-widget-area.style1 .widget .widget-title {
	font-size: 20px;
    margin-bottom: 33px;
}

.flat-calendar:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 831px solid transparent;
    border-right: 806px solid #fde428;
}

/* Widget Calendar 
---------------------------------------------------------*/
.widget_calendar table > caption {
	caption-side: top;
    font-weight: 500;
    color: var(--theme-accent-color);
}

.widget_calendar table {
	margin-bottom: 5px;
}

.widget_calendar table > thead {
	background: var(--theme-accent-color);
	color: #fff;
}

.widget_calendar table > thead th {
	font-weight: 500;
}

.widget_calendar nav {
	display: flex;
    width: 100%;
    justify-content: space-between;
}

.widget_calendar table > tfoot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.widget_calendar table > tfoot #prev a,
.widget_calendar table > tfoot #next a {
	color: transparent;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.widget_calendar table > tfoot > tr {
	line-height: 67px;
}

.widget_calendar table > tfoot > tr,
.widget_calendar table > tfoot > tr > td {
	display: block;
}

.widget_calendar table > tfoot > tr > td {
	width: 33.33%;
	float: left;
}

.widget_calendar table > tfoot #prev a:before,
.widget_calendar table > tfoot #next a:before {
    content: "\f061";
	font-family: 'FontAwesome'; 
	color: #2f516a;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 16px;
}

.widget_calendar table > tfoot #prev a:before {
	content: "\f060";
	left: auto;
	left: 20px;
	right: auto;
}

.widget_calendar table > tfoot .pad {
	color: transparent;
}

.widget_calendar table > tfoot #prev a:hover:before,
.widget_calendar table > tfoot #next a:hover:before {
	color: #fde428;
}

/* Action box headings
-------------------------------------------------------------- */
.themesflat-action-box {
	position: relative;
}
.themesflat-action-box .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;    
}
.themesflat-action-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: var(--theme-accent-color);
}
.themesflat-action-box .content-left {
	max-width: 60%;
	width: 60%;
	position: relative;
	padding: 70px 0px 70px 0px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.themesflat-action-box .content-right {
	max-width: 40%;
	width: 40%;
	position: relative;
	padding: 70px 0px 70px 0px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.themesflat-action-box .content-left img {
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
}
.themesflat-action-box .heading {
	position: relative;
	margin-top: 0;	
    margin-bottom: 0px; 
    font-size: 50px;
	line-height: 65px;      
}
.themesflat-action-box .heading > span {
	color: var(--theme-accent-color);
}
.themesflat-action-box p {
	margin-top: 19px;
	margin-bottom: 0px;
}
.themesflat-action-box .mc4wp-form {
	margin-top: 28px;
}
.themesflat-action-box ul.themesflat-socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	list-style: none;
}
.themesflat-action-box ul.themesflat-socials li {
	background: transparent;
	margin: 10px;
}
.themesflat-action-box ul.themesflat-socials li:first-child {
	margin-left: 0;
}
.themesflat-action-box ul.themesflat-socials li:last-child {
	margin-right: 0;
}
.themesflat-action-box ul.themesflat-socials li a {
	width: 56px;
	height: 56px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
    background: var(--theme-accent-color);
    color: #fff !important;
}
.themesflat-action-box ul.themesflat-socials li a:hover {
	color: #fff;
}
.iziModal-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*  Video Box */
.themesflat_video_embed{
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
}

.video-video-box-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.7;
    background-color: var(--theme-primary-color);
}

.video-video-box-button{
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.video-video-box-button {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.video-video-box-button button{
	color: #222;
	font-size: 16px;
	background: rgba(255, 255, 255, 1);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 0;
	padding-left: 5px;
	margin: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
	border: none;
}

.video-video-box-button button:hover{
	background: rgba(255, 255, 255, .7);
}

.video-video-box-button button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}

.alert button:hover {
	background-color: transparent;
}

/* Social Share
-------------------------------------------------------------- */
.social-share-article {
	display: flex;
	align-items: center;
}

.social-share-article ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.social-share-article ul li {
	margin-left: 10px;
	background: transparent;
}
.social-share-article ul li:first-child {
	margin-left: 12px;
}

.social-share-article ul li a {
 	min-width: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-primary-color);
    background: #F7F7F7;
    border-radius: 50%;
    font-size: 16px;
}

.social-share-article ul li a:hover {
	color: #ffffff;
	background: var(--theme-accent-color);
}

.single-post .social-share-article strong {
	color: #203b48;
	font-size: 14px; 
	font-weight: 700;
	margin-right: 12px;		
}

/* Elementor
-------------------------------------------------------------- */
.post-password-form button, 
.post-password-form input[type="button"], 
.post-password-form input[type="reset"], 
.post-password-form input[type="submit"] {
	line-height: 1;
}

.customizable-carousel.owl-carousel .owl-item img {
    width: auto;
}

/* Effect Button 
----------------------------------------------------*/
.themesflat-button {
	padding: 18px 42px;  
    color: var(--theme-accent-color);
    fill: var(--theme-accent-color);
    border: 1px solid;
    border-color: var(--theme-accent-color);
    background-color: transparent;
    display: inline-block;
    z-index: 1;
    position: relative;
    line-height: 1;
    white-space: nowrap;
}
.themesflat-button:hover{
	color: var(--theme-primary-color);
	fill: var(--theme-primary-color);
	background-color: var(--theme-secondary-color);
	border-color: var(--theme-secondary-color);
}
.themesflat-button.has-background {
    color: #ffffff;
    fill: #ffffff;
    padding: 18px 42px;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid;
    border-color: var(--theme-accent-color);
}
.themesflat-button.has-background, 
button, 
.button,
.wp-block-search__button-outside .wp-block-search__button {
    background-color: var(--theme-accent-color);
    color: #ffffff;
    fill: #ffffff;
}

.themesflat-button.has-background:hover, 
button:hover, 
.button:hover,
.wp-block-search__button-outside .wp-block-search__button:hover {
	fill: var(--theme-primary-color);
	color: var(--theme-primary-color);
	background-color: var(--theme-secondary-color);
	border-color: var(--theme-secondary-color);
}
.themesflat-button i,
.themesflat-button svg,
.tf-button i,
.tf-button svg,
button i,
button svg {
	display: inline-block;
}
.themesflat-button:hover i,
.themesflat-button:hover svg,
.tf-button:hover i,
.tf-button:hover svg,
#comment-reply:hover i {
    animation: 0.3s link-icon linear;
}
@keyframes link-icon {
	0% {
		transform: translateX(0); opacity: 1;
	}
	49% { 
		transform: translateX(20px); opacity: 0;
	}
	50% { 
		transform: translateX(-20px); opacity: 0;
	}
	100% {
		transform: translateX(0); opacity: 1;
	}
}
.themesflat-button.has-background.bg-second {
	fill: var(--theme-primary-color);
	color: var(--theme-primary-color);
	border-color: var(--theme-secondary-color) !important;
	background-color: var(--theme-secondary-color);
}
.themesflat-button.has-background.bg-second:hover {
	fill: #ffffff;
	color: #ffffff;
	border-color: var(--theme-primary-color) !important;
	background-color: var(--theme-primary-color) !important;
}
.themesflat-button > i {
	font-size: 12px;
	margin-left: 10px;
}
.themesflat-button.has-background.is-border {
	background-color: transparent !important;
	color: var(--theme-accent-color);
	fill: var(--theme-accent-color);
}
.themesflat-button.has-background.is-border:hover {
	background-color: var(--theme-accent-color) !important;
	color: #ffffff !important;
	fill: #ffffff !important;
	border-color: var(--theme-accent-color);
}
.themesflat-button.has-background.is-border-s2 {
	background-color: transparent !important;
	color: #000000;
	fill: #000000;
}
.themesflat-button.has-background.is-border-s2:hover {
	background-color: var(--theme-accent-color) !important;
	color: #ffffff !important;
	fill: #ffffff !important;
	border-color: var(--theme-accent-color);
}
.themesflat-button.has-background.is-primary {
	background-color: var(--theme-accent-color) !important;
	color: #ffffff;
	fill: #ffffff;
}
.themesflat-button.has-background.is-primary:hover {
	background-color: transparent !important;
	color: var(--theme-accent-color) !important;
	fill: var(--theme-accent-color);
	border-color: var(--theme-accent-color);
}
/* Other
-------------------------------------------------------------- */
.cursor-resize,
.customizable-carousel {
	cursor: e-resize
}
.radius-20 {
	border-radius: 20px;
}
.inline-block {
	display: inline-block !important;
	width: auto !important;
}
footer .mc4wp-form {
	margin-top: 30px;
	max-width: 270px;
}
footer .widgets-areas-1.widgets-areas-style-2 .wrap-widgets {
	padding-right: 60px;
}
footer .widgets-areas-3.widgets-areas-style-2 .wrap-widgets {
	padding-left: 22%;
}
.mail {
    text-transform: initial;
}

.tf-image .elementor-widget-container {
	position: relative;
	z-index: 1;
	display: inline-block;
}
body:not(.logo_preloader) .tf-image .elementor-widget-container:before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate( -5deg );
    opacity: 1;
    visibility: visible;
    background: var(--theme-accent-color);
    animation: fan_arrangement 5s infinite linear;
}
@keyframes fan_arrangement {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.footer_background.footer-s1 input,
.footer_background.footer-s1 .widget_block ul.wp-block-social-links li a {
	background: #fff;
}
.wpcf7-form {

}
.wpcf7-form .faq .your-name:before,
.wpcf7-form .faq .your-email:before,
.wpcf7-form .faq .phone:before,
.wpcf7-form .faq .your-message:before {
    content: "\e92a";
    font-family: "learnway-theme";
    font-size: 16px;
    line-height: 23px;
    position: absolute;
    top: 18px;
    left: 20px;
    color: var(--theme-accent-color);
}
.wpcf7-form .faq .your-email:before {
    content: "\e90d";
    font-size: 12px;
}
.wpcf7-form .faq .your-message:before {
    content: "\e905";
    font-size: 18px;
    top: 16px;
}
.wpcf7-form .faq .phone:before {
    content: "\e91f";
}
.wpcf7-form .faq .wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form .faq input, 
.wpcf7-form .faq textarea {
    padding-left: 43px;
}
.wpcf7-form .faq textarea {
	min-height: 223px;
}
.wpcf7-form .faq button i {
	font-size: 12px;
	margin-left: 10px;
}
.wpcf7-form .faq button {
    padding: 21px 40px;
}
.wpcf7-form .contact-us {
    position: relative;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: -10px;
    margin-left: -10px;
}
.wpcf7-form .contact-us p {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.wpcf7-form .contact-us p:last-of-type {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.wpcf7-form .contact-us button i {
	font-size: 12px;
	margin-left: 10px;
}
.wpcf7-form .contact-us button {
    padding: 21px 40px;
    margin-top: 17px;
}
.wpcf7-form .contact-us textarea {
	height: 150px;
}
.modal-menu__body .widget_block ul.wp-block-social-links li a {
	background-color: var(--theme-primary-color);
}
.modal-menu__body .widget_block ul.wp-block-social-links li a:hover {
	background-color: var(--theme-accent-color);
}
.modal-menu__body .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
	margin: 0;
}
.modal-menu__body .widget .widget-title, 
.modal-menu__body .widget h2, 
.modal-menu__body .widget h3, 
.modal-menu__body .widget h4, 
.modal-menu__body .widget h5, 
.modal-menu__body .widget h6 {
	margin-top: 0;
	margin-bottom: 20px;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
	visibility: hidden;
	opacity: 0;
}