@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham Book.eot');
    src: url('fonts/Gotham Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham Book.woff2') format('woff2'),
        url('fonts/Gotham Book.woff') format('woff'),
        url('fonts/Gotham Book.ttf') format('truetype'),
        url('fonts/Gotham Book.svg#Gotham Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/Gotham Bold.eot');
    src: url('fonts/Gotham Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham Bold.woff2') format('woff2'),
        url('fonts/Gotham Bold.woff') format('woff'),
        url('fonts/Gotham Bold.ttf') format('truetype'),
        url('fonts/Gotham Bold.svg#Gotham Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('fonts/Gotham Medium.eot');
    src: url('fonts/Gotham Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham Medium.woff2') format('woff2'),
        url('fonts/Gotham Medium.woff') format('woff'),
        url('fonts/Gotham Medium.ttf') format('truetype'),
        url('fonts/Gotham Medium.svg#Gotham Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Light';
    src: url('fonts/Gotham Light.eot');
    src: url('fonts/Gotham Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham Light.woff2') format('woff2'),
        url('fonts/Gotham Light.woff') format('woff'),
        url('fonts/Gotham Light.ttf') format('truetype'),
        url('fonts/Gotham Light.svg#Gotham Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	font-family: sans-serif;
	color: #000000;
	background-color: #ffffff;
}
a, a:hover, a:focus {
	color: #49A441;
  display: inline-block;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: sans-serif;
    font-weight: bold !important;
}
.fw-normal {
    font-family: sans-serif;
	font-weight: normal;
}
.fw-bold, b, strong {
    font-family: sans-serif;
	font-weight: bold;
}
.fw-medium {
    font-family: sans-serif;
	font-weight: 700;
}
.text-primary {
	color: #009437 !important;
}
.text-secondary {
	color: $081B30 !important;
}
.text-yellow {
	color: #ffcc00;
}
.text-dark-blue {
	color: #081B30;
}
.bg-primary {
	background-color: #F0C000 !important;
}
.bg-secondary {
	background-color: #081B30 !important;
}
.bg-dark-blue {
	background-color: #2b4c9b;
}
.bg-yellow {
	background-color: #fab712 !important;
}
.bg-blue-yellow {
	background-image: url('/images/default-source/itma2025/bgd-blue-yellow.jpg')	
}
.bg-light-blue-pink {
	background-image: url('/images/default-source/itma2025/bgd-light-blue-pink.jpg');
	background-position: center;
}
.btn-primary {
	color: #fff;
	background-color: #009437;
	border-color: #009437;
}
.btn-primary.disabled {
	color: #fff;
	background-color: #009437;
	border-color: #009437;
	opacity: 1;
}
.btn-primary:hover, .btn-primary:focus {
	color: #009437;
	background-color: #fff;
	border-color: #009437;
}
.btn-green {
	color: #fff;
	background-color: #009437;
	border-color: #009437;
}
.btn-green:hover, .btn-green:focus {
  color: #fff;
	background-color: #009437;
	border-color: #009437;
}
.btn-light-blue {
	color: #fff;
	background-color: #68c6e0;
	border-color: #68c6e0;
}
.btn-light-blue:hover, .btn-light-blue:focus {
  color: #fff;
	background-color: #68c6e0;
	border-color: #68c6e0;
}
.text-green {
	color: #009437;
}
.bg-light {
	background-color: #F6F6F6 !important;
}
.bg-light-blue {
	background-color: #68c6e0;
}
.bg-pink {
	background-color: #c84793 !important;
}
.bg-blue {
	background-image: url('/images/default-source/itma2025/bgd-blue.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.bgd-pink {
	background-image: url('/images/default-source/itma2025/bgd-pink.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #fff;
}
li {
	padding-left: 0.5rem;
}
.magazine {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
@media (min-width: 992px) {
	body {
		font-family: 'Gotham Book', sans-serif;
	}
	h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	    font-family: 'Gotham Bold', sans-serif;
		font-weight: normal;
	}
	.fw-normal {
	    font-family: 'Gotham Book', sans-serif;
		font-weight: normal;
	}
	.fw-bold, b, strong {
	    font-family: 'Gotham Bold', sans-serif;
	    /* font-weight: normal !important; */
	}
	.fw-medium {
	    font-family: 'Gotham Medium', sans-serif;
		font-weight: normal;
	}
}
@media (min-width: 1200px) {
	.container-narrow {
		max-width: 1140px;
	}
	.bg-blue {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.bg-pink {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
/* Navbar */
.navbar-brand {
	margin-right: 0;
}
.navbar-nav .nav-link {
    font-size: 14px;
}
.navbar-nav.navbar-nav-zh .nav-link {
    font-size: 16px;
}
.navbar-nav .dropdown-toggle::after {
    vertical-align: middle;
    content: '';
    border: 0;
}
.navbar-nav .dropdown-toggle.active::after,
.navbar-nav .dropdown-toggle:hover::after,
.navbar-nav .dropdown-toggle:focus::after {
    content: '';
}
/*
.navbar-nav .dropdown-toggle::after {
    vertical-align: middle;
    content: url('../../../../../images/chevron-down-solid.svg');
    border: 0;
}
.navbar-nav .dropdown-toggle.active::after,
.navbar-nav .dropdown-toggle:hover::after,
.navbar-nav .dropdown-toggle:focus::after {
    content: url('../../../../../images/chevron-down-solid.svg');
}
*/
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show>.nav-link, 
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #6254A3;
}
.navbar .megamenu{
	padding: 1rem;
	color: #000000;
	border-radius: 0;
	background-color: #F2F2F2;
	border-color: #F2F2F2;
}
.megamenu-headers {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid #081B30
}
.navbar .megamenu .row a {
	color: #000;
	text-decoration: none;
	display: block;
}
.navbar .megamenu .row a:hover {
	color: #6254A3;
}
@media (min-width: 992px) {
	.navbar .megamenu{
		padding: 1.75rem 1rem;
	}
	.megamenu-headers {
		flex-direction: row;
		justify-content: space-between;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.navbar .megamenu .container {
		width: 80%;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.btn-nav-register {
		height: 42px;
		width: 180px;
		margin: 0 auto;
	}
}
@media (min-width: 1400px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-left: .25rem;
		padding-right: .25rem;
	}
}
@media (min-width: 1600px) {
	.navbar .megamenu .container {
		width: 70%;
	}
}
@media (min-width: 1900px) {
	.navbar .megamenu .container {
		width: 60%;
	}
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */
/* end of Navbar */
/* Upcoming Events Countdown */
.event-notification {
	color: #fff;
	text-align: center;
}
.event-title {
	font-size: 18px;
	margin-bottom: 0;
	margin-right: 1rem;
}
.countdown {
	font-size: 18px;
	display:flex;
	justify-content:center;
	align-items: center;
	background-color: transparent !important;
}
.countdown-number {
    font-family: 'Gotham Bold';
	font-size: 24px;
	color: #ef4055;
	margin-right: .75rem;
}
.countdown-label {
    font-family: 'Gotham Book';
	font-size: 14px;
	text-align:center;
	text-transform: uppercase;
	display: block;
	clear: both;
}
.countdown > div:not(:last-child) .countdown-label {
	margin-right: 1.25rem;
}
/*
.countdown > div:not(:last-child) {
	margin-right: .75rem;
}
.countdown span {
    font-weight: 700;
    font-size: 46px;
	line-height: 46px;
    text-align: center;
    display: inline;
    width: 3rem;
}
.countdown .divider {
    font-weight: 700;
    font-size: 1rem;
    line-height: 3rem;
}
*/
@media (min-width: 992px) {
	.event-notification {
		color: #fff;
		display: flex;
		align-items: center;
		margin-bottom: 0;
	}
	.countdown {
		font-size: 18px;
		display:flex;
		justify-content:start;
		align-items: center;
		margin-right: 1rem;
	}
}
/* end of Upcoming Events Countdown */
/* Notifications */
.notification-dropdown {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 1.5rem;
}
.notification-dropdown a {
	color: #fff;
}
.notification-bell {
	position: relative;
}
.notification-number {
    font-family: 'Gotham Bold';
    font-size: 11px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -14px;
    height: 24px;
    width: 24px;
    background-color: red;
    padding: .5rem;
    border-radius: 50%;
}
.notification-button {
    font-size: 1rem;
    color: #fff;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.notification-button::after {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}
.notification-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}
#notificationPanel {
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 1200px) {
	.notification-dropdown {
		justify-content: flex-end;
		margin-top: 0;
	}
}
/* end of Notifications */
/* Login bar */
#collapseLogin, #collapseLanguages {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #000;
  color: #fff;
  padding-bottom: .5rem;
}
#collapseLanguages .dropdown-item {
  color: #fff;
  padding: .25em 0.5em;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #333;
}
/* end of Login bar */
/* Add to calendar */
.add-to-calendar {
	background-color: rgb(33, 37, 41);
}
@media (min-width: 768px) {
	.add-to-calendar {
		background-color: transparent;
		/* margin-left: -18px; */
	}
	.banner-home .add-to-calendar {
		position: absolute;
		top: 10%;
		left: 21%;
	}
}
@media (min-width: 992px) {
	.banner-home .add-to-calendar {
		top: 14%;
		left: 22.5%;
	}
}
@media (min-width: 1200px) {
	.banner-home .add-to-calendar {
		top: 16%;
		left: 24%;
	}
}
@media (min-width: 1600px) {
	.banner-home .add-to-calendar {
		top: 19%;
		left: 24.5%;
	}
}
/* end of Add to calendar */
/* Home Page */
.bg-launch {
	/* background-image: url('/images/default-source/itma2025/bgd-launch.jpg'); */
	background-size: cover;
}
.bg-key-exhibitor {
	background-image: url('/images/default-source/itma2025/bgd-key-exhibitor.jpg');
	background-size: cover;
	color: #fff;
}
.bg-qualified {
	background-color: #F6F6F6;
}
.bg-stand-space {
	background-image: url('/images/default-source/itma2025/bgd-stand-space.jpg');
	background-size: cover;
	color: #fff;
}
.bg-passion {
	background-image: url('/images/default-source/itma2025/bgd-singapore.jpg');
	background-size: cover;
	color: #fff;
}
.bg-testimonials {
	background-color: #F6F6F6;
}
.bg-logos {
    font-family: sans-serif;
	font-weight: 700;
	color: #343434;
}
.bg-logos .associates {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.bg-logos .associates img {
	margin-left: .5rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
}
.bg-logos .associates img:first-child {
	margin-left: 0;
}
.bg-logos .associates img:last-child {
	margin-right: 0;
}
.bg-logos .owners, .bg-logos .organisers  {
	text-align: center;
}
@media (min-width: 768px) {
	.bg-logos .owners, .bg-logos .organisers  {
		display: flex;
		justify-content: space-between;
		text-align: left;
	}
	.bg-logos .owners {
		/* margin-right: 1rem; */
	}
	.bg-logos .organisers {
		/* margin-left: 1rem; */
	}
	.bg-logos .associates {
		justify-content: space-between;
	}
	.bg-logos .associates img {
		margin: 0;
	}	
}
@media (min-width: 992px) {
	.bg-logos {
	    font-family: 'Gotham Medium', sans-serif;
		font-weight: normal;
	}
	.bg-launch {
		height: 629px;
		display: flex;
		align-items: center;
	}
	.bg-key-exhibitor {
		height: 699px;
		display: flex;
		align-items: center;
	}
	.bg-stand-space {
		height: 430px;
		display: flex;
		align-items: center;
	}
	.bg-passion {
		height: 699px;
		display: flex;
		align-items: center;
	}
	.bg-logos .owners {
		/* margin-right: 2.5rem; */
	}
	.bg-logos .organisers {
		margin-left: 2.5rem
	}
}
@media (min-width: 1200px) {
	.bg-qualified {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
}
/* end of Home Page */
/* About */
.banner-main {
	background-image: url('/images/default-source/itma2025/banner-main-inside.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #fff;
}
.banner-about-RI {
	background-image: url('/images/default-source/itma2025/bgd-about-RI.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #fff;
}
.banner-about-sg-numbers {
	background-image: url('/images/default-source/itma2025/bgd-about-sg-numbers.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #fff;
}
.banner-about-passion {
	background-image: url('/images/default-source/itma2025/bgd-about-passion.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #fff;
}
#carouselSectors .item img {
	width: 100px;
	margin: 0 auto .5rem;
}
.table>:not(caption)>*>* {
	padding: .75rem .75rem;
	border-bottom-width: 0;
}
.table-products {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 80%;
}
.table-products th {
	background-color: #353535;
	color: #fff;
}
.table-products td {
	background-color: #F9F9F9;
}
.table-products th:first-child,
.table-products td:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 25%;
}
.table-products th:nth-child(2),
.table-products td:nth-child(2) {
	width: 30%;
}
.table-products th:nth-child(3),
.table-products td:nth-child(3) {
	width: 15%;
}
.table-products th:last-child,
.table-products td:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 30%;
}
.table-products .product-icon {
	width: 32px;
}
.table-products a {
	color: #49A441;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.table-products .accordion-item {
	margin-bottom: .5rem;
}
.table-products .accordion-button {
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.table-products .accordion-button.disabled::after {
    background-image: none;
}
.table-products a::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.table-products a:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.table-products .accordion-body {
	padding: .75rem 1.25rem;
}
.table-product-category {
	margin-bottom: 0;
}
.table-product-category td {
	background-color: transparent;
	color: #fff;
	padding: 0;
}
.table-products .table-product-category td:first-child {
	width: 5%;
}
.table-product-description {
	margin-bottom: 0;
}
.table-product-description td {
	background-color: #fff;
	padding: 0;
}
.table-products .table-product-description td:first-child {
	width: 5%;
}
@media (min-width: 1200px) {
	.table-products {
		font-size: initial;
	}
	.table-products img {
		width: 50%;
	}
	.table-products th:first-child,
	.table-products td:first-child {
		width: 11%;
	}
	.table-products th:nth-child(2),
	.table-products td:nth-child(2) {
		width: 20%;
	}
	.table-products th:nth-child(3),
	.table-products td:nth-child(3) {
		width: 7%;
	}
	.table-products th:last-child,
	.table-products td:last-child {
		width: 63%;
	}
	.table-products .product-icon {
		width: 46px;
	}
}
@media (min-width: 1600px) {
	.banner-main
	{
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}
/* end of About */
/* Media Section */
.accordion-button {
	background-color: #353535;
	color: #fff;
	border-radius: calc(4px - 1px);
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #49A441;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item {
	margin-bottom: 1rem;
	border: 0;
}
.accordion-body {
	padding: 1.25rem 1.5rem;
	border: 1.5px solid #49A441;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.accordion ul {
	padding-left: 1rem;
}
/* end of Media Section */
/* Resources */
    .filter .top-side {
        text-align: center;
    }

        .filter .top-side .title {
            font-weight: 500;
            font-size: 15px;
            display: inline-block;
        }

            .filter .top-side .title::after {
                content: "";
                display: block;
                width: 50%;
                border-bottom: 1px solid #494949;
                margin: 8px auto;
            }

        .filter .top-side h2 {
            font-weight: 700;
        }

    .filter.portfolio .filters {
        text-align: center;
        position: relative;
    }

        .filter.portfolio .filters ul {
            padding: 0;
        }

            .filter.portfolio .filters ul li {
                list-style: none;
                display: inline-block;
                margin: 0px 10px;
                cursor: pointer;
                font-size: 15px;
                position: relative;
                padding-left: 0;
            }

                .filter.portfolio .filters ul li.active {
                    color: #29578B;
                    font-weight: bold;
                    border-bottom: 2px solid;
                }

    .filter.portfolio .filters-content {
        margin-top: 50px;
        min-height: 500px;
    }

        .filter.portfolio .filters-content .show {
            opacity: 1;
            visibility: visible;
            transition: all 350ms;
        }

        .filter.portfolio .filters-content .hide {
            opacity: 0;
            visibility: hidden;
            transition: all 350ms;
        }

        .filter.portfolio .filters-content .item {
            overflow: hidden;
            margin-bottom: 30px;
            -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
            -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
            animation-duration: 0.3s;
            animation-delay: 0s;
        }

            .filter.portfolio .filters-content .item .item-box {
                text-align: center;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                overflow: hidden;
                position: relative;
                margin-bottom: 10px;
                max-height: 195px;
            }

                .filter.portfolio .filters-content .item .item-box p {
                    position: absolute;
                    z-index: 9;
                    display: none;
                }

                    .filter.portfolio .filters-content .item .item-box p a {
                        color: #ffffff;
                        visibility: visible;
                        animation: none;
                    }

                .filter.portfolio .filters-content .item .item-box img {
                    width: 100%;
                }

                .filter.portfolio .filters-content .item .item-box::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #000;
                    opacity: 0.1;
                }

                .filter.portfolio .filters-content .item .item-box .image-popup {
                    z-index: 10;
                    animation: none !important;
                }

                .filter.portfolio .filters-content .item .item-box .popup {
                    z-index: 10;
                    animation: none !important;
                }

            .filter.portfolio .filters-content .item h5.title {
                font-size: 14px;
                visibility: visible;
                animation: none;
            }

            .filter.portfolio .filters-content .item.locked .overlay-blur {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #2a578be0;
                -o-filter: blur(4px);
                -ms-filter: blur(4px);
                -moz-filter: blur(4px);
                backdrop-filter: blur(5px);
            }

            .filter.portfolio .filters-content .item.locked p {
                display: block;
                z-index: 12;
            }

            .filter.portfolio .filters-content .item.locked:hover p a {
                border-bottom: 1px solid #ffffff;
            }

            .filter.portfolio .filters-content .item.locked .item-box::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #2a578be0;
                -o-filter: blur(4px);
                -ms-filter: blur(4px);
                -moz-filter: blur(4px);
                backdrop-filter: blur(5px);
                opacity: 1;
                z-index: 11;
            }

            .filter.portfolio .filters-content .item.video {
                position: relative;
                margin-bottom: 50px;
            }

                .filter.portfolio .filters-content .item.video .item-box .popup::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "\f04b";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 600;
                    font-size: 27px;
                    background: #c7c7c79c;
                    width: 100%;
                    height: 100%;
                    color: #000;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .filter.portfolio .filters-content .item.video .item-box .popup:hover::before {
                    background: #c7c7c74c;
                    font-size: 30px;
                }
.file-table {
    max-width: 500px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

    .file-table a {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .file-table .file-download {
        animation: none !important;
        visibility: visible !important;
        padding-left: 20px;
        display: flex;
        justify-content: space-between;
    }

        .file-table .file-download::before {
            position: absolute;
            top: 49%;
            left: 0px;
            transform: translate(0px, -52%);
            display: inline-block;
            content: "\f15c";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 14px;
            color: #29578B;
        }

        .file-table .file-download .title {
            color: #29578B;
            margin-left: 0px;
            font-weight: 600;
            font-size: 14px;
            animation: none !important;
            visibility: visible !important;
        }

        .file-table .file-download .size {
            color: #29578B;
            margin-left: 50px;
            font-weight: 600;
            font-size: 14px;
            animation: none !important;
            visibility: visible !important;
        }

    .file-table:hover {
        background: #f1f1f1;
    }
@media only screen and (max-width: 480px) {
	.filter.portfolio .filters ul {
		padding: 0;
		border-bottom: 1px solid #d4d4d4;
		justify-content: flex-start;
		display: inline-flex;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
		width: 100%;
	}
}
.page-link {
    font-family: 'Gotham Bold';
	border: 0;
    color: #181818;
}
.page-link:hover {
    color: #29578B;
    text-decoration: none;
    background-color: #FFF;
    border-color: #FFF;
}
.page-item.active .page-link {
    color: #19C0F2;
    background-color: transparent;
    border-color: transparent;
}
/* end of Resources */
/* FAQ */
.tabs-section .nav-tabs {
    border-bottom: 1px solid #d4d4d4;
    justify-content: center;
}
.tabs-section .nav .nav-item .nav-link.active {
    border-bottom: 2px solid #19C0F2;
    color: #19C0F2;
}
.tabs-section .nav .nav-item .nav-link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.tabs-section .nav-tabs .nav-item {
    margin-bottom: -1px;
}
.tabs-section .nav .nav-item .nav-link {
    font-family: 'Gotham Bold';
    font-size: 14px;
    /* line-height: normal; */
    letter-spacing: 0;
    border-radius: 0;
    color: #2D2D2E;
    border: none;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 480px) {
	.tabs-section {
		position: relative;
	}
	.tabs-section .nav-tabs {
		border-bottom: 1px solid #d4d4d4;
		justify-content: flex-start;
		display: inline-flex;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
		width: 100%;
		margin-top: 50px;
	}
	.tabs-section .nav .nav-item .nav-link {
		padding: 10px 15px;
	}
	.tabs-section ul::after {
		content: "\f30a  Scroll left & right \f30b";
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		font-size: 11px;
		color: #505050;
		font-style: italic;
		position: absolute;
		left: 0;
		top: 40px;
	}
	.tabs-section.icon-tabs ul::after {
		content: "\f30a  Scroll left & right \f30b";
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		font-size: 11px;
		color: #505050;
		font-style: italic;
		position: absolute;
		left: 0;
		top: 80px;
	}
}
/* end of FAQ */
/* Contact Us */
.contact-us iframe {
	width: 100%;
	height: 600px;
}
@media (min-width: 768px) {
	.contact-us iframe {
		height: 790px;
	}
}
@media (min-width: 992px) {
	.contact-us iframe {
		height: 500px;
	}
}
@media (min-width: 1200px) {
	.contact-us iframe {
		height: 460px;
	}
}
@media (min-width: 1400px) {
	.contact-us iframe {
		height: 640px;
	}
}
@media (min-width: 1600px) {
	.contact-us iframe {
		height: 780px;
	}
}
/* end of Contact Us */
/* Footer */
footer {
    font-family: sans-serif;
	font-weight: 700;
	background-color: #F2F2F2;
	color: #666666;
}
footer .nav-link {
	padding: 0;
    font-family: sans-serif;
	font-weight: 700;
	background-color: #F2F2F2;
	color: #666666;
	white-space: nowrap;
}
footer .nav-link:hover, footer a:hover {
	color: #999999;
}
footer .fa-stack.small {
	font-size: 18px;
	color: #616161;
}
.footer-logos {
	display: flex;
	margin-bottom: 1.5rem;
	justify-content: space-between;
	align-items: center;
}
.footer-logos img {
	height: 37px;
}
.social-media {
	display: flex;
	justify-content: start;
}
@media (min-width: 768px) {
	.social-media {
		justify-content: end;
	}
}
@media (min-width: 992px) {
	footer, footer .nav-link  {
	    font-family: 'Gotham Medium';
	}
	.footer-logos {
		justify-content: start;
		margin-bottom: 0;
	}
	.footer-logos img {
		height: 50px;
		margin-right: 1.5rem;
	}
	.social-media {
		justify-content: end;
	}
}
/* end of Footer */
#myBtn {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 99;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  /* border-radius: 64px; */
}
#ot-sdk-btn {position: absolute;z-index: 1;}
/* For OneTrust Button */
.ot-sdk-show-settings {
  background-color: transparent !important;
  border-width: 0px !important;
  color: transparent !important;
  white-space: nowrap !important;
  font-weight: 400 !important;
  font-size: var(--bs-body-font-size) !important;
  padding: 0px !important;
}

.ot-sdk-show-settings:hover {
  color: transparent !important;
}
/* end of For OneTrust Button */
/* Mailing List Modal */
#mailinglist .modal-dialog {
	max-height: 80vh;
	height: calc(100% - 1rem);
}
/* end of Mailing List Modal */
/* Sustainability Logos */
.sustainability-logos {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 1200px) {
	.sustainability-logos {
		flex-direction: row;
		justify-content: space-between;
		align-items: start;
	}
}