/*!
Theme Name: NarrativeShift
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: NarrativeShift
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.

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

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

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


/* Typography
--------------------------------------------- */
.site-header{
	background-color: #000;
}
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;
	font-family: "AmpleSoftPro";
	letter-spacing: -0.005em;
}

p {
	margin-bottom: 0;
	letter-spacing: -0.005em;
}
.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);
} 
.footer_section:before {
	background-size: 55% 100% !important;
}


.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_sidebar_wrapper .post_01_thumb img {
	height: 212px;
	object-fit: cover;
}

.post_01_post_item .post_01_title , .post_05_post_item .post_05_title {
    margin-bottom: 15px;
    color: #fff;
}

.post_01_excerpt , .post_05_excerpt {
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    line-height: 1.7;
}
.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;
	padding-right: 20px;
}

.post_sidebar_wrapper .post_01_post_item:not(:last-child), .post_05_post_item.post_style_02 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2C2C2C;
}
.post_05_post_item.post_style_01{
    margin-bottom: 50px;
}
.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;
}

.post_meta span:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgb(255 255 255 / 70%);
}
.post_meta span {
    font-size: 16px;
    line-height: 1;
}
.text-base-2{
    color: #67ADDC;
}
.post_read_more_btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 170%;
	letter-spacing: -0.005em;
	color: #fff;
	margin-top: 8px;
}
.post_meta .post_date {
    color: rgb(255 255 255 / 70%);
}
.site-header .navbar_logo {
    margin-bottom: -55px;
}
.site-header {
    position: relative;
    z-index: 9;
}
.na_btn_wrapper.contact_btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    padding: 14px 20px 14px 24px;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
	margin-left: 15px;
}
.na_btn_wrapper.contact_btn:hover {
    border-color: #CF83B5;
	background-color: #CF83B5;
}
.na_btn .elementor-button-content-wrapper {
    align-items: center;
}
.na_btn .elementor-button-content-wrapper svg{
    width: auto;
}
.testimonial_section_inner {
    background: #1F2224;
    border-radius: 20px;
    padding: 28px;
}
.testimonial_section_inner i {
    margin-right: 10px;
    color: #fff;
}
.testimonial_section_inner i.full {
    color: #FDD609;
}

.testimonial_section_inner 
 .cre_rating_star {
    margin-bottom: 15px;
}

.testimonial_section_inner h6 {
    margin-bottom: 10px;
}

.testimonial_section_inner .client_info {
    margin-top: 40px;
}

.testimonial_section_inner .name {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
}

.testimonial_section_inner .position {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
}
.testimonial_section_inner .description h6, .testimonial_section_inner .description p, .testimonial_section_inner .position, .testimonial_section_inner .name {
    color: #fff;
}
.blog_post_item {
    background: #1F2224;
    border-radius: 16px;
    padding: 16px;
    height: 100%;
}

.blog_post_item .post-date {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.blog_post_item .post_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    margin-top: 16px;
    display: inline-block;
    min-height: 72px;
}

.blog_post_item .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
}

.blog_post_item .post_btn {
    font-weight: 500;
    color: #4FC1E9;
    margin-top: 20px;
    display: inline-block;
}

.blog_post_item .post_btn i {
    margin-left: 5px;
    font-size: 15px;
}
.cre_accordion .accordion-item {
    border: 1px solid transparent;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}

.cre_accordion .accordion-item .accordion-button {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    padding: 20px;
    border: 1px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 6px 6px 0 0;
}

.cre_accordion .accordion-item .accordion-body {
    padding: 24px 30px;
    color: #969FB7;
}

.cre_accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #CF83B5;
    color: #fff;
    border-color: #D2EBFF;
}
.cre_accordion .accordion-item {
    border-radius: 6px !important;
    margin-bottom: 20px;
    overflow: hidden;
}

.cre_accordion .accordion-item .accordion-button {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    padding: 20px;
    background-color: rgb(255 255 255 / 10%);
}

.cre_accordion .accordion-item .accordion-body {
    padding: 24px 30px;
    background-color: rgb(255 255 255 / 10%);
    border: 1px solid #D2EBFF;
    border-top: 0px solid transparent;
    border-radius: 0 0 6px 6px;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068" !important;
    color: #fff;
    font-size: 17px;
}

.accordion-button::after {
    content: "\f067" !important;
    font-size: 17px;
	font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
.testimonial_slider_nav {
    top: -110px;
}

.testimonial_slider_nav .testimonial_prev, .testimonial_slider_nav .testimonial_next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: #fff;
    display: inline-grid;
    place-content: center;
    background: rgba(255, 255, 255, 0.1);
	margin-left: 10px;
}
.testimonial_slider_nav .testimonial_prev:hover, .testimonial_slider_nav .testimonial_next:hover {
    background: #CF83B5;
	color: #fff;
}
.bg_clippath .elementor-widget-container {
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%, 0% 50%);
}
.contact_form_wrapper .form_group br {
    display: none;
}

.contact_form_wrapper .form_group .wpcf7-form-control {
    width: 100%;
    display: block;
}

.contact_form_wrapper .form_group {
    margin-bottom: 35px;
}

.contact_form_wrapper .form_group .form-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
}
.wpcf7-radio .wpcf7-list-item-label {
    color: #969FB7;
}
.contact_form_wrapper .form_group .form_control {
    border: 0px solid transparent;
    border-bottom: 1px solid rgb(201 217 227 / 10%);
    box-shadow: none !important;
    background-color: transparent;
}

.contact_form_wrapper .form_group 
 .wpcf7-list-item {
    margin: 0 30px 0 0;
}

.contact_form_wrapper .form_group 
 .wpcf7-radio {
    margin-top: 8px;
}

.contact_form_wrapper .form_group textarea {
    height: 60px;
}
button.form_btn {
    background-color: #CF83B5;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 50px 50px 50px 50px;
    padding: 18px 24px 18px 24px;
    color: #fff;
    border: 0px solid transparent;
    display: inline-flex;
    align-items: center;
}

button.form_btn br {
    display: none;
}
.subscription_form br {
    display: none;
}

.subscription_form p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.subscription_form .wpcf7-email {
    max-width: 265px;
    border: 1px solid #61676F;
    border-radius: 50px;
    background-color: transparent;
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #61676F;
	margin-right: 16px;
}

.subscription_form .wpcf7-submit {
    padding: 12px 24px;
    background: #CF83B5;
    border-radius: 40px;
    border: 0px solid transparent;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.subscription_form .wpcf7-submit:hover {
    background: #fff;
    color: #CF83B5;
}
div#max_offcanvas {
    background-color: #000;
}
div#max_offcanvas .navbar-nav.menu {
    margin: 0;
}
div#max_offcanvas {
    background-color: #000;
}

div#max_offcanvas .na_btn_wrapper.contact_btn {
    margin: 15px 0 0 0;
    width: 100%;
    text-align: center;
}
.blog_breadcrumb.page_breadcrumb {
    padding: 100px 0;
    background-color: #181717;
    border-radius: 0 0 60px 60px;
}
.page_name {
    background-color: #CF83B51A;
    padding: 4px 14px 4px 14px;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    margin-bottom: 15px;
    color: #CF83B5;
}
.blog_single_wrpper {
    padding: 90px 0;
}
.header_part_wrapper .header_menu_inner, .header_part_wrapper .header_right_part {
    flex: 44% 0 0;
}
.header_part_wrapper .header_right_part .navbar-nav {
    justify-content: flex-end;
}
.header_part_wrapper .navbar_logo {
    flex: 12% 0 0;
    text-align: center;
}
.post_01_post_item .post_01_thumb, .post_05_post_item .post_05_thumb {
    padding-bottom: 10px;
}
.post_01_post_item .post_meta, .post_05_post_item .post_meta {
    padding-bottom: 10px;
}
.post_05_post_item img {
    border-radius: 16px;
}
.post_05_post_wrapper .post_05_post_item {
    display: flex;
    align-items: center;
}
.post_05_post_wrapper .post_05_post_item .post_content {
    flex: 55% 0 0;
}
.post_05_post_wrapper .post_05_post_item .post_05_thumb {
    width: 100%;
    object-fit: cover;
    padding-bottom: 0px;
    margin-right: 25px;
}
.post_05_post_wrapper {
    margin-top: 50px;
}
.post_05_post_wrapper .post_05_post_item .post_05_thumb img {
    height: 235px;
    object-fit: cover;
}
.popup_section_content{
    max-width: 814px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}
.pagination_number .prev, .pagination_number .next {
    display: none !important;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.pagination .prev, .pagination .next {
    padding: 16px 18px;
    border: 1px solid rgba(226, 232, 240, 0.4);
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    min-width: 162px;
    text-align: center;
    color: #67ADDC;
}

.pagination .prev:hover, .pagination .next:hover {
    background-color: #CF83B5;
    color: #fff;
    border-color: #CF83B5;
}

.pagination_number .page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-grid;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    place-content: center;
}

.pagination_number .page-numbers.current {
    background-color: #67ADDC;
}
.poppup_section_wrapper .popup-modal {
    color: #fff;
    padding: 14px 20px;
    border: 1px solid #CF83B5;
    border-radius: 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.poppup_section_wrapper .popup-modal:hover {
    background-color: #CF83B5;
}

.cre_advance_accordion .accordion-item {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px !important;
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid transparent;
}
.cre_advance_accordion .accordion-item.accordion-item-active {
    background: transparent;
    border: 2px solid #969FB7;
}

.cre_advance_accordion .accordion-item .accordion-button {
    font-weight: 700;
    font-size: 28px;
    line-height: 160%;
    color: #FFFFFF;
}
.cre_advance_accordion .accordion-item .accordion-button .number {
    font-weight: 700;
    font-size: 60px;
    line-height: .8;
    color: #969FB7;
    margin-right: 20px;
}
.cre_advance_accordion .accordion-item.accordion-item-active  .accordion-button .number, .cre_advance_accordion .accordion-item.accordion-item-active .accordion-button ,  .cre_advance_accordion .accordion-item.accordion-item-active .accordion-button:after{
    color: #67ADDC;
    border-color: #67ADDC;
}

.cre_advance_accordion .accordion-item .accordion-body {
    padding-top: 20px;
}

.cre_advance_accordion .accordion-item .accordion-body .accordion_content p, 
.cre_advance_accordion .accordion-item .accordion-body .accordion_content_inner {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}

.cre_advance_accordion .accordion-item .accordion-body .accordion_content {
    padding: 32px;
    background: rgba(207, 131, 181, 0.2);
    border-radius: 16px;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.cre_advance_accordion .accordion-item .accordion-body .accordion_content a {
    margin-top: 30px;
    display: inline-block;
    padding: 16px 24px;
    border: 2px solid #CF83B5;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #CF83B5;
}

.cre_advance_accordion .accordion-item .accordion-body .accordion_content a:hover {
    background-color: #fff;
    border-color: #fff;
}

.cre_advance_accordion .accordion-button::after {
    height: 44px;
    width: 44px;
    border: 2px solid #969FB7;
    border-radius: 50%;
    display: inline-grid;
    place-content: center;
    line-height: 1;
}
.post_read_more_btn svg {
    filter: brightness(0) invert(1);
    transition: .3s;
}

.post_read_more_btn:hover svg {
    transform: rotate(45deg);
}

.post_read_more_btn:hover {
    color: #fff;
}

.sidebar_item.search_bar input.search-field {
    padding: 17px 24px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background-color: transparent;
    width: 100%;
}

.sidebar_item.search_bar form {
    position: relative;
}

.sidebar_item.search_bar button.search-submit {
    background: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

.sidebar_item {
    margin-bottom: 33px;
}

.sidebar_item.post_thumbnail img {
    max-width: 100%;
    border-radius: 12px;
    height: auto;
}

.sidebar_item .title {
    color: #fff;
}

.sidebar_item .category_list a {
    color: #fff;
    display: block;
    margin-bottom: 16px;
}

.blog_single_content img{
    max-width: 100%;
    margin: 15px 0;
    border-radius: 12px;
    height: auto;
}
.blog_single_content h1, .blog_single_content h2, .blog_single_content h3, .blog_single_content h4, .blog_single_content h5, .blog_single_content h6, .blog_single_content p, .blog_single_content li, .blog_single_content a{
    color: #fff;
}
.blog_single_content h1{
    font-size: 40px;
    line-height: 48px;
}
a.popup-modal-dismiss {
    right: 40px;
    top: 40px;
}
.offcanvas-header .btn-close {
    filter: brightness(0) invert(1);
}
.elementor-button-icon {
    line-height: 1;
}
.testimonial_pagination .swiper-pagination-bullet{
    background-color: #fff;
    width: 20px;
    height: 20px;
}
.testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #CF83B5;
}
.info_icon_box .elementor-icon-box-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.section_title span{
	color: #0071D7;
}

.pagination .pagination_number {
    margin: 10px 0;
}
.footer_section .elementor-heading-title a:hover, .info_icon_box .elementor-icon-box-title a:hover{
	color: #CF83B5;
}
section.error-404.not-found.text-center {
    padding: 120px 0;
}
.error-404 h1, .error-404 p {
    color: #fff;
}
.blog_breadcrumbs_area_two.parallaxie {
    padding: 120px 0;
}
.blog_breadcrumbs_area_two.parallaxie {
    padding: 120px 0;
    background: #181717 !important;!i;!;
    border-radius: 0 0 60px 60px;
}
.header_part_wrapper .menu > .nav-item > .nav-link:hover, .blog_post_item .post_btn:hover{
	color: #CF83B5;
}
.blog_post_item .post_thumb img {
    border-radius: 10px;
}
.single_icon_box .elementor-icon-box-description span {
    font-size: 24px;
    line-height: 150%;
    font-weight: 700;
}
.site-header .dropdown-toggle::after {
    border: 0;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 2px;
    position: absolute;
}

/* .site-header .nav-item.dropdown {
    margin-right: 13px;
}

.site-header .nav-item.dropdown {
    margin-right: 13px;
} */

.site-header .menu .dropdown-menu {
    background: #000000;
    box-shadow: 0px 4px 24px rgba(38, 38, 38, 0.25);
    border-radius: 0px 0px 10px 10px;
}

.site-header .menu > .nav-item.submenu .dropdown-menu {
    background: #000000;
    box-shadow: 0px 4px 24px rgba(38, 38, 38, 0.25);
    border-radius: 0px 0px 10px 10px;
    left: 0;
}
.max_offcanvas_icon svg {
    width: 40px;
    height: 40px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:hover{
	color: #CF83B5 !important;
}
.info_popup .popup-modal {
    padding: 0;
    border: 0px solid transparent;
}

.info_popup .popup-modal svg {
    width: 40px;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000; /* Or any background color */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999; /* Make sure it's on top */
}

.preloader-image {
	max-width: 50%; /* Adjust as needed */
	transition: transform 3s ease-in-out, opacity 2.5s ease-in-out !important;
}

.image1 {
	margin-right: -289px; /* Space between images */
}

.image2 {
	margin-left: -288px;
}

.preloader-image.move-left {
	transform: translateX(-100vw); /* Move off-screen to the left */
	opacity: 0;
}

.preloader-image.move-right {
	transform: translateX(100vw); /* Move off-screen to the right */
	opacity: 0;
}

.loading-text {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.preloader_content {
	display: none; /* Hide preloader_content initially */
}
@media (max-width: 1024px){
	
}

@media (min-width: 1200px){
	
}
@media(max-width: 1366px) {
	.header_part_wrapper .menu > .nav-item {
		padding: 5px 12px;
	}
}
@media (max-width: 1200px){
	.header_right_part {
        justify-content: flex-end;
    }
	.blog_breadcrumb.page_breadcrumb {
		padding: 80px 0 60px;
		border-radius: 0 0 20px 20px;
	}
	.site-header .menu > .nav-item.submenu .dropdown-menu.show {
		display: block;
	}

	.site-header .menu > .nav-item.submenu .dropdown-menu .nav-item {
		padding: 0px 15px;
	}
	
    .dropdown-arrow {
		position: relative;
        z-index: 1;
        height: 20px;
        width: 20px;
        float: right;
		
	}
	.dropdown-arrow:after {
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		top: 4px;
		position: absolute;
	}
	.site-header .dropdown-toggle::after{
		display: none;
	}
	.image1 {
		margin-right: -94px; /* Space between images */
	}

	.image2 {
		margin-left: -94px;
	}
	
	.preloader-image {
		max-width: 188px;
	}
	.cre_advance_accordion .accordion-item .accordion-body .accordion_content p, 
	.cre_advance_accordion .accordion-item .accordion-body .accordion_content_inner {
		font-size: 18px;
		line-height: 28px;
	}
}
@media (max-width: 1441px) and (min-width: 1200px){
	
}

@media (max-width: 1200px) and (min-width: 991px){
	
}
@media (max-width: 991px) and (min-width: 768px){
	.blog_post_item{
		margin-bottom: 30px;
		height: auto;
	}
}
@media (max-width: 767px) {
	.blog_post_item{
		margin-bottom: 30px;
		height: auto;
	}
	.cre_advance_accordion .accordion-item {
		padding: 10px;
		margin-bottom: 15px;
	}
	.cre_advance_accordion .accordion-item .accordion-button .number {
		font-size: 30px;
		margin-right: 10px;
	}
	.cre_advance_accordion .accordion-item .accordion-button {
		font-size: 18px;
	}
	.cre_advance_accordion .accordion-button::after {
		height: 36px;
		width: 36px;
	}
	.cre_advance_accordion .accordion-item .accordion-body .accordion_content {
		padding: 16px;
		margin-top: 15px;
	}
	.cre_advance_accordion .accordion-item .accordion-body .accordion_content a {
		margin-top: 20px;
	}
	.cre_accordion .accordion-item .accordion-button {
		font-size: 18px;
		padding: 16px;
	}
	.cre_accordion .accordion-item .accordion-body {
		padding: 20px;
	}
	.post_sidebar_wrapper .post_01_post_item .post_content, .post_05_post_wrapper .post_05_post_item .post_content {
		flex: 100% 0 0;
		padding-right: 0;
	}
	.post_sidebar_wrapper .post_01_post_item, .post_05_post_wrapper .post_05_post_item{
		flex-wrap: wrap;
	}
	.post_05_post_wrapper .post_05_post_item .post_05_thumb {
		margin-right: 0;
		margin-bottom: 0;
	}

	.post_01_post_item .post_01_thumb {
		order: 1;
		margin-bottom: 15px;
	}

	.post_01_post_item .post_content {
		order: 2;
	}
	.subscription_form .wpcf7-submit {
		margin: 10px 0;
	}
	.blog_breadcrumbs_area_two.parallaxie {
		padding: 120px 0;
		background: #181717 !important;
		border-radius: 0 0 20px 20px;
	}
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}
	
}

@media(max-width:575px) {
	.site-header .navbar_logo {
    	margin-bottom: -20px;
	}
}