* {
	font-family: "Raleway", sans-serif;
	transition: 0.5s;
	font-weight: 500;
}
.container {
    position: relative; /* Keep the container in normal document flow */
}
p, a{
	line-height: 2;
	font-size: 14px;
	margin-bottom: 0.8rem;
}

.smicon{
	margin-bottom: 0rem;
}

a:hover{
	color: #c9000d;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-bottom: 0.8rem;
}

.header, header, body, html, footer{
	margin: 0;
	padding: 0;
}

.header, header{
	height: 90px;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	position:fixed;
	align-items: center;
	z-index: 2;
}

.header i, header i{
	font-size: 20px !important;
	padding-right: 15px;
}

.header-height{
	height: 90px;
}

.banner{
	background-image: url('/cms/Pages/image/top-banner.jpg');
	background-position: 45% 40%;
	background-size: 150%;
	height: 200px;
}

.banner div{
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
}

.banner div div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
	height: 100%;
}

.banner h1{
	font-size: 4.2rem;
	margin: 0;
}


@media (max-width: 768px){
	.banner h1 {
	    font-size: 3rem;
	}
	.company_details{
	    margin-top:20px;
	}
}

@media (max-width: 576px){
	.banner h1 {
	    font-size: 2.5rem;
	}	
}
footer{
	background: #da2a35;
    position:relative; /* Ensure footer is in normal document flow */
	margin-top: 20px; 
}

footer i{
	font-size: 35px;
}

footer p{
	margin-bottom: 5px;
}

a { 
  text-decoration: none; 
} 

a.color-red:hover{
	color: #c9000d;
	/* color: #fff;
	font-style: underline; */
}
a.color-white:hover{
	color: white;
	text-decoration: underline;
	/* color: #fff;
	font-style: underline; */
}

.d-white{
	background: white;
	border-bottom: 1px solid #dee2e6 !important;
}

.icon-round a{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	background: #fff;
	justify-content: center;
	margin: 0;
	margin-bottom: 3px;
} 
.icon-round a i{
	font-size: 23px !important;
	font-weight: 700;
	align-self:center;
	color: #da2a35;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin: 0 auto;
}
.icon-round a i::before{
  display:inline-block;
  text-decoration:none;
}

.footer-facebook{
	font-size: 32px !important;
}

.color-red{
	color: #da2a35;
}

.color-white{
	color: #fff;
}

.color-grey{
	color: #7a7a7a;
}

.color-purple{
	color: #6a2884;
}

.clients_logo{
  height: 100px;
  margin-top: 70px;
  max-width: 100%;
}

.img-white{
	filter: brightness(0) invert(1);
}

.font-size-xl{
	font-size: 4rem;
}

.service-box{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.small-tittle{
	color: #da2a35;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 0.5rem;
}

.copyright{
	font-size: 11px;
}

.logo{
	width: 160px;
}

.limit-3-line{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.smicon{
	color:black;
}

.s173{
	width: 173% !important;
}

.ss{
	width: 80% ;
	margin-top: 5%;
}

.pb10{
	padding-bottom: 6rem !important;
}

.contain {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.column {
	text-align:center;
	border-radius: 10px;
	background-color: #F8F8F8;
	padding: 20px;
	color:grey;
	border: 1px solid #ddd;
	max-width: 400px; /* Set a maximum width */
	margin: 0 auto; /* Center the column horizontally */
}
.grid-container {
    max-width: 1200px; /* Adjust maximum width as needed */
    display: grid;
	padding:30px;
	border-radius:10px;
    /*grid-template-columns: repeat(2, 1fr);*/ /* Changed to 6 columns */
    gap: 20px; /* Adjust gap between grid items */
    margin: 0 auto; /* Center align the grid container */
}
.grid-item {
    width: 100%; /* Ensure full width of each grid item */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    padding: 30px; /* Adjust padding as needed */
    margin-top: 20px; /* Adjust spacing between grid items */
    text-align: center; /* Center-align text content */
    font-size: 16px;
    color: grey;
}
.wrapper {
    min-height: 100%; /* Ensure wrapper takes full height */
    display: flex;
    flex-direction: column;
}
.column-content {
	border: 1px solid #ccc; 
	border-radius:10px;
    width: calc(100% - 20px); /* Calculate width to account for padding */
    max-width: 1000px; /* Set a maximum width to keep the content centered */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    padding: 30px; /* Adjust padding as needed */
    margin: 20px auto; /* Center the element horizontally and adjust spacing */
    text-align: center; /* Center-align text content */
    background-color: #f9f9f9; /* Example background color for visualization */
}
.header-image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    border-radius: 5px;
    margin-bottom: 40px; /* Adjust margin as needed */
}

.location-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100%;
    text-align: center;
}

.location-title {
	font-size: 18px;
	text-align: center;
}

.location-label {
    font-size: 18px;
    text-align: center;
}

/* Address Text Styling */
.location-address {
    font-size: 15px;
    word-wrap: break-word;
    text-align: center;

}

/* Location Icons Container */
.location-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
}


/* Location Icon */
.location-icon {
    width: 40px;
    height: 40px;
}

@media (max-width: 480px){
	.grid-item {
	    padding: 0;
	    margin-top: 0;
	}
	.header, header {
		height: 70px;
	    padding: 10px 0;
	}
	.header-height {
	    height: 70px;
	}
	.logo {
	    width: 120px;
	}
	.navbar-expand-lg .container-fluid .navbar {
    	top: 60px;
    }	
}

.nav-item .nav-link {
    position: relative;
    transition: color 0.3s ease;
}

.nav-item .nav-link.active {
    color: #dc3545 !important;
    font-weight: 500;
}

.nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dc3545;
}

.dropdown-item.active {
    background-color: #dc3545 !important;
    color: #fff !important;
}