/* 
Theme Name:		 CareerPage
Theme URI:		 http://childtheme-generator.com/
Description:	 CareerPage is a child theme of Genesis, created by ChildTheme-Generator.com
Author:			 Noman Bajwa
Author URI:		 http://childtheme-generator.com/
Template:		 genesis
Version:		 1.0.0
Text Domain:	 careerpage
*/


/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */
html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #000;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #b0aaf9;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: disc;
	list-style-position: outside;
}
ul ul {
	margin-left: 25px;
}
ul ul li {
	list-style-type: circle;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}
/* 
input:focus,
textarea:focus {
border: none;
outline: none;
}
*/
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #6f6f6f;
	opacity: 1;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	padding: 10px 25px;
	color: #FFFFFF;
	background: #000000;
	font-weight: 400;
	overflow: hidden;
	border-radius: 5px;
	text-decoration: none;
}


button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	color: #ffffff;
	background: #B8B5F8;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .20);
}
.button:after,
input[type="reset"],
input[type="submit"]:after,
input[type="button"]:after,
button:after {
	background: #D24D57;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: none;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: none;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0 30px;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 50px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #2b2b36;
}

.entry-title a,
.sidebar .widget-title a {
	color: #2b2b36;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: none;
	padding: 0;
/* 	box-shadow: 0 0 10px rgba(0, 0, 0, .10); */
}
header.site-header.fixed {
	box-shadow: 0 0 10px rgba(0, 0, 0, .10);
	position: fixed;
	z-index: 99;
	width: 100%;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: none;
	padding-bottom: 0;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	display: block;
	text-decoration: none;
	opacity: 1;
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	padding: 0 15px;
	border: 1px solid transparent;
	border-radius: 5px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #b0aaf9;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #004D25;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/*
Add your custom styles here
*/

.home .catList {
    margin-top: 0;
}

.title-area a {
	font-size: 0;
	background-image: url(/wp-content/uploads/2024/10/web-logo.svg);
	background-repeat: no-repeat;
	width: 129px;
	height: 44px;
	display: block;
	background-size: contain;
}

.wrap {
	max-width: 1150px;
	padding: 0px 15px;
	margin: 0 auto;
	width: 100%;
}

.site-header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .title-area {
	order: 1;
	width: 100%;
	max-width: 130px;
	padding: 15px 0;
}

.site-header .nav-primary {
	order: 2;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.site-header .header-widget-area {
	order: 3;
	width: 100%;
	max-width: 125px;
}

.site-header .header-widget-area .widget {
	margin-bottom: 0;
}

.outer-box .button {
	display: block;
}

.footer-widget-area {
	padding: 60px 0 30px;
	border-top: 1px solid #eeeeee;
}

.gf-inner {
	display: flex;
	justify-content: space-between;
}

.gf-inner-left {
	width: 100%;
	max-width: 730px;
}

.gf-inner-left .footer-logo {
	display: block;
	margin-bottom: 20px;
}

.gf-inner-left a img {
	width: 100%;
	max-width: 135px;
	height: 48px;
}

.footer-links {
	display: flex;
	margin: 12px 0 30px 0;
	flex-wrap: wrap;
	max-width: 500px;
}

body .footer-links li {
	position: relative;
	padding-right: 14px;
	margin-right: 12px;
	margin-bottom: 0;
	list-style-type: none;
}

.footer-links li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 1;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	text-decoration: none;
}

.footer-links li a:hover {
	color: #b0aaf9;
}

.footer-links > li:after {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 30px;
	color: #b0aaf9;
	content: "|";
}

body .footer-links li:last-child::after {
	display: none;
}

.gf-inner-right {
	max-width: 350px;
	width: 100%;
}

.gf-inner-right h3 {
	text-align: right;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 20px;
}

.form-group p {
	margin-bottom: 0;
}

.form-group .email-field {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	padding: 9px 10px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	background: none;
	background-color: rgba(0, 0, 0, .05);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.form-group .button {
	font-size: 14px;
	line-height: 20px;
	padding: 7px 10px;
	font-weight: 400;
	width: 100%;
	margin-top: 5px;
	cursor: pointer;
}

.form-group .wpcf7-spinner {
	display: none;
}

.form-group .wpcf7-not-valid-tip {
	font-size: 12px;
}

body .wpcf7-response-output {
	margin: 15px 10px;
	padding: 5px 10px;
	border: 2px solid #b0aaf9;
	font-size: 12px;
}

.bg-after-footer-widget-area {
	padding: 0 0 25px;
}

.footer-widget-area .widget,
.bg-after-footer-widget-area .widget {
	margin-bottom: 0;
}

.cright {
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	margin-bottom: 0;
}

.cright a {
	color: #555555;
}

.wp-custom-logo .title-area {
	display: none;
}
.content-sidebar-wrap, .wrap {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-section .widget-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	padding: 10px 0 10px;
	align-items: center;
}
.header-section .widget-area section:last-child {
	text-align: right;
}
.header-section .widget-area section {
	width: 33%;
}
#nav_menu-2 {
	text-align: center;
	width: 40%;
}
.header-section .widget-area section:first-child {
	width: 20%;
}
.header-section .widget-area img {
	max-width: 250px !important;
	width: 100%;
}
.AllLates .pitem div a.author,
.topContent a.author,
span.authorabout a,
.search p.postInfo a,
.contentSide p.postInfo a,
.blogPosts .wrap .item .bottomSide span a,
.CatSection a {
	color: #797aec;
	text-decoration: none;
	padding: 5px 7px;
	border-radius: 5px;
	font-weight: 500;
	margin-left: 3px;
}
.AllLates .pitem div a.author:hover,
.topContent a.author:hover,
span.authorabout a:hover,
.search p.postInfo a:hover,
.contentSide p.postInfo a:hover,
.blogPosts .wrap .item .bottomSide span a:hover,
.CatSection a:hover {
	background: #EEEEFB;
}

.header-section .widget-area .menu li a {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	padding: 5px 7px;
	border-radius: 5px;
}
.header-section .widget-area .menu li {
	list-style: none;
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 0;
}
.header-section.whiteH .menu li a {
	color: #2b2b36;
}
.header-section.whiteH .menu li a:hover {
	color: #fff;
}

.sidebar .widget ul > li a:hover,
.header-section .widget-area .menu li a:hover {
	background: #EDEDEE;
	color: #2b2b36;
	text-decoration: none;
}
.headerBtn .button::after {
	content: "";
	transition: background .3s ease;
	display: block;
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: 0;
	right: 0;
	box-shadow: none ;
	pointer-events: none ;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjExIiBoZWlnaHQ9IjcyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yMDAuNTIzIDEzLjExN2MuMjA1LS4zNTIuNzQ0LS4yMDguNzQ1LjJsLjAxNyA0Ljk1NmEuNDAyLjQwMiAwIDAwLjE2NS4zMjJsMy42NiAyLjY1N2EuNC40IDAgMDEtLjE5NC43MjFsLTQuNDk3LjQ3MWEuNC40IDAgMDAtLjMwNC4xOTdsLTIuNDkzIDQuMjgzYy0uMjA1LjM1My0uNzQ0LjIwOC0uNzQ1LS4ybC0uMDE3LTQuOTU1YS40LjQgMCAwMC0uMTY1LS4zMjNsLTMuNjYtMi42NTZhLjQuNCAwIDAxLjE5NC0uNzIybDQuNDk3LS40N2EuNC40IDAgMDAuMzA0LS4xOTdsMi40OTMtNC4yODR6TTEzMS4zMDEgNTYuNTE1Yy0uMDIxLS40MDcuNTA5LS41ODEuNzMzLS4yNGwyLjQzMyAzLjY5MmEuNC40IDAgMDAuMzE0LjE4bDQuMDU0LjE5OGEuNC40IDAgMDEuMjMzLjcxbC0zLjE0NyAyLjU2MmEuMzk5LjM5OSAwIDAwLS4xNDcuMzMxbC4yMyA0LjQxNmMuMDIyLjQwOC0uNTA5LjU4Mi0uNzMzLjI0MWwtMi40MzMtMy42OTNhLjQuNCAwIDAwLS4zMTQtLjE4bC00LjA1NC0uMTk4YS40LjQgMCAwMS0uMjMzLS43MWwzLjE0Ny0yLjU2MmEuMzk5LjM5OSAwIDAwLjE0Ny0uMzNsLS4yMy00LjQxN3pNMTA0LjYwNiAyLjE1MmMuMDY1LS40MDMuNjIxLS40NjEuNzY4LS4wOGwuNjY5IDEuNzI3YS40LjQgMCAwMC4yNjkuMjQybDEuNzYxLjQ3MWEuNC40IDAgMDEuMDc4Ljc0M2wtMS42MjUuODI2YS4zOTguMzk4IDAgMDAtLjIxMy4yOTNsLS4yOTcgMS44MjhjLS4wNjUuNDAzLS42MjEuNDYxLS43NjguMDhsLS42NjktMS43MjdhLjQuNCAwIDAwLS4yNjktLjI0MWwtMS43NjEtLjQ3MmEuNC40IDAgMDEtLjA3OC0uNzQzbDEuNjI1LS44MjZhLjM5OC4zOTggMCAwMC4yMTMtLjI5M2wuMjk3LTEuODI4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) 100% 50%/100% no-repeat ;
	max-width: 290px;
	transform: rotate(0deg);
	width: 100%;
}
.headerBtn .button::before {
	content: "";
	transform: skew(-28deg);
	opacity: 0 ;
	display: block;
	border-radius: 0 ;
	position: absolute;
	left: -20% ;
	top: 0 ;
	bottom: 0 ;
	width: 38px;
	background-color: transparent ;
	background-image: linear-gradient(90deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.04) 14%,transparent 0,transparent 30%,hsla(0,0%,100%,.04) 0,hsla(0,0%,100%,.04) 70%,transparent 0,transparent 86%,hsla(0,0%,100%,.04) 0,hsla(0,0%,100%,.04));
	transition: left 0s ease ;

}

.headerBtn .button {
	background: linear-gradient(136.5deg,#797aec 1.26%,#9032d9 93.31%) !important;
	box-shadow: 0 0 17px 11px rgba(192,142,255,.62) !important;
	border-radius: 2px;
	position: relative;
}
.header-section {
	position: fixed;
	width: 100%;
	background: transparent;
}
/* .Stickypost {
margin-top: 150px;
} */
.topHeader .wrap,
.Stickypost .item {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 40px 0;
}
.topHeader .wrap div,
.Stickypost .item div {
	width: 49%;
}
.topHeader .wrap div img,
.Stickypost .item div img {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}
.Stickypost .item p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}
.topHeader .wrap .rightSIde,
.rightSide {
	padding-left: 10px;
}
.blogPosts .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}
.blogPosts .wrap .postsItems {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.blogPosts {
	padding: 10px 0;
}
.blogPosts .button {
	max-width: 250px;
	margin: 0 auto 50px;
}
.blogPosts .wrap > h2 {
	margin-bottom: 45px;
	position: relative;
}
.blogPosts .wrap .catLinks > h2::after {
	content: "";
	width: 250px;
	height: 1.3px;
	background: #3e32d9;
	position: absolute;
	top: 25px;
	left: unset;
	transform: translateX(10%);
	opacity: 0.4;
}
.blogPosts .wrap .catLinks > h2 {
	margin-bottom: 45px;
	position: relative;
	text-transform: uppercase;
}
h3 {
	font-size: 26px;
	color: #2b2b36;
	font-weight: 500;
}
.blogPosts .wrap .item {
    width: 32%;
    box-shadow: 0 27px 80px rgba(95, 91, 210, .04), 0 17.5px 46.8519px rgba(95, 91, 210, .0303704), 0 10.4px 25.4815px rgba(95, 91, 210, .0242963), 0 5.4px 13px rgba(95, 91, 210, .02), 0 2.2px 6.51852px rgba(95, 91, 210, .0157037), 0 .5px 3.14815px rgba(95, 91, 210, .00962963);
    margin-bottom: 70px;
}
.blogPosts .wrap .item .bottomSide {
	padding: 20px;
}
.blogPosts .wrap .item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
h2 {
	color: #797aec;
	font-weight: 600;
	font-size: 26px;
}
.site-footer p {
	margin: 0;
	text-align: center;
	padding: 30px;
}

.blogPosts .wrap .item .bottomSide .button {
	margin-bottom:0;
}
.FooterDiv .widget-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.FooterDiv .widget-area section:first-child {
	width: 30%;
}
.FooterDiv .widget-area section:first-child img {
	width: 100%;
	max-width: 200px !important;
}
.FooterDiv {
	padding: 60px 0 30px;
	border-bottom: 1px solid #eee;
}
.FooterDiv .widget-area section {
	width: 30%;
}
.FooterDiv .widget-area .menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 500px;
	width: 100%;
	float: right;
}
.FooterDiv .widget-area .menu li {
	list-style: none;
	margin-bottom: 0;
}
.FooterDiv .widget-area .menu li a {
	color: #797aec;
	text-decoration: none;
	padding: 7px 10px;
	border-radius: 2px;
}
.FooterDiv .widget-area .menu li a:hover {
	background: #EEEEFB;
}
/* .content-sidebar-wrap {
margin-top: 50px;
} */
.topHeader {
	margin-top: 150px;
}
#mobi-menu {
	display: none;
}
.postInfo {
	color: #797aec;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.topsection {
	margin-top: 150px;
	min-height: 100px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.archiveItems .item .leftSide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archiveItems .item .leftSide {
	width: 40%;
}
.archiveItems .item {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-shadow: 0 27px 80px rgba(95,91,210,.04),0 17.5px 46.8519px rgba(95,91,210,.0303704),0 10.4px 25.4815px rgba(95,91,210,.0242963),0 5.4px 13px rgba(95,91,210,.02),0 2.2px 6.51852px rgba(95,91,210,.0157037),0 .5px 3.14815px rgba(95,91,210,.00962963);
	margin-bottom: 80px;
}
.archiveItems .item .rightSide {
	width: 60%;
	padding: 20px;
}
.archiveItems .item .rightSide .button {
	max-width: 250px;
	margin: 0 auto;
}
.archiveItems .item:nth-child(2n) .leftSide {
	order: 2;
}
.headerRight {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.searchForm .fa {
	cursor: pointer;
}


/***
*  Search Style
* */

section.search-section {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	z-index: 99999;
}
.admin-bar section.search-section {
	top: 31px;
}
section.search-section .wrap {
	max-width: 670px;
	position: relative;
}
/* [type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 17px;
line-height: 1.29412;
letter-spacing: -.021em;
color: #fff;
outline: none;
height: 44px;
padding: 0 38px 0 40px;
background: #2b2b36;
border: none;
} */
div#hamburger-1 {
	position: absolute;
	right: 6px;
	top: 3px;
	cursor: pointer;
}
#hamburger-1 .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}
.hamburger .line {
	width: 25px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#hamburger-1 .line:nth-child(2) {
	opacity: 0;
}
#hamburger-1 .line:nth-child(3) {
	-webkit-transform: translateY(-1px) rotate(-45deg);
	-ms-transform: translateY(-1px) rotate(-45deg);
	-o-transform: translateY(-1px) rotate(-45deg);
	transform: translateY(-1px) rotate(-45deg);
}
section.search-section .wrap {
	padding: 0;
}
/* .widget_search input[type="submit"] {
left: 0;
background-size: 15px 88px;
background-repeat: no-repeat;
background: url(/wp-content/uploads/2022/05/globalnav_search_image.svg);
background-position: 12.5px -42px;
background-repeat: no-repeat;
position: relative;
opacity: .8;
z-index: 1;
top: -44px;
width: 40px;
height: 44px;
cursor: pointer;
-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
font-size: 0;
clip: inherit;
} */
@keyframes searchrot {
	from {transform: translateX(50px);}
	to {transform: translateX(0px);}
}
section#nav_menu-4 .widget-title,
section#nav_menu-4 li,
section.top-section .wrap.animation,
section.search-section input{
	animation-name: searchrot;
	animation-duration: 1s;
}

section#nav_menu-4 {
	font-size: 12px;
	line-height: 2;
	font-weight: 400;
	letter-spacing: -.016em;
	background: #fff;
	border-top: none;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	color: #86868b;
	max-height: calc(100% - 44px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
section#nav_menu-4 .widget-wrap {
	border-top: 1px solid #d2d2d7;
	margin: 0 40px;
	padding: 23px 0 18px;
}
section#nav_menu-4 li {
	margin-bottom: 10px;
	list-style: none;
}
section.footer-section .widget-area {
	padding: 0 20px;
}
/* .content-sidebar-wrap .content {
max-width: 900px;
float: left;
} */
.content-sidebar-wrap .sidebar {
	float: right;
	max-width: 340px;
	width: 100%;
}
.sidebar .widget {
	box-shadow: 0 27px 80px rgba(95,91,210,.04),0 17.5px 46.8519px rgba(95,91,210,.0303704),0 10.4px 25.4815px rgba(95,91,210,.0242963),0 5.4px 13px rgba(95,91,210,.02),0 2.2px 6.51852px rgba(95,91,210,.0157037),0 .5px 3.14815px rgba(95,91,210,.00962963);
}
.sidebar .widget-title {
    background: #797aec;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
}
.sidebar .search-form {
	padding: 0 10px 20px;
}
.sidebar ul {
	padding: 0 10px 17px;
}
section#categories-1 a {
	text-decoration: none;
}
.sidebar li {
	list-style-position: inside;
	list-style-type: none;
}
.sidebar .widget ul > li a {
	font-size: 16px;
	text-decoration: none;
	color: #2b2b36;
	border-radius: 5px;
	padding: 5px 7px;
}
.customSHare a {
	display: inline-block;
	margin: 0 10px 0 0px;
}
.customSHare a .fa:hover {
	background: #fff;
	color: #797aec;
}
.customSHare a .fa {
    padding: 7px 10px;
    font-size: 21px;
    background: #797aec;
    color: #fff;
    border-radius: 5px;
    width: 40px;
    text-align: center;
    border: 1px solid #797aec;
    transition: 0.5s ease;
}
.customSHare {
	display: block;
	width: 100%;
}


/**
* 
*  New Page Layout
* 
* */

.header-section {
	z-index: 9;
}
.image-section img {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: 100vw;
	position: relative;
	z-index: -1;
	max-height: 700px;
}
.Stickypost::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	z-index: -1;
}
.Stickypost {
	position: relative;
}
.absoluteDiv {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.absoluteDiv .wrap {
	float: left;
	width: 100%;
}
.absoluteDiv .entry-title {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}
.absoluteDiv .postInfo {
	color: rgb(248, 247, 245);

}
.topcat .search {
	width: 35%;
}
.catList li a {
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
	padding: 10px 20px 38px;
}
ul#menu-category-menu {
	text-align: center;
}
.catList li {
	display: inline-block;
	list-style: none;
	margin: 0 15px 0 0;
}
.topcat {
	width: 100%;
	padding: 0px 0 35px;
	border-bottom: 2px solid #eee;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.catList li.current-menu-item a,
.catList li a:hover,
.topcat .catList li:first-child a {
	border-bottom: 3px solid #2b2b36;
}
.catList li a:hover {
	opacity: 0.6;

}
.catLinks {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: flex-start;
}
.catLinks a {
    text-transform: uppercase;
    font-size: 16px;
}
.blogPosts .wrap .postsItems h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

.blogPosts .wrap .postsItems .postInfo {
	font-style: italic;
	font-weight: 400;
}
.blogPosts .wrap .item .bottomSide a {
	text-decoration: none;
}
/* .blogPosts .wrap .item .bottomSide a:hover {
text-decoration: underline;
} */
.fa.fa-close,
.topcat .search .search-form,
.topcat .search-form-submit {
	opacity: 0;
	transition: 1s ease;
	transform: translateY(-50px);
}
.search .fa.fa-close {
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
}
.search {
	position: relative;
}
.topcat .search input {
	border: none;
	background: transparent;
	padding: 0;
}
.catList .fa.fa-search {
	cursor: pointer;
}
.search .fa.fa-close.active,
.topcat .search .search-form.active {
	opacity: 1;
	transform: translateY(0px);
}
.header-section {
	transition: 1s ease-in-out;
	transform: translateY(-160px);
}
.header-section.loaded {
	transform: translateY(0px);
}
.header-section.whiteH {

	background: #fff;
}
.MenuClick span {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.singleTop {
	height: 500px;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: 100vw;
	position: relative;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: space-around;
	background: #F8F7F5;
}
.singleTop .wrap {
	width: 100%;
}
.singleTop .wrap h1 {
	color: #2b2b36;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0;
}
.singleTop .wrap .postInfo {
	font-style: italic;
	color: #2b2b36;
	margin-top: 20px;
	display: block;
}
.FeaturdImage img {
	width: 100%;
	display: block;
	max-height: 700px;
	object-fit: cover;
}
.search .header-section .widget-area .menu li a,
.archive .header-section .widget-area .menu li a,
.single-post .header-section .widget-area .menu li a {
	color: #2b2b36;
}
.singleTop .wrap a {
	margin-bottom: 25px;
	display: block;
	text-decoration: none;
}
.contentSide {
	max-width: 720px;
	float: left;
}
.single-post .site-inner {
	padding: 0px 30px 50px;
}
.single-post hr {
	border-bottom: 1px solid #2b2b36;
}
.reveal{
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 2s all ease;
}
.reveal.active{
	transform: translateY(0);
	opacity: 1;
}

.RelatedContent .itemcontent.left {
	width: 60%;
	float: left;
	box-shadow: 0 27px 80px rgba(95,91,210,.04),0 17.5px 46.8519px rgba(95,91,210,.0303704),0 10.4px 25.4815px rgba(95,91,210,.0242963),0 5.4px 13px rgba(95,91,210,.02),0 2.2px 6.51852px rgba(95,91,210,.0157037),0 .5px 3.14815px rgba(95,91,210,.00962963);
	margin-bottom: 30px;
	min-height: 600px;
}
.RelatedContent .itemcontent.left img {
	max-height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.RelatedContent .itemcontent.right {
	float: right;
	width: 37%;
	box-shadow: 0 27px 80px rgba(95,91,210,.04),0 17.5px 46.8519px rgba(95,91,210,.0303704),0 10.4px 25.4815px rgba(95,91,210,.0242963),0 5.4px 13px rgba(95,91,210,.02),0 2.2px 6.51852px rgba(95,91,210,.0157037),0 .5px 3.14815px rgba(95,91,210,.00962963);
	margin-bottom: 70px;
}
.RelatedContent .itemcontent {
	padding: 20px 30px;
}
.CatSection {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0;
	align-items: center;
}
.CatSection p {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
}
.RelatedContent .itemcontent a {
	text-decoration: none;
}

.RelatedContent .itemcontent.right p {
	margin-bottom: 0;
}
.RelatedContent .itemcontent.right h3 {
	margin-top: 15px;
}
html {
	scroll-behavior: smooth;
}
.mainContent {
	width: 70%;
	float: left;
}
.SideBar {
	width: 27%;
	float: right;
}
.RelatedContent .itemcontent.right img {
	width: 100%;
	max-height: 150px;
	display: block;
	object-fit: cover;
	object-position: initial;
}
body:not(.home) .topcat .catList li:first-child a {
	border-bottom: none;
}
body:not(.home) .topcat .catList li:first-child a strong{
	font-weight: 400;
}
.HomeSection.archive .mainContent .blogPosts {
	width: 70%;
	float: left;
}
.HomeSection.archive .mainContent {
	width: 100%;
}
.catList li.Active a {
	border-bottom: 3px solid;
	font-weight: 600;
}
.featurdContent h1 {
    font-size: 32px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2b2b36;
}
.contentSide.single p {
    font-size: 18px;
    line-height: 36px;
}
.contentSide.single .postInfo {
    font-size: 18px;
    line-height: 29px;
}
.featurdContent .postInfo {
	color: #2b2b36;
	font-weight: 400;
	/*     font-style: italic; */
	margin-bottom: 20px;
}
.featurdContent img {
	width: 100%;
	display: block;
}
.search .site-inner {
	padding: 50px 30px;
}
.LogoSection {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.LogoSection a:last-child img {
	width: 130px;
	padding-left: 20px;
}
.archiveItems {
	width: 70%;
	float: left;
}
.topsection.single span.entry-title {
	font-size: 36px;
}
.archive-description {
	display: none;
}
.topsection.single p {
	margin-bottom: 0;
	color: #797aec;
	line-height: 1;
	font-weight: 400;
}
.topsection.single {
	margin-top: 135px;
	padding: 70px 0;
	background: #F7F7FD url(/wp-content/uploads/2022/05/blog-header.png);
	background-position: center;
}
.topsection.single span.entry-title {
	color: #797aec;
	margin-bottom: 25px;
	display: block;
}
.absoluteDiv .entry-title a {
	color: #fff;
}
div#usm-admin-notification-widget {
	display: none;
}
.sfsi_shortcode_container {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.header-section.whiteH {
	z-index: 9999;
}
/* .author .topcat {
margin-top: 130px;
} */

.blogPosts .wrap .item .bottomSide span {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}
.blogPosts .wrap .item .bottomSide span a {
	/* 	text-decoration: underline; */
	font-weight: 500;
}
.blogPosts .wrap .item .bottomSide {
	font-size: 14px;
}
/* p {
word-break: break-all;
} */
.search p.postInfo {
	margin-bottom: 5px;
}
.archiveItems .item .rightSide a {
	text-decoration: none;
}
.RelatedContent .itemcontent.right a.button {
	margin-top: 27px;
}
.authorBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: start;
	margin: 20px 0;
	box-shadow: 0 27px 80px rgb(95 91 210 / 4%), 0 17.5px 46.8519px rgb(95 91 210 / 3%), 0 10.4px 25.4815px rgb(95 91 210 / 2%), 0 5.4px 13px rgb(95 91 210 / 2%), 0 2.2px 6.51852px rgb(95 91 210 / 2%), 0 0.5px 3.14815px rgb(95 91 210 / 1%);
	padding: 30px 20px 30px 0px;
}
.authorBox .rightText p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 0;
}
.authorBox .leftImage {
	width: 10%;
	float: left;
}
.authorBox .leftImage img {
	width: 50px;
	margin: 0 auto;
	border-radius: 50px;
	display: block;
}
.authorBox .rightText {
	width: 90%;
}
span.authorabout {
	font-weight: 500;
	color: #797aec;
}
.authorBox.author {
	margin-top: 0;
}
.topContent {
	width: 100%;
	float: left;
}
.topContent .itemcontent.left {
	float: left;
	width: 60%;
}
.topContent .itemcontent.right {
    width: 36%;
    float: right;
    padding: 20px 10px 0;
    border-bottom: 1px solid;
}
.topContent h3 a {
	text-decoration: none;
}
.topContent h3 {
    font-size: 28px;
    margin-bottom: 0;
}
.topContent a.author {
	display: inline-block;
	margin: 0 0 10px;
}

.page-template-AllpostTemplate .catList,
.category .catList,
.date .catList {
    margin-top: 0;
}

.topContent .itemcontent.right .afterT .ImageS {
    margin: 10px 0 0;
}

.topContent .itemcontent.right:last-child {
	border-bottom: none;
}
.topContent .itemcontent.left + .itemcontent.right {
	padding-top: 0;
}
.topContent .itemcontent.left img {
	display: block;
	width: 100%;
}
.LatestArticle {
	width: 100%;
	float: left;
	margin-top: 50px;
}
/* .LatestArticle h2 {
border-bottom: 1px solid #2b2b36;
padding-bottom: 30px;
} */
.AllLates .pitem > div {
	width: 33%;
}
.AllLates .pitem {
	padding: 30px 10px;
	border-top: 1px solid #2b2b36;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.AllLates .pitem h3 {
	font-size: 37px;
}
.AllLates .pitem div a {
	text-decoration: none;
}
.AllLates .pitem div span.Pdate {
	display: block;
	margin-top: 10px;
}
.AllLates .pitem img {
	display: block;
	width: 100%;
}
.AllLates .pitem div a.author {
	margin: 0;
}
.pContent {
	padding: 0 15px 0 0;
	font-size: 25px;
	line-height: 34px;
}
.topContent .itemcontent.left {
	min-height: 800px;
}
.AllLates .pitem .Ptitls img,
.topContent .itemcontent.right .ImageS img,
.topContent .itemcontent.left .ImageS img{
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	border-radius: 50px;
	margin-right: 10px;
}
.ImageS {
	margin: 10px 0 20px;
}

.subscriberBox a {
	text-decoration: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	max-width: 250px;
	padding: 10px;
	background: #fff;
	font-size: 16px;
}
.subscriberBox {
	padding: 20px;
	background: linear-gradient(136.5deg,#797aec 1.26%,#9032d9 93.31%) !important;
	box-shadow: 0 0 17px 11px rgb(192 142 255 / 62%) !important;
	border-radius: 2px;
	color: #fff;
	font-size: 24px;
}
.subscriberBox p {
	font-weight: bold;
	word-break: break-word;
}
.subscriberBox a:hover {
	background: #797aec;
	color: #fff;
}
.blogPosts .wrap .item img.authorImage {
	height: auto;
}
.search p.postInfo img.authorImage,
.RelatedContent .itemcontent.left img.authorImage,
.RelatedContent .itemcontent.right img.authorImage,
.blogPosts .wrap .item img.authorImage,
.contentSide.single .postInfo img.authorImage {
	width: 35px;
	display: inline-block;
	border-radius: 50px;
	vertical-align: middle;
}
.contentSide p.postInfo a.nohover:hover {
	background: transparent;
}
.search p.postInfo a.nohover,
.RelatedContent .itemcontent a.nohover,
.blogPosts .wrap .item .bottomSide span a.nohover,
.contentSide p.postInfo a.nohover {
	padding: 0;
	margin-left: 7px;
}
.afterT {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.afterT .cat {
	width: 65%;
	text-align: right;
}
.cat.latest li,
.afterT .cat li {
	display: inline-block;
	margin: 0 10px;
}
.cat.latest li a,
.afterT .cat li a {
	text-decoration: none;
	padding: 7px 5px;
	border-radius: 5px;
	color: #797aec;
}
.cat.latest li a:hover,
.afterT .cat li a:hover {
	background: #EEEEFB;
}
.cat.latest {
	margin-top: 10px;
}
.cat.latest li {
	margin-left: 0;
}
.clasify .sidebar {
	margin-left: 25px;
}
.clasify {
	display: flex;
	flex-wrap: wrap;
}
.clasify .AllLates {
	width: 70%;
}
.CatSection p:first-child {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	color: #797aec;
}
.blogPosts .wrap .postsItems .postInfo,
.search p.postInfo,
.CatSection p {
	color: #2b2b36;
}

section.afterHeader {
	position: relative;
	top: 140px;
	background: #fff;
	padding-bottom: 20px;
}
section.header-section.whiteH.stickyh a.button {
	font-size: 14px;
	padding: 12px 25px;
	line-height: 20px;
}
section.header-section.whiteH.stickyh img {
	max-width: 200px!important;
}
section.header-section.whiteH.stickyh aside.widget-area {
	padding: 10px 0 ;
}
.header-section.whiteH {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
section.header-section.whiteH.stickyh {
	box-shadow: 0 10px 20px rgb(95 91 210 / 10%);
}
.headerBtn .button {
	text-transform: capitalize;
}
select#gtranslate_selector {
	border: none;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	width: 105px;
}
.translateop button#dropdownMenuButton {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: transparent;
	user-select: none;
}
.translateop .dropdown {
	position: relative;
}
.translateop .dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
	text-align: center;
	transform: translate3d(0px, 38px, 0px);
	top: 0px;
	left: 0px;
}
/* .CatSection li {
display: inline-block;
margin: 5px 5px 10px 0px;
}
.RelatedContent .itemcontent.right .CatSection > div {
width: 40%;
align-self: flex-start;
}
.RelatedContent .itemcontent.right > div span {
display: block;
} */


.catList {
	margin-top: 60px;
}
.site-inner {
    margin-top: 60px !important;
}
.mobile-nav-toggler {
    position: relative;
    width: 40px;
    height: 35px;
    cursor: pointer;
    display: none;
}
.menu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #000000;
    opacity: .30;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/**
*  Media Query
* */

@media screen and (max-width: 1269px) { 
	.clasify .AllLates {
		width: 65%;
	}
	/* .content-sidebar-wrap .sidebar {
	max-width: 300px;
	width: 100%;
}
	.content-sidebar-wrap .content {
	max-width: 630px;
} */
	.LogoSection a:last-child img {
		padding-left: 20px;
	}
	.header-section .widget-area section {
		width: 33%;
	}
	.header-section .widget-area .menu li {
		padding: 0px 12px;
	}
	.site-inner {
		padding: 0 10px;
	}
	.topcat .search {
		width: 25%;
	}
	.catList {
		width: 100%;
	}
	.catList li {
		margin: 0 0 0 0;
	}
	.single-post .site-inner {
		padding: 0px 10px 50px;
	}
	.content-sidebar-wrap .sidebar {
		max-width: 300px;
	}
	.contentSide {
		max-width: 68%;
		width: 100%;
	}

	.topContent h3 {
		font-size: 45px;
	}
}

@media screen and (max-width: 1023px) {
	#nav_menu-2 {
		text-align: center;
	}
	.header-section .widget-area .menu li a{
		color: #2b2b36;
	}
	.topHeader,
	.Stickypost {
		margin-top: 50px;
	}
	.content-sidebar-wrap .content {
		max-width: 100%;
	}
	.topHeader .wrap div img, .Stickypost .item div img {
		min-height: 300px;
	}
	.header-section .wrap {
		display: none;
		max-width: 280px;
		width: 100%;
		position: fixed;
		top: 0;
		height: 100vh;
		background: #fff;
		box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
		transition: 1s ease-in-out;

	}
	body.hiddenX {
		overflow-x: hidden;
	}
	.header-section .widget-area .menu li {
		display: block;
		margin: 15px;
		border-bottom: 1px solid #ddd;
	}
	#mobi-menu {
		display: block;
		margin: 25px 15px 0;
		padding-left: 0;
		color: #6F7173;
	}
	.header-section .widget-area {
		flex-direction: column;
		padding: 10px 0 20px;
	}
	.header-section .widget-area img {
		max-width: 200px !important;
		margin: 0 auto;
		display: block;
	}
	.button {
		font-size: 12px;
	}
	.header-section .widget-area section {
		width: 100%;
	}
	.header-section .widget-area section:last-child {
		text-align: center;
	}
	.entry-title {
		font-size: 30px;
	}
	.topHeader .leftSide,
	.Stickypost .leftSide {
		padding-left: 15px;
	}
	.Stickypost .item p {
		font-size: 17px;
	}
	h2 {
		font-size: 25px;
	}
	.site-inner {
		padding: 0 10px;
	}
	.topsection {
		margin-top: 50px;
	}
	.headerRight {
		flex-direction: column;
	}
	/* 	.content-sidebar-wrap .sidebar {
	float: none;
	margin: 0 auto;
	display: block;
	clear: both;
} */
	/* 	.content-sidebar-wrap .content {
	display: flex;
	flex-direction: column;
} */

	.contentSide {
		max-width: 65%;
	}
	.single-post hr {
		width: 100%;
	}
	.catList li a {
		font-size: 14px;
		padding: 10px 16px 35px;
	}
	/* 	.single-post .content-sidebar-wrap {
	margin-top: 50px;
} */
	.topsection.single {
		margin-top: 70px;
	}
	.clasify .AllLates {
		width: 100%;
	}
	.header-section .widget-area section:first-child,
	#nav_menu-2 {
		width: 100%;
	}
	#nav_menu-2 {
		background: #F7F7FD;
	}
	.header-section .wrap {
		padding: 0;
		background: #F7F7FD;
	}
	.header-section .widget-area section:first-child {
		background: #fff;
	}
	.header-section .widget-area section:last-child {
		display: none;
	}
	.header-section .widget-area,
	section.header-section.whiteH.stickyh aside.widget-area {
		padding: 0;
	}
	section.afterHeader {
		top: 70px;
		border-top: 1px solid #eee;
		padding-top: 20px;
	}
}

@media screen and (max-width: 940px ) {
	.archiveItems {
		width: 100%;
	}
	.contentSide {
		max-width: 100%;
	}
	.catList li a {
		font-size: 14px;
		padding: 10px 10px 35px;
	}
	.topcat .search input:placeholder{
		font-size: 14px;
	}
	.mainContent {
		width: 100%;
	}
	.content-sidebar-wrap .sidebar {
		max-width: 300px;
		margin: 0 auto;
		float: unset;
		clear: both;
	}
	.SideBar {
		width: 100%;
		float: left;
		clear: both;
		margin: 0 auto;
	}
	input::placeholder {
		font-size: 14px;
	}
	#mobi-menu {
		margin: 15px 15px 0;
	}
	.topsection.single span.entry-title {
		font-size: 30px;
	}
	.RelatedContent .itemcontent.right .CatSection {
		flex-direction: column;
	}
	.CatSection p,
	.RelatedContent .itemcontent.right p {
		font-size: 14px;
	}
	.RelatedContent .itemcontent.right a.nohover {
		display: block;
	}
	.RelatedContent .itemcontent.right .CatSection {
		align-items: flex-start;
	}
	.HomeSection.archive .mainContent .blogPosts {
		width: 100%;
	}
	.FooterDiv .widget-area section {
		width: 40%;
	}
	.single-post .site-inner {
		margin-top: 60px !important;
	}
}


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

	.footer-widget-area {
		padding: 60px 0 40px;
	}

	.gf-inner {
		flex-direction: column;
	}

	.gf-inner-left {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-links {
		flex-direction: column;
	}

	body .footer-links li {
		padding-right: 0;
		margin-right: 0;
	}

	body .footer-links li::after {
		display: none;
	}

	.gf-inner-right {
		max-width: 100%;
	}

	.gf-inner-right h3 {
		text-align: center;
	}

	.bg-after-footer-widget-area {
		text-align: center;
		padding: 15px 15px;
		border-top: 1px solid #eee;
	}

	.cright {
		text-align: center;
		font-size: 10px;
	}

	.topHeader .wrap div, .Stickypost .item div {
		width: 100%;
	}
	.topHeader .wrap, .Stickypost .item {
		flex-direction: column;
	}
	.topHeader .leftSide, .Stickypost .leftSide {
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.topHeader .wrap .rightSIde, .rightSide {
		padding: 0 10px;
	}
	.blogPosts {
		padding: 10px 0;
	}
	.blogPosts .wrap {
		flex-direction: column;
	}
	.blogPosts .wrap .item {
		width: 100%;
	}
	FooterDiv .widget-area {
		flex-direction: column;
	}
	.FooterDiv .widget-area section:first-child {
		width: 100%;
	}
	.FooterDiv .widget-area section:last-child {
		width: 100%;
		margin-top: 30px;
	}

	.FooterDiv .widget-area .menu li a {
		font-size: 14px;
	}
	.site-footer p {
		font-size: 12px;
		padding: 16px;
	}
	.FooterDiv .widget-area {
		flex-direction: column;
	}
	.blogPosts .wrap > h2::after {
		width: 150px;
	}
	.archiveItems .item {
		flex-direction: column;
	}
	.archiveItems .item .rightSide,
	.archiveItems .item .leftSide {
		width: 100%;
	}
	.archiveItems .item:nth-child(2n) .leftSide {
		order: unset;
	}

	h3 {
		font-size: 22px;
	}
	.singleTop {
		height: 350px;
	}
	.singleTop .wrap {
		margin-top: 40px;
	}
	.RelatedContent .itemcontent.right,
	.RelatedContent .itemcontent.left {
		width: 100%;
	}
	.singleTop .wrap h1 {
		font-size: 30px;
	}
	.singleTop .wrap a {
		font-size: 14px;
	}
	/* 	.header-section.whiteH {
	top: 0;
} */
	.catList li {
		display: block;
		padding: 0;
		margin: 0 0 20px;
	}
	.topcat .search {
		width: 100%;
	}
	.catList .fa.fa-search {
		z-index: 9;
		position: relative;
	}
	.catList li a {
		font-size: 16px;
		padding: 10px 0px 15px;
	}
	.blogPosts .wrap .catLinks > h2::after {
		display: none;
	}
	.catLinks a {
		align-self: flex-end;
		margin-bottom: 20px;
	}
	.catLinks {
		flex-direction: column;
	}
	.blogPosts .wrap .catLinks > h2 {
		margin-bottom: 20px;
	}
	.HomeSection.archive .mainContent .blogPosts {
		width: 100%;
	}
	.topsection.single span.entry-title {
		font-size: 26px;
		line-height: 34px;
	}
	.topsection.single p {
		font-size: 14px;
	}
	.topsection.single {
		margin-top: 60px;
	}
	.topsection.single {
		padding: 40px 0;
	}
	.featurdContent h1 {
		font-size: 30px;}
	.contentSide.single p {
		font-size: 18px;
		line-height: 34px;
	}
	.authorBox {
		padding: 30px 20px 30px 20px;
	}
	.authorBox .leftImage {
		margin-right: 10px;
	}
	ul#menu-category-menu {
		text-align: left;
	}
	.topContent .itemcontent.left {
		width: 100%;
	}
	.AllLates .pitem h3,
	.topContent h3 {
		font-size: 35px;
	}
	.topContent .itemcontent.left {
		min-height: auto;
	}
	.topContent .itemcontent.left + .itemcontent.right {
		padding-top: 50px;
	}
	.topContent .itemcontent.right {
		width: 100%;
	}
	.AllLates .pitem {
		flex-direction: column;
	}
	.AllLates .pitem > div {
		width: 100%;
	}
	.pContent {
		font-size: 25px;
	}
	.RelatedContent .itemcontent.left {
		min-height: auto;
	}
	.CatSection {
		align-items: flex-start;
		flex-direction: column;
	}
	.RelatedContent .itemcontent.right a.nohover {
		display: inline-block;
	}
	.afterT {
		align-items: flex-start;
		flex-direction: column;
	}
	.afterT .cat {
		width: 100%;
		text-align: left;
	}
	.site-header .nav-primary {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 280px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    z-index: 9990;
    background: #F3F3E7;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.site-header .nav-primary.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
    .site-header .wrap {
        flex-direction: column;
        align-items: baseline;
    }
	.site-header .header-widget-area {
		display: none;
	}
	.menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px;
}
	.menu-icon span:first-of-type {
    top: 0;
}
	.menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--bar-bg, #000);
    border-radius: 1px;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
	.menu-icon span:last-of-type {
    bottom: 0;
}
	.menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type {
    width: 22px;
}
	.menu-icon.active span:first-of-type {
    transform: rotate(45deg);
    top: 5px;
}
	.menu-icon.active span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px;
}
	 .admin-bar .mobile-nav-toggler  {
		top: 70px;
	}
	
	    .mobile-nav-toggler {
        display: block;
        position: absolute;
        right: 14px;
        top: 20px;
    }
	.genesis-nav-menu {
    flex-direction: column;
}
.genesis-nav-menu a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 25px;
    padding: 10px 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}
	.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}
	.site-header .nav-primary .wrap {
    padding: 0;
}
	header.site-header.fixed {
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}

header.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 300ms ease;
}
	.mobilemenu .menu-backdrop {
    opacity: .50;
    visibility: visible;
}
}

@media screen and (max-width: 374px) { 
	.FooterDiv .widget-area .menu li a {
		font-size: 12px;
		padding: 5px;
	}
	.FooterDiv .widget-area section:last-child {
		margin-top: 10px;
	}
	.CatSection {
		flex-direction: column;
	}
	.CatSection p {
		margin-bottom: 0;
	}
	.RelatedContent h3 {
		margin-top: 15px;
	}
}