/*!
Theme Name: mike
Theme URI: https://github.com/Palashchandra
Author: 
Author URI: 
Description: something
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: mike
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.

mike 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.
 */


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


/**
 * Remove the margin in all browsers.
 */


/**
 * Render the `main` element consistently in IE.
 */


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


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

body{
	font-family: "Poppins", Sans-serif !important;
}

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;
}

a:focus {
    outline: none !important;
}
.contact_form .form-control:focus {
    color: #3B8C66;
    border-color: #3B8C66;
	box-shadow: none;
}
.contact_form .form-control:focus::placeholder{
	 color: #3B8C66;
}
/* 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;
}
img{
	max-width: 100%;
}

/*--------------------------------------------------------------
# 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;
	margin-top: 0;
	margin-bottom: 15px;
}

p {
	margin-bottom: 0;
}
.form_wrapper .form_control {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    width: 100%;
    display: block;
    border: 0px solid transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: rgb(160 154 170);
    padding: 18px 20px;
    margin-bottom: 18px;
}

.form_wrapper textarea.form_control {
    height: 131px;
}

.form_wrapper [type="submit"] {
    display: block;
    width: 100%;
}

.cre_breadcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cre_breadcrumbs li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
	color: rgba(0, 0, 0, 0.50);
	text-transform: uppercase;
}

.cre_breadcrumbs .cre_breadcrumbs-separator {
    margin: 0 7px 0 5px;
}

.cre_breadcrumbs .cre_breadcrumbs-crumb.cre_breadcrumbs-crumb-link.cre_breadcrumbs-crumb-home {
    color: rgba(0, 0, 0, 0.50);
}

.cre_breadcrumbs .cre_breadcrumbs-item.cre_breadcrumbs-item-current span {
    color: #C4A550;
}

.text-base{
	color: #C4A550;
}
.text-base-2{
	color: #2C7A7B;
}

.footer_section::before {
    background-size: 55% 100% !important;
}
.sub_header.header-top-bar-area {
    background-color: #C4A550;
    padding: 10px 0;
}
.sub_header_left a {
    height: 44px;
    width: 44px;
    display: inline-grid;
    place-content: center;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 50%;
    color: #fff;
    margin-right: 6px;
}
.sub_header_right a {
    margin-left: 15px;
	
	font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}
.sub_header_right .cu_btn {
	color: #1A365D;
	padding: 10px 16px;
}

.navbar_part .navbar_logo {
    text-align: center;
}

.navbar_part {
	border-bottom: 1.5px solid #D1D5DB;
	padding: 15px 0px;
}

.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar_logo .navbar-brand img {
    max-width: 85px;
}
.theme__header-menu ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}
.theme__header-menu ul li {
    list-style: none;
}
.theme__header-menu ul li a{
    color: #1F2937;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    transition: .3s;
}
.theme__header-menu ul li a:hover{
    color: #27750E;
}

.theme__header-right-btn a {
    border-radius: 12px;
    background: #27750E;
    padding: 15px 20px 15px 24px;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.theme__header-right-btn a:hover{
    color: #fff;
    background: #1F2937;
}
.theme__header-right-btn a:active{
    color: #fff;
}

.theme__header-right-btn a svg{
    margin-left: 5px;
}

/* Home Header CSS */
.home .navbar_part {
	border-bottom: 1.5px solid rgba(209, 213, 219, 0.30);
	padding: 15px 0px;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 9;
}
.home .navbar_logo .navbar-brand img {
	filter: brightness(0) invert(1);
}
.home .theme__header-menu ul li a {
	color: #fff;
}
.theme__header-menu ul li.current-menu-item a{
	color: #27750E;
}
.home .theme__header-menu ul li a:hover{
    color: #27750E !important;
}
.home .theme__header-right-btn a{
    background: #fff;
    color: #000 !important;
}

.home .theme__header-right-btn a svg path{
    stroke: #000;
    transition: .3s;
}
.home .theme__header-right-btn a:hover{
    background: #27750E;
    color: #fff !important;
}
.home .theme__header-right-btn a:hover svg path{
    stroke: #fff;
}


/* Offcanvas Menu CSS */
.menu-toggle-wrapper {
    display: none;
}
.home .menu-toggle span{
    background: #fff;
}
.offcanvas-menu {
	position: fixed;
	top: 0;
	left: -350px;
	width: 300px;
	height: 100%;
	background: #2F4858;
	padding: 20px;
	transition: left 0.3s ease;
	z-index: 9999999;
  }
  
  .offcanvas-menu.active {
	left: 0;
  }
  
  .offcanvas-menu ul {
	list-style: none;
	padding: 0;
  }
  
  .offcanvas-menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: 0.8px;  
}
  .offcanvas-menu .close-btn {
	text-align: right;
	font-size: 24px;
	cursor: pointer;
	color: white;
  }

  /* Toggle button */
.menu-toggle {
    background: #27750E;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-left: -5px;
    padding: 0;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
  .home-two .menu-toggle span {
  background: #000;
  }
  .home-two .menu-toggle{
	top: 25px;
  }
  .menu-toggle span {
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
	position: relative;
	z-index: 99;
	margin-bottom: 5px;
  }
  .offcanvas-logo img {
	max-width: 75px !important;
    filter: brightness(0) invert(1);
}
  .offcanvas-menu  ul li a{
	transition: all 0.3s ease;
  }
  .offcanvas-menu  ul li a:hover{
	color: #27750E;
  }
  .offcanvas-nav-menu li {
	position: relative;
  }
  .offcanvas-menu  ul li.menu-item-has-children .sub-menu {
	display: none;
	background: #fff;
	padding: 8px;
	border-radius: 3px;
  }
  .offcanvas-menu  ul li.menu-item-has-children .sub-menu li a{
	padding: 10px 10px;
	color: #000;
  }
  .offcanvas-button .header_right {
	display: block;
	text-align: left;
	margin-top: 30px;
  }
  .offcanvas-button .header_right .user_register:hover{
	color: #171717 !important;
  }
  .offcanvas-button {
	margin-top: 35px;
  }
  .offcanvas-button .header_right_btn:hover {
	color: #fff;
  }
  .offcanvas-menu .offcanvas-nav-menu li.menu-item-has-children > span::before {
	content: "";
	position: absolute;
	right: 10px;
	transition: all 0.3s ease;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 8px;
	width: 8px;
	transform: rotate(45deg);
	transform-origin: 66% 66%;
	top: 20px;
	cursor: pointer;
  }
  .offcanvas-menu .offcanvas-nav-menu li.menu-item-has-children .sub-menu{
	display: none;
	background: #fff;
	padding: 8px;
	border-radius: 3px;
  }
  .offcanvas-menu .offcanvas-nav-menu li.menu-item-has-children .sub-menu li > a {
	padding: 10px 10px;
	color: #000;
  }
  .offcanvas-menu .offcanvas-nav-menu li.menu-item-has-children .sub-menu li > a:hover{
	color: #F18F01;
  }
  .offcanvas-meta ul {
	display: flex;
	gap: 15px;
	margin-top: 10px;
  }
.offcanvas-btn {
    margin-top: 25px;
}
.offcanvas-btn .header-contact-btn {
    margin-left: 0;
}
.offcanvas-menu .menu-main-menu-container {
	margin-top: 25px;
}
.offcanvas-btn-wrap .offcanvas-btn {
    border-radius: 12px;
    background: #27750E;
    padding: 15px 20px 15px 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    transition: .3s;
}
.offcanvas-btn-wrap .offcanvas-btn:hover{
	background: transparent;
	border: 1px solid #27750E;
}
.offcanvas-btn-wrap {
    margin-top: 40px;
}
.menu-toggle span:last-child {
    margin-bottom: 0;
}

































.banner_part_wrapper .banner_title, .banner_sidebar_post .sidebar_title{
	color: #fff;
}
.banner_part_wrapper .banner_date, .banner_part_wrapper .banner_excerpt, .sidebar_meta .sidebar_date, .feature_post_content .banner_date{
	color: rgb(255 255 255 / 70%)
}
.banner_meta, .sidebar_meta, .post_meta {
    margin-bottom: 15px;
    line-height: 1;
}

.banner_meta span, .sidebar_meta, .post_meta span {
    font-size: 14px;
    line-height: 1;
}

.banner_meta span:not(:first-child), .sidebar_meta span:not(:first-child), .post_meta span:not(:first-child), .feature_post_content .banner_date {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgb(255 255 255 / 70%);
}

.banner_post_item .banner_title {
    margin-bottom: 20px;
}

.banner_post_item .banner_title a {
    color: #fff;
}

.sidebar_post_item .sidebar_thumb {
    width: 100px;
	margin-left: 20px;
	border-radius: 8px;
	height: 94px;
}
.sidebar_post_item .sidebar_thumb img{
    border-radius: 8px;
	height: 94px;
	object-fit: cover;
}

.sidebar_post_item  .sidebar_title {
    flex: 1;
}
.sidebar_post_item .sidebar_title a{
	color: #E2E8F0;
}
.sidebar_post_item:not(:last-child){
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(124, 132, 232, 0.1);
}
.post_section_title{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E2E8F0;
}
.post_01_thumb img, .post_02_thumb img {
    border-radius: 16px;
}

.post_01_thumb, .post_02_thumb {
    margin-bottom: 24px;
}

.post_01_post_item .post_01_title , .post_02_post_item .post_02_title {
    margin-bottom: 15px;
}

.post_01_excerpt , .post_02_excerpt {
    color: #4A5568;
}
.post_sidebar_wrapper .post_01_post_item {
    display: flex;
	align-items: center;
}

.post_sidebar_wrapper .post_01_post_item .post_content {
    flex: 65% 0 0;
}

.post_sidebar_wrapper .post_01_post_item:not(:last-child), .post_04_post_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E8F0;
}

.post_02_post_item .post_02_thumb img {
    width: 100%;
    max-height: 638px;
    object-fit: cover;
    border-radius: 16px;
}
.post_02_post_item.post_style_01 {
    position: relative;
}

.post_02_post_item.post_style_01 .post_content {
    max-width: 90%;
    background-color: #fff;
    padding: 32px;
    margin: 0 auto;
    margin-top: -125px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    margin-bottom: 30px;
}
.related-post-item  .related-post-thumbnail img {
    width: 100%;
    border-radius: 12px;
	object-fit: cover;
}

.related-post-item .related-post-thumbnail {
    margin-bottom: 24px;
}
.related-post-item .related-post-title a, .related-post-content .related-post-title a {
    color: #1A365D;
}
.related-post-content .read_more_btn{
	font-weight: 500;
	font-size: 14px;
	line-height: 170%;
	letter-spacing: -0.005em;
	color: #4A5568;
}
.subscription_form input{
	padding: 16px 24px;
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 50px;
	font-weight: 500;
	font-size: 18px;
	line-height: 170%;
	letter-spacing: -0.005em;
	color: rgba(74, 85, 104, 0.7);
	width: 100%;
	display: block;
}

.cu_tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.cu_tooltip .cu_tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the button */
    left: 50%;
	transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    line-height: 1.4;
}

.cu_tooltip .cu_tooltiptext::after {
    content: '';
    position: absolute;
    top: 100%; /* At the bottom of the cu_tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.cu_tooltip:hover .cu_tooltiptext {
    visibility: visible;
    opacity: 1;
}

.cu_tooltip .cu_tooltiptext a {
    color: #fff;
    text-decoration: underline;
}

.copy-tooltip {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    display: none; /* Initially hidden */
    opacity: 0.8;
    white-space: nowrap;
	margin: 0 !important;
}
.post_06_post_item.post_style_01 {
    display: flex;
    align-items: center;
}

.post_06_post_item.post_style_01 .post_06_thumb {
    flex: 55% 0 0;
    padding-right: 30px;
}

.post_06_post_wrapper {
    margin-top: 30px !important;
}

.post_06_post_item.post_style_02 .post_06_thumb {
    margin-bottom: 24px;
}

.post_06_post_item.post_style_02 .post_06_thumb img {
    border-radius: 12px;
}

.blog_single_info .post_top_meta {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog_single_info .post_top_meta .banner_date {
    color: #4A5568;
    opacity: 0.7;
    margin-left: 20px;
}

.post_meta_wrapper {
    padding: 20px 0;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.port_meta_inner .post_meta_item {
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-grid;
    place-content: center;
    background-color: rgb(74 85 104 / 10%);
    border-radius: 50%;
    margin-left: 10px;
	color: #4A5568;
}
.port_meta_inner .post_meta_item i{
	color: #4A5568;
}

.post_meta_item span#like-count {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4A5568;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    display: inline-grid;
    place-content: center;
	opacity: 0;
	visibility: hidden;
}
.port_meta_inner .post_meta_item.like_item:hover span#like-count{
	opacity: 1;
	visibility: visible;
}

.port_meta_inner .post_share_buttons {
    color: #1A365D;
	position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(26 54 93 / 30%);
    padding: 5px 10px;
    border-radius: 6px;
    transition: .3s;
    opacity: 0;
    visibility: visible;
	text-align: center;
	display: none;
}
.port_meta_inner .post_share_buttons .share-button {
    color: #1A365D;
}
.port_meta_inner .post_share_buttons .share-button.copy-link {
    background-color: transparent;
    border: 0;
}
.cu_tooltip {
    border: 0;
}
.post_share_btn:hover .post_share_buttons {
    opacity: 1;
    visibility: visible;
	display: block;
}
.post_meta_wrapper .post_meta_item a{
	color: #4A5568;
}
.post_meta_wrapper .post_content p {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.005em;
    color: rgb(74 85 104 / 70%);
}
.post_meta_wrapper .post_content h6 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #4A5568;
}
.post_single_content p {
    margin-bottom: 15px;
}

.post_single_content img {
    margin-bottom: 15px;
}

.blog_comment_inner {
    margin-top: 62px;
}

.blog_comment_inner #reply-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
}

.post_single_content .comment-notes {
}

input#author {}

.post_single_content .form-control {
    margin-top: 20px;
}

.comments-area .form-group {
    margin-top: 20px;
}

.comments-area .form-control {
    padding: 13px 16px;
    background: #F8FAFD;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
}

.comments-area .comment-form-cookies-consent {
    margin: 20px 0;
}

.comments-area input#submit {
    padding: 16px 54px;
    background: #C4A550;
    border-radius: 50px;
    color: #fff;
    border: 0px solid transparent;
}
.blog_comment_inner {
    margin-top: 62px;
}

.blog_comment_inner #reply-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
}

.post_single_content .comment-notes {
}

input#author {}

.post_single_content .form-control {
    margin-top: 20px;
}

.comments-area .form-group {
    margin-top: 20px;
}

.comments-area .form-control {
    padding: 13px 16px;
    background: #F8FAFD;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
}

.comments-area .comment-form-cookies-consent {
    margin: 20px 0;
}

.comments-area input#submit {
    padding: 16px 54px;
    background: #C4A550;
    border-radius: 50px;
    color: #fff;
    border: 0px solid transparent;
}
.post-navigation a {
    padding: 15px 31px;
    border: 1px solid #E2E8F0;
    border-radius: 50px;
    color: #1A365D;
    display: inline-block;
}
.post-navigation a:hover {
    border: 1px solid #C4A550;
    color: #fff;
	background-color: #C4A550;
}
.blog_single_info {
    margin-top: 60px;
}
.banner_post_item .post_meta_wrapper {
    padding: 0;
    border: 0px solid transparent;
    border-bottom: 0px solid transparent;
    margin: 40px 0 0;
}
.banner_post_item .port_meta_inner .post_meta_item {
    background-color: rgb(255 255 255 / 10%);
}

.banner_post_item .port_meta_inner .post_meta_item i {
    color: #fff;
}
.banner_post_item .port_meta_inner .post_meta_item svg {
    filter: invert(1) brightness(4);
}
.post_author .avatar img{
	border-radius: 50%;
}
.subscription_form br {
    display: none;
}

.subscription_form {
    text-align: center;
}

.subscription_form input {
    text-align: center;
}

.subscription_form button {
    border: 1px solid #C4A550;
    color: #fff;
    background-color: #C4A550;
    border-radius: 50px;
    padding: 15px 20px;
    width: 100%;
    margin-top: 20px;
}

.subscription_form br {
    display: none;
}

.subscription_form {
    text-align: center;
}

.subscription_form input {
    text-align: center;
}

.subscription_form button {
    border: 1px solid #C4A550;
    color: #fff;
    background-color: #C4A550;
    border-radius: 50px;
    padding: 15px 20px;
    width: 100%;
    margin-top: 20px;
}

.post_read_more_btn {
    font-size: 14px;
    line-height: 170%;
    color: #4A5568;
    display: inline-block;
    margin-top: 20px;
}
.post_sidebar_wrapper .post_01_thumb img {
    height: 212px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.breadcrumb_section {
    padding: 20px 140px;
    background: rgba(124, 132, 232, 0.08);
    text-align: center;
}

.breadcrumb_section .breadcrumb {
    justify-content: center;
}

.breadcrumb_section .breadcrumb a, .breadcrumb_section .breadcrumb {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #1A365D;
    opacity: 0.7;
    margin: 0 7px;
}
.feature_post_wrapper {
    margin-top: 60px;
    margin-bottom: 120px;
    padding: 60px 0 0 0;
    z-index: 3;
    position: relative;
}
.feature_post_wrapper:after {
    background-color: #1A365D;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
}

.feature_post_wrapper .feature_post_thumb img {
    height: 550px;
    object-fit: cover;
}

.archive_post_wrapper {
    position: relative;
    z-index: 1;
}

.feature_post_wrapper .feature_post_thumb .post-thumbnail img {
    position: relative;
    z-index: 99;
    border-radius: 20px;
}
.feature_post_content .title a {
    color: #fff;
}

.feature_post_content .title {
    margin-bottom: 25px;
}

.feature_post_content .post_desc {
    color: rgb(255 255 255 / 70%);
}

.archive_post_wrapper {
    margin-bottom: 110px;
}

.archive_post_item .post_thumb {
    margin-bottom: 32px;
}

.archive_post_item .post_top_meta {
    margin-bottom: 19px;
}

.archive_post_item .cu_btn.base_btn {
    margin-top: 32px;
}

.archive_post_item .post_top_meta span {
    font-size: 16px;
    line-height: 1;
}

.archive_post_item 
 .banner_category.text-base {color: #2C7A7B;}

.archive_post_item .banner_date {
    color: #4A5568;
    opacity: 0.7;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #4A5568;
}
button#like-button {
    border: 0;
}
button#like-button {
    border: 0;
}

.archive_post_item .post_thumb img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.comments-area input#submit {
    margin-top: 20px;
}
.feature_post_content .swiper_pagination div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 50px;
    transition: .3s;
    cursor: pointer;
}

.swiper_pagination {
    display: flex;
    margin-top: 138px;
}

.swiper_pagination .swiper_prev {
    margin-right: 10px;
}

.feature_post_content .swiper_pagination div:hover {
    background: #C4A550;
    border: 1px solid #C4A550;
    color: #fff;
}
.cre_portal_section_wrapper .portal_top_meta .analysis_meta p{
	color: rgba(74, 85, 104, 0.7);
	font-size: 12px;
	line-height: 25px;
}
.cre_portal_section_wrapper .portal_top_meta .analysis_meta p span{
	display: block;
	color: rgba(74, 85, 104, 1);
	font-size: 16px;
}
.cre_portal_section_wrapper .portal_top_meta{
	margin-bottom: 20px;
}
.cre_portal_section_wrapper .thumb_title{
	color: #1A365D;
}
.cre_portal_section_wrapper .thumb_sub_title{
	font-size: 18px;
	line-height: 30px;
	color: #4A5568;
}
.cre_portal_section_wrapper .post_thumb{
	background: #F7F7F5;
	border-radius: 20px;
    padding: 20px;
	margin-top: 35px;
	margin-bottom: 25px;
}
.cre_portal_section_wrapper .portal_meta{
	margin-bottom: 12px;
}
.portal_meta .post_category,.portal_meta .post_date{
	color: #2C7A7B;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.5px;
}
.portal_meta .post_date{
	color: #4A5568;
	opacity: 0.7;
	margin-left: 5px;
    padding-left: 9px;
}
.portal_meta .post_date {
	border-left: 1px solid #4A5568;
	opacity: 0.7;
}
.cre_portal_section_wrapper .portal_title{
	font-size: 36px;
	line-height:50px;
	color: #1A365D;
	letter-spacing: -0.5%;
}
.portal_excerpt{
	font-size: 18px;
	line-height: 30px;
	color: #4A5568;
}
.cre_portal_section_wrapper .portal_btn {
	background: #C4A550;
	margin-top: 30px;
}
.cre_portal_section_wrapper .portal_btn i{
	margin-left: 8px;
}
.cre_portal_section_wrapper .cre_portal_item + .cre_portal_item{
	margin-top: 100px;
}
.post_style_02.col-lg-4 .post_date{
	margin-left: 3px;
    padding-left: 8px;
}
.post_sidebar_wrapper .post_meta span:not(:first-child),.post_meta span:not(:first-child){
	border-left: 1px solid rgba(74, 85, 104, 0.30) !important;
}
.blog .blog_post_item .post-thumbnail img{
	height: 600px;
}
.single .post-thumbnail img{
	width: 100%;
	object-fit: cover;
}

@media (min-width: 768px){

}

@media (min-width: 1024px){
	
}

@media (max-width: 991px){
	.elementor-element-29291ca .post_06_part_wrapper .post_06_post_item.col-lg-4{
		margin-bottom: 45px;
	}
}

@media (max-width: 767.98px){
	.banner_part {
		min-height: 100vh;
	}
	.poppup_section_wrapper .poppup_button {
		padding: 15px;
	}
	.cre_portal_section_wrapper .cre_portal_item + .cre_portal_item {
		margin-top: 40px;
	}
}

@media (max-width: 991px) and (min-width: 768px){
	.poppup_section_wrapper .poppup_button {
		padding: 15px;
	}
	.poppup_section_wrapper .poppup_button .button_text {
		font-size: 18px;
		line-height: 28px;
	}
	.cre_portal_section_wrapper .cre_portal_item + .cre_portal_item {
		margin-top: 45px;
	}
}

@media (max-width: 480px){
	.header_menu_inner .category_list a {
        display: block !important;
        text-align: center !important;
    }
	.header_menu_inner .category_list {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


/* Elementor CSS */
.elementor-button-icon svg {
	width: auto !important;
}
.za_btn_wrap .elementor-button .elementor-button-icon svg {
   transition: .3s;
}
.za_btn_wrap .elementor-button:hover .elementor-button-icon svg path{
    fill: none;
}
.za_btn_wrap.b_2nd_btn .elementor-button:hover .elementor-button-icon svg path {
    fill: none;  
   stroke: #fff;
}
.section__heading-sub .elementor-heading-title {
	border-radius: 122px;
	border: 1px solid #DAF3F3;
	background: #F1FAF9;
	padding: 10px 20px;
}
.team__section_content .elementor-widget-container strong {
	color: #1F2937;
}
.service__list  .elementor-widget-container ul {
    padding-left: 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.description__bold strong {
	font-size: 16px;
	font-weight: 500;
	color: #1F2937;
}
.za_btn_wrap.za_footer_btn .elementor-button:hover .elementor-button-icon svg path{
    stroke: #fff;
}










/* Elementor Custom Breakpoint CSS */

@media (max-width: 1400px) {
  .e-con-inner {
    max-width: 1140px !important;
  }
}

@media (max-width: 1200px) {
  .e-con-inner {
    max-width: 960px !important;
  }
 .theme__header-menu {
    display: none;
 }
 .theme__header-right-btn {
    display: none;
}
.menu-toggle-wrapper {
    display: block;
}
.navbar_part {
    padding: 8px 0px;
}
.navs-tabs__title h2 {
    margin-bottom: 15px;
}
.navs-tabs__section button {
    font-size: 24px;
}
.navs-tabs__section {
    margin-bottom: 35px;
}
._3efP_GeH5kyBAzqnLzL.cllbjvXCdYDt9A3te4cz {
	max-width: inherit !important;
}




}

@media (max-width: 992px) {
  .e-con-inner {
    max-width: 720px !important;
  }
  .elementor-10 .elementor-element.elementor-element-754b525 {
     --width: 95%;
  }



}

@media (max-width: 768px) {
  .e-con-inner {
    max-width: 540px !important;
  }
    .navbar_logo .navbar-brand img {
        max-width: 60px;
    }
    
}
@media (max-width: 767px) {
	.banner_des .elementor-widget-container p br{
		display: none;
	}
    .navs-tabs__section button {
        font-size: 20px;
    }
    .navs-tabs__section button span {
        font-size: 18px;
        margin-right: 5px;
    }
    .navs-tabs__section button p {
        font-size: 16px;
        margin-top: 10px;
        padding-top: 10px;
    }


}
