
.blog-content-wrap {
    padding: 70px;
}
.header img {
    max-width: 200px !important;
    width: 100%;
    float: none;
    margin: 0 !important;
}
.blogInner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.blogInner-left h3  {
    color: #b5b5b4;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.17px;
    margin-bottom: 0;
}
.blogInner-left a.topic-link, .blogInner-left p {
    color: #464441;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Work Sans',sans-serif;
    line-height: 1.5;
}
.sector, .invest, .founded{
  position:relative;
}
.sector:after, .invest:after, .founded:after {
    content: ' ';
    width: 300px;
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    bottom: -6px;
}
.blogInner-left p {
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
.follow-us ul {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 10px 0px 20px;
    align-items: center;
}
.follow-us li {
    max-width: 20px;
    width: 100%;
    margin-right: 30px;
}
.follow-us svg {
    fill: #406ca9;
}
a.website-icom {
    width: 100%;
    max-width: 20px !important;
    display: flex;
    align-items: center;
    color: #808080;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}
.website-icom svg {
    width: 20px;
    margin-right: 10px;
}
.blogInner-left {
    max-width: 30% !important;
    width: 100%;
}
.blogInner-right {
    max-width: 74%;
    width: 100%;
    text-align: right;
}
.blogInner-right  h3.foundersName {
    max-width: 200px;
    margin: 0 auto;
    text-align: left;
}
.blogInner-right img {
    max-width: 80% !important;
    width: 100% !important;
}
.news-section li {
    padding-bottom: 10px;
}
.blog-btm-content h2 {
    color: #002453;
    font-size: 40px;
    margin: 0;
}
.blog-btm-content {
    padding: 50px 0px;
}
.post-body p {
    color: #808080;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    margin: 30px 0px 0px;
}
.quoted-text svg {
    max-width: 50px;
    fill: #f5f5f5;
}
.quoted-text {
    text-align:center;
    padding: 70px 0px 0px;
}
.quote-txt p {
    color: #464441;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    margin: 40px 0px;
}
.quote-author {
    color: #b5b5b4;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.news-section {
    text-align: left;
    padding: 50px 0px;
}
.news-section h2 {
    color: #b5b5b4;
    font-weight: 100;
    font-size: 18px;
}
.news-section ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.news-section a {
    color: #406ca9;
    font-size: 14px;
    text-decoration: underline;
}
.news-section .block h3 {
    display: none;
}
.blog-content-wrap .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-content-wrap .header a {
    color: #565452;
    font-size: 16px;
    font-weight: normal;
}
.quote-imge {
    max-width: 100px;
    margin: 0 auto;
    height: 100px;
}
.quote-imge img {
    max-width: 100px;
    width: 100%;
    object-fit: cover;
}
.blog-list .post-item:nth-child(4n) {
    margin-right: 0px !important;
}
.website-icom img {
    width: 20px;
    margin-right: 10px;
}


/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {
  p#selectbox {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 30px;
    box-shadow: rgb(255 255 255) -7px -7px 14px 0px, 7px 7px 10px 0px #e0e0e0;
    background-color: #efefef;
    padding: 12px 50px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    color: #406ca9;
    text-transform: uppercase;
    font-size: 18px;
}
  a.website-icom{
    font-size:13px; 
  }
.left-side-bar.showbar {
    position: fixed;
    top: 0;
    z-index: 9999;
    overflow: auto;
    padding: 0px !important;
    margin: 0 !important;
    left: 0;
    right: 0;
    height: 100vh;
}
  .scrollstop{
    overflow:hidden; 
  }
  .left-header {
    padding: 20px;
    background-color: #406ca9;
}
  .showbar .left-header span {
    z-index: 99;
    color: #fff !important;
}
  .showbar .left-header span:after {
    display:none !important;
}
  .showbar .blog-filter p {
    justify-content: center !important;
}
  .scrollstop .blog-filter a {
    width: 170px !important;
  }
  .scrollstop .hs-accordion {
    padding: 20px !important;
}
  .scrollstop span.hs-accordion__item-icon {
    right: 0px !important;
}
  .scrollstop .post-title a.active:before, .scrollstop .post-title a.active:after{
    display:none !important;
  }
  .showbar .post-title span {
    color: #808080 !important;
}
  p.hidebar {
    position: absolute;
    z-index: 999;
    top: -20px;
    color: #fff;
    right: -80%;
}
  p.hidebar.mob_header {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: left;
    color: #565452;
    display: flex;
    align-items: center;
    justify-content: space-evenly !important;
    font-family: "europa";
    font-weight: bold;
    font-size: 18px !important;
}
  span.m_header, span.link_tag {
    margin: 0px 10px;
  }
  .m_header{
    margin:0px; 
  }
  .showbar .blog-filter p:nth-child(2) {
    justify-content: center !important;
    margin-top: 110px !important;
}
 .showbar .blog-filter .link_tag a{
    color:#406ca9 !important;
    box-shadow: none !important;
    text-transform: initial !important;
    width: 100% !important;
    text-decoration: underline !important;
  }
  .mob_header:after{
    background-color: #000;
    content: '';
    width: 88%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    margin: 10px 0px 0px;
    left: 6%;
  }
  .mobile-filter.mobile-show {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
}


/************** iphone ***************/
@media (max-width: 479px) {}






