/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 95px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
:root {
	--font-family: Helvetica, sans-serif;
	--font-family-h: Times New Roman;
	--color-primary: #4DA0D4;
	--color-black: #000000;
	--h1: 30px;
	--h2: 24px;
	--h3: 20px;
	--h4: 18px;
	--h5: 17px;
	--h6: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-black);
	font-family: var(--font-family);
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
}

h1 {
	font-size: var(--h1);
	line-height: normal;
}
h2 {
	font-size: var(--h2);
	line-height: normal;
}
h3 {
	font-size: var(--h3);
	line-height: normal;
}
h4 {
	font-size: var(--h4);
	line-height: normal;
}
h5 {
	font-size: var(--h5);
	line-height: normal;
}
h6 {
	font-size: var(--h6);
	line-height: normal;
}

::-webkit-scrollbar {
  	width: 7px;
}
::-webkit-scrollbar-track {
  	background: #ffffff;
  	border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  	background: #dadada; 
  	border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  	background: #cccccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-h);
	margin-top: 25px;
    margin-bottom: 20px;
	clear: both;
}

p {
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 0 20px;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	min-height: 100vh;
	background: #F3F3F3;
}

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

ul,
ol {
	padding-left: 1.2rem;
    margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
	xborder-radius: 5px;
}

figure {
	margin: 1em 0;
}

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

.side-menu .social-media {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Links
--------------------------------------------- */
a,
a:hover,
a:focus,
a:active,
a:visited {
	color: var(--color-primary);
}

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

.pointer {
	cursor: pointer;
}

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

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

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

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

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

select {
	border: 1px solid #e6e6e6;
}

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .nav-middle .nav ul {
	position: absolute;
    top: 120%;
    margin-left: -30px;
    width: max-content !important;
    max-width: 200px;
    padding: 17px 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(8,0,42,0.08);
    box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    visibility: hidden;
    list-style: none;
    opacity: 0;
    z-index: 1;
}
.main-navigation .nav-middle .nav li:hover .dropdown {
    visibility: visible;
    opacity: 1;
    top: 102%;
}
.main-navigation .nav-middle .nav li .dropdown li >a {
    width: 100%;
    display: block;
    padding: 3px 30px;
    margin-right: 0 !important;
    text-transform: capitalize;
    position: relative;
}

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

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

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

.main-navigation li {
	xposition: relative;
	display: inline-block;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 30px;
  	height: 3px;
  	background-color: #333;
  	margin: 5px 0;
  	transition: 0.4s;
}

.active .bar1 {
  	transform: translate(0, 8px) rotate(-45deg);
}
.active .bar2 {opacity: 0;}
.active .bar3 {
  	transform: translate(0, -8px) rotate(45deg);
}

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

	.menu-toggle {
		xdisplay: none;
	}

	.main-navigation .nav-middle .nav {
		display: inline-block;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
}

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

.wp-caption .wp-caption-text {
	font-size: 13px;
    color: #6d717f;
    line-height: 18px;
    text-align: center;
    margin: 0.8075em 0;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*=== CUSTOM ===*/

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: var(--color-primary);
}

::selection {
  color: #ffffff;
  background: var(--color-primary);
}

.w-100 {
	width: 100%;
}
.wrapper {
    width: 100%;
}
.content {
    width: 100%;
    min-height: 100vh;
    padding-top: 220px;
    padding-bottom: 0;
    transition: all 0.3s;
}
.container, .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
    max-width: 1600px !important;
    padding-right: 4rem;
    padding-left: 4rem;
    margin-right: auto;
    margin-left: auto;
}

/* Ads */
.c-ads {
	text-align: center;
}
.c-ads img {
	width: 100%;
}
/* Ads End */

/* Logo */
.c-logo {
	text-align: center;
	margin-bottom: 10px;
}
.c-logo img {
	width: 250px;
	-o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}
.nav-scroll .c-logo img {
	width: 130px;
}
/* Logo End */

/* Menu */
.main-navigation {
	position: fixed;
    xwidth: inherit;
    top: 0;
    padding-top: 30px;
    background-color: #F3F3F3;
    z-index: 99;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}
.main-navigation.nav-scroll {
	padding-top: 10px;
    padding-bottom: 20px;
	border-bottom: 1px solid rgb(214, 214, 214);
}
.main-navigation.nav-scroll a {
	padding-bottom: 0;
}
.main-navigation>.container {
	position: relative;
}
.main-navigation .nav-collapse {
	position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    xborder-bottom: 1px solid #E6E6E6;
}
.main-navigation .nav-middle {
	position: relative;
	width: 100%;
	padding: 0 60px;
}
.xmain-navigation .nav-middle:after {
	content: "";
    position: absolute;
    width: 100px;
    height: 50px;
    z-index: 999;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right, rgb(255 255 255 / 31%) 50%, #fff 100%);
}
.main-navigation .nav-left {
    xwidth: 30%;
	position: absolute;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    -ms-flex-align: center!important;
    align-items: center!important;
    z-index: 9;
}
.nav-left .seach-icon i {
	font-size: 22px;
	margin-top: 2px;
}
.main-navigation .nav-right {
    xwidth: 30%;
	position: absolute;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    -ms-flex-align: center!important;
    align-items: center!important;
    z-index: 99;
}
.main-navigation .nav-right span {
	display: inherit;
	margin-right: 20px;
}
.main-navigation .nav-right .c-btn {
	margin-right: 0;
}
.main-navigation .nav-middle .nav>li.active>a, .main-navigation .nav-middle .nav>li.current-menu-parent>a, .main-navigation .nav-middle .nav>li .dropdown li.active a {
	position: relative;
	font-weight: 500;
	color: var(--color-primary) !important;
}
.xmain-navigation .nav-middle .nav>li>a:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: var(--color-primary);
    transition: width .5s ease;
    z-index: 1;
}
.xmain-navigation .nav-middle .nav>li>a:hover:after {
	width: 100%;
}
.main-navigation .nav-middle .nav li a:hover, footer .c-menu ul li a:hover, .post-meta span a:hover>span {
	color: var(--color-primary) !important;
}
.main-navigation .nav-middle .nav li a:hover svg path, .main-navigation .nav-middle .nav li.active a svg path, .main-navigation .nav-middle .nav>li.current-menu-parent>a svg path {
	fill: var(--color-primary) !important;
}
.xmain-navigation .nav-middle .nav>li.active a:after, .xmain-navigation .nav-middle .nav>li.current-menu-parent>a:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
}
.main-navigation a {
	font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 16px 0;
    margin-right: 30px;
}
.main-navigation a svg {
	float: right;
    width: 10px;
    margin-top: 9px;
    margin-left: 5px;
}

/* Side Menu */
.side-menu {
	position: fixed;
    inset: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    background-color: #282828;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.menu-active .side-menu {
	visibility: visible;
	opacity: 1;
}
.side-menu .content-menu {
	height: auto;
    max-height: 100vh;
    padding-top: 190px;
	overflow-y: auto !important;
    overflow: hidden;
}
.side-menu .content-menu ul {
	list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.side-menu .content-menu ul li a {
	font-size: 30px;
    font-weight: 500;
    font-family: var(--font-family-h);
    color: #ffffff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.side-menu .content-menu ul li a:hover {
	color: var(--color-primary);
}
.side-menu .content-menu .sm-menu {
	padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid rgb(214, 214, 214);
    border-bottom: 1px solid rgb(214, 214, 214);
}
.side-menu .content-menu .sm-menu ul li {
	margin-bottom: 5px;
}
.side-menu .content-menu .sm-menu ul li:last-child {
	margin-bottom: 0px;
}
.side-menu .content-menu .sm-menu ul li a {
	font-family: var(--font-family);
	font-size: 17px;
}
.side-menu .content-menu .social-media {
	padding: 40px 0;
    text-align: center;
}
.side-menu .content-menu .social-media a {
	font-size: 20px;
    color: #ffffff;
    margin: 0 15px;
}
.menu-active .main-navigation .c-logo img {
	width: 130px;
}
.menu-active .main-navigation {
    padding-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.menu-active .main-navigation.nav-scroll {
	padding-bottom: 20px;
}
.menu-active .main-navigation .c-logo {
	margin-bottom: -5px;
}
.menu-active .main-navigation.nav-scroll .c-logo {
	margin-bottom: 10px;
}
/* Side Menu End */

.nav-middle .navwrap::-webkit-scrollbar {
    height: 3px !important;
}
.nav-middle .navwrap::-webkit-scrollbar-thumb {
    background: #dadada !important;
}
.nav-middle .navwrap::-webkit-scrollbar-track {
    background: transparent !important;
    border-radius: 2px !important;
}
.nav-middle ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-middle .navwrap {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  /* -webkit-overflow-scrolling: touch; seems to confine overflow in error  */
  xpadding-bottom: 14px;
}
.nav-middle .nav {
  display: table; /*white-space fix*/
  width: 100%;
  xword-spacing: -9em; /*white-space fix*/
  text-align: center;
}
.nav-middle .nav li {
  display: inline-block;
  text-align: left;
  word-spacing: normal; /*white-space fix*/
}
.nav-middle .nav li > a {
  position: relative;
  text-transform: uppercase;
  -o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.nav-middle .nav li:hover,
.nav-middle .nav > li > a:hover,
.nav-middle .nav li:focus,
.nav-middle .nav > li > a:focus {
  z-index: 105;
}
.nav-middle .nav li li {
  display: block;
  white-space: normal;
}

/* allow touch to play but probably won't work with this scrolling version*/
.nav-middle .nav .touch-only {
  display: none;
  left: -10px;
}
.touch-device .nav .touch-only {
  display: inline-block;
}
.touch-device .nav .touch-only a {
  background: var(--color-black);
  color: #ffffff;
}

/* remove hover when scrolling  */
.isScrolling .nav ul.dropdown {
  left: -999em;
  opacity: 0;
}

/* Menu End */

/* Button */
body .c-btn {
	display: inline-block;
	font-size: 16px;
    padding: 3px 23px;
    color: #ffffff;
    background-color: var(--color-black);
}
/* Button End

/* Title */
.title h1, .sec-title {
	font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
}
.sec-title {
	margin-bottom: 30px;
}
.title h1 {
	margin: 30px 0;
    text-align: center;
}
.content-page .title h1 {
	margin-bottom: 25px;
}
.title h1 span {
	font-weight: 400;
}
/* Title End */

/* Alert */
.c-alert {
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    border-radius: 5px;
    padding: 13px 20px;
    margin-bottom: 30px;
}
/* Alert End */

/* Subscribe */
.c-subscribe {
	width: fit-content;
    border: 1px solid var(--color-black);
    margin: 40px auto 80px !important;
    padding: 10px 50px;
    border-radius: 5px;
}
.c-subscribe>span {
	font-size: 30px;
    font-weight: 500;
    font-family: var(--font-family-h);
    margin-right: 30px;
}
.c-subscribe>.c-btn {
	font-size: 30px;
    padding: 0px 35px;
}
/* Subscribe End */

/* Column */
.c-row {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.c-col {
	flex: 0 0 auto;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}
/* Column End */

/* Layout */
@media only screen and (min-width: 992px) {

	.layout-2-1 .c-row {
		width: 100% !important;
		margin: 0 !important;
	}
	.layout-2-1 .c-col {
		padding: 0 !important;
	}
	.layout-2-1 .c-col:first-child, .layout-2-1 .c-col:nth-child(3) {
		width: 40%;
	}
	.layout-2-1 .c-col:nth-child(3) {
		margin-top: 40px;
		position: absolute;
	}
	.layout-2-1 .c-col:nth-child(2) {
		width: 60%;
		top: 0 !important;
		left: auto !important;
    	right: 0 !important;
    	padding-left: 60px !important;
	}
	.layout-2-1 .c-col:nth-child(2) img {
		xheight: 860px;
	    object-fit: cover;
	}
	.layout-2-1 .c-col:nth-child(2) article {
		position: relative;
    	height: 100%;
	}
	.layout-2-1 .c-col:nth-child(2) article .post-title {
		font-size: 30px;
		line-height: 33px;
	}

	.layout-2-4 {
		xmargin-top: -40px !important;
	}
	.layout-2-4 .c-col {
		width: 25%;
	}
	.layout-2-4 .c-col:first-child, .layout-2-4 .c-col:nth-child(2) {
		width: 50%;
	}
	.layout-2-4 .c-col:first-child .post-title, .layout-2-4 .c-col:nth-child(2) .post-title {
		font-size: 30px;
    	line-height: 33px;
	}

	.layout-1-3 .c-col {
		width: 33.3333%;
	}
	.layout-1-3 .c-col:first-child {
		width: 100%;
		text-align: center;
	}
	.layout-1-3 .c-col:first-child .post-meta {
		-ms-flex-pack: center!important;
    	justify-content: center!important;
	}
	.layout-1-3 .c-col:first-child article .post-title:after, .layout-1-3 .c-col:first-child article .post-category {
		display: none;
	}
	.layout-1-3 .c-col:first-child article figure img {
		width: 100%;
	}
	.layout-1-3 .c-col:first-child article .post-title {
		font-size: 35px;
    	line-height: 41px;
    	margin-top: 25px;
		margin-bottom: 0px;
	}

}
/* Layout End */

/* Section */
section {
	margin: 50px 0;
}
/* Section End */

/* Ads Bottom */
.c-ads.ad-bottom {
	padding: 20px 0;
}
/* Ads Bottom End */

/* Special Content */
.special-content {
	position: relative;
	padding: 50px 0;
    background-color: var(--color-primary);
}
.special-content .c-title {
	position: absolute;
    top: 0;
    width: fit-content;
    font-size: 60px;
    font-weight: 500;
    padding: 40px 40px 40px 0;
    color: #fff;
    background-color: var(--color-primary);
}
.special-content .c-subtitle, .special-content .c-subtitle a {
	font-size: 35px;
	line-height: 41px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.special-content .post-excerpt p, .special-content .post-meta span {color: #fff;}
/* Special Content End */

/* Trending Stories */
.trending-stories .c-title-sec {
	font-size: 35px;
    font-weight: 500;
    text-align: center;
    border-top: 2px solid #513625;
    border-bottom: 2px solid #513625;
    padding: 20px 0;
    margin-bottom: 60px;
}
/* Trending Stories End */

/* Article */
article .post-content {
	margin-top: -13px;
}
article .post-category a {
	font-size: 11px;
    font-weight: 600;
    color: var(--color-black);
    text-transform: uppercase;
}
article .post-title {
	position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 2px 0 20px;
}
article .post-title:after, .single-title .post-title:after {
	content: '';
	position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background: var(--color-primary);
}
.post-title a {
	color: var(--color-black);
}
article .post-excerpt {
	margin-bottom: 6px;
}
article .post-excerpt p {
	color: #22242a;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 0px;
	-webkit-line-clamp: 3;
    line-clamp: 3;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
}
.post-meta {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.post-meta span {
	font-size: 11px;
    text-transform: uppercase;
}
.post-meta span a {
	margin-left: 3px;
}
.post-meta span.dot {
    font-size: 23px;
    line-height: 0;
    margin-top: -13px;
    margin-left: 6px;
    margin-right: 6px;
}
/* Article End */

/* Archive */
body.archive .c-col {
	width: 25%;
}
.c-archive .c-row>.c-col:first-child, .c-archive .c-row>.c-col:nth-child(2) {
	width: 50% !important;
}
body.archive .title h1, body.search .title h1 {
	padding: 20px 0 25px;
    margin-top: 0;
    border-top: 2px solid rgb(217 217 217);
    border-bottom: 2px solid rgb(217 217 217);
}
/* Archive End */

/* Search */
body .c-search .title h1 {
	font-size: 40px;
    text-transform: uppercase;
	padding: 50px 0 0;
    margin-top: 0;
    border-top: 2px solid rgb(217 217 217);
}
body .c-search .title form {
	position: relative;
	display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    max-width: 724px;
    margin: 0 auto 60px;
}
body .c-search .title .seach-icon {
	position: absolute;
    margin-left: 20px;
}
body .c-search .title button {
	position: absolute;
    min-width: 10rem;
    right: 0;
    height: 100%;
    border: 0;
    border-radius: 0;
    padding: 0px 1rem;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: rgb(0, 0, 0);
}
body .c-search .title form input[type="text"] {
	width: 100%;
    min-height: 48px;
    padding: 0.5rem 11.75rem 0.5rem 3.125rem;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}
/* Search End */

/* Single Post */
.single-title {
	position: absolute;
    width: 700px;
    bottom: -40px;
    padding: 20px 25px 0;
    margin-left: -25px;
    background-color: #F3F3F3;
}
.single-post h1.post-title {
	position: relative;
	font-size: 45px;
    margin: 3px 0 25px;
}
.single-title .post-category a {
	font-size: 11px;
    font-weight: 600;
    color: var(--color-black);
    text-transform: uppercase;
}
.single-post .c-post-excerpt {
	position: relative;
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 8px;
}
.single-content {
	margin-top: 25px;
}
.single-post .col-left {
	width: 70%;
}
.single-post .col-right {
	width: 30%;
}
.single-post .c-sidebar {
	top: 190px !important;
    position: sticky;
}
.single-post .desc {
	padding-left: 20px;
	padding-right: 30px;
}
.single-post .desc>p:first-child {
	margin-top: -9px;
}
.single-post figure.post-image {
	margin: 0px 0 25px;
}
.single-post figure.post-image img {
	width: 100%;
}
.single-post .post-nav-links {
	color: var(--color-black);
    font-weight: 600;
    margin-top: 40px;
}
.single-post .post-nav-links .post-page-numbers {
	font-weight: 500;
	padding: 5px 5px;
    border-radius: 5px;
}
.single-post .post-page-numbers.current {
	padding: 5px 10px;
    margin: 0 5px;
    color: #fff;
    background-color: #4CA0D4;
}
.single-post .wp-block-image .aligncenter {
	text-align: center;
}
.single-post .wp-block-image figure {
	margin-top: 30px;
}
.single-post .wp-block-image figcaption {
	font-size: 13px;
    color: #686868;
}
.single-post figure.post-image figcaption {
	font-size: 13px;
    color: #6d717f;
    text-align: center;
    line-height: 18px;
    margin: 0.2075em 0 2.4em;
}
.single-post blockquote {
    padding: 10px 0 10px 20px;
    border-left: 5px solid var(--color-primary);
}
.single-post blockquote p {
    display: block;
    font-weight: 700;
	margin: 0 0 10px 0 !important;
}
.single-post blockquote p:last-child {
	margin: 0 0 0px 0 !important;
}
.single-post blockquote p a {
	color: var(--color-primary);
}
.single-post .content-single ol>li::marker {
    font-weight: bold;
}
.single-post .content-single ol>li {
    margin-bottom: 20px;
}
.single-post .tag .btn-tag {
	padding: 4px 15px;
    color: #333;
    border: 1px solid #333;
    margin-right: 10px;
}
/* Single Post End */

/* Social Share */
.social-share {
	position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 13px;
    background-color: #4CA0D4;
}
.social-share>a {
	display: block;
	width: fit-content;
	margin: 13px 0;
}
.social-share>a i {
	color: var(--color-black);
	font-size: 22px;
}
/* Social Share End */

/* Related Post */
.related-post {
	position: relative;
}
.related-post .c-col {
	width: 25%;
}
.related-post .sec-title {
	font-family: var(--font-family-h);
    font-size: 35px;
    line-height: 41px;
    margin-top: 25px;
}
.related-post.layout-2-1 .c-col:nth-child(2) {
	padding-left: 40px !important;
}
.related-post.layout-2-1 .c-col:nth-child(2) article {
	padding-left: 40px;
    border-left: 2px solid var(--color-black);
}
/* Related Post End */

/* Single calendar */
.single-calendar .single-title {
    position: relative;
    xwidth: 700px;
    bottom: 0;
    padding: 20px 25px 0;
    margin-left: -25px;
    background-color: transparent;
}
.single-calendar .c-sidebar, .single-calendar .c-post-excerpt, .single-calendar .post-meta {
	display: none;
}
 
/* end single calendar */

/* 404 */
.c-404 {
	text-align: center;
}
.c-404 h2 {
	font-size: 18px;
    margin: -5px 0 -10px !important;
}
.c-404 p {
	font-size: 15px;
    margin-bottom: 15px;
}
/* 404 End */

/* Comments Area */
.comments-area label[for="comment"], .comments-area label[for="author"], .comments-area label[for="email"] {
	display: none !important;
}
.comments-area .comment-respond textarea {
  width: 100% !important;
}
.comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"] {
   width: 100% !important;
   display: block;
}
.comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond textarea {
  margin-bottom: 0 !important;
}
.comments-area .comment-respond input[type="submit"] {
  font-size: 15px;
  color: #fff !important;
  box-shadow: 1px 2px 7px -5px rgb(0 0 0 / 80%) !important;
}
.comments-area .comment-respond,
.comments-area .entry-pings,
.comments-area .entry-comments {
    color: #444;
    overflow: hidden;
}
.comments-area .entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comments-area .comment-respond h3,
.comments-area .entry-pings h3{
    margin-bottom: 10px;
}
.comments-area .comment-respond h3.comment-reply-title {
	color: #161f38;
	font-weight: 700 !important;
  	margin-top: 30px;
}
.comments-area .comment-respond h3.comment-reply-title small a {
  	padding-left: 10px;
  	text-decoration: underline;
  	font-size: 15px;
}
.comments-area {
  	margin-top: 50px;
}
.comments-area.no-comment {
  	margin-top: 42px;
}
.comments-area .comment-respond {
    border-left: none !important;
}
.comments-area .comment-respond p.form-submit {
  xmargin-bottom: 0 !important;
}
.comments-area .comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comments-area .comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comments-area .comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
.comments-area h2.comments-title {
	color: #161f38;
	font-weight: 700 !important;
  	margin-bottom: 20px;
}
.comments-area a {
	text-decoration: none !important;
}
.comments-area ul {
  	list-style-type: none;
  	padding: 0;
}
.comments-area li.comment {
    border-right: none;
}
.comments-area .comment-content {
    clear: both;
    overflow: hidden;
}
.comments-area .comment-content p {
	margin: 0 0 20px;
}
.comments-area .comment-list li {
    padding: 20px 0px;
    border-top: 1px solid #e6e6e6;
}
.comments-area .comment-list .children {
    margin-left: 35px;
}
.comments-area .comment-list .children {
    margin-top: 20px;
    margin-bottom: -20px;
}
.single-post .comments-area li .comment-author img {
    width: 32px !important;
    height: 32px !important;
    object-fit: cover !important;
    margin-right: 6px;
    border-radius: 100%;
    vertical-align: middle;
}
.single-post .comments-area li .comment-metadata a {
  color: #9c9c9c !important;
  font-size: 14px;
}
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="url"] {
    width: 50%;
}
.comments-area .comment-respond label {
    margin-right: 10px;
    margin-bottom: 10px;
}
.single-post .content .comments-area .comment-form-comment {
	margin-bottom: -4px !important;
}
.single-post .content .comments-area .comment-notes {
	margin-top: 0;
}
.single-post .content .comments-area .comment-form-cookies-consent input {
	width: auto !important;
    height: auto !important;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
}
.comments-area .entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.comments-area .entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.comments-area .entry-pings .reply {
    display: none;
}
.comments-area .bypostauthor {
}
.comments-area .form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
body.single-post .comments-area li a.comment-reply-link, body.single-post .comments-area li a.comment-reply-link:focus{
    cursor: pointer;
    background-color: var(--color-primary);
    border: none;
    border-radius: 3px;
    color: #ffffff !important;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 13px;
    width: auto;
}
.comments-area .comment-reply-link:hover{
    color: #fff;
}
.comments-area label[for="wp-comment-cookies-consent"] {
  display: inline !important;
}
.comments-area footer.comment-meta {
	background: transparent !important;
    padding: 0 !important;
}
.comments-area footer.comment-meta .comment-awaiting-moderation {
	padding: 1px 5px;
    border-radius: 3px;
    background-color: #ff6b57;
    color: #ffffff;
}
.single-post .comments-area li .comment-meta .comment-author a {
	color: #444444 !important;
}
.single-post .comments-area li .comment-metadata {
	margin-bottom: 5px;
}
.comments-area .comment-form-author, .comments-area .comment-form-email {
	width: 49%;
    display: inline-block;
    margin-bottom: 0 !important;
}
.comments-area .comment-form-email {
	float: right;
}
.comments-area .comment-form-cookies-consent {
	clear: both;
}
/* Comments Area End 

/* COE */
.coe {
	margin-top: 50px;
}
.coe .c-content {
	position: relative;
	padding: 30px 50px 40px;
	color: #ffffff;
    background-color: #282828;
}
.c-btn.btn-see-more {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 30px;
}
.coe .c-col {
	width: 33.3333%;
	padding-left: 60px;
}
.coe .c-content .c-title.xl {
	font-size: 35px;
	margin-bottom: 40px;
}
.coe .c-col .c-title {
	font-size: 22px;
    margin: 0;
}
.coe .c-col p {
	font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 10px 0 20px;
}
/* COE End */

/* Footer */
footer {
	padding: 60px 0;
    margin-top: 100px;
    color: #fff;
    background: #000;
}
footer .c-col:first-child {
	xwidth: 60% !important;
	width: 80% !important;
}
footer .c-col {
	width: 20% !important;
}
footer .logo img {
	width: 130px;
}
footer .social-media {
	margin-top: 20px;
}
footer .social-media a {
	margin-right: 25px;
}
footer .social-media a i {
	color: #fff;
    font-size: 22px;
}
footer .c-menu .c-title {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
}
footer .c-menu ul {
	list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
footer .c-menu ul li a, footer .copyright>div a {
	color: #fff;
}
footer .copyright>div, footer .copyright {
	padding-top: 40px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-top: 2px solid rgb(51, 51, 51);
}
footer .copyright>div span>a {
	font-size: 12px;
    text-transform: uppercase;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}
footer .copyright>div span>a:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
footer .c-btn-outline {
	color: rgb(151, 151, 151) !important;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 8px;
    margin-left: 15px;
    border: 1px solid rgb(151, 151, 151) !important;
}
footer .copyright p {
	font-size: 13px;
    color: rgb(151, 151, 151);
    margin: 0;
}
footer .copyright p a {
	color: rgb(151, 151, 151);
}
/* Footer End 


/* === RESPONSIVE === */
@media only screen and (min-width: 992px) {

	.c-subscribe>span br {
		display: none !important;
	}

}

@media only screen and (max-width: 991px) {
.special-content .c-title {
    font-size: 30px;
}
	.special-content .c-subtitle, .special-content .c-subtitle a {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}
	.social-share {
		display: block !important;
		    position: absolute;
    top: 124px;
    transform: translateY(0%);
	}
	
	.c-col, .coe .c-col, footer .c-col, footer .c-col:first-child {
		width: 100% !important;
	}
	.c-col article figure img {
		width: 100%;
    	height: auto !important;
	}
	.coe .c-col {
		padding: 0 !important;
	}
	.container, .elementor-section.elementor-section-boxed > .elementor-container {
		padding-right: 23px;
    	padding-left: 23px;
	}
	.menu-active .main-navigation .c-logo {
	    margin-bottom: 10px;
	}
	.c-logo img {
		width: 120px !important;
	}
	.c-logo a {
		padding: 0;
    	margin-right: 0;
	}
	.menu-active .main-navigation {
		padding-top: 30px;
    	padding-bottom: 0;
	}
	.main-navigation.nav-scroll {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.nav-middle .nav li > a {
		padding-bottom: 16px;
	}
	.main-navigation .seach-icon a {
		padding-bottom: 16px;
	}
	body .content {
		padding-top: 146px;
	    padding-bottom: 0;
	    transition: all 0.3s;
	}
	.single-title {
		position: relative;
    	width: 100%;
    	bottom: 0;
    	padding: 25px 0 0;
    	margin-left: 0;
	}
	.single-post h1.post-title {
		font-size: 35px;
	}
	.single-post .desc {
	    padding-left: 0;
	    padding-right: 0;
	}
	.single-post .wp-block-image figcaption {
		margin-bottom: 0.5em;
	}
	.single-post .c-post-excerpt {
		margin-top: -5px;
	}
	footer .copyright>div a.c-btn-outline {
		display: block;
    	margin: 30px 0;
	}
}

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

	::-webkit-scrollbar {
	  	width: 0px;
	}
	::-webkit-scrollbar-thumb {
	    background: transparent !important;
	}
	::-webkit-scrollbar-track {
	    background: transparent !important;
	}
	.nav-middle .navwrap::-webkit-scrollbar {
	    height: 0px !important;
	}
	
	.bar1, .bar2, .bar3 {
		width: 23px;
    	height: 2px;
	}
	.active .bar1, .active .bar2, .active .bar3 {
		width: 20px;
	}
	.active .bar1 {
		transform: translate(0, 6px) rotate(-45deg);
	}
	.main-navigation .nav-left {
		top: -28px;
	}
	.main-navigation .seach-icon a {
	    padding: 0;
	    padding-bottom: 0;
	}
	.main-navigation .nav-middle {
		padding: 0;
	}
	.main-navigation .nav-middle:after {
		content: "";
	    position: absolute;
	    width: 20px;
	    height: 37px;
	    z-index: 999;
	    top: 0;
	    right: 0;
	    background-image: linear-gradient(to right,rgb(243 243 243 / 31%) 50%,#f3f3f3 100%);
	}
	.nav-middle .nav li > a {
		font-size: 11px;
    	margin-right: 18px;
	}
	.nav-left .seach-icon i {
		font-size: 16px;
	}
	.main-navigation .nav-right {
		top: -30px;
	}
	.menu-active .main-navigation.nav-scroll {
	    padding-bottom: 0px;
	}
	.main-navigation a {
		margin-right: 25px;
	}
	.main-navigation .c-logo, .menu-active .main-navigation .c-logo {
		margin-bottom: 0 !important;
	}
	.main-navigation .c-logo a {
		margin-right: 0 !important;
	}
	.c-logo img {
		width: 120px !important;
	}

	.side-menu .content-menu {
		padding-top: 150px;
	}
	.side-menu .content-menu ul li a {
		font-size: 25px;
	}
	.side-menu .content-menu .social-media a, .side-menu .content-menu .sm-menu ul li a {
		font-size: 16px;
	}

	body .content {
		padding-top: 124px;
	}

	section {
	    margin: 25px 0;
	}

	.c-subscribe {
		width: 100%;
	    margin: -10px auto 50px !important;
	    padding: 20px 20px;
	    text-align: center;
	}
	.c-subscribe>span {
		max-width: 100%;
	    margin: auto;
	    display: block;
	    font-size: 25px;
	    line-height: normal;
	    margin-bottom: 15px;
	}
	.c-subscribe>.c-btn {
	    font-size: 16px;
	    padding: 3px 35px;
	}
	.special-content .c-title {
		position: relative;
	    width: 100%;
	    font-size: 30px;
	    padding: 0;
	    margin: -5px 0 30px;
	    text-align: center;
	}
	.special-content .c-title br {
		display: none;
	}
	.special-content .container>div {
		display: flex;
    	flex-direction: column-reverse;
	}
	.special-content .c-subtitle {
		font-size: 20px;
    	line-height: 25px;
	}
	.trending-stories .c-title-sec {
		font-size: 30px;
	    font-weight: 500;
	    text-align: center;
	    border-top: 1px solid #513625;
	    border-bottom: 1px solid #513625;
	    padding: 15px 0;
    	margin-bottom: 25px;
	}
	.coe {
	    margin-top: 25px;
	}
	.coe .c-content {
		padding: 3px 25px 70px;
	}
	.coe .c-col {
	    padding: 0 25px !important;
	    margin-bottom: 0px !important;
	}
	.coe .c-content .c-title.xl {
	    font-size: 30px;
	    margin-bottom: 20px;
	}
	.c-btn.btn-see-more {
		width: 100%;
	    font-size: 15px;
	    padding: 8px 20px;
	    text-align: center;
	}

	.c-archive .c-row>.c-col:first-child, .c-archive .c-row>.c-col:nth-child(2) {
	    width: 100% !important;
	}
	body .c-search .title h1 {
		font-size: 25px;
	    text-transform: uppercase;
	    padding: 30px 0 0;
	    margin-top: 0;
	    border-top: 1px solid rgb(217 217 217);
	}
	body .c-search .title form {
		margin: 0 auto 30px;
	}
	body .c-search .title button {
		min-width: 7rem;
	}
	body .c-search .title form input[type="text"] {
		padding: 0.5rem 7.95rem 0.5rem 3.125rem;
		border: 1px solid rgb(214, 214, 214);
	}
	body.archive .title h1, body.search .title h1 {
		padding: 15px 0 20px;
	    border-top: 1px solid rgb(217 217 217);
	    border-bottom: 1px solid rgb(217 217 217);
	}

	.single-post .col-right {
		margin-bottom: 0;
	}
	.single-post h1.post-title {
	    font-size: 30px;
	}

	footer {
		padding: 60px 0 40px;
	    margin-top: 60px;
	    text-align: center;
	}
	footer .logo img {
	    width: 100px;
	}
	footer .social-media a:last-child {
		margin-right: 0 !important;
	}
	footer .social-media a i {
	    font-size: 16px;
	}

}