@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Alice&family=Allison&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Lato:wght@100;300;400;700;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: "Poppins", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/******** Menu css ********/
.baner-menu-section {
	width: 100%;
	float: left;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 255px;
	left: 0;
	text-align: left;
	background: #004492;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 40px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: -50px;
	top: -63px;
	z-index: 9999;
	background: #004492;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #fff;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #fff;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 33px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #000033;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 0;
	font-weight: bold;
	line-height: 85px;
}
.header-section .logo {
	margin-bottom: -22px;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 5px;
	position: absolute;
	top: 34px;
	font-size: 13px;
}
.nav_area > ul > li > ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
ul.sub-menu li {
	position: relative;
	vertical-align: top;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
.nav_area ul li ul.sub-menu .arrow, .nav_area ul li:hover ul.sub-menu ul.sub-menu {
	display: none;
}
.nav_area ul li ul.sub-menu li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #2163a1;
	background-color: rgba(255,255,255,0.8);
	z-index: 555;
	text-align: left;
	border-radius: 10px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 26px;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #000000;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 9px 16px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #b1b1b1;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.header-section {
	float: left;
	width: 100%;
}
.row.header-row {
	align-items: center;
	position: relative;
	z-index: 999;
}
.logo a {
	display: inline-block;
}
.header-section .container {
	max-width: 1300px;
}
.nav_area ul li a i.fal {
	font-size: 19px;
}
.nav_area ul li a i.far {
	font-size: 22px;
	margin-right: 4px;
	vertical-align: bottom;
}
.row.header-row .col-md-7 {
	padding: 0px 0px;
}
.header-icon {
	text-align: right;
}
.header-icon ul li {
	display: inline-block;
	padding-left: 5px;
}
.header-icon ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 38px;
	text-align: center;
	background-color: #001e54;
	border-radius: 50px;
	font-size: 16px;
	color: #ffffff;
}
.header-icon ul li a:hover {
	background-color: #d9b840;
}
.menu-wrapper-row {
	align-items: baseline;
}
.menu-wrapper-row .col-md-9 {
	max-width: 82%;
	flex: 82%;
}
.menu-wrapper-row .col-md-3 {
	max-width: 18%;
	flex: 18%;
}
/******** Menu css End ********/

/******** index ********/
.banner-section {
	position: relative;
	float: left;
	width: 100%;
}
.banner-wrapper img {
	width: 100%;
}
.banner-wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
}
.banner-text-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 69%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-welcome-text {
	font-size: 78px;
	color: #ffffff;
	font-family: "Allison", cursive;
	line-height: 62px;
}
.banner-title-text {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.banner-text {
	padding-top: 5px;
}
.banner-text ul li {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0px 15px;
	font-weight: 500;
	position: relative;
}
.banner-text ul li::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: -3px;
	background: #ffff;
	border-radius: 100%;
	top: 13px;
}
.banner-text ul li.one::after {
	background: no-repeat;
}
.menu-img-wrapper img {
	width: 100%;
}
.latest-news-section {
	padding: 40px 0px 55px;
	position: relative;
	float: left;
	width: 100%;
	z-index: -1;
}
.latest-news-section .row {
	position: relative;
	z-index: 666;
}
.heading-title {
	width: 100%;
	text-align: center;
	margin-bottom: 52px;
	font-size: 24px;
	font-weight: bold;
	color: #004492;
	letter-spacing: 3px;
	position: relative;
}
.heading-title::before {
	content: "";
	position: absolute;
	width: 99%;
	border-bottom: solid 1px #14539b;
	left: 0;
	bottom: -18px;
	right: 0;
	margin: auto;
}
.heading-title::after {
	content: "";
	position: absolute;
	width: 50px;
	border-bottom: solid 5px #d9b840;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
}
.latest-news-box-wrapper-row {
	margin: auto;
}
.latest-news-box-wrapper-row .col-md-4 {
	padding: 0px 5px;
}
.latest-news-box-wrapper {
	position: relative;
	margin-bottom: 10px;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.latest-news-box-wrapper .latest-news-img img {
	width: 100%;
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.latest-news-box-wrapper .latest-news-img:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.latest-news-img {
	position: relative;
	overflow: hidden;
}
.latest-news-box-wrapper .latest-news-text {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: 0px;
}
.latest-news-box-wrapper .latest-news-text span {
	display: inline-block;
	width: 100%;
	padding: 0px 10px 14px;
	color: #ffffff;
	font-size: 16px;
}
.date-text-info {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0px;
	text-align: right;
}
.date-text-info .date-text {
	display: inline-block;
	background-color: #004492;
	color: #ffffff;
	padding: 12px 8px;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 100%, 50% 100%, 100% 100%, 0 86%, 0% 35%, 0 0);
}
.date-text-info .date-text span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}
.btn-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 27px;
}
.btn-wrapper a {
	display: inline-block;
	background-color: transparent;
	padding: 4px 25px;
	border: solid 2px #87b0d4;
	border-radius: 50px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #004492;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.btn-wrapper a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #002b5c 30%, #0d62c3);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.btn-wrapper a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #0d62c3 30%, #002b5c);
}
.btn-wrapper a:hover {
	color: #fff;
	border: solid 2px #004492;
}
.video-section {
	background-image: url(../images/video-section-bgg.jpg);
	padding: 50px 0px 32px;
	background-size: 100% 100%;
	position: relative;
	float: left;
	width: 100%;
}
.video-section .row {
	position: relative;
	z-index: 999;
}
.video-section::after {
	content: "";
	position: absolute;
	width: 59%;
	height: 100%;
	top: -26px;
	left: 0;
	background-color: #002c70;
	clip-path: polygon(50% 0%, 100% 0, 95% 100%, 100% 0, 100% 0, 91% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}
.heading-title.text {
	text-align: left;
	color: #ffffff;
}
.heading-title.text::before {
	margin: initial;
	border-color: #d9e1eb;
	width: 100%;
}
.heading-title.text::after {
	margin: initial;
}
.video-box-wrapper .video-wrapper {
	width: 87%;
}
.video-details-wrapper {
	padding-left: 35px;
}
.heading-title.text span {
	display: inline-block;
	padding-left: 32px;
	position: relative;
}
.heading-title.text span::after {
	content: "";
	position: absolute;
	border-left: solid 1px #d2b544;
	height: 21px;
	left: 12px;
	top: 7px;
}
.video-details-wrapper ul li {
	font-size: 15px;
	color: #ffffff;
	background-color: #93ba7f;
	margin-bottom: 8px;
	padding: 4px 15px;
	border-radius: 50px;
}
.view-btn {
	margin-top: 18px;
}
.view-btn a {
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	display: inline-block;
}
.video-details-wrapper ul li span {
	display: block;
	line-height: 14px;
	padding-bottom: 4px;
}
.slider-latest-news-section {
	padding: 40px 0px 40px;
	float: left;
	width: 100%;
}
#slider-latest-news .owl-nav button.owl-prev {
	position: absolute;
	left: -5%;
	top: 43%;
	box-shadow: none !important;
	outline: none !important;
}
#slider-latest-news .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: -5%;
	box-shadow: none !important;
	outline: none !important;
}
#slider-latest-news .owl-nav button.owl-next img {
	max-width: 17px !important;
}
#slider-latest-news .owl-nav button.owl-prev img {
	max-width: 17px !important;
}
#slider-latest-news .owl-dot {
	display: none;
}
.service-section {
	padding: 20px 0px 15px;
	position: relative;
	float: left;
	width: 100%;
}
.service-box-wrapper-row {
	position: relative;
	margin: auto;
}
.service-box-wrapper {
	text-align: center;
	margin: 0px 3px;
}
.service-box-wrapper .service-box-title {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #004492;
}
.service-section::after {
	content: "";
	position: absolute;
	background-color: #ededed;
	width: 100%;
	height: 100%;
	top: 110px;
	left: 0;
	z-index: -1;
}
#slider-service .owl-dots {
	text-align: center;
	bottom: -30px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#slider-service .owl-dots button.active span {
	background-color: #002c70;
	position: relative;
}
#slider-service .owl-dots button span {
	background-color: #adbbd1;
}
#slider-service .owl-dots button {
	outline: 0;
}
#slider-service .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	border-radius: 50px;
}
#slider-service .owl-nav {
	display: none;
}
.footer-section-wrapper {
	background-color: #ededed;
}
.footer-section {
	background-image: url(../images/footer-bgg.png);
	padding-top: 115px;
	background-size: 100% 100%;
	background-position: right;
	float: left;
	width: 100%;
}
.footer-logo a {
	display: inline-block;
	max-width: 85%;
}
.footer-details ul li {
	color: #ffffff;
	margin-bottom: 4px;
	font-size: 15px;
}
.footer-details ul li a {
	color: #ffffff;
	text-decoration: none;
}
.footer-icon .header-icon {
	text-align: left;
	margin-top: 15px;
}
.footer-icon .header-icon ul li {
	padding-left: 0px;
	padding-right: 5px;
}
.copyright-info {
	margin-top: 25px;
	background-color: #001e54;
	padding: 12px 0px;
}
.copyright-text {
	text-align: left;
	font-size: 12px;
	color: #ffffff;
}
.background-logo {
	position: absolute;
	bottom: 40px;
	max-width: 400px;
	right: 0px;
	z-index: -1;
}
/******** index 2 ********/
.banner-wrapp::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
}
.banner-wrapp img {
	width: 100%;
}
.banner-text-wrapp {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner-title {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: #000000 1px 0 10px;
	letter-spacing: 3px;
}
.content-section {
	padding: 50px 0px 0px 0px;
	position: relative;
	float: left;
	width: 100%;
}
.content-details-row {
	position: relative;
}
.background-logo.two {
	bottom: 37%;
}
/******** calendar css ********/
.calendar-section {
	background-color: #fafdf4;
	padding-top: 45px;
	padding-bottom: 15px;
}
.calendar-row {
	padding: 0px;
}
.row-owl-carousel-wrapper {
	width: 72%;
	margin: auto;
}
.calendar_remark {
	width: 100%;
	padding: 25px 0px 0;
	text-align: center;
}
.calendar_remark .remark_item {
	display: inline-block;
	vertical-align: top;
	padding: 0px 8px;
}
.calendar_remark .remark_1:before {
	background-color: #feaf01;
}
.calendar_remark .remark:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 14px;
	height: 14px;
}
.calendar_remark .remark {
	padding-left: 24px;
	position: relative;
	line-height: 15px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.calendar_remark .remark_2:before {
	background-color: #8750c9;
}
.calendar_remark .remark_3:before {
	background-color: #ee9395;
}
.calendar_remark .remark_4:before {
	background-color: #af2d2a;
}
a.down-btn {
	color: #ffff;
	padding: 5px 30px;
	display: table;
	margin: 25px auto;
	border-radius: 5px;
	text-decoration: none;
	font-size: 18px;
	background-color: #004492;
	font-weight: 500;
}
a.down-btn:hover {
	background-color: #87b0d4;
}
a.down-btn i.fa.fa {
	padding-left: 10px;
}
.event-item {
	border: 2px solid #e4ebeb;
	padding: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	background: #fff;
}
span.event-date {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	min-width: 100px;
	border-right: solid 2px #3f67a1;
	margin-right: 14px;
	font-weight: 600;
}
.title-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
}
.title-text p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: 500;
}
span.event-date b {
	font-weight: bold;
	display: block;
	font-size: 19px;
}
.event-title {
	color: #172241;
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 23px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.event-title::after {
	content: "";
	position: absolute;
	border-left: solid 9px #37619d;
	height: 25px;
	left: 0;
	top: 10px;
}
.all-events {
	padding-top: 10px;
}
.tab-paned.calendar-home-wrapper #calendar {
	padding-bottom: 35px;
	padding: 17px;
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
	background: #fff;
	padding-bottom: 72px;
}
.tab-paned.calendar-home-wrapper .fc-left {
	display: none;
}
.calendar-home-wrapper .fc-header-toolbar {
	background: none;
}
.calendar-home-wrapper .fc-header-toolbar .fc-center {
	text-align: center;
	width: 100%;
}
.calendar-home-wrapper .fc-header-toolbar .fc-center h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button {
	background: none;
	border: none;
	padding: 2px;
}
.calendar-home-wrapper .fc-header-toolbar {
	background: none !important;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button:hover {
	color: #000;
}
.calendar-home-wrapper .fc-header-toolbar .fc-right button:focus {
	outline: 0 !important;
	box-shadow: none;
}
#carouselExampleControls {
	float: left;
	width: 100%;
}
.calendar-wrapper {
	margin: 0px auto;
	margin-top: 0px;
}
/******** index 3 ********/
.content-section.wrapper {
	padding: 60px 0px 0px;
}
.latest-news-heading-wrapper .latest-news-heading-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
}
.latest-news-heading-wrapper .latest-news-heading-title span {
	display: block;
}
.latest-news-heading-wrapper .date-text {
	text-align: center;
	padding-top: 23px;
	padding-bottom: 25px;
	margin-bottom: 21px;
	border-bottom: solid 1px #14539b;
}
.latest-news-heading-wrapper .date-text span {
	display: inline-block;
	background-color: #004492;
	padding: 6px 31px;
	color: #ffffff;
	font-size: 13px;
}
.latest-news-heading-wrapper p {
	font-size: 15px;
	color: #000000;
	/* text-align: justify; */
	line-height: 27px;
}
.owl-carousel-wrapper.slider-row {
	width: 85%;
	margin: auto;
	margin-bottom: 22px;
	padding-top: 25px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -46px;
	top: 45%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -46px;
	top: 45%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 37px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 37px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -30px;
	top: 35%;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -30px;
	top: 35%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 13px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 13px;
}
.owl-item.synced.active .item-slider-images:after {
	background: #000;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	opacity: 0.5;
}
.back-btn {
	width: 100%;
	margin-top: 35px;
}
.back-btn a {
	display: inline-block;
	font-size: 15px;
	background-color: transparent;
	padding: 5px 35px;
	border: solid 2px #003399;
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.back-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #002b5c 30%, #0d62c3);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.back-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #0d62c3 30%, #002b5c);
}
.back-btn a:hover {
	color: #fff;
}
.back-btn a:hover i.far {
	color: #ffffff;
}
.back-btn a i.far {
	color: #003399;
	font-size: 18px;
	vertical-align: middle;
}
.background-logo.three {
	bottom: 25%;
}
/******** index 4 ********/
.content-section.wrappers {
	padding-top: 25px;
	padding-bottom: 0px;
}
.heading-title.text.title {
	color: #004492;
}
.heading-title.text.title::before {
	border-color: #14539b;
}
.heading-title.text.title span::after {
	border-color: #0a4b96;
}
.latest-news-heading-wrapper.activity .date-text {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.background-logo.for {
	bottom: 70px;
}
/******** index 5 ********/
.select-box {
	width: 18%;
	margin: auto;
	margin-bottom: 25px;
}
.form-select {
	display: block;
	width: 100%;
 padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
 background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #b9b9b9;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	outline: 0;
}
.select-box .form-select:hover {
	border: 1px solid #004492;
}
.row-latest-news-box-wrapper {
	margin: auto;
}
.row-latest-news-box-wrapper .col-md-4 {
	padding: 0px 7px;
}
.row-latest-news-box-wrapper .latest-news-box-wrapper {
	margin-bottom: 20px;
}
ul.pagination {
	padding-top: 20px;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-bottom: 3px;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #82addc;
	color: #fff;
	border: solid 1px #82addc;
}
ul.pagination li.page-item a:hover {
	background: #82addc;
	color: #fff;
	border-color: #82addc;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0px;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: #ffffff;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
/******** index 6 ********/
.latest-news-details-row {
	background-color: #dde6f0;
	padding: 28px;
	align-items: center;
	margin-bottom: 5px !important;
	margin: auto;
}
.latest-news-details-row .col-md-3 {
	padding: 0px 0px;
}
.latest-news-details-row .col-md-2 {
	padding: 0px 0px;
}
.latest-news-details-row .col-md-10 {
	padding: 0px 0px;
}
.latest-news-details-wrapp {
	padding-left: 15px;
}
.latest-news-details-wrapp .latest-news-details-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #000000;
}
.latest-news-details-wrapp .latest-news-details-title span {
	display: block;
}
.latest-news-details-wrapp .date-texts {
	font-size: 13px;
	padding-top: 10px;
	color: #004492;
	font-weight: 500;
}
.latest-news-details-wrapp .date-texts i.fal {
	margin-right: 2px;
	font-size: 18px;
	vertical-align: text-top;
}
.btn-wrapper.btns {
	text-align: right;
	margin-top: 0px;
}
.btn-wrapper.btns a {
	background-color: #ffffff;
}
.btn-wrapper.btns a:hover {
	background-color: #87b0d4;
}
.pdf-btn {
	text-align: right;
	padding-right: 25px;
}
.pdf-btn a {
	display: inline-block;
	max-width: 40px;
}
ul.pagination.wrapper {
	padding-top: 30px;
}
.background-logo.six {
	bottom: 44%;
}
.video-section .row {
	z-index: 666;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.slider-section-home {
	float: left;
	width: 100%;
	position: relative;
}
#home-slider .owl-dots {
	display: none;
}
#home-slider .owl-nav button {
	width: 33px;
	height: 33px;
	background: #fed600;
	border-radius: 20px;
	color: #fff;
	line-height: 33px;
	outline: 0;
}
#home-slider .owl-nav button.owl-prev {
	position: absolute;
	left: 7px;
	top: 45%;
}
#home-slider .owl-nav button.owl-next {
	position: absolute;
	right: 7px;
	top: 45%;
}
.slider-row .item-slider-images {
	position: relative;
	overflow: hidden;
}
.slider-row .item-slider-images img {
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.slider-row .owl-item.synced .item-slider-images img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.owl-carousel-wrapper #sync2 {
	margin-top: 13px;
}
.owl-carousel-wrapper .owl-dots {
	display: none;
}
.latest-news-details-img {
	position: relative;
	overflow: hidden;
}
.latest-news-details-img img {
	webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.latest-news-details-img:Hover img {
	webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#sync1 .owl-nav button {
	font-size: 36px;
	color: #999999;
}
#sync1 .owl-nav button:hover {
	color: #004492;
}
#sync2 .owl-nav button {
	font-size: 27px;
	color: #004492;
}
ul.sub-menu li:last-child a {
	border-bottom: none;
}
/********* Dropdown Menu 2 *********/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu > ul > li {
	float: left
}
#cssmenu > ul > li > a {
	padding: 17px 3px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ddd;
	font-weight: 700;
}
.menu-two-section .menu-two-wrapper li span {
	font-size: 14px;
	letter-spacing: 2px;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #fff
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease
}
#cssmenu > ul > li.has-sub > a {
	/*padding-right: 30px*/
	padding-right: 0px
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: auto
}
#cssmenu li:hover > ul > li {
	height: 35px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	padding: 11px 15px;
	/* width: 173px; */
	width: 100%;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	text-align: left;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
/*color: #000;
	background: #e7e5e5;*/
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}
#cssmenu ul ul li {
	height: auto;
}
@media screen and (max-width:700px) {
.menu-two-section .cssmenulogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	text-align: center;
	padding: 10px 0 0;
	float: none;
	background: #004492;
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 100%;
	display: none
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #444
}
#cssmenu ul li:hover {
	background: #363636
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994
}
.button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	content: ''
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: ''
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #fff;
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
}
.menu-two-section {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1000;
}
.menu-two-section .logo {
	display: none;
}
.menu-two-section .menu-two-wrapper {
	width: 100%;
}
.menu-two-section .menu-two-wrapper li {
	display: inline-block;
	width: 11.111%;
	text-align: center;
}
.menu-two-wrapper .menu-bg1 {
	background-image: url(../images/menu-bg1.jpg);
}
.menu-two-wrapper .menu-bg2 {
	background-image: url(../images/menu-bg2.jpg);
}
.menu-two-wrapper .menu-bg3 {
	background-image: url(../images/menu-bg3.jpg);
}
.menu-two-wrapper .menu-bg4 {
	background-image: url(../images/menu-bg4.jpg);
}
.menu-two-wrapper .menu-bg5 {
	background-image: url(../images/menu-bg5.jpg);
}
.menu-two-wrapper .menu-bg6 {
	background-image: url(../images/menu-bg6.jpg);
}
.menu-two-wrapper .menu-bg7 {
	background-image: url(../images/menu-bg7.jpg);
}
.menu-two-wrapper .menu-bg8 {
	background-image: url(../images/menu-bg8.jpg);
}
.menu-two-wrapper .menu-bg9 {
	background-image: url(../images/menu-bg9.jpg);
}
.menu-two-section .menu-two-wrapper li .menu-icon {
	margin-bottom: 5px;
}
ul.sub-menu-row-div {
	background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.menu-two-wrapper .has-sub a::before {
	display: none !important;
}
.menu-two-wrapper .has-sub a::after {
	display: none !important;
}
.cssmenulogo {
	display: none;
}
#cssmenu ul li {
	background-size: cover !important;
}
#cssmenu li:hover ul.sub-menu-row-div ul.sub-menu-row-div, #cssmenu li:hover ul.sub-menu-row-div ul.sub-menu-row-div ul.sub-menu-row-div {
	display: none;
}
#cssmenu li:hover ul.sub-menu-row-div li:hover ul.sub-menu-row-div {
	display: block;
}
#cssmenu li:hover ul.sub-menu-row-div li:hover ul.sub-menu-row-div ul.sub-menu-row-div {
	display: none;
}
#cssmenu li:hover ul.sub-menu-row-div li:hover ul.sub-menu-row-div li:hover ul.sub-menu-row-div {
	display: block;
}
#cssmenu li.menu-bg-8 li:hover ul.sub-menu-row-div li:hover ul.sub-menu-row-div {
	left: 100%;
}
/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
#home-slider .owl-item.active .banner-text-info .banner-welcome-text {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#home-slider .owl-item.active .banner-text-info .banner-title-text {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#home-slider .owl-item.active .banner-text-info .banner-text {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/

.footer-details ul li a:hover {
	color: #d9b840;
}
.besign-by a:hover {
	color: #d9b840;
}
.video-wrapper iframe {
	width: 100%;
	height: 424px;
	object-fit: cover;
}
.latest-news-box-wrapper .latest-news-img:after {
	content: "";
	background-image: linear-gradient(#ffff0000, #00000073);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 0;
	display: inline-block;
	height: 100%;
}


/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
 @keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
.background-logo img {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}


/***
=============================================
    float-bob-x-2 Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x-2 {
 0% {
 transform: translateX(-20px);
}
 50% {
 transform: translateX(-5px);
}
 100% {
 transform: translateX(-20px);
}
}
 @keyframes float-bob-x-2 {
 0% {
 transform: translateX(-20px);
}
 50% {
 transform: translateX(-5px);
}
 100% {
 transform: translateX(-20px);
}
}
.heading-title::after {
	-webkit-animation-name: float-bob-x-2;
	animation-name: float-bob-x-2;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
/* #Progress
================================================== */
.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	content: "\f062";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #d9b840; /* --- Pijl kleur --- */
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	content: "\f062";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: #d9b840; /* --- Pijl hover kleur --- */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: #d9b840; /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
#cssmenu ul.menu-two-wrapper ul.sub-menu-row-div li a {
	line-height: 25px !important;
}







/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.progress-wrap {
	display: none;
}
.menu-two-section .cssmenulogo {
	display: block;
}
.menu-two-section .cssmenulogo a {
	padding-top: 7px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 16px;
}
.menu-two-wrapper li a {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 17px !important;
}
.menu-two-section .menu-two-wrapper li .menu-icon {
	margin-bottom: 0px;
	max-width: 35px;
	margin-right: 9px;
}
#sync1 .owl-nav button {
	font-size: 23px;
}
#sync2 .owl-nav button {
	font-size: 17px;
	margin-top: 7px;
}
a.down-btn {
	padding: 5px 30px;
	font-size: 12px;
}
.row-owl-carousel-wrapper {
	width: 100%;
}
.event-item {
	display: inline-block;
}
.d-flex.align-items-center {
	width: 100%;
	display: inline-block !important;
	float: left;
	margin-top: 0px;
}
.fc-toolbar.fc-header-toolbar {
	padding: 5px 0px !important;
}
.fc-toolbar .fc-center h2 {
	padding: 6px 19px !important;
	font-size: 11px !important;
}
.fc-toolbar.fc-header-toolbar .fc-left {
	display: none;
}
.d-flex.align-items-center .pl-4 {
	padding-left: 0px !important;
	padding-top: 24px !important;
}
.d-flex.align-items-center img {
	width: 100%;
}
.title-text {
	margin-top: 19px;
}
.besign-by {
	text-align: center;
}
.video-section .row {
	z-index: 666;
}
.header-icon {
	display: none;
}
.logo a {
	max-width: 70%;
}
.header-section {
	padding-top: 15px;
}
.banner-section {
	margin-top: -14px;
}
.banner-wrapper img {
	height: 380px;
	object-fit: cover;
}
.banner-welcome-text {
	font-size: 40px;
	line-height: 51px;
}
.banner-title-text {
	font-size: 21px;
	line-height: 28px;
}
.banner-text ul li {
	font-size: 15px;
	padding: 0px 10px;
}
.banner-text ul li::after {
	top: 9px;
}
.menu-two-section {
	margin-top: -2px;
}
.logo {
	z-index: 666;
}
.latest-news-section {
	padding: 30px 0px 50px;
}
.heading-title {
	margin-bottom: 45px;
}
.heading-title::before {
	bottom: -11px;
}
.heading-title::after {
	bottom: -13px;
}
.latest-news-box-wrapper .latest-news-text span {
	padding: 0px 5px 14px;
	font-size: 15px;
}
.date-text-info .date-text {
	font-size: 14px;
	line-height: 16px;
}
.date-text-info .date-text span {
	font-size: 15px;
}
.btn-wrapper {
	margin-top: 17px;
}
.video-details-wrapper {
	padding-left: 0px;
	padding-top: 50px;
}
.video-section::after {
	width: 94%;
	height: 33%;
	top: -22px;
}
.video-section {
	padding: 20px 0px 35px;
	background-size: cover;
}
.latest-news-box-wrapper-row .col-md-4 {
	padding: 0px 0px;
}
.heading-title.text span::after {
	left: -7px;
}
.heading-title.text span {
	padding-left: 0px;
}
.video-details-wrapper ul li {
	line-height: 20px;
}
.view-btn {
	margin-top: 23px;
	text-align: center;
}
.slider-latest-news-section {
	padding: 30px 0px 25px;
}
#slider-latest-news .owl-nav button.owl-next {
	right: -2%;
}
#slider-latest-news .owl-nav button.owl-next img {
	max-width: 11px !important;
}
#slider-latest-news .owl-nav button.owl-prev {
	left: -2%;
}
#slider-latest-news .owl-nav button.owl-prev img {
	max-width: 11px !important;
}
.service-box-wrapper .service-logo img {
	max-width: 85% !important;
	margin: auto;
}
.footer-section {
	padding-top: 95px;
	background-size: cover;
}
.footer-logo {
	text-align: center;
}
.footer-details {
	margin-top: 20px;
	text-align: center;
}
.banner-wrapp img {
	height: 180px;
	object-fit: cover;
}
.banner-title {
	font-size: 30px;
}
.content-section {
	padding: 35px 0px 0px;
}
.event-title {
	font-size: 24px;
	padding-left: 17px;
}
.event-title::after {
	height: 22px;
	top: 6px;
}
.content-section.wrapper {
	padding: 40px 0px 0px;
}
.latest-news-heading-wrapper .latest-news-heading-title {
	font-size: 20px;
	line-height: 29px;
}
.latest-news-heading-wrapper p {
	font-size: 15px;
}
#sync2 .owl-nav button.owl-next {
	right: -20px;
	top: 5%;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 8px;
}
#sync2 .owl-nav button.owl-prev {
	left: -20px;
	top: 5%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 8px;
}
#sync1 .owl-nav button.owl-next {
	right: -30px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 25px;
}
#sync1 .owl-nav button.owl-prev {
	left: -30px;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 25px;
}
.owl-carousel-wrapper.slider-row {
	margin-bottom: 0px;
	padding-top: 15px;
}
.back-btn {
	margin-top: 25px;
}
.back-btn a {
	padding: 4px 25px;
}
.copyright-text {
	font-size: 11px;
	text-align: center;
}
.heading-title.text.title span {
	padding-left: 15px;
}
.heading-title.text.title span::after {
	left: 5px;
}
.select-box {
	width: 60%;
}
.row-latest-news-box-wrapper .col-md-4 {
	padding: 0px 0px;
}
ul.pagination {
	display: flex;
	justify-content: center;
}
.latest-news-details-row {
	padding: 18px;
}
.latest-news-details-wrapp {
	padding-left: 0px;
}
.latest-news-details-img {
	padding-bottom: 20px;
}
.latest-news-details-row .col-md-7 {
	padding: 0px 0px;
}
.btn-wrapper.btns {
	text-align: center;
	margin-top: 15px;
}
.pdf-btn {
	text-align: center;
	padding-right: 0px;
	margin-top: 15px;
}
.background-logo {
	display: none;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 333;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
ul.sub-menu li {
	border-bottom: none !important;
}
.video-wrapper iframe {
	width: 100%;
	height: 222px;
}
}
/********* Tablet Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
ul.sub-menu li {
	border-bottom: none !important;
}
.menu-two-section .menu-two-wrapper li .menu-icon {
	margin-bottom: 5px !important;
	max-width: 36px;
	margin: 0px auto;
}
.menu-two-section .menu-two-wrapper li span {
	font-size: 10px;
	letter-spacing: initial;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 333;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.background-logo {
	display: none;
}
.header-icon {
	display: none;
}
.toggle {
	right: -88px;
	top: -29px;
}
.header-section {
	padding-top: 15px;
}
.banner-section {
	margin-top: -11px;
}
#slider-latest-news .owl-nav button.owl-next {
	right: -2%;
}
#slider-latest-news .owl-nav button.owl-prev {
	left: -2%;
}
.banner-wrapper img {
	height: 400px;
	object-fit: cover;
}
.banner-title-text {
	line-height: 42px;
}
.logo {
	z-index: 666;
}
.latest-news-box-wrapper .latest-news-text span {
	padding: 0px 10px 8px;
	font-size: 15px;
	line-height: 17px;
}
.btn-wrapper {
	margin-top: 17px;
}
.video-section .col-md-7 {
	max-width: 100%;
	flex: 100%;
}
.video-section .col-md-5 {
	max-width: 100%;
	flex: 100%;
}
.video-details-wrapper {
	padding-left: 0px;
	width: 100%;
	padding-top: 60px;
}
.video-section::after {
	width: 95%;
	height: 55%;
}
.video-box-wrapper .video-wrapper {
	width: 100%;
}
.video-box-wrapper .video-wrapper img {
	width: 100%;
}
.video-section {
	padding: 30px 0px 35px;
	background-size: cover;
}
.service-section::after {
	bottom: -1px;
}
#slider-service .owl-dots {
	bottom: -36px;
}
.footer-section {
	padding-top: 100px;
	background-size: cover;
	background-position: inherit;
}
.footer-icon .header-icon {
	display: block;
}
.footer-icon .header-icon ul li {
	padding-right: 3px;
	margin-bottom: 5px;
}
.banner-wrapp img {
	height: 250px;
	object-fit: cover;
}
.content-section {
	padding: 50px 0px 25px;
}
.latest-news-heading-wrapper .latest-news-heading-title {
	font-size: 24px;
}
.select-box {
	width: 25%;
}
.latest-news-details-wrapp .latest-news-details-title span {
	display: initial;
}
.latest-news-details-wrapp {
	padding-left: 0px;
}
.latest-news-details-row {
	padding: 20px;
}
}
