html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.footer-credits{
	display: flex;
	justify-content: space-between;
}

/**
 * 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 !important;
}

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;
}


/* ===========
Manually Commented Out Here 
.post,
.page {
	margin: 0 0 1.5em;
}
===============*/
.post {
	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. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.wpcf7-form .wpcf7-form-control-wrap textarea:focus,
.wpcf7-form .wpcf7-form-control-wrap input:focus {
	outline-color: transparent;
	outline: 0;
}

/* ================
	Preloader Style
===================*/
/* Preloader */
#preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 9999999999;
 }

.smooth-loader-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.smooth-loader-wrapper .loader img {
   width: 128px !important;
   height: 128px !important;
	max-height: 480px;
	max-width: 100%;
}

/* Preloader End */

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu li a,
.sub-menu li a,
.sub-menu li::marker {
  color: var(--global-palette1);
}

ul.menu ul .current-menu-item a,
ul.menu ul .current-menu-item::marker,
.menu .current-menu-parent>a,
.menu .current_page_item::marker,
.menu .current_page_item a {
  color: var(--global-palette1);
}

.menu .current-menu-ancestor a::before,
.menu .current-menu-parent>a::before,
.menu .current_page_item a::before {
  width: 0;
}

.menu .current-menu-ancestor>a,
.menu .current-menu-parent.menu-item-has-children::marker {
  color: var(--global-palette1) !important;
}

.menu li a:hover {
  color: var(--global-palette1);
}

.sub-menu {
	padding-left: 0 !important;
}

.elementor-widget-navigation-menu .menu {
  top: 42px;
  position: absolute;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
  background-color: #fff;
  z-index: 99;
  margin-left: 0;
  padding: 15px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
}

.menu li {
  list-style: none;
}

.menu .sub-menu ul>li {
  list-style: disc;
}

.menu .sub-menu li {
  list-style: disc;
}

.menu li a {
  color: var(--global-palette3);
  padding: 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  text-transform: uppercase;
  font-family: mukta malar,Sans-serif;
}

ul.menu ul a {
  text-transform: uppercase !important;
}

.elementor-widget-navigation-menu ul.check {
  border-radius: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 425px) {
  .elementor-widget-navigation-menu ul.check {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .elementor-widget-navigation-menu ul.check {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .elementor-widget-navigation-menu ul.check {
    width: 100%;
    right: auto;
  }
}

@media (max-width: 1024px) {
  .elementor-widget-navigation-menu .menu .current-menu-ancestor>a {
    border-left: solid 5px var(--global-palette1);
  }

  .elementor-widget-navigation-menu .menu .current-menu-ancestor .current-menu-parent>a {
    border-left: solid 5px var(--global-palette1);
  }

  .elementor-widget-navigation-menu .menu .current-menu-ancestor .current-menu-parent .current_page_item>a {
    border-left: solid 5px var(--global-palette1);
  }

  .elementor-widget-navigation-menu ul.menu li.menu-item-has-children {
    position: relative;
  }

  .elementor-widget-navigation-menu ul.menu li a {
    position: relative;
  }

  .elementor-widget-navigation-menu ul.menu li.menu-item-has-children>a:after {
    content: '';
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    padding: 3px;
    right: 22px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%)rotate(45deg);
    -webkit-transform: translateY(-50%)rotate(45deg);
  }

  .elementor-widget-navigation-menu ul.menu li.has-sub.active:hover {
    background: #448d00 !important;
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }

  .elementor-widget-navigation-menu ul.menu>li.has-sub>a {
    padding-right: 30px;
  }

  .elementor-widget-navigation-menu ul.menu li {
    position: relative;
  }

  .elementor-widget-navigation-menu ul.menu li ul {
    display: none;
  }

  .elementor-widget-navigation-menu ul.menu li ul li {
    clear: both;
    width: 100%;
  }

  .elementor-widget-navigation-menu ul.sub-menu {
    background: transparent !important;
  }

  .elementor-widget-navigation-menu li {
    list-style: none !important;
  }

  .elementor-widget-navigation-menu ul.menu ul li {
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .elementor-widget-navigation-menu li:hover>ul {
    left: auto;
  }

  .elementor-widget-navigation-menu ul.menu {
    padding: 0px 0px !important;
  }

  .elementor-widget-navigation-menu ul.menu li a:hover {
    color: var(--global-palette1) !important;
  }
}

@media (min-width: 1025px) {
  .menu li a {
    color: var(--global-palette3);
  }
	
 .menu .current_page_item a {
   color: var(--global-palette1) !important;
 }
	
  .menu .current-menu-ancestor>a,
  .menu .current-menu-parent.menu-item-has-children::marker {
/*     color: #fff !important; */
  }

  .menu .sub-menu .current-menu-ancestor.current-menu-parent.menu-item-has-children> a {
    color: var(--global-palette1) !important;
  }
	
  .elementor-widget-navigation-menu .menu {
    box-shadow: none;
    display: flex;
    background-color: transparent;
  }

  .elementor-widget-navigation-menu .menu .sub-menu li,
  .elementor-widget-navigation-menu .menu .sub-menu ul>li {
    list-style: none;
  }

  .elementor-widget-navigation-menu ul.menu li:hover>a {
    color: var(--global-palette1);
  }

  .elementor-widget-navigation-menu ul.menu ul li {
    border-bottom: 1px solid rgba(51, 51, 51, .1);
  }

  .elementor-widget-navigation-menu ul.menu ul li:last-child {
    border-bottom: 0;
  }

  .elementor-widget-navigation-menu ul.menu ul li:hover {
    background-color: transparent;
  }

  .elementor-widget-navigation-menu ul.menu ul li:hover>a {
    color: var(--global-palette1) !important;
  }

  .elementor-widget-navigation-menu ul.menu ul {
    background-color: #fff;
  }

  .elementor-widget-navigation-menu ul.menu {
    z-index: 999;
  }

  .elementor-widget-navigation-menu ul.menu li:hover>a::before {
/*     width: 0; */
  }

  .elementor-widget-navigation-menu ul.menu ul li>a::before {
    display: none;
  }

  .elementor-widget-navigation-menu ul.menu {
    list-style: none;
    position: relative;
    float: left;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .elementor-widget-navigation-menu ul.menu .sub-menu {
    margin-left: 0px !important;
  }

  .elementor-widget-navigation-menu ul.menu a {
    text-decoration: none;
    padding: 28px 15px;
    font-size: 20px;
	  font-weight: 700;
    text-transform: uppercase;
  }
	
  .elementor-widget-navigation-menu ul.menu a::before {
    position: absolute;
	  content: '';
     inset: 0;
     top: auto;
	  width: 100%;
	  height: 5px;
	  transition: all .3s;
    opacity: 0;
    visibility: hidden;
	  background-color: var(--global-palette1);
  }
	
  .elementor-widget-navigation-menu ul.menu li:hover>a::before {
    opacity: 0;
    visibility: hidden;
	  width: 100%;
  }
	
  .menu .current_page_item a::before,
  .menu .current-menu-ancestor>a::before {
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }
	
  .menu .current-menu-ancestor>a {
    color: var(--global-palette1) !important;
  }

  .elementor-widget-navigation-menu ul.menu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
  }
	
	.elementor-widget-navigation-menu ul.menu> li {
		margin: 0 11px;
	}

  .elementor-widget-navigation-menu ul.menu> li:first-child {
    margin-left: 0;
  }

  .elementor-widget-navigation-menu ul.menu> li:last-child {
    margin-right: 0;
  }

  .elementor-widget-navigation-menu ul.menu ul li a {
    color: var(--global-palette3);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase !important;
  }

  .elementor-widget-navigation-menu ul.menu ul .current-menu-item a {
    color: var(--global-palette1) !important;
  }

  .elementor-widget-navigation-menu ul.menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 235px;
    border: none !important;
    border-radius: 0;
    border-top: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 3%);
  }

  .elementor-widget-navigation-menu ul li:hover>ul {
    display: block;
  }

  .elementor-widget-navigation-menu ul.menu ul li {
    padding: 0 20px;
  }

  .elementor-widget-navigation-menu ul.menu ul li {
    float: none;
  }

  .elementor-widget-navigation-menu ul.menu ul a {
    line-height: inherit;
    padding: 10px 0;
    margin: 0;
  }

  .elementor-widget-navigation-menu ul.menu ul ul {
    top: 0;
    left: 100%
  }

  .elementor-widget-navigation-menu ul.menu li>a:after {
    content: '';
	  border: solid currentColor;
    border-width: 0 2px 2px 0;
    padding: 3px;
    right: 0;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%)rotate(45deg);
    -webkit-transform: translateY(-50%)rotate(45deg);
  }

  .elementor-widget-navigation-menu ul.menu ul li>a:after {
    content: '';
    transform: translateY(-50%)rotate(-45deg);
    -webkit-transform: translateY(-50%)rotate(-45deg);
    right: 15px;
  }

  .elementor-widget-navigation-menu ul.menu li>a:only-child:after,
  .elementor-widget-navigation-menu ul.menu ul li>a:only-child:after {
    content: '';
    display: none;
  }
}

@media (max-width: 767px) {
	.elementor-widget-navigation-menu .menu {
    top: 10px !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.elementor-widget-navigation-menu .menu {
    top: 10px !important;
	}
}

@media (max-width: 1024px) {
	.elementor-widget-navigation-menu .menu {
	  overflow-y: scroll;
    max-height: 350px;
	}
	
	.menu li a {
		padding: 10px 20px !important;
	}
	
  .elementor-widget-navigation-menu ul.menu> li:first-child {
    margin-top: 10px!important;
  }
	
  .elementor-widget-navigation-menu ul.menu> li:last-child {
    margin-bottom: 10px!important;
  }
}

@media screen and (max-width: 1185px) and (min-width: 1025px) {
	.elementor-widget-navigation-menu ul.menu> li {
		margin: 0 10px;
	}
	
  .elementor-widget-navigation-menu ul.menu a {
    padding: 28px 15px;
  }
}

@media (min-width: 1340px) {
	.elementor-widget-navigation-menu ul.menu ul {
		left: 0;
	}
}

.burger {
  top: -45px;
  position: relative;
}

@media (min-width: 768px) {
   .burger {
      top: -55px;
   }
}

.burger_menu.navbar {
display: flex;
  padding-right: 0 !important;
  justify-content: flex-end !important;
}

@media (max-width: 1024px) {
  .navbar .burger {
    position: relative;
    display: none;
    cursor: pointer;
    outline: none !important;
    width: 2rem;
    height: 1rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: transparent !important;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
  }

  .navbar .burger-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: var(--global-palette4);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  .navbar .burger-line:nth-child(1) {
    top: 0;
  }

  .navbar .burger-line:nth-child(2),
  .navbar .burger-line:nth-child(3) {
    top: 0.5rem;
  }

  .navbar .burger-line:nth-child(4) {
    top: 1rem;
  }

  .navbar .burger.is-active .burger-line:nth-child(1),
  .navbar .burger.is-active .burger-line:nth-child(4) {
    top: 1.25rem;
    width: 0%;
    left: 50%;
  }

  .navbar .burger.is-active .burger-line:nth-child(2) {
    transform: rotate(45deg);
  }

  .navbar .burger.is-active .burger-line:nth-child(3) {
    transform: rotate(-45deg);
  }

  .navbar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1025px) {
  .burger_menu.navbar,
  button.burger {
    display: none;
  }
}

.hide-focus-outline *:focus {
  outline: none !important;
}

/* ===========
Menu End
===============*/

/* ===========
Services Menu
===============*/
.services_menu li a {
	background-color: var(--global-palette2);
	padding: 12px 20px;
}

.services_menu li a:hover {
	background-color: var(--global-palette1);
}

/* ===========
Post /news/blog Color
===============*/

/* =============
 Side Bar Sytle
 ===============*/

/*---------sidebar widget area--------------*/

.widget.tribe-events-list-widget,
.widget-area [class*="booked_"],
.widget-area [class*="widget_"] {
   padding: 30px 25px;
   background: #fff;
/*    box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12); */  /* -------Manually Edited------ */
	border-radius: 20px;
	border: 1px solid var(--global-palette1); /* -------Manually Added------ */
}

.widget.widget_search {
   padding: 0 !important;
   border-radius: 5px;
}

@media (min-width: 768px) {

   .widget.tribe-events-list-widget,
   .widget-area [class*="booked_"],
   .widget-area [class*="widget_"] {
      padding: 30px 35px;
   }
}

aside.widget-area {
   margin: 0px 0px 0px 0px;
   background-color: transparent;
   border-radius: 0;
}

@media (min-width: 1024px) {

   .page-template-page-blog-grid-leftsidebar aside.widget-area,
   .page-template-page-blog-standard-leftsidebar aside.widget-area {
      margin: 0px 30px 0px 0px;
   }

   .archive aside.widget-area,
   .single.single-post aside.widget-area,
   .page-template-page-blog-grid-rightsidebar aside.widget-area,
   .page-template-page-blog-standard-rightsidebar aside.widget-area {
      margin: 0px 0px 0px 30px;
   }
}

aside.widget-area section {
   padding-bottom: 10px;
}

aside.widget-area section h2.widget-title {
   font-size: 22px;
   font-weight: 700;
   line-height: 1;
   font-family: "DM Serif Display", Sans-serif;
/*    color: var(--dark-color); */
	color: var(--global-palette3); /* -------Manually Added------ */
   margin-top: 0;
   margin-bottom: 15px;
}

aside.widget-area section ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

aside.widget-area section ul li {
   margin-bottom: 5px;
   position: relative;
}

aside.widget-area section ul li a,
aside.widget-area section.widget_tag_cloud .tagcloud a,
aside.widget-area section ul li.recentcomments,
aside.widget-area section ul li span.post-date {
   text-decoration: none;
   color: var(--global-palette5);
   font-size: var(--text-size);
   font-weight: 500;
   text-align: left;
   transition: all 0.3s ease-in-out;
   font-family: "Mukta Malar", Sans-serif;
}

section.widget_tag_cloud .tagcloud a {
   display: block;
}

aside.widget-area section ul li a:hover,
aside.widget-area section.widget_tag_cloud .tagcloud a:hover,
aside.widget-area section ul li.recentcomments:hover,
aside.widget-area section ul li span.post-date:hover {
   color: var(--global-palette1);
}

/*---------Search form/ search page--------------*/

/*---------Manually Edited--------------*/


.widget-area .widget .search-form {
   background: #fff;
   border-radius: 5px;
   display: inline-flex;
   width: 100%;
   padding-left: 10px;
   background: var(--global-palette1);
}

.widget-area .widget .search-form label {
   margin-bottom: 0 !important;
}

.widget-area .widget .search-form .search-field {

   width: 100%;
   font-size: var(--text-size);
   text-transform: capitalize;
   box-sizing: border-box;
   border: none;
   border-radius: 0;
   outline: none;
   background: transparent;
   color: #fff;
   line-height: 45px;
}

.widget-area .widget .search-form .search-field::placeholder {
   color: #fff;
}

.widget-area .widget .search-form .search-submit {
   font-size: 16px;
   display: inline-block;
   margin-left: auto;
   font-size: var(--text-size);
   font-weight: 600;
   text-transform: uppercase;
   box-sizing: border-box;
   border: none;
   border-radius: 0;
   outline: none;
   background: transparent;
   color: #fff;
   cursor: pointer;
   padding: 10px 15px;
   border-left: 1px solid rgba(255, 255, 255, 0.3);
   border-radius: 0 8px 8px 0;
   transition: all 0.3s ease-in-out;
}

.widget-area .widget .search-form .search-submit i {
   font-size: 18px;
}

.widget-area .widget .search-form .search-submit:hover {
   color: #fff;
   background: var(--global-palette1);
}

.widget-area .widget .search-form .search-submit span {
   font-size: var(--text-size);
   width: auto;
   height: auto;
}

.dashicons-search::before {
   content: "\f002";
   font-family: "FontAwesome";
   font-weight: 100;
   font-size: var(--text-size);
   ;

}


.custom-recent-post .recent__post-title {
   margin: 0 0 0 20px;
}

ul.custom-recent-post {
   margin-top: 20px !important;
}

ul.custom-recent-post li {
   margin-bottom: 15px !important;
}

.custom-recent-post .post-thumb img,
.custom-recent-post .post-thumb .post-thumbnail img {
   border-radius: 4px;
}

.textwidget::after {
   content: '';
   display: table;
   clear: both;
}

.widget.booked_calendar .booked-calendar-shortcode-wrap .booked-calendar-wrap.small {
   margin-bottom: 5px;
}

.search-content .post-thumbnail img {
   border-radius: 10px;
}


article.search-article a.post-thumbnail {
   position: relative;
   margin: 0 calc(-40px);
   border-radius: 5px 5px 0 0;
}

/* ===========
     Articles
 ===============*/

article {
   transition: all 0.3s ease-in-out;
   position: relative;
   padding: 0px 25px 40px 25px;
   box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
   border-radius: 5px;
   overflow: hidden;
}

/* @media (min-width: 768px) {
   article {
      padding: 0px 40px 40px 40px;
   }
} */

article .entry-header .entry-title {
   margin: 20px 0 15px;
   font-size: 18px;
   line-height: 28px;
}

article .entry-header .entry-title a {
   color: var(--dark-color);
   font-weight: 800;
   transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
   article .entry-header .entry-title {
      font-size: 28px;
      line-height: 42px;
   }

   article .entry-header .entry-title a {
      font-weight: 600;
   }
}

article p {
   color: var(--global-palette5) !important;
   font-family: "Mukta Malar", Sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.8;
}

article a.post-thumbnail {
   overflow: hidden;
   position: relative;
   border-radius: 5px 5px 0 0;
   display: block;
}

article a.post-thumbnail img {
   width: 100%;
   transition: all 0.3s ease-in-out;
   overflow: hidden;

}

article:hover a.post-thumbnail img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

.article a.post-thumbnail:before {

   content: '';
   display: block;
   position: absolute;
   z-index: 1;
   background: var(--global-palette4);
   left: 0;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   opacity: .3;
   filter: alpha(opacity=30);
}

*:before,
*:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

/* ===========
     Post Meta Style 
 ===============*/

.entry-footer span {
   margin-right: 20px;
}

.entry-footer span i,
.entry-meta span i {
   margin-right: 5px;
	color: var(--global-palette1);   /* =========== Manually Added ===============*/
}

.entry-date span a,
.entry-footer span a,
.entry-meta span a {
   font-size: 16px;
   font-weight: 400;
/*    color: var(--text-color); */
	color: var(--global-palette5);   /* =========== Manually Added ===============*/
   font-family: "Mukta Malar", Sans-serif;
   transition: all ease-in-out 0.3s !important;
}

.entry-date span,
.entry-footer span,
.entry-meta span {
   margin-top: 10px;
   display: inline-block;
   transition: all ease-in-out 0.3s;
}

.entry-date span a:hover,
.entry-footer span a:hover,
.entry-meta span a:hover {
   color: var(--global-palette1);
}


.entry-meta span span i,
.entry-footer span i::before,
.entry-footer span * {
   transition: all ease-in-out 0.3s !important;
	color: var(--global-palette1);   /* =========== Manually Added ===============*/
 
     
}

.entry-footer span:hover *,
.entry-meta span:hover * {
   color: var(--global-palette1);
}

.entry-date .posted-on a {
   display: inline-block;
   z-index: 5;
   background: var(--global-palette1);
   width: 85px;
   height: 80px;
   padding: 11px 10px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   color: #fff !important;
   text-align: center;
   border-radius: 4px !important;
   border-top-right-radius: 0;
   align-items: center;
   transition: all .3s ease-in-out !important;
}

.entry-date .posted-on a time {
   font-size: 21px;
   font-family: "Mukta Malar", Sans-serif;
   font-weight: 700;
   line-height: 1.4;
}

article div.entry-date {
   position: absolute;
   top: 60px;
   left: 70px;
   z-index: 29;

}

/* ===============
 Post Grid View
 ================== */
article.post-grid {
   background: #fff;
   height: 100%;
   flex-direction: column;
   display: flex;
   border-radius: 5px;
   padding: 0px !important;
}

/* ====Article Image===== */
.post-grid .gridview-post-img {
   line-height: 0 !important;
   position: relative;

}

.post-content_section .post-thumbnail-image .post-thumbnail img,
.post-section-standardview .post-thumbnail-image .post-thumbnail img,
.post-grid .gridview-post-img a img {
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}


.post-grid {
   position: relative;
   transition: all 0.3s ease-in-out !important;
   overflow: hidden;
}

/* ====Article Title===== */
.article-title {
   font-size: 18px;
   line-height: 28px;
   margin-top: 0;
   margin: 15px 0 10px;
   font-weight: 500;
   font-family: "DM Serif Display", Sans-serif !important;
}

.article-title a {
   text-decoration: none;
/*    color: var(--dark-color); */
	color: var(--global-palette3) !important;
   font-weight: 500;
   transition: all 0.3s ease-in-out;
}


@media (min-width: 768px) {
   .article-title {
      font-size: 24px;
      line-height: 44px;
   }

   .article-title {
      font-size: 20px;
      line-height: 32px;
   }

}

.entry-header .entry-title:hover a,
.article-title:hover a {
   color: var(--global-palette1) !important;
}

/* ====Article Content===== */
.article-inner-content p {
   font-size: 14px;
}

@media (min-width: 768px) {
   .article-inner-content p {
      font-size: 16px;
   }
}

.article-inner-content {
   padding: 0px 25px 10px;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}

/* ====Article Footer===== */
.article-footer {
   padding: 15px 25px 15px;
   border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 1440px) {
   .article-footer {
      padding: 15px 25px 15px;
   }
}

.read-more {
   color: var(--global-palette1);
   font-family: "Mukta Malar", Sans-serif;
   font-weight: 500;
   letter-spacing: 1.5px;
   font-size: 16px;
   line-height: 20px;
   padding-left: 0;
   padding-right: 0;
   margin-right: 10px;
   display: inline-block;
   text-decoration: none;
   transition: all 0.3s ease-in-out;
}

.read-more, .read-more:visited{
	color: var(--global-palette1) !important;
/* 	color: inherit !important; */
}                                                   /* =========== Manually Added ===============*/


.read-more:hover,
.read-more:hover span {
   color: var(--global-palette2) !important;
}


.article-footer .entry-footer.gridview_edited span.edit-link {
   margin-top: 0;
}

/* ===========
     Single Post Style 
 ===============*/
article.format-standard .post-thumbnail-image img {
   border-radius: 5px 5px 0 0;
}

article.format-standard .post-thumbnail-image {
   position: relative;
   margin: 0 calc(-25px);
   border-radius: 5px 5px 0 0;
}

article .post-thumbnail-image.single-post-thumb {
   position: relative;
   margin: 0 calc(-25px);
   border-radius: 5px 5px 0 0;
}

@media(min-width: 768px) {
   article .post-thumbnail-image.single-post-thumb {
      margin: 0 calc(-40px);
   }
}

article .post-thumbnail-image.single-post-thumb img {
   width: 100%;
   transition: all 0.3s ease-in-out;
   border-radius: 5px 5px 0 0;
}

article .post-thumbnail-image.single-post-thumb .post-thumbnail {
   overflow: hidden;
   position: relative;
   border-radius: 5px 5px 0 0;
   display: block;

}

article .post-thumbnail-image.single-post-thumb:hover .post-thumbnail img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

article .entry-date-single .posted-on a {
   display: inline-block;
   z-index: 5;
   width: 85px;
   height: 80px;
   padding: 11px 10px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   color: #fff !important;
   text-align: center;
   border-radius: 4px !important;
   border-top-right-radius: 0;
   align-items: center;
   transition: all .3s ease-in-out !important;
}

article .entry-date-single .posted-on a time {
   font-size: 21px;
   font-family: "Mukta Malar", Sans-serif;
   font-weight: 700;
   line-height: 1.4;
   color: #FFF;
}

.entry-date-single {
   position: absolute;
   bottom: 10px;
   right: 5px;
   z-index: 29;
}

@media (min-width: 768px) {
   .post-grid .gridview-post-img .entry-date-single {
      right: 0px;
   }

   .entry-date-single {
      right: 20px;
   }
}

.entry-meta-single {
   position: absolute;
   bottom: 35px;
   left: 25px;
   z-index: 29;
   display: inline-block;
   width: 60%;
   overflow: hidden;
   height: 24px;
   line-height: 1.5;
}

@media (min-width: 768px) {
   .post-grid .gridview-post-img .entry-meta-single {
      left: 25px;
   }

   .entry-meta-single {
      left: 37px;
   }

}

.entry-meta-single span a {
   transition: all 0.3s ease-in-out;
}
.entry-meta-single span i {
   color: var(--global-palette1);
}
.entry-meta-single span * {
   color: #fff;
}

.entry-meta-single span a:hover {
   color: #fff;
}


article.search-article {
   margin-bottom: 40px;
}

/* =============
 404 Page 
 ===============*/
.page-not_found {
  margin: auto;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1025px) {
	.page-not_found {
	  max-width: 1000px;
  }
}

/*---------404 page--------------*/
#page {
   overflow-x: clip !important;
 }

.error404 #page .indro-banner-breadcrumb {
   display: none;
}

.error404 .site-footer {
   display: none;
}

.error404 #page .site-header {
   display: none;
}

.page-header.error-404-main {
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: contain;
}

.page-header.error-404-main {
   background-image: -webkit-linear-gradient(148.25deg, #A253D8 16.46%, #1545CB 89.85%);
   background-image: -o-linear-gradient(148.25deg, #A253D8 16.46%, #1545CB 89.85%);
   background-image: linear-gradient(148.25deg, #A253D8 16.46%, #1545CB 89.85%);
   opacity: 1;
   padding: 40px 25px;
   border-radius: 4px;
   box-shadow: 0 20px 40px 0 rgba(50, 65, 141, .12);
}


@media (min-width: 768px) {

   .page-header.error-404-main {
      padding: 100px;
   }
}


/* Overly Default */
.overlay-default-404 {
   position: relative;
}

.overlay-default-404::before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: var(--global-palette4);
   opacity: 0.85;
   content: '';
}

.error-404 {
	background: #ddd;
   padding: 0 20px 0px;
}

.error-404-main {
   text-align: center;
}

.error-404-main h2.page-title {
   font-size: 52px;
   line-height: 64px;
   margin-bottom: 15px;
   color: var(--global-palette1);
   font-weight: 800;

}

.error-404 .page-header .page-title {
   color: #fff;
}

.error-404-main h3 {
   font-size: 22px;
   letter-spacing: 5px;
   line-height: 32px;
   font-weight: bold;
   color: #fff;
   font-family: "DM Serif Display", Sans-serif;
   margin: 0;
}

.error-404-main h4.page-title {
   font-size: 16px;
   letter-spacing: 1.2px;
   line-height: 24px;
   margin-bottom: 0px;
   color: #fff;
   font-family: "DM Serif Display", Sans-serif;
   margin-top: 20px;
}


/* ====btn 404page=== */
.error-404-main a {
   text-decoration: none;
   margin-top: 30px;
}

/* ==== Manually Edited=== */

.error-btn {
   text-transform: uppercase;
   font-size: 18px;
   letter-spacing: 1px;
   font-family: "Mukta Malar", Sans-serif;
   font-weight: 500;
   padding: 12px 22px;
   color: var(--global-palette3) !important;
   position: relative;
   display: inline-block;
   outline: none;
   letter-spacing: 1.5;
   transition: all .3s ease-in-out;
   z-index: 0;
   text-align: center;
   overflow: hidden;
   background-color: #fff;
}

.error-btn a i {
   color: var(--global-palette3) !important;
}

.error-404-main a i {
   padding-right: 12px;
}

.error-btn:hover {
   color: var(--global-palette1);
}

.error-btn:hover i {
   color: var(--global-palette1);
}

/* ==== Manually Edited=== */




@media (min-width: 768px) {

   .error-404-main h2.page-title {
      font-size: 142px;
      line-height: 158px;
   }

   .error-404-main h3 {
      font-size: 52px;
      letter-spacing: 5px;
   }

   .error-404-main h4.page-title {
      margin-top: 20px;
      font-size: 24px;
      letter-spacing: 2px;
      line-height: 32px;
   }
}

@media (min-width: 1040px) {
   .error-404-main h3 {
      font-size: 52px;
      letter-spacing: 8px;
   }
}

.search-form-404 {
   margin-top: 30px;
}

.search-form-404 form input.search-field {
   padding: 12px 20px;
   width: 265px;
}

.search-form-404 form {
   position: relative;
   display: inline-block;
}

.search-form-404 form button[type="submit"] {
   border: none;
   position: absolute;
   top: 1px;
   right: 2px;
   color: var(--global-palette1);
   border-radius: 0;
}

.search-form-404 form button[type="submit"]:hover {
   background-color: #fff;

}

/* =============
 Manually Edited
 ===============*/

.post-content_section {
   padding: 40px 0px;
}

@media (min-width: 768px) {

.post-content_section {
      padding: 60px 0;
   }
}

@media (min-width: 1440px) {

.post-content_section {
      padding: 80px 0;
   }
} /* =============
 Manually Edited
 ===============*/




.title-truncate {
   display: -webkit-box;
   -webkit-line-clamp: 2 !important;
   -webkit-box-orient: vertical !important;
   overflow: hidden !important;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
}

.post-thumbnail {
   position: relative;
}

.post-thumbnail::before {
   top: 0;
   content: '';
   display: block;
   position: absolute;
   z-index: 1;
   background-color: var(--global-palette4); 
/*    background-color: #fff; /* -------Manually Edited------ */
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   border-radius: 8px 8px 0 0;
   -webkit-border-radius: 8px 8px 0 0;
   -moz-border-radius: 8px 8px 0 0;
   -ms-border-radius: 8px 8px 0 0;
   -o-border-radius: 8px 8px 0 0;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   opacity: 0.3;
   filter: alpha(opacity=30);
}

article:hover .post-thumbnail::before {
   background-color: var(--global-palette4);
   opacity: 0.5;
}


/* =============
 Post Navigation
 ===============*/

/*---------Post Navigation--------------*/
.navigation.posts-navigation {
   margin: 20px auto;
}

.post-nav {
   margin: 20px auto;
   text-align: center;
}

.navigation.post-navigation .nav-links .nav-previous a,
.navigation.post-navigation .nav-links .nav-next a,
.navigation.posts-navigation .nav-links .nav-previous a,
.navigation.posts-navigation .nav-links .nav-next a {
   text-align: center;
   height: 60px;
   width: 70px;
   line-height: 35px;
   border-radius: 5px;
   color: var(--dark-color);
   background-color: #fff;
   font-size: 20px;
   line-height: 50px;
   cursor: pointer;
   font-weight: 600;
   display: inline-block;
   padding: 5px 20px;
   margin: 0 5px 5px 5px;
   transition: all 0.3s ease-in-out;
   box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);

}

.navigation.posts-navigation .nav-links div:not(:last-child) a {
   margin-right: 34px;
}

.navigation.post-navigation .nav-links .nav-previous a:hover,
.navigation.post-navigation .nav-links .nav-next a:hover,
.navigation.posts-navigation .nav-links .nav-previous a:hover,
.navigation.posts-navigation .nav-links .nav-next a:hover {
   background: var(--global-palette1);
   color: #fff;
}

@media (min-width: 768px) {
   .post-nav {
      margin: 30px auto;
   }
}

.post-nav a {
   text-decoration: none;
   font-size: 12px;
   font-weight: 700;

}

.post-nav .page-numbers,
.post-nav span {
   text-align: center;
   height: 40px;
   width: 50px;
   border-radius: 5px;
   color: var(--dark-color);
   background-color: #fff;
   font-size: 16px;
   line-height: 27px;
   cursor: pointer;
   font-weight: 600;
   display: inline-block;
   padding: 5px 20px;
   margin: 0 5px 5px 5px;
   transition: all 0.3s ease-in-out;
   box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
   margin-right: 4px;
}

@media (min-width: 768px) {

   .post-nav .page-numbers,
   .post-nav span {
      margin-right: 15px;
      height: 60px;
      width: 70px;
      line-height: 50px;
      font-size: 20px;
   }
}

@media (min-width: 1024px) {

   .post-nav .page-numbers,
   .post-nav span {
      margin-right: 34px;
   }
}

.post-nav .page-numbers i {
   color: var(--dark-color);
}


.post-nav .page-numbers.current,
.post-nav .page-numbers:hover {
   border-color: var(--global-palette1);
   background-color: var(--global-palette1);
   color: #fff;
}


.post-nav .page-numbers:hover i {
   color: #fff;
}


/* ===============
 #comments
 ==================*/
#comments {
   margin: 0 auto;
}

/* ===============
 No content
 ==================*/

.no-results.not-found {
   background: #fff;
   margin-bottom: 50px;
   padding: 20px 30px 50px;
   box-sizing: border-box;
   z-index: 124;
   width: 100%;
   box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
   border-radius: 5px;
}

.no-results.not-found .page-content>p {
   font-size: 22px;
   font-weight: bold;
   line-height: 32p;
   font-family: "Mukta Malar", Sans-serif;
   color: var(--dark-color);
   margin-top: 0;
   margin-bottom: 15px;
}

/*---------Search form/ search page--------------*/
.no-results.not-found .page-content form.search-form {
   background: #fff;
   border-radius: 5px;
   display: inline-flex;
   width: 100%;
   padding-left: 10px;
   background-color: var(--global-palette1);
}

.no-results.not-found .page-content label {
   margin-bottom: 0 !important;
}

.no-results.not-found .page-content .search-field {

   width: 100%;
   font-size: var(--text-size);
   text-transform: capitalize;
   box-sizing: border-box;
   border: none;
   border-radius: 0;
   outline: none;
   background: transparent;
   color: #fff;
   line-height: 45px;
}

.no-results.not-found .page-content .search-field::placeholder {
   color: #fff;
}

.no-results.not-found .page-content .search-submit {
   font-size: 16px;
   display: inline-block;
   margin-left: auto;
   font-size: var(--text-size);
   font-weight: 600;
   text-transform: uppercase;
   box-sizing: border-box;
   border: none;
   border-radius: 0;
   outline: none;
   background: transparent;
   color: #fff;
   cursor: pointer;
   padding: 10px 22px;
   border-left: 1px solid rgba(255, 255, 255, 0.3);
   border-radius: 0 8px 8px 0;
   transition: all 0.3s ease-in-out;
}

.no-results.not-found .page-content .search-submit i {
   font-size: 18px;
}

.no-results.not-found .page-content .search-submit:hover {
   color: #fff;
   background: var(--global-palette1);
}

.no-results.not-found .page-content .search-submit span {
   font-size: var(--text-size);
   width: auto;
   height: auto;
}

.dashicons-search::before {
   content: "\f002";
   font-family: "FontAwesome";
   font-weight: 100;
   font-size: var(--text-size);
   ;

}

/* -------Index PAGE------ */

body.home.blog .post-content_section article.format-standard .post-thumbnail-image {
   margin: 0 calc(-25px)
}

@media (min-width: 768px) {
   body.home.blog .post-content_section article.format-standard .post-thumbnail-image {
      margin: 0 calc(-40px)
   }

}


body.home.blog .post-content_section .full__width article .post-thumbnail-image img {
   width: 100%;
}


body.home.blog .post-content_section article div.entry-date {
   left: auto;
   top: 230px;
   position: absolute;
   bottom: 0px;
   right: 35px;
   z-index: 29;
   height: 100px;
}


body.home.blog .post-content_section article .entry-date .posted-on a {
   background: transparent;
}

body.home.blog .post-content_section article .post-thumbnail-image {
   position: relative;
   overflow: hidden;
}

body.home.blog .post-content_section article .post-thumbnail-image::before {
   top: 0;
   content: '';
   display: block;
   position: absolute;
   z-index: 1;
   background-color: var(--global-palette4);
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   border-radius: 8px 8px 0 0;
   -webkit-border-radius: 8px 8px 0 0;
   -moz-border-radius: 8px 8px 0 0;
   -ms-border-radius: 8px 8px 0 0;
   -o-border-radius: 8px 8px 0 0;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   opacity: 0.3;
}

body.home.blog .post-content_section article:hover .post-thumbnail-image::before {
   background-color: var(--global-palette4);
   opacity: 0.5;
}


body.home.blog .post-content_section article .post-thumbnail-image img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

body.home.blog .post-content_section article:hover .post-thumbnail-image img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

body:not(.home).home_not_set section.indro-banner-breadcrumb {
   display: none !important;
}

/* -------Manually Edited------ */
/* -------Subscribe Form------ */

.subscribe-form{
	display : flex;
}

.form-btn{
	padding: 24px 0px 0px 10px;
}

/* -------Manually Edited------ */

.page-header.error-404-main, .indro-banner-breadcrumb::before {
    background-image: linear-gradient(0deg, var(--global-palette3) 0%, var(--global-palette2) 100% ) !important;
}

/* -------Manually Added------ */

.indro-banner-breadcrumb-post::before {
    background: #f2f2f2 !important;
}
.indro-banner-breadcrumb-post .page-title{
	color: var(--global-palette3);
}
.indro-banner-breadcrumb-post ul li.trail-end {
    color: var(--global-palette1) !important;
}
.indro-banner-breadcrumb-post a {
    color: var(--global-palette1) !important;
}
.indro-banner-breadcrumb-post .trail-items li::after {
    color: var(--global-palette1) !important;
}
/* -------Manually Added------ */

/* -------Manually Edited------ */

.post-section-gridview,
.post-section-standardview{
	padding-top: 40px;
	padding-bottom: 50px;
}

@media (min-width: 768px){
	.post-section-gridview,
	.post-section-standardview {
    	padding-top: 60px;
	}
}
@media (min-width: 1440px){
	.post-section-gridview,
	.post-section-standardview {
    	padding-top: 80px;
	}
}
/* -------Manually Edited------ */

/* .bdt-padding {
    padding: 0px 15px 15px!important;
}

@media (min-width: 768px){
	.bdt-padding {
    	padding: 30px 20px !important;
	}
} */


.bdt-position-small {
    margin: 10px 15px !important;
}

.bdt-member-description {
    padding: 25px 15px !important;
}
/* -------Manually Edited------ */

.bdt-testimonial-carousel-skin-twyla .bdt-testimonial-meta.bdt-meta-multi-line {
    margin-top: 0px !important;
}

.bdt-testimonial-carousel .bdt-testimonial-carousel-item-wrapper .bdt-testimonial-carousel-rating {
    padding-top: 2px !important; 
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-desc, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-img-wrap a {
    height: 300px !important;
	}

@media (min-width: 768px){
	.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-desc, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-img-wrap a {
    height: 400px !important;
	}
}

a:hover{
	text-decoration: none !important;
}

.entry-meta-single span *:visited {
    color: #fff;
}

.entry-meta-single span *:hover {
    color: var(--global-palette1) !important;
}

.post-thumbnail-image img{
	width: 100% !important;
}

@media (min-width: 768px) {
	.single-portfolio .post-thumbnail-image.single-post-thumb img{
		height: 450px;
	}
}

@media (min-width: 1200px) {
	.single-portfolio .post-thumbnail-image.single-post-thumb img{
		height: 600px;
	}
}
/*---------Manually Edited--------------*/

/* ===========
waring-message
===============*/
.waring-message {
    padding: 30px 0;
    background: #f8f8f8;
}

.before-import-warning-header p,
.before-import-warning-footer p {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    font-family: "Mukta Malar", Sans-serif;
    color: var(--dark-color);
    line-height: 38px;
    padding: 0 20px;
    position: relative;
}

.before-import-warning-header p::before,
.before-import-warning-footer p::before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 40px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;

    border-bottom: 50px solid var(--global-palette1);
    top: 18px;
    left: -76px;
    line-height: 30px;
    animation: warninganim infinite 1s ease-in-out alternate;
}


@keyframes warninganim {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.before-import-warning-header p::after,
.before-import-warning-footer p::after {
    content: '!';
    position: absolute;
    display: block;
    width: 0px;
    height: 30px;
    color: #fff;
    top: 31px;
    left: -39px;
    line-height: 30px;
    animation: warninganimcontent 1s ease-in-out 0.3s infinite alternate;
}

@keyframes warninganimcontent {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.7);
    }
}

.before-import-warning-header p a,
.before-import-warning-footer p a {
    text-decoration: none;
    font-family: "Mukta Malar", Sans-serif;

    font-size: 28px !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

/* ===========
Global css
===============*/

/* form-sent */
.wpcf7-spinner,
.wpcf7-response-output {
	display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
	border: 0;
    margin: 0;
    padding: 0;
	display: block !important;
}

.subscribe-form-btn {
	padding: 12px 22px !important;
}

input[type=submit],
input[type=submit]:focus {
	color: #fff !important;
}

input[type=email] {
	text-transform: inherit !important;
}

/* breadcrumb */
.page-header .indro-breadcrumb {
    margin-top: 15px;
    position: relative;
}

.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
	font-family: "Mukta Malar", Sans-serif;
}

.indro-breadcrumb ul li.trail-begin a{
/*     color: var(--global-palette3);  Color Manually Edited */
	color: #fff;
}

.indro-breadcrumb ul li.trail-end {
/*     color: var(--global-palette3);  Color Manually Edited */
	color: #fff;
}

.page-header .page-title {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
	font-family: "DM Serif Display", Sans-serif !important;
}

.indro-breadcrumb a {
/*     color: var(--global-palette3); Color Manually Edited */
	color: #fff;
}

.indro-breadcrumb a:hover,
.indro-breadcrumb a:active,
.indro-breadcrumb a:focus,
.indro-breadcrumb a:visited {
    color: #f5f5f5;
}

.indro-breadcrumb a:hover:hover,
.indro-breadcrumb a:active:hover,
.indro-breadcrumb a:focus:hover,
.indro-breadcrumb a:visited:hover {
    color: #f5f5f5;
}

.breadcrumbs .trail-items {
    list-style: none;
}

.trail-items li::after {
    content: "\002F";
    padding: 0 0.5em;
/*     color: var(--global-palette3);  Color Manually Edited */
	color: #fff;
}

.trail-items li:last-of-type::after {
    display: none;
}

/* =============
Banner
===================*/

.indro-banner-breadcrumb {
	padding: 80px 0 80px;   /* Manually Edited */
}

@media (min-width: 768px) {
    .indro-banner-breadcrumb {
		padding: 95px 0 95px;   /* Manually Edited */
    }

}

.indro-banner-breadcrumb {
    background-color: transparent;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    margin: 0;
    position: relative;
    height: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;

}

/* Overly Default */
.indro-banner-breadcrumb {
    position: relative;
}

.indro-banner-breadcrumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, var(--global-palette3) 0%, var(--global-palette2) 100% ) !important;
    background-image: -o-linear-gradient(148.25deg, var(--global-palette2) 16.46%, var(--global-palette3) 89.85%);
    background-image: linear-gradient(148.25deg, var(--global-palette2) 16.46%, var(--global-palette3) 89.85%);
	
/* 	background-image: none !important;  /* Color Manually Edited */
 /*   background-image: none !important;  /* Color Manually Edited */
/*    background-image: none !important;  /* Color Manually Edited */ 
    content: '';
    opacity: .7;
}

@media (min-width: 1440px) {
    .indro-banner-breadcrumb {
        padding: 100px;
        height: 300px; /* Manually Edited */
    }

}

/* ===========
    Page Title
  ===============*/

.page-title {
    font-size: 32px; /* Manually Edited */
    font-weight: 700; /* Manually Edited */
	color: var(--global-palette9); /* Manually Edited */
    letter-spacing: 2px;
	font-family: "DM Serif Display", Sans-serif !important;
}
@media (min-width: 768px){
.page-title {
    font-size: 42px;
    }
}


/* ===========
 Scroll Button  
===============*/

	.bdt-scroll-button{
		opacity: 0;
  		visibility: hidden;
		position: absolute; 
		bottom: -60px;
		transition: all 300ms ease-out !important;
	}
	.bdt-scroll-button.show {
	  opacity: 1 !important;
	  visibility: visible !important;
	  bottom: -20px !important;
	}

/* ===========
Global css
===============*/

@media (max-width: 575.98px) {
	.overflow-hidden{
		overflow: hidden;
	}
}


/* ===========
Global css
===============*/

/* Manually Edited */

.content-area {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}  /* Manually Edited */

@media (min-width: 768px) {
	.container{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}


#c-tag .bdt-tags-cloud .bdt-tags-list li a{
	background: var(--global-palette1) !important;
}


#c-tag .bdt-tags-cloud .bdt-tags-list li a:hover{
	transform: scale(1) !important;
}

#c-tag  .bdt-padding{
    padding: 30px 20px 30px 20px !important;
}

/* banner */
.banner .bdt-slideshow-items, .banner .bdt-slideshow {
    min-height: 350px !important;
}

@media (min-width: 768px){
	.banner .bdt-slideshow-items, .banner .bdt-slideshow {
		min-height: 450px !important;
	}	
}

@media (min-width: 1024px){
	.banner .bdt-slideshow-items, .banner .bdt-slideshow {
		min-height: 600px !important;
	}	
}


.banner .bdt-slideshow-content-wrapper{
	width: 100%;
}


/* Pricing */

.bdt-portfolio-desc,
.bdt-countdown-number {
	background: var(--global-palette1) !important;
}

/* Testimonial */
.bdt-testimonial-slider .swiper-container:not(.swiper-container-horizontal) div>div {
   max-width: inherit !important;
}

.bdt-testimonial-slider .swiper-container:not(.swiper-container-horizontal) {
   overflow-x: hidden;
   opacity: 1 !important;
}

.testimonial .bdt-testimonial-carousel .bdt-testimonial-carousel-item-wrapper{
	text-align: left !important;
}

.bdt-testimonial-slider .bdt-testimonial-text:after {
	content: '' !important;
}

/* Countdown */
.bdt-countdown-item{
	background-color: #DADADA !important;
}


@media (max-width: 767.98px){
	#post-grid .bdt-post-grid-desc{
		height: 365px !important;
	}
}

html.elementor-html .smooth-loader-wrapper,
.widget_block{
	display: none !important;
}

/* Comments Area */
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
   width: 100% !important;
}

.comments-area .comment-form-cookies-consent {
   display: flex;
   align-items: baseline;
}

.comments-area .comment-form-cookies-consent label {
   margin: 0 0 0 5px;
}