/*!
Theme Name: Genesis
Theme URI: https://genesis.gifts/
Author: Genesis
Author URI: https://genesis.gifts/
Description: Simple Customization theme for regular
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: genesis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Yora is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* 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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#menu-desktop-horizontal-menu[tabindex="-1"]:focus {
	outline: 0;
}

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/******* custom css style ***********/



@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

body, html {
	font-size: 16px;
	color: #222;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin:0px;
	padding:0px;
}
a {
	color: #3c6795;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	color: #000;
}
a:visited {
    color: #000;
}

a, button, input, select, div, h1, h2, h3, h4, h5, h6 {
	outline: none;
}
p {
	margin-bottom: 15px;
}

h1 {
	font-size: 40px;
	color: #555E70;
	margin: 0 0 10px;
	line-height: normal;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	color: #555E70;
	margin: 0 0 10px;
	line-height: normal;
	font-weight: 700;
}
h3 {
	font-size: 28px;
	color: #555E70;
	margin: 0 0 10px;
	font-weight: 600;
	line-height: normal;
}
h4 {
	font-size: 24px;
	color: #555E70;
	margin: 0 0 10px;
	font-weight: 600;
	line-height: normal;
}
h5 {
	font-size: 20px;
	color: #555E70;
	margin: 0 0 10px;
	font-weight: 600;
	line-height: normal;
}
h6 {
	font-size: 18px;
	color: #555E70;
	margin: 0 0 10px;
	font-weight: 600;
	line-height: normal;
}

.display-5 {font-size: 2.5rem;font-weight: 300;line-height: 1.2;}
.post, .page {margin: 0px;}

.wpb_content_element{margin-bottom: 25px;}


.top-bar-info {padding: 15px 10px; background: #f7e4c4; border-radius: 0 0 10px 10px;}
.top-bar-info .info-contact {margin: 0px; padding: 0px;}
.top-bar-info .info-contact li {margin: 0 20px 0 0px; padding: 0px; list-style: none; display: inline-block;}
.top-bar-info .info-contact li i {}
.top-bar-info .info-contact li a {color: #000; text-decoration: none;}
.top-bar-info .info-social {margin: 0px; padding: 0px; text-align: right;}
.top-bar-info .info-social li {margin: 0 0 0 10px; padding: 0px; list-style: none; display: inline-block;}
.top-bar-info .info-social li a {color: #000;text-decoration: none;}
.top-bar-info .info-social li i {}

.top-bar-info .additional_box {text-align: right;padding-right: 0;}
.top-bar-info .additional_box .addition_btn {background: #3c6795; color: #fff; padding: 3px 10px 7px; border-radius: 5px; margin: 0 0px 0 5px; text-decoration: none;transition: all .75s ease;}
.top-bar-info .additional_box .addition_btn:hover {background: #ffab17;}



header#masthead {
  padding: 25px 20px 5px 20px;
 /*position:fixed;
  width: 58%;
  line-height: normal;
  height: 115px;
  background: #ddd;
  color: #fff;
  z-index: 3;
  transition: all 0.4s ease;*/
}


header#masthead .site-branding {display: inline-block;    margin: 0 40px 0 0px;}
header#masthead .site-branding img {}
header#masthead .site-branding p.site-title {display: none;}
header#masthead .main-navigation {display: inline-block; width: auto;}
header#masthead .main-navigation .menu-main-menu-container {}
header#masthead .main-navigation #menu-desktop-horizontal-menu {}

/*
header#masthead.sticky-nav {height: 60px;background: #efc47D;  top: 0;}
header#masthead.sticky-nav .site-branding img {height: 50px; width: auto;}
header#masthead.sticky-nav .main-navigation #primary-menu { margin: 0;}
*/

/*main#primary .entry-header {display: none;}*/


/******* slide main navigation css ***********/

.bs-canvas-overlay {
   		opacity: 0;
		z-index: -1;
	}
	
	.bs-canvas-overlay.show {
   		opacity: 0.85;
		z-index: 1100;
	}
	
	.bs-canvas-overlay, .bs-canvas {
		transition: all .4s ease-out;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
	}
	
	.bs-canvas {
		/*top: 0;*/
		z-index: 1110;
		overflow-x: hidden;
		overflow-y: auto;
		width: 330px;		
	}
	
	.bs-canvas-left {
	    top: 0;
	    left: 0;
	    width: 400px;
	    border-left: 1px solid rgba(0,0,0,.2);
	    transform: translateX(-100%);
	    visibility: hidden;
	}
	.site-header .pull-bs-canvas-left:hover {color: #000;}
	.bs-canvas-top {
	top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%);
    visibility: hidden;
	}
	.bs-canvas-bottom {
		right: 0;
		bottom: 0	;
	    left: 0;
	    height: 30vh;
	    max-height: 100%;
	    border-top: 1px solid rgba(0,0,0,.2);
	    transform: translateY(100%);
	    visibility: hidden;

	}
	.bs-canvas-top.top-show, .bs-canvas-left.left-show, .bs-canvas-right.right-show, .bs-canvas-bottom.bottom-show {
		transform: none; visibility:  visible;
	}

	.bs-canvas-right {
		top: 0;
	    right: 0;
	    width: 400px;
	    border-left: 1px solid rgba(0,0,0,.2);
	    transform: translateX(100%);
	    visibility: hidden;
	}

.bs-canvas .bs-canvas-header {background-color: #28a745;}
.bs-canvas .bs-canvas-header h4 {}
.bs-canvas .bs-canvas-header .bs-canvas-close {}
.bs-canvas .bs-canvas-header .bs-canvas-close span {}


.bs-canvas .bs-canvas-content {padding: 25px 30px !important;}
.bs-canvas .bs-canvas-content #mobile-menu-nav {margin: 0px;  padding: 0px;display: block;}
.bs-canvas .bs-canvas-content #mobile-menu-nav li {position: relative;}
.bs-canvas .bs-canvas-content #mobile-menu-nav li .mobile-toggle-icon {padding: 10px 15px;position: absolute;left: auto;right: 0;top: 0;z-index: 3; cursor: pointer;}
.bs-canvas .bs-canvas-content #mobile-menu-nav li .mobile-toggle-icon:before {}
.bs-canvas .bs-canvas-content #mobile-menu-nav li a {color: #000;padding: 3px 8px 8px; display: inherit; text-decoration: none; border-bottom: 1px solid #ccc;transition: all .50s ease;}
.bs-canvas .bs-canvas-content #mobile-menu-nav li a:hover  {color: #fff; background: #28a745;}
.bs-canvas .bs-canvas-content #mobile-menu-nav .current-menu-item a {color: #fff; background: #28a745;}
.bs-canvas .bs-canvas-content #mobile-menu-nav li .sub-menu {margin: 0px; padding: 0 0 0 10px;display: none;}
.bs-canvas .bs-canvas-content #mobile-menu-nav li .sub-menu li {list-style: none;}
.bs-canvas .bs-canvas-content #mobile-menu-nav li .sub-menu li a {padding: 7px 5px; display: block; text-decoration: none;}


/******* slide main navigation css end ***********/






/******* main navigation css ***********/

.main-navigation {}
.main-navigation .menu-main-menu-container {}
.main-navigation ul {margin: 30px 0 25px 0; padding: 0px;}
.main-navigation ul li {margin: 0 20px 0 0px; padding: 0px;}
.main-navigation ul li a {font-size: 18px; font-weight: 600; text-transform: uppercase;color:#222;}
.main-navigation ul li a:hover  {color:#b7b7b7;}


#menu-desktop-horizontal-menu .current-menu-item a:before {
    content: "";
    background: #555E70;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -4px;
    opacity: 1;
    width: 100%;
}
#menu-desktop-horizontal-menu li a {
    color: #555E70;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    position: relative;
    transition: all .5s;
    transition: all .75s ease;
    padding: 0 0 5px 0;
    margin: 0 25px 0 0;
    outline: none;
}
#menu-desktop-horizontal-menu li a:hover {
    color: #222;
}
#menu-desktop-horizontal-menu li a:before {
    content: "";
    background: #555E70;
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    opacity: 0;
    width: 0;
    bottom: -4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#menu-desktop-horizontal-menu li a:hover:before {
    opacity: 1;
    width: 100%;
}
#menu-desktop-horizontal-menu li > .sub-menu li a:before {
	display: none;
}

#menu-desktop-horizontal-menu li ul.sub-menu {
    position: absolute;
    padding: 0px;
    min-width: 200px;
    opacity: 0;
    transform: translateY(0px);
    transition: linear 0.1s;
    visibility: hidden;
    left: 0;
    display: inherit;
}

#menu-desktop-horizontal-menu li:hover ul.sub-menu {
    opacity: 1;
    transform: translateY(0px);
    transition: linear 0.2s;
    visibility: visible;
    float: none;
    top: auto;
    left: 0;
    margin: 0;
    display: block;
}


#menu-desktop-horizontal-menu li > .sub-menu li {
    padding: 0px;margin: 0px;
}
#menu-desktop-horizontal-menu li > .sub-menu li a {
    background-color: #003760;
    color: #fff;
    display: block;
    padding: 8px 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin: 0px;
}

#menu-desktop-horizontal-menu li > .sub-menu li a:hover {
    background-color: #555E70;
    color: #fff;
}



/******* main navigation css end ***********/


.error404 header.page-header .page-title {text-align: center;}
.error404 .page-content p {text-align: center;}
.error404 .widget p {text-align: left;}
.error404 .widget ul {padding: 0; margin: 0px;}
.error404 .widget ul li {list-style-position: inside;}
.error404 .search-form {margin: 30px 0 25px 0;}
.error404 .search-form label {width: 85%;margin: 0;}
.error404 .search-form input[type="search"] {width: 100%; padding: 10px 10px 10px;}
.error404 .search-form input[type="submit"] {font-size: 20px; background: #1c355d; border-radius: 6px;  padding: 8px 22px; color: #fff; text-align: center; font-weight: normal; border: none;
    height: auto;  line-height: normal;   cursor: pointer;}


.search-no-results header.page-header .page-title {text-align: center;}
.search-no-results .page-content p {text-align: center;}
.search-no-results .widget p {text-align: left;}
.search-no-results .widget ul {padding: 0; margin: 0px;}
.search-no-results .widget ul li {list-style-position: inside;}
.search-no-results .search-form {margin: 30px 0 25px 0;}
.search-no-results .search-form label {width: 85%;margin: 0;}
.search-no-results .search-form input[type="search"] {width: 100%; padding: 10px 10px 10px;}
.search-no-results .search-form input[type="submit"] {font-size: 20px; background: #1c355d; border-radius: 6px;  padding: 8px 22px; color: #fff; text-align: center; font-weight: normal; border: none;
    height: auto;  line-height: normal;   cursor: pointer;}
.search-no-results .wp-block-search__inside-wrapper {}
.search-no-results .wp-block-search__inside-wrapper input[type="search"] {width: 100%; padding: 10px 10px 10px;}
.search-no-results .wp-block-search__inside-wrapper button[type="submit"] {font-size: 20px;  background: #1c355d; border-radius: 6px; padding: 8px 22px; color: #fff; text-align: center;
    font-weight: normal;  border: none; height: auto; line-height: normal;  cursor: pointer;}



.search-results {}
.search-results .widget ul {padding: 0; margin: 0px;}
.search-results .widget ol {padding: 0; margin: 0px;}
.search-results .widget ul li {list-style-position: inside;}
.search-results .wp-block-search__inside-wrapper {}
.search-results .wp-block-search__inside-wrapper input[type="search"] {width: 100%; padding: 10px 10px 10px;}
.search-results .wp-block-search__inside-wrapper button[type="submit"] {font-size: 20px;  background: #1c355d; border-radius: 6px; padding: 8px 22px; color: #fff; text-align: center;
    font-weight: normal;  border: none; height: auto; line-height: normal;  cursor: pointer;}


.archive {}
.archive .widget ul {padding: 0; margin: 0px;}
.archive .widget ol {padding: 0; margin: 0px;}
.archive .widget ul li {list-style-position: inside;}
.archive .wp-block-search__inside-wrapper {}
.archive .wp-block-search__inside-wrapper input[type="search"] {width: 100%; padding: 10px 10px 10px;}
.archive .wp-block-search__inside-wrapper button[type="submit"] {font-size: 20px;  background: #1c355d; border-radius: 6px; padding: 8px 22px; color: #fff; text-align: center;
    font-weight: normal;  border: none; height: auto; line-height: normal;  cursor: pointer;}


.single-post {}
.single-post .comments-area { margin: 0 0 40px 0;}
.single-post .comments-area ul {padding: 0px; margin: 0px;}
.single-post .comments-area ul li {}
.single-post .comments-area ol {padding: 0px; margin: 0px;}
.single-post .comments-area .comment-form {}
.single-post .comments-area .comment-form input {width: 100%; padding: 8px 10px;  height: auto;}
.single-post .comments-area .comment-form input[type="checkbox"] {width:auto;padding: 0;}
.single-post .comments-area .comment-form #submit {font-size: 20px; background: #1c355d; border-radius: 6px; padding: 8px 22px; color: #fff; text-align: center; font-weight: normal;
    border: none; height: auto; line-height: normal; cursor: pointer;}
.single-post .widget ul {padding: 0; margin: 0px;}
.single-post .widget ol {padding: 0; margin: 0px;}
.single-post .widget ul li {list-style-position: inside;}   
.single-post .wp-block-search__inside-wrapper {}
.single-post .wp-block-search__inside-wrapper input[type="search"] {width: 100%; padding: 10px 10px 10px;}
.single-post .wp-block-search__inside-wrapper button[type="submit"] {font-size: 20px;  background: #1c355d; border-radius: 6px; padding: 8px 22px; color: #fff; text-align: center;
    font-weight: normal;  border: none; height: auto; line-height: normal;  cursor: pointer;}


.footer_upper_box {margin: 20px 0 0 0;}
.footer_upper_box .widget {}
.footer_upper_box .widget .textwidget {}
.footer_upper_box .widget .textwidget p {}
.footer_upper_box .widget .textwidget p a {text-decoration: none; color: #666;}
.footer_upper_box .widget .textwidget p a:hover {color: #3c6795;}
.footer_upper_box .widget .widget-title {font-size: 22px; margin: 0 0 15px 0; padding: 0px; line-height: normal;font-weight: 600;}
.footer_upper_box .widget .menu {margin: 0px; padding: 0px;}
.footer_upper_box .widget .menu li {margin: 0 0 8px 0; padding: 0px; list-style: none;}
.footer_upper_box .widget .menu li a {text-decoration: none; color: #666;transition: all .60s ease;}
.footer_upper_box .widget .menu li a:before  {content: ">";padding: 0 5px 0 0px;}
.footer_upper_box .widget .menu li a:hover  {color: #000;padding-left: 10px;}
.footer_upper_box .widget .menu .sub-menu {margin: 8px 0 0 0px; padding: 0px;}
.footer_upper_box .widget .menu .sub-menu li {margin: 0 0 8px 0; padding: 0px; list-style: none;}
.footer_upper_box .widget .menu .sub-menu li a:hover  {color: #000;}

.footer_upper_box .widget .info-social {margin: 0 0 15px 0;padding: 0px;}
.footer_upper_box .widget .info-social li {margin: 0 10px 0 0px; padding: 0px; display: inline-block; list-style: none;}
.footer_upper_box .widget .info-social li a {color: #000;}
.footer_upper_box .widget .info-social li a:hover  {color: #3c6795;}


.footer_upper_box .widget form {}
.footer_upper_box .widget form br {}
.footer_upper_box .widget form input[type="email"] {width: 100%; font-size: 14px; padding: 10px 10px;  margin: 0 0 10px 0;-webkit-appearance: none;
     -moz-appearance: none; appearance: none;}
.footer_upper_box .widget form input:focus::-webkit-input-placeholder {opacity: 0;}
.footer_upper_box .widget form input[type="submit"] {background: #3c6795;width: 100%;height: auto; line-height: normal;border: none; padding: 8px 5px 10px 5px; color: #fff; text-transform: uppercase;
transition: all .75s ease;}
.footer_upper_box .widget form input[type="submit"]:hover {background: #ffab17;}




footer.site-footer {margin: 45px 0 0px 0; background: #f7e4c4; padding: 35px 10px 35px 10px;margin-left: calc(50% - 49.5vw); margin-right: calc(50% - 49.5vw);}
footer.site-footer .copy-right {margin: 0px;  padding: 0px;}
footer.site-footer .copy-right p {margin: 0px; padding: 0px;}
footer.site-footer .footer-link-info {margin: 0px; padding: 0px;text-align: right;}
footer.site-footer .footer-link-info ul {margin: 0px; padding: 0px;}
footer.site-footer .footer-link-info ul li {margin: 0 0 0 15px;  padding: 0px; display: inline-block; list-style: none;position: relative;}
footer.site-footer .footer-link-info ul li a {color: #222; }
footer.site-footer .footer-link-info ul li a:hover {color: #999; text-decoration: none; }
footer.site-footer .footer-link-info ul li::after {content:"|"; position: absolute;right: -12px;top: 0px;}
footer.site-footer .footer-link-info ul li:last-child::after {display: none;}





/******* parent_slide css ***********/



/******* Blog post slider css ***********/
.parent_slide {}
.parent_slide .child_item {border: 1px solid #ddd; margin: 0 10px; border-radius: 5px;min-height: 550px;}
.parent_slide .child_item .slider_title h2 {font-size: 22px; margin: 10px 0 20px 0; line-height: normal;}
.parent_slide .child_item .slider_img_box {margin: 0 0 20px 0;}
.parent_slide .child_item .read_more_box a {background: #3c6795; color: #fff;padding: 5px 10px 7px; border-radius: 5px; margin: 15px 0px 20px 0px; text-decoration: none; transition: all .75s ease;
display: inline-block;}
.parent_slide .child_item .read_more_box a:hover  {background: #ffab17; }
.parent_slide .slick-dots {margin: 0px; bottom: auto;}
.parent_slide .slick-dots li button:before {font-size: 0px; width: 15px; height: 15px;  background: #3c6795; border-radius: 8px;}


.parent_slide .slick-prev {width: auto; height: auto;}
.parent_slide .slick-prev:before {opacity: 1; color: #3c6795; font-size: 60px;content: "‹";}
.parent_slide .slick-next {width: auto; height: auto;}
.parent_slide .slick-next:before {opacity: 1;color: #3c6795; font-size: 60px;content: "›";}

/******* Blog post slider css end  ***********/


/******* Home slider css ***********/
.home_slider {}
.home_slider .bg-background-img {background-size: cover !important; background-repeat: no-repeat !important;  background-position: center top !important; position: relative;}
.home_slider .bg-background-img:before {content: ""; position: absolute; top: 0; left: 0; background-color: #0000003b; width: 100%; height: 100%;}
.home_slider .mid-content {padding: 50px;height: 500px;text-align: center;display: table-cell; vertical-align: middle;color: #fff; position: relative; z-index: 3;}
.home_slider .mid-content h2 {display: none;}
.home_slider .mid-content p {color: #fff;}
.home_slider .mid-content h3 {color: #fff;}
.home_slider .mid-content .slider_one_read_more_btn {padding:8px 15px; margin:0px;color:#fff;background:#000;border-radius:5px;text-decoration:none;transition:all .75s ease;}
.home_slider .mid-content .slider_one_read_more_btn:hover {background: #3c6795;}


/******* Home slider css end ***********/



/******* Home slider half css ***********/

.home_slider_halfview {}
.home_slider_halfview .slick-initialized .left-right-image {display: inline-flex;}
.home_slider_halfview .left-right-image {}

/******* Home slider half css end ***********/




/******* Home post css ***********/
.yora_post_main {margin-top: 60px;}
.yora_post_main .post_parent .row {justify-content: space-between;}
.yora_post_main .post_parent .child_item {border: 1px solid #cdcdcd; border-radius: 5px; padding-bottom: 20px; padding-top: 20px; margin: 0 10px 30px;}
.yora_post_main .post_parent .child_item h2 {font-size: 20px; margin: 0 0 10px 0; line-height: normal;}
.yora_post_main .post_parent .child_item .post_date {margin: 0 0 10px 0;}

/******* Home post css end ***********/




/******* Home post slider block css ***********/
.home_post_slider {}
.home_post_slider .slick-track {margin-top: 50px;}
.home_post_slider .slick-track .slick-slide {border: 1px solid #cdcdcd; border-radius: 5px;  margin-left: 5px;  margin-right: 5px;}
.home_post_slider .slick-track .slick-slide .post_img_box {margin: 10px 0 0 0;}
.home_post_slider .slick-track .slick-slide .post_title_box h2 {font-size: 22px; line-height: normal; margin: 10px 0 0 0;}
.home_post_slider .slick-track .slick-slide .mid-content {}
.home_post_slider .slick-track .slick-slide .mid-content p {}
.home_post_slider .slick-track .slick-slide .mid-content h3 {font-size: 18px; line-height: normal; margin: 0px 0 10px 0;}
.home_post_slider .slick-track .slick-slide .mid-content .slider_one_read_more_btn {background: #3c6795;color: #fff; padding: 4px 10px 7px; border-radius: 5px;
    margin: 0 0px 20px 0px; text-decoration: none;  transition: all .75s ease;display: inline-block;}
.home_post_slider .slick-track .slick-slide .mid-content .slider_one_read_more_btn:hover {background: #222;}


/******* Home post slider block css end ***********/



.site-header .offcanvas_btn {float: right; color: #3c6795; display: none !important;}
.site-header .offcanvas_btn:focus {outline: none; border: none;}
.inner-banner-bg {min-height: 150px;}







/******** blog page css ************/
.post-section-view {}
.post-section-view .widget-area {background: #f5f3f3; padding: 12px; border-radius: 3px;}
.post-section-view .widget-area .widget {}
.post-section-view .widget-area .widget .wp-block-search__label {font-weight: 600;}
.post-section-view .widget-area .widget .wp-block-search__inside-wrapper {}
.post-section-view .widget-area .widget .wp-block-search__inside-wrapper input[type="search"] {}
.post-section-view .widget-area .widget .wp-block-search__inside-wrapper input[type="submit"] {}

.post-section-view .widget-area .widget .wp-block-group {}
.post-section-view .widget-area .widget .wp-block-group h2 {line-height: normal;font-size: 18px;font-weight: 600;margin: 0px 0 7px 0;background: #1c355d;color: #fff;
    padding: 5px 7px; border-radius: 3px;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-posts {padding: 0 0 0 15px;margin: 0;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-posts li {}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-posts li a {font-size:14px;padding:4px 0 6px 5px;display:inherit;
	border-bottom:1px solid;color:#1c355d;transition:all.75s ease;    outline: none;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-posts li:last-child a {border-bottom: 0px solid;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-posts li a:hover  {background: #1c355d; color: #fff;}


.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-comments {padding: 0 0 0 15px;margin: 0;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-comments li {list-style: none; margin: 0;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-comments li a {font-size: 14px;padding: 7px 0 7px 5px; display: inherit; border-bottom: 1px solid; color: #1c355d;
    transition: all.75s ease;    outline: none;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-comments li:last-child a {border-bottom: 0px solid;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-comments li a:hover  {background: #1c355d; color: #fff;} 

.post-section-view .widget-area .widget .wp-block-group .wp-block-archives {padding: 0 0 0 15px;margin: 0;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-archives li {list-style: none;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-archives li a {font-size: 14px;padding: 4px 0 6px 5px; display: inherit; border-bottom: 1px solid; color: #1c355d;
    transition: all.75s ease;    outline: none;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-archives li:last-child a {border-bottom: 0px solid;}    
.post-section-view .widget-area .widget .wp-block-group .wp-block-archives li a:hover  {background: #1c355d; color: #fff;}

.post-section-view .widget-area .widget .wp-block-group .wp-block-categories {padding: 0 0 0 15px;margin: 0;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-categories li {list-style: none;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-categories li a {font-size: 14px;padding: 4px 0 6px 5px; display: inherit; border-bottom: 1px solid; color: #1c355d;
    transition: all.75s ease;    outline: none;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-categories li:last-child a {border-bottom: 0px solid;}        
.post-section-view .widget-area .widget .wp-block-group .wp-block-categories li a:hover  {background: #1c355d; color: #fff;}


.post-section-view .site-main header .page-title {}
.post-section-view .site-main article {border: 1px solid #edebeb; margin: 0 0 30px;padding-bottom: 15px;}
.post-section-view .site-main article .post-date {color: #3c6795; font-size: 14px; font-weight: 600;}
.post-section-view .site-main header.entry-header h2 {font-size: 28px; color: #555E70; margin: 10px 0 10px; font-weight: 600; line-height: normal;}
.post-section-view .blog-banner {min-height: 200px; margin: 15px 0 40px 0;}


.single-post .post-navigation {}
.single-post .post-navigation .nav-links {}
.single-post .post-navigation .nav-links a {line-height: normal; font-size: 12px; font-weight: 600; margin: 10px 0 0 0; background: #1c355d; color: #fff;  padding: 5px 7px;
    border-radius: 3px;  display: inline-block;}
.single-post .post-navigation .nav-links .nav-subtitle {}
.single-post .post-navigation .nav-links .nav-title {color: #acc549; margin: 0 0 0 5px;}


.single-post .post-section-view > .row {margin-top: 30px;}
.single-post .post-section-view .site-main header.entry-header h1 {font-size: 28px; color: #555E70; margin: 10px 0 10px; font-weight: 600; line-height: normal;}
.single-post .post-section-view .site-main .entry-meta {margin: 0 0 10px 0;}




/******** blog page css end ************/


.contact-sec-form {}
.contact-sec-form .wpcf7-form {margin: 0 auto; max-width: 700px;}
.contact-sec-form .wpcf7-form p {}
.contact-sec-form .wpcf7-form label {display: block;}
.contact-sec-form .wpcf7-form .wpcf7-form-control-wrap {}
.contact-sec-form .wpcf7-form input {width: 100%;padding: 8px 10px;outline: none;}
.contact-sec-form .wpcf7-form textarea {padding: 8px 10px;outline: none; resize: none;}
.contact-sec-form .wpcf7-form .wpcf7-submit{background:#3c6795;width:100%;height:auto;line-height:normal;border:none;padding:12px 5px;color:#fff;text-transform:uppercase;transition:all .75s ease;}
.contact-sec-form .wpcf7-form .wpcf7-submit:hover {background: #ffab17;}



.error-404 .note-found-banner {}
.error-404 .note-found-banner .four_zero_four_bg {background-image: url(images/not-found.gif);height: 400px;background-position: center;
    background-repeat: no-repeat;}
.error-404 .note-found-banner img {display: table; margin: 0 auto;}
.error-404 .note-found-banner .go-home {display: table;margin: 0 auto 80px;text-align: center; border:none;padding: 8px 10px;font-size: 16px;line-height: normal; border-radius: 3px;
background: #3c6795; color: #fff;}
.error-404 .note-found-banner .go-home:hover {background: #3c6795; color: #fff;}


.search-results .post-section-view .site-main article {border: none; border-bottom: 1px solid #edebeb;}










/******** media responisve css *****/


@media(max-width:991px){
.top-bar-info .info-social li {margin: 0 2px 0 2px;}
.top-bar-info .info-social li a {font-size: 14px;}
.top-bar-info .additional_box {padding-right: 0; padding-left: 0;}
.top-bar-info .additional_box .addition_btn {padding: 5px 6px 6px; margin: 0 0px 0 2px; font-size: 12px;}
.post-section-view .widget-area .widget .wp-block-group h2 {font-size: 14px;}






}





@media(max-width:767px){
.top-bar-info .row [class*="col-"] {flex: inherit;  max-width: 100%; text-align: center;}
.top-bar-info .info-social {text-align: center;margin: 0 0 10px 0;}
.top-bar-info .additional_box .addition_btn {padding: 5px 10px 6px;  margin: 0px 0px 0px 0px;  font-size: 14px;}

.site-header .offcanvas_btn {display: block !important;}
header#masthead {padding: 20px 15px 20px 15px;}
header#masthead .main-navigation {display: none;}
.bs-canvas .bs-canvas-header .bs-canvas-close {opacity: 1;}

.post-section-view .row [class*="col-"] {flex: inherit;  max-width: 100%;}
.footer_upper_box .row [class*="col-"] {flex: inherit;  max-width: 100%;text-align: center;}
footer.site-footer .row [class*="col-"] {flex: inherit;  max-width: 100%;text-align: center;}
footer.site-footer .footer-link-info {margin: 5px 0 0 0; text-align: center;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-posts {padding: 0px;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-latest-comments {padding: 0px;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-archives {padding: 0px;}
.post-section-view .widget-area .widget .wp-block-group .wp-block-categories {padding: 0px;}


.home_slider .slick-initialized .slick-slide {display: block; margin: 0 5px;}
.home_slider .mid-content {padding: 10px; height: auto;}
.home_slider .mid-content p {font-size: 14px;  line-height: normal;}
.home_slider .mid-content .slider_one_read_more_btn {padding: 4px 10px; font-size: 14px;}
.home_slider .mid-content h3 {font-size: 18px;}

.home_slider_halfview .slick-initialized .left-right-image {display: block;margin-right: 5px;  margin-left: 5px;}
.home_slider_halfview .slick-initialized .left-right-image [class*="col-"] {flex: inherit;  max-width: 100%;}
.home_slider_halfview .slick-initialized .left-right-image h3 {font-size: 18px;}
.home_slider_halfview .slick-initialized .left-right-image p {text-align: justify;}
.home_post_slider .slick-track .slick-slide .mid-content p {text-align: justify;}

.home_post_slider .slick-track .slick-slide .post_title_box h2 {font-size: 18px;}
.home_post_slider .slick-track .slick-slide .mid-content .slider_one_read_more_btn { padding: 3px 7px 4px;  font-size: 14px;}

h2 {font-size: 24px;}
.slick-prev {left: -15px;}
.slick-next {right: -15px;}

.parent_slide {padding-left: 15px; padding-right: 15px;}
.parent_slide .slick-prev {left: 0px;}
.parent_slide .slick-next {right: 0px;}

h1 {font-size: 30px;  margin: 15px 0 0px;}
ul, ol {margin: 0px;}
.wp-block-quote {margin: 0;}
.parent_slide .slick-dots {margin: 0 auto; width: auto; text-align: center; left: 0; right: 0;}




}



@media(max-width:480px){
.bs-canvas-left {width: 100%;}

.single-post .post-navigation .nav-links {display: block;}
.single-post .post-navigation .nav-links a {display: block; text-align: center;}


}
