@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: #333
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
p,
a {
    margin: 0
}

a {
    text-decoration: none
}

header {
    background: #0f385a;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

header .container-one {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

header nav.navbar {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: end
}

header nav.navbar a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    margin: 0 20px;
    padding: 0 .5rem
}

header nav.navbar .active {
    font-weight: 600;
    font-size: 14px
}

footer {
    background: #0f385a;
    padding: 20px 0
}

footer p {
    text-align: center;
    color: #d9dcdd;
    margin: 0;
    font-size: 14px
}

.img-fluid {
    max-width: 100%
}

.m-top {
    margin-top: 60px
}

.position-relative {
    position: relative;
    height: 100%
}

.position-absolute {
    position: absolute
}

h1.title {
    color: #b29531;
    font-size: 64px;
    font-weight: 400;
    text-transform: uppercase
}

.aboutbnr {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/aboutbanner.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 75vh;
    position: relative
}

.aboutbnr .container-one {
    height: 100%
}

.aboutbnr .content {
    padding-top: 100px
}

.aboutbnr .content p {
    color: #fff;
    font-size: 18px
}

.aboutbnr .whowe {
    background: #fff;
    padding: 20px;
    position: absolute;
    bottom: -30%
}

.aboutbnr .whowe h2 {
    font-size: 48px;
    opacity: .6;
    margin-bottom: 15px
}

.aboutbnr .whowe p {
    font-size: 18px;
    line-height: 34px
}

.aboutbnr .whowe .bdr {
    border: 1px solid #c79b3c;
    padding: 40px 40px 50px
}

.keylight {
    padding-top: 250px;
    background: #dadbdc
}

h2.heading {
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px
}

.keylist {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    width: 90%;
    margin: 0 auto
}

.keylist .keybox {
    background-color: #fff;
    height: 180px;
    width: 20%;
    padding: 20px;
    text-decoration: none;
    margin-right: 10px;
    text-align: center;
    cursor: pointer
}

.keylist .keybox img {
    display: block;
    margin: 0 auto 20px
}

.keylist .keybox .title2 {
    font-size: 24px;
    color: #c79b3c;
    font-weight: 600
}

.keylist .keybox .name {
    color: #333;
    font-size: 16px
}

.keylist .keybox.active,
.keylist .keybox:hover {
    background-color: #c79b3c
}

.keylist .keybox.active .name,
.keylist .keybox.active .title2,
.keylist .keybox:hover .name,
.keylist .keybox:hover .title2 {
    color: #fff
}

.keylist .keybox .act {
    display: none
}

.keylist .keybox:hover .in-act,
.keylist .keybox.active .in-act {
    display: none
}

.keylist .keybox:hover .act,
.keylist .keybox.active .act {
    display: block
}

.tabzcontent .tabcontent,
.moretext {
    display: none
}

.leaderShip {
    background: #0f385a;
    padding: 40px 0 80px
}

.leaderShip h2.heading {
    text-align: left;
    color: #fff;
    margin-bottom: 40px
}

.leaderShip .grphead {
    display: flex;
    color: #fff
}

.leaderShip .tab p {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 15px;
    width: 250px;
    opacity: .8;
    cursor: pointer
}

.leaderShip .tab p.active {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/tab_active.jpg) no-repeat #fff0 center left;
    opacity: 1;
    font-size: 20px;
    background-position: 0 7px
}

.leaderShip .tabcontent {
    background: #fff;
    border: 3px solid #c4a755;
    color: #333
}

.leaderShip .tabcontent .imgz {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: -5px
}

.leaderShip .tabcontent .content {
    display: inline-block;
    width: 56%;
    vertical-align: top;
    padding-top: 30px
}

.leaderShip .tabcontent h2 {
    color: #c4a755;
    font-size: 26px;
    padding-bottom: 15px
}

.leaderShip .tabcontent p {
    padding-bottom: 15px
}

.leaderShip .tabcontent a {
    color: #333;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/arrow_right_gold.svg) no-repeat;
    background-position: 110px
}

.awardz {
    background: #dadbdc;
    padding: 40px 0;
    position: relative
}

.awardz h2.heading {
    text-align: left
}

.awardz .dashed_line {
    position: absolute;
    top: 172px;
    width: 100%;
    height: 5px;
    border-top: 2px dashed #000;
    left: 0
}

.awardbox,
#awardcarousel {
    position: relative
}

#awardcarousel .owl-item {
    opacity: .6
}

#awardcarousel .owl-item.active {
    opacity: 1
}

.awardbox .content {
    display: flex;
    background: #fff;
    border: 2px solid #c79b3c
}

.awardbox .content .text,
.awardbox .content .imgtxt {
    width: 50%
}

.awardbox .date {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center
}

.awardbox .date p {
    color: #a3a6a8;
    font-size: 18px;
    font-weight: 600
}

.awardbox .date img {
    width: 20px;
    display: block;
    margin: 5px auto 0
}

.owl-stage {
    padding-left: 0 !important
}

.awardbox .content .text .spacing {
    padding: 40px 30px 0 30px
}

.awardbox .content .text h4 {
    color: #c79b3c;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.awardbox .content .text .listtxt {
    color: #a3a6a8;
    font-weight: 600;
    font-size: 18px
}

.awardbox .content .text ul {
    padding-bottom: 20px
}

.awardbox .content .text ul li {
    padding-bottom: 10px
}

.awardbox .content .text a {
    color: #a3a6a8;
    font-weight: 600;
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/arrow_right_gold.svg) no-repeat;
    background-position: 95px 4px;
    display: block
}

#awardcarousel .owl-nav button.owl-next {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/carouselRArrow.svg) no-repeat;
    height: 55px;
    width: 35px;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 20px
}

#awardcarousel .owl-nav button.owl-prev {
    background: url(/content/dam/hdfc-aem-microsites/htdocs/common/wealth-microsite/images/carouselRArrow.svg) no-repeat;
    height: 55px;
    width: 35px;
    background-size: 100% 100%;
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    left: 20px;
    display: none
}

#awardcarousel .owl-nav button.owl-next span,
#awardcarousel .owl-nav button.owl-prev span {
    color: #fff0
}

#awardcarousel .owl-nav button.disabled {
    display: none
}
