.dropdown-item {
	display: block;
	width: 400px;
	padding-left: 5px;
	padding-right: .30rem;

	font-weight: 400;
	color: #212529;
	text-align: left;
	white-space: nowrap;
	margin: 0px;


	border: 0;
}

.dropdown-menu {



	float: left;
	min-width: 200px;

	font-size: 0rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	text-decoration: none;
	color: #660000;

	border-bottom: 3px solid #B50407;
}


.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
	display: block;
	padding: 0;
	color: #B50407;


	border-bottom: 1px solid #B50407;

}

@media screen and (min-width:992px) {
	.dropend:hover>.dropdown-menu {
		position: absolute;
		top: 0;
		left: 90%;

		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 5px;
		padding-top: 10px;
		float: left;



	}

	.dropend .dropdown-toggle {
		margin-left: 0;
	}
}




.has-submenu .submenu {
	display: none;
	position: absolute;

	float: right;
	background-color: #fff;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
	list-style: none;
	padding-top: 0px;
	margin: 0px;
	width: 150px;
	z-index: 1000;






}

.has-submenu .submenu li {
	text-align: left;
	margin: 0px;







}

.has-submenu .submenu li a {
	margin-left: 0;
	color: #000;



}

.has-submenu .submenu li a:hover {
	color: #B50407;


	border-bottom: 1px solid #B50407;
	background-color: gray;

}

.navbar ul li a:hover,
.nav-links a.active {
	text-decoration: none;
	color: #660000;

	border-bottom: 3px solid #B50407;

}

.nav-links li:hover>.submenu {
	display: block;
}




.container-fluid1 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;






}

#myBtn1 {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 16px;
	border: none;
	outline: none;
	background-color: #3a3567;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn1:hover {
	background-color: #555;
}




#carousel {
	position: relative;
	height: 400px;
	padding-top: 2%;


	overflow: hidden;
}

#carousel div {
	position: absolute;
	transition: transform 400ms, left 400ms, opacity 400ms, z-index 0s;
	opacity: 1;
}

#carousel div img {
	width: 400px;
	transition: width 400ms;
	-webkit-user-drag: none;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	border-radius: 10px;
}

#carousel div.hideLeft {
	left: 0%;
	opacity: 0;
	transform: translateY(50%) translateX(-50%);
}

#carousel div.hideLeft img {
	width: 200px;
}

#carousel div.hideRight {
	left: 100%;
	opacity: 0;
	transform: translateY(50%) translateX(-50%);
}

#carousel div.hideRight img {
	width: 200px;
}

#carousel div.prev {
	z-index: 5;
	left: 30%;
	transform: translateY(50px) translateX(-50%);
}

#carousel img:hover {
	cursor: pointer;
}

#carousel div.prev img {
	width: 300px;
}

#carousel div.prevLeftSecond {
	z-index: 4;
	left: 15%;
	transform: translateY(50%) translateX(-50%);
	opacity: 0.7;
}

#carousel div.prevLeftSecond img {
	width: 200px;
}

#carousel div.selected {
	z-index: 10;
	left: 50%;
	transform: translateY(0px) translateX(-50%);
}

#carousel div.next {
	z-index: 5;
	left: 70%;
	transform: translateY(50px) translateX(-50%);
}

#carousel div.next img {
	width: 300px;
}

#carousel div.nextRightSecond {
	z-index: 4;
	left: 85%;
	transform: translateY(50%) translateX(-50%);
	opacity: 0.7;
}

#carousel div.nextRightSecond img {
	width: 200px;
}

/*previous or next buttons css*/

.buttons {
	transform: 0px;
	text-align: center;


	bottom: 8px;
}

.my-card {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	background-color:
		#fff;
	background-clip: border-box;
	box-shadow: 0px 0px 2px;
	margin-bottom: 28px;
	border-radius: 10px;
	overflow: hidden;
	transition: .5s
}

.my-card:hover {
	box-shadow: 0px 0px 8px #c81a3b
}

.my-card img {
	max-height: 250px;
	width: 100%
}

.my-card-body {
	padding: 20px;
	margin-bottom: 20px
}

.my-card-body h5 {
	text-transform: capitalize;
	line-height: 25px;
	font-size: 25px
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.my-card-body p {
	margin: 10px 0;
	color: #3a3567
}



/*.social-icons{margin-bottom: 25px}
.social-icons a{margin-right: 22px;color: #363842;font-size: 16px}.social-icons a:hover{color: #c81a3b}.my-card-btn{color: rgb(231, 231, 231);background-color: #c81a3b;padding: 10px 28px;text-decoration: none;text-transform: capitalize;border-radius: 10px 0;transition: .5s}.my-card-btn:hover{color: rgb(15, 15, 15)}*/

.my-card:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	/* Add shadow on hover */
	transform: translateY(-5px);
	/* Move card slightly up on hover */
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	/* Smooth transition */
}


.my-card-img {
	width: 100%;
	height: auto;
}

.my-card-body {
	padding: 20px;
}

.my-card-body h5 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.my-card-body p {
	margin-bottom: 0;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Lato';
	font-size: 16px;
	text-align: justify;

}

.navbar {
	display: flex;
	align-items: center;

}



.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar ul li {
	display: inline;
	margin-right: 10px;

}

.navbar ul li a {

	color: #3a3567;
	font-weight: bold;
	margin-left: 20px;

}

.navbar ul li a:hover {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	border-bottom: 3px solid #B50407;
}

.nav-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nav-links li {
	margin-left: 15px;
}

.nav-links a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

.menu-icon {
	display: none;
	/* Hide by default for larger screens */
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.navbar {
		padding: 10px;
		/* Adjust padding for smaller screens */
	}

	.nav-links {
		display: none;
		/* Hide the nav links by default on smaller screens */
		position: absolute;
		top: 60px;
		/* Adjust as needed based on your header height */
		left: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		/* Light opacity background */
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		/* Optional: Add shadow */
		z-index: 1000;
		flex-direction: column;
		text-align: center;
	}

	.nav-links.show {
		display: flex;
		/* Show the nav links when menu is toggled */
	}

	.nav-links li {
		width: 100%;
		/* Full width for each list item */
		padding: 12px 0;
		/* Adjust padding as needed */
		border-bottom: 1px solid #ccc;
		/* Optional: Add border between items */
	}

	.nav-links a {
		font-size: 16px;
		/* Adjust font size for mobile */
	}

	.menu-icon {
		display: block;
		/* Show the hamburger icon */
		margin-right: 15px;
		/* Adjust margin */
	}

	.menu-icon:hover {
		color: blue;
		/* Example: Change color on hover */
	}

	.container-fluid1 {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;




	}

}


h1 {
	color: #484270;
	font-weight: bold;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

h5 {
	color: #484270;
	font-weight: bold;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

a {
	color: white;

}

.header {
	max-width: 1349px;

}

.testimonials {
	margin-bottom: 50px;
	margin-top: 50px;
}


.contain {
	margin-bottom: 100px;
	margin-top: 70px;


}

.contain h5 {
	color: #484270;
	font-weight: bold;
	font-size: 35px;
	padding-bottom: 20px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.contain h1 {
	color: #484270;
	font-weight: bold;
	font-size: 35px;
	padding-bottom: 30px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.col-lg-6 {

	padding-right: 30px;
}



.contain a {
	color: #3a3567;
	text-decoration: none;
	background-color: transparent;

	font-weight: bold;
}

.contain0 {
	margin-bottom: 70px;
	margin-top: 70px;
	background-color: #F7F7F7;

}




.contain1 {
	padding: 30px;
	background-color: #F8F2DA;
	color: black;
}

.contain2 {
	padding-bottom: 70px;
	padding-top: 70px;

	background-color: #F7F7F7;
}

.contain2 h1 {
	padding-bottom: 20px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);



}

.contain2 h5 {

	color: #484270;
	font-weight: bold;
	font-size: 35px;
	padding-bottom: 20px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	



}

.contain2 .col-lg-4 {
	padding: 20px;
}
.contain2 .col-lg-6 {
	padding: 20px;
}
.contain2 .col-lg-6 p{
	padding:10px;
}

.contain2 li {
	padding: 3px;



}

.contain2 a {
	color: #3a3567;
	text-decoration: none;
	background-color: transparent;

	font-weight: bold;
}




.contain4 {
	padding: 30px;
	background-color: #F7F7F7;

}

.contain3 {
	text-align: center;
	padding: 30px;
	background-image: url("../img/home/banner2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 14px;
	font-weight: bold;
}

.contain5 {
	margin-bottom: 70px;
	margin-top: 70px;


	background-color: #F7F7F7;
}

.contain5 .col-lg-6 {


	padding-right: 0px;
	padding-left: 0px;
	border-radius: 0px;

}

.contain5 h1 {
	padding-bottom: 20px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);



}

.contain5 img {
	align:center;



}

.contain5 a {
	color: #3a3567;
	text-decoration: none;
	background-color: transparent;

	font-weight: bold;
}

.contain6 {
	padding-bottom: 150px;
	padding-top: 150px;
	height: auto;

	background-color: #F7F7F7;
}

.contain6 h3 {
	padding-top: 90px;
	color: #484270;
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);




}

.contain6 p {
	text-align: center;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #606060;





}

.contain6 a {
	color: #3a3567;
	text-decoration: none;
	background-color: transparent;

	font-weight: bold;
}

.contain7 {
	margin-bottom: 70px;
	margin-top: 70px;


}

.contain7 a {

	text-decoration: none;
	background-color: transparent;
	font-size: 15px;

}

.contain8 {
	margin-bottom: 70px;
	margin-top: 70px;


}

.contain8 h5 {
	color: #484270;
	font-weight: bold;
	font-size: 35px;
	padding-bottom: 30px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.contain8 h1 {
	color: #484270;
	font-weight: bold;
	font-size: 35px;
	padding-bottom: 20px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}



.contain8 a {
	color: #3a3567;
	text-decoration: none;
	background-color: transparent;

	font-weight: bold;
}

footer {
	background-color: #ececec;
	padding-top: 10px;
	text-align: justify;
	color: black;


}

footer li {
	list-style: none;
}

footer li a {
	color: black;
}

footer li a:hover {
	color: #660000;
}

.container1 {
	background-color: #303030;
	color: white;
	width: 100%;
	font-size: 14px;


}

.container1 a:hover {
	color: red;


}

.left-align {
	/* Aligns this box to the left */
	text-align: left;
	margin-top: 15px;

}

.right-align {
	/* Aligns this box to the right */
	text-align: right;
	margin-top: 15px;
}

.row1 {
	display: flex;
	justify-content: space-between;
	/* Distributes items evenly with maximum space between them */
}

.button1 {
	color: #fff;
	/* Text color */
	background-color: #3a3567;
	/* Button background color */
	border-color: #3a3567;
	margin-bottom: 8px;
	/* Button border color */
}

.social-icons a i {
	color: #3a3567;
	margin: 2px;

}

.social-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	/* Align items horizontally */
	align-items: center;
	/* Align items vertically */
}

.social-links li {
	margin-right: 10px;
	/* Adjust spacing between items */
}

.social-links li:last-child {
	margin-right: 0;
	/* Remove right margin from the last item */
}

.social-links li a {
	text-decoration: none;
	color: #000;
	/* Adjust color as needed */
}


@media (max-width: 600px) {

	nav,
	article {
		width: 100%;
		height: auto;
	}

	.navbar ul li {
		display: block;
		margin-bottom: 10px;
	}

	.contain {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.contain h1 {
		color: #484270;
		font-weight: bold;
		font-size: 25px;
		padding-bottom: 20px;
		padding-top: 10px;
		 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	}

	.carousel-item img {
		max-width: 100%;
		height: auto;
	}

	.contain6 {
		padding-bottom: 70px;
		padding-top: 70px;
		height: auto;

		background-color: #F7F7F7;
	}

	.contain6 h3 {
		padding-top: 90px;
		color: #484270;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);




	}

	.contain6 p {
		text-align: center;
		font-size: 14px;
		padding: 0px;
		margin: 0px;
		color: #606060;





	}

	.contain2 {
		padding-bottom: 70px;
		padding-top: 70px;

		background-color: #F7F7F7;
	}

	.contain2 h1 {
		padding-bottom: 20px;
		padding-top: 30px;
		 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);



	}

	.contain2 h5 {

		color: #484270;
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
		 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);




	}

	.contain2 .col-lg-4 {


		padding: 20px;




	}

	.contain {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.contain h5 {

		color: #484270;
		font-weight: bold;
		font-size: 20px;
		 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);





	}

}

@media (min-width: 768px) {
	.my-card {

		min-width: 350px;

	}

	#carousel {
		position: relative;
		height: 400px;
		padding-top: 2%;
		padding-bottom: 10%;
		overflow: hidden;
	}

	#carousel div {
		position: absolute;
		transition: transform 400ms, left 400ms, opacity 400ms, z-index 0s;
		opacity: 1;
	}

	#carousel div img {
		width: 400px;
		transition: width 400ms;
		-webkit-user-drag: none;
		box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
		border-radius: 10px;
	}

	#carousel div.hideLeft {
		left: 0%;
		opacity: 0;
		transform: translateY(50%) translateX(-50%);
	}

	#carousel div.hideLeft img {
		width: 200px;
	}

	#carousel div.hideRight {
		left: 100%;
		opacity: 0;
		transform: translateY(50%) translateX(-50%);
	}

	#carousel div.hideRight img {
		width: 200px;
	}

	#carousel div.prev {
		z-index: 5;
		left: 30%;
		transform: translateY(50px) translateX(-50%);
	}

	#carousel img:hover {
		cursor: pointer;
	}

	#carousel div.prev img {
		width: 300px;
	}

	#carousel div.prevLeftSecond {
		z-index: 4;
		left: 15%;
		transform: translateY(50%) translateX(-50%);
		opacity: 0.7;
	}

	#carousel div.prevLeftSecond img {
		width: 200px;
	}

	#carousel div.selected {
		z-index: 10;
		left: 50%;
		transform: translateY(0px) translateX(-50%);
	}

	#carousel div.next {
		z-index: 5;
		left: 70%;
		transform: translateY(50px) translateX(-50%);
	}

	#carousel div.next img {
		width: 300px;
	}

	#carousel div.nextRightSecond {
		z-index: 4;
		left: 85%;
		transform: translateY(50%) translateX(-50%);
		opacity: 0.7;
	}

	#carousel div.nextRightSecond img {
		width: 200px;
	}

	.buttons {
		position: relative;
		position: center;

		bottom: 8px;
	}


}