/*
  Theme Name: Edumela - Education HTML5 template
  Support: admin@gmail.com
  Description: Edumela - Educational HTML template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. features
5. about
6. courses
7. counter
8. registration
9. founder-speech
10. teach
11. instructor
12. events
13. testimonail
14. blog
15. contact
16. brand
17. cta
18. footer
19. preloader

*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');
 body {
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	color: #17374E;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn:focus,
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Helvetica';
	color: #17374E;
	margin-top: 0px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #17374E;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #6A392A;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 22px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn:hover {
	color: #fff;
	background: #17374E;
}
.breadcrumb > .active {
	color: #888;
}
/* scrollUp */
#scrollUp {
	background: #6A392A;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 43px;
}
#scrollUp:hover {
	background: #17374E;
	color: #fff;
}


/* 2. header */
.header-top {
	background: #17374E;
	padding: 11px 0;
}
.header-contact ul li {
	display: inline-block;
	font-size: 16px;
	font-family: 'Helvetica';
	margin-right: 40px;
	color: #fff;
}
.header-contact ul li:last-child {
	margin-right: 0;
}
.header-contact ul li i {
	margin-right: 5px;
}
.header-social a {
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
}
.header-social a:hover {
	color: #6A392A;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	margin-left: 35px;
}
.main-menu ul li:first-child {
	margin-left: 0;
}
.main-menu ul li a {
	display: block;
	color: #17374E;
	opacity: .8;
	padding: 36px 0;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.main-menu ul li:hover > a {
	color: #6A392A;
	opacity: 1;
}
.main-menu ul li.active > a {
	color: #6A392A;
	opacity: 1;
}
.main-menu ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #6A392A;
	transition: .3s;
}
.main-menu ul > li:hover > a::before {
	width: 100%;
}
.main-menu ul li.active a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #6A392A;
	transition: .3s;
}
.menu-icon a {
	font-size: 20px;
	color: #666666;
}
.menu-icon a:hover {
	color: #6A392A;
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	z-index: 9999;
	background: #fff;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.s-header-contact {
	text-align: right;
}
.s-header-contact ul li {
	display: inline-block;
	margin-left: 45px;
	text-align: left;
}
.s-header-contact ul li:first-child {
	margin-left: 0;
}
.s-header-contact ul li p {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.s-header-contact ul li span {
	color: #fff;
	font-size: 16px;
	line-height: 1;
}
.s-header-top {
	padding: 18px 0;
}
.s-header-bg {
	background: #17374E;
}
.white-menu ul li {
	margin-left: 40px;
}
.white-menu ul li:first-child {
	margin-left: 40px;
}
.white-menu ul li a {
	color: #fefefd;
	opacity: 1;
	padding: 28px 0;
}
.h-user-info a {
	display: inline-block;
	background: #6A392A;
	height: 100%;
	color: #fff;
	font-size: 16px;
	padding: 28px 35px;
}
.h-user-info a:first-child {
	background: transparent;
}
.h-user-info a:first-child:hover {
	color: #6A392A;
}
.transparent-header .sticky-menu {
	background: #17374E;
}
.menu-btn .btn {
	font-size: 14px;
	padding: 18px 40px;
	border-radius: 50px;
}
.breadcrumb-top-wrap {
	min-height: 300px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.breadcrumb-title h2 {
	font-size: 48px;
	color: #fff;
	font-family: 'Helvetica';
	margin-bottom: 0;
}
.breadcrumb-link .breadcrumb {
	display: unset;
	display: unset;
	display: block;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: unset;
}
.breadcrumb-link .breadcrumb li {
	display: inline-block;
	color: #5e5d7c;
	font-size: 18px;
	font-family: 'Helvetica';
}
.breadcrumb-link .breadcrumb li a {
	color: #5e5d7c;
}
.breadcrumb-link .breadcrumb li.active {
	color: #6A392A;
}
.breadcrumb-bottom {
	padding: 22px 0;
}
.main-menu ul li .submenu {
	position: absolute;
	top: 120%;
	min-width: 260px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0;
	border: 0;
	opacity: 0;
	padding: 20px;
	visibility: hidden;
	border-radius: 3px;
	box-shadow: 0 6px 12px rgba(0,0,0,.17);
	transition: all .3s ease-in;
	text-align: left;
	z-index: 9;
}
.main-menu ul li:hover > .submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li .submenu li {
	margin-left: 0;
	display: block;
}
.main-menu ul li .submenu li a {
	padding: 8px 5px;
	color: #17374E;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	text-transform: capitalize;
}
.main-menu ul li .submenu li a::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 10px;
	background: #6A392A;
	z-index: 99;
	border-radius: unset;
	opacity: 0;
	transition: .5s;
}
.main-menu ul li .submenu li:hover > a::before {
	opacity: 1;
	left: 0;
}
.main-menu ul li .submenu li:hover > a {
	padding-left: 20px;
}
/* search-modal */
#search-modal {
	background-color: rgba(23,26,33,.95);
	z-index: 999999;
}
.modal-backdrop {
	z-index: 1;
}
#search-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: none;
	outline: 0;
}
#search-modal .modal-dialog .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#search-modal .modal-dialog .modal-content form {
	width: 555px;
	position: relative;
}
#search-modal .modal-dialog .modal-content form input {
	width: 100%;
	font-size: 36px;
	border: none;
	border-bottom: 3px solid rgba(255,255,255,.1);
	background: 0 0;
	color: #fff;
	font-family: 'Helvetica';
	padding-bottom: 12px;
	padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
	font-size: 35px;
	font-family: 'Helvetica';
}
#search-modal .modal-dialog .modal-content form input::placeholder {
	font-size: 35px;
	font-family: 'Helvetica';
}
#search-modal .modal-dialog .modal-content form button {
	position: absolute;
	right: 0;
	margin-bottom: 3px;
	font-size: 30px;
	color: #6A392A;
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}

/* 3. slider */
.slider-bg {
	position: relative;
	min-height: 748px;
	background-position: center;
	background-size: cover;
	z-index: 1;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #17374E;
	opacity: .7;
	z-index: -1;
}
.slider-content h2 {
	font-size: 70px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 25px;
}
.slider-content p {
	color: #fff;
}
.slider-content p {
	color: #fff;
	margin-bottom: 45px;
}
.s-slider-bg {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 795px;
	z-index: 1;
}
.s-slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #17374E;
	opacity: .4;
	z-index: -1;
}
.s-slider-content p {
	margin-bottom: 35px;
	font-size: 16px;
}
.ss-box {
	position: relative;
	width: 510px;
	margin: 0 auto;
}
.ss-box input {
	width: 100%;
	padding: 22px 25px;
	padding-right: 190px;
	background: rgba(255,255,255,.1);
	color: #fff;
	font-family: 'Helvetica';
	border: 2px solid #fff;
}
.ss-box input::placeholder {
	font-weight: 400;
	color: #fff;
	font-family: 'Helvetica';
}
.ss-box button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	padding: 22px 45px;
	font-size: 14px;
	color: #c3c3cd;
	background: #17374E;
	cursor: pointer;
	transition: .3s linear;
}
.ss-box button:hover {
	background: #6A392A;
	color: #fff;
}
.t-slider-bg {
	min-height: 966px;
}
.t-slider-bg::before {
	opacity: .8;
}

/* 始终显示左右按钮 */
.projects-carousel .owl-nav {
  display: block !important;
}

/* 按钮本身 */
.projects-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4) !important;
  color: #fff !important;
  font-size: 22px;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 左右位置 */
.projects-carousel .owl-nav .owl-prev {
  left: -20px;
}

.projects-carousel .owl-nav .owl-next {
  right: -20px;
}
.projects-carousel {
  padding: 0px;
}
.owl-nav.disabled {
  display: block !important;
}
/* 让 nav 出现在模块底部 */
.projects-carousel .owl-nav {
  position: static;
  margin-top: 20px;
  text-align: center;
}

/* 隐藏原文字 */
.projects-carousel .owl-nav .owl-prev,
.projects-carousel .owl-nav .owl-next {
  font-size: 0;
  display: inline-block;
  margin: 0 16px;
  cursor: pointer;
}

/* 使用 ← → 字符箭头 */
.projects-carousel .owl-nav .owl-prev::before {
  content: "←";
}

.projects-carousel .owl-nav .owl-next::before {
  content: "→";
}

/* 箭头样式（学术风） */
.projects-carousel .owl-nav .owl-prev::before,
.projects-carousel .owl-nav .owl-next::before {
  font-size: 24px;
  color: #2c3e50;       /* 学术深灰蓝 */
  font-weight: 300;
  transition: color .2s ease, transform .2s ease;
}

/* hover 轻微反馈 */
.projects-carousel .owl-nav .owl-prev:hover::before,
.projects-carousel .owl-nav .owl-next:hover::before {
  color: #1f3a5f;
  transform: translateY(-2px);
}

/* 位置 */
.projects-carousel .owl-prev { left: -20px; }
.projects-carousel .owl-next { right: -20px; }
@media (max-width: 768px) {
  .projects-carousel .owl-nav {
    display: none !important;
  }
}
/* 4. features */
.single-features {
	background: #6A392A;
	padding: 50px 35px;
	overflow: hidden;
	transition: .3s linear;
	transform: translateY(0);
	padding-bottom: 45px;
	box-shadow: 0px 20px 60px 0px rgba(15, 14, 77, 0.2);
}
.features-content h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.features-content p {
	color: #fff;
	margin-bottom: 15px;
}
.features-more {
	overflow: hidden;
}
.features-content a {
	color: #fff;
	font-family: 'Helvetica';
	margin-left: -97px;
}
.features-content a i {
	position: relative;
	top: 3px;
	font-size: 20px;
	margin-left: 5px;
}
.single-features:hover .features-content a {
	margin-left: 0;
}
.single-features.green {
	background: #3877f2;
}
.single-features.red {
	background: #a8c95a;
}
.single-features:hover {
	transform: translateY(-10px);
}
.features-mt {
	position: relative;
	z-index: 1;
	margin-top: -190px;
}
.s-features-content h4 {
	font-size: 30px;
	font-family: 'Helvetica';
	margin-bottom: 15px;
}
.s-features-content p {
	font-size: 16px;
	margin-bottom: 0;
	opacity: .7;
	line-height: 1.6;
}
.s-features-icon img {
	transition: .5s linear;
	transform: rotateY(0deg);
}
.s-single-features:hover .s-features-icon img {
	transform: rotateY(360deg);
}
.t-features-content {
	background: #3877f2;
	padding: 30px;
	padding-left: 70px;
	padding-right: 25px;
	border-radius: 5px;
}
.t-features-content h5 {
	font-size: 24px;
	color: #fff;
	font-family: 'Helvetica';
	margin-bottom: 5px;
}
.t-features-content p {
	color: #fff;
	margin-bottom: 0;
	font-size: 16px;
}
.t-single-features {
	position: relative;
}
.t-features-icon {
	position: absolute;
	box-shadow: 0px 15px 20px 0px rgba(73, 45, 45, 0.25);
	border-radius: 50%;
	left: -20px;
	top: -20px;
}
.t-slider-bg .row:last-child .col-md-6:nth-child(2) .t-features-content {
	background: #a8c95a;
}
.t-slider-bg .row:last-child .col-md-6:last-child .t-features-content {
	background: #f15b5b;
}

/* 5. about */
.about-image img{
	width:100%
}
.about-content h2 {
	font-size: 40px;
	line-height: 1.3;
	font-family: 'Helvetica';
}
.about-content span {
	color: #6A392A;
	font-size:14px
}
.about-content .creator{
	text-align:right;
	font-size:14px
}
.about-content p .{
	margin-bottom: 30px;
	padding-right: 20px;
}
.about-content p:last-child {
	margin-bottom: 0;
	padding-right: 0;
}
.about-area .align-items-center {
	align-items: start !important
}

/* 6. courses */
.section-title h2 {
	font-size: 36px;
	text-align:left;
	margin-bottom: 0;
}
.section-title p {
	margin-top: 10px;
	font-size: 16px;
	text-align:left;
	margin-bottom: 0;
}
.single-course {
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
	transition: .3s linear;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.course-thumb img {
	width: 100%;
}
.course-content {
	padding: 20px;
	position: relative;
}
.c-review i {
	font-size: 14px;
	color: #6A392A;
}
.c-review span {
	font-size: 14px;
	color: #17374E;
	opacity: .8;
	margin-left: 10px;
	transition: .3s;
}
.course-content h3 {
	font-size: 24px;
	font-family: 'Helvetica';
	line-height: 1.3;
	margin-bottom: 25px;
}
.course-content h3:hover a {
	color: #6A392A;
}
.course-meta {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-top: 1px solid #ebebf0;
	padding-top: 15px;
	transition: .3s;
}
.course-meta ul {
	line-height: 1;
}
.course-meta ul li {
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	color: #5e5d7c;
	transition: .3s;
}
.course-meta ul li:first-child {
	margin-left: 0;
}
.course-meta ul li i {
	margin-right: 5px;
}
.course-meta ul li:first-child i {
	color: #d75a4a;
}
.course-meta ul li:last-child i {
	color: #6A392A;
}
.c-author p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1;
	transition: .3s;
}
.c-author p a {
	color: #6A392A;
}
.course-fee {
	position: absolute;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	background: #6A392A;
	color: #fff;
	border-radius: 50%;
	top: -35px;
	right: 20px;
}
.single-course:hover {
	background: #17374E;
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.3);
}
.single-course:hover .c-review span,
.single-course:hover .course-content h3,
.single-course:hover .course-meta ul li,
.single-course:hover .c-author p {
	color: #fff;
	opacity: 1;
}
.single-course:hover .course-meta {
	border-color: #38386c;
}
.course-tab .tabs_item {
    display: none;
}
.course-tab .tabs_item:first-child {
    display: block;
}
.course-tab .tabs {
	margin-bottom: 50px;
}
.course-tab .tabs li {
	display: inline-block;
	margin: 0 7px;
}
.course-tab .tabs li a {
	font-size: 16px;
	background: #f3f3f6;
	display: block;
	padding: 11px 25px;
	border-radius: 50px;
	color: #17374E;
}
.course-tab .tabs li.current a,.course-tab .tabs li:hover a {
	background: #6A392A;
	color: #fff;
}
.course-appearence {
	background: #17374E;
	border-radius: 5px;
}
.gv-icon i {
	color: #fff;
	font-size: 18px;
	margin-right: 15px;
}
.grid-view-wrap p {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	font-family: 'Helvetica';
}
.grid-view-wrap {
	display: flex;
	align-items: center;
}
.course-appearence {
	background: #17374E;
	border-radius: 5px;
	padding: 17px 40px;
}
.course-cat .course-cat-selected {
	color: #fff;
	border: 1px solid #575783;
	padding: 15px 22px;
	font-family: 'Helvetica';
	border-radius: 5px;
	padding-right: 40px;
	min-width: 175px;
}
.course-cat .course-cat-selected::after {
	border-color: #fff;
}
.course-search {
	position: relative;
}
.course-search input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #3f3e71;
	background: transparent;
	color: #fff;
	font-family: 'Helvetica';
	padding: 10px 0;
	font-size: 16px;
	padding-right: 50px;
}
.course-search input::placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Helvetica';
}
.course-search button {
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
	padding: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #6A392A;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	line-height: 40px;
}
.course-pagination ul li {
	display: inline-block;
	line-height: 1;
	margin: 0 5px;
}
.course-pagination ul li a {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #17374E;
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	line-height: 30px;
	background: #17374E2b;
	border-radius: 30px;
}
.course-pagination ul li a:hover {
	color: #fff;
	background: #17374E;
}
.course-pagination ul li.active a {
	color: #fff;
	background: #17374E;
}
.c-details-thumb img {
	width: 100%;
}
.c-details-content {
	padding: 40px 30px;
	border: 1px solid #ddd;
}
.c-details-content h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
.cd-instructor-img {
	float: left;
	margin-right: 15px;
}
.cd-instructor-content {
	overflow: hidden;
}
.cd-instructor-content h5 {
	font-size: 20px;
	font-family: 'Helvetica';
	margin-bottom: 3px;
	line-height: 1;
}
.cd-instructor-content span {
	font-size: 14px;
	font-family: 'Helvetica';
	color: #6A392A;
}
.cd-instructor-content i {
	font-size: 14px;
	color: #6A392A;
}
.c-details-tabs .nav {
	display: block;
	display: block;
	display: block;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	border: none;
	margin-bottom: 25px;
}
.c-details-tabs .nav li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: -4px;
}
.c-details-tabs .nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-family: 'Helvetica';
	background: #0F0F4D;
	color: #fff;
	padding: 11px 72px;
}
.c-details-tabs .nav-tabs .nav-link.active {
	background: #FFB40A;
	color: #fff;
}
.c-details-tabs .tab-pane p {
	font-size: 16px;
	margin-bottom: 0;
}
.c-details-tabs .tab-pane p:last-child {
	margin-top: 15px;
}
.other-instructor h4 {
	font-size: 26px;
	margin-bottom: 40px;
}
.single-o-instructor {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 25px;
}
.o-instructor-thumb img {
	width: 100%;
	margin-bottom: 15px;
}
.o-instructor-content h5 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}
.o-instructor-content span {
	font-size: 16px;
	color: #6A392A;
	font-family: 'Helvetica';
}
.related-course h4 {
	font-size: 26px;
	margin-bottom: 40px;
}
.c-details-widget {
	border: 1px solid #ddd;
	padding: 40px 30px;
}
.cdw-title h3 {
	font-size: 26px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.cdw-title h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 2px;
	border-radius: 10px;
	background: #6A392A;
}
.cdw-info-list ul li {
	font-size: 16px;
	font-family: 'Helvetica';
	margin-bottom: 10px;
	overflow: hidden;
}
.cdw-info-list ul li:last-child {
	margin-bottom: 0;
}
.cdw-info-list ul li span {
	float: right;
}
.c-details-widget .btn {
	width: 100%;
}
.cdw-form {
	position: relative;
}
.cdw-form input {
	width: 100%;
	border: none;
	padding: 14px 25px;
	background: #17374E;
	color: #fff;
	font-family: 'Helvetica';
}
.cdw-form input::placeholder {
	color: #edededd8;
}
.cdw-form button {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	padding: 0;
	line-height: 1;
	background: none;
	color: #fff;
	cursor: pointer;
}

/* 7. counter */
.counter-bg {
	background-position: center;
	background-repeat: no-repeat;
}
.counter-content h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}
.counter-content span {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 1;
}
/* 8. registration */
.reg-area {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.blue-overlay {
	position: relative;
	z-index: 1;
}
.blue-overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #17374E;
	opacity: .75;
	z-index: -1;
}
.white-title h2,.white-title p {color: #fff;}
.reg-form input {
	border: none;
	background: #403e6c;
	width: 370px;
	margin-right: 10px;
	padding: 17px 25px;
	border-radius: 3px;
	font-size: 16px;
	color: #ffdcdc;
}
.reg-form input::placeholder {
	font-size: 16px;
	color: #ffdcdc;
}
.coming-time .time-count {
	color: #fff;
	display: inline-block;
	height: 150px;
	width: 150px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 110px;
	font-size: 48px;
	font-family: 'Helvetica Bold';
	line-height: 110px;
	transition: .3s;
	margin-bottom: 30px;
}
.coming-time .time-count span {
	font-size: 20px;
	font-family: 'Helvetica';
	display: block;
	line-height: 1;
	margin-top: -23px;
	text-transform: capitalize;
}
.coming-time .time-count:last-child {
	margin-right: 0;
}
.coming-time .time-count:hover {
	color: #6A392A;
	border-color: #6A392A;
}
.s-reg-form {
	background: #fff;
	padding: 30px 50px;
	padding-bottom: 40px;
	position: relative;
}
.s-reg-form::before {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -15px;
	height: 30px;
	background: #fff;
	opacity: .2;
}
.s-reg-form::after {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -30px;
	height: 60px;
	background: #fff;
	opacity: .2;
}
.s-reg-form input {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #cfcfdb;
	padding: 10px;
	margin-bottom: 20px;
}
.s-reg-form textarea {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #cfcfdb;
	padding: 10px;
	margin-bottom: 20px;
}
.s-reg-form > form > .selected {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #cfcfdb;
	padding: 10px;
	margin-bottom: 60px;
	padding-bottom: 15px;
}
.s-reg-form button {
	display: block;
	width: 100%;
}
.reg-video a {
	z-index: 9;
	font-size: 30px;
	color: #6A392A;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}
.reg-video a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.479);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}
.reg-video span {
	color: #fff;
	font-size: 18px;
	font-family: 'Helvetica';
	display: inline-block;
	margin-left: 40px;
}
/* 9. founder-speech */
.founder-speech {
	background: #17374E;
}
.speech-content p {
	color: #fff;
	font-size: 24px;
	font-family: 'Helvetica Oblique';
	padding: 0 50px;
	margin-bottom: 0;
	line-height: 1.5;
}
.speech-info h5 {
	font-size: 24px;
	color: #6A392A;
	margin-bottom: 5px;
}
.speech-info span {
	color: #fff;
	font-family: 'Helvetica';
	font-size: 16px;
}

/* 10. teach */
.section-title span {
	color: #6A392A;
}
.teach-list ul li {
	display: flex;
	align-items: start;
	overflow: hidden;
	margin-bottom: 30px;
}
.teach-list ul li:last-child {
	margin-bottom: 0;
}
.teach-icon i {
	font-size: 40px;
	margin-right: 25px;
	transition: .3s;
}
.teach-list-content h4 {
	font-size: 20px;
	font-family: 'Helvetica';
	margin-bottom: 10px;
}
.teach-list-content p {
	margin-bottom: 0;
}
.teach-list ul li:hover .teach-icon i {
	color: #6A392A;
}
.teach-video {
	position: relative;
}
.teach-video img {
	width: 100%;
	box-shadow: 0px 25px 80px 0px rgba(15, 14, 77, 0.3);
}
.teach-video a {
	z-index: 9;
	font-size: 14px;
	color: #17374E;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.teach-video a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.479);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.teach-content p {
	font-size: 16px;
	opacity: .8;
	padding-right: 20px;
	margin-bottom: 0;
}
.s-teach-list ul li {
	font-size: 16px;
	margin-bottom: 15px;
}
.s-teach-list ul li i {
	font-size: 16px;
	color: #6A392A;
	margin-right: 10px;
}
.teach-btn .btn {
	background: #17374E;
}
.teach-btn .btn:hover {
	background: #6A392A;
}

/* 11. instructor */
.single-instructor {
    margin-bottom: 50px;
}
.instructor-thumb {
    position: relative;
    text-align: center;
}
.instructor-thumb img {
    width: 100%;
}
.instructor-overlay {
	margin: 0 20px;
	padding: 35px;
	background: #fff;
	border: 2px solid #eaeaea;
	position: relative;
	z-index: 9;
	margin-top: -30px;
	box-shadow: 0px 20px 20px 0px rgba(15, 14, 77, 0.09);
	transition: .3s linear;
	transform: translateY(0);
}
.single-instructor:hover .instructor-overlay {
	transform: translateY(-10px);
	box-shadow: 0px 20px 20px 0px rgba(15, 14, 77, 0.15);
}
.instructor-overlay h3 {
	font-size: 24px;
	margin-bottom: 4px;
}
.instructor-overlay h3 a {
    color: #28275f;
    transition: .3s;
}
.instructor-overlay span {
	font-size: 18px;
	display: block;
	color: #6A392A;
	font-family: 'Helvetica';
}
.instructor-overlay h3:hover a {
    color: #151452;
}
.instructor-details-img img {
	width: 100%;
}
.instructor-details-content {
	padding-left: 50px;
}
.instructor-info {
	margin-bottom: 50px;
}
.instructor-info h2 {
	font-size: 50px;
	margin-bottom: 15px;
}
.instructor-info span {
	font-size: 18px;
	color: #6A392A;
	font-family: 'Helvetica';
}
.instructor-details-content p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.9;
}
.instructor-contact {
	margin-top: 30px;
}
.instructor-contact ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
}
.instructor-contact ul li span {
	color: #6A392A;
	margin-right: 10px;
}
.instructor-social {
	margin-top: 40px;
}
.instructor-social ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
.instructor-social ul li a {
	font-size: 18px;
	color: #546071;
	transition: .3s;
}
.instructor-social ul li a:hover {
	color: #6A392A;
}
/* 12. events */
.single-events {
	overflow: hidden;
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
	margin-bottom: 40px;
	transition: .3s;
	display: flex;
	align-items: center;
}
.event-thumb{
	max-width:300px
}
.event-thumb img{
	max-width:100%
}
.event-content {
	padding: 45px;
	padding-left: 50px;
	width: 694px;
}
.event-content h3 {
	font-size: 28px;
	margin-bottom: 20px;
	font-family: 'Helvetica';
}
.event-content h3:hover a {
	color: #151452;
}
.event-date {
	background: #6A392A;
	padding: 49px 50px;
	text-align: center;
	height: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.event-meta ul li {
	display: inline-block;
	font-size: 16px;
	opacity: .8;
	margin-bottom: 20px;
}
.event-meta ul li i {
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.event-date h2 {
	font-size: 50px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
}
.event-date span {
	font-size: 16px;
	color: #fff;
	font-family: 'Helvetica';
}
.single-events:hover {
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.1)
}
.e-details-thumb img {
	width: 100%;
}
.event-show-date {
	float: left;
	margin-right: 30px;
}
.event-show-date h3 {
	height: 60px;
	width: 65px;
	background: #6A392A;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 0;
	font-size: 28px;
	color: #fff;
	line-height: 41px;
}
.event-show-date h3 span {
	display: block;
	line-height: 1;
	margin-top: -6px;
	font-size: 16px;
}
.e-details-title h2 {
	overflow: hidden;
	margin-bottom: 0;
	line-height: 60px;
	font-size: 38px;
}
.e-details-title h2 span {
	font-size: 15px;
	background: #6A392A;
	padding: 10px 15px;
	border-radius: 5px;
	line-height: 1;
	color: #fff;
	margin-left: 50px;
	position: relative;
	top: -9px;
}
.e-details-content p {
	margin-bottom: 15px;
}
.e-details-info h2 {
	font-size: 36px;
	margin-bottom: 25px;
	line-height: 1;
}
.e-details-info ul li {
	font-family: 'Helvetica';
	font-size: 16px;
	margin-bottom: 10px;
}
.e-details-info ul li:last-child {
	margin-bottom: 0;
}
.e-details-info ul li i {
	font-size: 16px;
	color: #6A392A;
	margin-right: 15px;
}
.e-details-info ul {
	margin-bottom: 30px;
}
.e-details-info-img img {
	width: 100%;
}

/* 13. testimonail */
.testimonial-bg {
	background-position: top center;
	background-size: cover;
}
.single-testimonial {
	margin: 0 50px;
	margin-bottom: 35px;
}
.testimonial-content {
	background: #fff;
	padding: 40px 50px;
	border-radius: 5px;
	position: relative;
}
.testimonial-content p {
	margin-bottom: 0;
	font-family: 'Helvetica Oblique';
	position: relative;
	z-index: 1;
}
.testimonial-content p::before {
	content: "\7b";
	position: absolute;
	font-family: "eleganticons";
	font-size: 132px;
	color: #17374E;
	opacity: .1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)rotate(180deg);
	z-index: -1;
}
.testimonial-avatar h5 {
	font-size: 18px;
	font-family: 'Helvetica';
	text-transform: capitalize;
	margin-bottom: 3px;
}
.testimonial-avatar span {
	font-family: 'Helvetica';
	font-size: 16px;
}
.testimonial-content::before,.testimonial-content::after {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -15px;
	background: #fff;
	height: 30px;
	z-index: -1;
	opacity: .2;
	border-radius: 5px;
}
.testimonial-content::after {
	left: 50px;
	right: 50px;
	height: 60px;
	bottom: -30px;
}
.testimonial-active .slick-arrow {
	position: absolute;
	top: 50%;
	left: -195px;
	transform: translateY(-50%);
	border: none;
	padding: 0;
	z-index: 1;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	background: rgba(255,255,255,.1);
	transition: .3s;
}
.testimonial-active .slick-arrow.slick-next {
	right: -195px;
	left: auto;
}
.testimonial-active .slick-arrow:hover {
	background: #6A392A;
	color: #fff;
}
/* 14. blog */
.single-side-post {
	display: flex;
	align-items: center;
	overflow: hidden;
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
	transition: .5s;
	margin-bottom: 36px;
}
.side-post-thumb {
	margin-right: 25px;
	position: relative;
}
.side-post-thumb img{
	width:200px;
	height:170px;
}
.side-post-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #17374E;
	transition: .5s;
	opacity: 0;
}
.side-post-content {
	padding: 18px;
	padding-left: 0;
}
.side-post-content .post-date span {
	font-size: 14px;
	color: #17374E;
	opacity: .8;
	display: block;
	margin-bottom: 10px;
}
.side-post-content h5 {
	font-size: 20px;
	font-family: 'Helvetica';
	margin-bottom: 10px;
}
.side-post-content h5:hover a {
	color: #17374E;
}
.side-post-content > a {
	font-size: 16px;
	color: #6A392A;
}
.side-post-content > a:hover {
	color: #17374E;
}
.side-post-content > a i {
	position: relative;
	top: 2px;
}
.single-side-post:hover {
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.2);
}
.single-side-post:hover .side-post-thumb::before {
	opacity: .8;
}
.single-side-post:last-child {
	margin-bottom: 0;
}
.single-slide-blog img {
	width: 100%;
}
.single-slide-event {
	position: relative;
}
.overlay-event {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #17374E;
	display: flex;
	align-items: center;
	border-radius: 3px;
}
.slide-event-date {
	background: #6A392A;
	float: left;
	width: 120px;
	text-align: center;
	padding: 54px 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.slide-event-content {
	overflow: hidden;
	padding: 20px;
}
.slide-event-content h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.slide-event-content h3:hover a {
	color: #6A392A;
}
.slide-event-content ul li {
	color: #fff;
	font-size: 16px;
	font-family: 'Helvetica';
	margin-bottom: 7px;
}
.slide-event-content ul li:last-child {
	margin-bottom: 0;
}
.slide-event-content ul li i {
	margin-right: 5px;
}
.slide-event-date h4 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 5px;
	line-height: 1;
}
.slide-event-date span {
	color: #fff;
	font-family: 'Helvetica';
	display: block;
}
.journal-thumb img {
	width: 100%;
}
.journal-content {
	padding: 35px 30px;
	padding-top: 0;
}
.journal-meta {
	background: #6A392A;
	text-align: center;
	padding: 7px 0;
	margin-top: -20px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.journal-meta ul li {
	display: inline-block;
	font-size: 14px;
	font-family: 'Helvetica';
	color: #fff;
}
.journal-meta ul li:nth-child(2) {
	margin: 0 15px;
}
.journal-meta ul li a {
	color: #fff;
}
.journal-meta ul li a:hover {
	color: #17374E;
}
.journal-content h3 {
	font-size: 20px;
	font-family: 'Helvetica';
	margin-bottom: 10px;
	transition: .3s linear;
}
.journal-content h3:hover a {
	color: #6A392A;
}
.journal-content p {
	margin-bottom: 0;
	font-size: 16px;
	opacity: .7;
	transition: .3s linear;
}
.single-journal {
	background: #fff;
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.03);
	transition: .3s linear;
	border-radius: 3px;
}
.single-journal:hover {
	box-shadow: 0px 14px 20px 0px rgba(15, 14, 77, 0.3);
	background: #17374E;
}
.single-journal:hover .journal-content h3,
.single-journal:hover .journal-content p {
	color: #fff;
}

.bsingle__post-thumb img {
	width: 100%;
}
.bsingle__content {
	padding: 50px;
	border: 2px solid #dadeff;
}
.meta-info ul {
	margin-bottom: 7px;
}
.meta-info ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
}
.meta-info ul li:last-child {
	margin-right: 0px;
}
.meta-info ul li a {
	color: #5f708f;
	text-transform: capitalize;
}
.meta-info ul li i {
	margin-right: 5px;
}
.bsingle__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.bsingle__content p {
	padding-right: 35px;
	margin-bottom: 25px;
}
.meta-info ul li a:hover {
	color: #6A392A;
}
.bsingle__content h2:hover a {
	color: #6A392A;
}
.bsingle__post .video-p {
	position: relative;
}
.bsingle__post .video-p .video-i {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #fff;
	color: #17374E;
}
.blog-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	color: #fff;
	z-index: 9;
	opacity: .4;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
.blog-active .slick-arrow.slick-next {
	right: 40px;
	left: auto;
}
.blog-active .slick-arrow:hover {
	opacity: 1;
}
.quote-post {
	background-position: center;
	background-repeat: no-repeat;
}
.quote-post .quote-icon {
	float: left;
	margin-right: 30px;
	display: block;
	margin-top: 20px;
}
.quote-post h2 {
	overflow: hidden;
	margin-bottom: 0;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.pagination-wrap .pagination li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination-wrap .pagination li a {
	border: none;
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	background: #d2d2ff;
	border-radius: 50%;
	color: #2e265d;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	font-family: 'Helvetica Bold';
}
.pagination-wrap .pagination li.active a {
	background: #17374E;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(97, 97, 235, 0.49);
}
.pagination-wrap .pagination li a:hover {
	background: #17374E;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(97, 97, 235, 0.49);
}
.widget {
	padding: 35px 25px 35px 25px;
	border: 2px solid #dadeff;
	overflow: hidden;
}
.widget-title {
	margin-bottom: 40px;
}
.widget-title h4 {
	font-size: 28px;
	margin-bottom: 0;
	line-height: 1;
}
.slidebar__form {
	position: relative;
}
.slidebar__form input {
	background: #f2f1ff;
	border: none;
	width: 100%;
	padding: 18px 30px;
	padding-right: 75px;
	font-family: 'Helvetica';
	font-size: 16px;
}
.slidebar__form input::placeholder {
	font-family: 'Helvetica';
}
.slidebar__form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #17374E;
	padding: 18px 23px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	height: 100%;
	transition: .3s ease-in-out;
}
.slidebar__form button:hover {
	background: #6A392A;
}
.widget-insta-post li {
	display: inline-block;
	margin: 5px 3px;
}
.widget-insta-post li a {
	position: relative;
	display: block;
}
.widget-insta-post img {
	max-width:80px
}
.widget-insta-post li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #17374E;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.widget-insta-post li:hover a::before {
	opacity: .7;
}
.widget-social a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	border: 1px solid #dadeff;
	color: #8f8bb8;
	margin: 0 3px;
}
.widget-social a:hover {
	background: #17374E;
	color: #ffffff;
	border-color: #17374E;
}
.cat__list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.cat__list li a {
	font-size: 16px;
	color: #605a88;
}
.cat__list li a span {
	float: right;
	display: block;
}
.cat__list li:hover a {
	color: #17374E;
}
.cat__list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.widget__post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
}
.widget__post-thumb img{
	max-width:100px
}
.widget__post-content {
	overflow: hidden;
	display: block;
}
.widget__post-content h6 {
	font-size: 16px;
	margin-bottom: 1px;
	padding-right: 15px;
}
.widget__post-content h6:hover a {
	color: #6A392A;
}
.widget__post-content span {
	font-size: 14px;
}
.widget__post-content span i {
	margin-right: 8px;
}
.widget__post ul li:last-child {
	margin-bottom: 0;
}
.widget__tag ul li {
	display: inline-block;
	margin: 5px 3px;
}
.widget__tag ul li a {
	display: block;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	color: #605a88;
	padding: 7px 17px;
}
.widget__tag ul li:hover a {
	background: #17374E;
	border-color: #17374E;
	color: #ffffff;
}
.widget.widget__banner {
	border: none;
	padding: 0;
	text-align: center;
}
.widget__banner img {
	width: 100%;
}
.details__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 0;
}
.details__content p {
	margin-bottom: 18px;
}
.details__content img {
	width: 100%;
}
.details__content blockquote {
	background: #17374E;
	padding: 30px 35px;
	padding-left: 90px;
	position: relative;
	font-size: 18px;
	padding-right: 50px;
	margin-top: 45px;
	margin-bottom: 45px;
	line-height: 1.7;
	color: #fff;
	z-index: 1;
	font-style: italic;
}
.details__content blockquote::before {
	position: absolute;
	content: "";
	left: 19px;
	top: 29px;
	background: url(../img/icon/blockquote_d.png);
	height: 86px;
	width: 92px;
	z-index: -1;
}
.details__content blockquote footer {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
	font-weight: 600;
}
.details__content-img {
	margin: 45px 0;
}
.details__content-img img {
	width: 100%;
}
.details__content figure {
	margin-top: 45px;
	margin-bottom: 60px;
}
.details__content figure img {
	float: left;
	width: 255px;
	margin-right: 30px;
}
.post__tag h5 {
	font-size: 22px;
	margin-bottom: 20px;
}
.post__tag ul li {
	display: inline-block;
	margin-right: 15px;
}
.post__tag ul li a {
	font-size: 16px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 12px 18px;
	display: inline-block;
	border-radius: 3px;
	color: #605a88;
	font-family: 'Helvetica';
}
.post__tag ul li a:hover {
	border-color: #17374E;
	color: #fff;
	background: #17374E;
}
.post__share h5 {
	font-size: 22px;
	margin-bottom: 30px;
}
.post__share ul li {
	margin-left: 20px;
	display: inline-block;
}
.post__share ul li a {
	font-size: 18px;
	display: inline-block;
	color: #b5becc;
}
.post__share ul li a:hover {
	color: #17374E;
}
.posts_navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 5px;
}
.posts_navigation .prev-link h4 {
	font-size: 24px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.posts_navigation .next-link span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 5px;
}
.posts_navigation .next-link h4 {
	font-size: 24px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.posts_navigation .next-link h4:hover a, .posts_navigation .prev-link h4:hover a {
	color: #17374E;
}
.related__post .post-title {
	margin-bottom: 35px;
}
.related__post .post-title h4 {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 500;
}
.related-post-wrap .post-thumb img {
	width: 100%;
}
.related-post-wrap .rp__content {
	padding: 44px;
	border: 2px solid #f4f3fb;
	border-top: none;
}
.related-post-wrap .rp__content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.related-post-wrap .rp__content p {
	margin-bottom: 0;
}
.related-post-wrap .rp__content h3:hover a {
	color: #17374E;
}
.avatar__wrap {
	background: #f3f1ff;
	padding: 50px 80px;
}
.avatar__wrap .avatar-img {
	margin-top: -115px;
	margin-bottom: 35px;
}
.avatar__info h5 {
	font-size: 26px;
	margin-bottom: 10px;
}
.avatar__info-social {
	margin-bottom: 20px;
}
.avatar__info-social a {
	font-size: 16px;
	color: #9498b6;
	display: inline-block;
	margin: 0 5px;
}
.avatar__info-social a:hover {
	color: #17374E;
}
.avatar__wrap-content p {
	margin-bottom: 0;
}
.avatar__wrap .avatar-img img {
	border-radius: 50%;
}
.comment__wrap-title {
	margin-bottom: 35px;
}
.comment__wrap-title h5 {
	font-size: 26px;
	margin-bottom: 0;
}
.single__comment .comments-avatar {
	float: left;
	width: 100px;
	margin-right: 30px;
}
.comment-text {
	overflow: hidden;
}
.comment-text .avatar-name {
	overflow: hidden;
}
.comment-text .avatar-name h6 {
	font-size: 18px;
	margin-bottom: 0;
}
.comment-text .avatar-name span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #17374E;
}
.comment-text .avatar-name .comment-reply {
	float: right;
	border: 2px solid #f4f4ff;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 14px;
	margin-top: -18px;
	color: #7886a0;
}
.comment-text .avatar-name .comment-reply i {
	margin-right: 5px;
}
.comment-text .avatar-name .comment-reply:hover {
	border-color: #17374E;
	color: #fff;
	background: #17374E;
}
.comment-text p {
	margin-bottom: 0;
}
.single__comment.children .avatar-name h6 i {
	font-size: 12px;
	color: #17374E;
	margin-left: 20px;
}
.single__comment.children {
	margin-left: 130px;
}
.comment__wrap {
	border-bottom: 1px solid #eaeaea;
}
.comment__form {
	padding: 50px;
	background: #f8f6ff;
}
.comment__form .comment-field {
	position: relative;
}
.comment__form .comment-field i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #17374E;
	font-size: 14px;
}
.comment__form .comment-field.text-area i {
	top: 25px;
	transform: unset;
}
.comment__form .comment-field textarea {
	height: 150px;
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
	transition: .3s ease-in-out;
}
.comment__form .comment-field input {
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
	transition: .3s ease-in-out;
}
.comment__form .comment-field textarea::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.comment__form .comment-field input::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.single__comment .comments-avatar img {
	border-radius: 50%;
}

        /* 简洁的校长寄语页面样式 */
        .fast-message-page {
            font-family: 'Microsoft YaHei', 'Segoe UI', Arial, sans-serif;
            line-height: 1.8;
            color: #333;
            background-color: #f8f9fa;
            min-height: 100vh;
        }
        
        .fast-message-header {
            background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
            color: white;
            padding: 3rem 0;
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .fast-message-title {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .fast-message-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .fast-message-container {
            max-width: 1000px;
            margin: 0 auto;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            margin-bottom: 3rem;
        }
        
        .fast-message-profile {
            background: linear-gradient(to bottom, #f8f9fa, #e3f2fd);
            padding: 2.5rem;
            border-bottom: 1px solid #eee;
        }
        
        .fast-message-profile-content {
            display: flex;
            align-items: center;
            gap: 2rem;
        }
        
        .fast-message-headshot {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            border: 5px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            flex-shrink: 0;
        }
        
        .fast-message-profile-info {
            flex: 1;
        }
        
        .fast-message-name {
            color: #1a237e;
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .fast-message-position {
            color: #666;
            font-size: 1.3rem;
            margin-bottom: 1rem;
        }
        
        .fast-message-intro {
            color: #555;
            font-size: 1rem;
            line-height: 1.6;
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #ddd;
        }
        
        .fast-message-content {
            padding: 3rem;
        }
        
        .fast-message-text {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: #444;
        }
        
        .fast-message-quote {
            font-size: 1.2rem;
            font-style: italic;
            color: #1a237e;
            border-left: 4px solid #42a5f5;
            padding-left: 1.5rem;
            margin: 2.5rem 0;
            line-height: 1.7;
        }
        
        .fast-message-signature {
            text-align: right;
            margin-top: 3rem;
            padding-top: 1.5rem;
            border-top: 1px solid #eee;
        }
        
        .fast-message-signature-name {
            font-size: 1.3rem;
            font-weight: 600;
            color: #1a237e;
            margin-bottom: 0.25rem;
        }
        
        .fast-message-signature-title {
            color: #666;
            font-size: 1rem;
        }
        
        .fast-message-footer {
            text-align: center;
            padding: 2rem 0;
            color: #666;
            font-size: 0.95rem;
        }
        
        .fast-message-back-btn {
            display: inline-block;
            color: #1a237e;
            text-decoration: none;
            padding: 0.5rem 1.5rem;
            border: 1px solid #1a237e;
            border-radius: 4px;
            transition: all 0.3s;
            margin-top: 1rem;
        }
        
        .fast-message-back-btn:hover {
            background-color: #1a237e;
            color: white;
        }
        
        /* 响应式调整 */
        @media (max-width: 768px) {
            .fast-message-title {
                font-size: 2rem;
            }
            
            .fast-message-subtitle {
                font-size: 1rem;
                padding: 0 1rem;
            }
            
            .fast-message-profile-content {
                flex-direction: column;
                text-align: center;
                gap: 1.5rem;
            }
            
            .fast-message-headshot {
                width: 120px;
                height: 120px;
            }
            
            .fast-message-name {
                font-size: 1.8rem;
            }
            
            .fast-message-position {
                font-size: 1.1rem;
            }
            
            .fast-message-content {
                padding: 2rem;
            }
            
            .fast-message-profile {
                padding: 2rem;
            }
        }


/* 15. contact */
.contact-wrap {
	box-shadow: 0px 0px 56px 14px rgba(186, 179, 226, 0.1);
	padding: 80px 60px;
}
.c-form-group {
	margin-bottom: 50px;
}
.c-form-group label {
    color: #17374E;
	opacity: 0.5;
	cursor: unset;
    font-size: 18px;
}
.c-form-group input {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #cfcfdb;
	padding-bottom: 5px;
	font-size: 20px;
}
.c-checkbox input {
	margin-right: 10px;
}
.c-checkbox label {
	color: #17374E;
	margin-bottom: 0;
	font-size: 18px;
	cursor: unset;
}
.c-form-group textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	border: none;
	height: 100%;
}
.c-form-group.p-relative {
	position: relative;
	padding-left: 20px;
}
.contact-form .btn {
	width: 100%;
}
.c-form-group.p-relative::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: #cfcfdb;
}
/* 16. brand */
.single-brand img {
	display: inline-block;
}

/* 17. cta */
.cta-content p {
	margin-bottom: 35px;
}
.cta-content .btn {
	background: #17374E;
}
.cta-content .btn:hover {
	background: #6A392A;
}

/* 18. footer */
.fw-title h3 {
	color: #fff;
	font-size: 24px;
}
.footer-trext p {
	color: #a6a6b5;
	margin-bottom: 0;
}
.footer-contact ul li {
	color: #a6a6b5;
	font-family: 'Helvetica';
	margin-bottom: 10px;
}
.footer-contact ul li i {
	margin-right: 10px;
	color: #a6a6b5;
}
.footer-contact ul li:last-child {
	margin-bottom: 0;
}
.fw-link ul li {
	margin-bottom: 10px;
}
.fw-link ul li:last-child {
	margin-bottom: 0;
}
.fw-link ul li a {
	color: #a6a6b5;
}
.fw-link ul li a:hover {
	color: #6A392A;
}
.copyright-area {
	background: #0c0b43;
	padding: 15px 0;
}
.copyright-text p {
	font-size: 16px;
	color: #a6a6b5;
	margin-bottom: 0;
}
.copyright-link ul li {
	display: inline-block;
	margin-left: 20px;
}
.copyright-link ul li a {
	font-size: 16px;
	color: #a6a6b5;
}
.copyright-link ul li a:hover {
	color: #6A392A;
}
/*--- 19. preloader ---*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}
.preloader {
  width: 70px;
  height: 70px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #17374E;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

/* 人文社科院 */
        /* 商业管理卡片 */
        .business-program {
            background: linear-gradient(to right, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            margin-bottom: 4rem;
        }
        
        .business-header {
            padding: 3rem 3rem 2rem;
            background-color: #2b6cb0;
            color: white;
        }
        
        .business-title {
            font-weight: 700;
            font-size: 2.2rem;
            margin-bottom: 0.5rem;
			color:#fff
        }
        
        .business-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
			color:#fff
        }
        
        .business-content {
            padding: 3rem;
        }
        
        .business-image {
            height: 400px;
            background-image: url('../img/business.jpg');
            background-size: cover;
            background-position: center;
        }
        
        /* 社会科学卡片 */
        .social-program {
            background: linear-gradient(to right, #fef2f2 0%, #fee2e2 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            margin-bottom: 4rem;
        }
        
        .social-header {
            padding: 3rem 3rem 2rem;
            background-color: #c53030;
            color: white;
        }
        
        .social-title {
            font-weight: 700;
            font-size: 2.2rem;
            margin-bottom: 0.5rem;
			color:#FFF
        }
        
        .social-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
			color:#FFF
        }
        
        .social-content {
            padding: 3rem;
        }
        
        .social-image {
            height: 400px;
            background-image: url('../img/social.jpg');
            background-size: cover;
            background-position: center;
        }
		      /* 特色列表 */
        .features-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: var(--primary-color);
        }
        
        .feature-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .feature-list li {
            margin-bottom: 1rem;
            padding-left: 2rem;
            position: relative;
            font-size: 1.1rem;
        }
        
        .business-feature li:before {
            content: "•";
            color: var(--business-color);
            font-size: 2rem;
            position: absolute;
            left: 0;
            top: -8px;
        }
        
        .social-feature li:before {
            content: "•";
            color: var(--social-color);
            font-size: 2rem;
            position: absolute;
            left: 0;
            top: -8px;
        }
        
        /* 成就区域 */
        .achievement-section {
            padding: 2.5rem;
            border-radius: 15px;
            margin-top: 2rem;
        }
        
        .business-achievement {
            background-color: rgba(43, 108, 176, 0.1);
            border-left: 5px solid var(--business-color);
        }
        
        .social-achievement {
            background-color: rgba(197, 48, 48, 0.1);
            border-left: 5px solid var(--social-color);
        }
        
        .achievement-title {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
		        /* 响应式调整 */
        @media (max-width: 992px) {
            
            .business-image, 
            .social-image {
                height: 300px;
                margin-top: 2rem;
            }
            
            .business-content,
            .social-content {
                padding: 2rem;
            }
        }
        
        @media (max-width: 768px) {
            
            .section-title {
                font-size: 2rem;
            }
            
            .business-title,
            .social-title {
                font-size: 1.8rem;
            }
            
            .stat-number {
                font-size: 2.8rem;
            }
        }
        
        @media (max-width: 576px) {
            
            .program-section {
                padding: 3rem 0;
            }
            
            .business-header,
            .social-header {
                padding: 2rem 2rem 1.5rem;
            }
            
            .business-image, 
            .social-image {
                height: 250px;
            }
        }
        
        /* 动画效果 */
        .fade-in {
            animation: fadeIn 1s ease-out;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* 图标样式 */
        .icon-large {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            display: block;
        }
        
        .business-icon {
            color: var(--business-color);
        }
        
        .social-icon {
            color: var(--social-color);
        }

/* 体育学院 */
        /* 主要内容区域 */
        .main-content {
            padding: 3rem 0;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .section-title {
text-align: center;
  margin-bottom: 50px;
  position: relative;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #2E8B57, #1E90FF);
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-subtitle {
            font-size: 1.1rem;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.5;
        }
        
        /* 紧凑型体育项目特色卡片 */
        .sport-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0, 0, 0, 0.05);
            margin-bottom: 1.5rem;
        }
        
        .sport-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .card-image {
            height: 180px;
            overflow: hidden;
        }
        
        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .sport-card:hover .card-image img {
            transform: scale(1.05);
        }
        
        .card-content {
            padding: 1.5rem;
        }
        
        .card-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #2E8B57, #1E90FF);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }
        
        .card-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
            color: #2E8B57;
        }
        
        .card-text {
            color: #666;
            line-height: 1.6;
            font-size: 0.95rem;
            margin-bottom: 1rem;
        }
        
        /* 整合的学术体系模块 */
        .integrated-academic-section {
            margin: 4rem 0;
        }
        
        .academic-container {
            background: linear-gradient(135deg, #f0f9ff 0%, #e6fff2 100%);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
        
        .academic-header {
            background: linear-gradient(90deg, #2E8B57, #1E90FF);
            color: white;
            padding: 1.8rem 2rem;
            position: relative;
        }
        
        .academic-header h2 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: white;
        }
        
        .academic-header p {
            opacity: 0.9;
            font-size: 1rem;
            margin-bottom: 0;
        }
        
        .academic-content {
            padding: 2.5rem 2rem;
        }
        
        /* 学术课程网格 - 紧凑设计 */
        .academic-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.2rem;
            margin-bottom: 2.5rem;
        }
        
        .academic-item {
            background: white;
            border-radius: 8px;
            padding: 1.2rem 0.8rem;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .academic-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }
        
        .academic-icon {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: linear-gradient(135deg, #2E8B57, #1E90FF);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.1rem;
            margin: 0 auto 0.8rem;
        }
        
        .academic-item h4 {
            font-size: 0.95rem;
            font-weight: 600;
            margin-bottom: 0.4rem;
            color: #212529;
        }
        
        .academic-item p {
            font-size: 0.8rem;
            color: #666;
            line-height: 1.4;
            margin-bottom: 0;
        }
        
        /* NCAA要求展示 - 紧凑设计 */
        .ncaa-requirements {
            background: white;
            border-radius: 10px;
            padding: 2rem;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        }
        
        .ncaa-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2E8B57;
            margin-bottom: 1rem;
        }
        
        .ncaa-stats {
            display: flex;
            justify-content: space-between;
            margin-top: 1.5rem;
            gap: 1rem;
        }
        
        .stat-item {
            text-align: center;
            flex: 1;
            background: rgba(46, 139, 87, 0.05);
            border-radius: 8px;
            padding: 1rem 0.5rem;
        }
        
        .stat-number {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2E8B57;
            display: block;
            margin-bottom: 0.3rem;
        }
        
        .stat-label {
            font-size: 0.85rem;
            color: #666;
        }
        
        /* 学术支持特色 */
        .support-features {
            margin-top: 2rem;
        }
        
        .feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.2rem;
        }
        
        .feature-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(46, 139, 87, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            flex-shrink: 0;
			color: #6A392A;
        }
        
        .feature-content h4 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #212529;
        }
        
        .feature-content p {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 0;
            line-height: 1.5;
        }
		        /* 响应式调整 */
        @media (max-width: 992px) {
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .academic-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 1rem;
            }
        }
        
        @media (max-width: 768px) {           
            .main-content {
                padding: 2rem 0;
            }
            
            .section-header {
                margin-bottom: 2rem;
            }
            
            .section-title {
                font-size: 1.6rem;
            }
            
            .section-subtitle {
                font-size: 1rem;
            }
            
            .card-content {
                padding: 1.2rem;
            }
            
            .card-title {
                font-size: 1.2rem;
            }
            
            .academic-header {
                padding: 1.5rem 1.2rem;
            }
            
            .academic-header h2 {
                font-size: 1.5rem;
            }
            
            .academic-content {
                padding: 2rem 1.2rem;
            }
            
            .academic-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.8rem;
            }
            
            .ncaa-stats {
                flex-direction: column;
                gap: 0.8rem;
            }
            
            .feature-item {
                flex-direction: column;
            }
            
            .feature-icon {
                margin-bottom: 0.5rem;
            }
        }
        
        @media (max-width: 480px) {
            .academic-grid {
                grid-template-columns: 1fr;
            }
        }
        
        /* 实用工具类 */
        .mb-5 {
            margin-bottom: 3rem !important;
        }
        
        .mt-5 {
            margin-top: 3rem !important;
        }
        
        .text-gradient {
            background: linear-gradient(90deg, #2E8B57, #1E90FF);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .btn-primary {
            background: linear-gradient(90deg, #2E8B57, #1E90FF);
            border: none;
            padding: 0.7rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 15px rgba(46, 139, 87, 0.2);
        }
        
        .btn-lg {
            padding: 0.8rem 2rem;
            font-size: 1rem;
        }
        
        .btn-outline-primary {
            border-color: #2E8B57;
            color: #2E8B57;
            padding: 0.7rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }
        
        .btn-outline-primary:hover {
            background-color: #2E8B57;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 15px rgba(46, 139, 87, 0.2);
        }
        
        /* 信息标签 */
        .info-tag {
            display: inline-block;
            background: rgba(46, 139, 87, 0.1);
            color: #2E8B57;
            padding: 0.3rem 0.8rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 500;
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
        }

/* 招生简章 */
        
        /* 主要内容区域 */
        .main-content {
            padding: 4rem 0;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #f77f00, #e63946);
            bottom: 0;
            left: 0;
            border-radius: 2px;
        }
        
        .section-title.text-center::after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        /* 快速信息栏 */
        .quick-info {
			margin-top:50px;
            background: linear-gradient(135deg, #1a365d 0%, #2d5aa0 100%);
            color: white;
            border-radius: 0.75rem;
            padding: 2rem;
            margin-bottom: 2.5rem;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
        }
        
        .quick-info-item {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }
        
        .quick-info-item:last-child {
            margin-bottom: 0;
        }
        
        .quick-info-icon {
            color: #fff;
            font-size: 1.5rem;
            width: 40px;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        /* 改进的第一模块布局 */
        .intro-feature-card {
            background-color: white;
            border-radius: 0.75rem;
            padding: 2.5rem;
            height: 100%;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
        }
        
        .intro-feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
        }
        
        .feature-icon-wrapper {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #2d5aa0, #1a365d);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }
        
        /* 学校统计卡片 */
        .stats-card {
            background: linear-gradient(135deg, #2d5aa0, #1a365d);
            color: white;
            border-radius: 0.75rem;
            padding: 2rem;
            height: 100%;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
            text-align: center;
        }
       .stats-card .small {
            color: white;
        }
		.badge {
            color: white;
			padding: .45em .8em !important
        }
		
        .stats-number {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: #fbbf24;
        }
        
        .stats-label {
            font-size: 1rem;
            opacity: 0.9;
        }
        
        /* 双栏布局 */
        .two-column-section {
            background-color: white;
            border-radius: 0.75rem;
            padding: 2.5rem;
            margin-bottom: 2rem;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        /* 美高课程特色 */
        .course-feature {
            background-color: #f8f9fa;
            border-radius: 0.5rem;
            padding: .8rem 1.1rem;
            margin-bottom: .2rem;
            border-left: 0px solid #f77f00;
            transition: all 0.3s ease;
        }
        
        .course-feature:hover {
            background-color: #e9ecef;
            transform: translateX(5px);
        }
        
        .course-feature-icon {
            color: #6A392A;
            font-size: 1.2rem;
            margin-right: 0.75rem;
        }
        
        /* 大学学分课程 */
        .university-credit-card {
            background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
            border-radius: 0.75rem;
            padding: 2rem;
            border-left: 6px solid #2d5aa0;
            margin: 2rem 0;
        }
        
        /* 多元增值课程 */
        .value-course-card {
            background-color: white;
            border-radius: 0.75rem;
            padding: 1.5rem;
            height: 100%;
            box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
            border-top: 0px solid #f77f00;
            transition: all 0.3s ease;
        }

        
        .value-course-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
        }
        
        /* 学校优势模块 */
        .advantage-card {
            background-color: white;
            border-radius: 0.75rem;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
            border-top: 0px solid #f77f00;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .advantage-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
        }
        
        .advantage-number {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #f77f00, #fbbf24);
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        /* 入学方式模块 */
        .admission-process {
            background-color: white;
            border-radius: 0.75rem;
            padding: 2.5rem;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
            margin-bottom: 2rem;
        }
        
        .process-step {
            display: flex;
            align-items: flex-start;
            margin-bottom: 2rem;
            padding-bottom: 2rem;
            border-bottom: 1px dashed #e9ecef;
        }
        
        .process-step:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .step-number {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #2d5aa0, #1a365d);
            color: white;
            border-radius: 50%;
            font-weight: 700;
            font-size: 1.2rem;
            margin-right: 1.5rem;
            flex-shrink: 0;
        }
		       /* 招生CTA部分 */
        .admission-cta {
            background: linear-gradient(135deg, #1a365d 0%, #2d5aa0 100%);
            color: white;
            border-radius: 0.75rem;
            padding: 4rem 2rem;
            margin: 5rem 0 3rem;
            box-shadow: 0 1rem 2.5rem rgba(26, 54, 93, 0.2);
            text-align: center;
        }
		.admission-cta p{
            color: white;
        }
        
        .cta-btn {
            background: linear-gradient(90deg, #f77f00, #fbbf24);
            color: white;
            border: none;
            padding: 0.75rem 2.5rem;
            border-radius: 2rem;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(247, 127, 0, 0.3);
        }
        
        .cta-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 25px rgba(247, 127, 0, 0.4);
            background: linear-gradient(90deg, #f97316, #f59e0b);
            color: white;
        }
        /* 响应式调整 */
        @media (max-width: 768px) {
            .admission-header {
                padding: 4rem 0 3rem;
            }
            
            .school-logo {
                padding: 1rem 1.5rem;
            }
            
            .intro-feature-card, .two-column-section, .advantage-card, .admission-process {
                padding: 1.5rem;
            }
            
            .admission-cta {
                padding: 3rem 1.5rem;
                margin: 3rem 0 2rem;
            }
            
            .process-step {
                flex-direction: column;
            }
            
            .step-number {
                margin-right: 0;
                margin-bottom: 1rem;
            }
            
            .feature-icon-wrapper {
                width: 60px;
                height: 60px;
                margin-bottom: 1rem;
            }
            
            .feature-icon {
                font-size: 1.5rem;
            }
        }
        
        /* 动画效果 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animate-fade-in {
            animation: fadeInUp 0.8s ease forwards;
        }
        
        /* 列表样式 */
        .custom-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .custom-list li {
            padding: 0.5rem 0;
            padding-left: 1.8rem;
            position: relative;
            color: #495057;
        }
        
        .custom-list li:before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #2d5aa0;
            font-weight: bold;
        }
        
        .warning-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .warning-list li {
            padding: 0.5rem 0;
            padding-left: 1.8rem;
            position: relative;
            color: #495057;
        }
        
        .warning-list li:before {
            content: '⚠';
            position: absolute;
            left: 0;
            color: #e63946;
            font-weight: bold;
        }
/* ============================================================== 
     # Faq Accordion 
=================================================================== */
.faq-items h2 {
  font-weight: 700;
}

.faq-area .sign-up {
  background: #002147;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 50px;
}

.testimonials-area .faq-items .panel-group {
  margin: 0;
}

.faq-area.color-crimson .sign-up {
  background: #e22a31;
}

.faq-area.color-yellow .sign-up {
  background: #fbba42;
}

.faq-area .signup-form {
  padding-right: 30px;
}

.acd-items .panel-heading .panel-title a {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
}

.acd-items .panel-heading {
  padding: 0;
}

.acd-items .panel.panel-default {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
  margin-top: 0;
  padding: 0;
}

.acd-items .panel.panel-default:last-child {
  border: medium none;
}

.acd-items .panel.panel-default:last-child .panel-body {
  padding-bottom: 0;
}

.acd-items .panel-body {
  padding: 15px 0;
}

.acd-items .panel.panel-default:first-child {
  margin-top: 0;
}

.faq-area .panel-body p {
  margin: 0;
}

.faq-area .panel-body {
  padding: 15px 0;
}

.faq-area .faq-items .acd-items .panel .panel-body {
  border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #002147;
}

.color-crimson .acd-arrow .panel-group.symb .panel-heading a::after {
  color: #e22a31;
}

.color-yellow .acd-arrow .panel-group.symb .panel-heading a::after {
  color: #fbba42;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
  content: "\f01b" !important;
  font-size: 20px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f01a" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq-area.left-sidebar .faq-content {
  float: right;
  margin-top: -20px;
  padding-left: 35px;
}

.faq-area.left-sidebar .left-sidebar .sidebar {
  padding-left: 0;
}

.faq-area .acd-items .panel-body ul li {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.faq-area .acd-items .panel-body ul li::before {
  content: "\f560";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.faq-area .acd-items .panel-body ul {
  margin-top: 15px;
}

.faq-area .acd-items .panel-body ul li:last-child {
  margin-bottom: 0;
}

.faq-area .faq-area .faq-content .panel-group {
  margin-bottom: 0;
}
        /* STEM定义区域 */
        .stem-definition {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 1rem;
            padding: 3rem 2.5rem;
            margin: -3rem auto 3rem;
            position: relative;
            z-index: 10;
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .stem-acronym {
            display: flex;
            justify-content: center;
            margin-bottom: 2rem;
        }
        
        .stem-letter {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.5rem;
            color: white;
            margin: 0 0.5rem;
        }
        
        .stem-s { background-color: #1a365d; }
        .stem-t { background-color: #2d5aa0; }
        .stem-e { background-color: #e63946; }
        .stem-m { background-color: #f77f00; }
		        /* STEM主题颜色 */
        .stem-color-1 { color: #1a365d; } /* 深蓝 - 科学 */
        .stem-color-2 { color: #2d5aa0; } /* 蓝 - 技术 */
        .stem-color-3 { color: #e63946; } /* 红 - 工程 */
        .stem-color-4 { color: #f77f00; } /* 橙 - 数学 */
        
        .stem-bg-1 { background-color: #1a365d; }
        .stem-bg-2 { background-color: #2d5aa0; }
        .stem-bg-3 { background-color: #e63946; }
        .stem-bg-4 { background-color: #f77f00; }
        /* 主要内容区域 */
        .main-content {
            padding: 4rem 0;
        }

        .section-title::after {
            content: '';
            position: absolute;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #1a365d, #2d5aa0, #e63946, #f77f00);
            bottom: 0;
            left: 0;
            border-radius: 2px;
        }
        
        .section-title.text-center::after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        /* STEM课程卡片 */
        .stem-course-card {
            background-color: white;
            border-radius: 0.75rem;
            padding: 2.5rem;
            height: 100%;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            position: relative;
        }
        
        .stem-course-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.12);
        }
        
        .stem-course-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #1a365d, #2d5aa0, #e63946, #f77f00);
        }
        
        .course-icon-wrapper {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #1a365d, #2d5aa0);
            color: white;
            font-size: 2rem;
        }
        
        /* STEM学科特色卡片 */
        .stem-discipline-card {
            border-radius: 0.75rem;
            padding: 2rem;
            height: 100%;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .stem-discipline-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
        }
        
        .stem-discipline-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
        }
        
        .discipline-icon {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 2;
        }
        
        /* 课程优势部分 */
        .stem-advantage-section {
            background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
            border-radius: 1rem;
            padding: 3rem;
            margin: 3rem 0;
            border-left: 6px solid #2d5aa0;
        }
        
        .advantage-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px dashed #cfe2ff;
        }
        
        .advantage-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .advantage-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #2d5aa0, #1a365d);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            margin-right: 1.5rem;
            flex-shrink: 0;
        }
        
        /* 竞赛成就部分 */
        .achievement-card {
            background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
            border-radius: 0.75rem;
            padding: 2.5rem;
            border: 2px solid #ffd54f;
            margin-top: 2rem;
        }
        
        /* STEM特色横幅 */
        .stem-features-banner {
            background: linear-gradient(90deg, #1a365d 0%, #2d5aa0 50%, #e63946 100%);
            color: white;
            border-radius: 0.75rem;
            padding: 2rem;
            margin-bottom: 3rem;
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
        }
        
        .feature-item {
            text-align: center;
            padding: 1rem;
        }
        
		        /* 响应式调整 */
        @media (max-width: 768px) {
            .stem-header {
                padding: 4rem 0 3rem;
            }
            
            .stem-logo {
                padding: 1rem 1.5rem;
            }
            
            .stem-definition {
                padding: 2rem 1.5rem;
                margin: -2rem auto 2rem;
            }
            
            .stem-letter {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
            }
            
            .stem-course-card, .stem-advantage-section, .achievement-card {
                padding: 1.5rem;
            }
            
            .stem-features-banner {
                padding: 1.5rem;
            }
            
            .advantage-item {
                flex-direction: column;
            }
            
            .advantage-icon {
                margin-right: 0;
                margin-bottom: 1rem;
            }
            
            .course-icon-wrapper {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }
        }
        
        /* 动画效果 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animate-fade-in {
            animation: fadeInUp 0.8s ease forwards;
        }
        
        /* STEM课程列表 */
        .stem-course-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .stem-course-list li {
            padding: 0.75rem 0;
            padding-left: 2rem;
            position: relative;
            color: #495057;
            border-bottom: 1px dashed #e9ecef;
        }
        
        .stem-course-list li:last-child {
            border-bottom: none;
        }
        
        .stem-course-list li:before {
            content: '▸';
            position: absolute;
            left: 0;
            color: #2d5aa0;
            font-weight: bold;
        }
        
        /* 图片区域样式 */
        .stem-hero-image {
            height: 400px;
            border-radius: 1rem;
            overflow: hidden;
            margin-bottom: 3rem;
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
        }
        
        .stem-hero-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
		
		        /* 主要内容区域 */
        .main-content {
            padding: 5rem 0;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 5rem;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, var(--art-primary), var(--art-secondary));
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-subtitle {
            font-size: 1.2rem;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        /* 艺术课程卡片 - 简洁设计 */
        .art-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0, 0, 0, 0.05);
            margin-bottom: 2rem;
        }
        
        .art-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        
        .card-image {
            height: 220px;
            overflow: hidden;
        }
        
        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .art-card:hover .card-image img {
            transform: scale(1.05);
        }
        
        .card-content {
            padding: 2.5rem;
        }
        
        .card-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--art-primary), var(--art-secondary));
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
        }
        
        .card-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--art-primary);
        }
        
        .card-text {
            color: #666;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }
        
        /* 特色展示区域 */
        .feature-showcase {
            background: linear-gradient(135deg, #f9f0ff 0%, #ffe6e9 100%);
            border-radius: 16px;
            padding: 5rem 3rem;
            margin: 6rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .feature-showcase::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, rgba(108, 99, 255, 0.1), rgba(255, 101, 132, 0.1));
            border-radius: 50%;
            transform: translate(30%, -30%);
        }
        
        .feature-showcase::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 209, 102, 0.1));
            border-radius: 50%;
            transform: translate(-30%, 30%);
        }
        
        .feature-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--art-primary);
            margin-bottom: 1.5rem;
        }        /* 响应式调整 */
        @media (max-width: 992px) {
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .feature-showcase {
                padding: 4rem 2rem;
            }
        }
        
        @media (max-width: 768px) {
            
            .main-content {
                padding: 3rem 0;
            }
            
            .section-header {
                margin-bottom: 3rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .card-content {
                padding: 2rem;
            }
            
            .feature-showcase {
                padding: 3rem 1.5rem;
                margin: 4rem 0;
            }
        }
		.course-card {
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #eee;
        }
		.course-card img{
			max-width:100%
        }
		.course-card h3{
			color:#FFF
        }
		.course-card .mb-0{
			color:#FFF
        }
        
        .course-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .course-header {
            padding: 20px;
            color: white;
            min-height: 120px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .course-body {
            padding: 25px;
            flex-grow: 1;
        }
        
        .course-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }
        
        .art-course { background-color: #9c27b0; }
        .business-course { background-color: #3f51b5; }
        .stem-course { background-color: #009688; }
        .media-course { background-color: #ff9800; }
        .social-course { background-color: #e91e63; }
        .life-course { background-color: #4caf50; }
        
        .highlight-box {
            background-color: #f8f9fa;
            border-left: 5px solid #2a5298;
            padding: 20px;
            margin: 30px 0;
            border-radius: 0 5px 5px 0;
        }
        
        /*.section-title:after {
            content: '';
            position: absolute;
            width: 80px;
            height: 4px;
            background-color: #2a5298;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }*/
        
        .course-description {
            color: #666;
            margin-bottom: 15px;
        }
        
        .course-highlight {
            font-weight: bold;
            color: #2a5298;
            margin-top: 15px;
        }
        
        @media (max-width: 768px) {
            
            .course-header {
                min-height: 100px;
            }
        }
		
		
/* STEM */
        /* 卡片设计 */
        .compact-card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            padding: 2rem;
            margin-bottom: 1.5rem;
            background: white;
        }
        
        .compact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }
        
        .card-icon {
            width: 56px;
            height: 56px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
        }
        
        .icon-science { background-color: #e3f2fd; color: #1565c0; }
        .icon-tech { background-color: #f3e5f5; color: #7b1fa2; }
        .icon-eng { background-color: #e8f5e9; color: #2e7d32; }
        .icon-math { background-color: #fff3e0; color: #ef6c00; }
        
        .card-title {
            font-weight: 700;
            font-size: 1.3rem;
            margin-bottom: 1.2rem;
            color: #1a237e;
        }
        
        /* 特色模块 */
        .feature-box {
            background: #f8f9ff;
            border-radius: 16px;
            padding: 2.5rem;
            margin: 2rem 0;
            border-left: 5px solid #1a237e;
        }
        
        .feature-title {
            font-weight: 700;
            color: #1a237e;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            font-size: 1.4rem;
        }
        
        .feature-title i {
            margin-right: 12px;
            font-size: 1.3rem;
        }
        
        /* 课程列表 */
        .course-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 1rem;
            margin: 1.8rem 0;
        }
        
        .course-item {
            background: white;
            border: 1px solid #e0e0ff;
            border-radius: 8px;
            padding: 0.9rem 1.2rem;
            text-align: center;
            font-weight: 500;
            transition: all 0.2s;
            font-size: 0.95rem;
        }
        
        .course-item:hover {
            background: #1a237e;
            color: white;
            transform: translateY(-2px);
            border-color: #1a237e;
        }
        
        /* 图片容器 */
        .image-container {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin-bottom: 2rem;
        }
        
        .image-container img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        
        /* 徽章样式 */
        .badge-custom {
            font-size: 0.9rem;
            padding: 0.5rem 1rem;
            border-radius: 20px;
        }
        
        /* 右侧布局优化 */
        .right-content {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        
        .info-card {
            border-radius: 12px;
            padding: 1.8rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
        }
		.info-card p{
			color:#FFF
        }
.icon-team-line {
  color: #2c3e50;     /* 学术深灰蓝 */
  vertical-align: middle;
  margin-right: 6px;
}
        .info-card:hover {
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            transform: translateY(-3px);
        }
        
        .info-card-title {
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 1rem;
            color: #1a237e;
            display: flex;
            align-items: center;
        }
        
        .info-card-title i {
            margin-right: 10px;
            font-size: 1.2rem;
        }
        
        /* 竞赛项目样式 */
        .competition-item {
            display: flex;
            align-items: center;
            padding: 1rem;
            background: white;
            border-radius: 8px;
            margin-bottom: 1rem;
            border: 1px solid #eef0ff;
            transition: all 0.2s;
        }
        
        .competition-item:hover {
            border-color: #1a237e;
            background: #f8f9ff;
        }
        
        .competition-icon {
            width: 48px;
            height: 48px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 1.3rem;
            flex-shrink: 0;
        }
        
        .competition-content h5 {
            margin: 0;
            font-size: 1.05rem;
            font-weight: 600;
        }
        
        .competition-content small {
            color: #666;
            font-size: 0.85rem;
        }
        
        /* 响应式调整 */
        @media (max-width: 992px) {
            
            .compact-section {
                padding: 2.8rem 0;
            }
            
            .feature-box {
                padding: 2rem;
            }
            
            .right-content {
                margin-top: 2rem;
            }
        }
        
        @media (max-width: 768px) {            
            .course-grid {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            }
            
            .compact-card {
                padding: 1.5rem;
            }
        }
        
        @media (max-width: 576px) {
            
            .compact-section {
                padding: 2.2rem 0;
            }
            
            .feature-box {
                padding: 1.5rem;
            }
        }
@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/* top30*/
        .section-header {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }
        
        .section-header h2 {
            font-weight: 700;
            color: #003366;
            display: inline-block;
            padding-bottom: 15px;
            position: relative;
        }
        
        .section-header h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #6A392A;
        }
        
        .core-curriculum-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.5s ease;
        }
        
        .core-curriculum-img:hover {
            transform: scale(1.02);
        }
        
        .core-curriculum-box {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            height: 100%;
        }
        
        .core-curriculum-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 51, 102, 0.9), transparent);
            color: white;
            padding: 30px 25px 25px;
        }
		
		.font-weight-bold {
            color: white;
        }
		.core-curriculum-overlay .mb-0 {
            color: white;
        }
        
        .subject-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }
        
        .subject-card {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 10px;
            padding: 25px 15px;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .subject-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.08);
            border-color: #6A392A;
        }
        
        .subject-icon {
            font-size: 2.5rem;
            color: #6A392A;
            margin-bottom: 15px;
        }
        
        .subject-name-en {
            font-size: 0.9rem;
            color: #6c757d;
            margin-top: 5px;
        }
        
        .feature-highlights {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin: 40px 0;
        }
        
        .feature-item {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .feature-item:hover {
            background: #e9ecef;
            transform: translateY(-3px);
        }
       .intro-feature-card .feature-icon {
            color: #fff !important
        }
		.value-course-card .feature-icon {
            color: #fff !important
        }
        .feature-title {
            font-weight: 600;
            color: #003366;
            margin-bottom: 10px;
        }
        
        .curriculum-structure {
            border-radius: 15px;
            margin: 50px 0;
        }
        
        .structure-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
        
        .structure-item {
            background: white;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .structure-main {
            font-weight: 700;
            color: #003366;
            font-size: 1.1rem;
            margin-bottom: 5px;
        }
        
        .structure-desc {
            color: #6c757d;
            font-size: 0.9rem;
        }
        
        .course-details-tabs {
            margin: 40px 0;
        }
        
        .nav-tabs {
            border-bottom: 2px solid #e9ecef;
        }
        
        .nav-tabs .nav-link {
            border: none;
            color: #495057;
            font-weight: 500;
            padding: 12px 30px;
            border-radius: 8px 8px 0 0;
            margin-right: 5px;
            transition: all 0.3s ease;
        }
        
        .nav-tabs .nav-link:hover {
            background: #f8f9fa;
        }
        
        .nav-tabs .nav-link.active {
            background: #6A392A;
            color: white;
            border: none;
        }
        
        .tab-content {
            padding: 40px;
            background: #6A392A;
            border-radius: 0 8px 8px 8px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }
		.tab-content .mb-2, .tab-content .mb-4, .tab-content .mb-0{
			color:#FFF
        }
        
        .guarantee-section {
            background: linear-gradient(180deg, #28a745 0%, #6A392A 100%);
            color: white;
            padding: 40px;
            border-radius: 12px;
            margin: 50px 0;
            text-align: center;
        }
		.guarantee-section .mb-0{
            color: white;
        }
        
        .guarantee-icon {
            font-size: 3rem;
            margin-bottom: 20px;
        }
        
        .university-showcase {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .university-card {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .university-card:hover {
            border-color: #6A392A;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .university-flag {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }
        
        .university-name {
            font-weight: 600;
            color: #003366;
            margin-bottom: 5px;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }
        
        .stat-item {
            text-align: center;
            padding: 20px;
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #6A392A;
            display: block;
            margin-bottom: 5px;
        }
        
        .highlight-box {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-left: 0px solid #6A392A;
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
        }
		
        
        .cert-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 15px 0;
        }
        
        .cert-badge {
            background: white;
            border: 2px solid #6A392A;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.85rem;
            color: #495057;
            transition: all 0.3s ease;
        }
        
        .cert-badge:hover {
            border-color: #6A392A;
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            
            .tab-content {
                padding: 20px;
            }
            
            .nav-tabs .nav-link {
                padding: 10px 15px;
                margin-bottom: 5px;
            }
            
            .subject-grid {
                grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            }
            
            .core-curriculum-overlay {
                padding: 20px 15px 15px;
            }
        }
		
/* 团队*/

        .management-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            margin-bottom: 30px;
            overflow: hidden;
        }
        
        .management-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .management-header {
            background: linear-gradient(to right, #2c3e50, #3498db);
            color: white;
            padding: 20px;
            display: flex;
            align-items: center;
        }
        
        .management-avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 20px;
            border: 3px solid rgba(255, 255, 255, 0.3);
            flex-shrink: 0;
        }
		.course-feature .mb-1{
			color:#17374E !important
        }
		.mb-1{
			color:#FFF !important
        }
        
        .management-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .management-body {
            padding: 25px;
        }
        
        .teacher-card {
            border: 1px solid var(--border-color);
            border-radius: 12px;
            transition: all 0.3s;
            height: 100%;
            margin-bottom: 30px;
            overflow: hidden;
            background-color: white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            padding-bottom: 20px;
        }
        
        .teacher-card:hover {
            border-color: var(--secondary-color);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.15);
            transform: translateY(-5px);
        }
        
        .teacher-avatar-container {
            padding: 25px 20px 15px;
            display: flex;
            justify-content: center;
        }
        
        .teacher-avatar {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            overflow: hidden;
            border: 5px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }
        
        .teacher-card:hover .teacher-avatar {
            transform: scale(1.05);
        }
        
        .teacher-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .teacher-body {
            padding: 0 20px 15px;
            text-align: center;
        }
        
        .teacher-name {
            color: var(--primary-color);
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 5px;
        }
        
        .teacher-title {
            color: var(--secondary-color);
            font-size: 0.9rem;
            margin-bottom: 15px;
            font-weight: 500;
        }
        
        .degree-item {
            margin-bottom: 10px;
            padding-left: 15px;
            position: relative;
            text-align: left;
            font-size: 0.9rem;
            line-height: 1.5;
        }
        
        .degree-item:before {
            content: "•";
            color: var(--accent-color);
            font-weight: bold;
            position: absolute;
            left: 0;
            font-size: 1.2rem;
        }
        
        .contact-info {
            background-color: #f9f9f9;
            border-radius: 5px;
            padding: 15px;
            margin-top: 15px;
        }
        
        .email-link {
            color: #3498db;
            text-decoration: none;
            word-break: break-all;
        }
        
        .email-link:hover {
            color: #2c3e50;
            text-decoration: underline;
        }
        
        .role-badge {
            background-color:#1abc9c;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            display: inline-block;
            margin-bottom: 10px;
        }
        
        .teacher-name {
            color: #2c3e50;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .teacher-title {
            color: #666;
            font-size: 0.95rem;
        }
        
        @media (max-width: 768px) {
            .management-header {
                flex-direction: column;
                text-align: center;
            }
            
            .management-avatar {
                margin-right: 0;
                margin-bottom: 15px;
            }
            
            .management-body, .teacher-body {
                padding: 15px;
            }
            
            .teacher-avatar {
                height: 180px;
            }
        }
		
/* 校园展示*/
        /* 校园环境展示区域 */
        .mvhs-campus-gallery {
            margin-bottom: 3rem;
        }
        
        .mvhs-campus-section {
            margin-bottom: 3rem;
        }
        
        .mvhs-campus-title {
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            padding-bottom: 0.8rem;
            border-bottom: 3px solid #1e90ff;
            display: inline-block;
        }
        
        .mvhs-campus-card {
            border: none;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s, box-shadow 0.3s;
            margin-bottom: 1.5rem;
            height: 100%;
        }
        
        .mvhs-campus-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .mvhs-campus-img {
            height: 220px;
            object-fit: cover;
            width: 100%;
        }
        
        .mvhs-campus-card-body {
            padding: 1.5rem;
        }
        
        .mvhs-campus-card-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
            color: #0a3d62;
        }
        
        .mvhs-campus-card-text {
            color: #555;
            line-height: 1.6;
        }
		        /* 响应式调整 */
        @media (max-width: 768px) {
            .mvhs-page-title {
                font-size: 2.2rem;
            }
            
            .mvhs-campus-title {
                font-size: 1.6rem;
            }
            
            .mvhs-campus-img {
                height: 180px;
            }
        }		
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}






