.corporateOptions{
    width: 100%;
    height: auto;
    background-color: none;   
}
.corporateoptionsTitle{
    width: 100%;
    height: auto;
    background-color: none;
}
.corporateoptionsTitle h6{
    color: #0090cc;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.corporateOptionsContent{
    width: 100%;
    height: auto;
    background-color: none;
}
.corporateOptionsContent p{
    font-size: 14px;
}
.other-subpage-container{
    margin-top: 50px !important;
    padding: 0px !important;
    border-radius: 0px !important;
    background: none !important;
    box-shadow: none !important;
}
.corporateOptionsContent{
    width: 100%;
    height: auto;
    background-color: none;
}
.corporateOptionsContentDetail{
    position: relative !important;
    width: 100%;
    height: 200px;
    background-color: none;
    overflow: hidden;
    border-radius: 10px;
    border: 3.5px solid transparent;
    margin-bottom: 31px;
    transition: 0.5s all;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    -moz-box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
}
.corporateOptionsContentName{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 96, 143,0.40);
    top: 0%;
    left: 0%;
    z-index: 999;
    padding: 30px;
    padding-top: 140px;
    transition: 0.5s all;
}
.corporateOptionsContentName a{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;   
}
.corporateOptionsContentDetail img{
    transition: 1s all;
}
.corporateOptionsContentDetail:hover img{
    transform: scale(1.1);
}
.corporateOptionsContentDetail:hover{
    border-color: #00608f;
}
.spaceNone{
    padding-top: 110px !important;
}
.goDetails{
    display: block;
    width: 125px;
    height: 30px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    color: #00608f !important;
    line-height: 30px;
    text-align: center;
    margin-top: 50px;
    transition: 0.5s all;
}
.corporateOptionsContentName:hover{
    padding-top: 110px;
}
.corporateOptionsContentName:hover .goDetails{
    margin-top: 10px;
}
.spaceNone:hover{
    padding-top: 80px !important;
}
.spaceNone:hover .goDetails{
    margin-top: 10px !important;
}
.goDetails:hover{
    transform: scale(1.03);
}
.other-subpage-container .content-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    color: #0090cc;
}
.allAnnouncements{
    float: right;
    background: linear-gradient(90deg, #069abe 0%, #006b9b 100%);
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 17px 5px 20px!important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transform-origin: right center;
}
.allAnnouncements:hover{
    color: #fff;
}
.allAnnouncements span{
    background: none !important;
    margin-left: 3px !important;
    padding: 0px !important;
}
.allAnnouncements .bi-icon-arrow-right{
    position: relative !important; 
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 12px;
    margin-left: 3px !important;
}
.announcementsContent{
    display: inline-block !important;
    width: 100%;
    height: auto !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    -moz-box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    box-shadow: 0px 0px 40px 0px rgba(15, 88, 105, 0.06);
    clear: both;
    padding: 30px 30px 15px 30px;
    border-radius: 10px;
}
.announcementsContent .title{
    color: #0090cc;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
}
.announcementsContentDetail{
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: none;
    border-bottom: 1px dashed rgb(153, 153, 153,0.15);
    padding: 19px 0px;
}
.announcementsContentDetail:last-child{
    border: none;
}
.announcementsDate{
    display: block;
    width: 100%;
    height:30px;
    background-color: none;
    font-weight: 600;
    font-size: 16px;
}
.announcementsTitle{
    display: block;
    width: 100%;
    height:auto;
    background-color: none;   
    transition: 0.5s all;
    font-size: 16px;
}
.announcementsTitle:hover{
    color: #0090cc;
}
.img-fluid{
    width: 100%;
}
.allAnnouncementsList{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background: none;
}
.allAnnouncementsListImage{
    float: left;
    width: 15%;
    height: auto;
    background: none;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.allAnnouncementsListImage img{
    width: 100%;
    height: auto;
}
.allAnnouncementsListText{
    float: left;
    width: 80%;
    height: auto;
    background: none;
    padding: 0px 15px;
}
.allAnnouncementsListText span{
    display: block;
}
.allAnnouncementsListText a{
    font-size: 16px;
    font-weight: 600;
    color: #48555d;
    transition: 0.5s all;
}
.allAnnouncementsListText a:hover{
    color: #0090cc;
}
@media only screen and (max-width: 1300px){
    .announcementsContent{
        height: auto !important;
    }
}
/* dropdown menu */
.top-menu {
    float: left;
}
.top-menu-imp {
    float: left;
}
.top-menu > ul{
    margin: 0px !important;
    padding: 0px !important;
}
.top-menu > ul > li{
    position: static !important;
    height: 92px !important;
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
    background: none !important;
    float: left;
}
.top-menu ul > li > a{
    background: none !important;
    line-height: 92px !important;
}
.top-menu ul li > ul{
    display: inline-block !important;
    position: absolute !important;
    width: 100%;
    height: auto;
    background: url('../imgs/megamenu-bg.jpg');
    background-size: cover;
    background-position: center center;
    top: 100px;
    left: 0%;
    transition: 0.35s all;
    padding-top: 30px !important;
    top: 160px !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.top-menu ul li:hover > ul{
    top: 100px !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* top-menu-imp-extraMenu dropdown menu  style */
.top-menu-imp{
    position: static !important;
}
.top-menu-imp-extraMenuContent > ul{
    margin: 0px !important;
    padding: 0px !important;
}
.top-menu-imp-extraMenuContent > ul > li{
    position: static !important;
    height: 92px !important;
    line-height: 86px !important;
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
    background: none !important;
    float: left;
}
.top-menu-imp-extraMenuContent ul li > ul{
    display: inline-block !important;
    position: absolute !important;
    width: 100%;
    height: auto;
    background: url('../imgs/megamenu-bg.jpg');
    background-size: cover;
    background-position: center center;
    top: 100px;
    left: 0%;
    transition: 0.35s all;
    padding-top: 30px !important;
    top: 160px !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.top-menu-imp-extraMenuContent ul li > ul li{
    line-height: 35px  !important;
}
.top-menu-imp-extraMenuContent ul li > ul li a{
    color: #000 !important;
    text-align: left !important;
}
.top-menu-imp-extraMenuContent ul li:hover > ul{
    top: 100px !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.top-menu-imp-extraMenuContent .title a{
    background: none !important;
    text-align: left !important;
    border-radius: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.mega-menu-content{
    display: block;
    width: 100% !important;
    height: auto !important;
    background: none;
    margin-bottom: 15px;
}
.mega-menu-content .title{
    width: 90%;
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0090cc;
    user-select: none;
    margin-bottom: 5px;
}
.mega-menu-content .title a{
    font-size: 14px !important;
    margin-left: 0px !important;
    line-height: 20px !important;
    padding-bottom: 10px;
    color: #0090cc;
    font-weight: 500;
    transition: 0.5s all;
    display: block !important; 
}
.mega-menu-content .title .icon {
    display: none;
}
.mega-menu-content .title a:hover{
    color: #00608f;
}
.mega-menu-content ul{
    padding: 0px !important;
    margin: 0px !important;
}
.mega-menu-content ul li{
    list-style: none;
    display: block !important;
    float: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.mega-menu-content ul li a{
    position: relative;
    margin: 0px !important;
    font-size: 13.5px !important;
    line-height: 20px !important;
    background: none !important;
    transition: 0.5s all;
    font-weight: 500 !important;
    padding: 5px 0px !important;
    overflow: hidden;
}
.mega-menu-content ul li a::before{
    content: '';
    width: 10px;
    height: 10px;
    background: url('../imgs/icons/a-before-icon.svg');
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translate(0%, -50%);
    transition: 0.5s all;
}
.mega-menu-content ul li a:hover::before{
    left: 0%;
}
.mega-menu-content ul li a:hover{
    color: #0090cc;
    padding-left: 15px !important;
}
@media only screen and (max-width: 768px){
    .bi-top-menu-el {
        height: unset !important;
    }
    .top-menu, .navbar .top-menu-imp {
        width: 100% !important;
    }
    .top-menu ul li, .top-menu-imp-extraMenuContent ul li{
        position: relative !important;
    }
    .top-menu > ul > li > a, .top-menu-imp-extraMenuContent > ul > li > a{
        color: #069abe !important;
        border-bottom: 1.5px dashed rgb(153, 153, 153,0.15)  !important;
        margin: 0 10px !important;
        line-height: 30px !important;
        font-weight: 600 !important;
    }
    .top-menu ul li ul, .top-menu-imp-extraMenuContent ul li ul{
        position: static !important;
        top: 0px !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 0px !important;
        background: none !important;
        height: 0;
        overflow: hidden;
    }
    .navbar .container .menu-area {
        overflow: scroll !important;
        height: calc(100vh - 100px)!important;
        padding-right: 0;
        padding-left: 15px;
        padding-bottom: 50px;
    }
    .responsiveDropDownMenuContent{
        width: 100% !important;
        height: auto !important;
        background: none !important;
        overflow: visible !important;
        padding-bottom: 0px !important;
    }
    .responsiveDropDownMenuContent {
        padding: 15px 0 15px 10px!important;
    }
    .mega-menu-content {
        margin-bottom: 5px!important;
    }
    .mega-menu-content .title {
        width: 100%!important;
        color: #000;
        font-size: 14px!important;
    }
    .mega-menu-content .title a {
        color: #000!important;
        line-height: 14px!important;
        font-size: 14px!important;
        margin-top: 12px!important;
    }
    .mega-menu-content .title .icon {
        display: block;
        float: right;
        margin-top: 5px;
    }
    .mega-menu-content .sub-menu-2 {
        margin-left: 15px!important;
    }
    .navbar  .container .row .container .row ul li a{
        line-height: 28px !important;
    }
    .top-menu ul li ul .row, .top-menu-imp-extraMenuContent ul li ul .row{
        position: static !important;
        display: block !important; 
        box-shadow: none !important;
    }
    .top-menu ul li, .top-menu-imp-extraMenuContent ul li {
        display: block !important;
        float: none !important;
        height: auto !important;
        line-height: 0px !important;
    }
    .top-menu ul li a, .top-menu-imp-extraMenuContent ul li a {
        line-height: 44px !important;
    }
    .navbar .top-menu-fluid .top-menu-imp-extraMenu .row{
        position: static !important; 
        box-shadow: none !important;
    }
    .investor,
    .membership,
    .company{
        all: unset !important;
        position: relative !important;
        font-family: Montserrat, sans-serif !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 44px !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
        display: inline-block !important;
    }
    .allAnnouncementsListImage{
        width: 100%;
    }
    .allAnnouncementsListText{
        width: 100%;
        margin-top: 15px;
    }
    .allAnnouncementsListText a{
        font-size: 16px;
    }

}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 0px 20px 10px 20px;
    border: 1px solid #888;
    width: 600px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.modal-content .title {
    font-size: 20px;
    font-weight: bold;
}
    .modal-content .close {
        color: #666;
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 28px;
        font-weight: bold;
        transition: all 300ms;
    }

.modal-content .close:hover,
.modal-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}