/* banner-section */
.banner-section {
	height: 100vh;
	max-height: 600px;
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.banner-section .banner-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.banner-section .video-wrapper {
	height: 100%;
	width: 100%;
}

.banner-section .video-wrapper .video-player {
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-section .video-wrapper .parallax-bg {
	height: 110%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -5%;
}


.banner-slider,
.banner-slider .slick-list,
.banner-slider .slick-track {
	height: 100%;
	width: 100%;
}


.banner-section .video-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom,
			rgba(240, 240, 240, 0.9) 0%,
			/* soft grey top */
			rgba(240, 240, 240, 0.6) 40%,
			rgba(240, 240, 240, 0.3) 70%,
			rgba(240, 240, 240, 0) 100%);
	z-index: 1;
	pointer-events: none;
	display: none;
}


/* people-section */
.people-listing.row {
	margin-left: -5px;
	margin-right: -5px;
}

.people-listing {
	margin-top: 0px;
}

.people-listing .people-grid {
	margin: 0 0 30px;
	padding: 0 5px;
}

.people-grid .team-bg {
	padding-bottom: 0px;
	position: relative;
	transition: padding 0.5s;
	overflow: hidden;
	height: 100%;
}

.people-grid .people-detail-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 1;
}

.people-grid .team-img {
	padding-bottom: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.people-grid .team-img img {
	font-family: "object-fit: cover;";
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.people-grid .team-desc {
	padding: 14px 0px 0;
	position: static;
}

.people-grid .team-desc h4 {
	font-weight: 700;
	margin: 0;
	color: var(--primaryColor);
	font-size: 18px;
	font-family: var(--secondayFont);
}

.people-grid .team-desc small {
	display: block;
	padding: 5px 0 12px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
}


.people-grid .team-bg .team-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.people-grid .team-bg:hover .team-img::before {
	-webkit-animation: shine 0.75s;
	animation: shine 0.75s;
}


@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}






/* investor relation section  */


.link-list-col .link-list-title {
	display: block;
	font-size: 18px;
	color: var(--colorMapBG);
	text-transform: uppercase;
	letter-spacing: var(--letterSpacing);
	margin-bottom: 40px;
	font-weight: 600;
}


.link-list-col ul.link-listing {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}


.link-list-col ul.link-listing li {
	margin-bottom: 22px;
}


.link-list-col .btn-blue .arrow-icon svg path {
	fill: currentColor;
	stroke: currentColor;
}


.link-list-wrapper .link-list-col:nth-child(2) .col-inner {
	padding-left: 35px;
	border-left: 1px solid #B7BDCF;
	height: 100%;
}


.link-list-wrapper .link-list-col:nth-child(2) .btn {
	background-color: var(--colorBlue900);
	border-color: var(--colorBlue900);
	color: var(--colorWhite);
}

.link-list-wrapper .link-list-col:nth-child(2) .btn:hover {
	border-color: var(--colorThird);
	color: var(--colorThird);
	background-color: transparent;
}


.link-list-wrapper .link-list-col:nth-child(2) .btn:hover .arrow-icon svg {
	fill: var(--colorBlue900);
	stroke: var(--colorBlue900);
}


.link-list-col .btn .download-icon svg .cls-1 {
	fill: #fff;
	transition: fill 0.3s ease;
}


.link-list-col .btn:hover .download-icon svg .cls-1 {
	fill: #0019ff;
}


@media only screen and (max-width: 767px) {
	.link-list-wrapper .link-list-col:nth-child(2) .col-inner {
		padding-left: 0;
		border-left: 0;
		padding-top: 30px;
		margin-top: 10px;
		border-top: 1px solid #B7BDCF;
	}
}



/* news*/


.news-listing-wrap .news-list-single:not(:last-child) {
	margin-bottom: 30px;
}

.news-content .news-date,
.news-list-single .news-date {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.news-listing-wrap .news-date span {
	display: inline-block;
	padding: 0;
	margin-right: 14px;
	border-radius: 7px;
	color: var(--colorThird);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: var(--letterSpacing);
	margin-bottom: 5px;
	position: relative;
}

.news-listing-wrap .news-date span:not(:last-child):before {
	content: '/';
	position: absolute;
	right: -9px;
	top: 46%;
	transform: translateY(-50%);
	letter-spacing: 0;
	font-size: 16px;
	color: #8285a5;
}

.news-listing-wrap .news-date .tag-normal-text,
.news-listing-wrap .news-date .date-text {
	color: #8285a5;
	background-color: transparent;
	letter-spacing: unset;
	text-transform: capitalize;
}

.news-listing-wrap .news-date span.tag-text {
	font-size: 14px;
}


.news-list-single .news-title {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 0;
}

.news-listing-wrap .news-list-single .news-title a {
	color: var(--primaryColor);

}

.news-listing-wrap .news-list-single .news-title a:hover {
	color: var(--colorThird);
}

.news-listing-wrap .contact-info a {
	color: var(--colorThird);
}


/* details page */

.detail-section .title-wrap .title-top-small {
	font-size: 20px;
}

.detail-section .title-wrap a.title-top-small {
	color: var(--primaryColor);
}

.detail-section .title-wrap .title-top-small {
	letter-spacing: var(--letterSpacing);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}

.detail-section .title-wrap .section-title.mb-60 {
	margin-bottom: 60px;
}

.detail-row-wrapper {
	max-width: 1070px;
	margin: auto;
}

.detail-content-left .people-img {
	border-radius: 5px;
	overflow: hidden;
}

.detail-content-left .people-img img {
	width: 100%;
}


.detail-content-right {
	font-size: 22px;
	padding-left: 35px;
}

.detail-content-right .detail-content-inner {
	margin-bottom: 70px;
}

.people-related-info ul {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}

.people-related-info ul li {
	font-weight: 700;
	margin-bottom: 4px;
	line-height: 1.4;
}

.detail-row-wrapper .small-title.title-uppercase {
	letter-spacing: 0.1em;
	font-family: var(--secondayFont);
	font-size: 18px;
	color: #4e8dc4;
	font-weight: 500;
}

.detail-row-wrapper .small-title {
	margin-bottom: 20px;
	margin-top: 40px;
}


/* news detail */

.title-wrap .breadcrumb-wrapper {
	font-size: 26px;
	color: #8285a2;
}

.title-wrap .breadcrumb-item {
	padding-left: 0;
	padding-right: 8px;
	margin-bottom: 4px;
	font-weight: 400;
}

.title-wrap .breadcrumb-wrapper .breadcrumb-item a {
	font-size: 24px;
	text-transform: uppercase;
	color: var(--colorThird);
	font-weight: 500;
	letter-spacing: var(--letterSpacing);
}

.title-wrap .breadcrumb-item+.breadcrumb-item::before {
	color: #8285a2;
}

.sharePage:first-child {
	padding-top: 0;
}

.sharePage {
	padding: 20px 0;
}

.sharePage h4 {
	border-top: 1px solid #726e6a;
	padding-top: 10px;
	color: #8285a5;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--secondayFont);
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: var(--letterSpacing);
}

.sharePage ul {
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	border: none;
}

.sharePage ul li {
	display: inline-block;
	margin-right: 5px;
	list-style-type: none;
	color: #5e4f47;
	font-size: 20px;
	padding: 0;
	border: none;
	word-wrap: break-word;
}

.sharePage ul li a {
	background: #4e8dc4;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}

.news-detail-section .news-sidebar-col .media-content-wrap {
	margin-top: 60px;
}

.news-sidebar-col .media-content-wrap {
	padding-bottom: 80px;
}

.news-sidebar-col .sidebar-title {
	font-size: 24px;
	margin-bottom: 5px;
	color: var(--primaryColor);
	font-weight: 300;
	margin-bottom: 15px;
}

.media-content-single .headline {
	font-size: 16px;
	margin-bottom: 10px;
}

.media-content-single .media-content-title {
	font-size: 14px;
	color: #8285a5;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-family: var(--secondayFont);
	font-weight: 500;
	letter-spacing: var(--letterSpacing);
}


.media-content-single .content-list-single {
	font-size: 14px;
	margin-bottom: 15px;
}

.media-content-single .content-list-single:last-child {
	margin-bottom: 0;
}

.media-content-single .content-list-single ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin: 0;
	border: none;
}

.media-content-single .content-list-single ul li {
	margin-bottom: 2px;
	border: none;
	padding: 0;
}

.detail-content-left li {
	list-style: none;
	display: flex;
	align-items: center;
}

.news-detail-img {
	margin-bottom: 50px;
	position: relative;
}

.news-detail-right .news-detail-img img {
	width: 123%;
	max-width: 123%;
}

.sharePage ul li a.mailIco:hover {
	background: #eb1c36;
}

.sharePage ul li a.linkIco:hover {
	background: #0177b5;
}

.sharePage ul li a.fbIco:hover {
	background: #48659f;
}

.sharePage ul li a.twtIco:hover {
	background: #55acee;
}

.media-content-single .content-list-single ul li a:hover {
	color: var(--colorThird);
}

.contact-section .contact-info a {
	color: var(--colorThird);
}


.contact-section .contact-info a:hover {
	text-decoration: underline;
}



.bottom-header .navbar .text-logo {
	font-size: 46px;
	font-weight: 600;
	font-family: var(--secondayFont);
}

.scrolled .bottom-header .navbar .text-logo {
	font-size: 34px;
	transition: font-size 0.3s ease;
	max-width: auto;
}


footer .copyright-wrap .row {
	align-items: center;
}

.contact-section+.site-footer .footermenu li {
	margin-right: 30px;
}

.site-footer .footermenu li {
	margin-bottom: 10px;
}

footer ul.social-icon {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 15px;
	margin-bottom: 0;
	justify-content: flex-end;
	padding-left: 0;
}


footer ul.social-icon li a {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	display: block;
	background-color: var(--primaryColor);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none !important;
}

footer ul.social-icon li a:hover {
	background-color: var(--colorThird);
	color: #fff;
}


header:not(.scrolled) .bottom-header .navbar .text-logo{
	    color: var(--colorWhite);
}
header:not(.scrolled) .bottom-header a,
header:not(.scrolled) .bottom-header a:hover {
	color: var(--colorWhite);
}

header:not(.scrolled) .bottom-header .navbar-nav>li a:before {
	background-color: var(--colorWhite)
}

header:not(.scrolled) .bottom-header .navbar-collapse {
	border-bottom-color: var(--colorWhite);
}

header:not(.scrolled) .more-menu-link span {
	background: #fff;
}