.main_menu .navbar-toggler:after {
	background-color: #eeb211;
	border-radius: 5px;
}

body {
	font-family: "Source Sans Pro", sans-serif, "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "微软雅黑体";
	padding: 0;
	margin: 0;
	font-size: 16px;
}

a {
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

a:hover {
	outline: 0;
	text-decoration: none;
}

.news_block .single-home-blog .card .card-body .btn_4 {
	margin-bottom: 20px
}

.btn_4 {
	background-color: #d50f25;
	padding: 3.5px 21px;
	background: #d50f25;
	text-transform: capitalize;
	display: inline-block;
	border: 2px solid transparent;
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0a3470;
	font-family: "Source Sans Pro", sans-serif, "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "微软雅黑体";
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

p {
	color: #565656;
	font-family: "Source Sans Pro", sans-serif, "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "微软雅黑体";
	font-size: 16px;
}

.text-color-blue {
	color: #3369e8;
}

.text-color-red {
	color: #d50f25;
}

.text-color-yellow {
	color: #eeb211;
}

.text-color-green {
	color: #009925;
}

.file-disappear {
	color: #b5b5b5;
	cursor: not-allowed;
}

.img-top-logo {
	width: 240px;
}

.menu_fixed .img-top-logo {
	margin-top: 0;
	/* max-width: 200px; */
}

.position-relative {
	position: relative !important;
}

.btn-germerk {
	border-color: #eeb211;
	background: #eeb211;
	color: #ffffff;
}

.btn-germerk:hover {
	background-color: #d69e11;
	background: #d69e11;
	color: #ffffff;
}

.btn:focus,
.button:focus,
a:focus,
button:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
	-webkit-transition: 1s;
	transition: 1s;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
}

.badge {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px 21px;
}

.form-germark label {
	font-size: 14px;
}

.form-germark .form-group {
	margin-bottom: 30px;
}

.form-germark .form-group .btn_1 {
	margin-bottom: -30px;
}

.form-germark .form-control {
	border: 1px solid #d8d7d4;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 14px;
	background: transparent;
}

.form-germark .form-control:focus {
	outline: 0;
	border-color: rgba(238, 178, 17, .7);
	box-shadow: none;
}

.form-germark .form-control::placeholder {
	font-weight: 400;
	color: #d8d8d8;
}

.form-germark textarea {
	border-radius: 10px;
	height: 100% !important;
	padding-top: 12px;
}

.styled-pagination {
	padding-left: 10px;
	padding-top: 50px;
}

.styled-pagination ul {
	padding-left: 0;
}

.styled-pagination ul li {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.styled-pagination ul li a {
	position: relative;
	display: block;
	line-height: 40px;
	font-size: 14px;
	width: 40px;
	height: 40px;
	color: #636363;
	font-weight: 500;
	text-align: center;
	background: #f4f4f4;
	border-radius: 4px;
	transition: all 500ms ease;
}

.styled-pagination ul li a.prev,
.styled-pagination ul li a.next {
	font-size: 16px;
}

.styled-pagination ul li a:hover,
.styled-pagination ul li a.active {
	color: #ffffff;
	background-color: #eeb211;
	transition: all 500ms ease;
}

.sidebar-block .category_title {
	font-size: 20px;
	margin-bottom: 20px;
}

.sidebar-block .category_title::after {
	content: "";
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f0e9ff;
}

.sidebar-block {
	box-shadow: 0 10px 29px 0 rgba(57, 77, 131, 0.1);
	padding: 30px;
	margin-bottom: 30px;
}

.sidebar-block a:hover p,
.sidebar-block .active a p {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #d50f25;
}

.sidebar-block .category-ul li {
	border-bottom: 1px solid #f0e9ff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding-bottom: 12px;
}

.sidebar-block .category-ul li:last-child {
	border-bottom: 0;
}

.sidebar-block .category-ul li a {
	font-size: 14px;
	line-height: 20px;
	color: #888888;
}

.sidebar-block .category-ul li a p {
	margin-bottom: 0px;
}

.sidebar-block .category-ul li+li {
	padding-top: 15px;
}

.ul-crumbs li:not(:first-child):before {
	content: "／";
	color: #bbbbbb;
}

.ul-crumbs li a,
.ul-crumbs li {
	color: #bbbbbb;
}

.ul-crumbs li a:hover {
	color: #d50f25;
}

.content-none {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 0 20px;
}

.content-none i {
	font-size: 40px;
}

.attachment-list ul {
	margin-top: 0;
}

.attachment-list a {
	text-decoration: underline;
}

.germark_bg_style_1 {
	position: relative;
	overflow: hidden;
}

.germark_bg_style_1:before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -100px;
	left: 0%;
	right: 0;
	width: 100%;
	height: 500px;
	background-color: #f7ebcd;
	clip-path: polygon(85% 33%, 100% 27%, 95% 54%, 67% 57%, 32% 33%, 16% 46%, 5% 21%, 46% 16%, 67% 46%);

}

.germark_bg_style_2 {
	position: relative;
	overflow: hidden;
}

.germark_bg_style_2:before {
	content: '';
	position: absolute;
	display: inline-block;
	top: 60%;
	transform: translate(0, -40%);
	right: 0;
	width: 100%;
	height: 800px;
	background-color: #f7ebcd;
	clip-path: polygon(93% 17%, 100% 0, 100% 40%, 83% 34%, 65% 49%, 43% 44%, 0 50%, 31% 35%, 60% 33%, 76% 20%);
}

.germark_bg_img_1 {
	background-image: url('/assets/images/background/bg1.png') !important;
	background-size: cover !important;
	background-position: left center !important;
}

.germark_bg_img_2 {
	background-image: url('/assets/images/background/bg2.png') !important;
	background-size: cover !important;
	background-position: 50% !important;
	background-attachment: fixed !important;
}

.germark_bg_img_3 {
	background-image: url('/assets/images/background/bg3.png') !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.germark_bg_img_4 {
	background-image: url('/assets/images/background/bg4.png') !important;
	background-size: cover !important;
	background-position: left 30% !important;
	background-attachment: fixed !important;
}

.germark-select .nice-select:focus {
	border-color: #e8e8e8;
}

.germark-select .nice-select {
	border-radius: 0px;
	height: 34px;
	line-height: 34px;
	background: #ffffff;
	width: 120px;
}

.germark-select .nice-select .list {
	margin-top: 1px;
	border-radius: 0px;
	width: 100%;
}

.germark-select .nice-select .list .option {
	min-height: 34px;
	height: 34px;
	line-height: 34px;
	padding-left: 20px;
	font-weight: 300;
}


.germark-select .nice-select .list .option.selected {
	background: #fff4db;
}

.germark-select .nice-select .list .option:hover {
	background: #fff4db;
}

.germark-select .current {
	margin-right: 50px;
	font-weight: 300;
}

.germark-select .nice-select::after {
	right: 20px;
}

.germark-bubble {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
}

.germark-bubble li {
	position: absolute;
	list-style: none;
	display: flex;
	box-shadow: 0px 0px 40px -10px #ff8e60;
	width: 20px;
	height: 20px;
	background: #ffba5a;
	animation: animate 25s linear infinite;
	bottom: -400px;
	z-index: -1;
}

.germark-bubble li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0;
}

.germark-bubble li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.germark-bubble li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.germark-bubble li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.germark-bubble li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.germark-bubble li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.germark-bubble li:nth-child(7) {
	left: 35%;
	width: 70px;
	height: 70px;
	animation-delay: 7s;
}

.germark-bubble li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.germark-bubble li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.germark-bubble li:nth-child(10) {
	left: 85%;
	width: 120px;
	height: 120px;
	animation-delay: 0s;
	animation-duration: 12s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 1;
		border-radius: 50%;
	}
}

.section_padding {
	padding: 60px 0;
}

.section_title {
	margin-bottom: 40px;
}

.section_title h2 {
	font-size: 30px;
	color: #0a3470;
	line-height: 37px;
	font-weight: 700;
	position: relative;
	position: relative
}

.section_title p {
	color: #556172;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 11px;
	margin-bottom: 26px
}

.main_menu {
	position: absolute;
	border-bottom: 4px solid #eeb211;
	padding-bottom: 10px;
	width: 100%;
	z-index: 999;
	background-color: #fff
}

.main_menu .navbar-brand {
	padding: 10px 0 !important;
}

.main_menu .navbar {
	padding: 0;
}

.main_menu .navbar-toggler {
	position: relative;
	z-index: 1
}

.main_menu .navbar-toggler:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: 200% auto
}

.nav-header-top {
	position: absolute;
	right: 0;
	top: 8px;
}

.facebook_link {
	color: #4267B2;
}

.facebook_link i {
	font-size: 24px;
	color: #4267B2;
}

.facebook_link:hover {
	opacity: .8;
}

.main_menu .main-menu-item {
	text-align: right;
	justify-content: right
}

.main_menu .main-menu-item ul li .nav-link {
	color: #000000;
	font-size: 16px;
	padding: 16px 24px 16px;
	font-family: "Source Sans Pro", sans-serif, "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "微软雅黑体";
}

.main_menu .main-menu-item ul li:last-child .nav-link {
	padding-right: 0;
}

.main_menu .main-menu-item ul li .nav-link:hover {
	color: #d50f25
}

.main_menu .main-menu-item .navbar-nav .active>.nav-link {
	color: #d50f25;
}

.main_menu .main-menu-item ul .btn_1 {
	color: #fff;
	font-size: 14px;
	padding: 11.5px 33px;
	margin-left: 41px
}

.navbar-nav li:hover>ul.dropdown-menu {
	display: block;
}

.dropdown-menu {
	border: 1px solid #fce3b0 !important;
	background-color: #fff4db;
	margin-top: 0;
	padding: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #ffffff;
}

.dropdown .dropdown-menu .dropdown-item {
	font-size: 14px;
	padding: 9px 18px !important;
	color: #000000;
	border-bottom: 1px solid #fce3b0;
	white-space: normal;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu>li a .dropdown-item:hover,
.dropdown .dropdown-menu>li.nav-hover {
	color: #d50f25;
	background-color: #ffffff;
	border-radius: 3px;
}

.dropdown:hover .dropdown-menu {
	transform: scale(1)
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
}

.dropdown-submenu>a:after {
	content: "\f107";
	font-weight: 900;
	float: right;
	border: none;
	font-family: 'Font Awesome 5 Free';
}

.dropdown-menu>li>a:hover:after,
.dropdown .dropdown-menu>li.nav-hover a:after {
	transform: rotate(-90deg);
}

.dropdown .dropdown-menu>li.nav-hover>a {
	color: #d50f25 !important;
}

.single_page_menu .logo_2 {
	display: none
}

.single_page_menu .logo_1 {
	display: inherit
}

.single_page_menu .main-menu-item ul li .nav-link {
	color: #fff;
	font-size: 15px;
	padding: 0 24px;
	font-family: "Source Sans Pro", sans-serif, "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "微软雅黑体";
}

.menu_fixed {
	position: fixed !important;
	z-index: 9999 !important;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
	top: 0;
	border-top: 0;
	border-bottom: 4px solid #eeb211 !important;

}

.menu_fixed .nice-select {
	/* display: none; */
}

.menu_fixed .main-menu-item {
	/* margin-top: inherit !important; */
}

.menu_fixed .logo_2 {
	display: inherit;
}

.menu_fixed .logo_1 {
	display: none;
}

.menu_fixed .main-menu-item ul li .nav-link {
	color: #000;
}

.header_info_section {
	position: relative;
	padding: .75rem 1rem;
	z-index: 1;
	text-align: center;
}

.header_info_section:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #472d00;
	content: "";
	opacity: 0.7;
	z-index: -1;
}

.header_info_section .header_area {
	margin-top: 100px;
	height: 140px;
	width: 100%;
	display: table;
}

.header_info_section ul li a {
	margin-right: 8px;
	color: #ffffff;
	transition: all 500ms ease;
}

.header_info_section ul li {
	position: relative;
	color: #eeb211;
	font-size: 17px;
	display: inline-block;
	line-height: 30px;
	text-transform: capitalize;
}

.header_info_section .header_area .header_text {
	display: table-cell;
	vertical-align: middle;
}

.header_info_section .header_area .header_text h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

@media (max-width: 576px) {

	.header_info_section .header_area .header_text h2 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

	.header_info_section .header_area .header_text h2 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.header_info_section .header_area .header_text h2 {
		font-size: 28px;
	}
}

.header_info_section .header_area .header_text p {
	font-size: 15px;
	color: #fff;
}

.header_info_section .header_area .header_text span {
	margin: 0px 5px;
	font-size: 12px;
}

.header_info_section {
	margin-bottom: 0px !important;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/assets/images/header_bg.jpg');
}


.info-count {
	background-color: #eeb211;
	padding: 13px 0;
}

.info-count .info-desc {
	text-align: center
}

.info-count .info-desc img {
	width: 78px;
	height: 58px;
	display: block;
	margin-bottom: 8px;
	margin-left: -10px;
}

.info-count .info-desc span {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	font-style: Poppins, sans-serif;
}

.info-count .info-desc h4 {
	color: #fff;
	font-size: 24px;
	margin-top: 10px;
	text-transform: capitalize;
	position: relative;
}

.news_block .card {
	border: 0 solid transparent
}

.news_block .card-title-section {
	font-weight: 500;
	font-size: 0;
	height: 75px;
	vertical-align: middle;
}

.news_block .card-title-section:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.news_block .card-title-section .card-title {
	display: inline-block;
	vertical-align: middle;
}

.news_block .card-desc {
	height: 100px;
	line-height: 2;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_block .blog_right_sidebar .widget_title {
	font-size: 20px;
	margin-bottom: 40px;
	font-style: inherit !important
}

.news_block .single-home-blog .card-img-top {
	border-radius: 0
}

.news_block .single-home-blog .card {
	border-radius: 0;
	background-color: transparent;
	position: relative
}

.news_block .single-home-blog .card .card-body {
	padding: 14px 18px;
	border: 1px solid #edeff2
}

.news_block .single-home-blog a:hover .card {
	box-shadow: 0 2px 25px 0 rgba(190, 169, 128, 0.2);
}

.slick-list {
	padding: 30px 0;
}

.news_block .single-home-blog a:hover h5 {
	-webkit-transition: .2s;
	transition: .2s;
	color: #d50f25;
}

.news_block .single-home-blog .card .card-body .btn_4 {
	margin-bottom: 20px
}

.news_block .single-home-blog .card .card-body a {
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: .8s;
	transition: .8s
}

.news_block .single-home-blog .card .dot {
	position: relative;
	padding-left: 20px
}

.news_block .single-home-blog .card .dot:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 5px;
	left: 0;
	background-color: #d50f25;
	border-radius: 50%
}

.news_block .single-home-blog .card h5 {
	font-weight: 600;
	line-height: 1.5;
	font-size: 19px;
	-webkit-transition: .8s;
	transition: .8s;
	text-transform: capitalize
}

.news_block .single-home-blog .card ul {
	padding-top: 0;
	margin-bottom: 7px;
	margin-top: 0
}

.news_block .single-home-blog .card ul li {
	display: inline-block;
	color: #8a8a8a;
	margin-right: 39px
}

.news_block .single-home-blog .card ul li span {
	margin-right: 10px
}

.special_block {
	padding: 65px 0;
	background-color: #f9f9f9;
}

.special_block .single_special {
	background: #ffffff;
}

.special_block .single_special_text h2 {
	font-size: 42px;
	line-height: 1.222;
	margin: 20px 0;
}

.special_block .single_special_text p {
	line-height: 1.8
}

.special_block .special_item {
	padding: 70px 20px 35px;
	height: 200px;
	border: 3px solid #ffffff;
	box-shadow: 0 12px 28px 0 rgba(119, 119, 119, .1);
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s
}

.special_block .special_item span {
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 100px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	background-color: #eeb211;
	display: inline-block;
	line-height: 120px;
	-webkit-transition: .3s;
	transition: .3s
}

.special_block .special_item span i {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	color: #0a3470;
	font-size: 42px;
	-webkit-transition: .3s;
	transition: .3s;
}

.special_block .special_item h4 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px
}

.special_block .special_item p {
	color: #7f7f7f;
	line-height: 1.8;
	font-size: 15px
}

.special_block .single_special:hover .special_item {
	border-bottom: 3px solid #eeb211;
	box-shadow: 0 12px 28px 0 rgba(119, 119, 119, .3);
}

.special_block .single_special:hover span {
	background-size: 200% auto
}

.special_block .single_special:hover span i {
	top: -48px;
}

.about-block-1 {
	position: relative;
	z-index: 99;
	padding: 100px 0;
}

.about-block-1 .learning_img {
	position: absolute;
	left: -120px;
	bottom: -66px
}

.about-block-1 .learning_img img {
	padding: 0 53px 64px 50px
}

.about-block-1 .about-info .info-title {
	font-family: "Source Sans Pro", sans-serif, "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "微软雅黑体";
	color: #556172;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 40px;
	text-transform: uppercase
}

.about-block-1 .about-info .info-title:before {
	position: absolute;
	left: 0;
	top: 9px;
	height: 4px;
	width: 30px;
	content: "";
	background-color: #d50f25;
}

.about-block-1 .about-info h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 38px;
	position: relative;
	margin-top: 19px
}

.about-block-1 .about-info p {
	line-height: 2;
	margin-bottom: 7px
}

.about-block-1 .about-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px
}

.about-block-1 .about-info ul li {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 28px;
	padding-top: 12px;
	color: #1789cb;
}

.about-block-1 .about-info ul li span {
	margin-right: 10px;
	font-size: 16px;
	position: absolute;
	left: 15px;
}

.about-block-1 .about-info .btn_1 {
	margin-top: 6px
}

.about-block-1 .learning_img img {
	padding: 0 53px 64px 50px
}

.footer-area {
	background-color: #f4f4f4;
}

.footer-area .footer-info {
	padding: 40px 0;
}

.footer-area .footer-item p {
	font-size: 14px;
	line-height: 1.8
}

.footer-area .footer-item h4 {
	margin-bottom: 23px;
	font-weight: 700;
	font-size: 24px
}

.footer-area .footer-item ul li {
	margin-bottom: 10px
}

.footer-area .footer-item ul li a {
	color: #555;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px
}

.footer-area .footer-item ul li a:hover {
	color: #d50f25
}

.footer-area .footer-item ul li:last-child {
	margin-bottom: 0
}

.footer-area .footer-item .form-wrap {
	margin-top: 25px
}

.footer-area .contact_info {
	position: relative;
	margin-bottom: 20px
}

.footer-area .contact_info:last-child {
	margin-bottom: 0
}

.footer-area .contact_info p {
	margin-bottom: 10px
}

.footer-area .contact_info p span {
	color: #0a3470;
	font-size: 16px
}

.footer-area .btn {
	background-color: #d50f25;
	color: #fff;
	width: 40px;
	border-radius: 0;
	height: 40px;
	padding: 0;
	border-radius: 2px !important
}

.footer-area span.ti-heart {
	font-size: 12px;
	margin: 0 2px
}

.footer-area .copyright_info {
	padding: 16px 0;
	border-top: 1px solid #dedede;
	background-color: #009925;
}

.footer-area .copyright_info p {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
}

.footer-area .copyright_info a {
	color: #d50f25
}

.footer-area .input-group {
	border: 1px solid #dedede;
	padding: 5px
}

.footer-area .input-group ::placeholder {
	font-size: 13px;
	color: #999
}

.footer-area .container-fluid {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden
}

.footer-area .btn_1 {
	margin-top: 0
}

@media (max-width:576px) {
	.header_info_section .header_area {
		height: 80px;
	}

	.main_menu {
		padding-bottom: 0;
	}

	.main_menu .navbar-brand {
		margin: 0 auto;
	}

	.footer-area .footer_logo {
		text-align: center;
	}

	.img-top-logo {
		width: 180px;
	}

	.footer-area img {
		width: 220px;
	}

	.footer-area .footer-item {
		margin-top: 40px;
	}

	.footer-area .footer-info {
		padding-bottom: 0;
	}

	.navbar-light .navbar-toggler {
		border-color: transparent
	}



	.main_menu .main-menu-item {
		text-align: left !important
	}

	.main_menu .main-menu-item .nav-item {
		padding: 5px 15px !important
	}

	.main_menu .main-menu-item .dropdown-submenu {
		padding: 0 !important;
	}

	.main_menu .main-menu-item .nav-item a {
		padding: 5px 15px !important
	}

	.navbar-nav {
		align-items: start !important
	}

	.section_padding {
		padding: 30px 0;
	}

	.section_title {
		margin-bottom: 20px
	}

	.section_title h2 {
		font-size: 25px;
		line-height: 35px
	}

	.section_title p {
		margin-bottom: 10px
	}

	.slick-list {
		padding: 10px 0;
	}

	.special_block {
		padding: 30px 0;
	}

	.info-count {
		padding: 10px 0;
	}

	.info-count .info-desc span {
		line-height: 36px;
		font-size: 24px
	}

	.info-count .info-desc h4:after {
		top: -10px
	}

	.info-count .info-desc h4 {
		margin-top: 10px;
		font-size: 18px;
	}

	.news_block {
		padding-bottom: 50px
	}

	.news_block .single-home-blog {
		margin: 0 20px;
		margin-bottom: 20px;
	}

	.news_block .single-home-blog .card .card-body {
		padding: 15px 10px
	}

	.news_block .single-home-blog .card h5 {
		margin-bottom: 5px;
		font-size: 17px
	}

	.news_block .single-home-blog .card ul li {
		margin-right: 10px
	}

	.special_block .single_special_text h2 {
		margin-top: 0;
		font-size: 25px;
		margin-bottom: 15px
	}

	.special_block .single_special_text .btn_1 {
		margin-top: 25px
	}

	.special_block .special_item {
		padding: 50px 10px 25px 10px;
		margin-top: 25px;
		height: 180px;
	}

	.special_block .special_item span {
		margin-bottom: 25px
	}

	.special_block .special_item h4 {
		margin-bottom: 15px
	}

	.about-block-1 {
		padding: 30px 0
	}

	.about-block-1 .learning_img {
		position: inherit;
		left: 0;
		bottom: 0;
		margin-bottom: 20px
	}

	.about-block-1 .learning_img img {
		padding: 0
	}

	.about-block-1 .about-info {
		padding-left: 0
	}

	.about-block-1 .about-info h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 35px;
		margin-top: 15px
	}

	.about-block-1 .about-info p {
		margin-bottom: 10px
	}

	.about-block-1 .about-info ul {
		margin-bottom: 10px
	}

	.about-block-1 .about-info ul li {
		padding-left: 41px;
		padding-top: 5px
	}

	.about-block-1 .about-info ul li span {
		padding-bottom: 15px;
		position: absolute;
		left: 15px;
		padding-top: 12px
	}

	.footer-area .copyright_info {
		text-align: center;
		margin-top: 20px;
	}

	.footer-area .copyright_info p {
		font-size: 13px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	/* .nice-select {
		display: none;
	} */

	.section_title {
		margin-bottom: 30px
	}

	.section_title h2 {
		font-size: 25px;
		line-height: 35px
	}

	.section_title p {
		margin-bottom: 10px
	}

	.navbar-light .navbar-toggler {
		border-color: transparent
	}

	.navbar-collapse {
		z-index: 9999 !important;
		position: absolute;
		left: 0;
		top: 71px;
		width: 100%;
		background-color: #fff;
		text-align: center !important
	}

	.main_menu .main-menu-item {
		text-align: left !important
	}

	.main_menu .main-menu-item .nav-item {
		padding: 10px 15px !important
	}

	.main_menu .main-menu-item .dropdown-submenu {
		padding: 0 !important;
	}

	.main_menu .main-menu-item .nav-item a {
		padding: 5px 15px !important
	}

	.navbar-nav {
		align-items: start !important
	}

	.info-count {
		padding: 10px;
	}

	.info-count .info-desc {
		margin: 20px 0
	}

	.info-count .info-desc span {
		line-height: 67px;
		font-size: 40px
	}

	.info-count .info-desc h4:after {
		top: -10px
	}

	.info-count .info-desc h4 {
		margin-top: 10px
	}

	.news_block {
		padding-bottom: 50px
	}

	.news_block .single-home-blog {
		margin-bottom: 20px
	}

	.news_block .single-home-blog .card .card-body {
		padding: 15px
	}

	.news_block .single-home-blog .card h5 {
		margin-bottom: 10px;
		font-size: 16px
	}

	.news_block .single-home-blog .card ul li {
		margin-right: 10px
	}

	.special_block .single_special_text h2 {
		margin-top: 0;
		font-size: 30px;
		margin-bottom: 15px
	}

	.special_block .single_special_text .btn_1 {
		margin-top: 25px
	}

	.special_block .special_item {
		padding: 50px 15px 20px 15px;
		margin-top: 25px;
		height: 200px;
	}

	.special_block .special_item span {
		margin-bottom: 35px
	}

	.special_block .special_item h4 {
		margin-bottom: 15px
	}

	.about-block-1 {
		padding: 70px 0
	}

	.about-block-1 .learning_img {
		position: inherit;
		left: 0;
		bottom: 0;
		margin-bottom: 20px
	}

	.about-block-1 .learning_img img {
		padding: 0
	}

	.about-block-1 .about-info {
		padding-left: 0
	}

	.about-block-1 .about-info h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 35px;
		margin-top: 20px
	}

	.about-block-1 .about-info p {
		margin-bottom: 20px
	}

	.about-block-1 .about-info ul {
		margin-bottom: 20px
	}

	.about-block-1 .about-info ul li {
		padding-left: 41px;
		padding-top: 5px
	}

	.about-block-1 .about-info ul li span {
		padding-bottom: 15px;
		position: absolute;
		left: 15px;
		padding-top: 0
	}

	.footer-area .copyright_info {
		text-align: center;
		margin-top: 20px
	}

	.footer-area .copyright_info p {
		font-size: 13px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	/* .nice-select {
		display: none;
	} */

	.section_title {
		font-size: 30px
	}

	.section_title h2 {
		font-size: 30px;
		line-height: 40px
	}

	.section_title p {
		margin-bottom: 10px
	}

	.navbar-light .navbar-toggler {
		border-color: transparent
	}

	.navbar-collapse {
		z-index: 9999 !important;
		position: absolute;
		left: 0;
		top: 71px;
		width: 100%;
		background-color: #fff;
		text-align: center !important
	}

	.main_menu .main-menu-item {
		text-align: left !important
	}

	.main_menu .main-menu-item .nav-item {
		padding: 10px 15px !important
	}

	.main_menu .main-menu-item .dropdown-submenu {
		padding: 0 !important;
	}

	.main_menu .main-menu-item .nav-item a {
		padding: 5px 15px !important
	}

	.navbar-nav {
		align-items: start !important
	}

	.info-count {
		padding: 10px;
	}

	.info-count .info-desc span {
		line-height: 67px;
		font-size: 40px
	}

	.info-count .info-desc h4:after {
		top: -10px
	}

	.info-count .info-desc h4 {
		margin-top: 10px
	}

	.news_block {
		padding-bottom: 50px
	}

	.news_block .single-home-blog {
		margin-bottom: 20px
	}

	.news_block .single-home-blog .card h5 {
		margin-bottom: 10px
	}

	.news_block .single-home-blog .card ul li {
		margin-right: 10px
	}

	.special_block .single_special_text h2 {
		font-size: 30px
	}

	.special_block .single_special_text .btn_1 {
		margin-top: 25px
	}

	.special_block .special_item {
		padding: 50px 25px 25px 25px;
		margin-top: 25px
	}

	.special_block .special_item span {
		margin-bottom: 35px
	}

	.special_block .special_item h4 {
		margin-bottom: 15px
	}

	.about-block-1 {
		padding: 70px 0
	}

	.about-block-1 .learning_img {
		position: inherit;
		left: 0;
		bottom: 0;
		margin-bottom: 20px
	}

	.about-block-1 .learning_img img {
		padding: 0
	}

	.about-block-1 .about-info h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 35px;
		margin-top: 20px
	}

	.about-block-1 .about-info p {
		margin-bottom: 20px
	}

	.about-block-1 .about-info ul {
		margin-bottom: 20px
	}

	.about-block-1 .about-info ul li {
		padding-left: 41px;
		padding-top: 5px;
		display: block
	}

	.about-block-1 .about-info ul li span {
		padding-bottom: 15px;
		position: absolute;
		left: 15px
	}

	.footer-area .copyright_info {
		text-align: center
	}
}

@media (max-width:991px) {
	.navbar-collapse {
		/* z-index: 9999 !important; */
		position: absolute;
		/* left: 0;
		top: 71px; */
		left: -280px;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		text-align: center !important
	}

	.nav-header-top {
		position: static !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		padding: 10px 0;
	}

	.navbar-collapse {
		position: absolute;
		top: 54px;
		right: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 100%;
		transition: all 0.3s ease;
		display: block;
	}

	.navbar-collapse.collapsing {
		z-index: 2;
		height: 100vh !important;
		margin-right: 50%;
		transition: all 0.3s ease;
		display: block;
	}

	.navbar-collapse.show {
		z-index: 2;
		left: 0;
		height: 100vh;
		overflow: scroll;
	}

	.main_menu .main-menu-item {
		border-right: 3px solid #eeb211;
		position: fixed;
		top: 0px;
		width: 280px;
		height: 100vh;
	}

	.main_menu .main-menu-item .nav-item {
		width: 100%;
	}

	.footer-area .footer-item {
		margin-bottom: 30px
	}

	.footer-area .footer-item h4 {
		margin-bottom: 15px
	}
}

@media (max-width:1024px) {
	.footer-area .footer-item h4 {
		font-size: 18px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.section_title {
		margin-bottom: 30px
	}

	.section_title h2 {
		font-size: 35px;
		line-height: 40px
	}

	.section_title p {
		margin-bottom: 10px
	}

	.main_menu .main-menu-item {
		padding-left: 25px
	}

	.main_menu .main-menu-item ul li .nav-link {
		padding: 0 20px
	}

	.single_page_menu .main-menu-item ul li .nav-link {
		padding: 0 16px
	}

	.info-count {
		padding: 10px;
	}

	.info-count .info-desc span {
		line-height: 67px;
		font-size: 40px
	}

	.info-count .info-desc h4:after {
		top: -10px
	}

	.news_block {
		padding-bottom: 50px
	}

	.news_block .single-home-blog .card .card-body {
		padding: 20px
	}

	.news_block .single-home-blog .card h5 {
		margin-bottom: 10px;
		font-size: 18px
	}

	.news_block .single-home-blog .card ul li {
		margin-right: 10px
	}

	.special_block .single_special_text h2 {
		margin-top: 0;
		font-size: 35px
	}

	.special_block .single_special_text .btn_1 {
		margin-top: 25px
	}

	.special_block .special_item {
		margin-top: 25px
	}

	.about-block-1 {
		padding: 70px 0
	}

	.about-block-1 .learning_img {
		bottom: -43px;
		left: -80px
	}

	.about-block-1 .about-info {
		padding-left: 0
	}

	.about-block-1 .about-info h2 {
		font-size: 28px;
		margin-bottom: 20px;
		line-height: 40px
	}

	.about-block-1 .about-info ul li {
		padding-left: 41px
	}

	.about-block-1 .about-info ul li span {
		padding-bottom: 15px;
		position: absolute;
		left: 15px;
		padding-top: 6px
	}

}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	color: #ffffff;
}

.owl-prev i,
.owl-next i {

	font-size: 30px;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 45%;
}

.owl-prev {
	left: 30px;
}

.owl-next {
	right: 30px;
}

.owl-germark .owl-nav [class*=owl-]:hover {
	color: #eeb211;
}

.owl-germark .owl-nav {
	margin-top: 0;
}

.owl-germark .owl-nav [class*=owl-]:hover {
	background-color: inherit;
}

.owl-dots {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.owl-germark .owl-dots .owl-dot span {
	display: inline-block;
	width: 30px;
	height: 6px;
	margin: 0 12px;
	background-color: #fefefe;
	border-radius: 10px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.owl-germark .owl-dots .owl-dot.active span,
.owl-germark .owl-dots .owl-dot:hover span {
	background: #eeb211;
}

.banner-area,
.banner-slides {
	position: relative;
	z-index: 1;
}

.banner-area .more-info-link {
	display: inline-block;
	border-bottom: 2px solid white;
	font-size: 18px;
	letter-spacing: 5px;
	padding: 10px 30px;
	margin-top: 20px;
	color: #ffffff;
}

.banner-area .more-info-link:hover {
	background-color: rgba(0, 0, 0, .3);
	color: #ffffff;
}

.bg-overlay::after {
	background-color: rgba(15, 6, 6, 0.2);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.self-banner-slide {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 450px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.self-banner-slide {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.self-banner-slide {
		height: 350px;
	}
}

.self-banner-slide .banner-slides-content {
	position: relative;
	z-index: 1;
	text-align: center;
}

.self-banner-slide .banner-slides-content h2 {
	font-size: "Raleway", sans-serif;
	letter-spacing: 1px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.self-banner-slide .banner-slides-content h2 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.self-banner-slide .banner-slides-content h2 {
		font-size: 30px;
	}
}

.self-banner-slide .banner-slides-content p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.self-banner-slide .banner-slides-content p {
		font-size: 14px;
	}
}
