html {
    scroll-behavior: smooth;
}
.header-logo {
    max-width:200px;
}
.logo > a {
    padding-left:0
}
.top-bar {
    background: #166DB3 none repeat scroll 0 0;
}
.contact-item > li {
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
}
.menu {
    background: rgba(193, 222, 246, 0.86) none repeat scroll 0 0;
    min-height: auto;
}
.logo {
    padding: 15px 0 13px;
}
.menu nav > ul > li {
    padding: 32px 22px;
}
.menu nav > ul > li > a {
    color: #166DB3;
}
.menu nav > ul > li:hover {
    background: rgba(138, 195, 239, 0.7) none repeat scroll 0 0;
}
.menu nav > ul > li:hover > a {
    color: #166DB3;
    font-weight: bold;
    font-size: 15px;
}
ul li, ul li a, ol li, ol li a {
    font-family: 'Montserrat', sans-serif;
}
.simple-header.for-sticky.sticky > .menu {
    background: rgba(193, 222, 246, 0.85) none repeat scroll 0 0;
}
.simple-header.for-sticky.sticky > .menu .logo {
    padding: 10px 0;
}
.simple-header.for-sticky.sticky > .menu nav > ul > li {
    padding-top: 25px;
    padding-bottom: 25px;
}

.bg001-block{
    background: url('../../assets/img/bg001.webp');
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

/*about*/
.about-content {
    text-align: right;
    padding: 0 60px;
}
.head-title {
    color: #166DB3;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
}
h2.main-title {
    font-weight: 700;
    font-family: 'Montserrat';
    margin-top: 5px;
    margin-bottom: 30px;
}
.about-column > .splide > .splide__pagination {
    bottom: -20px;
}
/*about end*/

.separator-bg{
    padding:50px 0;
}
.separator-bg:before{
    background:#090d14;
    content:"";
    height:100%;
    left:0;
    opacity:0.5;
    position:absolute;
    top:0;
    width:100%;
    z-index:1;
}
.white-color{
    color:#fff !important;
}
.testimonial {
    float: unset;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.testimonial > h3 {
    font-family: 'Montserrat';
    width: 20%;
    z-index: 1;
    position: relative;
    margin: 0 30px;
}
.step > img {
    min-height:500px;
}
.step-info > h3 {
    font-family: 'Montserrat';
}
.flat-btn {
    font-family: 'Montserrat';
}
.client-img{
    height:45px;
    width:auto;
}
.heading4 {
    margin-bottom: 40px;
}
.heading4 > span {
    font-family: 'Montserrat';
    margin-bottom: 5px;
    color: #166DB3;
    font-weight: 600;
}
.heading4 > h2 {
    font-family: 'Montserrat';
}
.splide__progress {
    margin-top: 35px;
}
.splide__progress__bar{
    background:#166DB3;
}
.simple-block{
    padding:80px 0;
}
.mini-service-info > h3 {
    font-family: 'Montserrat';
}
.mini-service-info > span {
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom:0;
}
.mini-service-info li > i {
    position: relative;
}
.icon-services:before {
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    font-size: 40px;
}
.mini-service-info::before {
    content: "\f121";
    font-family: 'Font Awesome 6 Free';
}
#whatsapp_footer {
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: block;
    z-index: 20;
    text-align: center;
}
#whatsapp_link_ico {
    width: 80px;
    height: 80px;
    background-image: url(../img/wa-icon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-right: auto;
    margin-left: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
}
#hiring-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../img/hiring.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    left: -30px;
    top: -23px;
}
.modal-dialog {
    width:500px !important;
}
#career-highlight{
    width: 500px;
    height: 500px;
    background-image: url(../img/hiring-higlight.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-right: auto;
    margin-left: auto;
}
#career-content-box{
    max-width:500px;
}
#career-highlight > i {
    font-size: 20px;
    font-weight: bolder;
}
.modal{
    padding-right:0 !important;
}
.contact-item > li > a > i {
    font-size: 14px;
    margin-right: 11px;
}
.mini-service-info > h4{
    font-family:'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 30px;
}
.mini-service-info > h4 > .separator-h4 {
    width: 40%;
    float: right;
    margin-top: 10px;
}
.mini-service-info > h4 > .securities-title-separator {
    border-bottom: 2px solid #519db5;
    width: 62%;
}
.mini-service-info > h4 > .asset-management-title-separator {
    border-bottom: 2px solid #166DB3;
    float:left !important;
}
.securities-icon{
    background-color:#519db5 !important;
}
.securities-icon:hover {
    background: #333333 !important;
}
.securities-title{
    color:#519db5;
}
.asset-management-title{
    color:#166DB3;
    text-align:right;
}
.no-before:before{
    content:"" !important;
}
.services-img{
    max-width: 400px;
    position: absolute;
    right: 10%;
    top: 0;
    z-index: -10;
}
.services-right-box {
    padding-left: 50px;
}
.services-left-box {
    padding-right: 50px;
}
.recruitment-icon{
    height: 45px;
    top: -5px;
    position: relative;
    display: block;
}
.about_widget > span > span{
    width:100%;
    display:block;
    line-height:20px;
}