 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
	font-family: 'Microsoft JhengHei';
	src: url('Microsoft JhengHei.ttf');
}
@font-face {
	font-family: 'Microsoft JhengHei Bold';
	src: url('Microsoft JhengHei Bold.ttf');
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
/* clear */
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
*zoom:1;
	clear: both;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
}
input:focus, textarea:focus, button:focus {
	outline: 0;
	border: 0;
}
ul, li, h1, h2, h3, h4 {
	list-style-type: none;
	margin: 0;
	padding: 0
}
a {
	transition: 0.5s all ease-in-out;
}
a:hover {
	color: rgb(76, 76, 216)
}
.text-org {
	color: #ed7548;
}
.view-btn {
	border-radius: 25px;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	background-color: #0c6934;
	padding: 10px 30px;
	color: #fff;
	font-weight: 700;
}
.view-btn:hover {
	background-color: #004082;
	color: #fff;
}
.brd-0 {
	border-radius: 0;
}
.over-img, .img-slider {
	overflow: hidden;
}
.over-img img, .img-slider img, .brd-logo img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	transition: 0.5s all ease-in-out;
}
.over-img:hover img, .img-slider:hover img, .brd-logo:hover img {
	transform: scale(1.2);
}
li {
	list-style-type: none;
}
.container {
	max-width: 1230px;
	margin: 0 auto;
	width: 98%;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	overflow-x: hidden;
}
.btn-more {
	color: #000;
	font-weight: 800;
	font-size: 16px;
}
.btn-more .fa {
	width: 25px;
	height: 25px;
	color: #fff;
	border-radius: 100%;
	background-color: #ec7373;
	display: inline-block;
	text-align: center;
	line-height: 25px;
}
.btn-more:hover .fa {
	background-color: #000;
}
.btn-more:hover a {
	color: #ec7373;
}
.lang a {
	color: #003060;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 0 5px;
}
.logo {
	margin-bottom: -30px;
	position: relative;
	z-index: 5;
}
.lang a:hover {
	color: #0a6833;
}
.social-tab h3 {
	font-size: 31px;
	color: #fdba2f;
	font-weight: 700;
}
.social-tab h3 span {
	font-size: 21px;
}
.social-tab a:hover img {
	filter: brightness(0.9);
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
}
.nav_area > ul > li:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #003060;
	position: absolute;
	top: 50%;
	display: none;
}
.nav_area > ul > li:last-child::after {
	display: none;
}
.nav_area ul li a {
	color: #003060;
	font-size: 16px;
}
ul .sub-menu span.arrow {
	color: #fff;
}
ul li span.arrow {
	color: #fff;
	padding-left: 15px;
}
ul.sub-menu li a {
	color: #3c2313;
	line-height: 20px;
	padding: 3px 10px 7px 10px;
	font-size: 15px;
	display: inline-block;
}
ul.sub-menu li {
	display: block;
	position: relative;
	padding-right: 20px;
}
ul, li, h1, h2, h3, h4, h5 {
	list-style-type: none;
	margin: 0;
	padding: 0
}
/*---------------footer----------------------*/
.footer {
	background: #e6eaf1;
	color: #fff;
}
.logo-box img {
	max-width: 300px;
}
.f-top {
	font-size: 18px;
}
.address-box li {
	color: #000;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
.address-box li i {
	color: #457cbd;
	position: absolute;
	left: 0;
}
.f-top h3 {
	font-size: 19px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #004182;
}
.address-box {
	border-top: 1px solid #cc9b40;
	padding-top: 25px;
}
.f-menu li a {
	position: relative;
	display: block;
	color: #004182;
	font-size: 16px;
	padding: 2px 0;
}
.f-menu li a:hover {
	color: #febb2e;
}
.copyright {
	font-size: 14px;
	color: #004182;
	padding: 15px 0;
	background-color: #e6eaf1;
}
.copyright p {
	margin: 0;
}
.social-icons a {
	padding: 0 5px;
}

.back-to-top{
    display: block;
    position: fixed;
    right: 0px;
    top: 85%;
}
/*---------------index-page-------------------*/
.home-mid {
	position: relative;
}
.mid-cnt {
	position: absolute;
	top: 80px;
	width: 100%;
	font-size: 19px;
	color: #fff;
	line-height: 22px;
}
.mid-cnt h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 90px;
	font-weight: 600;
}
.mid-cnt p {
	max-width: 410px;
}
.mid-caption h3 {
	font-size: 97px;
	color: #3bb9ed;
	text-align: center;
	text-shadow: 2px 2px #839099;
	font-weight: 600;
}
.mid-caption h4 {
	font-size: 53px;
	color: #2dbf76;
	text-align: center;
	text-shadow: 2px 2px #839099;
	font-weight: 600;
}
.mid-caption h5 {
	font-size: 73px;
	color: #fbda3f;
	text-align: left;
	text-shadow: 2px 2px #839099;
	font-weight: 600;
}
.mid-caption h6 {
	font-size: 68px;
	color: #ff6a78;
	text-align: center;
	text-shadow: 2px 2px #839099;
	font-weight: 600;
}
.owl-dots {
	text-align: center;
	width: 100%;
	bottom: 25px;
	position: absolute;
}
.owl-dots .owl-dot span {
	background-color: #cccccc !important;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
}
.owl-dots .owl-dot.active span {
	background-color: #fe8a1b !important;
}
.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	font-size: 45px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	left: 0;
	z-index: -1;
}
.section-title {
	border-bottom: 2px solid #0c6934;
	padding-bottom: 15px;
	align-items: center;
	justify-content: space-between;
}
.section-title h2 {
	font-size: 50px;
	color: #004082;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.act-box {
	background: #fff;
	box-shadow: 0 0 8px #a09191;
	overflow: hidden;
	border-radius: 8px;
}
.news-list li {
	padding: 10px 8px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #9cc2ad;
}
.act-box h3 {
	font-size: 18px;
	padding-bottom: 15px;
	padding-right: 30px;
	font-weight: bolder;
	text-align: justify;
}
.act-box .fab {
	position: absolute;
	font-size: 30px;
	color: #017cfc;
	right: 15px;
	top: 10px;
}
.news-inner h3 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 5px;
}
.news-inner span {
	font-size: 16px;
	color: #074888;
	font-weight: 900;
}
.news-inner span i {
	padding-right: 5px;
}
.abm-mid {
	background: linear-gradient(110deg, #fff 27%, #d3e1f0 27%);
}
.abm-mid h2 {
	font-size: 52px;
	font-family: 'Oswald', sans-serif;
	color: #004082;
	font-weight: 600;
}
.icon-box {
	width: 47%;
	background: linear-gradient(90deg, #245898, #3c9f55);
	transform: skew(340deg, 360deg);
	padding: 10px 0;
}
.icon-box h3 {
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	transform: skew(20deg);
	padding: 15px;
	text-align: center;
	display: block;
}
.icon-box a {
	padding: 10px 30px;
}
.section-title-new {
	position: relative;
}
.section-title-new h2 {
	font-size: 52px;
	color: #004082;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	border-bottom: 2px solid #c2881c;
	width: fit-content;
	margin: 0 auto;
	padding: 0 40px 15px;
}
.section-title-new::after {
	content: "";
	height: 7px;
	position: absolute;
	width: 75px;
	background-color: #c2881c;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -2px;
}
.section-title-new a {
	position: absolute;
	right: 0;
	top: 20px;
}
.awn-section {
	background-color: #f7ead6;
}
.awn-slider {
	position: relative;
	padding: 0 60px;
}
.awn-item img {
	border-radius: 10px;
	height: auto;
}
.awn-details .date {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}
.awn-details .date span {
	font-size: 32px;
	line-height: normal;
}
.awn-details h3 {
	background: url(../image/news-divader.png) no-repeat left center;
	padding-left: 25px;
	font-size: 15px;
	margin-top: 15px;
	margin-left: -5px;
}
.link-box .icon-link {
	width: 160px;
	height: 160px;
	display: flex;
	border-radius: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.link-box .icon-link:hover img {
	filter: brightness(0.5);
}
.link-box .green {
	background-color: #49a761;
}
.link-box .blue {
	background-color: #204683;
}
.link-box .light-yellow {
	background-color: #cc9b40;
}
.link-box .red {
	background-color: #c40e1f;
}
.link-box .green {
	background-color: #0c6934;
}
.link-box .blue {
	background-color: #3d7ec6;
}
.link-box h3 {
	text-align: center;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	margin-top: 15px;
}
.social-panel {
	right: -50px;
	width: 57px;
	background: #fff;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 0 5px #000;
	position: fixed;
	top: 300;
	z-index: 99;
	text-align: center;
	padding: 10px 0;
	display:none;
}
.social-panel:hover {
	right: 0;
}
.social-panel a {
	display: block;
	padding: 8px 0;
}
.social-panel a:hover img {
	filter: brightness(0.5);
}
/*------------album-inedex------------------*/
.page-title {
	position: relative;
	border-bottom: 2px solid #dbb878;
}
.page-title h2 {
	font-size: 38px;
	font-weight: 900;
	color: #004082;
	font-family: 'Oswald', sans-serif;
}
.page-title::after {
	content: "";
	height: 7px;
	position: absolute;
	width: 100px;
	background-color: #c2881c;
	left: 0;
	bottom: -4px;
}
.page-title .form-select {
	margin: 0;
}
.banner {
	position: relative;
}
.banner h2 {
	position: absolute;
	color: #fff;
	font-size: 60px;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	max-width: 650px;
	margin-left: 60px;
	left: 0;
	right: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}
.inner-act {
	background: #fff;
	box-shadow: 0px 0px 10px #00000054;
}
.inner-act h3 {
	font-size: 18px;
}
.inner-act .date {
	background-color: #0a6833;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 2px 10px;
	position: absolute;
	top: -10px;
}
/*----------album-details----------------*/
.thumb-slider .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex !important;
	width: calc(100% + 80px);
	justify-content: space-between;
	margin: 0;
	left: -40px;
}
h2.side-title {
	color: #0068b8;
	padding: 0 10px 12px;
	font-size: 25px;
	font-weight: bold;
	display: none;
}
ul.sidemenu {
	padding: 15px 10px;
}
ul.sidemenu > li {
	padding: 15px 10px;
	border-bottom: 1px dotted #72bfe8;
	font-weight: 700;
}
ul.sidemenu > li a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
ul.sidemenu > li > a {
	display: flex;
	justify-content: space-between;
}
ul.sidemenu > li > a i, ul.sidemenu li.acv a, ul.sidemenu li a:hover {
	color: #0068b8;
}
ul.side-sub-menu li a {
	font-weight: normal;
	display: flex;
	justify-content: space-between;
}
ul.side-sub-menu li i {
	padding-right: 5px;
	font-size: 10px;
	opacity: .7;
}
ul.side-sub-menu {
	padding: 10px 0 0;
	font-size: 14px;
	display: none;
}
ul.side-sub-menu li {
	padding: 3px 0;
}
.slider-for, .slider-nav {
	padding: 0 60px;
}
.slider-container .owl-nav {
	left: 0;
}
.thumb-slider #sync1.owl-theme .owl-nav button {
	background: #999999;
	border-radius: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	border-radius: 100%;
	;
}
.back-btn {
	padding: 5px 10px;
	color: #101139;
	font-size: 24px;
	font-weight: bold;
}
.back-btn .fa {
	color: #6db7cd;
}
.back-btn:hover {
	filter: brightness(0.5);
}
/*---------------news----------------*/
.top-news {
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
}
.top-news .over-img {
	border-radius: 8px;
}
.top-news .awn-details h3 {
	background: url(../image/news-divader1.png) no-repeat left center;
}
.top-news .over-img img {
	width: 100%;
}
.more-btn {
	display: inline-block;
	color: #fff;
	background: #0c6934;
	padding: 10px 0;
	white-space: nowrap;
	transition: all .5s;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 25px;
}
.more-btn:hover {
	background: #074888;
	color: #fff;
}
.pdf-btn, .pdf-btn:hover {
	background: none;
}
.pagination {
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}
.pagination a {
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	color: #000;
}
.pagination a.active, .pagination a:hover {
	background: #074888;
	color: #fff;
}
.pagination a:first-child:hover, .pagination a:last-child:hover {
	background: none;
}
.pagination a img {
	height: 30px;
	object-fit: contain;
}
.pagination a:hover img {
	filter: brightness(0.5);
}
.form-select {
	display: block;
	width: 218px;
	font-size: 16px;
	font-weight: 400;
	line-height: 41px;
	color: #212529;
	background-color: #fff;
	background-image: url(../image/select-icon.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 10px 7px;
	border: 2px solid #cccccc;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0px 36px;
	-moz-padding-start: calc(0.75rem - 3px);
	box-shadow: none !important;
	outline: none !important;
	margin: 0 auto 35px;
}
/*-----------news-details------------*/
.page-title-news h2 {
	color: #000;
}
.page-title-news .date {
	border-radius: 10px;
	color: #000;
	padding: 8px 15px;
	background-color: #fdba2f;
	width: fit-content;
	margin: 0 auto;
}
.page-title-news .date span {
	display: block;
	font-size: 26px;
}
.d-main h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
}
.sub-part h3 {
	color: #006633;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
}
.sub-part p {
	font-size: 16px;
	line-height: 28px;
}
.org-text {
	color: #4ea5df;
	font-size: 17px;
	font-weight: bold;
}
.slider-container .fas {
	background-color: #64b7e6;
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.slider-container .fas:hover {
	background-color: #000;
}
/*--------------calander----------------*/

.school-calender .fc-row .fc-content-skeleton td, .fc-row .fc-mirror-skeleton td {
	text-align: left;
}
.school-calender span.fc-icon.fc-icon-chevron-left, .school-calender span.fc-icon.fc-icon-chevron-right {
	color: #7bc0e2;
	border-color: #7bc0e2;
}
.school-calender th.fc-day-header {
	font-size: 15px
}
.school-calender .fc-toolbar.fc-header-toolbar {
	margin-bottom: 15px;
}
.school-calender .fc-button {
	width: auto;
	height: auto;
}
a.download {
	font-size: 19px;
	background: #49a761;
	color: #fff;
	padding: 10px 40px;
	border-radius: 5px;
	font-weight: bold;
}
a.download:hover {
	background: #000;
}
h3.function {
	font-size: 15px;
	font-weight: 700;
}
h3.function:before {
	content: '';
	display: inline-block;
	height: 13px;
	width: 13px;
	background-color: #6dbd03;
	margin-right: 8px;
}
h3.function {
	padding-right: 20px;
}
h3.function.orange:before {
	background: #f1b13e;
}
h3.function.blue:before {
	background: #5696ea;
}
h3.function.red:before {
	background: #ec8347;
}
.all-event h2 {
	font-size: 38px;
	margin-bottom: 15px;
	color: #000;
	border-left: 5px solid #004182;
	padding-left: 15px;
	font-weight: bold;
}
.event-item {
	background: #fff;
	padding: 20px;
	border: 2px solid #e7e7e7;
}
.event-left h3 {
	padding-right: 10px;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
}
.event-middle {
	padding-left: 20px;
	width: 28%;
	max-width: 190px;
}
.event-right {
	padding-left: 20px;
}
.event-right h3 {
	font-size: 18px;
	font-weight: 700;
}
.event-right p {
	font-size: 14px;
}
.event-left {
	border-right: 2px solid #43b2ca;
	max-width: 75px;
	padding: 10px 0;
	width: 100%;
}
.header {
	background-color: #fff;
	font-family: 'Oswald', sans-serif;
}
.header .container {
	max-width: 1390px;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #6c757d;
	content: ">";
 }

 .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
 }

 .breadcrumb li.breadcrumb-item a {
	color: #003060;
 }
/*------------------media query---------------*/
@media only screen and (max-width: 767px) {
	li.breadcrumb-item {
	  font-size: 11px;
	}
 }
@media (min-width: 992px) {
.header {
	position: relative;
}
.lang {
	margin-top: -15px;
	padding-bottom: 10px;
}
.nav_area > ul > li {
	display: block;
	position: relative;
}
.nav_area > ul > li a {
	padding: 10px 7px;
	font-weight: 600;
	font-size: 13px;
}
.nav_area > ul > li:hover > a, .nav_area ul > li.act > a {
	color: #fdba2f;
}
.main-menu {
	background-color: #457cbd;
	z-index: 2;
	position: relative;
	border-top: 1px solid #fff;
}
ul.menu {
	display: flex;
	gap: 10px;
	align-items: center;
}
ul.sub-menu {
	min-width: 150px;
}
ul.sub-menu {
	position: absolute;
	background: #074888;
	z-index: 555;
	text-align: left;
	padding: 0px;
	height: 0;
	transition: all .5s ease;
	top: 47px;
}
ul.sub-menu span.arrow {
	display: inline-block;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 50%;
}
.nav_area > ul > li ul.sub-menu {
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	transition: transform 0.3s, opacity 0.3s;
	display: block;
}
ul.sub-menu li a {
	color: #fff;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
	height: auto;
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0;
}
.menu-item-has-children .arrow {
	display: none;
}
ul.sub-menu span.arrow {
	color: #fff;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	transform: scaleY(1) translateZ(0);
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu > li:hover {
	background: #003871;
}
ul.sub-menu > li:hover > a {
	color: #fff;
}
ul.sub-menu > li:hover .arrow {
	color: #fff;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
label.toggle {
	display: none;
}
ul.sub-menu li.menu-item-has-children .arrow {
	transform: rotate(-90deg);
}
.nav_area ul li:last-child {
	padding-right: 0;
	border-right: 0;
}
}
@media (min-width: 1340px) {
.nav_area > ul > li a {
	padding: 10px 15px;
	font-weight: bold;
	font-size: 16px;
}
.nav_area > ul > li:after {
	display: initial;
}
}
@media (max-width: 1340px) {
.mid-cnt h2 {
	font-size: 35px;
}
.mid-caption h3 {
	font-size: 60px;
}
.mid-caption h4 {
	font-size: 30px;
}
.mid-caption h5 {
	font-size: 40px;
}
.mid-caption h6 {
	font-size: 35px;
}
.mid-cnt {
	top: 50px;
	font-size: 13px;
}
.mid-cnt p {
	max-width: 290px;
}
.icon-box h3 {
	font-size: 35px;
}
.abm-mid h2 {
	font-size: 45px;
}
.banner h2 {
	font-size: 48px;
}
}
@media (max-width:991px) {
.container {
	max-width: 100%;
}
ul.menu {
	position: fixed;
	width: 80%;
	left: 0;
	text-align: left;
	background: #b4861f;
	z-index: 2;
	padding: 15px 10px;
	z-index: 99;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
}
ul.menu.open {
	left: 0;
}
.toggle {
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	margin: 0;
	text-align: right;
	display: block;
	position: absolute;
	right: 20px;
	top: 41px;
	background-color: #b4861f;
	padding: 5px 8px 2px;
}
ul li span.arrow {
	color: #fff;
	font-size: 15px;
}
.nav_area ul li a {
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
	padding: 0 0 10px 0;
}
ul li span.arrow.close-icon i:before {
	content: "\f106";
}
ul.sub-menu li span.arrow.close-icon i:before {
	content: "\f106";
}
ul li .sub-menu li a {
	line-height: 18px;
	font-size: 15px;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: center;
	top: 0;
	font-size: 15px;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 12px;
	width: 40px;
	text-align: center;
	height: 30px;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
	font-size: 10px;
}
ul.sub-menu li ul.sub-menu {
	padding: 10px;
	width: 100%;
}
.social-tab h3 {
	font-size: 25px;
}
.social-tab li img {
	width: 25px;
}
.banner-box h2 {
	font-size: 18px;
	bottom: 5
}
.nav_area > ul > li:after {
	display: none;
}
.icon-box h3 {
	font-size: 26px;
}
.icon-box img {
	max-width: 40px;
}
.abm-mid h2 {
	font-size: 35px;
}
.view-btn {
	font-size: 15px;
}
.section-title h2.section-title-new h2 {
	font-size: 35px;
}
}
 @media (max-width:767px) {
	 .back-to-top img{width:75%;}
.copyright p {
	font-size: 12px;
}
ul.footer-menu {
	padding-bottom: 28px;
}
.number h5 {
	padding-bottom: 12px;
}
.logo-slider .owl-nav.disabled {
	display: none !important;
}
a.w-btn {
	text-align: center;
	display: block;
	padding: 10px 0 0;
}
ul.sidemenu {
	display: none;
}
/*extra css*/
.logo {
	margin-bottom: 0;
}
.banner h2 {
	width: 80%;
	font-size: 20px;
}
.banner-slider .caption-title {
	font-size: 15px;
}
.inner-banner {
	max-width: 312px;
	margin: 5px auto;
}
.act-list h3 {
	font-size: 15px;
}
.act-box img {
	width: 100%;
}
.pdf-btn {
	margin-top: 10px;
}
.page-title {
	display: flex;
	flex-direction: column;
}
.page-title h2 {
	font-size: 20px;
	margin-top: 20px;
}
.page-title .form-select {
	margin: 20px auto 0;
}
.d-main h2 {
	font-size: 20px;
	line-height: normal;
}
.order2 {
	order: 2;
}
.order1 {
	order: 1;
}
.owl-dots {
	bottom: 5px;
}
.section-title h2 {
	font-size: 35px;
}
.act-slider .owl-nav {
	margin-top: 0;
	width: 100%;
	margin-left: 0;
}
.more-btn {
	display: block;
	margin-top: 15px;
}
h2.side-title {
	display: flex;
	margin-top: 15px;
	background-color: #b4861f;
	padding: 15px;
	color: #fff;
	align-items: center;
	justify-content: space-between;
}
.event-middle {
	width: 100%;
	padding: 20px 0 !important;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}
.event-right {
	padding: 10px 0 !important;
	text-align: center;
}
.right-select {
	margin-top: 15px;
}
.event-left {
	border-right: 0;
	border-bottom: 2px solid #ff9a0d;
	margin: 0 auto;
}
.act-inner img {
	width: 100%;
}
.post-middle {
	width: 100%;
	padding: 15px 0;
}
.toggle {
	top: 80px
}
.mid-cnt {
	top: 15px;
	font-size: 12px;
	line-height: normal;
	position: initial;
	color: #000;
}
.mid-caption {
	position: absolute;
	top: 0;
	width: 100%;
}
.mid-caption h3 {
	font-size: 50px;
}
.home-mid img {
	height: 220px;
	object-fit: cover;
	margin-bottom: 15px;
}
.mid-cnt h2 {
	font-size: 25px;
	color: #000;
}
.abm-mid {
	background: #d3e1f0;
}
.wht-bg {
	text-align: center;
	margin-bottom: 15px;
}
.icon-box img {
	display: block;
	margin: 0 auto;
}
.icon-box h3 {
	font-size: 22px;
	padding: 0px;
}
.section-title-new h2 {
	font-size: 30px;
	padding: 0 30px 15px;
}
.view-btn {
	font-size: 15px;
	font-weight: 400;
	padding: 3px 15px;
}
.link-box .icon-link {
	width: 130px;
	height: 130px;
}
.link-box h3 {
	font-size: 18px;
}
.mid-cnt p {
	max-width: 100%;
	font-size: 15px;
}

}
@media only screen and (min-width:768px) {
.title-part {
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	width: 100%;
}
ul.sidemenu {
	display: block !important;
}
h2.side-title {
	pointer-events: none;
}
}
