﻿.netitle {
    padding: 6px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background-color: #180b5a;
    color: #fff;
    position: relative;
}
.hightitle {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #504f9b;
}

#mhinfo, #hhinfo, .newsdate {
    color: #504f9b;
    font-size: 14px;
}

#microfinhighcon, #hrdhighcon {
    padding: 0;
    margin: 0;
    color: #3f3f41;
    margin-bottom: 35px;
}

    #hrdhighcon div, #microfinhighcon div {
        margin-bottom: 5px
    }

.highbold {
    font-weight: bold;
}

.btnminimize, .btnmaximize {
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 7px;
    padding: 0px 5px;
}

.btnmaximize {
    display: none;
}

#cpclogocon {
    margin: 100px auto 40px;
}

.pubper_news {
    border-bottom: solid 2px #c2c2c2;
    padding: 5px 0;
    margin-bottom: 10px;
}

.pubdate {
    color: #504f9b;
    font-size: 12px;
    font-style: italic;
    margin: 5px 0;
}

.pubtitle, .cs_name {
    font-weight: bold;
    font-size: 14px;
}

.cs_name {
    padding: 0;
    margin: 0;
}

.cs_address {
    color: #3f3f41;
    font-size: 12px;
    font-style: italic;
}

#cs_con {
    padding: 30px;
}

.btnmore {
    font-size: 12px;
    border-radius: 20px !important;
    margin-bottom: 10px
}
/*Hexagon*/
.hexagon2 {
    position: absolute;
    background: #fff;
    z-index: 3;
}

    .hexagon2:before, .double2:after {
        position: absolute;
        /*Just added*/
        content: 'ASKI Microfinance';
        text-align: center;
        font-weight: bold;
        color: #180b5a;
    }

    .hexagon2:before {
        top: 14px; /* border width */
        left: 14px; /* border width */
        height: calc(100% - 26px); /* 100% - (2 * border width) */
        width: calc(100% - 28px); /* 100% - (2 * border width) */
        background: #180b5a;
    }

    .hexagon2, .hexagon2:before, .double2:after {
        -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }

.double2:after {
    top: 16px;
    left: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    background: #fff;
}
/*CSS Starts HERE =====================================*/
.mfi_con {
    font-size: 16px;
    font-weight: bold;
    color: #180b5a;
    text-align: center;
    margin-bottom: 8px;
}
.mfi_con_list{
    display:none;
}
.mfi_con div {
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border: solid 2px #fff;
}
#aboutus_con{
    display:block;
}
.mfi_con div:hover {
    border: solid 2px #180b5a;
}

.mfi_con .active {
    border: solid 2px #180b5a;
}
#mfilogo {
    height: auto;
    margin: auto;
    overflow:hidden;
    margin-bottom:30px;
}
#mfilogo img{
    width:inherit;
    height:inherit;
}
.mfi_about_img{
    display:inline-block;
    border:solid 1px #180b5a;
    width:250px;
    height:auto;
    margin:5px;
}
#aboutus_con{
    text-align:center;
    justify-content:center;
}
.mfi_about_img img {
    width: inherit;
    height: inherit;
}
.head_title_about{
    font-weight:bold;
    font-size:18px;
    color:#180b5a;
    text-align:left;
}
#history_con , .hiscon_title {
    font-size: 20px;
    font-weight: bold;
    color: #180b5a;
    margin: 0;
    text-align:left;
}
#visiontxt, #missiontext {
    padding: 15px 10px;
    font-size: 14px;
    color:black;
    font-weight:500;
}
.corevals div {
    padding: 5px 10px;
    font-size: 14px;
    color: black;
    font-weight: 500;
}
#historytxt {
    position: relative;
    max-height: 100px;
    text-align: justify;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 14px;
    white-space:pre-wrap;
}
#privacytxt {
    position: relative;
    max-height: 215px;
    text-align: justify;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 14px;
}
.btnhiscon, .btnprivacycon {
    color: #0d7fb9;
    padding: 0;
    font-size: 14px;
}
.btnhiscon:hover, .btnprivacycon:hover {
    text-decoration: underline;
}
.moreinfo{
    font-size:14px;
    font-weight:500;
    margin:0;
    color:#000;
}
.namecon{
    font-size:16px;
    font-weight:bold;
}
#prod_title, #board_title, #areas_title {
    font-size: 20px;
    font-weight: bold;
    color: #180b5a;
    margin-bottom: 20px;
    text-align: center;
}
.per_prod{
    font-size:14px;
    margin-bottom:15px;
    white-space:pre-wrap;
}
.prod_bold{
    font-weight:bold;
}
.prod_con_title {
    font-weight: bold;
    font-size: 18px;
    color: #007bff;
    position:relative;
    padding-left:15px;
}
.prod_txt_title{
    margin-left: 25px;
    margin-top:20px;
}
.dot {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 30px;
    color:#180b5a;
}
.other_prod {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    white-space:normal;
    margin-bottom:5px;
}
.other_prod_bold{
    font-weight:bold;
}
.board_divide {
    border-bottom: solid 2px #c2c2c2;
    margin: 20px 0 30px;
}

.board_imagecon {
    border: solid 1px #180b5a;
    overflow: hidden;
    margin: auto;
}

    .board_imagecon img {
        width: inherit;
        height: inherit;
    }

.board_name {
    font-size: 14px;
    font-weight: bold;
    color: #180b5a;
    margin-top: 5px;
}

.board_position {
    font-size: 12px;
    font-style: italic;
    margin-top: 3px;
    max-width: 200px;
    margin: auto;
    margin-bottom: 10px !important;
}
.area_name {
    position: relative;
    font-size: 18px;
    color: #0736a6;
    font-weight:bold;
    padding-left:25px;
}

.area_dot {
    position: absolute;
    top: -5px;
    left: 0;
    color: #180b5a;
    font-size: 25px;
}
.operations_per_con{
    padding-left:15px;
}
.am_info {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding-left: 25px;
}
.am_pos{
    font-style:italic;
    margin-bottom:10px;
}
.am_name{
    font-weight:bold;
    font-size:16px;
}
.branch_list {
    padding: 15px 0 15px 35px;
    font-weight: normal;
    font-size: 14px;
    color:#000;
}
.branch_name{
    font-size:16px;
    font-weight:bold;
}
.branch_per_list {
    margin-bottom: 15px;
}
#viewmorearea{
    font-size:14px;
    font-weight:normal;
    font-style:italic;
    color:#180b5a;
    margin-bottom:40px;
}
.highconnum {
    position: absolute;
    right: 0;
    top: 0;
}

.highbold, .highnormal {
    position: relative;
}

.highconnum {
    position: absolute;
    right: 0;
    top: 0;
}

.highcontxt {
    max-width: 90% !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space:pre-wrap;
}