@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Allison&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Gothic+A1&family=Habibi&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=News+Cycle:wght@400;700&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..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..900;1,100..900&family=Sora:wght@100..800&display=swap');
body {
	font-family: "Sora", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container {
	max-width: 1280px;
}
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;
}
::-webkit-scrollbar {
width:5px
}
::-webkit-scrollbar-track {
background:#7d6d60
}
::-webkit-scrollbar-thumb {
background-image:-webkit-linear-gradient(45deg, #7d6d60, #01237c);
background-image:-o-linear-gradient(45deg, #7d6d60, #01237c);
background-image:linear-gradient(45deg, #7d6d60, #01237c)
}
/******* Menu css *******/
.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: 268px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.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: 20px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 14px;
	top: -42px;
	z-index: 9999;
	background: #1044b1;
	width: 38px;
	height: 38px;
	line-height: 39px;
	border-radius: 50%;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	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 #d5d5d5;
}
.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: 50px;
}
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.left {
	padding-left: 0px;
}
.nav_area ul li a {
	color: #000000;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 31px;
	font-weight: 500;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 6px;
	position: absolute;
	top: 4px;
	font-size: 13px;
	right: -19px;
}
.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;
}
.nav_area ul li:hover > ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-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 {
	/* transform: scaleY(1) translateZ(0); */
	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 {
	position: relative;
}
ul.sub-menu li ul.sub-menu {
	position: absolute; /**三级菜单增加*/
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 16px;
	background: #7a6a5d;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 10px 17px;
	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 #cfcfcf;
}
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;
}
.logo a {
	display: inline-block;
	max-width: 100%;
}
.nav_area > ul > li.globe-icon a {
	padding: 0px;
	font-size: 22px;
	position: relative;
	padding-left: 25px;
}
.nav_area > ul > li.globe-icon a i.fal {
	position: absolute;
	left: 0;
	top: -15px;
}
.header-section {
	position: relative;
	z-index: 333;
	width: 100%;
	left: 0;
	padding-top: 10px;
}
.header-section .container {
	position: relative;
	z-index: 666;
}
/*.header-section::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 87px;
	background-color: rgba(255,255,255,0.9);
}*/
/*>>>>>>>>> menu css and >>>>>>>>*/

/*>>>>>>>> index >>>>>>>>>*/

.banner-section {
	position: relative;
}
.slider-banner-wrapper img {
	width: 100%;
}
.slider-banner-text-wrapper {
	text-align: left;
	position: absolute;
	width: 100%;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-text .welcome-title {
	font-size: 25px;
	color: #ffffff;
	line-height: normal;
	font-style: italic;
	padding-bottom: 16px;
	padding-left: 3px;
}
.banner-text .banner-title {
	font-size: 105px;
	color: #ffffff;
	line-height: 85px;
	font-weight: bold;
	letter-spacing: 5px;
}
.banner-text p {
	font-size: 15px;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 10px;
	margin-bottom: 23px;
}
.banner-text .banner-arrow {
	padding-left: 12px;
}
.banner-text .banner-arrow img {
	max-width: 40px !important;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 30px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #343399;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button.active span::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid 1px #ffffff;
	left: -1px;
	top: -1px;
	border-radius: 50%;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0px 5px;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 0%;
	box-shadow: none !important;
	outline: none !important;
	margin: 0%;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
#sliderhome .owl-nav button span {
	width: 28px;
	height: 55px;
	display: inline-block;
	color: #343399;
	font-size: 26px;
	padding-left: 8px;
	line-height: 55px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: rgba(255,255,255,0.9);
}
#sliderhome .owl-nav button.owl-prev span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-left: 0px;
	padding-right: 8px;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	right: 0%;
	box-shadow: none !important;
	outline: none !important;
	margin: 0px;
}
#sliderhome .owl-nav button {
	border-radius: 100% !important;
}
#sliderhome .owl-nav button span:hover {
	background: #ffffff;
}
.news-details-section {
	padding: 40px 0px 65px;
}
.heading-title.text {
	text-align: center;
	margin-bottom: 35px;
	color: #000000;
}
.news-details-info-row .col-md-8 {
	padding-right: 0px;
}
.news-details-info {
	display: flex;
}
.news-details-info .date-info {
	text-align: center;
	width: 38%;
	line-height: 31px;
	color: #01237c;
	padding-top: 11px;
	font-size: 52px;
	font-family: "Overpass", sans-serif;
	font-weight: 500;/* padding-bottom: 7px; */
}
.news-details-info .date-info span {
	display: block;
	font-size: 13px;
	color: #636362;
	margin-top: 3px;
}
.news-details-info p {
	width: 100%;
	margin-bottom: 0px;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	padding-left: 12px;
	position: relative;
}
.news-details-info p::before {
	content: "";
	position: absolute;
	top: 0;
	left: -2px;
	width: 5px;
	height: 18px;
	background: #837265;
	z-index: 3;
}
.news-details-info p::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	width: 1px;
	height: 78px;
	background: #babab9;
}
.news-details-section .view-btn.wrapp {
	text-align: center;
	margin-top: 40px;
}
.aboutus-section {
	padding: 55px 0px 70px;
	background: #f0eeec;
}
.aboutus-section .container {
	max-width: 100%;
}
.aboutus-details-row {
	width: 94%;
	align-items: center;
}
.aboutus-details-row .col-md-7 {
	padding: 0px;
}
.aboutus-details-info {
	margin-left: 30px;
}
.aboutus-details-info .heading-title {
	color: #000000;
	font-weight: 300;
	margin-bottom: 11px;
}
.aboutus-details-info .heading-title span {
	/*	display: inline-block;*/
	font-weight: bold;/*	margin-left: 8px;*/
}
.aboutus-details-info p {
	font-size: 16px;
	color: #000000;
	text-align: justify;
	margin-bottom: 23px;
	line-height: 29px;
}
.view-btn.wrapp {
	text-align: left;
}
.view-btn.wrapp a {
	color: #01237c;
	border-color: #01237c;
	background: #ffffff;
}
.latest-events-section {
	padding: 35px 0px 50px;
	background-image: url(../images/background1.jpg);
	background-size: cover;
}
.heading-title {
	font-size: 35px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 15px;
}
.latest-events-box-wrapper-row {
	padding-top: 15px;
}
.latest-events-img img {
	width: 100%;
	webkit-transition: all .5s;
	transition: all .5s;
	aspect-ratio: 470 / 287;
}
.latest-events-img {
	position: relative;
	overflow: hidden;
}
.latest-events-box-text {
	padding-top: 18px;
}
.date-text {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 6px;
}
.latest-events-box-text .latest-events-box-title {
	font-size: 20px;
	color: #ffffff;
	line-height: 29px;
	padding-bottom: 5px;
}
.more-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
}
.more-btn a i.fal {
	transform: rotate(319deg);
	margin-left: 3px;
}
.view-btn {
	text-align: right;
	margin-top: 20px;
}
.view-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	padding: 6px 31px;
	border: solid 1px #ffffff;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.view-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #103eb1 30%, #103eb1);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.view-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #958373 30%, #b8a99c);
}
.view-btn a:hover {
	color: #fff;
	border: solid 1px #ffffff;
}
.social-icon ul li a:hover {
	background-color: #103eb1;
	border: solid 2px #103eb1;
}
.footer-menu ul li a:hover {
	color: #103eb1;
}
.footer-section {
	padding: 32px 0px 0px;
	background: #837265;
	background-image: linear-gradient(to right, rgba(131,114,101,0), rgba(127,104,86,22));
}
.footer-logo a {
	display: inline-block;
	max-width: 50%;
}
.footer-menu ul li a {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
}
.footer-details-info .footer-details-title {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	padding-bottom: 5px;
}
.footer-details-info ul li {
	font-size: 16px;
	color: #ffffff;
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 11px;
}
.footer-details-info ul li i {
	position: absolute;
	top: 6px;
	left: 0;
}
.footer-details-info ul li a {
	text-decoration: none;
	color: #ffffff;
}
.social-icon span {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 7px;
}
.social-icon ul li {
	display: inline-block;
	margin-right: 5px;
}
.social-icon ul li a {
	display: inline-block;
	font-size: 13px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	border: solid 2px #ffffff;
	border-radius: 50%;
}
.copyright-info {
	margin-top: 20px;
	padding: 13px 0px;
	border-top: solid 1px #ffffff;
}
.copyright-text {
	font-size: 13px;
	color: #ffffff;
}
/*>>>>>>>> index 2 >>>>>>>>>*/

.banner-wrapper img {
	width: 100%;
}
.banner-text-wrapper {
	text-align: left;
	position: absolute;
	width: 100%;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-title-text {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.content-section {
	padding: 30px 0px 60px;
}
.aboutus-details-info.wrapp {
	margin-left: 0px;
}
.section-heading {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}
.aboutus-details-info.wrapp .heading-title {
	font-size: 23px;
	letter-spacing: 2px;
	padding-top: 12px;
}
.aboutus-details-info.wrapp .video-info {
	width: 87%;
	margin: auto;
	padding-bottom: 28px;
}
.aboutus-details-info.wrapp .video-info img {
	width: 100%;
}
.imgblock img {
	width: 100%;
}
/*>>>>>>>> index 3 >>>>>>>>>*/
.content-section.wrapper {
	padding-bottom: 30px;
}
.annual-details-row ul li {
	font-size: 15px;
	color: #000000;
	position: relative;
	background: #f3f3f3;
	margin-bottom: 8px;
	padding: 10px 60px;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.annual-details-row ul li span {
	display: inline-block;
	width: 96%;
}
.annual-details-row ul li span img {
	position: absolute;
	left: 36px;
	max-width: 15px;
	top: 19px;
}
.annual-details-row ul li img {
	max-width: 25px;
}
ul.pagination {
	padding-top: 20px;
	text-align: right;
	width: 100%;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #75aee0;
	color: #fff;
	border: solid 1px #75aee0;
}
ul.pagination li.page-item a:hover {
	color: #ffffff;
	border-color: #75aee0;
	background: #75aee0;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #15457d;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	padding: 0px;
	text-align: center;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.6);
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
ul.pagination li.page-item a i {
	font-size: 16px;
}
/*>>>>>>>> index 4 >>>>>>>>>*/

.contact-details-row {
	padding: 45px 0px 60px;
}
.contact-details-info span {
	display: inline-block;
	font-size: 47px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	width: 100%;
	line-height: normal;
}
.contact-details-info p {
	font-size: 23px;
	color: #000000;
	font-weight: 600;
	line-height: 37px;
}
.contact-details-info ul li {
	font-size: 19px;
	color: #000000;
	position: relative;
	padding-left: 30px;
	line-height: 27px;
	font-weight: 300;
	margin-bottom: 21px;
}
.contact-details-info ul li i {
	position: absolute;
	top: 6px;
	left: 0;
	color: #837265;
}
.contact-details-info ul li a {
	text-decoration: none;
	color: #000000;
}
.map-wrapper img {
	width: 100%;
}
/*>>>>>>>> index 5 >>>>>>>>>*/

.events-details-info .section-heading {
	margin-bottom: 10px;
	padding-left: 39px;
	font-size: 23px;
}
.events-details-info .section-heading i.fal {
	position: absolute;
	top: 5px;
	left: 0;
	color: #205bbb;
}
.events-details-info .date-text {
	color: #1158b7;
	text-align: center;
	font-weight: 500;
}
.owl-carousel-wrapper.slider-row {
	width: 100%;
	margin: auto;
	margin-bottom: 22px;
	padding-top: 15px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -40px;
	top: 45%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -40px;
	top: 45%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 33px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 33px;
}
#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: 11px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 11px;
}
.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 {
	text-align: right;
}
.back-btn a {
	display: inline-block;
	text-transform: uppercase;
	color: #837265;
	text-decoration: none;
	font-size: 15px;
}
.back-btn a img {
	max-width: 32px;
	margin-right: 7px;
	vertical-align: bottom;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #fff;
	font-size: 13px;
}
.language-box-row {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 21px;
}
.language-box-row .language-box-icon {
	max-width: 31px;
	margin-right: 11px;
}
.menu-bar {
	padding-top: 20px;
}
/******** events-list page CSS ********/
.events-list .latest-events-box-text .date-text {
	color: #1158b7;
}
.events-list .latest-events-box-text .latest-events-box-title {
	color: #000;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}
.events-list .latest-events-box-text .more-btn a {
	color: #000;
	border-bottom: solid 1px #1158b7;
}
.events-list .latest-events-box-text .more-btn a i {
	color: #1359b8;
}
.events-list .latest-events-box-wrapper {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin-bottom: 0;
	height: 100%;
	border-radius: 13px;
	position: relative;
	overflow: hidden;
}
.events-list .latest-events-box-text {
	padding: 20px;
}
.section-title-row-n {
	border-bottom: solid 1px #958373;
	position: relative;
	color: #000;
	margin-bottom: 32px;
	padding-bottom: 17px;
}
.section-title-row-n::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50%;
	height: 1px;
	background: #1157b7;
}
/******* Nice-select CSS  *******/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	color: #000;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: 1px solid #b2b2b4;
}
.nice-select .list {
	background-color: #fff;
	color: #000;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select .list {
	margin-top: 0;
	border-radius: 0;
	transform-origin: center center;
	-moz-transform: scale(0.9) translateY(0px);
	-o-transform: scale(0.9) translateY(0px);
	-ms-transform: scale(0.9) translateY(0px);
	-webkit-transform: scale(0.9) translateY(0px);
	transform: scale(0.9) translateY(0px);
	width: 100%;
	padding: 12px 0;
}
.nice-select.open .list {
	-moz-transform: scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	-webkit-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
}
.nice-select .list .option {
	line-height: 1.2;
	min-height: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nice-select::after {
	position: absolute;
	content: "\f107";
	top: 50%;
	right: 0;
	font-family: "Font Awesome 6 Pro";
	color: var(--tp-common-black);
	font-weight: 500;
	font-size: 16px;
	pointer-events: none;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	margin-top: 0;
	transform-origin: center;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nice-select.open::after {
	-moz-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}
.nice-select::after {
	right: 8px;
}
.nice-select .option.selected {
	font-weight: bold;
	color: #343399;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.select-option {
	background-image: none;
}
.select-box {
	min-width: 215px;
	float: right;
}
/******* Nice-select CSS End *******/

#news-home .owl-dots {
	display: none;
}
#news-home .owl-nav button.owl-prev {
	position: absolute;
	left: -18px;
	top: 18%;
}
#news-home .owl-nav button.owl-next {
	position: absolute;
	right: -18px;
	top: 18%;
}
#news-home .owl-nav button {
	color: #dedede;
	font-size: 31px;
	outline: none;
}
#news-home .owl-nav button i {
	font-weight: 500;
}
.nav_area ul li.menu-item-has-children:first-child {
	padding-left: 0px;
}
.iframe-map {
	width: 100%;
	height: 352px;
}
#sync1 .owl-nav button {
	background: #b2c7e5;
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #fff;
	border-radius: 100px;
	font-size: 19px;
	line-height: 35px;
}
#sync1 .owl-nav button:hover {
	background: #b2a8a0;
	color: #fff;
}
#sync2 .owl-nav button {
	color: #b2a8a0;
	margin-top: 6px;
	font-size: 32px;
}
#sync2 .owl-nav button i {
	font-weight: 400;
}
.side-menu {
	max-width: 268px;
	background: #e1e1e1;
	padding: 10px 18px;
	border-top: solid 6px #1157b7;
	min-height: 401px;
	border-radius: 13px;
}
.menu-item {
	border-bottom: 1px solid #bbb;
	padding: 10px 0;
}
.menu-title {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	font-weight: bold;
	color: #1157b7;
	position: relative;
	font-size: 17px;
}
.menu-item:nth-child(2) .menu-title {
	color: #000;/*font-weight: normal;*/
}
.arrow-submenu {
	display: inline-block;
	transition: transform 0.3s ease;
}
.arrow-submenu.rotate {
	transform: rotate(90deg); /* rotate arrow when active */
}
.submenu {
	list-style: none;
	padding-left: 15px;
	display: none;
	margin-top: 8px;
}
.submenu li {
	padding: 5px 0;
	font-size: 14px;
}
.arrow-submenu i {
	font-weight: 400;
	font-size: 18px;
}
.left-side-bar-mobile-view {
	display: none;
}
.latest-events-box-wrapper:hover .latest-events-img img {
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
#sliderhome button i {
	font-weight: 500;
}
#sliderhome .owl-nav button {
	width: 34px;
	height: 63px;
	display: inline-block;
	color: #343399;
	font-size: 32px;
	padding-left: 8px;
	line-height: 28px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: rgba(255,255,255,0.9);
	top: 42%;
	transform: translateY(-42%);
}
#sliderhome button.owl-prev {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-left: 0px;
	padding-right: 8px;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	right: 0%;
	box-shadow: none !important;
	outline: none !important;
	margin: 0px;
	padding-left: 7px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
select#language {
	outline: 0;
}
.row-latest-events-box-wrapper .col-md-4 {
	margin-bottom: 29px;
}
.contact-section-info {
	position: relative;
	margin-top: 61px;
}
.contact-details-row .col-md-12 {
	position: inherit;
}
.content-section .container {
	position: inherit;
}
.overlay-bg {
	position: absolute;
	width: 110%;
	height: 100%;
	background: #e5f3fd;
	top: 0px;
	border-top-left-radius: 141px;
	right: 0px;
	z-index: -1;
}
.banner-section {
	background-image: url(../images/bgm.jpg);
	background-size: cover;
	height: 477px;
	position: relative;
	overflow: hidden;
}
.right-side-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.right-side-img {
	position: absolute;
	right: 0px;
	width: 69%;
	height: 100%;
	top: 0;
	clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
}









/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.banner-section {
	height: auto;
}
.right-side-img {
	position: relative;
	right: 0px;
	width: 100%;
	height: 100%;
	top: 0;
}
.banner-text-wrapper {
	text-align: center;
}
.contact-details-info {
	padding-top: 30px;
	padding-bottom: 20px;
}
.overlay-bg {
	border-top-left-radius: 0;
}
.map-section {
	margin-top: 18px;
	margin-bottom: 9px;
}
.contact-section-info {
	margin-top: 28px;
}
.header-section {
	position: relative;
	padding-top: 17px;
}
.logo a {
	max-width: 251px;
}
.aboutus-details-row {
	width: auto;
}
.aboutus-details-row .col-md-7 {
	padding: 0px 15px;
}
.aboutus-details-info {
	margin-left: 0;
	padding-top: 17px;
}
.copyright-text {
	text-align: center;
	margin-bottom: 6px;
}
.besign-by {
	text-align: center;
}
.heading-title {
	text-align: center;
	font-size: 28px;
}
.latest-events-section .latest-events-box-wrapper {
	margin-bottom: 37px;
}
.view-btn {
	text-align: center;
	margin-top: 6px;
}
.banner-text .banner-title {
	font-size: 32px;
	line-height: 17px;
}
.banner-text {
	text-align: center;
}
.banner-text .welcome-title {
	font-size: 16px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.banner-text p {
	font-size: 12px;
	padding-left: 0px;
	padding-top: 10px;
	margin-bottom: 0;
}
#sliderhome .owl-dots {
	bottom: 1px;
}
.news-details-img {
	margin-top: 18px;
}
.news-details-section {
	padding: 32px 0px 41px;
}
.aboutus-section {
	padding: 55px 0px 52px;
}
.footer-logo {
	margin-bottom: 21px;
}
.footer-details-info {
	margin-top: 14px;
	margin-bottom: 30px;
}
.social-icon ul {
	margin-top: 11px;
}
.language-box-row {
	margin-left: 8px;
	padding-top: 11px;
}
.section-heading {
	font-size: 21px;
}
.section-title-row-n {
	padding-bottom: 17px;
}
.aboutus-details-info.wrapp .video-info {
	width: 100%;
	margin: auto;
	padding-bottom: 18px;
}
.imgblock-row .imgblock {
	margin-bottom: 15px;
}
.banner-title-text {
	font-size: 23px;
	letter-spacing: initial;
}
.annual-details-row ul li {
	font-size: 14px;
	margin-bottom: 8px;
	padding: 10px 8px;
	letter-spacing: initial;
	padding-left: 31px;
}
.annual-details-row ul li span img {
	left: 8px;
	top: 15px;
}
.annual-details-row ul li .pdf-icon {
	position: absolute;
	right: 8px;
	max-width: 19px;
	top: 7px;
}
ul.pagination li.page-item {
	margin: 0px 1px;
}
ul.pagination {
	text-align: center;
}
.contact-details-row {
	padding: 0px;
}
.contact-details-info p br {
	display: none;
}
.contact-details-info p {
	font-size: 21px;
	line-height: 32px;
}
.contact-details-info span {
	margin-bottom: 4px;
}
.iframe-map {
	width: 100%;
	height: auto;
}
.events-details-info .section-heading {
	margin-bottom: 10px;
	padding-left: 53px;
	font-size: 18px;
	letter-spacing: initial;
}
.events-details-info .section-heading i.fal {
	position: absolute;
	top: 5px;
	left: 19px;
	color: #205bbb;
	font-size: 32px;
}
.event-detail-slider {
	padding: 0px 30px;
}
#sync2 .owl-nav button {
	font-size: 25px;
}
#sync2 .owl-nav button.owl-prev {
	top: -5px;
}
#sync2 .owl-nav button.owl-next {
	top: -5px;
}
.select-box {
	min-width: 195px;
	float: none;
	margin: 0px auto;
	display: inline-block;
	width: 100%;
	margin-top: 7px;
}
.side-menu {
	max-width: 100%;
	min-height: auto;
	margin-bottom: 27px;
	float: left;
	width: 100%;
}
.left-side-bar-desktop-view {
	display: none;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title {
	width: 100%;
	background: #1157b7;
	padding: 8px 13px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	letter-spacing: 1px;
}
.left-side-bar-mobile-view .left-side-bar-mobile-view-title i.fa {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.left-side-bar-mobile-view {
	margin-bottom: 13px;
	float: left;
	width: 100%;
}
.left-side-bar-mobile-view {
	display: block;
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
}


/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-row .col-md-4, .header-row .col-md-8 {
	max-width: 50%;
	flex: auto;
}
.banner-section {
	height: auto;
}
.right-side-img {
	position: relative;
	right: 0px;
	width: 100%;
	height: 100%;
	top: 0;
}
.banner-title-text {
	text-align: center;
}
.overlay-bg {
	border-top-left-radius: 0;
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
.toggle {
	right: 14px;
	top: 13px;
}
.logo a {
	max-width: 100%;
	margin-top: 4px;
}
.banner-text {
	text-align: center;
}
.banner-text .banner-arrow {
	padding-left: 0px;
	display: inline-block;
}
#sliderhome .owl-dots {
	bottom: 3px;
	width: 100%;
}
.banner-text .banner-title {
	font-size: 70px;
}
.aboutus-details-row .col-md-7 {
	padding: 0px 15px;
	max-width: 100%;
	flex: auto;
}
.aboutus-details-row .col-md-5 {
	max-width: 100%;
	flex: auto;
}
.aboutus-details-info {
	margin-left: 0;
	margin-top: 35px;
}
.aboutus-details-row {
	width: auto;
}
.view-btn {
	text-align: center;
	margin-top: 43px;
}
.social-icon ul li {
	margin-right: 5px;
	margin-bottom: 11px;
}
.annual-details-row ul li {
	font-size: 15px;
	padding: 10px 28px;
	letter-spacing: initial;
	display: flex;
	align-items: center;
}
.annual-details-row ul li span img {
	left: 7px;
	max-width: 15px;
	top: 20px;
}
.event-detail-slider {
	padding: 0px 40px;
}
#sync2 .owl-nav button.owl-prev {
	top: 12%;
}
#sync2 .owl-nav button.owl-next {
	top: 12%;
}
}


/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.banner-text {
	padding: 0px 30px;
}
.event-detail-slider {
	padding: 0px 60px;
}
.overlay-bg {
	border-top-left-radius: 0;
}
.banner-section {
	height: 356px;
}
}
 @media only screen and (min-width: 1400px) and (max-width: 2500px) {
.banner-section {
/*height: 600px;*/
}
.right-side-img {
	position: absolute;
	right: 0px;
	width: 63%;
	height: 100%;
	top: 0;
	clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
}
}
