
body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.5em;
    color: #333333;
}


@media (min-width:769px) {

    .main_out-ldrshp {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 0px 40px 0px ;
        display: table;
    }
}

.ldrshp-cntry:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.ldrshp-mn-hd h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    font-size: 34px;
}

.ldrshp-mn-hd h1:after {
    content: "";
    width: 90px;
    height: 4px;
    background: #000000;
    display: block;
    margin: 10px auto 0;
}

.hd-ld-2 {
    margin-bottom: 15px;
}

.hd-ld-2 h2 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1a3a6b;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

.hd-ld-2 h2::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #cfd6e0;
    margin-left: 20px;
}

.hd-ld-2 h2 span {
    white-space: nowrap;
}


  .ldrshp-1 h5 {
    margin-bottom: 0;
    margin-top: auto;
}
.ldrshp-1 {
    background: #f4f7fb;
    border: 1px solid #dde4f0;
    border-radius: 8px;
    padding: 22px 14px 16px;
    text-align: center;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 20px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
 .client-engg-tm .ldrshp-1 {
    min-height: 345px;
}
  
 .advsrs-tm .ldrshp-1 {
    min-height:310px;
}
 
.ldrshp-1 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2.5px solid #1a3a6b;
    margin: 0 auto 13px;
    overflow: hidden;
    background: #dde4f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ldrshp-1 h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: 0.3px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 0px;
}

.ldrshp-1 h4 {
    font-size: 14px;
    color: #4a6fa5;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.3;
}
.ldrshp-1 h5 a:hover {
    text-decoration: none;
}
.ldrshp-1 h5 i {
    margin-left:auto;
    margin-right:auto;
    bottom: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    
      /*  
      color: #fff;
      background: #0077b5;
      */
}

span.img-nm {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2.5px solid #1a3a6b;
    margin: 0 auto 13px;
    overflow: hidden;
    background: #dde4f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #1a3a6b;
}

.pdg-10 {
    padding: 0 10px !important;
}



.ldrshp-cntry {
    border-bottom: 1px solid #dde4f0;
    margin: 10px 0 50px;
    padding: 0 10px 30px;
}


.ldrshp-cntry-cntnt-i p {
    margin-top: 12px;
    background: #eef2f8;
    border-left: 3px solid #4a6fa5;
    padding: 8px 13px;
    font-size: 10.5px;
    color: #4a6fa5;
    font-style: italic;
    line-height: 1.6;
    border-radius: 0 4px 4px 0;
}

@media (max-width: 767.9px) {
    .ldrshp-mn-hd h1 {
        font-size: 23px;
    }



}

@media (min-width: 768px) and (max-width: 991.9px) {}

@media (min-width: 992px) and (max-width: 1199.9px) {}

@media (min-width: 1201px) and (max-width: 1400px) {}



/* Close Media Screens */