body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #888;
}

.topbarIcon {
	background-image: linear-gradient(to bottom right, #f9ce34, #ee2a7b, #6228d7);
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	border-radius: 20%;
}

.about_section {
	color: #FBF6EE;
}

.about_section .heading_container {
	margin-bottom: 45px;
}

.about_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about_section .committee_img-box img {
	max-width: 100%;
}

.about_section .committee_detail-box h3 {
	font-weight: bold;
}

.about_section .committee_detail-box p {
	margin-top: 15px;
}

.about_section .committee_detail-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #00bbf0;
	color: #FBF6EE;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	margin-top: 15px;
}

.about_section .committee_detail-box a:hover {
	background-color: #007fa4;
}

.name {
	font-weight: bold;
	font-size: 20px;
}

.service_section {
	position: relative;
	background: #fff;
}

.service_section .committee_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-top: 45px;
	background-color: #FBF6EE;
	padding: 40px;
	border-radius: 5px;
}

.service_section .committee_box:hover {
	transform: scale(1.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.service_section .committee_box .committee_img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 125px;
	min-width: 125px;
	height: 75px;
	margin-bottom: 15px;
}

.service_section .committee_box .committee_img-box img {
	max-width: 150%;
	max-height: 150%;
}

.service_section .committee_box .committee_img-box img:hover {
	transform: scale(1.5);
}

.service_section .committee_box .committee_detail-box h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.service_section .committee_box .committee_detail-box a {
	color: #00204a;
	font-weight: 600;
}

#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #65B741;
	color: #FBF6EE;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}

#scrollUp:hover {
	background: #2C2D3F;
}

/* Color Plate */
.color-plate {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #FBF6EE;
	right: -245px;
	text-align: left;
	top: 30%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}

.color-plate.active {
	right: 0;
}

.color-plate .color-plate-icon {
	position: absolute;
	left: -48px;
	width: 48px;
	height: 45px;
	line-height: 45px;
	font-size: 21px;
	border-radius: 5px 0 0 5px;
	background: #65B741;
	text-align: center;
	color: #FBF6EE !important;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}

.color-plate h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}

.color-plate p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 20px;
}

.color-plate span {
	width: 42px;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 3px;
}

.color-plate span:hover {
	cursor: pointer;
}

.color-plate span.color1 {
	background: #65B741;
}

.color-plate span.color2 {
	background: #2196F3;
}

.color-plate span.color3 {
	background: #32B87D;
}

.color-plate span.color4 {
	background: #FE754A;
}

.color-plate span.color5 {
	background: #F82F56;
}

.color-plate span.color6 {
	background: #01B2B7;
}

.color-plate span.color7 {
	background: #6c5ce7;
}

.color-plate span.color8 {
	background: #85BA46;
}

.color-plate span.color9 {
	background: #273c75;
}

.color-plate span.color10 {
	background: #FD7272;
}

.color-plate span.color11 {
	background: #badc58;
}

.color-plate span.color12 {
	background: #44ce6f;
}

/*=============================
	End Global CSS 
===============================*/

/*===================
	Start Header CSS 
=====================*/
.header {
	background-color: #FBF6EE;
	position: relative;
}

.header .navbar-collapse {
	padding: 0;
}

/* Topbar */
.header .topbar {
	background-color: #FBF6EE;
	border-bottom: 5px solid #eee;
}

.header .topbar {
	padding: 25zpx 0;
}

.header .top-link {
	float: left;
}

.header .top-link li {
	display: inline-block;
	margin-right: 15px;
}

.header .top-link li:last-child {
	margin-right: 0px;
}

.header .top-link li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 400;
}

.header .top-link li:hover a {
	color: #65B741;
}

.header .top-contact {
	float: right;
}

.header .top-contact li {
	display: inline-block;
	margin-right: 25px;
	color: #2C2D3F;
}

.header .top-contact li:last-child {
	margin-right: 0;
}

.header .top-contact li a {
	font-size: 14px;
}

.header .top-contact li a:hover {
	color: #65B741;
}

.header .top-contact li i {
	color: #65B741;
	margin-right: 8px;
}

.header .header-inner {
	background: #FBF6EE;
	z-index: 999;
	width: 100%;
}

.get-quote {
	margin-top: 12px;
}

.get-quote .btn {
	color: #FBF6EE;
}

.header .logo {
	float: left;
	margin-top: 4px;
	width: 90px;
	height: 90px;
}

.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}

.header .nav li {
	margin-right: 15px;
	float: left;
	position: relative;
}

.header .nav li:last-child {
	margin: 0;
}

.header .nav li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	position: relative;
}

.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
	background: #65B741;
	border-radius: 5px 5px 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav li.active a:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.header .nav li.active a {
	color: #65B741;
}

.header .nav li:hover a:before {
	opacity: 1;
	width: 100%;
	visibility: visible;
}

.header .nav li:hover a {
	color: #65B741;
}

.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}

/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}

.header.style2 .logo {
	margin-top: 6px;
}

.header .middle-header {
	background: #FBF6EE;
	padding: 20px 0px;
}

.header .widget-main {
	float: right;
}

.header.style2 .get-quote {
	margin-top: 0;
}

.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}

.header .single-widget:last-child {
	margin: 0;
}

.header .single-widget .logo {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #FBF6EE;
	background: #65B741;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}

.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}

.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}

.header .single-widget.btn {
	margin-left: 0;
}

/* Dropdown Menu */
.header .nav li .dropdown {
	background: #FBF6EE;
	width: 220px;
	position: absolute;
	left: -20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left: 3px solid #65B741;
}

.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header .nav li .dropdown li {
	float: none;
	margin: 0;
	border-bottom: 1px dashed #eee;
}

.header .nav li .dropdown li:last-child {
	border: none;
}

.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header .nav li .dropdown li a:before {
	display: none;
}

.header .nav li .dropdown li:last-child a {
	border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
	color: #65B741;
}

.header .nav li .dropdown li a:hover {
	border-color: transparent;
}

/* Right Bar */
.header.style2 .main-menu {
	display: inline-block;
	float: left;
}

.header .right-bar {
	float: right;
}

.header .right-bar {
	padding-top: 20px;
}

.header .right-bar {
	display: inline-block;
}

.header .right-bar a {
	color: #FBF6EE;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #65B741;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}

.header .right-bar li a:hover {
	color: #FBF6EE;
	background: #27AE60;
}

.header .search-top.active .search i:before {
	content: "\eee1";
	font-size: 15px;
}

/* Search */
.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform: scale(0);
}

.header .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #FBF6EE;
	color: #2C2D3F;
}

.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #65B741;
	border: none;
	color: #FBF6EE;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid transparent;
}

.header .search-form button:hover {
	background: #FBF6EE;
	color: #65B741;
	border-color: #e6e6e6;
}

/* Header Sticky */
.header.sticky .header-inner {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: initial;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow: 0px 0px 13px #00000054;
}

/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
	max-width: 100%;
	height: 650px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider .single-slider .text {
	margin-top: 120px;
}

.slider.index2 .single-slider .text {
	margin-top: 150px;
}

.slider .single-slider h1 {
	color: #FBF6EE;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}

.slider .single-slider h1 span {
	color: #65B741;
}

.slider .single-slider p {
	color: white;
	margin-top: 27px;
	font-weight: 400;
}

.slider .single-slider .button {
	margin-top: 30px;
}

.slider .single-slider .btn {
	color: #FBF6EE;
	background: #65B741;
	font-weight: 500;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.slider .single-slider .btn:last-child {
	margin: 0;
}

.slider .single-slider .btn.primary {
	background: #2C2D3F;
	color: #FBF6EE;
}

.slider .single-slider .btn.primary:before {
	background: #65B741;
}

.slider .owl-carousel .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #65B741;
	color: #FBF6EE;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}

.slider .owl-carousel .owl-nav div:hover {
	background: #2C2D3F;
	color: #FBF6EE;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
	animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider p {
	animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
	animation: fadeInDown 1s both 1.5s;
}

/*===========================
	End Hero Area CSS
=============================*/
.socialM {
	height: 50px;
	width: 50px;
}

/*=============================
	Start Schedule CSS
===============================*/
.schedule {
	background: #FBF6EE;
	margin: 0;
	padding: 0;
	height: 230px;
}

.schedule .schedule-inner {
	position: relative;
	transform: translateY(-50%);
	z-index: 9;
}

.schedule .single-schedule {
	position: relative;
	text-align: center;
	z-index: 3;
	border-radius: 5px;
	background: #65B741;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule .inner {
	overflow: hidden;
	position: relative;
	padding: 30px;
	z-index: 2;
}

.schedule .single-schedule:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: #65B741;
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule:hover:before {
	opacity: 0.8;
}

.schedule .single-schedule:hover {
	transform: translateY(-5px);

}

.schedule .single-schedule .icon i {
	position: absolute;
	font-size: 110px;
	color: #FBF6EE;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	z-index: -1;
	visibility: visible;
	opacity: 0.2;
	right: -25px;
	bottom: -30px;
}

.schedule .single-schedule span {
	display: block;
	color: #FBF6EE;
}

.schedule .single-schedule h4 {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	color: #FBF6EE;
	margin-top: 13px;
}

.schedule .single-schedule p {
	color: #FBF6EE;
	margin-top: 22px;
}

.schedule .single-schedule a {
	color: #FBF6EE;
	margin-top: 25px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.schedule .single-schedule a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0%;
	background: #FFB534;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.schedule .single-schedule a:hover:before {
	width: 100%;
	width: 100%;
}

.schedule .single-schedule a:hover {
	color: #C1F2B0;
}

.schedule .single-schedule a i {
	margin-left: 10px;
}

.schedule .single-schedule .time-sidual {
	overflow: hidden;
	margin-top: 17px;
}

.schedule .single-schedule .time-sidual li {
	display: block;
	color: #FBF6EE;
	width: 100%;
	margin-bottom: 3px;
}

.schedule .single-schedule .time-sidual li:last-child {
	margin: 0;
}

.schedule .single-schedule .time-sidual li span {
	display: inline-block;
	float: right;
}

.schedule .single-schedule .day-head .time {
	font-weight: 400;
	float: right;
}

/*=============================
	End Schedule CSS
===============================*/

/*=========================
	Srart service CSS
===========================*/
.services .single-service {
	margin: 30px 0;
	position: relative;
	padding-left: 70px;
}

.services .single-service i {
	font-size: 45px;
	color: #65B741;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .single-service h4 {
	text-transform: capitalize;
	margin-bottom: 25px;
	color: #2C2D3F;
}

.services .single-service h4 a {
	color: #2C2D3F;
	font-size: 20px;
	font-weight: 600;
}

.services .single-service h4 a:hover {
	color: #65B741;
}

.services .single-service p {
	color: #868686;
}

/*-- Service Details --*/
.services-details-img {
	margin-bottom: 50px;
}

.services-details-img img {
	width: 100%;
	margin-bottom: 30px;
}

#Clogo:hover {
	width: 150%;
	height: 150%;
}

.services-details-img h2 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 16px;
}

.services-details-img P {
	margin-bottom: 20px;
}

.services-details-img blockquote {
	font-size: 15px;
	color: #4a6f8a;
	background-color: #65B741;
	padding: 30px 75px;
	line-height: 26px;
	position: relative;
	margin-bottom: 20px;
	color: #FBF6EE;
}

.services-details-img blockquote i {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 38px;
	font-size: 32px;
}

.service-details-inner-left {
	background-image: url("img/signup-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.service-details-inner-left img {
	display: none;
}

.service-details-inner {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.service-details-inner h2 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
	border-left: 3px solid #65B741;
	padding-left: 15px;
}

.service-details-inner p {
	margin-bottom: 15px;
}

.service-details-inner p:last-child {
	margin-bottom: 0;
}

/*=========================
	End service CSS
===========================*/
/*==========================
	Start Departments CSS
============================*/
.departments .department-tab .nav {
	margin-bottom: 30px;
	background: transform;
	position: relative;
}

.departments .department-tab .nav li {
	text-align: center;
	margin-right: 54px;
}

.departments .department-tab .nav li a i {
	font-size: 50px;
	color: #868686;
}

.departments .department-tab .nav li a:hover {
	background: transparent;
}

.departments .department-tab .nav li a.active i {
	color: #65B741;
}

.departments .department-tab .nav li a {
	color: #FBF6EE;
	margin-top: 20px;
	border: none;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
	padding: 0 10px 20px 10px;
}

.departments .department-tab .nav li a.active {
	border-color: #65B741;
}

.departments .department-tab .nav li span {
	display: block;
}

.departments .department-tab .nav li .first {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #868686;
}

.departments .department-tab .nav li a.active .first {
	color: #2C2D3F;
}

.departments .department-tab .nav li .second {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	margin-top: 3px;
}

.departments .department-tab .tab-pane .department-left {}

.departments .department-tab .tab-pane .department-left h3 {
	color: #2C2D3F;
	font-weight: 600;
	font-size: 26px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.departments .department-tab .tab-pane .department-left h3:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background: #2C2D3F;
}

.departments .department-tab .tab-pane .department-left .p1 {
	color: #65B741;
	font-weight: 500;
	margin-bottom: 18px;
}

.departments .department-tab .tab-pane .department-left p {
	margin-bottom: 20px;
}

.departments .department-tab .tab-pane .department-left .list {}

.departments .department-tab .tab-pane .department-left .list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 6px;
}

.departments .department-tab .tab-pane .department-left .list li:last-child {
	margin-bottom: 0px;
}

.departments .department-tab .tab-pane .department-left .list li i {
	position: absolute;
	left: 0;
	height: 15px;
	width: 15px;
	line-height: 15px;
	color: #FBF6EE;
	background: #65B741;
	text-align: center;
	border-radius: 100%;
	font-size: 8px;
	margin-right: 20px;
	top: 4px;
}

.departments .department-tab .tab-content .tab-text h2 {
	font-size: 18px;
}

.departments .department-tab .tab-content .tab-text p {
	color: #555;
	margin-top: 10px;
}

/*==========================
	End Departments CSS
============================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table {
	background: #f9f9f9;
	position: relative;
}

.pricing-table .single-table {
	background: #FBF6EE;
	border: 1px solid #ddd;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	padding: 45px 35px 30px 35px;
}

/* Table Head */
.pricing-table .single-table .table-head {
	text-align: center;
}

.pricing-table .single-table .icon i {
	font-size: 65px;
	color: #65B741;
}

.pricing-table .single-table .title {
	font-size: 21px;
	color: #2C2D3F;
	margin-top: 30px;
	margin-bottom: 15px;
}

.pricing-table .single-table .amount {
	font-size: 36px;
	font-weight: 600;
	color: #65B741;
}

.pricing-table .single-table .amount span {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	margin-left: 8px;
}

/* Table List */
.pricing-table .single-table .table-list {
	padding: 10px 0;
	text-align: left;
	margin-top: 30px;
}

.pricing-table .table-list li {
	position: relative;
	color: #666;
	text-transform: capitalize;
	margin-bottom: 18px;
	padding-right: 32px;
}

.pricing-table .table-list li:last-child {
	margin-bottom: 0px;
}

.pricing-table .table-list li.cross i {
	background: #aaaaaa;
}

.pricing-table .table-list i {
	font-size: 7px;
	text-align: center;
	margin-right: 10px;
	position: absolute;
	right: 0;
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	color: #FBF6EE;
	background: #65B741;
	border-radius: 100%;
	padding-left: 1px;
}

/* Table Bottom */
.pricing-table .table-bottom {
	margin-top: 25px;
}

.pricing-table .btn {
	padding: 12px 25px;
	width: 100%;
	color: #FBF6EE;
}

.pricing-table .btn:before {
	background: #2C2D3F;
}

.pricing-table .btn:hover {
	color: #FBF6EE;
}

.pricing-table .btn i {
	font-size: 16px;
	margin-right: 10px;
}

.btn {
	color: white !important;
	/* Set text color to white */
}


/*=============================
	End Pricing Table CSS
===============================*/

/*========================
	Start Clients CSS
==========================*/
.clients {
	background-size: cover;
	background-position: center;
	padding: 30px 0px;
	position: relative;
}

.clients .single-clients {}

.clients .single-clients img {
	width: 100%;
	cursor: pointer;
	text-align: center;
	float: none;
	padding: 0 35px;
}

/*========================
	End Clients CSS
==========================*/

/*=========================
   Start Contact Us CSS
===========================*/
.contact-us .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.contact-us .contact-us-left {
	width: 100%;
	height: 100%;
}

.contact-us .contact-us-form {
	padding: 50px 40px;
}

.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.contact-us .contact-us-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #65B741;
}

.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 50px;
}

.contact-us .form {
	margin-top: 30px;
}

.contact-us .form .form-group {
	margin-bottom: 22px;
}

.contact-us .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group.login-btn {
	margin: 0;
}

.contact-us .form button {
	border: none;
}

.contact-us .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #FBF6EE;
	line-height: 20px;
	width: 100%;
}

.contact-us .form .btn:hover {
	background: #65B741;
	color: #FBF6EE;
}

.contact-us .contact-us-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.contact-us .contact-us-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.contact-us .contact-us-form .checkbox label:hover {
	cursor: pointer;
}

.contact-us .contact-us-form .checkbox label input {
	display: none;
}

.contact-us .contact-us-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #65B741;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #65B741;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.contact-us .contact-info {
	margin-top: 50px;
}

.contact-us .single-info {
	background: #65B741;
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: #65B741;
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:hover:before {
	opacity: 0.8;
}

.contact-us .single-info:hover {
	transform: translateY(-5px);
}

.contact-us .single-info i {
	font-size: 42px;
	color: #FBF6EE;
	position: absolute;
	left: 40px;
}

.contact-us .single-info .content {
	margin-left: 45px;
}

.contact-us .single-info .content h3 {
	color: #FBF6EE;
	font-size: 18px;
	font-weight: 600;

}

#map {
	height: 100%;
}

.contact-us .single-info .content p {
	color: #FBF6EE;
	margin-top: 5px;
}

/*=========================
   End Contact Us CSS
===========================*/

/*========================
	Start Error 404 CSS
==========================*/
.error-page {
	text-align: center;
	background: #FBF6EE;
	border-top: 1px solid #eee;
}

.error-page .error-inner {
	display: inline-block;
}

.error-page .error-inner h2 {

	text-shadow: 3px 5px 2px #3333;
	color: #65B741;
	font-weight: 700;
}

.error-page .error-inner h2 span {
	display: block;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}

.error-page .error-inner p {
	padding: 20px 15px;
}

.error-page .search-form {
	width: 100%;
	position: relative;
}

.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
	font-size: 14px;
}

.error-page .search-form input:hover {
	padding-left: 35px;
}

.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #65B741;
	display: inline-block;
	position: relative;
	top: -2px;
}

.error-page .search-form .btn i {
	font-size: 16px;
}

/*========================
	End Error 404 CSS
==========================*/

/*===========================
	Start Mail Success CSS
=============================*/
.mail-seccess {
	text-align: center;
	background: #FBF6EE;
	border-top: 1px solid #eee;
}

.mail-seccess .success-inner {
	display: inline-block;
}

.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #65B741;
	font-weight: 700;
}

.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}

.mail-seccess .success-inner p {
	padding: 20px 15px;
}

.mail-seccess .success-inner .btn {
	color: #FBF6EE;
}

/*===========================
	End Mail Success CSS
=============================*/

/*===============================
	Start Doctor Calendar CSS
=================================*/
.doctor-calendar-area {
	position: relative;
	z-index: 1;
}

.doctor-calendar-table {
	background-color: #FBF6EE;
	-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.doctor-calendar-table table {
	margin-bottom: 0;
}

.doctor-calendar-table table thead tr th {
	vertical-align: middle;
	text-align: center;
	background-color: #65B741;
	border: none;
	color: #FBF6EE;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
	padding-top: 17px;
	padding-bottom: 15px;
}

.doctor-calendar-table table tbody tr td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #eeeeee;
	border-top: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	white-space: nowrap;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}

.doctor-calendar-table table tbody tr td:first-child {
	border-left: none;
}

.doctor-calendar-table table tbody tr td:last-child {
	border-right: none;
}

.doctor-calendar-table table tbody tr td h3 {
	margin-bottom: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 600;
}

.doctor-calendar-table table tbody tr td span {
	display: block;
	color: #7d7d7d;
	font-size: 14.5px;
	margin-top: 5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.doctor-calendar-table table tbody tr td span.time {
	display: inline-block;
	background-color: #dff5e8;
	color: #65B741;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	line-height: 65px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 500;
	font-size: 16px;
}

.doctor-calendar-table table tbody tr td:hover {
	background-color: #65B741;
	border-color: #65B741;
}

.doctor-calendar-table table tbody tr td:hover h3 {
	color: #FBF6EE;
}

.doctor-calendar-table table tbody tr td:hover span {
	color: #FBF6EE;
}

.doctor-calendar-table table tbody tr td:hover span.time {
	background-color: #FBF6EE;
	color: #65B741;
}

.doctor-calendar-table table tbody tr:last-child td {
	border-bottom: none;
}

/*===============================
	End Doctor Calendar CSS
=================================*/

/*=========================
	Start About Us CSS
===========================*/
.about-area {
	position: relative;
	z-index: 1;
}

.about-image {
	width: 100%;
	height: 100%;
	background-image: url(img/about-img.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.about-image img {
	display: none;
}

.about-content {
	max-width: 555px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 50px;
}

.about-content span {
	display: block;
	margin-bottom: 5px;
	color: #65B741;
	font-size: 17px;
}

.about-content h2 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 40px;
	font-weight: 600;
}

.about-content p {
	margin-top: 10px;
	margin-bottom: 0;
}

.about-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 0;
}

.about-content ul li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 34px;
}

.about-content ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #65B7412B;
	color: #65B741;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: -2px;
}

.about-content ul li:hover i {
	background-color: #65B741;
	color: #FBF6EE;
}

.about-content ul li:last-child {
	margin-bottom: 0;
}

.about-content .btn {
	margin-top: 30px;
}

/*=========================
	Start Footer CSS
===========================*/
.footer {
	position: relative;
}

.footer .footer-top {
	padding: 100px 0px;
	position: relative;
	background: #65B741;
}

.footer .footer-top:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.1;
}

.footer .single-footer {}

.footer .single-footer .social {
	margin-top: 25px;
}

.footer .single-footer .social li {
	display: inline-block;
	margin-right: 10px;
}

.footer .single-footer .social li:last-child {
	margin-right: 0px;
}

.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #FBF6EE;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color: #FBF6EE;
	font-size: 16px;
}

.footer .single-footer .social li a:hover {
	color: #65B741;
	background: #FBF6EE;
	border-color: transparent;
}

.footer .single-footer .social li a i {}

.footer .single-footer.f-link li a i {
	margin-right: 10px;
}

.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
	margin: 0;
}

.footer .single-footer.f-link li a {
	display: block;
	color: #FBF6EE;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}

.footer .single-footer.f-link li a:hover {
	padding-left: 8px;
}

.footer .single-footer h2 {
	color: #FBF6EE;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-transform: capitalize;
	position: relative;
}

.footer .single-footer h2::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #FBF6EE;
}

.footer .single-footer .time-sidual {
	margin-top: 15px;
}

.footer .single-footer .time-sidual {
	overflow: hidden;
}

.footer .single-footer .time-sidual li {
	display: block;
	color: #FBF6EE;
	width: 100%;
	margin-bottom: 5px;
}

.footer .single-footer .time-sidual li span {
	display: inline-block;
	float: right;
}

.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}

.footer .single-footer p {
	color: #FBF6EE;
}

.footer .single-footer .newsletter-inner {
	margin-top: 20px;
	position: relative;
}

.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #FBF6EE;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #FBF6EE;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}

.footer .single-footer .newsletter-inner input:hover {
	padding-left: 22px;
}

.footer input::-webkit-input-placeholder {
	opacity: 1;
	color: #FBF6EE !important;
}

.footer input::-moz-placeholder {
	opacity: 1;
	color: #FBF6EE !important;
}

.footer input::-ms-input-placeholder {
	opacity: 1;
	color: #FBF6EE !important;
}

.footer input::input-placeholder {
	opacity: 1;
	color: #FBF6EE !important;
}

.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #FBF6EE;
	border-left: 1px solid #FBF6EE;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #65B741;
	font-size: 25px;
}

.footer .single-footer .newsletter-inner .button i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .single-footer .newsletter-inner .button:hover i {
	color: #2C2D3F;
}

.footer .copyright {
	background: #65B741;
	padding: 25px 0px 25px 0px;
	text-align: center;
}

.footer .copyright .copyright-content p {
	color: #FBF6EE;
}

.footer .copyright .copyright-content p a {
	color: #FBF6EE;
	font-weight: 400;
	text-decoration: underline;
	display: inline-block;
	margin-left: 4px;
}

.code {
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 5%;
	font-size: 16px;
	;
}

.agenda-table {

	margin: 30px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;

}

.agenda-table th,
td {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

.agenda-table th {

	background-color: #f2f2f2;
}

.agenda-h3 {
	text-align: center;
}

.agenda-h2 {
	text-align: center;
}

/*=========================
	End Footer CSS
===========================*/

/* Gallery Grid CSS */
.service_section {
	padding: 30px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 30px;
}

.service_section .box {
	width: 400px;
	/* Fixed width for larger screens */
	height: 250px;
	/* Height to maintain a 3:2 aspect ratio */
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
	position: relative;
	overflow: hidden;
	background-color: #FBF6EE;
}

.service_section .box {
	margin-top: 5px;
	/* Reduced from whatever it is currently to 10px */
}

.service_section .img-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.service_section .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service_section .detail-box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	text-align: center;
}

.service_section .detail-box h5 {
	font-size: 1.75rem;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.service_section .detail-box a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #4CAF50;
	color: #FFFFFF;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 15px;
	transition: background-color 0.3s ease;
}

.service_section .detail-box a:hover {
	background-color: #388E3C;
}

/* Mobile Responsive Adjustments */
@media (max-width: 480px) {
	.service_section {
		padding: 15px;
		/* Reduced padding for mobile */
		display: block;
		/* Stacking boxes vertically */
	}

	.service_section .box {
		width: 100%;
		/* Box takes up most of the screen */
		height: auto;
		/* Height is now dynamic */
		margin-bottom: 15px;
		/* Reduced bottom margin */
		border: none;
		/* No border for mobile view */
		position: relative;
		overflow: hidden;
		display: flex;
		/* Using flex to center content */
		flex-direction: column;
		/* Stacking content vertically */
		justify-content: center;
		/* Centering content vertically */
		align-items: center;
		/* Centering content horizontally */
	}

	.service_section .img-box,
	.service_section .img-box img {
		width: 80%;
		/* Image takes up 80% of box width */
		height: auto;
		/* Adjust height automatically */
		object-fit: contain;
		/* Image will be contained within the box */
		margin-bottom: 10px;
		/* Space between image and text */
	}

	.service_section .detail-box {
		position: relative;
		/* Positioned relative to the flex container */
		bottom: auto;
		/* Resetting bottom property */
		left: auto;
		/* Resetting left property */
		right: auto;
		/* Resetting right property */
		width: 80%;
		/* Text box matches image width */
		text-align: center;
		/* Centering text */
	}
}


/* Images */
/* Gallery hover effect */
.image_section .box:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	z-index: 10;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Modal styles */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1000;
	/* Higher than everything else */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: hidden;
	/* Disable scroll */
	background-color: rgba(0, 0, 0, 0.9);
	/* Dimmed background */
}

/* Modal Content */
.modal-content {
	position: fixed;
	top: 50%;
	/* Start at half the height of the viewport */
	left: 50%;
	/* Start at half the width of the viewport */
	transform: translate(-50%, -50%);
	/* Center the modal */
	width: auto;
	/* Auto width to fit the image */
	max-width: 90%;
	/* Maximum width */
	max-height: 80vh;
	/* Maximum part of the viewport height */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	animation: zoom 0.3s;
}

/* Adjust the image inside the modal */
.modal-content img {
	width: 100%;
	/* Responsive width */
	height: auto;
	/* Maintain aspect ratio */
	display: block;
	/* Remove extra space below image */
}

/* The Close Button */
.close {
	color: #fff;
	position: fixed;
	top: 10px;
	/* Adjust the position as needed */
	right: 10px;
	/* Adjust the position as needed */
	font-size: 28px;
	font-weight: bold;
	z-index: 1001;
	/* Above the modal-content */
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide scrollbar for modal */
body.modal-open {
	overflow: hidden;
}

/* Next & Previous buttons */
.prev,
.next {
	cursor: pointer;
	position: fixed;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.image_section .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.image_section .box {
	flex: 0 0 calc(33.333% - 1rem);
	margin-bottom: 1rem;
}

.image_section .img-box img {
	width: 100%;
	display: block;
	object-fit: cover;
}


@media (max-width: 1200px) {
	.image_section .box {
		flex: 0 0 calc(33.333% - 1rem);
		/* For 3 images per line on smaller screens */
	}
}

@media (max-width: 768px) {
	.image_section .box {
		flex: 0 0 calc(50% - 1rem);
		/* For 2 images per line on smaller screens */
	}
}

.fee-box {
	display: inline-block;
	background-color: #ffc107;
	/* your desired box color */
	color: #000000;
	/* your number text color */
	padding: 0.75rem 5rem;
	/* adjust for more/less breathing room */
	border-radius: 0.25rem;
}

.blog-preview {
	background-color: #f9f9f9;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.blog-preview .section-title h2 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
	color: #333;
}

.blog-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 1rem;
}

.blog-card h3 a {
	color: #333;
	text-decoration: none;
}

.blog-card h3 a:hover {
	text-decoration: underline;
}

.blog-card p.text-muted {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.blog-card p {
	margin-bottom: 1rem;
	color: #555;
}

.blog-card .btn-outline-primary {
	border-color: #007bff;
	color: #007bff;
}

.blog-card .btn-outline-primary:hover {
	background-color: #007bff;
	color: #fff;
}