/*===================== 
	Premery bg color 
=====================*/

:root{
	--primary: #b39eb5;
}

/* Hex */
.bg-primary,
.meet-ask-row:after,
.dez-separator.style-skew[class*="style-"]:after,
.dez-separator.style-skew[class*="style-"]:before,
.dez-tilte-inner.skew-title:after,
.date-style-2 .post-date,
.date-style-3.skew-date .post-date,
.date-style-3.skew-date .post-date:before,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.widget-title:after,
.site-button,
.comments-area .comment-form p input[type="submit"],
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.footer-line:after,
.testimonial-1 .quote-left:before,
.testimonial-2 .quote-left:before,
.site-filters .site-button.active,
.list-num-count > li:before,
.date-style-4 .post-date strong,
.date-style-3 .post-date,
.date-style-2 .post-date,
.team-social-btn ul li a:hover,
.header-style-6 .header-nav .nav > li.active:after, 
.header-style-6 .header-nav .nav > li:hover > a:after,
.owl-prev, .owl-next,
.scroltop,
#myNavbar li.active a,
.sidenav ul li a:hover,
.widget_calendar table tbody td#today,
.searchform input[type="submit"]{
    background-color: #6d5b7a;
}

.top-bar-curve:after
{
    background-color: #b39eb5;
}

/*Hex color :hover */
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button,
.site-button.active,
.bg-primary-dark,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus ,
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus,
.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus,
.sidenav .closebtn:hover,
.left-footer-menu .footer-social li a:hover,
.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active,
.widget_calendar table tbody td#today:hover,
.searchform input[type="submit"]:hover  {
    background-color: #eebb13;
}

/* Rgba color */
.dez-info-has.bg-primary {
    background-color: rgba(239, 187, 32, 0.9);
}

/*===================== 
	Premery text color 
=====================*/
a,
.text-primary,
.primary li:before,
.breadcrumb-row ul li a,
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a .header-nav .nav > li .sub-menu li a:hover,
.header-nav .nav > li:hover > a,
.header-nav .nav > li .mega-menu > li ul a:hover,
.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover,
blockquote:before,
ol.comment-list li.comment .reply a,
footer a:active,
footer a:focus,
footer a:hover,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a,
.testimonial-1 .testimonial-position,
.testimonial-4 .testimonial-name:after,
.testimonial-2 .testimonial-position,
.testimonial-3 .testimonial-position,
.testimonial-3 .quote-left:before,
.acod-head a:after,
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover,
.dez-tabs .nav-tabs > li > a i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.gallery-filters ul li:hover a, 
.gallery-filters ul li a:focus,
.gallery-filters ul,
.comments-area .comments-title::first-letter,
.header-style-2.dark .header-nav .nav > li.active > a,
.header-style-2.dark .header-nav .nav > li:hover > a,
.widget_rss ul .rss-date {
    color: #6d5b7a;
}

/*===================== 
	Premery border color 
=====================*/
.navbar-toggle,
.testimonial-4 .testimonial-pic,
.testimonial-4:after,
.testimonial-4 [class*="quote-"],
button.scroltop,
blockquote,
.widget_gallery li:hover,
.header-style-6 .top-bar {
    border-color: #b39eb5;
}
.testimonial-5,
.header-style-6 .header-nav .nav > li.active:before{
	border-bottom-color: #6d5b7a;
}
.dez-tabs.border-tp .nav-tabs > li > a.active{
	border-top-color: #b39eb5!important;
}

/*===================== 
	Secondery bg color
 =====================*/
.bg-secondry {
    background-color: #6d5b7a;
}

/*===================== 
	Secondery text color
 =====================*/
.text-secondry {
    color: #2d3239;
}
/*===================== 
		Garllery 
 =====================*/
.our-gallery .dez-info-has {
    background-color: #b39eb5;
    box-shadow: 0 0 0 15px #b39eb5 inset, 0 0 0 16px #ffffff inset;
}

/* Light Gallery */
.lg-actions .lg-next, 
.lg-actions .lg-prev, 
.lg-sub-html, 
.lg-toolbar{
    background-color: #b39eb5;
}
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-toogle-thumb:hover,
.icon-bx-xs.check-km{
	color: #b39eb5;
}
.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover {
    border-color: #b39eb5;
}


/*  Header */


body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	
}
.header {
	position: fixed; /* Fix the header at the top */
	top: 0;
	left: 0;
	height:130px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
	z-index: 1000; /* Ensure the header stays above other content */
}
.header .logo {
	font-size: 24px;
	font-weight: bold;
}
.header nav {
	display: flex;
	align-items: center;
}
.header nav a {
	margin: 0 10px;
	text-decoration: none;
	color: #333;
	position: relative;
}
.header nav a:hover {
	background-color: #ddd; /* Gray hover effect */
	color: #ffffff;
}
/* Add slashes between main menu items */
.header nav a:not(:last-child)::after {
	content: " /";
	margin-left: 10px;
	color: #333;
}
/* Remove slashes from dropdown menu */
.dropdown-content a::after {
	content: none !important;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 200px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.dropdown-content a {
	color: #333;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: #ddd; /* Gray hover effect for dropdown items */
}
.dropdown:hover .dropdown-content {
	display: block;
}


/* End header */








/*===================== 
	New Important
 =====================*/
a.text-primary:hover{
	color: #eebb13 !important;
}
.text-primary,
.site-footer .footer-bottom a:hover,
footer .widget_services ul li a:hover{
	color: #b39eb5 !important;
}
.text-primary2
{
	color: #6d5b7a !important;
}
.bg-primary{
	background-color: #b39eb5 !important;
}
.bg-primary2{
	background-color: #6d5b7a !important;
	color: #fff;
}
a.bg-primary:focus,
a.bg-primary:hover{
	background-color: #eebb13 !important;
}