:root{
	--color1: #006ecf;
	--color1-dark-15 : color-mix(in srgb,var(--color1),#000 15%);
	--color1-dark-30 : color-mix(in srgb,var(--color1),#000 30%);
	--color1-dark-60 : color-mix(in srgb,var(--color1),#000 60%);
	--color1-dark-70 : color-mix(in srgb,var(--color1),#000 70%);
	--color1-dark-90 : color-mix(in srgb,var(--color1),#000 90%);
	--color1-light-15: color-mix(in srgb,var(--color1),#fff 15%);
	--color1-light-30: color-mix(in srgb,var(--color1),#fff 30%);
	--color1-light-60: color-mix(in srgb,var(--color1),#fff 60%);
	--color1-light-70: color-mix(in srgb,var(--color1),#fff 70%);
	--color2: #002147;
	
	--bs-navbar-active-color: yellow;
	
}
hr	{
	color:rgb(33, 37, 41);
}
.navbar-nav .nav-link.show {
    color: #ffc107 !important;
}

a {
    text-decoration: none;
    color: #1b1b1b;
}

a:hover:not(.nav-link,.btn) {
    color: #0d6efd;
}

.navbar-nav .nav-item a:hover:not(.dropdown-item) {
	/*background: #0f3356;
	color: #fff !important;*/
    color: #ffc107 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #ffc107;
}


header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.bg-gradient-accent-dark {
	background: #002147;
	background: linear-gradient(225deg, var(--color2), var(--color1));
}
.header__container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 88px;
	padding: 0 10px;
}
.header.header__right {
	display: flex;
	align-items: center;
}

/* Custom Classes */
 a.nav-link {
    color: #ffffff;
}

.charity-nav.fixed-top a.nav-link {
    color: #343a40;
}

.w-15 {
    width: 15% !important;
}

/* Side Navbar */
.sidebar-nav .nav-link.active {
    color: #0d6efd;
}

/* Index */
/*
.bg-homepage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/banner.jpeg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.provide-img {
    width: 50px;
}

.provide {
    position: relative;
    margin-top: -8rem;
}

/*
.school-video {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/school.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
}
*/

/* Projects */
/*
.bg-project {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-project.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/*
.bg-volunteer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-volunteer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* About */
.bg-banner {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-about.jpg);*/
    background-image: url('../img/bgb.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.work-img {
    width: 70px;
}

/* Volunteer */
/*
.bg-volunteer-page {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-volunteer-page.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* Contact */
/*
.bg-contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* Post-1 */
/*
.bg-post-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/post/post-1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.b-icon {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Post-2 */
/*
.bg-post-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/post/post-2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* Post-3 */
/*
.bg-post-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/post/post-3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.comment-img {
    width: 60px;
}

/* Admin */
.icon-sm {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer */
footer{
	background-color: var(--color1-dark-70);
}
footer .footer-bottom{
	background-color: var(--color1-dark-90);
}
.social-icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-top a {
    color: rgba(248,249,250,1);
}

footer .footer-top a:hover {
    color: #FFC107;
}

footer .footer-top .social-icon {
    border: 1px solid #6c757d;
}

footer .footer-top .social-icon:hover {
    border: 1px solid #0d6efd;
}
footer h5 span{
	border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
footer li{
	margin: 10px 0;
}

.site-brand img.on-fixed, .fixed-top .site-brand img:not(.on-fixed) {
    display: none;
}

.fixed-top .site-brand img.on-fixed, .site-brand img:not(.on-fixed) {
    display: inline-block;
}

html[dir="rtl"] .navbar-nav .dropdown-menu .dropdown-menu {
    right: 100%;
    left: unset;
    top: 0;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    right: unset;
    left: 100%;
    top: 0;
}

.dropdown-menu, .nav-link {
    font-size: .875rem;
}

.vh-75 {
    height: 75vh;
}

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

.text-purple{
    color: #8b3dff !important;
}
.btn-theme {
    padding: 10px 25px !important;
}
.btn-purple{
    background-color: #8b3dff;
    color: #ffffff;
    border: 1px solid #8b3dff;
}
.btn-purple:hover, .btn-purple:focus, .btn-outline-purple:hover {
    background-color: #7634d9;
    color: #ffffff;
    border: 1px solid #6f31cc;
}
.btn-outline-purple{
    color: #6f31cc;
    border: 1px solid #6f31cc;
}
.nav-pills.purple-tab .nav-link.active, .nav-pills.purple-tab .show>.nav-link {
    background-color: #8b3dff;
}
.bg-purple{
    background-color: #8b3dff;
}
.purple-tab .nav-link {
    color: #8b3dff;
}
.border-primary {
    border-color: #8b3dff !important;
}
.form-check-input:checked {
    background-color: #8b3dff;
    border-color: #8b3dff;
}
.breadcrumb.bg-dark .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(204,204,204,.23);
}
.bg-opacity-purple {
    background: rgba(139,61,255,.08);
}

/* Navbar */
.osahan-header-logo .logo {
    height: 30px;
}/*
.osahan-main-nav.fixed-top {
    background-color: #000000 !important;
}*/
.elements-top-header  a.nav-link {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    color: #ffffff !important;
}
.my-account-nav  a.nav-link {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* Blog */
.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
}
.sticky-sidebar {
    position: sticky;
    top: 20px;
}
.bg-primary.rounded-circle.admin-icon img {
    height: 22px;
    width: 22px;
    object-fit: cover;
}
.bg-primary.rounded-circle.admin-icon {
    background: transparent !important;
}
.blog-list-osahan .cover-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-author-profile-header .profile-img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}
.portfolio-osahan-w .card-img {
    height: 300px;
    object-fit: cover;
}
.portfolio-osahan-h .card-img {
    height: 600px;
    object-fit: cover;
}
.shop-product-detail-slider {
    margin-top: -155px !important;
}
.shop-product-detail-slider.small-img .img-fluid {
    border: 4px solid #fff;
}
.shop-product-detail-slider.small-img .img-fluid.slick-current.slick-active {
    border-color: #8b3dff;
}

/* My Account */
.avtar-sm {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.osahan-sidebar {
    margin-top: -120px;
    position: relative;
}
.osahan-sidebar .profile-img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    width: 125px;
    display: block;
    height: 38px;
}
.osahan-sidebar-links .dropdown-item {
    font-size: 15px;
    padding: 12px 15px;
    color: #595c5f;
    border-radius: 8px;
    margin: 2px 0;
}
.osahan-sidebar-links .dropdown-item.active, .osahan-sidebar-links .dropdown-item:hover {
    background: rgba(139,61,255,.08);
    color: #8b3dff;
}
.osahan-user-header {
    /*background-image: url(../img/banner.jpeg);*/
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 400px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    max-width: 1380px;
    margin: auto;
}
/*
.build-something-together {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -10rem;
}
*/
.footer-icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs-osahan .nav-link {
    color: #979797;
}
.nav-tabs-osahan .nav-link.active {
    color: #8b3dff;
}

/* About */
/*
.bg-elements {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

/* Cart Page */
.cart-img.rounded-2 {
    height: 70px;
    width: 58px;
    min-width: 58px;
    object-fit: cover;
}
.quantity-osahan {
    width: 110px;
    text-align: center;
    border-radius: 10px;
    border: 0 solid #dee2e6;
    overflow: hidden;
    padding: 3px;
}
.quantity-osahan .quantity-input {
    text-align: center;
}
.quantity-osahan .btn {
    padding: 0 0 1px 0;
    border-radius: 8px !important;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 23px;
}
.quantity-osahan .quantity-input {
    border: none;
    padding: 0;
}

/* Filter Sidebar */
.osahan-filter .accordion-button {
    border-radius: 0 !important;
    font-weight: bold;
    color: #000;
    padding: 0 0 19px 0;
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #dee2e6;
    box-shadow: none;
    letter-spacing: 1px;
    position: relative;
}
.osahan-filter .accordion-item {
    border: none;
    border-radius: 0 !important;
    margin-bottom: 20px;
}
.osahan-filter .accordion-body {
    padding: 18px 0 27px 0;
}
.osahan-filter .accordion-button:after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.osahan-filter .accordion-button:before {
    border-bottom: 3px solid #8b3dff;
    width: 62px;
    position: absolute;
    content: "";
    bottom: -1px;
}

/* Mobile Media */
@media (max-width:992px) {
    .m-none {
        display: none;
    }
}
@media (min-width:1280px) {
    .position-lg-relative {
        position: relative;
    }
    .position-lg-absolute {
        position: absolute;
    }
}

.breadcrumb-dark a{
    color: white;
}
.breadcrumb-dark .breadcrumb-item+.breadcrumb-item::before{
    color: ghostwhite;
}
/*Master:S*/
.header__left img {
	transition: all 1s ease-out;
}
/*Master:E*/

/*Home:S*/
	.custom-arrow.slick-arrow {
		position: absolute;
		z-index: 1;
		top: 50%;
		transform: translateY(-50%);
		padding: 0.5rem;
		line-height: 1;
		cursor: pointer;
	}

	html[dir="rtl"] .custom-arrow.slick-arrow {
		transform: translateY(-50%) rotate(180deg);
	}

	.carousel-mask:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 2;
	}

	.custom-scrollbar {
		animation: fadeIn .5s ease-in-out forwards;
	}

	@media only screen and (min-width: 768px) {
		@property --var-cs {
			syntax: "<color>";
			inherits: true;
			initial-value: transparent;
		}

		@keyframes fadeIn {
			from {
				--var-cs: transparent;
			}

			to {
				--var-cs: #bcd3ff;
			}
		}

		@keyframes fadeOut {
			from {
				--var-cs: #bcd3ff;
			}

			to {
				--var-cs: transparent;
			}
		}

		.custom-scrollbar {
			animation: fadeOut .5s ease-in-out forwards;
		}

			.custom-scrollbar:hover {
				animation: fadeIn .5s ease-in-out forwards;
			}

			.custom-scrollbar::-webkit-scrollbar {
				background: #e6edfa;
				width: 10px;
				height: 10px;
				border-radius: 1rem;
			}

			.custom-scrollbar::-webkit-scrollbar-thumb {
				background: var(--var-cs);
				background-clip: content-box;
				border: 2px solid transparent;
				border-radius: 0.5rem;
			}
	}

	.bg-fixed {
		position: relative;
		background-image: url("/themes/pillarix/img/bg5.jpg");
		background-attachment: fixed;
		background-size: cover;
	}

		.bg-fixed:before {
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background-color: rgba(0, 0, 0, 0.6);
			-webkit-backdrop-filter: saturate(200%) blur(5px);
			backdrop-filter: saturate(200%) blur(5px);
			z-index: 0;
		}

	.widget-card {
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-backdrop-filter: saturate(200%) blur(15px);
		backdrop-filter: saturate(200%) blur(15px);
		padding: 1rem;
		border-radius: 1rem;
		position: relative;
		overflow: hidden;
	}

	.widget-loading .widget-card:after {
		content: "";
		-webkit-animation: ssc-loading 1.3s infinite;
		animation: ssc-loading 1.3s infinite;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		z-index: 1;
		background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(185, 185, 185, 0.3)), to(transparent));
		background: linear-gradient(90deg, transparent, rgba(185, 185, 185, 0.3), transparent);
	}

	.widget-loading .widget-card > * {
		opacity: 0;
		visibility: hidden;
	}

	@keyframes ssc-loading {
		0% {
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}

		100% {
			-webkit-transform: translateX(100%);
			transform: translateX(100%);
		}
	}

	@media (max-width: 767px) {
		.header.header__right {
			display: none;
		}
		.logo-big	{
			height:auto;
			width:140px;
			}
	}
	.absolute {
		position: absolute;
	}
	.logo-big{
		position: relative;
		top: 35px;
		height: 190px;
	}
	.logo-big.on-fixed {
		position: relative;
		top: 3px;
		height: 110px;
	}
	.cloud-svg {
		position: absolute;
		right: 200px;
		top: 43px;
		height: 65px;
		z-index: 0;
	}
	.cloud-svg.on-fixed {
		right: 164px;
		top: 12px;
		height: 35px;
	}
	#goToTop {
		background-color: rgba(200, 200, 200, 0.5);
		border: 2px solid #6c757d;
	}
	.carousel-control-next, .carousel-control-prev {
		width: 2%;
	}
	@keyframes scrolling {
		0% {
			transform: translate(0, 0);
			opacity: 0;
		}

		40% {
			opacity: 1;
		}

		80% {
			transform: translate(0, 20px);
			opacity: 0;
		}

		100% {
			opacity: 0;
		}
	}
	span.scrolling {
		border: 2px solid #6c757d;
		border-radius: 50px;
		box-sizing: border-box;
		height: 50px;
		left: 50%;
		margin-left: -15px;
		position: absolute;
		bottom: 20px;
		width: 30px;
		z-index: 5;
		opacity: 1;
		box-shadow: 1px 1px 1px 1px #000;
	}
	span.scrolling:before {
		animation: 2s ease 0s normal none infinite running scrolling;
		background-color: #fff;
		border-radius: 100%;
		box-sizing: border-box;
		content: "";
		height: 6px;
		left: 50%;
		margin-left: -3px;
		position: absolute;
		top: 10px;
		width: 6px;
		box-shadow: 1px 1px 1px 1px #000;
	}
	#mainCarousel .container {
		max-width: 98%;
		background-color : rgba(240,240,240,0.5);
		border-radius: 1rem;
		margin-top: 140px;
	}
	#mapid {
		width: 100%; 
		height: 711px;
		border-radius: 1rem;
	}
	.txt-shadow {
		text-shadow: 1px 1px 1px #000;
	}
	.weather-value {
		color: #ffc107;
	}
	.wearher-temp-min {
		color: rgb(79 145 243) !important;
	}
	.wearher-temp-max {
		color: rgb(255 54 73) !important;
	}
	.temperature__container {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-evenly;
	}
	.control-panel {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		gap: 10px;
		transition: all 1s linear 1s;
		font-size: 1rem;
	}
	.control-btn {
		background: #f8f9fa;
		border: none;
		padding: 12px 20px;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		cursor: pointer;
		min-width: 150px;
	}
	.control-btn.active {
		background: #1474d1;
		color: #FFFFFF;
	}
	.control-btn:hover {
		background: #0f3356;
		color: #FFFFFF;
	}
	.leaflet-container {
		font-size: 0.75rem !important;
	}
	.leaflet-popup-content{
		min-width: 280px !important;
		text-align: right;
		margin: 0;
		padding: 10px;
		color: #6b7074 !important;
	}
	.leaflet-popup-content .list-group-item{
		color: #6b7074;
	}

	.leaflet-popup-content .city-name{
		font-weight: 500;
		color: #0155be !important;
	}
	.leaflet-popup-content .tooltip_weather-icon{
		width: 100px;
	}
	.leaflet-popup-content .temperature-text{
		text-align: center;
		direction: ltr;
	}
	.nav-pills .nav-link{
		color:rgb(13, 110, 253);
	}
	.nav-pills .nav-link:hover{
		border: rgb(13, 110, 253) solid 1px;
		/*color:rgb(13, 110, 253);*/
	}
/*Home:E*/

/*minimal_header:s*/
body {
  margin:0;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight:300;
  letter-spacing: 2px;
  font-size:48px;
}

.header {
  position:relative;
  text-align:center;
  
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display: inline-block;
  vertical-align: middle;
}

.inner-header {
	height: 270px;
	width: 100%;
	margin: 0;
	padding-top: 180px;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
	position:relative;
	width: 100%;
	height:15vh;
	margin-bottom:-7px; /*Fix for safari gap*/
	min-height:75px;
	max-height:75px;
}

.content {
	padding-top: 30px;
	position:relative;
	height:100px;
	text-align:center;
	background-color: white;
}

/* Animation */
.parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 10s;
}
.parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 13s;
}
.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 22s;
}
.parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes move-forever {
	0% { transform: translate3d(-90px,0,0) }
	100% { transform: translate3d(85px,0,0) }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
		height:30px;
		min-height:30px;
	}
	.content {
		height:30vh;
	}
	h1 {
		font-size:24px;
	}
}
/*minimal_header:e*/

/*landing:s*/
.blog-post{
	line-height: 2rem;
    font-size: 20px;
    text-align: justify;
}
/*landing:e*/