@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');
@font-face {
	font-family: 'TitleFont';
	src: url('../fonts/MElleHK-Medium.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ContentFont';
	src: url('../fonts/MHeiHK-Medium.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ContentFont2';
	src: url('../fonts/MSungHK-Light.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ContentFont3';
	src: url('../fonts/Yu Gothic Medium.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MElleHKMediumTitle';
	src: url('../fonts/MElleHK-Medium title.TTF');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/**********简体**********/
@font-face {
	font-family: 'PingFangScSemibold';
	src: url('../fonts/PingFang SC Semibold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PingFangScRegular';
	src: url('../fonts/pingfang-sc-regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/***********繁體****************/
@font-face {
	font-family: 'MElleHKMediumTc';
	src: url('../fonts/MElleHK-Medium.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MHeiHKMediumTc';
	src: url('../fonts/MHeiHK-Medium.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	/* font-family: "Sora", sans-serif; */
	font-family: "ContentFont";
	padding-top: 120px;
}

body.sc {
	font-family: "PingFangScRegular";
	padding-top: 120px;
}
/************简体***************/
body.sc .heading-title{
	font-family: "PingFangScSemibold"!important;
}
body.sc .imgblock-text-title{
	font-family: "PingFangScSemibold"!important;
}
body.sc .font-title{
	font-family: "PingFangScSemibold"!important;
}
body.sc .font-content{
	font-family: "PingFangScRegular"!important;
}
body.sc .banner-title{
	font-family: "PingFangScSemibold"!important;
}
/************繁体***************/
body.tc {
	font-family: "MHeiHKMediumTc";
	padding-top: 120px;
}

body.tc .heading-title{
	font-family: "MElleHKMediumTc"!important;
}
body.tc .imgblock-text-title{
	font-family: "MElleHKMediumTc"!important;
}
/*body.tc .font-title{
	font-family: "MElleHKMediumTc"!important;
}*/
body.tc .font-content{
	font-family: "MElleHKMediumTc"!important;
}
body.tc .banner-title{
	font-family: "MElleHKMediumTc"!important;
}
body.tc .cms_content h1,body.tc .cms_content h2,body.tc .cms_content h3,body.tc .cms_content h4,body.tc .cms_content h5,body.tc .cms_content h6 {
	font-family: 'MElleHKMediumTc'!important;
}

/************繁体***************/
body.en {
	font-family: "MHeiHKMediumTc";
	padding-top: 120px;
}

body.en .heading-title{
	font-family: "MElleHKMediumTc"!important;
}
body.en .imgblock-text-title{
	font-family: "MElleHKMediumTc"!important;
}
body.en .font-title{
	font-family: "MElleHKMediumTc"!important;
}
body.en .font-content{
	font-family: "MElleHKMediumTc"!important;
}
body.en .banner-title{
	font-family: "MElleHKMediumTc"!important;
}
body.en .cms_content h1,body.tc .cms_content h2,body.tc .cms_content h3,body.tc .cms_content h4,body.tc .cms_content h5,body.tc .cms_content h6 {
	font-family: 'MElleHKMediumTc'!important;
}

ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
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;
}
.container {
	max-width: 1300px;
}
.container2 {
	max-width: 1720px;
}
.container3 {
	max-width: 1480px;
}
.container4 {
	max-width: 1000px;
}
/*----------------------------------------*/
/*               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;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 23px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 7px;
	top: -20px;
	z-index: 9999;
	background: #5fc6cd;
	width: 38px;
	height: 38px;
	line-height: 38px;
	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: #000;
	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 #8b8b8b;
}
.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: 41px;
}
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: 16px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 48px;
	padding-top: 41px;
}
.nav_area ul li a:hover {
	color: #1b25ab;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 8px;
	position: absolute;
	top: 43px;
	font-size: 12px;
	display: none;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
	margin-top: -30px;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: white;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	/* background: #5fc6cd; */
	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;
	left: 25px;
}
.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 ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 17px;
	background: #a7e9eb;/* color: #fff; */
}
.nav_area > ul > li ul.sub-menu li a {
	/* color: #ffffff; */
	position: relative;
	letter-spacing: 0px;
	font-weight: normal;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 9px 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 #3f9aa1; */
	/* border-left: solid 1px #3f9aa1; */
	/* border-right: solid 1px #3f9aa1; */
}
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;
	padding-bottom: 13px;
}
.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;
}
/* .mobile-menu.wrapper-menu {
	padding-top: 8px;
} */
.header-section {
	/* box-shadow: 0 1px 6px 0 rgb(32 33 36 / 48%); */
	height: 121px;
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
}
/*----------------------------------------*/
/*             Menu css End
/*----------------------------------------*/

/*----------------------------------------*/
/*           index page css
/*----------------------------------------*/
.slider-section-home {
/*margin-top: 23px;*/
}
.slider-banner-wrapper img {
	width: 100%;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 7px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #2d519f;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0px 3px;
}
#sliderhome .owl-nav {;
	display: none;
}
.banner-section {
	margin-top: 40px;
}
.banner-wrapper img {
	width: 100%;
}
.banner-section .banner-title {
	font-family: "TitleFont";
	color: #1b25ab;
	font-size: 44px;
	letter-spacing: 40px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}
.banner-section .banner-title.en {
	letter-spacing: 10px;
}
body.sc .banner-section .banner-title
{
	font-family: "PingFangScSemibold";
}
.video-section {
	padding: 43px 0px;
}
.heading-title {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #1b25ab;
	font-family: 'TitleFont';
}
.video-wrapper img {
	width: 100%;
}
.latest-news-section {
	padding-bottom: 50px;
}
.latest-news-box-wrapper {
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	padding: 12px;
}
.latest-news-img img {
	width: 100%;
}
.latest-news-box-text {
	padding-top: 8px;
}
.latest-news-box-wrapper {
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	padding: 12px;
	position: relative;
}
.latest-news-box-text {
	padding-top: 8px;
	padding-bottom: 40px;
}
.latest-news-box-text p, .latest-news-box-text .latest-news-box-title {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	font-weight: bold;
}
.btn-wrapper {
	position: absolute;
	right: 15px;
	bottom: 10px;
	text-align: right;
}
.btn-wrapper a {
	display: inline-block;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.latest-news-box-wrapper .btn-wrapper a {
	font-size: 13px;
	color: #595758;
}
.heading-wrapper {
	position: relative;
}
.heading-wrapper .btn-wrapper {
	bottom: auto;
	top: 13px;
	right: 0;
}
.footer-details-info ul li {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 3px;
}
.footer-details-info ul li a {
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none;
}
/*----------------------------------------*/
/*              index 2 css
/*----------------------------------------*/
.content-section {
	padding: 65px 0px 65px;
}
.imgblock-row {
	align-items: center;
	margin: auto;
}
.imgblock-info img {
	width: 100%;
}
.imgblock-text-info {
	text-align: center;
}
.imgblock-text-info .imgblock-text-title {
	font-size: 26px;
	color: #000000;
	padding-bottom: 10px;
}
.imgblock-text-info p {
	margin-bottom: 0px;
	font-size: 16px;
	color: #000000;
}
/*----------------------------------------*/
/*           index 3 page css
/*----------------------------------------*/
.content-section.news {
	padding: 45px 0px 100px;
}
.news-details-info .news-details-heading {
	font-size: 24px;
	padding-bottom: 7px;
	margin-bottom: 20px;
	color: #000000;
	border-bottom: solid 1px #5fc6cd;
}
.news-details-info .news-details-img img {
	width: 100%;
}
.news-details-info p {
	margin-bottom: 0px;
	font-size: 15px;
	color: #000000;
	text-align: justify;
	padding-top: 18px;
	line-height: 29px;
}
/*----------------------------------------*/
/*           index 4 page css
/*----------------------------------------*/
.select-box.info {
	position: relative;
	text-align: center;
	margin: auto;
	width: 18%;
	margin-bottom: 61px;
	float: none;
}
.form-select {
	display: block;
	width: 100%;
	padding: 7px 20px;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	background-color: #ffffff;
	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 10px;
	border: 1px solid #b2b2b4;
	border-radius: 4px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 500;
	text-align: center;
}
.row-latest-news-box-wrapper .latest-news-box-wrapper {
	margin-bottom: 28px;
}
/*----------------------------------------*/
/*           index 5 page css
/*----------------------------------------*/

.award-winner-banner {
	margin-bottom: 30px;
}
.award-winner-banner img {
	width: 100%;
}
.award-winner-details-row {
	margin-bottom: 67px;
}
.award-winner-imgblock-wrapper {
	text-align: center;
	margin-right: 10px;
}
.award-winner-imgblock-wrapper.en {
	font-family: Arial, sans-serif;
}
.award-winner-imgblock-wrapper .award-winner-imgblock img {
	width: 100%;
}
.award-winner-imgblock-wrapper span {
	display: inline-block;
	padding-top: 8px;
	font-size: 18px;
	color: #000000;
	width: 100%;
}
.award-winner-details-text p {
	margin-bottom: 0px;
	font-size: 15px;
	color: #000000;
	text-align: justify;
	line-height: 29px;
}
/* .award-winner-video {
	padding-top: 30px;
} */
.award-winner-video img {
	width: 100%;
}
/*----------------------------------------*/
/*           index 6 page css
/*----------------------------------------*/

.award-winner-imgsblock-row {
	margin-left: -7px;
	margin-right: -7px;
}
.award-winner-imgsblock-row .col-md-2 {
	padding: 0px 7px;
	margin-bottom: 14px;
}
.award-winner-imgsblock {
	border: solid 7px #f5f5f5;
}
.award-winner-imgsblock img {
	width: 100%;
}
/*----------------------------------------*/
/*           index 7 page css
/*----------------------------------------*/

.gallery-blockrow {
	align-items: center;
	margin-bottom: 80px;
}
/*----------------------------------------*/
/*           index 8 page css
/*----------------------------------------*/

.aboutus-details-row {
	width: 80%;
	margin: auto;
}
/* .aboutus-details-cont {
	text-align: center;
} */
/* .aboutus-details-cont p {
	margin-bottom: 35px;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	font-weight: 500;
} */
.aboutus-details-wrapper {
	padding-top: 75px;
	margin: 0px 100px;
}
.aboutus-details-wrapper .aboutus-logo-wrapp {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 35px;
}
.aboutus-details-wrapper .aboutus-logo-wrapp img {
	max-width: 45%;
}
.aboutus-details-wrapper p {
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	font-weight: 500;
}
.aboutus-details-info-row {
	margin-top: 190px;
	align-items: center;
}
.aboutus-img img {
	width: 100%;
}
.aboutus-details-info p {
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	font-weight: 500;
	margin-top: 2px;
}
.aboutus-details-info .heading-title {
	margin-bottom: 13px;
}
.aboutus-details-wrapper .heading-title {
	font-size: 28px;
}
.footer {
	background: #f6f6f6;
	padding: 30px 60px;
	font-size: 14px;
	color: #333;
}
.footer.sc {
	font-family: "PingFangScSemibold";
}
.footer-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 29px;
}
.footer-logo img {
	width: 100px;
	margin-bottom: 10px;
}
.footer-column h4 {
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #595758;
}
.footer-column p {
	font-size: 13px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #595758;
}
.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-column ul li {
	margin-bottom: 6px;
	color: #595758;
	font-size: 13px;
}
.footer-column ul li a {
	text-decoration: none;
	color: #595758;
	font-size: 13px;
}
.footer-column ul li a:hover {
	color: #1b25ab;
}
.footer-bottom {
	text-align: center;
	margin-top: 56px;
	font-size: 14px;
	color: #666;
}
ul.menu {
	display: inline-block;
	float: left;
	padding-left: 19px;
	width: 100%;
	text-align: left;
}
.header-right-side {
	display: inline-block;
}
ul.social-icon {
	display: flex;
}
ul.social-icon li {
    max-width: 29px;
    margin-left: 12px;
}
.header-right-side .logo2 {
	max-width: 85px;
	display: inline-block;
	margin-right: 8px;
}
nav.nav_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-right-side {
	display: flex;
	align-content: center;
	align-items: center;
	float: right;
}
.header-section .header-div1 {
	max-width: 13%;
	flex: auto;
}
.header-section .header-div2 {
	max-width: 87%;
	flex: auto;
}
.language-box-row {
	margin-left: 21px;
}
.nav_area > ul > li.menu-item-has-children:first-child {
	padding-left: 0px;
}
/*----------------------------------------*/
/*           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
/*----------------------------------------*/



ul.year-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 150px;
}
ul.year-list li {
	padding: 6px 10px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
}
ul.year-list li:hover {
	background: #f0f0f0;
}
ul.year-list li.active {
	background: #a7e9eb;
	font-weight: bold;
}
.year-img {
	padding-left: 120px;
	/* max-width: 446px; */
	max-width: 240px;
}
#latest-news .owl-dots {
	display: none;
}
#latest-news .owl-nav button.owl-prev {
	position: absolute;
	top: 40%;
	left: -23px;
	margin: 0;
}
#latest-news .owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	right: -23px;
	margin: 0;
}
#latest-news .owl-nav button {
	font-size: 36px;
	color: #585657;
	outline: 0;
}
#latest-news .owl-nav button i {
	font-weight: 300;
}
select#language {
	outline: 0;
	min-width: 55px;
	border: solid 1px #000;
	font-size: 13px;
	height: 25px;
}
.row.gallery-blockrow {
	width: 100%;
	padding-left: 219px;
	position: relative;
}
.timeline-date {
	position: absolute;
	left: 44px;
	top: 20%;
	padding-left: 14px;
}
.timeline-date span {
	color: #000;
	font-size: 20px;
	position: relative;
	font-weight: bold;
}
.timeline-date span:before {
	content: "";
	position: absolute;
	left: -40px;
	top: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #4adadb;
	box-shadow: 0 2px 8px rgb(79 140 255 / 14%);
	z-index: 3;
	transition: border 0.3s;
}
.timeline {
	position: relative;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 90px;
	left: 29px;
	width: 3px;
 height: calc(100% + -22em);
	background: #3f3f3f;
}
#latest-news .item {
	padding: 2px;
}
.btn-wrapper a:hover {
	color: #1b25ab;
}
.year-list-mobile-view {
	display: none;
}
.news .container.container3 {
    position: relative;
    /*z-index: -1;*/
}

ul.social-icon a {
    font-size: 25px !important;
    color: #595757 !important;
}
ul.social-icon a:hover {
    color: #5fc6cd !important;
}
.select-box-language a:hover {
  color: #5fc6cd !important;
}


/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.header-section .header-div2 {
	max-width: 20%;
	flex: auto;
}
.header-section .header-div1 {
	max-width: 80%;
	flex: auto;
}
.header-section {
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	height: auto;
}
.logo a {
	padding-bottom: 6px;
	max-width: 107px;
}
.latest-news-box-wrapper-row {
	margin: 0px;
}
#latest-news .owl-nav button.owl-prev {
	left: -11px;
}
#latest-news .owl-nav button.owl-next {
	right: -11px;
}
.footer {
	padding: 29px 15px;
}
.footer-logo {
	width: 100%;
	text-align: center;
}
.header-right-side .logo2 {
	display: none;
}
.header-right-side ul.social-icon {
	display: flex !important;
	justify-content: center;
}
.header-right-side {
	display: inline-block;
	width: 100%;
	margin-top: 14px;
}
.header-right-side ul.social-icon li {
	border-bottom: none;
}
.language-box-row {
	margin-left: 0;
	text-align: center;
	margin-top: 13px;
}
.award-row-new .imgblock-row:nth-child(2n) .col-md-4 {
	order: 2;
}
.award-row-new .imgblock-row:nth-child(2n) .col-md-8 {
	order: 1;
}
.award-row-new .imgblock-row .col-md-8, .award-row-new .imgblock-row .col-md-4 {
	padding: 0px;
}
.award-row-new .imgblock-row {
	border-bottom: solid 1px #a3a3a3;
	padding-bottom: 27px;
	margin-bottom: 27px;
}
.imgblock-text-info {
	padding-top: 16px;
}
.content-section {
	padding: 27px 0px 18px;
}
.content-section.news {
	padding: 27px 0px 45px;
}
.news-details-info .news-details-heading {
	font-size: 16px;
}
.row-latest-news-box-wrapper {
	margin: 0;
}
ul.year-list {
	width: 100%;
	padding-top: 1px;
	padding-bottom: 36px;
	float: left;
}
.award-winner-details-row {
	border-bottom: solid 1px #a3a3a3;
	padding-bottom: 27px;
	margin-bottom: 27px;
}
.award-winner-imgblock-wrapper {
	margin-right: 0;
}
.award-winner-imgblock-wrapper span {
	padding-top: 17px;
	font-size: 21px;
	padding-bottom: 12px;
}
.award-winner-details-text p {
	font-size: 15px;
	color: #000000;
	line-height: 30px;
}
.award-winner-imgsblock-row .col-md-2 {
	padding: 0px 4px;
	margin-bottom: 4px;
	max-width: 33.333%;
}
.year-img {
	max-width: 100%;
	padding: 0px 15px;
}
.year-img {
	padding-left: 120px;
	max-width: 100%;
	padding: 0px 15px;
	width: 100%;
	text-align: center;
}
.year-img img {
	max-width: 208px;
	margin: 0px auto;
}
.aboutus-details-row {
	width: 100%;
	margin: auto;
}
.aboutus-details-wrapper {
	padding-top: 0px;
	margin: 0px 0px;
}
.aboutus-details-wrapper .aboutus-logo-wrapp img {
	max-width: 100%;
}
.aboutus-details-info-row {
	margin-top: 29px;
}
.aboutus-details-info-row .aboutus-img {
	margin-bottom: 25px;
}
.footer-bottom {
	margin-top: 32px;
}
.header-right-side ul.social-icon li a {
	padding: 0px;
	margin: 0px 14px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
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);
}
.row.gallery-blockrow {
	padding-left: 93px;
}
.timeline-date span {
	font-size: 16px;
}
.timeline:before {
	top: 72px;
 height: calc(100% + -15em);
}
.gallery-blockrow {
	margin-bottom: 32px;
}
.imgblock-text-info p {
	font-size: 13px;
	line-height: 26px;
}
.year-list-hide {
	display: none;
}
.left-side-bar-mobile-view-title {
	width: 100%;
	background: #5fc6cd;
	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-title i.fa {
	margin-left: 12px;
	float: right;
	margin-top: 4px;
}
.year-list-mobile-view {
	display: block;
}
}


/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row-latest-news-box-wrapper {
	margin: 0;
}
.header-right-side {
	display: inline-block;
	width: 100%;
	margin-top: 14px;
}
.header-right-side .logo2 {
	display: none;
}
.header-right-side ul.social-icon {
	display: flex !important;
	justify-content: center;
}
.header-right-side ul.social-icon li {
	border-bottom: none;
}
.language-box-row {
	margin-left: 0;
	text-align: center;
	margin-top: 13px;
}
.content-section.news {
	padding: 38px 0px 50px;
}
.header-section {
	height: auto;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
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);
}
}



/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.row-latest-news-box-wrapper {
	margin: 0;
}
.nav_area > ul > li {
	padding-left: 26px;
}
.header-section .header-div2 {
	padding: 0px;
}
}
.cms_content h1, .cms_content h2, .cms_content h3, .cms_content h4, .cms_content h5, .cms_content h6 {
	font-family: 'TitleFont';
}
