.container1 {
	height: 250px;
	width: 750px;
	margin: 50px auto;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.container2 {
	height: 150px;
	width: 800px;
	margin: 50px auto;
}

.container2 .container1{
	float:left;
	margin: 0px 10px 0px 30px;
}

.cl-img {
	float: left;
	height: 250px;
	width: 250px;
}

.cl-img img {
	border-radius: 7px 0 0 7px;
}

.cl-info {
	float: left;
	height: 150px;
	width: 200px;
	border-radius: 0 7px 10px 7px;
	background-color: #ffffff;
}

.cl-text {
	height: 120px;
	width: 200px;
}
  
.cl-text h1 {
	margin: 10px 0 0 40px;
	font-size: 20px;
	color: #ff7300;
}
  
.cl-text h2 {
	margin: -25px 0px 0px 185px;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.1em;
}

.cl-text h3 {
	width: 150px;
	margin: -25px 0px 0px 370px;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ff7300;
	letter-spacing: 0.1em;
}

.cl-text h4 {
	text-align: center;
	width: 350px;
	margin: 20px 0px 0px 70px;
	font-size: 15px;
	font-weight: 600;
	color: #424242;
	letter-spacing: 0.1em;
}

.cl-text h5 {
	text-align: center;
	width: 350px;
	margin: 20px 0px 0px 70px;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ff7300;
	letter-spacing: 0.1em;
}

.cl-text h6 {
	text-align: center;
	width: 400px;
	margin: 10px 0px 0px 50px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.1em;
}


.hl {
	margin-top: 10px;
	border-top: 2px solid rgb(0, 0, 0);
	width: 500px;
}

.galchart {
	padding-top: 150px;
}

.container3 .row {
	margin: 20px 20px 20px 20px;
  }

.container3 {
	margin-top: 50px;
  }

.container4 {
	margin-top: 50px;
  }

.container3 img {
	margin-top: 15px;
	border-radius: 5px;
  }

.container3 .col-md-4{
	border-radius: 5px;
	background: none;
	border-color: red rgb(43, 117, 255) rgb(43, 117, 255) blue;
    border-style: solid solid solid solid;
	box-shadow: #000000;
    border-width: 0px 4px 4px 0px;
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.container3 .col-md-4:hover {
	transform: translate(4px, 4px);
	border-color: transparent;
}

.container3 button h6 {
	margin-top: 5px;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 10px;
	padding: 10px;
  }
  
  .gallery-item {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1; /* Setting a square aspect ratio, adjust as needed */
  }
  
  .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
  }

.galchart .container {
    margin-top: 50px;
}

.galchart .card {
    margin-bottom: 30px;
}

/* Button styling */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

  @media all and (max-width:768px) {

		
	.container1{
		width: 325px;
		height: 500px;
	}

	.container1 .cl-img {
		margin-left: 37.5px;
		transform: scalex(1.3);
	}

	.container1 .cl-img img {
		border-radius: 7px 7px 0px 0px;
	}

	.cl-info {
		height: 250px;
		width: 320px;
		border-radius: 0 7px 10px 7px;
		background-color: #ffffff;
	}
	
	.cl-text {
		height: 120px;
		width: 200px;
	}
	  
	.cl-text h1 {
		margin: 10px 0 0 10px;
		font-size: 20px;
		color: #ff7300;
	}

	.hl {
		margin-top: 10px;
		border-top: 2px solid rgb(0, 0, 0);
		width: 325px;
	}

	.galchart .card {
        max-width: 100%;
    }

	.cl-text h2 {
		margin: -25px 0px 0px 100px;
		font-size: 20px;
		font-weight: 800;
		text-transform: uppercase;
		color: #000000;
		letter-spacing: 0.1em;
	}
	
	.cl-text h3 {
		margin: -25px 0px 0px 230px;
		font-size: 20px;
		font-weight: 800;
		text-transform: uppercase;
		color: #ff7300;
		letter-spacing: 0.1em;
	}
	
	.cl-text h4 {
		text-align: center;
		width: 325px;
		margin: 20px 0px 0px 0px;
		font-size: 12px;
		font-weight: 600;
		color: #424242;
		letter-spacing: 0.1em;
	}
	
	.cl-text h5 {
		text-align: center;
		width: 325px;
		margin: 20px 0px 0px 0px;
		font-size: 13px;
		font-weight: 800;
		text-transform: uppercase;
		color: #ff7300;
		letter-spacing: 0.1em;
	}
	
	.cl-text h6 {
		text-align: center;
		width: 325px;
		margin: 10px 0px 0px 0px;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
		color: #000000;
		letter-spacing: 0.1em;
	}

}