/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/


/* .container-fluid {
    max-width: 1440px;
} */

.breadcrumb {
    margin-bottom: 0;
}

/*.breadcrumb-item+.breadcrumb-item::before {
    font-family: 'bootstrap-icons';
}*/

.breadcrumb-item+.breadcrumb-item::before{
	display: none;
}
.breadcrumb-item::after {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item::after {
    font-family: 'bootstrap-icons';
}

.breadcrumb .breadcrumb-item.active::after{
	display: none;
}

.breadcrumb-item{
	padding-right: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item+.breadcrumb-item{
	padding-left: 0;
	padding-right: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-item a {
    color: var(--grey1);
    text-decoration: underline;
    text-underline-offset: 0.25em !important;
    text-decoration-color: #787878;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--thm-red);
    /* var(--blk); */
    font-weight: 700;
}

.breadcrumb-bg {
    background: var(--white);/*#faefe7;*/
	border-top: 1px solid var(--grey5);
	border-bottom: 1px solid var(--grey5);
}


/*--------------------------------------------------------------
# Brand Story
--------------------------------------------------------------*/

.title-left {
    padding-left: 1.5rem;
    position: relative;
    line-height: 1;
}

.title-left::before {
    content: '';
    width: 6px;
    height: 100%;
    background: var(--thm-red);
    left: 0;
    position: absolute;
    top: 0;
}

.title-underline {
    margin-bottom: 25px;
}

.title-underline h2 {
    position: relative;
    display: inline;
}

.title-underline h2::before {
    content: '';
    width: 90%;
    height: 6px;
    background: var(--thm-red);
    left: 5%;
    position: absolute;
    bottom: -10px;
}

.ps-15 {
    padding-left: 1.5rem;
}


/* 
.philosophy-tab {
    background: url(../img/01-Quest_About-Us_BrandStory-philosophy-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
 */

.explore-sec h2.explore-title {
    margin-bottom: 60px;
}

.explore-sec h2 span {
    font-family: var(--para-font);
}


/* .explore-sec h2 span small{
} */

.explore-sec h2 span.dropdown-toggle {
    /* font-weight: 700; */
    /* font-style: italic; */
    padding-bottom: 10px;
}

.explore-sec h2 span.dropdown-toggle::after {
    content: "\f282";
    font-family: 'bootstrap-icons';
    border: none;
    font-style: normal;
    font-size: 1.8vw;
    margin-left: 1rem;
    top: 10px;
    position: absolute;
}

.explore-sec h2 span.dropdown-toggle::before {
    content: '';
    border-bottom: 2px dashed var(--grey5);
    position: absolute;
    width: 100%;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.explore-sec h2 span.dropdown-toggle::after {
    color: var(--thm-red);
    font-weight: 700;
}

.explore-sec h2 .dropdown-menu {
    border-radius: 0;
    border: 1px solid var(--grey5);
    padding: 0;
    width: 100%;
    min-width: 268px;
}

.explore-sec h2 .dropdown-menu .dropdown-item {
    font-size: 16px!important;
    color: var(--grey1);
    padding: 20px;
    border-bottom: 1px solid var(--grey5);
}

.explore-sec h2 .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #f1f1f1;
}

.explore-sec h2 .dropdown-menu .dropdown-item:hover,
.explore-sec h2 .dropdown-menu .dropdown-item:focus {
    background: #f1f1f1;
    color: var(--grey1);
}

.philosophy-rgt h3 {}


/* 
.philosophy-rgt h3:first-child {
    margin-right: 70px;
}

.philosophy-rgt h2 {
    margin-right: 70px;
} */

.philosophy-rgt {
    padding-left: 20px;
    margin-bottom: 30px;
}

.philosophy-tab {
    /* margin-top: -100px; */
    /* background: url(../img/brandstory/01-Quest_About-Us_BrandStory-philosophy-bg.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: top right; */
}

.philosophy-tab .nav-pills {
    border-left: 1px solid var(--grey2);
}

.philosophy-tab .nav-pills .nav-link {
    padding: 5px 0 10px 20px;
    border-radius: 0;
    text-align: left;
    font-family: var(--para-font);
    margin-left: -1px;
    color: var(--grey1);
    font-weight: 600;
    /*font-size: 26px;*/
    /*border-left: 6px solid transparent;*/
	position: relative;
}

.philosophy-tab .nav-pills .nav-link.active {
    background: none;
    /*border-left: 6px solid var(--thm-red);*/
    color: var(--grey1);
    font-weight: 600;
	position: relative;
}
.philosophy-tab .nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    width: 6px;
/*     height: 170%; urna - 02.09.2025 */
	height: 100%;
    background: var(--thm-red);
    left: -5px;
    top: 0;
}
.tab-text {
	display: none;
	/* hidden until the tab is active */
	padding: 0 20px;
	margin-bottom: 30px;
}
.nav-item.active .tab-text {
	display: block;
	/* show only active tab's text */
}
.feature-style-title {
    position: relative;
    max-height: 256px;
}

.feature-style-title img {
    margin-top: -100px;
}

.feature-style-para h4 {
    margin-left: 30px;
}

.roadmap-sec .border-bottom {
    border-color: var(--grey3)!important;
}

.roadmap-sec-content h3 {}


/* .roadmap-sec-content p {
    max-width: 85%;
} */


/* .roadmap-sec-content img {
    max-width: 85%;
} */

.our-value-sec-rgt-para {
    /* margin-top: 30px; */
    /* font-size: 2.8vw; */
    font-family: var(--para-font);
}

.our-value-card .card-front {
    padding: 25px;
    height: 100%;
    position: relative;
    transform: all ease-in .3s;
}

.our-value-card .card-front:hover {
    background: #fbf6f2;
}

.our-value-card .card-front .card-front-icon {
    /*  background: #f4f4f4; */
    width: 120px;
    height: 120px;
    /* border-radius: 50%; */
    margin-bottom: 30px;
    display: grid;
    align-items: center;
    text-align: center;
}


/* .our-value-card .card-front img {
    max-height: 128px;
    filter: grayscale(1);
    opacity: .6;
} */

.our-value-card .card-front:hover .card-front-icon {
    /*  background: #fbf6f2; */
}


/* .our-value-card .card-front:hover img {
    opacity: 1;
    filter: brightness(0);
} */

.our-value-card .card-front h5 {}

.our-value-card.our-value-card2 .card-front h5 {}

.our-value-card .card-front p {}

/*.our-value-card .card-front:hover h5,
.our-value-card .card-front:hover p {
    color: var(--blk);
}*/

.our-value-card .card-front .card-hover {
    position: absolute;
    background: #fbf6f2 url(../img/foundation/value-card-hover-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
    padding: 25px;
    width: 100%;
    /* calc(100% - 40px); */
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: all ease-in .3s;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.our-value-card .card-front .card-hover img {
    max-height: 188px;
    margin-bottom: 25px;
    /* filter: brightness(0) invert(1); */
}

.our-value-card .card-front .card-hover h5 {
    color: var(--thm-red);
    /* font-size: 36px;
    font-weight: 700; */
    /* max-width: 75%; */
}

.our-value-card .card-front:hover .card-hover {
    opacity: 1;
}

.our-value-card .card-front {
    /*  border-width: 1px;
    border-color: var(--thm-red);
    border-style: solid;
    border-collapse: collapse; */
}

.our-value-card-divider {
    position: relative;
}

/*.our-value-card-divider::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 1px;
    left: 0px;
    z-index: 9;
    background: var(--thm-red);
}

.our-value-card-divider::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: var(--thm-red);
    left: 50%;
    top: 0;
}*/

.aproch-card {
    background: #f6e1d0 url('../img/foundation/approach-bg-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-top: 30px;
    padding-bottom: 30px;
    /* background: #f6e1d0; */
    position: relative;
    min-height: 540px;
    overflow: hidden;
}

.aproch-card .aproch-card-top {
    /* background: #f6e1d0 url('../img/foundation/approach-bg-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top; */
    padding: 30px 30px 50px 30px;
    width: 100%;
    transition: all ease-in .3s;
    opacity: 1;
}

.aproch-card .aproch-card-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-in .3s;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 30px;
}

.aproch-card-top .title {}

.aproch-card-top .title h5 {
    color: #f9e3cc;
    background: var(--thm-red);
    display: inline;
    padding: 2px 12px;
}

.aproch-card-front-icon {
    margin-bottom: 30px;
}


/* 
.aproch-card-top .aproch-card-front-icon img {
    max-width: 300px;
} */

.aproch-card-hover .aproch-card-hover-icon img {
    max-width: 128px;
    margin-bottom: 15px;
}

.aproch-card:hover .aproch-card-hover {
    opacity: 1;
}

.aproch-card:hover .aproch-card-top {
    opacity: 0;
}

.aproch-card-hover p {
    /* height: 260px;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
}


/* .our-value-card .card-front.value-card-1 {
    border-width: 0 1px 1px 0;
}

.our-value-card .card-front.value-card-2 {
    border-width: 0 0 1px 0;
}

.our-value-card .card-front.value-card-3 {
    border-width: 0 1px 1px 0;
}

.our-value-card .card-front.value-card-4 {
    border-width: 0 0 1px 0;
}

.our-value-card .card-front.value-card-5 {
    border-width: 0 1px 1px 0;
}

.our-value-card .card-front.value-card-6 {
    border-width: 0 0 1px 0;
} */

.offering-sec {
    background: #fdf0e6;
}

.offering-sec h4 {
    /* font-size: 1.8vw; */
    line-height: 1.3;
}

.thm-btn-1 {
    border-radius: 10px;
    background: var(--thm-red);
    color: var(--white);
}

.thm-btn-4 {
    border-radius: 30px;
    background: var(--blk);
    color: var(--white);
}

.offering-card {
    background: none;
    border: 0;
    border-radius: 20px;
}

.offering-card .card-body {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}

.offering-card .card-body img {
    border-radius: 15px;
    /* max-height: 248px;
    height: 248px; */
    margin-bottom: 15px;
    max-width: 75%;
}

.offering-card .card-body .ratio.ratio-16x9{
	margin-bottom: 15px;
}

.offering-card .card-body h3 {
    /*min-height: 91px;*/
}

.offering-sec .offering-card .card-body p {
/*     min-height: 200px; */
	min-height: auto;
}

.career-sec {
    background: url(../img/brandstory/career-bg.png);
    background-size: cover;
    background-position: top;
    /*  center; */
    min-height: 900px;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #363636;
}
.career-sec2{
	padding-top: 50px;
    padding-bottom: 50px;
	background: #fdf0e6; 
}
.edge-slider-border {
    position: relative;
    margin-bottom: 0px;
}

.edge-slider-border::after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 60px;
    height: 1px;
    left: 0px;
    z-index: 9;
    background: var(--thm-red);
}

/*
.edge-slider-border::before {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0px;
    z-index: 9;
    background: var(--thm-red);
}
*/
.edge-slider {
    /* overflow: visible; */
    padding-bottom: 60px;
    position: relative;
}


/* .edge-slider:before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 60px);
    background: var(--thm-red);
    left: 50%;
} */

.edge-slider .swiper-pagination {
    bottom: 0;
    padding-bottom: 18px;
    /* border-bottom: 1px solid var(--thm-red); */
    /* #b8b8b8; */
}

.edge-slider .swiper-pagination .swiper-pagination-bullet {
    background: var(--grey2);
    /*  #b8b8b8; */
    height: 8px;
    width: 30px;
    border-radius: 5px;
    opacity: 1;
}

.edge-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--thm-red);
}


/* 
.edge-slider .edge-card {
    border-right: 1px solid var(--thm-red);
    border-left: 1px solid var(--thm-red);
} */

.edge-slider .swiper-slide:nth-child(even) .edge-card {
    border-left: 1px solid var(--thm-red);
}

.edge-card {
    /* background: #f5f7f4; */
    padding: 30px;
    padding-bottom: 96px;
    position: relative;
    overflow: hidden;
    /* border-bottom: 1px solid var(--thm-red); */
    /*border-right: 1px solid var(--thm-red);
    border-left: 1px solid var(--thm-red); */
}

.edge-card .edge-card-icon {
    width: 120px;
    height: 120px;
    /* background: #e6e6e6;
    border-radius: 50%; */
    padding: 0;
    display: grid;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.edge-card img.icon {
    /* filter: grayscale(1); */
    /* max-height: 128px;
    margin-bottom: 25px; */
}

.edge-card h4 {
    /* font-size: 30px; */
    line-height: 1.4;
}

.edge-slider .edge-card .edge-para {
/*     height: 315px; (urna - 31.10) */
	 height: 140px;
    max-height: 315px;
    line-height: 1.4;
}

.edge-card .btn {
    border-radius: 30px;
    padding: 8px 15px;
    background: transparent;
    border: 1px solid var(--thm-red);
}

.edge-card:hover .btn {
    border-color: var(--grey3);
}

.edge-card .btn img {
    width: 36px;
    transition: all ease-in .2s;
    transform: rotate(60deg);
    /* brightness(1) invert(1) */
}

.edge-card:hover .btn img {
    transform: rotate(0);
    filter: grayscale(1);
}

.edge-card .edge-slide-no {
    position: absolute;
    right: 15px;
    font-size: 128px;
    line-height: .75;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    bottom: -12px;
    /* border: 1px solid var(--thm-red); */
    text-shadow: -1px -1px 0 var(--thm-red), 1px -1px 0 var(--thm-red), -1px 1px 0 var(--thm-red), 1px 1px 0 var(--thm-red);
    color: #FFF;
}

.edge-card:hover .edge-slide-no {
    color: var(--thm-red);
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact-email-sec,
.contact-phone-sec {
    overflow: hidden;
}

.contact-sec {
    background: #faf2ed;
}

.contact-card-left-content {
    margin-left: 15%;
}

.contact-card-right {
    padding: 6vw;
	padding-bottom: 10px;
}

.contact-sec .form-control {
    border: 1px solid var(--thm-red);
    padding: 15px 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #faf2ed;
}

.contact-sec .form-check-input {
    width: 30px;
    height: 30px;
    border: 1px solid var(--thm-red);
    border-radius: 0;
    background-color: #faf2ed;
}

.contact-sec .form-check-input:checked {
    background-color: var(--thm-red);
    border-color: var(--thm-red);
}

.contact-sec .form-check-label {
    /* color: var(--grey1); */
}

.thm-btn-2 {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    background: var(--thm-red);
    color: var(--white);
    text-decoration: none;
}

.contact-sec .btn {
    margin-left: 30%;
    margin-top: 30px;
    color: var(--white);
    background: var(--grey1);
    border: 1px solid var(--grey1);
	min-width: 150px;
	text-transform: uppercase;
}

.contact-sec .btn:hover {
    color: var(--white);
    background: var(--blk);
    border: 1px solid var(--blk);
}

.contact-arrow-up {
    max-width: 48px;
}

.contact-at-img {
    max-width: 42px;
}

.contact-little-left {
    margin-left: -15px;
}

.contact-left {
    margin-left: -40px;
}

.img-recaptcha {
    width: 48px;
    height: 48px;
}


/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/

.career-h5 {
    /* max-width: 700px; */
    line-height: 1.35;
}

.career-h4 {
    /* max-width: 700px; */
}

.media-sec,
.culture-sec {
    position: relative;
}


/* 
.media-sec .container-fluid {
    position: relative;
}
 */

.media-sec .row {
    position: relative;
}

.media-sec .row::before {
    content: '';
    position: absolute;
    width: 11px;
    background: var(--thm-red);
    height: 100%;
    left: 0;
    top: 0;
}

.media-sec2 .row::before {
    display: none;
}


/* .culture-sec::before {
    content: '';
    position: absolute;
    width: 15px;
    background: var(--thm-red);
    height: 50%;
    left: 0;
    top: 0;
} */


/* .culture-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    background: var(--white);
    width: 100%;
} */

.culture-slider {
    position: relative;
    z-index: 1;
    /* padding-bottom: 70px; */
    margin-top: 30px;
    /* border-bottom: 1px solid var(--thm-red); */
}

/* .culture-slider::after {
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% - 72px);
    background: var(--grey3);
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.culture-card-img-top {
    position: relative;
}

.culture-card-img-top .slide-tag {
	display: none;
    min-width: 45%;
    max-width: 75%;
    background: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 30px 0 0;
   /* display: grid;*/
    align-items: end;
    /* width: 45%;
    background: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 30px 5px 0;
    min-height: 64px;
    text-align: center;
    display: grid;
    align-items: end; */
}

.slide-highlight-tag {
    min-height: 75px;
}

.culture-slide-card h4 {
    margin: 20px 0 15px 0;
}


/* 
.culture-slide-card {
    padding-top: 50px;
    border-top: 1px solid #b8b8b8;
} */

.culture-slider .owl-nav.disabled,
.culture-slider.owl-theme .owl-nav {
    justify-content: space-between;
    display: flex;
    text-align: center;
    align-items: center;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.culture-slider .owl-nav .owl-prev,
.culture-slider .owl-nav .owl-next {
    display: grid;
    align-items: center;
    background: var(--thm-red)!important;
    width: 60px;
    height: 60px;
    border-radius: 50%!important;
    color: var(--white)!important;
    font-size: 30px!important;
    line-height: 1.2;
    border: 5px solid var(--white)!important;
}

.culture-slider .owl-nav .owl-prev:hover,
.culture-slider .owl-nav .owl-next:hover,
.culture-slider .owl-nav .owl-prev:focus,
.culture-slider .owl-nav .owl-next:focus {
    background: #bbbbbb!important;
}

.culture-slider .swiper-button-prev,
.culture-slider .swiper-button-next {
    bottom: 0;
    top: auto;
    background: var(--thm-red);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: var(--white);
    border: 5px solid var(--white);
}

.culture-slider .swiper-button-prev:hover,
.culture-slider .swiper-button-next:hover {
    background: var(--default-color);
}

.culture-slider .swiper-button-prev:after {
    content: '\f12f';
    font-family: bootstrap-icons!important;
    left: 0;
}

.culture-slider .swiper-button-next:after {
    content: '\f138';
    font-family: bootstrap-icons!important;
    right: 0;
}

.member-say-card {
	margin: 10px;
	padding: 50px 40px 25px 60px;
	border: 1px solid var(--thm-red);
	position: relative;
}
.member-say-card-quote{
	position: absolute;
    left: -10px;
    width: 60px;
    top: 24px;
}
.member-say-card-cont p.member-say-card-cont-para {
    /*min-height: 250px;*/
    line-height: 1.3;
}

.member-say-data {
    padding-left: 0;
    margin-top: 15px;
}

.member-say-data img {
    border-radius: 50%;
    max-width: 78px;
    max-height: 78px;
    padding: 4px;
    border: 1px solid var(--thm-red);
}

.member-name {
    margin-left: 1rem;
    padding-left: .5rem;
    border-left: 6px solid var(--thm-red);
}

.value-tab {
    margin-top: 50px;
    background: none;
}

.value-tab .nav-pills .nav-link {
    color: var(--dark-grey);
    font-weight: 400;
    padding: 20px 20px;
}

.value-tab .nav-pills .nav-link.active {
    color: var(--thm-red);
}

.career-card {
    padding: 3vw 2.5vw;
    border: 1px solid var(--thm-red);
}


/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/

.questFoun-iconBg {
    width: 80%;
    margin-top: -50px;
}

.foundation-tab .nav-pills .nav-link {
    padding: 5px 20px 10px 20px;
    border-left: 6px solid transparent;
}


/* 
.our-value-card2 .card-front.value-card-1 {
    border-width: 1px 0 1px 0;
}

.our-value-card2 .card-front.value-card-2 {
    border-width: 1px 1px 1px 1px;
}

.our-value-card2 .card-front.value-card-3 {
    border-width: 1px 0 1px 0;
} */

.our-value-card2 .card-front {
    /* border-color: var(--thm-red) */
    border-top: 1px solid var(--thm-red);
    border-bottom: 1px solid var(--thm-red);
}

.our-value-card2 .card-front .card-front-icon {
    background: none;
}

.founder-msg-para-left {
    padding-left: 30%;
    margin-top: -200px;
}

.founder-msg-para-left p {
    /* min-height: 300px; */
    line-height: 1.3;
}

.founder-msg-para-left2 {
    padding-left: 30%;
    margin-top: -140px;
}

.founder-msg-para p {
    line-height: 1.3;
}

.accordion-item,
.accordion-button {
    border-radius: 0 !important;
}

.accordion-button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
	padding-left: 0;
    /* font-weight: 500; */
}

.accordion-button:not(.collapsed) {
    color: var(--thm-red);/*var(--grey1);*/
    background-color: var(--white);
    box-shadow: none;
    font-weight: 700!important;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button::after {
    content: '';
    /* left: 0; */
    width: 42px;
    height: 42px;
    /* margin-right: 15px; */
    background-size: cover;
    background-image: url(../img/accordian-btn-plus.png);
    filter: grayscale(1);
    opacity: .75;
    /* left: 0;
    position: absolute; */
    /* width: 42px;
    height: 42px;
    background-size: cover;
    background-image: url('../img/accordion-icon.png'); */
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/accordian-btn-plus.png);
    transform: rotate(0deg);
    filter: grayscale(0);
    opacity: 1;
}
.accordion-body{
	padding: 0;
}
.foundation-slider {
    position: relative;
}

.foundation-slider h3 {
    min-height: 85px;
}

.foundation-slider p {
    min-height: 85px;
}

.foundation-slider .owl-nav.disabled,
.foundation-slider.owl-theme .owl-nav {
    display: block;
    float: left;
    text-align: left;
    margin: 0;
    margin-left: 64px;
}

.foundation-slider .owl-nav .owl-prev,
.foundation-slider .owl-nav .owl-next {
    float: left;
    display: grid;
    text-align: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--white)!important;
    line-height: 0!important;
    width: 48px;
    height: 60px;
    background: #828282;
    margin: 0!important;
    border-radius: 0;
}

.foundation-slider .owl-nav .owl-prev:hover,
.foundation-slider .owl-nav .owl-next:hover,
.foundation-slider .owl-nav .owl-prev:focus,
.foundation-slider .owl-nav .owl-next:focus {
    background: var(--thm-red);
}

.media-slider .owl-nav .owl-prev {
    display: none;
}

.slider-counter {
    text-align: center;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 64px;
    height: 60px;
    display: grid;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--blk);
    background: #c0c0c0;
    font-family: var(--para-font);
    position: absolute;
}

.foundation-slider .slider-counter {
    background: #c7beb8;
}

.foundation-slider-content-section {
    position: relative;
    background: #fef2e9;
}


/* .foundation-slider-content-section::before {
    content: '';
    position: absolute;
    width: 12px;
    background: var(--thm-red);
    height: 75%;
    left: 0;
    top: 0;
} */


/* 
.foundation-slider-content-section .container-fluid {
    position: relative;
}

.foundation-slider-content-section .container-fluid::before {
    content: '';
    position: absolute;
    width: 12px;
    background: var(--thm-red);
    height: 100%;
    left: 0;
    top: 0;
}
 */


/*----------------------------------------------------------------
# Our Approach
----------------------------------------------------------------*/

.approach-sec {
    background: #faefe7;
    padding-top: 0;
    /* padding-bottom: 0; */
}

.approach-sec .approach-bg {
    background: url('../img/approach/approach-bg-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}


/* img.approach-tab-img1 {
    margin-left: -50px;
} */


/* img.approach-tab-img {
    position: absolute;
    left: -80px;
    top: 50px;
    max-width: 168px;
} */

.blending-growth-sec {
	 background: #faefe7;
/*     background: linear-gradient(0deg, rgba(234, 227, 226, 1) 0%, rgba(250, 241, 236, 1) 100%); */
    /* #faf2ed; */
    /*  #fff3e8; */
}

.blending-growth-para {
    /* position: absolute; */
    top: 0;
    /* padding-top: 48px; */
}

.blending-growth-img {
    margin-top: -120px;
}

.blending-growth-para h2 {
    margin-bottom: 40px;
}

.investment-strategy .edge-card h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
/*     min-height: 90px; */
}

.investment-strategy .edge-card .edge-card-icon {
    background: none;
    width: auto;
    height: auto;
    padding: 0;
}

.investment-strategy .edge-card img.icon {
    height: 120px;
}

.investment-strategy .edge-card .edge-para {
/*     min-height: 168px; (urna - 31.10)*/
	/*min-height: 120px;*/
}

.investment-strategy .edge-card {
    border: 1px solid var(--thm-red);
    margin: 15px;
    height: auto;
    padding: 12px;
}

.investment-strategy .edge-card .edge-slide-no {
    color: var(--white);
}

.investment-strategy .edge-card:hover .edge-slide-no {
    color: var(--thm-red);
}

/*.investment-strategy .col-md-6:nth-of-type(even) {
    border-left: 1px solid var(--thm-red);
}*/

.underline_red {
    text-decoration: underline;
    text-underline-offset: 0.25em !important;
    text-decoration-color: var(--thm-red);
}

.underline_drk_grey {
    text-decoration: underline;
    text-underline-offset: 0.25em !important;
    text-decoration-color: var(--dark-grey);
}

.our-offering-card {
    padding: 3.5vw 2vw;
    border: 1px solid var(--thm-red);
}


/*----------------------------------------------------------------
# Leadership
----------------------------------------------------------------*/

.thm-btn-3 {
	/*min-width: 175px;*/
	position: relative;
	display: flex;
	align-items: center;
    font-weight: 500;
    margin-top: 15px;
    float: left;
    text-decoration: none;
	/*border: 1px solid var(--thm-red);*/
	border: 0;
	background: var(--thm-red);
	color: var(--white);
	font-family: var(--heading-font);
	border-radius: 30px;
	text-transform: uppercase;
/* 	padding: 9px 14px 9px 10px; (urna-28.01)*/
	padding: 7px 12px 7px 8px;
}

.thm-btn-3 b {
	display: none;
    position: relative;
    font-size: 150%;
    top: -2px;
    line-height: 1;
    left: 0;
}
/*
.thm-btn-3 b {
    font-size: 150%;
    line-height: 1;
}

.thm-btn-3 i {
    font-size: 100%;
}*/

.thm-btn-3 span {
	line-height: 1;
    margin-left: .4rem;
    /*font-weight: 600;   
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid var(--thm-red);
    color: var(--grey1);
    font-family: var(--heading-font);*/
}

.thm-btn-5 {
    /*min-width: 175px;*/
	position: relative;
	display: flex;
	align-items: center;
    font-weight: 500;
    margin-top: 15px;
    float: left;
    text-decoration: none;
	/*border: 1px solid var(--thm-red);*/
	border: 0;
	background: var(--thm-red);
	color: var(--white);
	font-family: var(--heading-font);
	border-radius: 30px;
	text-transform: uppercase;
	padding: 5px 14px 5px 10px;
}

.thm-btn-5 b {
    position: relative;
    font-size: 150%;
    top: -2px;
    line-height: 1;
    left: 0;
}

.thm-btn-5 i {
    font-size: 100%;
}

.thm-btn-5 span {
	line-height: 1;
    margin-left: .4rem;
   /* font-weight: 600;
    margin-left: .25rem;
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid var(--thm-red);
    background: var(--thm-red);
    color: var(--white);
    font-family: var(--heading-font);*/
}

.thm-btn-3:hover,.thm-btn-5:hover{
	color: var(--white);
	background: var(--blk);
}
.member-name-designation {
    margin-top: 1.5rem;
}

/*.team-member-card img {
    filter: grayscale(1);
    transition: all ease-in .3s;
}

.team-member-card:hover img {
    filter: grayscale(0);
}*/

/*.leader-founder-msg-card img {
    filter: grayscale(1);
    transition: all ease-in .3s;
}

.leader-founder-msg-card:hover img {
    filter: grayscale(0);
}*/

.team-member-card .member-name-designation,
.team-member-card .member-bio {
    padding-left: 1.5rem;
    position: relative;
}

.team-member-card .member-name-designation::before {
    content: '';
    left: .25rem;
    width: 5px;
    height: 54px;
    background: var(--thm-red);
    position: absolute;
}

.team-member-card .member-name-designation h6 {
   /* min-height: 60px;*/
}

.team-member-card .member-bio .paragraph {
    min-height: 198px;
}

.member-bio p {
    line-height: 1.3;
}


/*----------------------------------------------------------------
# Newsletter
----------------------------------------------------------------*/

.news-bg {
    height: 100vh;
    max-height: 660px;
}

.newsletter-newsitem {
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .5);
    padding: 30px;
}

.newsletter-newsitem ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.newsletter-newsitem ul li {
    margin-bottom: 30px;
}

.newsletter-newsitem ul li:hover a,
.newsletter-newsitem ul li a:hover {
    color: var(--thm-red)!important;
}


/*----------------------------------------------------------------
# Media
----------------------------------------------------------------*/

.media-journey-sec {
    position: relative;
}

.media-journey-sec::before {
    content: '';
    position: absolute;
    width: 15px;
    background: var(--thm-red);
    height: 100%;
    left: 0;
    top: 0;
}

.media-card {
    padding-top: 30px;
}

.media-card h4 {
    margin: 40px 0 15px 0;
}

.media-slider-item {
    display: flex;
    align-items: start;
    border-top: 1px solid #c7c7c7;
}

.media-card img {
    height: 450px;
}


/*----------------------------------------------------------------
# Investment Articles
----------------------------------------------------------------*/

.investment-articles-line {
    height: 1px;
    background-color: var(--dark-grey);
    margin-top: 30px;
}

.investment-articles-card {
	max-width: 520px;
}

.investment-articles-card h4 {
    margin: 15px 0 15px 0;
    /*min-height: 78px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.investment-articles-card .paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 135px;
}

.invest-article-tab {
    border: 0;
    margin-top: 15px;
}

.invest-article-tab .nav-link {
	position: relative;
    border-radius: 0;
    border: 0;
    padding: 10px 35px 10px 0;
    color: var(--grey5);
   /* text-decoration: underline;
    text-underline-offset: 0.25em !important;*/
}
.invest-article-tab .nav-link:after{
	content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 30px;
    background: var(--thm-red);
}
.invest-article-tab li.nav-item:last-child .nav-link:after {
    display: none;
}
.invest-article-tab .nav-link.active {
    color: var(--thm-red);
    font-weight: 700;
    text-decoration: none;
}


/*----------------------------------------------------------------
# Thought Leadership
----------------------------------------------------------------*/


/*----------------------------------------------------------------
# Blogs
----------------------------------------------------------------*/

.blog-news-slider {
    /* background: var(--thm-red); */
    background: linear-gradient(90deg, #878787 50%, var(--white) 50%);
}

.news-slider-container {}

.news-sidebar {
    background: #878787;
    color: white;
    padding: 20px 10px;
    height: 100%;
}

.news-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-sidebar ul li {
    padding: 25px 0 15px 0;
    border-bottom: 2px solid var(--white);
    /* transparent; */
    line-height: 1.2;
}

.news-sidebar ul li.active {
    /* border-color: var(--white); */
    font-weight: 600;
}


/* 
.news-swiper {
    background: var(--white);
    padding-bottom: 50px;
} */


/* 
.news-content {
    text-align: left;
}

.news-content h4 {
    margin-bottom: 15px;
}

.news-content img {
    margin: 20px 0;
}

.news-swiper .swiper-button-next,
.news-swiper .swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    background: #a1a1a1;
    width: 88px;
    height: 48px;
    border-radius: none;
    color: var(--white);
    border: 0;
}

.news-swiper .swiper-button-prev {
    right: 104px;
    left: auto;
}

.news-swiper .swiper-button-prev:hover,
.news-swiper .swiper-button-next:hover {
    background: var(--thm-red);
}

.news-swiper .swiper-button-prev:after {
    content: '\f12f';
    font-family: bootstrap-icons!important;
    left: 0;
}

.news-swiper .swiper-button-next:after {
    content: '\f138';
    font-family: bootstrap-icons!important;
    right: 0;
}

.news-slider.owl-theme .owl-nav {
    display: flex;
    justify-content: end;
    text-align: center !important;
}

.news-slider .owl-next,
.news-slider .owl-prev {
    bottom: 0;
    top: auto;
    background: #a1a1a1 !important;
    width: 88px;
    height: 48px;
    border-radius: 0 !important;
    color: var(--white) !important;
    font-size: 44px !important;
    line-height: 0 !important;
    border: 0;
}

.news-slider .owl-prev:hover,
.news-slider .owl-next:hover,
.news-slider .owl-prev:focus,
.news-slider .owl-next:focus {
    background-color: var(--thm-red)!important;
} */

.year-tabs {
    border: 0;
}

.year-item {
    /* display: inline-block; */
    position: relative;
    /*  margin: 0 10px; */
    font-weight: 400;
    cursor: pointer;
}

.year-item .year-text {
    color: var(--grey1);
    transition: color 0.3s;
    text-decoration: none;
}

.year-item .dropdown-toggle::after {
    display: none;
}

.year-item .year-icon {
    top: -4px;
    position: relative;
    transition: color 0.3s;
    font-size: 24px;
    color: var(--thm-red);
}

.year-item .year-border {
    border-bottom: 2px dashed var(--grey5);
    width: 100%;
    text-align: start;
    margin-top: 5px;
    transition: border-color 0.3s;
    /* margin-left: -1rem; */
    /* float: left; */
}

.year-item:hover .year-text,
.year-item:hover .year-icon {
    color: #ec0040;
}

.year-item:hover .year-border {
    border-bottom-color: #ec0040;
}

.year-item .year-item-link.active .year-border {
    border-bottom-color: var(--grey3);
}

.year-item .year-item-link {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0;
    color: var(--grey1);
}

.year-item .year-item-link.active {
    color: var(--thm-red);
    font-weight: 600;
    background: none;
}

.year-item .year-item-link.active .year-icon {
    color: #ec0040;
}

.year-item .year-item-link.active .year-icon.bi-chevron-down::before {
    content: "\f286";
}


/* .year-item ul.yearlist li a {
    padding: 8px 0;
} */


/**********News Item Hover************/

.news-container {
    position: relative;
    height: 100vh;
    max-height: 720px;
    /* width: 90%;
    max-width: 1200px; */
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease-in;
    /* filter: blur(3px); */
}

.news-content {
    width: 50%;
    margin-left: auto;
    position: relative;
    z-index: 2;
    padding: 50px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    height: 100%;
    overflow-y: scroll;
    /* border-radius: 10px; */
}

.news-content li {
    margin-bottom: 50px;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 0;
    transition: color 0.3s;
}

.news-title:hover {
    color: yellow;
}

.news-details {
    display: none;
}

.news-title.active+.news-details {
    display: block;
}


/*----------------------------------------------------------------
# Faqs
----------------------------------------------------------------*/

.faq-accordion.accordion,
.faq-accordion .accordion-item,
.faq-accordion .accordion-body,
.faq-accordion .accordion-button,
.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--white)!important;
}

.accordion ul {
    /* list-style-image: url('../img/arrow.png'); */
    list-style-type: none;
}

.accordion ul li {
    position: relative;
}

.accordion ul li:before {
    position: absolute;
    left: -30px;
    content: "\F287";
    font-size: 50%;
    font-family: 'bootstrap-icons';
    vertical-align: middle;
    line-height: 3;
    color: var(--thm-red);
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-accordion .accordion-button::before {
    content: '';
    left: 0;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    background-size: cover;
    background-image: url('../img/accordion-icon.png');
    filter: grayscale(1);
    opacity: .75;
    left: 0;
    position: absolute;
}

.faq-accordion .accordion-button:not(.collapsed)::before {
    background-image: url('../img/accordion-icon-not-collapsed.png');
    transform: rotate(0deg);
    filter: grayscale(0);
    opacity: 1;
}

.faq-accordion .accordion-body {
    padding-left: 58px;
}

.faq-accordion .accordion-body ul li {
    padding-bottom: 8px;
}

.faq-accordion .accordion-body ul {
    padding-left: 0;
}

.faq-accordion .accordion-button {
    padding-left: 58px;
    padding-right: 0;
}


/*----------------------------------------------------------------
# AIF
----------------------------------------------------------------*/

.aif-sec h2.explore-title {
    margin-bottom: 60px;
    align-items: unset;
    /* display: flex;
    justify-content: center;
    align-items: start; */
}

.aif-sec h2 span {
    font-family: var(--para-font);
}


/* .explore-sec h2 span small{
} */

.aif-sec h2 span.dropdown-toggle {
    /* font-weight: 700; */
    /* font-style: italic; */
    padding-bottom: 10px;
}

.aif-sec h2 span.dropdown-toggle::after {
    content: "\f282";
    font-family: 'bootstrap-icons';
    border: none;
    font-style: normal;
    font-size: 1.8vw;
    top: 10px;
    right: -40px;
    position: absolute;
    color: var(--thm-red);
    font-weight: 700;
}

.aif-sec .QSA-title::before {
    content: '';
    border-bottom: 2px dashed var(--grey5);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    bottom: -10px;
}

.aif-sec h2 .dropdown-menu {
    border-radius: 0;
    border: 1px solid var(--grey5);
    padding: 0;
    /* width: 100%; */
    min-width: 268px;
}

.aif-sec h2 .dropdown-menu .dropdown-item {
    font-size: 16px!important;
    color: var(--grey1);
    padding: 20px;
    border-bottom: 1px solid var(--grey5);
}

.aif-sec h2 .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.aif-sec h2 .dropdown-menu .dropdown-item:hover,
.aif-sec h2 .dropdown-menu .dropdown-item:focus {
    background: #f1f1f1;
    color: var(--grey1);
}

.aif-tab {
    margin-top: 0;
}

.aif-tab .nav-pills .nav-link {
    padding: 15px 24px;
    line-height: 1.2;
}

.aif-tab-h4 {
    padding-left: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.key-highlight-sec {
    padding-bottom: 0;
}

.aif-table th span.highlight-rounded {
    border-radius: 50px;
    padding: 5px 20px;
    border: 1px solid var(--white);
    display: inline-flex;
}

.aif-table th,
.aif-table td {
    padding: 20px;
    font-family: var(--para-font);
    color: var(--grey1);
    line-height: 1.3;
}

.aif-table th:first-child,
.aif-table td:first-child {
    padding-left: 100px;
}

.aif-table tbody td:first-child {
    border-right: 2px solid #f4f3ef;
    position: relative;
}

.aif-table tbody td:first-child:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    right: -10px;
    top: 0;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(186, 185, 185, 1) 50%, rgba(255, 255, 255, 1) 100%); */
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(228, 228, 228, 1) 47%, rgba(60, 60, 60, 1) 50%, rgba(228, 228, 228, 1) 53%, rgba(255, 255, 255, 1) 100%); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(99, 99, 99, 1) 50%, rgba(228, 228, 228, 1) 53%, rgba(255, 255, 255, 1) 100%);
}

.aif-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #f4f3ef;
    /* opacity: 1; */
}

.aif-sec-slide {
    position: relative;
}

.aif-sec-slide::before {
    content: '';
    width: 100%;
    bottom: 60px;
    height: 1px;
    background: var(--thm-red);
    left: 0;
    position: absolute;
    z-index: 9;
}

/*
.aif-sec-slide::after {
    content: '';
    width: 100%;
    bottom: 0;
    height: 1px;
    background: var(--thm-red);
    left: 0;
    position: absolute;
    z-index: 9;
}*/

.aif-slider.edge-slider:before {
    bottom: 60px;
    height: calc(100% - 60px);
}

.aif-slider.edge-slider .edge-card {
    padding-top: 5px;
}

.aif-slider .edge-slide-no {
    color: #fdf2eb;
}

.aif-slider .edge-card:hover .edge-slide-no {
    color: var(--thm-red);
}

.aif-slider .edge-card .edge-card-icon {
    background: none;
    padding: 0;
}

.aif-slider .edge-card .edge-para {
    min-height: 100px;
    max-height: 168px;
}

.aif-slider.edge-slider .swiper-pagination .swiper-pagination-bullet {
    background: var(--grey5);
}

.aif-slider.edge-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--thm-red);
}


/*----------------------------------------------------------------
# PMS
----------------------------------------------------------------*/


/* 
.pms-sec-top .container-fluid {
    background: url('../img/brandstory/01-Quest_About-Us_BrandStory-philosophy-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
} */

.pms-hero,
.aif-hero,
.insight-hero,
.footer-pg-hero {
    /*min-height: 380px;*/
}

.pms-sec-img {
    position: absolute;
    top: 480px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.objective-sec {
    padding-top: 20px;
}

.pms-objective-left {
    position: relative;
    margin-bottom: 80px;
    margin-top: 40px;
    display: flex;
    justify-content: end;
}

.title-img {
    max-width: 148px;
}

.title-img2 {
    max-width: 160px;
}

.pms-objective-cash {
    max-width: 450px;
    position: absolute;
    right: -150px;
    bottom: -100px;
}

.key-terms-bg {
    padding-bottom: 0;
    background: #f7f9f9;
}

.pms-option {
    border-bottom: 1px solid var(--thm-red);
    overflow: hidden;
    margin-top: 10px;
}

.pms-option-no {
    /* position: absolute;
    right: 30px; */
    font-size: 128px;
    line-height: .65;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    bottom: -24px;
    /* border: 1px solid var(--thm-red); */
    text-shadow: -1px -1px 0 var(--thm-red), 1px -1px 0 var(--thm-red), -1px 1px 0 var(--thm-red), 1px 1px 0 var(--thm-red);
    color: var(--white);
/* 	 -webkit-text-stroke: 6px var(--thm-red); /*  Control thickness here */ */
}

.fund-manager-sec {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f3f4f4;
}

.satish-aurora-social {
    display: flex;
    justify-content: start;
    gap: 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding-left: 85px;
    width: 489px;
}

.satish-aurora-social a {
    width: 42px;
    height: 42px;
    display: grid;
    text-align: center;
    align-items: anchor-center;
    line-height: 1;
    font-size: 16pt;
    text-decoration: none;
}

h2.explore-title {
    display: flex!important;
    justify-content: center!important;
    flex-direction: row!important;
    align-items: baseline;
}

.explore-title {}


/*****************Home******************/

.hero-hm-slider {
    padding-right: 0!important;
    padding-left: 0!important;
}

.hero .container-fluid {
    padding-right: 0;
}

.hero-hm-slider .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.hero-hm-slider .carousel-item {
    min-height:  500px;/*calc(100vh - 115px);*/
}

.hero-hm-slider .carousel-caption {
    text-align: left;
    right: 45px;
    left: 45px;
    height: 100%;
    top: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
}

.hero-hm-slider .carousel-caption .row {
    align-items: center;
}

.hero-hm-slider .hero-content h1 {
   text-shadow: none; /*0 0 8px #ffffff;*/
}
.hr-hm-title-color{
	color: #354951;
}
.hero-hm-slider .hero-content p {
   text-shadow: none; /*0 0 4px #ffffff;*/
}

.hm-rgt-hero-img {
    display: none;
}

.hero-image img {
    margin-left: auto;
    float: right;
}

.hero-content {
    position: relative;
}

/*
.hero-content:before {
    position: absolute;
    content: '';
    left: -55px;
    height: calc(100% + 30px);
    width: 10px;
    background: var(--thm-red);
    top: -10px;
}*/

.hero-content.hero-cont-2:before {
    display: none;
}

.hero-hm-tab-view {
    padding: 20px 0 12px 0;
    background: #faefe7;
    /* border-width: 1px 0 1px 0; */
    /* border-style: solid; */
    /* border-color: #dbbeac; */
    position: relative;
    z-index: 1;
}

.hm-founder {
    background: #faefe7;
    /* url('../img/founder-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center; */
    /*border-top: 1px solid var(--thm-red);
    border-bottom: 1px solid var(--thm-red);*/
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    /* #adadad; */
}

.hm-founder:before {
    content: '';
    position: absolute;
    background: #faefe7 url('../img/founder-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    /* max-width: 1440px; */
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all ease-in-out .3s;
	opacity: .5;
}


/* .hm-founder .container-fluid {
    background: url('../img/founder-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
} */

.investorSay-card {
    display: flex;
    flex: 1 1;
    flex-direction: column;
}

.investor-sec {
    position: relative;
}

.investor-sec::after {
    content: '';
    width: 100%;
    bottom: 60px;
    height: 1px;
    background: var(--thm-red);
    left: 0;
    position: absolute;
    z-index: 9;
}

.inv-img-div {
    width: 42%;
}

.inv-cont-div {
    width: 58%;
}

.investor-name {
    /* max-width: 268px; */
    /* max-height: 268px; */
    padding: 50px 50px 100px 0px;
}

.investor-designation {
    max-width: 300px;
    /* max-height: 268px; */
    background: var(--grey1);
    padding: 50px 0px 150px 50px;
    border-bottom-right-radius: 90%;
}

.investor-name,
.investor-designation {
    line-height: 1;
}

.investor-img {
    border-bottom-left-radius: 90%;
}

.investorSay-slider {
    /* overflow: visible; */
    padding-bottom: 80px;
    position: relative;
}

.investorSay-slider .swiper-pagination {
    bottom: 20px;
}

.investorSay-slider .swiper-pagination .swiper-pagination-bullet {
    background: var(--grey2);
    /*  #b8b8b8; */
    height: 8px;
    width: 30px;
    border-radius: 5px;
    opacity: 1;
}

.investorSay-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--thm-red);
}

a.hero-hm-title,
a.hero-hm-titleMobile {
    text-decoration: none;
    font-weight: 500;
    font-family: var(--para-font);
    position: relative;
    font-size: 30px;
    transition: all ease-in .1s;
}

a.hero-hm-title.active,
a.hero-hm-titleMobile.active {
    font-weight: 700;
    font-family: var(--heading-font);
    transition: all ease-in .1s;
}

a.hero-hm-title::before,
a.hero-hm-titleMobile::before {
    content: '';
    position: absolute;
    top: -24px;
    height: 0px;
    width: 100%;
    left: 0;
    background: var(--thm-red);
    transition: all ease-in-out .1s;
}

a.hero-hm-title.active::before,
a.hero-hm-titleMobile.active::before {
    content: '';
    position: absolute;
    top: -28px;
    height: 8px;
    width: 100%;
    left: 0;
    background: var(--thm-red);
    transition: all ease-in-out .1s;
}

.btn-blk {
    background: var(--blk);
    color: var(--white);
    border-radius: 30px;
    padding: 5px 15px;
    text-decoration: none;
}

.btn-blk:hover,
.btn-blk:focus {
    background: var(--thm-red);
    color: var(--white);
}

.btn-red {
    background: var(--thm-red);
    color: var(--white);
    border-radius: 30px;
    padding: 7px 15px;
    text-decoration: none;
    font-family: var(--heading-font);
    font-weight: 500;
}

.btn-red:hover,
.btn-red:focus {
    background: var(--blk);
    color: var(--white);
}

.insight-slider .owl-nav.disabled,
.insight-slider.owl-theme .owl-nav {
    justify-content: space-between;
    display: flex;
    text-align: center;
    align-items: center;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 1;
    position: relative;
}

.insight-slider .owl-nav .owl-prev,
.insight-slider .owl-nav .owl-next {
    display: grid;
    align-items: center;
    background: var(--thm-red)!important;
    width: 60px;
    height: 60px;
    border-radius: 50%!important;
    color: var(--white)!important;
    font-size: 32px!important;
    line-height: 1.2;
    border: 5px solid var(--white)!important;
}

.insight-slider .owl-nav .owl-prev:hover,
.insight-slider .owl-nav .owl-next:hover,
.insight-slider .owl-nav .owl-prev:focus,
.insight-slider .owl-nav .owl-next:focus {
    background: #bbbbbb!important;
}

.insight-slider::after {
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% - 72px);
    background: var(--grey3);
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.insight-badge {
    width: auto;
	min-width: 130px;
    padding: 4px 15px 4px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
    border: 1px solid var(--thm-red);
    color: var(--thm-red);
    border-radius: 30px;
    text-decoration: none;
    display: block;
    margin: 30px 0;
}
.insight-badge b{
	font-size: 130%;
	line-height: 0;
}
.insight-badge span{
	font-weight: 500;
	line-height: 1;
}
.insight-slider .offering-card p {
/*     min-height: 240px; */
	/*min-height: 130px;*/
    line-height: 1.3;
}

.insight-badge:hover {
    border: 1px solid var(--thm-red);
    color: var(--thm-red)!important;
}

.logo_icon_bg {
    position: absolute;
    right: 0;
    /* top: -30px; */
    width: 95%;
}

.logo_icon_bg img {
	opacity: .5;
    /* max-height: 85%; */
}


/* .philosophy-tab .tab-content .tab-pane {
    min-height: 160px;
} */


/*****************************18-03-2025*************************************/

.fnt-12 {
    font-size: 12px;
}

.fnt-14 {
    font-size: 14px;
}

.fnt-16 {
    font-size: 16px;
}

.fnt-18 {
    font-size: 18px;
}

.fnt-20 {
    font-size: 20px;
}

.fnt-22 {
    font-size: 22px;
}

.fnt-24 {
    font-size: 24px;
}

.fnt-26 {
    font-size: 24px;
}

.fnt-28 {
    font-size: 28px;
}

.fnt-30 {
    font-size: 30px;
}

.fnt-32 {
    font-size: 32px;
}

.fnt-34 {
    font-size: 34px;
}

.fnt-36 {
    font-size: 36px;
}

.fnt-38 {
    font-size: 38px;
}

.fnt-40 {
    font-size: 42px;
}

.fnt-42 {
    font-size: 42px;
}

.fnt-44 {
    font-size: 44px;
}


/* 
.hm-hero-para,
.foundatn-hero-para,
.carer-hero-para {
    max-width: 400px;
}

.leadershp-hero-para,
.brand-story-para,
.newsletr-hero-para,
.thgt-ledership-hero-para {
    max-width: 500px;
} */

.pms-objective-para {}

.hm-hero-img {
    width: 100%;
    /* float: left;
    margin-left: auto; */
}

.hm-hero-img img {
    float: none;
}

.philosophy-tab .nav-pills .nav-link.hm-we-do-tab {
    font-size: 30px;
    font-family: var(--para-font);
    font-weight: 400;
    line-height: 1.2;
}

.philosophy-tab .nav-pills .nav-link.hm-we-do-tab.active {
    font-weight: 700;
}

.we-do-sec {
    padding-top: 70px;
    padding-bottom: 100px;
}

.advice-title {}

.advice-btn {
	min-width: 200px;
	text-transform: uppercase;
	border-radius: 8px;
}

.hm-insights {
    padding-top: 50px;
    padding-bottom: 50px;
}

.founder-rgt-content {
    max-width: 640px;
}


/**************Slick Slider**********/

.slider-wrapper {
    display: flex;
    align-items: start;
    gap: 0;
}


/* --- IMAGE SLIDER (30% WIDTH) --- */

.image-slider {
    width: 30%;
}

.image-slider img {
    width: 100%;
/*     height: auto; */
	height: 305px;
	object-fit: cover;
    border-radius: 0;
    border-top: 1px solid #949494;
}

.image-slider .slick-list {
    z-index: 2;
}


/* --- CONTENT SLIDER (70% WIDTH) --- */

.content-slider {
    width: 70%;
    display: flex;
    gap: 20px;
}

.content-slide {
    flex: 1;
    padding: 50px 25px 25px 25px;
    background: white;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid #949494;
}

.content-slide.slick-slide.slick-active {
    opacity: 1;
}

.content-slide.slick-slide.slick-current.slick-active {
    opacity: 1;
}

.content-slide h3 {
    margin-bottom: 10px;
}

.content-slide.slick-slide {
    margin: 0 15px;
    /* Adjust spacing */
}

.content-slider .slick-list {
    margin: 0 -15px;
    /* Offset to prevent extra margin */
}


/* --- NAVIGATION CONTROLS --- */

.slick-prev,
.slick-next {
    display: none!important;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #444;
}

.slider-controls {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0;
    margin-top: 0;
    padding: 0;
}

.media-slickSlider .slider-counter {
    font-family: var(--para-font);
    font-weight: 400;
    position: relative;
    background: #c8c8c8;
    color: var(--grey3);
}

.slider-nav {
    display: flex;
    gap: 5px;
}

.slider-nav button {
    background: var(--thm-red);
    height: 48px;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 0;
}

.slider-nav button:hover {
    background: var(--dark-grey);
}

.questMenuCollapse .card-body {
    border-radius: 0;
    border: 1px solid #dbbeac;
    padding: 0;
}

.quest_collapse_left {
    background: #f9ece1;
    padding: 15px 0 15px 15px;
}

.quest_collapse_left h3 {
    margin-bottom: 0;
}

/* .quest_cl_nav {
    border-top: 1px solid var(--thm-red);
} */

.quest_cl_nav a.hoverNav-link {
    width: 100%;
    float: left;
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--grey3);
}

.quest_cl_nav a.hoverNav-link:hover {
    text-decoration: underline;
}

.quest_cl_nav a.hoverNav-link.active {
    background-color: var(--thm-red);
    color: var(--white);
}

.quest_collapse_right .quest_cr_shrtpara {
    padding: 15px 60px 15px 30px;
}

.quest_cr_tabCont {
    margin-top: 15px;
    border-top: 1px solid var(--thm-red);
    padding: 30px 60px 30px 30px;
}

.questMenuCollapse {
    top: 96px;
    left: 0;
}

.questMenuCollapse2 {
    top: 96px;
    right: 0;
    max-width: 300px;
}

.questMenuCollapse2 .card-body {
    border-radius: 0;
    border: 1px solid #dbbeac;
    padding: 0;
}

.questMenuCollapse2 .quest_collapse_left {
    padding-left: 0;
}

.questMenuCollapse2 .quest_cl_nav a.hoverNav {
    width: 100%;
    float: left;
    text-decoration: none;
    padding: 5px 5px 5px 20px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--grey3);
}

.questMenuCollapse2 .quest_cl_nav a.hoverNav:hover {
    background-color: var(--thm-red);
    color: var(--white);
    text-decoration: underline;
}

a.site_search.thm-red {
    margin-left: 10px;
}


/************Investment Philosophy*************/

.philosophy-section {
    display: flex;
    align-items: start;
    gap: 16px;
}

.philosophy-icon {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    /* width: 168px; */
}

.philosophy-icon .philosophy-letter img {
    width: 110px;
}

.philosophy-icon .philosophy-border-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 90%;
    border-left: 2px solid var(--thm-red);
    border-top: 2px solid var(--thm-red);
}

.philosophy-icon-bottom {
    position: relative;
}

.philosophy-icon-bottom img {
    width: 108px;
    /* height: 110px; */
    margin: 5px 0 10px 0;
}

.philosophy-text {
    margin-top: 10px;
	margin-bottom: 15px;
}

.philosophy-text ul {
    margin: 0;
    padding-left: 0;
	list-style: none;
    /*list-style-type: "-";*/
}

.profile-detail {
    /* background: #f9efe7; */
    background: #faefe7 url('../img/leadership/Quest-Leadership-profile-bg.png');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom: 15px solid var(--thm-red);
}


/* .profile-detail .container-fluid {
    background: #f9efe7 url('../img/leadership/Quest-Leadership-profile-bg.png');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
} */


/*************Roadmap Tab*************/

.roadmap-sec-content {
    margin-top: -65px;
}

.roadmap-sec-content .tab-pane {
    min-height: 1050px;
}

.roadmap-tab {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.roadmap-tab-left {
    position: absolute;
    text-align: right;
    left: 0;
    width: 33%;
    height: 100%;
}

.roadmap-tab-right {
    position: absolute;
    text-align: left;
    right: 0;
/*     width: 35%; (urna - 04.11) */
	width: 30%;
    height: 100%;
}

.roadmap-tab .nav-link {
    padding: 0;
    border-radius: 0;
    border: 0;
    position: absolute;
}

.roadmap-tab .nav-link.active {
    background: none;
    color: var(--thm-red);
}

.roadmap-tab .nav-link:hover {
    color: var(--thm-red);
}

.year1 {
    bottom: 65.5%;
}

.year2 {
    bottom: 39%;
}

.year3 {
    bottom: 21%;
}

.year4 {
    bottom: 64.5%;
}

.year5 {
    bottom: 43%;
}

.year6 {
    bottom: 23%;
}

.year7 {
    bottom: 54.5%;
}

.roadmap-tab .roadmap-tab-left .nav-link {
    text-align: right;
    float: right;
    width: 100%;
}

.roadmap-tab .roadmap-tab-right .nav-link {
    text-align: left;
    width: 100%;
    float: left;
}


/*****************Regulatory Section****************/

.regulatory-sec {}

.regulatory-border-line {
    height: 6px;
    background: var(--thm-red);
}

.regulatory-card-divider .row {
    border-bottom: 1px solid var(--thm-red);
    position: relative;
}

.regulatory-card-divider .row::after {
    left: 50%;
    height: 100%;
    width: 1px;
    content: '';
    position: absolute;
    background: var(--thm-red);
}

.regulatory-card-divider .row.no-divider::after {
    display: none;
}

.regulatory-cont-div {
    padding: 20px;
}

.regulatory-cont-div a {
    word-break: break-word;
}

.regulatory-cont-div .card-front-icon {
    height: 120px;
    margin-bottom: 15px;
}

.regulatory-cont-div .card-front-icon img {
    height: 120px;
}

.regu-cont-badge {
    background-color: var(--thm-red);
    padding: 4px 10px;
    display: inline;
}

.sitemap-list-card {
    padding: 15px 15px 15px 45px;
    position: relative;
}

.sitemap-list-card h6 {
    position: relative;
}

.sitemap-list-card h6::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: var(--thm-red);
    left: -45px;
    top: 4px;
}

.sitemap-list-card::before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 50px);
    left: 10px;
    top: 25px;
    border-left: 2px dotted var(--grey4);
}

.sitemap-list-card ul {
    padding-left: 0!important;
}

.sitemap-list-card ul li {
    padding-top: 5px;
}

.sitemap-list-card ul li a {
    color: var(--grey1);
    text-decoration: none;
}

.sitemap-list-card ul li a:hover {
    color: var(--thm-red);
    text-decoration: underline;
}

.sticky-link {
    position: fixed;
    z-index: 9;
    bottom: 25%;
    right: 0;
    /* transform: rotate(0deg); */
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    /* writing-mode: sideways-lr; */
    /* Vertical text */
    /*  background-color: var(--thm-red);
    color: white; */
    /*  padding: 10px 10px; */
    /* text-decoration: none; */
    /* border-radius: 15px 0 0 15px; */
    /* Rounded left corners */
    /* transition: background-color 0.3s; */
}


/* 
.sticky-link:hover {
    background-color: #dc002e;
    color: white;
} */

.sticky-link.foun-sticky img {
    width: 48px;
	border-radius: 6px 0 0 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	cursor: 
}

.sticky-link.pms-sticky img {
    width: 42px;
}

.row {
    max-width: 100%; /*1440px;*/
    margin: 0 auto!important;
}

.rw-none{
	max-width: none;
}

header .row,
.hero .row {
    max-width: 100%;
    margin: 0 !important;
}

.breadcrumb-bg nav {
    max-width: 100%; /*1410px;*/
    margin: 0 auto!important;
}

.accordion-item {
    border-left: 0;
    border-right: 0;
}

.declaration-btn {
    width: 200px;
}

/* 19.04.2025 */
/*.navmenu li.active a.navlink {
    color: var(--nav-hover-color);
}*/
/*.thm-btn-3 span:hover {
    background: var(--accent-color);
    color: #fff;
}*/
.iti__selected-flag:hover{
	background: none!important;
}
.iti__arrow{
	margin-left: 15px;
}
.iti__arrow {
    border-left: 6px solid transparent!important;
    border-right: 6px solid transparent!important;
    border-top: 8px solid #000000!important;
}
.iti__arrow--up {
    border-top: none !important;
    border-bottom: 8px solid #000000!important;
}
.iti__selected-flag{
	padding: 0 20px 0 26px!important;
}
.iti__flag{
	transform: scale(1.5);
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
	padding-left: 90px;
	padding-right: 20px;
}
.founder-name-below-line{
	display: inline-block;
	padding-bottom: 25px;
    margin-bottom: 20px;
	position: relative;
}
.founder-name-below-line:after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 75%;
	height: 5px;
	background: var(--thm-red);
	margin: 0 auto;
	left: 0;
	right: 0;
}
.we-do-btn.nav-pills {
    width: 100%;
	border-left: 1px solid transparent;
}
.we-do-btn button.nav-link{
	width: 50%;
	max-width: 255px;
	line-height: 1.25;
	position: relative;
	margin-left: 0!important;
	margin-bottom: 20px;
}
.we-do-btn.nav-pills .nav-link.active:before{
	display: none;
}
.we-do-btn.nav-pills .nav-link.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 22px;
	height: 5px;
	width: 25%;
	background: var(--thm-red);
}
.we-do-content{
	padding-left: 20px;
}
.fundManager-carousel .owl-nav{
	display: none;
}
.fundManager-carousel .owl-dots{
	margin-top: 30px;
	text-align: center;
}
.fundManager-carousel .owl-dot{
	background: var(--grey5);
    height: 8px;
    width: 30px;
    border-radius: 5px;
    opacity: 1;
	display: inline-block;
	margin: 0 4px;
}
.fundManager-carousel .owl-dot.active{
	background: var(--thm-white);
}
.fundManagerImg{
	position: relative;
	width: 100%;
	text-align: center;
}
.fundManagerImg img.managerImg{
	width: 80%;
	position: relative;	
	z-index: 1;
}
.fundManagerImgIcon{
	position: absolute;
	right: -10%;
	bottom: 0;
	width: 70%;
	opacity: .75;
}
.fundManagerText{
	width: 80%;
	text-align: center;
}
.we-believe-sec{
	padding-top: 50px;
}
.we-believe-sec .logo_icon_bg {
    top: 30px;
    width: 80%;
	/*opacity: .025;*/
}
/*.we-believe{
	max-width: 450px;
}*/
.expertform-sec{
	background: #fcebdf;
}
.expertform-sec .form-control,
.expertform-sec .form-select{
    border: 1px solid var(--grey1);
    padding: 10px 18px;
    margin-bottom: 10px;
    border-radius: 40px;
    background-color: #fcebdf;
}
.expertform-sec .form-select{
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d51d44' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.expertform-sec .form-check-input {
    width: 30px;
    height: 30px;
    border: 1px solid var(--thm-red);
    border-radius: 0;
    background-color: #faf2ed;
}

.expertform-sec .form-check-input:checked {
    background-color: var(--thm-red);
    border-color: var(--thm-red);
}
.expertform-left{
	padding-top: 120px!important;
}
.expertform-sec{
	padding-top: 40px!important;
}
.expertform-sec .form-select option:checked {
  background-color: var(--thm-red);
  color: #fff;
}
.expertform-sec .form-select option:hover {
  background-color: var(--thm-red)!important;
}

.expertSuces{
	border-radius: 30px;
	border: 1px solid var(--thm-red);
	padding: 50px;
}

/* .iti--separate-dial-code .iti__selected-dial-code {
    display: none;
    margin-left: 6px;
} */

.mob-input {
    margin-bottom: 15px;
}
.newsletter-field {
    width: 260px;
}

/* Urna - 15.09.25 */
.hero-hm-slider .hero-content h1 {
    text-transform: uppercase;
}
div#carouselQuestFade .carousel-indicators button,
div#carouselQuestMobileFade .carousel-indicators button{
    background: #bbf7ff;
    height: 8px;
    width: 30px;
    border-radius: 5px;
    opacity: 1;
    display: inline-block;
    margin: 0 4px;
    border: 0;
}
div#carouselQuestFade .carousel-indicators button.active,
div#carouselQuestMobileFade .carousel-indicators button.active{
	background: #4f8e99;
}
/* Video slider */
#videoModal .video-thumbnail {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.video-thumbnail .play-btn {
    font-size: 20px;
    color: white;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    padding: 10px 15px;
}

#videoModal .video-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#videoModal .video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
}

/* .video-container iframe {
    width: 100%;
    height: 450px;
    border: none;
} */

#videoModal .close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
.foundation-image-slider .owl-nav.disabled, .foundation-image-slider.owl-theme .owl-nav {
    display: none;
}
.mobile-banner-video iframe{
	height: 350px;
}

/* Urna - 04.11 */
.we-believe-sec::after {
    content: '';
    width: 100%;
    bottom: 0;
    height: 4px;
    background: var(--thm-red);
    left: 0;
    position: absolute;
    z-index: 9;
}
.iti {
    position: relative;
    display: block;
}
	p.telephone-text {
    margin-top: -10px;
    padding-left: 20px;
}
	.iti input::-webkit-input-placeholder {
  		color: transparent !important;
	}
	.iti input:-ms-input-placeholder {
	  color: transparent !important;
	}
	.iti input::-ms-input-placeholder {
	  color: transparent !important;
	}

/*****26-12-2025*****/
.exp-sec{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.exp-lft{
	padding: 15px;
	background: #588187;
	border-right: 1px solid #89b1b9;
	border-top: 1px solid #89b1b9;
}
.exp-rgt{
	padding: 15px;
	background: #3b6166;
	border-top: 1px solid #89b1b9;
}
.hero-hm-slider{
	padding-top: 0;
}
.text-justify{
	text-align: justify;
}

.offering-pms-aif-card {
  background: #fff;
  margin: 5px;
  padding: 15px;
  box-shadow: none;
  transition: transform .3s ease, box-shadow .3s ease;
}

.offering-pms-aif-card:hover,
.card-focus{
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.offering-pms-aif-card-inner{
	padding: 20px 25px;
  	border: 1px solid var(--thm-red);
}


.offering-pms-aif-card-logo {
	margin-top: 10px;
  margin-bottom: 20px;
}

.know-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  position: relative;
}
.know-more span.knowmr{
	position:relative;
}
.know-more span.knowmr::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--thm-red);
}

.arrow {
  color: var(--thm-red);
}

.leadershipTeamCard{
	max-width: 500px;
	position: relative;
}
.LdrshpTeamQuestBg{
	position: absolute;
}

.team-member-detail{
	max-width: 70%;
	position: relative;
	display: inline-block;
}

.team-member-detail-data{
	display: inline-block;
	position: relative;
	margin-top: 30px;
}
.team-member-detail-data h3 a{
	text-decoration: none;
}

.team-member-detail a.linkedinbtn{
	right: -70px;
    top: 0;
    text-decoration: none;
    align-items: center;
    display: grid;
    position: absolute;
    background: #0066C8;
    color: var(--white);
    width: 42px;
    height: 42px;
    border-radius: 30px;
    border: 4px solid var(--white);
}

/* Swiper container */
.testimonial-swiper{
	padding-bottom:60px; /* space for progress line */
}

/* Each card is a slide */
.swiper-slide{
	height:auto; /* allow cards to stretch naturally */
}

.t-card{
	padding: 20px 25px;
	position: relative;
	/*min-height: 240px;*/
	box-sizing: border-box;
	transition: all ease-in .3s;
}

.testimonial-swiper .swiper-slide{
	background: #efefed;
}
.testimonial-swiper .swiper-slide:hover{
	background: var(--thm-red);
}

.t-quote{
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
}

.t-quote-img{
	height: 42px;
	width: 48px!important;
}

.t-text{
	/*min-height: 200px;*/
	color: #383838;
}

.t-name{
	display:block;
	margin-top:20px;
	color: #383838;
}

.t-arrow{
	line-height: 1;
	color: var(--thm-red);
}

.testimonial-swiper .swiper-slide:hover .t-quote-img{
	filter: brightness(0%) grayscale(100%) invert(100);
}

.testimonial-swiper .swiper-slide:hover .t-name,
.testimonial-swiper .swiper-slide:hover .t-text,
.testimonial-swiper .swiper-slide:hover .t-arrow{
	color: var(--white);
}

.thumb-track {
	max-width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    height: 3px;
    margin-top: 24px;
    overflow: hidden;
}

.edge-slider .thumb-track,
.testimonial-swiper .thumb-track{
	margin-top: 48px;
}

.thumb-track:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 1px;
	background: var(--grey1);
}
        
.thumb {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 3px;
	width: 96px;
	background: var(--thm-red);
	border-radius: 2px;
	/*transform: translate3d(0, 0, 0);
	will-change: transform;
	transition: none;*/
	transform:translateX(0);
	will-change:transform;
	transition:transform 0.35s ease;
}

@media (max-width:576px) {
	.thumb {
		width: 68px;
	}
}

.our-value-card-divider .card-front{
	border: 1px solid var(--thm-red);
	margin: 20px;
	height: auto;
	padding: 15px;
}
.our-value-card-divider .card-front .card-front-icon{
	margin-bottom: 10px;
}
.our-value-card-divider .card-front:hover{
	background: none;
}
.info-box{
	padding: 5px 20px;
}
.info-box.col-md-4:nth-of-type(even){
	border-left: 1px solid var(--thm-red);
	border-right: 1px solid var(--thm-red);
}
.philanthropy-rgt {
    width: calc(100% - 30px);
    margin: 15px;
    padding: 15px;
    border: 1px solid var(--thm-red);
}
.approach-ssc img{
	padding: 0 30px;
	max-width: 320px;
}
.approach-ssc{
	padding: 15px 25px;
}

.approach-ssc-rw .col-md-4:nth-of-type(even) .approach-ssc{
	border-left: 1px solid var(--grey1);
	border-right: 1px solid var(--grey1);
}

.approach-ssc h4{
	display: inline-flex;
    position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.approach-ssc h4:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--thm-red);
    bottom: 8px;
}
.cont-nmbr-data{
	padding-left: 50px;
}
.newsletter-nw-card{
	max-width: 590px;
}
.newsletter-nw-card h4{
	margin-top: 20px;
}
.member-say-nav{
      display:flex;
      gap: 10px;
      margin-top: 0;
      justify-content: flex-start; /* bottom-left */
    }

   .member-say-nav .nav-btn{
      width: 52px;
      height: 52px;
      border-radius: 0;
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      user-select:none;
      transition: transform .08s ease;
	   background: #fff;
      border: 1px solid var(--grey4);
    }

    .member-say-nav .nav-prev{
      margin-left: 10px;
    }

.member-say-nav i{
  font-size: 48px;
  line-height: 1;
  color: var(--thm-red);
}

.member-say-nav .nav-btn:hover{
	background: var(--thm-red);
	color: #fff;
	border: 1px solid var(--thm-red);
}
.member-say-nav .nav-btn:hover i{
	color: #fff;
}
.hero-image .img-cover{
	height: 100%;
    object-fit: cover;
}
.philosophyCardBlock{
}

/******Roadmap Timeline*****/
		.timeline {
            margin-bottom: 24px;
        }
        
        .timeline-line {
                position: relative;
				height: 2px;
				top: 10px;
				background: #c2bab5;
        }
        
        .year-nav {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            overflow: auto;
            padding-bottom: 4px;
        }
        
        .year-btn {
            flex: 0 0 auto;
            background: none;
            border: 0;
            cursor: pointer;
            font-weight: 600;
            position: relative;
            padding-top: 25px;
			padding-bottom: 7px;
            white-space: nowrap;
        }
        
        .year-btn::before {
			content: "";
    		position: absolute;
    		top: 0;
    		left: 50%;
    		width: 2px;
    		height: 20px;
            background:  #c2bab5;
        }
        
        .year-btn.active {
            color: var(--thm-red);
        }
        
        .year-btn.active::after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 50%;
            transform: translateX(-50%);
            width: 44px;
            height: 3px;
            background: var(--thm-red);
            border-radius: 2px;
        }

        /* Output grid: left + middle + empty right */
        
        .cards {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            position: relative;
        }
        /* Divider between left & middle */
        
        .cards::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 1px;
            left: 0;
            background: var(--thm-red);
        }
		.cards::after {
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			width: 1px;
			left: 50%;
			background: var(--thm-red);
		}
        
       /* .slot {
            min-height: 10px;
        }*/
        
        .year-big {
            margin: 6px 0 15px;
			padding: 0 20px;
        }
		
		.year-item .card{
			background: none;
			border: none;
			padding: 0 20px 15px 20px;
		}
        
        .year-item .card img {
            width: 100%;
            aspect-ratio: 1/1;
			border-radius: 50%;
            object-fit: cover;
            display: block;
            background: #ddd;
			margin-bottom: 15px;
        }
        
        /* Store */        
        .store {
            display: none;
        }
        /* Mobile: only active year */
        
        @media (max-width:640px) {
            .cards {
                grid-template-columns: 1fr !important;
            }
			.cards::after{
				left: 100%;
			}
			.year-item .card img{
				max-width: 95%;
			}
			.cards{
				gap: 5px;
			}
            /*#slotLeft {
                display: none;
            }*/
        }

.aif-tbl-2 th, .aif-tbl-2 td{
	padding-top: 15px;
	padding-bottom: 15px;
}

.aif-tbl-2 tbody td:first-child{
	border-right: none;
}
.aif-tbl-2 tbody td:first-child:after{
	display: none;
}
.objective-owl img{
	max-width: 480px!important;
	margin: 0 auto;
}
.objective-owl .item h5 {
    width: 70%;
    margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 15px;
}
.quest_collapse_left-nw {
    background: #FFF!important;/*#f9ece1 !important;*/
    padding: 15px 0 15px 0 !important;
	border-radius: 0!important;
    border: 1px solid #dbbeac!important;
	min-width: 298px;
}
 .quest_collapse_left-nw h3{
	margin-bottom: 0;
/* 	border-bottom: 1px solid var(--thm-red); */
}
.quest_collapse_left-nw a.hoverNav:hover {
    background-color: var(--thm-red);
    color: var(--white)!important;
    text-decoration: underline;
}
.quest_collapse_left-nw a.hoverNav {
    width: 100%;
    float: left;
    text-decoration: none;
    padding: 5px 15px !important;
    font-family: var(--heading-font);
    font-weight: 600 !important;
    color: var(--grey3) !important;
}
.leader-founder-msg-card img{
	max-width: 85%;
}

.pms-flgshp-multi-logo{
	max-width: 80%;
}
#target-image {
    max-width: 60%;
}
img.prps-img{
	max-width: 70%;
}
.slider-track-wrapper {
    max-width: calc(100% - 80px);
}
.pmsAif-txtImg{
	max-width: 400px;
}
.stat-circle{
  width: 280px;
  height: 280px;
  border: 1px solid var(--thm-red);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 25px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stat-circle .stat-icon{
	height: 148px;
}
.stat-circle .stat-icon img{
	height: 100%;
}
/* urna - 12.01.2025 */
.iti__arrow{
	margin-left: 10px !important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
	padding-left: 80px !important;
}
/*.navmenu li.dropdown.active a,.navmenu li.active a
{
    color: var(--accent-color);
}*/

/* Urna -  19.01 */
/* .pl-80{
	padding-left: 80px !important;
} */
