.header-tre {
	align-items: center;
	width: 100%;
	justify-content: space-between;
	display: flex;
	z-index: 1000000;
	top: 0;
	position: fixed;
	border-bottom-width: 1px;
	--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
padding-left: 1.25rem;
padding-right: 1.25rem;
padding-top: .5rem;
padding-bottom: .5rem;
--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}



.abt-sect {
	margin-top: 6rem;
}

.main-section {
	margin-top: 8rem;
}


.btn-one {

padding: 12px 24px;
border-radius: 50px;
color: #001B71;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;

color: #fff;
text-align: center;
background: #2461a9;
  background-color: rgb(36, 97, 169);
font-weight: bold;
gap: 35px;

}

.links-menu a {
	font-size: 18px;
	color: #000;
}


.head-allr {
font-size: 72px;
margin-bottom: 20px;
}

.pro-item p {
	font-size: 24px;
}

.site-logo img {
	width: 128px;
}

.sect-head {
margin-bottom: 40px;
}

.sect-head h1 {
	font-size: 48px
}
.sect-head p {
font-size: 24px;
}

            #price-range-input::-webkit-slider-thumb:hover {
                background: #2461a9;
            }

            #price-range-input::-webkit-slider-thumb {
                background: #2461a9 !important;
            }

            #price-primary-range-input::-webkit-slider-thumb:hover {
                background: white;
            }

            #price-primary-range-input::-webkit-slider-thumb {
                background: white !important;
            }



			.serv-card {
			padding: 48px;
border-radius: 26px;
			background: #f2f2f2;}

			/*
			.container {
  max-width: 1200px !important;
}*/


.foter-menu {

}

.ma-footer {
padding: 20px;
border-top: 1px solid #f0f0f0;}

footer .site-logo img	 {margin-left: 0;
margin-right: auto;}


.foter-menu a {
	margin: 0 12px;
	color: #000;
	font-size: 18px;
}


.foter-menu a.current {
	font-weight: bold;
	color: #2461a9 !important;
}


.btn-one:hover {
	color: #fff;
}



    /* Adding a scale animation to each swiper slide */
.swiper-slide {
    transition: transform 0.3s ease-in-out;
}

/* Hover effect */
.swiper-slide:hover {
    transform: scale(1.1); /* Scale the slide up by 10% */
}

.dircationLeft{
    direction: ltr;
    text-align: start

}




.tast-card {
	background: #fff;
	border-radius: 12px;
	padding: 25px;
	min-height: 175px;margin-bottom: 50px;
}







.abt-colum .h5 {
	color: #000;
	font-size: 28px;
	line-height: 40px;
}

.abt-colum .h5 strong {
	color: #2461a9;
}

@media (max-width: 767px) {

	.copy-text {
		text-align: center;
	}

	.foter-menu a {
  margin: 9px 8px;
  color: #000;
  font-size: 16px;
}

.site-logo {
	display: none;
}

}

