
:root {
    --font-family-texts:'AvenirLTStd_normal';
    --font-family-headings-bold:'AvenirLTStd_bold';
    --font-family-texts-light:'AvenirLTStd_light';
    --font-family-headings-meduim:'AvenirLTStd_medium';

    /* --font-family-headings:'visuelt_proregular';
    --font-family-headings-meduim:'visuelt_promedium';
    --font-family-texts-light:'AvenirLTStd_light';
    --font-family-texts-extra-light:'visuelt_proextralight'; */
    --heading-text-color:#171717;
    --texts-color:#494949;
}
body{
    font-family: var(--font-family-texts);
    /* color: var(--texts-color); */
    color: #000;
    font-size:16px;
}
h2,h3,h4,h5,h6{
    /* color:var(--heading-text-color); */
    color: #000;
    margin-bottom: 30px;
    font-family: var(--font-family-headings-meduim);

}
.pl-0 {
    padding-left: 0!important;
}
.container{
    width: 1173px;
}
.textRemark{
    font-size: 13px;
    color:#0C203D;
}
#mainNav{
    padding: 20px 0px 15px;
    background-color: #fff;
    /* position: relative;
    z-index: 10000; */
}
a.navbar-brand{
    width: 268px;
}
nav li{
    margin:0px 20px;
    list-style: none;
}
/*--- nav change --- */
ul.navbar-nav li{
    margin:0px 20px 0px 0px !important;
}
ul.navbar-nav li:last-child{
    margin-right: 0px !important;
}
ul.navbar-nav li a,.menu-header-menu-3-container ul li a{
    color: #0E3B7B !important;
    border-bottom:solid 2px #ffffff!important;
    border-radius: 0px !important;
    text-decoration: none !important;
    padding: 8px 0px !important;
}
ul.navbar-nav li a:hover,.menu-header-menu-3-container ul li a:hover{
    border-bottom:solid 2px #7BACF1!important;
}
ul.navbar-nav li a i{
    vertical-align: middle;
    font-size: 12px;
    padding-left: 3px;
}
/* Language dropdown trigger */
#languageDropdown{
    padding-left: 12px;
    padding-right: 12px;
}
/* Dropdown box (weiß, ohne Rahmen/Shadow) */
#languageDropdown + .dropdown-menu{
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 4px 8px 6px 0.5rem;
    margin-top: .25rem;
    min-width: 180px;
    z-index: 1000;
}
#languageDropdown + .dropdown-menu {
    left: -7px;
}
/* Items im Dropdown: Layout + Icon-Ausrichtung */
#languageDropdown + .dropdown-menu .dropdown-item{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    color: inherit;
    text-decoration: none;
}
/* Flaggen-Icons */
#languageDropdown + .dropdown-menu .dropdown-item img{
    width: 20px;
    height: 12px;
    display: block;
    margin-right: 6px;
}
/* Hover/Focus ohne Hinterlegung */
#languageDropdown + .dropdown-menu .dropdown-item:hover,
#languageDropdown + .dropdown-menu .dropdown-item:focus,
#languageDropdown + .dropdown-menu .dropdown-item:active{
    background: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
li.mx-lg-1 svg{
    margin-right: 2px;
    color: #0E3B7B;
    margin-top: -3px;
    width: 13px;
    height: 13px;
}
.menu-header-menu-3-container{
    display: flex;
    margin-left: auto;
    flex-direction: row;
}
.menu-header-menu-3-container ul{
    margin: 0 !important;
    padding:0 !important;
}
.navbar-toggler{
    border-radius: 0px !important;
    padding: 6px 10px !important;
    background-color: #ffffff !important;
    color: #0E3B7B !important;
    border: 0;
}
.navbar-toggler i{
    font-size: 25px;
}
button:focus:not(:focus-visible){
    box-shadow: none !important;
}
.welcomeBox{
    background-color: #DCECF4;
    width: 100%;
    position: relative;
    /* padding-bottom: 105px; */
    top:0px;
    left:0px;
    position: absolute;
    z-index: 9999;
    height: 0px;
    bottom:100%;
    overflow: hidden;
    transition: all 0.7s ease;
    margin-top: -95vh;
    color: #000;
}
.welcomeBox.activers{
    height: calc(100vh - 20px);
    margin-top: 0px;
    position: fixed;
    /* top: 80px; */
}
.welcomeBox .container{
    padding-top:20px;
}
.welcomeFooter{
    background-color: #E7F1F6;
    padding: 42px 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
@media(min-width:991px){
    .welcomeFooter{
        padding: 20px 0px;
    }
}

/* .welcomeBox .custom-scrollbar-css{
    height: calc(100vh - 720px);
} */
@media(min-width:767px){
    /* .welcomeBox .custom-scrollbar-css{
        height: calc(100vh - 680px);
    } */
}
@media(min-width:991px){
    /* .welcomeBox .custom-scrollbar-css{
        height: calc(100vh - 400px);
    } */
}
.welcomeLeft{
    font-size: 16px;
    color: #000;
    padding-right: 30px;
}
p.welcomeTitle{
    font-size: 19px;
    font-family: var(--font-family-headings-meduim);
    font-weight: 500;
    color: #0E3B7B;
    line-height: 18px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
@media(min-width:767px){
    p.welcomeTitle{
        font-size: 40px;
        line-height: 44px;
    }
}
p.welcomeTitleRight{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.selecTor{
    margin-bottom: 30px;
}
.selecTor p{
    font-size: 16px;
    color:#000;
    margin-bottom: 5px;
}
.welcomeNav{
    padding:5px 0px 30px;
    display: flex;
    justify-content: end;
}
.welcomeNav #menu-header-menu-3 li{
    list-style: none !important;
}
.welcomeNav #menu-header-menu-3 li a{
    padding: 8px 0px !important;
}
.welcomeNav ul{
    flex-direction: row !important;
    justify-content: end;
}
.welcomeNav .menu-header-menu-3-container{
    margin-right: 20px;
}
.welcomeNav ul li a{
    border-color:#DCECF4;
    color: #0E3B7B !important;
    border-bottom: solid 2px #dcecf4 !important;
    border-radius: 0px !important;
    text-decoration: none !important;
    padding: 8px 0px !important;
    font-family: var(--font-family-headings-meduim);
}
.welcomeNav ul li a svg{
    color: #0E3B7B !important;
}
.padLeftBorder{
    padding-left: 30px;
    border-left: solid 1px #AFC3CD;
}
.welcomeFooterContent{
    flex-direction: row !important;
    justify-content: end;
    display: flex;
    align-items: center;
}
.welcomeFooter .container{
    padding-top: 0px;
}
.welcomeFooter a.btn-primary{
    margin-left: 100px;
}
.welcomeFooter a.termsLink{
    text-decoration: none;
    padding-left:2px;
    color:#0E3B7B;
}
.closeOverlayPopup{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: calc(100% - 80px);
    overflow: hidden;
    z-index: 998;
    display: none;
    top: 80px;
}
.closeOverlayPopup.activers{
    display: block;
}
main{
    background:url(../images/bannerbg.jpg) no-repeat left top;
    background-size: cover;
}
.mobBanner{
    display: none;
    background-size: cover;
}
.min-h-555{
    min-height: 555px;
}
main h1{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    font-family:var(--font-family-headings-meduim);
}
main h1 strong{
    display: block;
    font-family:var(--font-family-headings-bold);
    font-size: 52px;
}
.shareBox .share_class{
    background-color: #dedede;
    border-radius: 0px;
    border: 0px !important;
    font-family: var(--font-family-headings-meduim);
    font-size: 14px;
}
.form-select.share_class:focus{
    box-shadow: none !important;
}
.shareLine{
    color:var(--heading-text-color);
    font-size: 14px;
    font-family: var(--font-family-headings-bold);
    margin-bottom: 5px;
    text-transform: capitalize;
}
.shareBox .btn,.investorletter .btn{
    border: solid 1px #a7a7a7;
    border-radius: 10px;
    height: 60px;
    padding: 20px;
    font-size: 15px;
    width: 100%;
    text-align: left;
    position: relative;
    color:var(--heading-text-color);
}
.shareBox .btn::after,.investorletter .btn::after{
    border: 0px !important;
    display: none;
}
.shareBox .btn i,.investorletter .btn i{
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
}
.shareBox .dropdown-menu.show{
    width: 100%;
}
.shareTable .row{
    margin-bottom: 10px;
}
.shareTable p{
    margin:0px;
    padding: 0px;
    color: #000;
    font-size: 12px;
    font-family: var(--font-family-headings-bold);
    word-wrap: break-word;
    line-height: 36px;
}
@media(min-width:370px){
    .shareTable p{
        font-size: 13px;
    }
}
@media(min-width:1400px){
    .shareTable p{
        font-size: 14px;
        line-height: 36px;
    }
}
.smallValue{
    font-size: 12px;
    font-family: var(--font-family-headings-bold);
    color:var(--heading-text-color)
}
.smallValue span{
    font-family: var(--font-family-texts);
    margin-right: 8px;
}
p.shareValue{
    color:var(--heading-text-color);
    font-size: 34px;
    font-family: var(--font-family-headings-meduim);
    letter-spacing: -0.5px;
}
p.shareDater{
    font-size: 12px;
    font-family: var(--font-family-headings-meduim);
    margin-top: -5px;
    color: var(--texts-color) !important;
}
.downloadBtn{
    margin-top: 10px;
}
a.btn-primary{
    display: inline-block;
    background-color:#0E3B7B;
    color:#fff;
    padding: 19px 20px !important;
    text-decoration: none;
    border: solid 1px #0E3B7B;
    font-family: var(--font-family-headings-meduim);
    min-width: 210px;
    text-align: center;
    line-height: 0;
}
a.btn-primary:hover{
    background-color:#fff;
    color:#0E3B7B;
}
a.btn-primary i{
    padding-left: 25px;
}
.form-select{
    height: 45px;
}
.page-section{
    position: relative;
    padding:90px 0px;
}
.stickyNav{
    position:sticky;
    top:-2px;
    z-index: 100;
    background: #fafafa;
    padding:0px;
    margin:0px;
}
.stickyNav ul{
    margin: 0px;
    padding: 0px;
    /* width: 82%; */
    /* margin-right: 1%; */
    float: left;
}
.stickyNav .custom-select{
    width: 17%;
    float: right;
    /* margin-top: 24px; */
    margin-top: 19px;
}
.stickyNav ul li{
    list-style:none;
    display: inline-block;
}
.stickyNav ul li a{
    color:#0E3B7B;
    padding: 33px 20px 27px;
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    transition: transform 350ms cubic-bezier(0.68, 0, 0, 1) 0s, height 350ms cubic-bezier(0.68, 0, 0, 1) 0s;
    border-bottom: solid 3px #fafafa;
    font-family: var(--font-family-headings-meduim);
}
.stickyNav ul li a.active,.stickyNav ul li a:hover{
    color: #fff;
    border-bottom: solid 3px #7BACF1;
    background:#0C203D;
}
p.lead{
    font-size: 30px;
    font-family: var(--font-family-headings-meduim);
    line-height: 1.4;
    padding-right: 30px;
    letter-spacing: -0.6px;
}
.page-section h2{
    font-size: 30px;
    font-family: var(--font-family-texts-light);
    letter-spacing: -0.6px;
}
.padTopSpecial{
    padding-top: 130px;
}
.page-section ul.lineUl, .page-section ul.lineUl li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.page-section ul.lineUl li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 35px;
    font-family: var(--font-family-headings-meduim);
    color: var(--heading-text-color);
}
.page-section strong{
    display: block;
    margin-bottom: 5px;
    color:var(--heading-text-color);
    font-family: var(--font-family-texts);
    font-weight: 300;
}
.page-section ul.lineUl li::before{
    content: "";
    display: block;
    position:absolute;
    top:7px;
    left: 0px;
    background-color: #7BACF1;
    width: 2px;
    height: 46px;
}
.objective{
    background-color: #f6f6f6;
}
#more {display: none;}

#myBtn i{padding-right: 5px;font-size: 14px;}
.padRight{
    padding-right: 50px;
}
.card{
    width: 100%;
    border-radius: 0px;
    border: 0px; background-color: #00000000;
}

.card:hover h5.card-title{color:#0E3B7B ; }
.card-img-top{
    width: 87%;
    height: auto;
    border-radius: 0px;
    border: 0px;
}
.card-body{
    position: relative;
    width: 90%;
    left:5%;
    bottom: 5%;
    height: 115px;
    text-align: center;
    background-color: #00000000;}
h5.card-title{
    font-size:18px;
    margin:0px;
    padding: 0px;
}
.card-text{
    font-size:12px;
    margin:0px;
    padding: 0px;text-align: center !important;
}
.bioUrl{
    text-align: center;
    margin-top: 10px;
}
.bioUrl a{
    color:#0E3B7B;
    text-decoration: none;
    font-size:13px;
}
.bioUrl a i{
    padding-left: 5px;
}
.card-body div.modal-body{ text-align: left;}
.modal-fullscreen .modal-body .modalImg{
    position: relative;
    margin-bottom: 27px;
    margin-left:-16px
}
.modal-body,.modal-body p strong{
    color:#494949;
}
.modal-header{
    border: 0px;
}
.modal-header button{
    font-size:30px;
    color:#0E3B7B;
}
.modalImg img{
    width: 100%;
}
h3.modalName{
    font-size: 30px;
    margin-bottom: 5px;
    color: #494949;
}
.modalDesig{
    font-size: 18px;
    color: #494949;
}
.modalSpecials{
    margin-top: 40px;
    margin-bottom: 30px;
}
.modalSpecials h3{
    color:#7BACF1;
    font-size: 30px;
}
.modalSpecials p{
    font-size: 14px;
}
.mdoalBio p{
    margin-bottom: 25px;
}
ul#pills-tab{
    position: relative;
    border-bottom: solid 1px #a7a7a7;
    margin-left: 15px;
}
ul#pills-tab li{
    min-width: 180px;
    color:#494949;
    margin-right: 120px;
}
ul#pills-tab li button.nav-link{
    color:#494949;
    background: none !important;
    border-radius: 0px;
    padding: 10px 0px;
}
ul#pills-tab li button.nav-link.active{
    color:#0C203D;
}
ul#pills-tab::after{
    content: "";
    display: block;
    width: 151px;
    background-color: #7BACF1;
    height: 5px;
    position: absolute;
    bottom: -3px;
    transition: transform 350ms cubic-bezier(0.68, 0, 0, 1) 0s, height 350ms cubic-bezier(0.68, 0, 0, 1) 0s;
    left:0px;
}
ul#pills-tab.secondTab::after{
    transform: translate3d(300px, 0px, 0px);
}
ul#pills-tab.thirdTab::after{
    transform: translate3d(600px, 0px, 0px);
}
.tab-pane{
    padding: 20px 0px;
}
.tab-pane img{
    width: 100%;
}
.keyfacts p{
    font-size: 13px;
    color:#7BACF1;
}
p.keyfactsTitle{
    margin-bottom: 0px;
    /* color:#171717; */
    color: #000;
    font-size: 15px;
}
.keyfacts .col-lg-3{
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 20px;
}
.literature{
    background: #0C203D; padding: 0;
}
.literature h2{ color: #fff;font-size: 42px;}
.literature p{
    font-size: 15px;
    color:#7BACF1;
}
.literature .container{
    /* background-color: #fff; */
    padding: 60px;
    /* border-left: solid 11px #0E3B7B;
    border-bottom: solid 11px #0E3B7B; 
    margin-bottom: -190px;*/
    margin-bottom: 0;
    z-index: 3;
    position: relative;
}
p.literatureTitle{
    font-size: 25px;
    margin-bottom: 0px;
    /* color: #474747; */
    padding-right: 0px;
    color: #fff;
    padding-bottom: 20px;
}
p.literature-download{
    position: absolute;
    top: 67px;
    right: 75px; 
 
}
p.literature-download a{
    color:#0E3B7B;
    text-decoration: none;
}
p.literature-download svg{
    color: #0E3B7B;
    fill:#0E3B7B;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.literature .col-lg-6{
    margin-bottom: 20px;
    /* border-bottom: solid 1px #e9e9e9; */
    border-bottom: solid 1px #dbd5c770;
    position: relative;
    padding: 0 0 19px 0px;    margin-left: 54px;
}
.literatureDownload{
    position: absolute;
    /* right: 5px;
    top: 5px; */
    left: 122px;
    top: 52px;
}
.literatureDownload img{width:20px; }
.crTitle{
    font-size:60px;
    font-weight: bold;
    color:#7BACF1;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 400px;
}


/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #7BACF1;
  background-image: linear-gradient(to top, #7BACF1 0%, #7BACF1 100%);
}
.leftBorder{
    border-left: solid 1px #d6d6d6;
    padding-left: 25px;
}
.selectYear{
    width: 200px;
    display: inline-block;
    margin: 10px;
}
.selectQuarter{
    width: 100px;
    display: inline-block;
    margin: 10px;
}
.investorletter{
    padding-top: 200px;
    z-index: 2;
}
.investorletter .row{
    align-items: center;
}
.investorletter  h2{
    margin-bottom: 0px;
}
.investorletter .btn{
    height: 52px;
    padding: 15px;
}
.investorletter .btn i {
    top:16px;
}
.investorletter .btn-primary{
    width: 190px;
}
i.downloadIcon{
    background: url(../images/downloadicon.svg) no-repeat center center;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    padding-right: 25px;
}
.investorletter .btn-primary:hover{
    background-color: #393939;
    color:#fff;
}
.portfolio{
    background:#f5f5f5;
}
/* .portfolio h2{
    margin-bottom: 5px;
} */
.portfolioTagLine{
    font-size: 14px;
    /* color:#171717; */
    /* margin-bottom: 50px; */
    font-family: var(--font-family-headings-meduim);
    letter-spacing: 0px;
    margin-top: 6px;
    color: #000;
}
ul#myTab{
    position: relative;
    border-bottom: none;
    
}
.myTab_border{
    border-right: 1px solid #ddd;
    padding-right: 0px !important;
    margin-left: -15px;
}

tbody, td, tfoot, th, thead, tr{
    border: none;
}

ul#myTab li{
    min-width: 180px;
    color:#494949;
    display: block;
    /* border-bottom: solid 1px #d9d9d9; */
    width: 100%;
    margin-bottom: 4px;
}
ul#myTab li button.nav-link{
    color:#000;
    background: none !important;
    border-radius: 0px;
    padding: 15px 0px;
    border: 0px;
    width: 100%;
    position: relative;
    text-align: left;
    transition: all ease 0.4s;
    border-right: 2px solid transparent !important;
}
ul#myTab li button.nav-link:hover{
    /* color: #0b223d; */
    color: #000;
    background: #efeded !important;
    /* border-right: 1px solid #0b223d !important; */
    border-right: 2px solid #000 !important;

}
ul#myTab li button.nav-link.active{
    /* color:#0C203D; */
    /* color: #0b223d; */
    color: #000;
    background: #efeded !important;
    border-right: 2px solid #000 !important; 

    /* border-right: 1px solid #0b223d !important;  */
}
ul#myTab li button.nav-link{
    padding-left: 15px;
    font-family: var(--font-family-texts);
}
.o-table tbody tr{
    transition: all ease-in-out 0.3s;
}
.o-table tbody tr:hover{
    background-color: #efeded !important;
}
/* ul#myTab li button.nav-link.active::after{
    content: "";
    display: block;
    width: 100%;
    background-color: #7BACF1;
    height: 5px;
    position: absolute;
    bottom: -2px;
    transition: transform 350ms cubic-bezier(0.68, 0, 0, 1) 0s, height 350ms cubic-bezier(0.68, 0, 0, 1) 0s;
    left:0px;
} */
/*ul#myTab.vtabb2::after{
    transform: translate3d(0px, 50px, 0px);
}
ul#myTab.vtabb3::after{
    transform: translate3d(0px, 100px, 0px);
}*/
.tab-content.tabVertical{
    /* width: 100%; */

    width: 100%;
    /* margin: 0 0 0 15px; */
    padding-left: 0;
    margin-left: -15px !important;
}
@media(min-width:991px){
    .tab-content.tabVertical{
        padding-left: 15px;
        margin-left: 0px !important;
    }
}


.portfolio .tab-pane{
    padding: 0px
}
.portfolio table th,.portfolio table td{
    padding: 15px;
    font-size: 16px;
    font-family: var(--font-family-texts);
     background: none;
     font-weight: 400;
     width: 33%;
     color: #000;
}
.table__grid{
    display: grid !important;
    grid-template-columns: 1fr 1fr 3fr;
    max-width: 250px;
}
.valueBoxP{
    display: flex;
}
.portfolio table div.minusBar,.portfolio table div.plusBar{
    width: 100%;
}
.portfolio table div.valueTextP{
    width: 50px;
    text-align: center;
}
.portfolio table div.minusBar span,.portfolio table div.plusBar span{
    height: 12px;
    background-color: #233c98;
    display: block;
    position: relative;
    top: -2px;
    margin-left: 10px;
}
.portfolio table td:nth-child(3) span{
    background-color: #08d899;
}
.portfolio table div.minusBar span{
    float: right;
}
footer{
    background:#0C203D;
    color: #fff;
}
.topFooter{
    border-bottom: solid 1px #177cb5;
    padding-bottom: 30px;
    align-items: center;
}
.topFooter p{
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 20px 10px;
}
.topFooter img.mb-2{
    width:262px;
}
.topFooter a.btn-primary{
    display: inline-block;
}
a.btn-primary i{
    padding-left: 7px;
    position: relative;
    top: 1px;
}
.footerBottom{
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #177cb5;
    margin-bottom: 40px;
}
.footerBottom h5{
    color:#fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footerBottom ul li a.link-secondary,.footerBottom ul li a{
    color:#9AB2D0 !important;
    font-size: 12px;
    text-decoration: none;
}
.footerBottom ul li a:hover{
    color:#177cb5 !important;
}
.copyRight{
    text-align: center;
    padding-bottom: 30px;
    color:#177CB5;
    font-size: 12px;
}
.overflowHidden{
    height: 100%;
    overflow: hidden;
}
/************ Data Protection Page CSS ***************************/
.dataProtection main{
    background: url(../images/bannerimage.png) no-repeat center center;
    background-size: cover;
}
.dataProtection .page-section,.contactUs .page-section{
    padding: 70px 0px;
}
.bannerHeading{
    padding: 50px 0px;
}
.bannerHeading h1{
    color: #fff;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: var(--font-family-headings-med);
}
.bannerHeading .tagLine{
    color: #fff;
    font-size: 30px;
}
.lightGrey{
    background-color:#f6f6f6;
}
.aboutInfo{
    font-size:30px;
    padding-left: 30px;
    border-left: solid 2px #7BACF1;
    line-height: 1.6;
}
.aboutInfo a{
    color: #0E3B7B;
    text-decoration: none;
}
.applicationArea ul{
    margin-left: 0px;
    padding-left: 20px;
}
.applicationArea ul li{
    font-size:25px;
    margin-bottom: 15px;
}
.applicationArea ul li::marker {
    color: #7BACF1;
}
.margBtm30{
    margin-bottom: 30px;
}
.contactUs h2{
    text-align: center;
}
/***********Contact Page CSS **********************/
.contactUs main{
    background: url(../images/contactbanner.png) no-repeat center center;
}
.width600{
    width: 600px;
}
.contactForm input,.contactForm textarea{
    border: 0px;
    border-bottom: solid 1px #aeaeae;
    padding: 10px;
    outline: none !important;
    margin-bottom: 30px;
    width: 100%;
    color:#494949;
}
.form-check{
    margin-bottom: 20px;
    position: relative;
    vertical-align: middle;
}
.form-check label{
    padding-top: 4px;
    padding-right: 140px;
    display: block;
}
.form-check label a{
    text-decoration: none;
    color: #7BACF1;
}
.contactForm .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    border: solid 1px #aeaeae !important;
    width: 20px;
    margin-right: 10px;
}
.form-check .btn,.form-check input.wpcf7-submit{
    position: absolute;
    top:0px;
    right:0px;
    background-color: #0E3B7B;
    color: #fff;
    padding: 12px 15px;
    text-decoration: none;
    border: solid 1px #0E3B7B;
    border-radius: 0px;
    width: 130px;
}
.form-check input[type=checkbox]{
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
.form-check span.wpcf7-list-item-label{
    display: inline-block;
}
.form-check .wpcf7-list-item{
    margin-left: 0px !important;
}
.form-check{
    padding-left: 0px !important;
}
.form-check .btn i {
    padding-left: 25px;
}
/* The container must be positioned relative: */
.custom-select {
    position: relative;
    /* font-family: Arial; */
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element: */
  }
  
  /* .select-selected {
    background-color: #0E3B7B;
  } */
  .select-selected {
    color: #000 !important;
    height: 50px;
    display: flex;
    align-items: center;
}

  .investorletter .select-selected,.welcomeContent .select-selected {
    background-color: #ffffff !important;
    border-left: solid 1px #a7a7a7 !important;
    font-size: 18px;
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 24px;
    right: 17px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000000 transparent transparent transparent;
  }
  .investorletter .select-selected:after, .welcomeContent .select-selected:after {
    border-color: #171717 transparent transparent transparent;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #171717 transparent;
    top: 16px;
  }
  .investorletter .select-selected.select-arrow-active:after , .welcomeContent .select-selected.select-arrow-active:after {
    border-color: transparent transparent #171717 transparent;
  }
  
  /* style the items (options), including the selected item: */
  .select-items div, 
  .select-selected {
    color: #a9a9a9;
    padding: 11px 35px 9px 0;
    /* border-left: 2px solid #0E3B7B; */
    cursor: pointer;
    font-size: 24px;
    font-family: var(--font-family-headings-meduim);
  }
 .select-selected{ 
    padding: 15px 35px 10px 20px;
    font-size: 15px;
    background: #dddddd47;
    line-height: 0px !important;
 }
@media(min-width:1800px){
    .select-selected{ 
        padding: 14px 35px 10px 20px;
     } 
}

 .select-items div {
    /* margin: 5px 0px; */
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 12px;
}
    
  .select-items div {
    padding-left:20px;
    padding-right: 15px;
  }
  .investorletter .select-items div,
  .investorletter 
  .select-selected, 
  .welcomeContent .select-items div,
  .welcomeContent .select-selected {
    color: #000 !important;
    border-left: 0px !important;
  }
  .welcomeContent .select-items div,
  .welcomeContent .select-selected {
    border-left: 4px solid transparent !important;
    font-size: 18px;
  }
  .welcomeContent .select-selected {
    border-left: 0px solid transparent !important;
  }
  .select-selected{
    color: #ffffff; 
  }
  .select-items div{
    /* margin: 5px 0px; */
    padding-top:10px;
    padding-bottom: 10px;
    color: #ffffffd4;
    border-left: 2px solid #0e3b7b;
  }
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: #0E3B7B;
    top: 100%;
    left: 0px;
    right: 0;
    z-index: 99;
  }
  .investorletter .select-items,
  .investorletter .select-selected {
    background-color: #fff !important;
    border: solid 1px #a7a7a7 !important;
    border-radius: 10px;
  }
  .welcomeContent .select-selected {
    background-color: inherit !important;
    border-bottom: 1px solid #a7a7a7;
  }
  .welcomeContent .select-items {
    background-color: #F7FBFD;
    border-bottom: 1px solid #a7a7a7;
  }
  .investorletter .select-items {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    border-left: 2px solid #7BACF1;
    color: #fff;
  }
  .investorletter .select-items div:hover, 
  .investorletter .same-as-selected {
    border-left: 0px !important;
    color: #171717;
    background-color: #F4FBFF;
  }
  .welcomeContent .select-items div:hover, 
  .welcomeContent .same-as-selected {
    color: #171717;
    background-color: #ACE2FE;
    border-left: 4px solid #113262!important;
  }
  .modal-backdrop{
    z-index: 99 !important;
  }
  span.divider{    
    height: 2px;
    width: 25%;
    display: block;
    background: #000000;
    margin: 8px auto;
   }


.modal-row{
    align-items: center;
    justify-content: space-between;
}

/* home page slider style starts */
.c-guides .br-1 {
    position: relative;
    height: 100%;
}

/* .c-guides .br-1:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #d6d6d6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */
.c-guides {
    overflow: hidden;
}
.c-guides p {
    /* color: #69696b; */
    color: #000;
}


.c-guides-title span {
    color: #0e3b7b;
    display: block;
}
.c-guides-row p {
    font-size: 18px;    
    margin-bottom: 0;
    padding-right: 0;
}
.c-guides-box {
    /* padding-right: 3.5rem; */
    display: flex;
    flex-direction: column;
    height: auto !important;
}

.c-guides-slide .owl-stage {
    margin-bottom: 20px;
}
.c-guides-slide .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 1rem;
}
.c-guides-slide .owl-nav button {
  height: 40px;
  width: 40px;
  position: relative;
  border: 1px solid #113262 !important;
  border-radius: 50%;
  filter: none;
}
.c-guides-slide .owl-nav button.disabled {
    opacity: .5;
    pointer-events: none;
}
.c-guides-slide .owl-nav .owl-prev span,
.c-guides-slide .owl-nav .owl-next span {
    display: none;
}
.c-guides-slide .owl-nav button.owl-next:before,
.c-guides-slide .owl-nav button.owl-prev:before {
  transition: all .4s cubic-bezier(.39,.57,.56,1);
}
.c-guides-slide .owl-nav button.owl-next:before,
.c-guides-slide .owl-nav button.owl-prev:before {
  background: url(../images/arrow.svg) 50% 50% no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: center;
  width: 100%;
}
.c-guides-slide .owl-nav button.owl-next:before { 
  transform: scale(1);
}
.c-guides-slide .owl-nav button.owl-prev:before {
transform: scale(1) rotate(180deg);
}
.c-guides-slide .owl-dots {
  display: none;
}
/* .c-guides-slide .owl-nav button.owl-prev:before {
  transform: scale(1) rotate(180deg);
  transition: all .4s cubic-bezier(.39,.57,.56,1);
} */

/* home page slider style end */
.selectYear { width: 100%;}
.selectYear div.custom-select{ display: flex; justify-content: flex-start;}
.selectYear div.custom-select label{ font-size: 25px; color: #fff;margin: 0 0 0 -11px;}
.selectYear div.custom-select div.select-selected{ padding: 0 0 0 9px; border: none; background: none; margin: 0px 0 0 0; font-size: 25px;}
.selectYear div.custom-select div.select-selected:after{ top: 8px;}
.selectYear div.custom-select div.select-selected.select-arrow-active:after { top: 1px; }
.selectYear div.literatureDownload a{ background: none; border: none; margin: -5px 0 0 29px; padding: 0; }
.selectYear div.literatureDownload{ width: 100%; left: -9px;}
.dwld-wl{ display: flex;}
.dwld-wl a.btn-primary{ background: none; border: none; padding: 0; margin: -5px 0 0 15px;}
.dwld-wl img{ width: 20px;}
.objective p{ text-align: justify; color: #000;}
.keyfacts{ background-color: #f6f6f6;}
.select-items {
overflow-y: auto;
max-height: 200px;
scrollbar-width: thin;
scrollbar-color: #ffffff5e #f1f1f100;
  }
/* The scrollbar */
::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
    height: 12px; /* Height of the scrollbar */
}

/* The track (background of the scrollbar) */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
    border-radius: 10px; /* Round edges */
}

/* The handle (draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
    background: #888; /* Color of the handle */
    border-radius: 10px; /* Round edges */
}

/* The handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the handle on hover */
}
.card-body div.modal-body {
    width: 1000px;
    margin: 0 auto;
}
.lesstext{ color: #000;}
/****************************************************************/
.my-slider-progress-bar {
    background: #113262;
height: 5px;
transition: width 400ms ease;
width: 0;
margin: 26px 0 0 0px;
padding: 0 0 0 0px;
position: relative;
top: -3px;
}
  /* Optional: Add some styling to the slides */
  .splide__slide {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto; /* Adjust height as needed */
      background: none; /* Just for visibility */
      width: 27% !important; 
      margin:0 10px !important;
  }
  .splide.is-initialized, .splide.is-rendered{    position: relative;
    margin: 0 0 18px 0px;}
.splide__arrows{width: 114px;
display: block;
position: absolute;
bottom: 4px;
right: 0px;}
.my-slider-progress {
background: #ccc;
margin: 0px 0 0 10px;
width: 89%;
height: 2px;}
.splide__pagination{ display: block;}
.splide__arrow--prev:before {
background: url(https://www.citadel.com/wp-content/themes/citadel/assets//images/arrow.svg) 50% 50% no-repeat;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: scale(1) rotate(180deg);
transform-origin: center;
transition: all .4s cubic-bezier(.39,.57,.56,1);
width: 100%;
}
.splide__arrow {
border-color: #144aa5;
filter: none; background:none;
}
.splide__arrow svg{ display:none;}
.splide__arrow--prev {
margin-right: .5rem;
overflow: hidden;
}
.splide__arrow--prev {
border: 1px solid #144aa5;
border-radius: 3rem;
height: 2.5rem;
position: absolute;
transition: all .4s cubic-bezier(.39,.57,.56,1);
width: 2.5rem;
}
.splide__arrow--next {
border: 1px solid #144aa5;
border-radius: 3rem;
color: #fff;
height: 2.5rem;
overflow: hidden;
position: absolute;
width: 2.5rem;
}
.splide__arrow:disabled {
opacity: .3;
}
.splide__arrow--next:before {
background: url(https://www.citadel.com/wp-content/themes/citadel/assets//images/arrow.svg) 50% 50% no-repeat;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: scale(1);
transform-origin: center;
width: 100%;
}
.splide__pagination { display:none !important;}
.splide__track {
    overflow: visible;
    position: relative;
    z-index: 0;
    display: flex;
}
.modal-fullscreen .modal-content{ background: #DCECF4;}
.modal-content-part{ border-left: solid 1px #AFC3CD;
    padding: 0 23px 0 51px;
    margin: 0 0 0 26px;
    
    width: 62%;
  }
  .modal-header .btn-close{font-size: 16px;
    top: 7px;
    position: relative;
    right: 76px;}
.modal-fullscreen{height: 100% }
.splide__track { overflow: visible;}
.stickyNav ul li a { padding: 33px 14px 27px;}
.my-slider-progress { width: 85%;}
/*************************************************/


@media screen and (min-width: 1024px) {
    /* .c-guides .c-guides-title { 
      font-size: 55px;
    } */
    .c-guides-row p {
      font-size: 20px;
      padding-top: 15px;
    }
    /* .c-guides-box h4 {
      font-size: 22px;
      margin-bottom: 15px;
    } */
    /* .c-guides-box h4 {
      font-size: 32px;
      margin-bottom: 76px; 
      min-height: 154px;
  } */
    .c-guides-slide .owl-nav button{
      height: 48px;
      width: 48px;
    }
  }

@media only screen and (min-width: 992px){
    .literature .col-lg-6 {
        width: 42%;
        /* margin-right: 2%; */
    }
    .keyfacts .col-lg-3{
        width: 24%;
        margin-right: 1%;
    }
    .stickyMobile{
        display: none;
    }

}
@media only screen and (max-width: 1199px) and (min-width:1025px){
    .literature .col-lg-6 {margin-left: 25px; width: 47%;}
    .literature .container{ padding: 49px;}
    p.literatureTitle{ font-size: 23px;}
    .selectYear div.custom-select label{font-size: 23px; }
    .selectYear div.custom-select div.select-selected{font-size: 23px; }

}
@media only screen and (max-width: 1024px){
    .c-guides-box { padding-right: 1.5rem; }
    p.literatureTitle { font-size: 20px;}
    .literatureDownload{top: 44px;}
    .selectYear div.custom-select label{font-size: 20px; }
    .selectYear div.custom-select div.select-selected{font-size: 20px; }
    .modal-row{ align-items: flex-start;}
    .card-body div.modal-body {
        width: 100%;}
.modal-img-part{ width: 31%;
    margin: 0 0 0 20px;}
    .modal-header .btn-close {  top: 0;  right: 0;   }

}
@media only screen and (max-width: 992px){
    .container{
        width:90%;
        max-width: 90%;
    }
    .closeOverlayPopup{
        background-color: #E7F1F6;
    }
    .welcomeBox.activers{
        height: calc(100vh - 70px);
        top: 80px;
    }
    .navbar-toggler{
        margin-right: -25px;
    }
    .navbar-toggler svg{
        width: 1.7rem;
        height: 1.7rem;
        color: rgb(14, 59, 123);
        fill: rgb(14, 59, 123);
    }
    li.mx-lg-1 svg{
        color: #ffffff;
    }
    .overflowHidden{
        height: 100%;
        overflow-y: scroll;
    }
    .padLeftBorder{
        border: none;
        padding:12px;
    }
    .padTopSpecial{
        padding-top: 10px;
    }
    .menu-header-menu-3-container{
        flex-direction: column;
    }
    .menu-header-menu-3-container ul li{
        margin: 0px;
    }
    #navbarResponsive ul.navbar-nav li a,#navbarResponsive .menu-header-menu-3-container ul li a {
        color: #fff !important;
        border: 0px;
    }
    .navbar-collapse{
        background: #0E3B7B !important;
        padding: 20px;
    }
    .stickyNav{
        display: none !important;
    }
    .stickyMenuIcon{
        position: absolute;
        top:20px;
        right:20px;
        cursor: pointer;
    }
    .mobileMenuContainer{
        display:none;
        position:absolute;
        top:50px;
        height:100vh;
        width:100%;
        background:#0E3B7B;
        overflow:auto;
        z-index:99;
        left: 0px;
    }
    .stickyMobile{
        display: block;
        position: sticky;
        z-index: 101;
        margin: 0px;
        padding: 20px 0px 15px;
        width: 100%;
        top: -2px;
        background: #0E3B7B;
        color:#fff;
    }
    #mobileMenuTitle{
        line-height: 23px;
    }
    .stickyMobile h3,.stickyMobile a,.mobileMenuContainer ul{
        color: #fff;
        margin:0px;
        padding: 0px;
        text-decoration: none;
    }
    .mobileMenuContainer ul{
        margin-top: 20px;
    }
    .mobileMenuContainer li{
        list-style: none;
        margin: 0px;
        padding: 0px 0px 15px 0px;
    }
    .mobileMenuContainer ul li a{
        border-left:solid 3px #0E3B7B;
        padding:3px 15px;
        display: block;
    }
    .mobileMenuContainer ul li a.activeMobile{
        border-left:solid 3px #7BACF1;
    }
    .stickyMenuIcon i{
        font-size: 24px;
    }
    .stickyMenuIcon.open i.fa-bars::before{
        content: "\f00d" !important;
    }
    .mobileMenuContainer .form-select{
        margin: 33px 0px 23px;
    }
    .welcomeNav ul{
        justify-content: start;
    }
    .shareBox{
        width: 100%;
        padding: 40px 15px;
    }
    .min-h-555{
        min-height: 250px;
    }
    .card{
        margin-bottom: 30px;
    } 
    .col-lg-6 {
        margin-bottom: 10px;
    }
    .stickyNav ul li a{
        padding: 20px;
    }
    ul#pills-tab li{
        margin-right: 30px;
    }
    ul#pills-tab.secondTab::after {
        transform: translate3d(210px, 0px, 0px);
    }
    ul#pills-tab.thirdTab::after {
        transform: translate3d(420px, 0px, 0px);
    }
    .justifyReverse{
        justify-content: start !important;
    }
    .investorletter .btn-primary{
        margin:10px;
    }
    #objective .col-lg-6 .col-lg-6{
        width: 50%!important;
        float:left !important;
    }
    #objective .card{
        width: 100%;
        overflow: hidden;
    }
    #objective .card img{
        width: 100%;
    }
    #objective .card-body{
        position: relative;
        padding: 10px 7px !important;
        height: auto;
    }
    #objective h5{
        font-size: 16px;
    }
    #objective .card-text,#objective .bioUrl{
        font-size: 12px;
    }
    .shareTable .col-lg-6{
        width: 50% !important;
    }
    .page-section{ padding: 50px 0px;}
    .objective{ padding: 50px 0 0 0;}
    .c-guides-box { padding-right: 1.5rem; }
    .my-slider-progress { width: 83%;}
    .literature .container{ padding: 0 0 0 16px;}
    .literature .col-lg-6 {  margin-bottom: 20px;  padding: 0 0 12px 0px;  margin-left: 18px;  width: 92%;  }
    p.literatureTitle { font-size: 20px;  margin-bottom: 0px; padding-right: 20px; padding-bottom: 13px; }
    .literatureDownload{top: 38px;}
    .tab-content.tabVertical { width: 100%; margin: 0 0 0 0px;}
    
}
@media only screen and (max-width: 767px){
    main{
        background:#fff !important;
        background-size: cover;
        z-index: 99;
        position: relative;
    }
    .mobBanner{
        display: block;
    }
    .mobHide{
        display: none;
    }
    main .mobBanner h1{
        padding-top: 19px;
        margin-bottom: 0px;
        color: var(--heading-text-color);
    }
    main .mobBanner h1 span{
        display: block;
        font-size: 15px;
        font-family: var(--font-family-headings-bold);
    }
    .mobBanner .min-h-555{
        min-height: 150px;
    }
    .shareBox{
        border: 0px !important;
        padding: 30 !important;
        min-height: 370px;
    }
    .shareTable{
        margin: 30px 0px 20px 0px;
    }
    .welcomeBox.activers{
        height: calc(100vh - 70px);
        top: 80px;
    }
    .stickyNav ul li a{
        padding: 15px;
    }
    .modal-fullscreen .modal-body .modalImg{
        margin: 20px !important;
    }
    .padRight{
        padding-right: 0px;
    }  
    ul#pills-tab li{
        margin-right: 0px;
        display: block;
        border-bottom: solid 1px #a7a7a7;
        width: 100%;
    }
    ul#pills-tab.secondTab::after {
        transform: translate3d(0, -45px, 0px);
    }
    ul#pills-tab.thirdTab::after {
        transform: translate3d(0, 0px, 0px);
    }
    /* ul#pills-tab::after {
        transform: translate3d(0, -90px, 0px);
    }  */
    a.btn-primary{
        padding: 10px;
    }
    .welcomeFooterContent{
        flex-direction: column !important;
        text-align: center;
    }
    .welcomeFooter a.btn-primary{
        margin:8px 0px 0px 0px;
    }
    .aboutInfo{
        padding-left: 0px;
        border: 0;
    }
    p.literature-download{
        position: relative;
        margin-top: -15px;
        margin-bottom: 30px;
        top:0px;
        right:0px;
    }
    .form-check span.wpcf7-list-item{
        display: block !important;
    }
    .form-check label{
        padding-right: 0px !important;
    }
    .form-check input.wpcf7-submit{
        position: relative;
    }
    .portfolio table div.minusBar span,.portfolio table div.plusBar span{
        display: none;
    }
    /* .page-section{ padding: 50px 0px;} */
    p.lead { font-size: 24px; }
    /* .objective{ padding: 50px 0 0 0;} */
    .c-guides-box{ height: auto !important;padding-right: 0;}
    .splide__slide{ width: 94% !important;}
    .splide__list{ width: 100%;}
    .c-guides .br-1::after{ background: none;}
    .splide__arrows { width: 98px; bottom: 25px; right: 0px; }
    /* .literature .container{ padding: 0 0 0 16px;}
    .literature .col-lg-6 {  margin-bottom: 20px;  padding: 0 0 12px 0px;  margin-left: 18px;  width: 92%;  }
    p.literatureTitle { font-size: 20px;  margin-bottom: 0px; padding-right: 20px; padding-bottom: 13px; }
    .literatureDownload{top: 38px;}
    .tab-content.tabVertical { width: 100%; margin: 0 0 0 0px; } */
    li.splide__slide:last-child{width: 97% !important;}
}
@media only screen and (max-width: 540px){
    a.navbar-brand{
        width: 208px;
    }
    #mainNav .navbar-brand img{
        width:180px;
    }
    .welcomeBox.activers{
        height: calc(100vh - 70px);
        top: 80px;
    }
    .mobBanner .min-h-555{
        min-height: 100px;
    }
    .mobBanner.verSion3 .min-h-555{
        min-height: 100px!important;
    }
    main .mobBanner.verSion2 h1{
        padding-top: 75px;
    }
    main .mobBanner.verSion3 .mb-0 h1{
        padding-top: 25px;
    }
    .mobBanner.verSion2{
        background-size: 120%!important;
        background-position: top center !important;
    }
    .mobBanner.verSion3{
        background-size: 120%!important;
        background-position: left top !important;
    }
    ul.navbar-nav li {
        margin: 0px 15px 0px 0px !important;
    }
    ul.navbar-nav li a{
        font-size: 14px !important;
    }
    .welcomeNav #menu-header-menu-3 li a{
        font-size: 14px !important;
    }
    .wlcomeFooter{
        position: relative;
    }
    main h1 strong{
        font-size: 34px;
    }
    .stickyNav{
        position: relative;
    }
    .justifyReverse{
        justify-content: start !important;
    }
    .topFooter a.btn-primary{
        display: inline-block;
        font-size:14px;
        width: 125px;
    }
    .literature .col-lg-6 { width: 86%;  }
    .card-body div.modal-body{ width: 100%;}
    .modal-content-part {
        border-left: none;
        padding: 0 23px 0 31px;
        margin: 0 0 0 0px;
        width: 100%;
      }
      .modal-header .btn-close {top: 31px; right: 0; }
}

/* basic structure */
*{
   box-sizing: border-box;
}

.o-banner-container{
    max-width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0px 20px;
}
@media(min-width:1200px){
    .o-banner-container{
        padding: 0px 106px;
    }
}
.container{
    width: 100% !important;
    max-width: 1800px !important;
    margin: 0 auto !important;
    padding: 0px 20px !important;
}
@media(min-width:1200px){
    .container{
        padding: 0px 106px !important;
    }
}
/* o-home-banner */
.o-home-banner{
    background-size: cover;
    background-position: center;
    position: relative;
}
.o-home-banner:after{
    content: "";
    background-color: #0e3b7b7d;
    position: absolute;
    width: 50%;
    top: 0%;
    height: 100%;
    left: 0;
    pointer-events: none;
}
.o-home-banner:before{
    content: "";
    background-color: #0e3b7b57;
    position: absolute;
    width: 50%;
    top: 0%;
    height: 100%;
    right: 0;
    pointer-events: none;
}
@media(max-width:767px){
    .o-home-banner:before{
        display: none;
    }
    .o-home-banner:after{
        width: 100%;
    }
}
/* @media(min-width:1500px){
    .o-home-banner:before{
        width: 50.1%;
    }
    .o-home-banner:after{
        width: 49.9%;
    }
}
@media(min-width:1700px){
    .o-home-banner:before{
        width: 49.5%;
    }
    .o-home-banner:after{
        width: 50.5%;
    }
}
@media(min-width:1800px){
    .o-home-banner:before{
        width: 49.7%;
    }
    .o-home-banner:after{
        width: 50.3%;
    }
}
@media(min-width:1900px){
    .o-home-banner:before{
        width: 49.8%;
    }
    .o-home-banner:after{
        width: 50.2%;
    }
} */
.o-home-banner__grid{
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    padding: 30px 0px;
}
@media(min-width:991px){
    .o-home-banner__grid{
        grid-template-columns: 1fr 1fr;
        padding: 160px 0px 0px;
    }
}
@media(min-width:1400px){
    .o-home-banner__grid{
        padding-top: 120px;
    }
}
/* @media(min-width:1600px){
    .o-home-banner__grid{
        grid-template-columns: 1fr 1fr;
        height: auto;
    }
} */
.o-home-banner__content-area{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    z-index: 1;
    text-align: center;
    
}
@media(min-width:991px){
    .o-home-banner__content-area{
        text-align: left;
    }
}
.o-home-banner__content-area h1{
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-family-headings-bold);
    margin-bottom: 0px;
}
@media(min-width:600px){
    .o-home-banner__content-area h1{
        font-size: 36px;
        line-height: 46px;
    }
}
@media(min-width:1024px){
    .o-home-banner__content-area h1{
        font-size: 40px;
        line-height: 58px;
    }
}
@media(min-width:1600px){
    .o-home-banner__content-area h1{
        font-size: 54px;
        line-height: 76px;
    }
}
.o-home-banner__content-area p{
    font-size: 17px;
    color: #fff;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}
@media(min-width:991px){
    .o-home-banner__content-area p{
        padding-right: 120px;
    }
}
@media(min-width:1400px){
    .o-home-banner__content-area p{
        font-size: 17px;
        margin-top: 30px;
    }
}
@media(min-width:1600px){
    .o-home-banner__content-area p{
        padding-right: 120px;
        font-size: 24px;
    }
}
@media(min-width:1900px){
    .o-home-banner__content-area p{
        padding-right: 120px;
    }
}


.o-home-banner__form-area{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media(min-width:991px){
    .o-home-banner__form-area{
        align-items: end;
        justify-content: end;
    }
}
.o-home-banner__form-area .shareBox {
    margin-bottom: 0px !important;
    z-index: 991 !important;
}
@media(min-width:991px){
    .o-home-banner__form-area .shareBox {
        margin-bottom: -19px !important;
        z-index: 991 !important;
    }
}



.shareTable {
    width: 95%;
    font-size: 13px;
    margin: 24px 0px 35px 0px;
}
.shareBox{
    background:#fff;
    border: solid 20px #0E3B7B;
    border-top:0px;
    border-right: 0px;
    max-width: 380px;
    width: 100%;
    min-height: 486px;
    padding: 35px 22px;
   
    padding-bottom: 50px !important;
    margin-left: initial;
    margin-top: 20px;
}
@media(min-width:400px){
    .shareBox{
        padding: 35px 36px;
    }
}
@media(min-width:991px){
    .shareBox{
        margin-left: auto;
        margin-top: 0px;
    }
}
@media(min-width:1024px){
    .shareBox{
        max-width: initial;
        width: 400px;
    }
}
@media(min-width:1400px){
    .shareBox{
        width: 410px;
    }
}
@media(min-width:1500px){
    .shareBox{
        width: 480px;
    }
}
@media(min-width:1600px){
    .shareBox{
        width: 520px;
    }
}

@media(min-width:1400px){
    .shareTable .row {
        margin-bottom: 18px;
    }
    .shareTable{
        margin: 30px 0px 50px 0px;
    }
    .shareBox{
        padding: 50px 36px;
        padding-bottom: 68px !important;
    }
}

.c-guides .c-guides-title { 
    font-size: 38px;
    line-height: 48px;
    line-height: 1.1;
    color: #0e3b7b;
    margin-bottom: 15px;
}
@media(min-width:1024px){
    .c-guides .c-guides-title { 
        font-size: 50px;
        line-height: 65px;
    }
}
@media(min-width:1400px){
    .c-guides .c-guides-title { 
        font-size: 60px;
        line-height: 75px;
    }
}
@media(min-width:1600px){
    .c-guides .c-guides-title { 
        font-size: 72px;
        line-height: 90px;
    }
}
.center-align{
    display: flex;
    align-items: center;
}
*{
box-sizing: border-box;
}
  .splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0px 70px;
    border-left: 1px solid #ddd;
}


.c-guides-title-p p{
    font-size: 20px;
    margin-top: 0px;
}
@media(min-width:1600px){
    .c-guides-title-p p{
        font-size: 27px;
    }
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    bottom: 0px !important;
    top: initial !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #113262 !important;
}
.c-guides-slide .swiper-slide{
    padding: 0px 20px;
    border-right: 1px solid #ddd;
}
@media(min-width:1024px){
    .c-guides-slide .swiper-slide{
        padding: 0px 35px;
        border-right: 1px solid #ddd;
    }
}
@media(min-width:1400px){
    .c-guides-slide .swiper-slide{
        padding: 0px 45px;
        border-right: 1px solid #ddd;
    }
}
@media(min-width:1600px){
    .c-guides-slide .swiper-slide{
        padding: 0px 65px;
        border-right: 1px solid #ddd;
    }
}
.c-guides-slide .swiper-slide:first-child{
    border-left: 1px solid #ddd;
}

.c-guides-box h4 {
    color: #1a3d9e;    
    font-size: 25px;
    margin-bottom: 15px; 
}
@media(min-width:1024px){
    .c-guides-box h4 {
        font-size: 30px;
    }
}
@media(min-width:1400px){
    .c-guides-box h4 {
        font-size: 35px;
    }
}
@media(min-width:1600px){
    .c-guides-box h4 {
        font-size: 40px;
    }
}

.c-guides p{     
    font-size: 18px;
    margin-top: 30px;
}
@media(min-width:767px){
    .c-guides p{     
        font-size: 18px;
        margin-top: 0px;
    }
}
@media(min-width:1024px){
    .c-guides p{     
        font-size: 20px;
        /* margin-top: 25px; */
    }
}
@media(min-width:1600px){
    .c-guides p{     
        font-size: 23px;
        /* margin-top: 50px; */
    }
}
.heroSlider__prev::after{display:none}
.heroSlider__next::after{display:none}

.heroSlider__prev img, .heroSlider__next img{
  width: 32px;
  opacity: .3;
}
.heroSlider__prev{
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 50px;
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.heroSlider__next{
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 0;
    right: -10px;
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 50px;
}
@media(min-width:1400px){
    .heroSlider__prev{
        width: 54px;
        height: 54px;
        right: 60px;
    }
    .heroSlider__next{
        width: 54px;
        height: 54px;
    }
}
.swiper-pagination-progressbar-fill{
    z-index: 1;
}

.prev-next-alignment{
    background: #fff;
    height: 63px;
    margin-top: 20px !important;
    width: 100px !important;
    float: initial;
    z-index: 10;
}
@media(min-width:1200px){
    .prev-next-alignment{
        margin-top: -32px !important;
        float: right;
    }
}

.swiper-pagination-progressbar{
    background: #ddd;
    height: 2px !important;
    position: relative;
}
@media(min-width:1024px){
    .swiper-pagination-progressbar{
        background: #fff;
        height: 4px !important;
    }
}
.swiper-pagination-progressbar::after{
    content: "";
    width: 100%;
    background-color: #ddd;
    height: 1px;
    position: absolute;
}
.c-guides-row {
    margin-bottom: 4rem;
    align-items: flex-end;
}
@media(min-width:1200px){
    .c-guides-row {
        margin-bottom: 4.5rem;
    }
}



.o-team{
    padding:60px 0px;
}
@media(min-width:991px){
    .o-team{
        padding:110px 0px;
    }
}
.o-bg-gray{
    background-color: #f6f6f6;
}
.o-team__50-50{
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}
@media(min-width:767px){
    .o-team__50-50{
        gap: 50px;
    }
}
@media(min-width:1300px){
    .o-team__50-50{
        grid-template-columns: 1.4fr 2fr;
        gap: 15px;
    }
}
.o-team__h2{
    font-family: var(--font-family-headings-bold) !important;
    font-size: 32px !important;
    letter-spacing: 0.5px !important;
}
.mb-0{
    margin-bottom: 0px;
}
.o-team__h3{
    font-size: 30px;
    line-height: 44px;
    font-family: var(--font-family-headings-bold);
    margin-top: 24px;
    margin-bottom: 0px;
    padding-right: 0px;
}
@media(min-width:425px){
    .o-team__h3{
        padding-right: 50px;
    }
}
@media(min-width:1600px){
    .o-team__h3{
        font-size: 43px;
        line-height: 58px;
    }
}
.o-team__p{
    font-size: 18px;
    line-height: 32px;
    /* font-family: var(--font-family-texts-light); */
    margin-bottom: 0px;
    margin-top: 30px;
}
@media(min-width:1600px){
    .o-team__p{
        margin-top: 45px;
        font-size: 24px;
        line-height: 38px;
    }
}
.o-team-leadership-spacing{
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    overflow: hidden;
}
@media(min-width:1300px){
    .o-team-leadership-spacing{
        grid-template-columns: 1fr 8fr;
    }
}
@media(min-width:1500px){
    .o-team-leadership-spacing{
        grid-template-columns: 1fr 8fr;
    }
}
@media(min-width:1600px){
    .o-team-leadership-spacing{
        grid-template-columns: 1fr 4fr;
    }
}
.o-team__leadership-h3{
    font-size: 32px;
    font-family: var(--font-family-headings-bold);
    /* color: #1a3d9e; */
    color: #233c98;
    margin-bottom: 0px;
    letter-spacing: -0.5px;
}
.o-team__leadership-area{
    display: flex;
    margin-top: 30px;
    gap: 0px;
    flex-direction: column;
}
@media(min-width:650px){
    .o-team__leadership-area{
        flex-direction: row;
        gap: 80px;
    }
}
.o-team__leadership-area>div:first-of-type {
    margin-bottom: 40px;
}
@media(min-width:650px){
    .o-team__leadership-area>div:first-of-type {
        margin-bottom: 0px;
    }
}
.o-team__leadership-area--desktop{
    display: none;
}
/* Desktop shows on small screens (650-767px) and large screens (1200px+) */
@media(min-width:650px) and (max-width: 767px){
    .o-team__leadership-area--desktop{
        display: block;
    }
}
@media(min-width:1200px){
    .o-team__leadership-area--desktop{
        display: block;
    }
}
.o-team__leadership-area--mobile{
    display: block;
}
@media(min-width:650px){
    .o-team__leadership-area--mobile{
        display: none;
    }
}

/* Tablet-specific adjustments (768px - 1199px) - iPad 11" is 834px */
@media (min-width: 768px) and (max-width: 1199px) {
  /* Show desktop version on tablets */
  .o-team__leadership-area--desktop {
    display: block !important;
  }
  
  /* Hide mobile on tablets */
  .o-team__leadership-area--mobile {
    display: none !important;
  }
  
  /* Ensure 40% text / 60% cards layout - only for team section */
  .o-team .o-team__50-50 {
    grid-template-columns: 2fr 3fr !important;
    gap: 30px !important;
  }
  
  /* Button section should be full width and below */
  .o-new-team .o-team__50-50 {
    grid-template-columns: 1fr !important;
    display: block !important;
  }
  
  /* Ensure button displays correctly */
  #presentationBtn {
    margin-top: 2rem !important;
    display: inline-block;
  }
}

/* .o-team__leadership-area + div{
    margin-bottom: 40px;
}
@media(min-width:650px){
    .o-team__leadership-area + div{
        margin-bottom: 0px;
    }
} */

.leadership-card{
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: row;
    gap: 0;
}
@media(min-width:650px){
    .leadership-card{
        flex-direction: column;
        max-width: 265px;
    }
}
@media(min-width:1400px){
    .leadership-card{
        max-width: 295px;
    }
}
@media(min-width:1700px){
    .leadership-card{
        max-width: 335px;
    }
}
@media(min-width:1900px){
    .leadership-card{
        max-width: 385px;
    }
}
.leadership-card__image--mobile{
    width: 160px;
    object-fit: cover;
    border-right: 1px solid #e3e3e3;
    height: intrinsic;
}
.leadership-card__image{
    flex-shrink: 0;
}
.leadership-card__image img{
    width: 160px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: ease-in-out 0.3s;
    border-right: 1px solid #ddd;
    display: block;
}
@media(min-width:650px){
    .leadership-card__image{
        height: 200px;
        overflow: hidden;
    }
    .leadership-card__image img{
        width: 200px;
        height: 200px;
        object-fit: cover;
        object-position: center center;
        border-right: 1px solid transparent;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .leadership-card__image{
        height: 280px;
    }
    .leadership-card__image img{
        width: 280px !important;
        height: 280px;
    }
}
@media(min-width:1400px){
    .leadership-card__image{
        height: 230px;
    }
    .leadership-card__image img{
        width: 230px;
        height: 230px;
    }
}
@media(min-width:1700px){
    .leadership-card__image{
        height: 270px;
    }
    .leadership-card__image img{
        width: 270px;
        height: 270px;
    }
}
@media(min-width:1900px){
    .leadership-card__image{
        height: 320px;
    }
    .leadership-card__image img{
        width: 320px;
        height: 320px;
    }
}
.leadership-card:hover .leadership-card__image img{
    filter: grayscale(0%);
}
.leadership-card__content-area{
    padding-left: 0px;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    z-index: 2;
}
@media(min-width:650px){
    .leadership-card__content-area{
        padding-left: 40px;
        margin-top: -36px;
        background-color: transparent;
        z-index: 2;
    }
}
.leadership-card__content{
    background-color: #fff;
    padding: 20px;
    width: 100%;
}
.leadership-card__content a{
    color: #233c98 !important;
    text-decoration: none;
}
@media(min-width:650px){
    .leadership-card__content{
        width: 226px;
        min-height: 244px;
        padding: 30px;
    }
}
@media(min-width:1400px){
    .leadership-card__content{
        width: 256px;
    }
}
@media(min-width:1700px){
    .leadership-card__content{
        width: 296px;
        padding: 40px;
    }
}
@media(min-width:1900px){
    .leadership-card__content{
        width: 346px;
        padding: 40px;
    }
}
.leadership-card__name{
    /* font-size:18px;
    color: #1a3d9e; */
    font-size: 17px;
    color: #233c98;
    font-family: var(--font-family-headings-bold);
    margin-bottom: 0px;
    transition: all ease-in-out 0.2s;
}
.leadership-card__name:hover{
    text-decoration: underline;
}
.leadership-card__designation{
    font-size: 16px;
    margin-top: 10px;
    font-family: var(--font-family-texts);
    color: #080d52;
    line-height: 24px;
}
.leadership-card__divider{
    width: 108px;
    margin-top: 15px;
    height: 1px;
    background-color: #ddd;
}
@media(min-width:650px){
    .leadership-card__divider{
        margin-top: 20px;
    }
}

.leadership-card__details{
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
    color: #080d52;
    font-family: var(--font-family-texts);
    margin-bottom: 0px;
}
@media(min-width:650px){
    .leadership-card__details{
        margin-top: 20px;
    }
}
/* @media(min-width:650px){
    .leadership-card__details{
        margin-bottom: 40px;
    }
}
@media(min-width:1600px){
    .leadership-card__details{
        margin-bottom: 50px;
    }
} */

#myBtn{
    background: none !important;
    border: none !important;
    color:#0E3B7B !important;
    padding: 0px !important;
    font-weight: bold;
    margin-top: 10px;
}
.line-button{
    margin-top: 30px;
    max-width: 260px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: var(--font-family-headings-meduim);
    border: 1px solid #000;
    color: #000;
    padding-top: 4px;
    font-size: 14px;
    transition: all ease-in-out 0.2s;
}
.mt30{
    margin-top: 30px;
}
.line-button:hover{
    background-color: #1a3d9e;
    border: 1px solid #1a3d9e;
    color: #fff;
}
@media(min-width:1200px){
    .line-button{
        margin-top: 40px;
    }
}
@media(min-width:1600px){
    .line-button{
        margin-top: 60px;
        max-width: 350px;
        height: 70px;
        padding-top: 4px;
        font-size: 20px;
    }
}

/* team-details */
.leadership-details{
    padding: 20px 0 50px;
    background-color: #edecec1f;
}
.leadership-details__columns{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
}
@media(min-width:650px){
    .leadership-details__columns{
        grid-template-columns: 4fr 12fr;
        gap: 40px;
    }
}
@media(min-width:1200px){
    .leadership-details__columns{
        /* grid-template-columns: 3fr 9fr; */
        display: flex;
        gap: 40px;
    }
}

.leadership-details__image img{
    width: 100%;
    max-width: 280px;
    border: 1px solid #dddddd40;
}
@media(min-width:650px){
    .leadership-details__image img{
        max-width: initial;
    }
}
@media(min-width:1200px){
    .leadership-details__image img{
        min-width: 280px;
        max-width: 280px;
    }
}
.leadership-details__title{
    font-size: 25px;
    line-height: 35px;
    color: #080d52;
    font-family: var(--font-family-headings-meduim);
    margin-bottom: 0px;
}
@media(min-width:767px){
    .leadership-details__title{
        font-size: 30px;
        line-height: 30px;
    }
}
@media(min-width:1200px){
    .leadership-details__title{
        font-size: 45px;
        line-height: 45px;
    }
}
.leadership-details__designation{
    font-size: 18px;
    line-height: 25px;
    color: #080d52;
    font-family: var(--font-family-texts);
    margin-top: 10px;
}
@media(min-width:991px){
    .leadership-details__designation{
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }
}
.leadership-details__divider{
    width: 80px;
    margin-top: 20px;
    height: 2px;
    background-color: #ddd;
    opacity: .5;
}

.leadership-details__area p,.leadership-details__area li{
    font-size: 18px;
    line-height: 30px;
    color: #080d51;
    font-family: var(--font-family-texts);
}
@media(min-width:1200px){
    .leadership-details__area p,.leadership-details__area li{
        font-size: 20px;
        line-height: 32px;
       
    }
}
.leadership-details__area{
    margin-top: 30px;
}
@media(min-width:1200px){
    .leadership-details__area{
        margin-top: 50px;
    }
}


.o-breadcrumbs ul{
    list-style: none;
    display: flex;
    font-size: 12px;
    gap: 22px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: var(--font-family-texts);
    padding-left: 0px;
}

.o-breadcrumbs ul li{
    position: relative;
    color: #080d51;
}
.o-breadcrumbs ul li a{
   color: #080d51;
}
.o-breadcrumbs ul li::after{
    content: "/";
    display: block;
    list-style: none;
    right: 0px;
    position: absolute;
    right: -15px;
    top: 0;
}
.o-breadcrumbs ul li:last-child::after {
    content: ""; /* Remove separator for last item */
    display: none;
}


/* document */
.bg-primary{
    background-color: #0b223d !important;
    color: #fff;
}
.o-document{
    padding: 60px 0px;
    padding-bottom: 90px;
    position: relative;
}
@media(min-width:1024px){
    .o-document{
        padding: 90px 0px;
        padding-bottom: 120px;
    }
}
.o-document__title{
    font-size: 26px;
    list-style: 60px;
    font-family: var(--font-family-headings-meduim);
    color: #fff;
}
@media(min-width:1024px){
    .o-document__title{
        font-size: 30px;
    }
}
@media(min-width:1200px){
    .o-document__title{
        font-size: 40px;
    }
}
@media(min-width:1400px){
    .o-document__title{
        font-size: 45px;
    }
}
@media(min-width:1600px){
    .o-document__title{
        font-size: 55px;
    }
}
/* .o-document__50-50{
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
} */
.o-document__pdf-area{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media(min-width:767px){
    .o-document__pdf-area{
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}
@media(min-width:1400px){
    .o-document__pdf-area{
        gap: 40px;
    }
}
.o-document__pdf-area a{
    color: #fff;
    text-decoration: none;
}
.pdf-card{
    background-color: #1b3759;
    padding: 10px 12px;
    margin-bottom: -15px;
    /* padding-bottom: 12px; */
}
.pdf-card:hover{
    background-color:#00132687;
}
.pdf-card:hover .pdf-card__date{
  text-decoration: underline !important;
}
/* @media(min-width:1200px){
    .pdf-card{
        padding: 15px 28px;
    }
}
@media(min-width:1400px){
    .pdf-card{
        padding: 18px 30px;
    }
} */
.pdf-card__flex{
    display: flex;
    gap: 12px;
    align-items: center;
}
.pdf-card__icon-area svg{
    color: #fff;
}
/* .pdf-card__icon-area{
    width: 30px;
    height: 30px;
} */
.pdf-card__title{
    font-size: 17px;
    font-family: var(--font-family-headings-meduim);
    max-height: 22px;
    line-height: 22px;
}
/* @media(min-width:1200px){
    .pdf-card__title{
        font-size: 18px;
        font-family: var(--font-family-headings-meduim);
    }
}
@media(min-width:1600px){
    .pdf-card__title{
        font-size: 22px;
        font-family: var(--font-family-headings-meduim);
    }
} */
.pdf-card__date{
    font-size: 14px;
    color: #b0bbcb;
    line-height: normal;
    margin-top: 0px;
    transition: all ease-in-out 0.2s;
}

/* keyfacts */
.o-keyfacts__h2{
    margin-bottom: 30px;
}
.welcomeMainContent{
    height: 65vh;
    overflow: auto;
}
@media(max-width:767px){
    .welcomeMainContent{
        height: 70vh;
        overflow: auto;
    }
}
@media(min-width:1200px){
    .o-keyfacts__h2{
        margin-bottom: 68px;
    }
}
.keyfacts .col-lg-3{
    border-bottom: none !important;
    min-height: 0px !important;
}
@media(min-width:1200px){
    .keyfacts .col-lg-3{
        border-bottom: none !important;
        max-height: 65px !important;
    }
}
.keyfacts p{
    font-size: 1rem;
    font-family: var(--font-family-texts) !important;
    color: #0b223d !important;
}
@media(min-width:1600px){
    .keyfacts p{
        font-size: 18px;
    }
}
p.keyfactsTitle{
    font-family: var(--font-family-headings-bold) !important;
    font-size: 1rem !important;
    color: #000 !important;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}

#navbarResponsive{
    justify-content: end;
}
.hover-effect{
    display: flex
}
.hover-effect ul li a{
    font-family: var(--font-family-headings-meduim);
}
.hover-effect:hover li a{
    opacity:0.7;
}
.hover-effect ul:hover li a:hover{
    opacity:1;
}

.stickyNav ul li a {
    font-size: 15px;
    padding: 33px 10px 27px;
     
}

@media(min-width:1200px){
    .stickyNav ul li a {
        padding: 33px 4px 27px;
    }
}
/* @media(min-width:1400px){
    .stickyNav ul li a {
        font-size: 15px;
    }
} */
@media(min-width:1500px){
    .stickyNav ul li a {
        font-size: 15px;
        padding: 33px 10px 27px;
    }
}
/* @media(min-width:1600px){
    .stickyNav ul li a {
        font-size: 15px;
    }
} */
@media(min-width:1700px){
    .stickyNav ul li a {
        font-size: 16px;
        padding: 33px 16px 27px;
    }
}
@media(min-width:1800px){ 
    .stickyNav ul li a {
        padding: 33px 20px 27px;
    }
}
/* @media(min-width:1900px){ 
    .stickyNav ul li a {
        font-size: 15px;
        padding: 33px 17px 27px;
    }
} */

/* ************* working on Graph bar *************** */
.o-table tr td:nth-child(3){
    display: none;
}
/* ************* /working on Graph bar *************** */

.menu-primary-menu-container{
        display: flex;
        width: 75%;
}
.menu-primary-menu-english-container {
    display: flex;
    width: 75%;
}
@media(min-width:1320px){
    .menu-primary-menu-container{
        display: flex;
        width: 50%;
}
.menu-primary-menu-english-container{
        display: flex;
        width: 50%;
}
}
.stickyNav ul{
    flex-grow: 1;
    display: flex;
}
.stickyNav ul li {
   
    flex-grow: 1;
}
.stickyNav ul li a {
    padding: 33px 4px 27px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.select-items {
    background-color: #e4e4e4;
}
.select-items div {
    color: #000;
}
.select-items div {
    border-left: 2px solid #e4e4e4;
}
.select-items div:hover, .same-as-selected {
    color: #000;
    background: #ddd;
}

@media(min-width:1200px){
    .c-guides-row {
        margin-bottom: 5.5rem;
    }
}
.pdf-card__flex{
    align-items: center;
}
.pdf-card__icon-area svg {
    margin-top: 0;
}


.o-team__leadership-area>div{
    background-color:#fff;
}
@media(min-width:425px){
    .o-team__leadership-area>div{
        background-color:#fff;
    }
}
@media(min-width:650px){
    .o-team__leadership-area>div{
        background-color:transparent;
    }
}
.welcomeMainContent .select-selected{
    padding-left: 0px;
    padding-right: 0px;
}
.welcomeMainContent .select-selected:after{
    right: 2px;
}
.welcomeMainContent p{
    margin-top: 15px;
}
/* .welcomeBox .custom-scrollbar-css {
    height: calc(100vh - 390px);
} */
.menu-left a {
    display: flex !important;
    align-items: center;
    gap: 6px;
}
.menu-left {
    z-index: 99999 !important;
}
body:has(.closeOverlayPopup.activers){
    overflow: hidden;
    height: 100vh;
}

.welcomeTitleRight, .custom-scrollbar-css{
    display: none;
}
@media(min-width:991px){
    .welcomeTitleRight, .custom-scrollbar-css{
        display: block;
    } 
}

.mobile-hidden{
    display: none;
}
@media(min-width:991px){
    .mobile-hidden{
        display: block;
    }
}
.mobile-view{
    display: block;
}
@media(min-width:991px){
    .mobile-view{
        display: none;
    }
}
.keyfactsCarousel__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.swiper-pagination2{
    text-align: center;
}

.accordion-collapse{
    position: relative;
}
.accordion-button{
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 20px;
    padding-bottom: 17px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-item:last-of-type .accordion-button {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.accordion-button:focus {
    border-color: #ddd;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    border-color: #0E3B7B;
    border-width: 2px;
}
.accordion-button{
    background-color: transparent !important;
    margin-bottom: 0px;
    font-family: var(--font-family-texts);
    border-top: 1px solid #ddd;
    font-size: 16px;
}
.accordion-item{
    border: none;
    border-radius: 0px;
    background: transparent;
}
.accordion-body{
    display: flex;
    justify-content: space-between;
}

.portfolio__accordion-body{
    padding-top: 13px;
    padding-bottom: 9px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
}
.portfolio__accordion-body:hover{
    background-color: #efeded !important;
}
.portfolio__accordion-body strong{
    margin-bottom: 0px !important;
}
.portfolio__accordion-collapse{
    padding-top: 15px;
    padding-bottom: 15px;
}
body{
    position: relative;
    overflow-x: hidden;
}
.filter-buttons{
    display:flex;
    gap:2px;
}
.filter-buttons .chart-filter{
border: none;
font-size: 16px;
height: 38px;
font-weight: 300;
line-height: 0px;
align-items: center;
padding-top: 6px;
padding-left: 5px;
padding-right: 5px;
background: transparent !important;
font-family: var(--font-family-headings-bold);
color: black !important; 
}
.filter-buttons .chart-filter:last-child{
    font-size: 18px;
}

.filter-buttons .chart-filter:unchecked{
    color: black !important; 
    }
.filter-buttons .chart-filter:hover{
color: #0E3B7B !important; 
}

.filter-buttons .chart-filter:checked{
color: #0E3B7B !important; 
}
.chart-active{
color: #0E3B7B ; 
} 
/* .filter-buttons .chart-filter:focus{
border-bottom: solid 2px #7BACF1;
background: #0C203D;
    color:#fff;
}
.filter-buttons .chart-filter:checked{
border-bottom: solid 2px #7BACF1;
background: #0C203D;
    color:#fff;
}
.chart-active{
    border-bottom: solid 2px #7BACF1 !important;
    background: #0C203D;
        color:#fff; 
} */
ul#pills-tab {
margin-left: 0px;
}
.highcharts-title{
font-family: var(--font-family-headings-meduim);
}
.highcharts-axis-labels text{
font-family: var(--font-family-headings-meduim);
font-size: 14px !important;
}
.highcharts-axis-title{
    font-family: var(--font-family-headings-meduim);
    font-size: 14px !important;
    margin-top: 10px !important;
    display: none;
}
/* 23/05/2025 */
.highcharts-title, .highcharts-legend{
  display: none !important;
}
#pills-tab{
display: none !important;
}
#pills-tabContent .tab-pane{
 border: 1px solid #ddd;
border-radius: 24px;
padding: 20px 20px 0px 0px !important;
margin-top: 20px;
}
.highcharts-label{
font-family: var(--font-family-headings-meduim);
font-size:14px;
}
span.highcharts-plot-line-label span.left_a {
    width: 59.61px;
    min-width: 59.61px;
    text-align: center;
}
/*span.a_line {
    border-left: 1px solid #fff;
}*/
span.a_line:before {
    content: "";
    border-left: 1px solid #fff;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
}
span.a_line {
    position: relative;
}
/*.highcharts-grid-line{
    display: none;
}*/

/*Added by Krishnendu*/
.highcharts-tooltip span{
font-family: var(--font-family-headings-meduim) !important;
    font-size: 14px;
}
.highcharts-tooltip span span {
display: block;
}
.year-label {
    font-family: var(--font-family-headings-bold);
}
/*span.highcharts-plot-line-label {
    left: 24px !important;
}*/
/*g.custom-y-label .highcharts-label-box {
    width: 53px !important;
}*/
text.highcharts-credits {
    display: none;
}
#performance-table {
  margin-top: 40px;
  font-family: sans-serif;
  font-size: 14px;
}
#performance-table h2 {
  font-weight: bold !important;
}
#performance-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
#performance-table thead {
  background-color: #f8f8f8;
}
#performance-table thead th {
  text-align: left;
  padding: 8px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#performance-table tbody td {
  padding: 8px;
  border: none;
}
#performance-table p {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  text-align:right;
}

/* 26/05/2025 */
#performance-table h2 {
    font-size: 22px;
    font-weight: 600 !important;
    margin-top: 20px;
    margin-bottom: 5px;
}
@media(min-width:767px){
    #performance-table h2 {
    font-size: 24px;
    margin-bottom: 15px;
   }
}
#performance-table table {
    font-family: var(--font-family-texts-light);
}
#performance-table thead th:nth-child(1) {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 2px;
}
@media(min-width:767px){
    #performance-table thead th:nth-child(1) {
    font-size: 18px;
    padding-right: 20px;
}
}
#performance-table thead th {
    font-size: 14px;
     padding: 10px 13px;
}
@media(min-width:767px){
    #performance-table thead th {
        font-size: 15px;
        padding: 10px 2px;
    }
}
#performance-table tbody td:nth-child(1){
    padding: 14px 2px !important;
}
#performance-table tbody td {
    padding: 14px 13px;
    font-size: 15px;
}
@media(min-width:767px){
    #performance-table tbody td {
    padding: 14px 2px;
    font-size: 15px;
}
}
#performance-table>p{
display:none;
}
#performance-table{
overflow: auto;
scrollbar-width: thin;
}
.highcharts-scrolling{
scrollbar-width: thin;
}

.filter-buttons{
display: inline-block;
line-height: 2;
}
@media(min-width:767px){
    .filter-buttons{
    display: inline-block;
    line-height: normal;
    }
}

g.highcharts-label.highcharts-tooltip.highcharts-color-undefined {
    opacity: 0.8;
    box-shadow: none !important;
}
.o-performance-title-area{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
@media(max-width:767px){
 .o-performance-title-area{
     flex-direction: column;
        align-items: flex-start;
 }
}
.highcharts-tooltip b {
    font-family: var(--font-family-headings-bold) !important;
    font-size: 14px;
}

.o-performance-title-area {
    font-family: var(--font-family-headings-meduim);
}

@media(max-width:767px){
}
.custom-y-label rect.highcharts-label-box {
    height: 28px !important;
}
.highcharts-label rect.highcharts-label-box {
    height: 32px !important;
}
.highcharts-plot-line-label, .custom-y-label,.custom-y-label text{font-family: var(--font-family-headings-meduim) !important;font-size: 14px !important;}

span.highcharts-plot-line-label {
    /*left: 106px !important;*/
    left: 25px !important;
}
@media(min-width:767px){
  span.highcharts-plot-line-label {
    /*left: 32px !important;*/
    left: 25px !important;
  }
}
.highcharts-axis-labels.highcharts-yaxis-labels span {
    font-family: var(--font-family-headings-meduim) !important;
    font-size: 11px;
        width: 60px;
    text-align: left !important;
}
.highcharts-axis-labels.highcharts-yaxis-labels {
    width: 70px !important;
    height: auto !important;
}
.pag-453.page-section strong,.pag-441.page-section strong{
    display: inline !important;
    margin-bottom: 0 !important;
    color: unset !important;
    font-family: unset !important;
    font-weight: unset !important;
}


/*New design for accordion pdf*/

.o-document__pdf-area .accordion-body {
  display: none;
  padding-top: 16px;
}

.o-document__pdf-area .accordion-body.open {
  display: block;
}
.accordion-body .pdf-card {
    margin: 0px 0 1px 0;
}
.o-document__pdf-area .accordion-header {
  /*background: #1d2a52;*/
  color: #fff;
  /*padding: 12px 15px;*/
  font-weight: 600;
  cursor: pointer;
  /*margin: 10px 0;*/
  /*border-radius: 4px;*/
  position: relative;
}

.o-document__pdf-area .accordion-header .toggle-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
}

/* Hide reCAPTCHA error message in bottom right corner */
.rc-anchor-center-item.rc-anchor-error-message,
.rc-anchor-alert {
  display: none !important;
}

/* Hide reCAPTCHA badge if needed */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Add bottom spacing for Privatanleger when form area is hidden */
.o-home-banner__content-area.private-investor-spacing {
  padding-bottom: 80px !important;
}
body:has(#menu-btn2.open) {
  overflow: hidden;
}
@media (max-width: 991px) {
  .o-home-banner__content-area.private-investor-spacing {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .o-home-banner__content-area.private-investor-spacing {
    padding-bottom: 40px !important;
  }
}
@media(max-width:1024px){
    /* .welcomeBox.activers {
        height: 80vh;
        margin-top: 0px;
        position: fixed;
    } */
    /* .welcomeBox .custom-scrollbar-css {
        height: calc(100vh - 530px);
    } */
     .welcomeFooter a.btn-primary {
        margin-left: 0px;
    }
    .welcomeFooterContent {
        flex-direction: column !important;
        text-align: center;
        gap: 2px;
    }
}
@media(max-width:991px){
    .welcomeBox.activers {
        height: calc(100vh - 110px) !important;
        margin-top: 0px;
        position: fixed;
        top: 0;
    }
    /* .welcomeBox .custom-scrollbar-css {
        height: calc(100vh - 530px);
    } */
}
/* For popup terms and condition */
.welcomeTitleRight, .custom-scrollbar-css {
    display: block !important;
}
@media(max-width:1024px){
    .welcomeFooter {
        padding: 7px 0px !important;
    }
    p.welcomeTitle {
        font-size: 26px !important;
        }
    .welcomeMainContent p {
        margin-top: 8px !important;
        margin-bottom: 5px !important;
    }
    .selecTor {
        margin-bottom: 20px !important;
    }
    .padLeftBorder {
        border: none;
        padding: 0px 12px !important;
    }
    .welcomeNav {
        padding: 5px 0px 0px !important;
    }
    p.welcomeTitleRight {
        font-size: 20px !important;
    }
}
@media (max-width: 991px) {
    /* .welcomeBox.activers {
        height: 85vh !important;
    } */
    /* .welcomeBox .custom-scrollbar-css {
        height: calc(100vh - 702px) !important;
    } */
}
@media(max-width:767px){
    p.welcomeTitle {
    font-size: 20px !important;
    }
    .welcomeMainContent p {
        font-size: 17px !important;
    }
    .select-selected {
        display: flex !important;
    }
    .select-selected {
        height: 30px !important;
    }
    .select-selected {
        padding: 5px 30px 5px 20px !important;
    }
    .selecTor {
        margin-bottom: 25px !important;
    }
    .domic-title {
         font-size: 17px !important;
        font-weight: 600;
        margin-bottom: 10px !important;
        margin-top: 15px !important;
    }
    p.welcomeTitleRight {
    font-size: 18px !important;
    margin-bottom: 0px !important;
    }
    .custom-scrollbar-css h2{
        margin-bottom: 8px;
        font-size: 20px;
    }
    /* .welcomeBox .custom-scrollbar-css {
        height: calc(100vh - 590px) !important;
    } */
    .welcomeMainContent .select-selected:after {
    top: 10px !important;
    }
    .select-selected {
        padding: 5px 30px 5px 0px !important;
    }
    .customItems .select-selected {
        padding: 15px 35px 10px 20px !important;
        height: 50px !important;
    }
    .welcomeFooterContent {
        font-size: 12px !important;
        padding: 10px 0;
    }
    .welcomeFooter a.btn-primary {
        margin-left: 0px;
        padding: 16px 20px !important;
    }
}

@media(max-width:991px){
    .o-new-team {
        padding-bottom: 60px;
    }
}
.o-new-team {
    padding-bottom: 110px;
}

@media(max-width:450px){
  .shareValue{
     font-size: 26px;
  }
  .icon-arrow{
    width: 18px;
  }
}

@media(max-width:500px){
p.shareValue {
    font-size: 26px;
}
.shareValue .icon-arrow {
width: 16px;
}
.shareValue{
align-items: center !important;
display: flex !important;
gap: 2px;
}
}
