/* Active breadcrumb styling (no underline, same as links) */
.breadcrumb-item.active a {
	color: #1a0dab;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

.section-awards {
	background-image: url(../images/awardsbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.nbr-logo.mobile-hide-logo {
	margin-right: 100px !important;
}

.awards-box {
	text-align: center;
	padding: 20px 30px;
	position: relative;
	width: 100%;
}

.awards-box:after,
.awards-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 1px;
	width: calc(50% - 4vw);
	background: #ffb200;
}

.awards-box:after {
	right: 0;
}

.awards-box:before {
	left: 0;
}

.awards-box .t_quote {
	height: auto !important;
	margin: -1vw auto 0;
	position: relative !important;
	top: -16px;
	margin-bottom: -15px;
}

.year {
	font-size: 30px;
	position: relative !important;
}

.py-4 {
	padding-top: 1.5rem !important;
}

.awards-block {
	text-align: center;
	margin: 0 auto;
	height: 100%;
	max-width: 370px;
	min-height: 140px;
	display: flex;
	justify-content: center;
	border: 1px solid #ffb200;
	border-top-color: transparent;
}

.award-title {
	font-family: "Forum", serif;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.awardtext {
	font-family: "Forum", serif;
	font-size: 20px;
	font-weight: 500;
}

.awards-subtitle {
	display: block;
	font-size: 16px;
	margin: 20px 0;
}

.awards-slider .owl-carousel .owl-stage {
	display: flex;
}

.awards-slider .item {
	height: 100%;
	overflow: visible;
	padding: 10px;
}

.testimonials-new-block {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.play-btn:after {
	position: absolute;
	content: "";
	background-image: url(../images/play-btn-new.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 3vw;
	height: 3vw;
	z-index: 1;
	animation: pulse-cust 2s infinite;
	border-radius: 100%;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
}

@keyframes pulse-cust {
	0% {
		-webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 30px hsla(0, 0%, 100%, 0)
	}

	to {
		-webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
	}
}

.partner-slider .owl-stage {
	display: flex;
	align-items: center;
}

.partner-logo img {
	/* max-height: 60px; */
	max-width: 150px !important;
	/* width: unset !important; */
}

.partner-slider .item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials-new-block img {
	width: 100%;
	height: 100%;
}

.partner-video-wrapper {
	margin-top: 50px;
}

.partner-logo {
	display: flex;
	align-items: center;
	height: 100%;
	max-width: 160px;
}

.partner-video {
	position: relative;
	max-width: fit-content;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

#section-client-partner {
	background: rgb(247, 242, 231);
}

.dropdowns {
	display: flex;
	gap: 10px;
	justify-content: end;
	flex-wrap: wrap;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #1e3a70;
	border: 1px solid #555;
	padding: 10px 40px 10px 12px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	min-width: 150px;
	cursor: pointer;
	outline: none;
	transition: border 0.3s, box-shadow 0.3s, background-color 0.3s;
	background-image: url(../images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px 7px;
}


select:hover,
select:focus {
	border-color: #14467a;
	box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
	background-color: #1e3a70f2;
}

option {
	background-color: #1e3a70;
	color: #fff;
	padding: 10px;
}

.content-tab {
	display: none;
	margin: 20px auto;
	transition: opacity 0.3s ease;
}

.content-tab.show {
	display: block;
	opacity: 1;
}

.construction-update-links {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}

.construction-update-links a {
	font-size: 20px;
	color: #fff;
	background: #14467a;
	padding: 8px 20px;
	border-radius: 10px;
	border: 1px solid #14467a;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.construction-update-links a:hover {
	text-decoration: unset;
	background: #fff;
	color: #14467a;
	border: 1px solid #14467a;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.construction-block img {
	width: 100%;
	height: 100%;
}

.construction-block {
	max-width: 800px;
	margin: 0 auto;
}

.construction-block p {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	color: #14467a;
}

.award-logo {
    max-width: fit-content;
    margin: 0 auto;
}

.bank-logo img {
    max-width: 100px;
}

.bank-doc-block a {
    font-size: 20px;
    font-weight: 600;
    color: #14362c;
}

.bank-doc-block a:hover {
    text-decoration: none;
    color: #9e5f27;
}

.bank-logo {
    gap: 20px;
    align-items: center;
    padding: 20px;
    border: 1px solid #00000030;
    width: fit-content;
    margin: 0 auto;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bank-logo:hover {
box-shadow:unset;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bank-logo img {border-right: 1px solid #00000030;padding-right: 15px;}





@media screen and (max-width: 1408px) {

.awards-box .t_quote {
    top: -24px;
}

}




@media screen and (max-width: 1216px) {

	.awards-box .t_quote {
 	   top: -25px;
	}

	.play-btn:after {
	    width: 4vw;
	    height: 4vw;
	}


}

@media screen and (max-width: 1024px) {
	.partner-video-wrapper {
		margin-top: 20px;
	}

	.partner-logo img {
		max-height: 40px;
		max-width: 150px !important;
		width: unset !important;
	}

	.partner-logo {
		max-width: max-content;
	}
	
	.year {
  	   font-size: 24px;
	}

	    .awards-box .t_quote {
        top: -23px;
    }

	.awards-box:after, .awards-box:before {
    	
		width: calc(50% - 5.5vw);

	}

	.play-btn {

		top: 50%; 
	}

    .play-btn:after {
        width: 6vw;
        height: 6vw;
    }

}

@media screen and (max-width: 768px) {

    .awards-box:after, .awards-box:before {
        width: calc(50% - 7.2vw);
    }

.awards-slider, .testimonial-slider {
    padding: 20px 0;
}

    .awards-box .t_quote {
        top: -26px;
    }

}

@media screen and (max-width: 575px) {

    .awards-box:after, .awards-box:before {
        width: calc(50% - 9.7vw);
    }

	.award-title {
    		font-size: 20px;

	}
    .play-btn:after {
        width: 7vw;
        height: 7vw;
    }

}

@media screen and (max-width: 575px) {

.bank-logo img {
    max-width: 80px;
}

.bank-logo {
    gap: 10px;
    padding: 8px 10px;
}

}