    .qu_code{
        max-width: 80%;
    float: right;
   
    padding: 0px;
    }
    header h1 {
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 1px;
    color: #003e78;
    }
    
    nav {
    position: sticky; /* modern browsers */
    top: 0;
    transition: background-color 250ms linear;
    width: 100%;
    z-index: 999;
    }
    
    .is-fixed { /* JS will apply this for IE11 / Edge 15 */
    position: fixed;
    }
    
    nav ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: azure;
        width: 100%;
        margin-top: 15px;
    }
    /* .personal-profile td{
        background-color: #f8f8f8 !important;
    } */
    
    nav a {
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        padding: 8px;
        display: block;
        transition: all 150ms linear;
        font-size: 16px;
        border-bottom: 5px solid #dcdcdc;
        line-height: 30px;
        width: 100%;
        background-color: #003e78;
        border-top-right-radius: 3rem !important;
        border-bottom-left-radius: 3rem !important;
        border-bottom-right-radius: 3rem !important;
        margin-bottom: 13px;
    }
    
    nav a:hover,
    nav a:focus {
    background-color: #ffcb0b;
    color: snow;
    text-decoration: navajowhite;
    }
    
    .is-scrolled {
    background-color: #f9e55c;
    transition: background-color 250ms linear;
    }
    
    .is-scrolled a {
    color: #003e78;
    }
    
    .is-scrolled a:hover,
    .is-scrolled a:focus,
    .is-scrolled a:active,
    .is-scrolled a.is-selected {
    /* 2020-02-26 */
    background-color: #003e78;
    color: #fff;
    }
    
    .main {
    display: block;
    margin: 0 auto;
    }
    
    .main p {
    font-size: 1rem;
    }
    .main h3 {
        scroll-margin: 20px 0 0 0;
        text-transform: uppercase;
        font-size: 25px;
        color: #003e78;
        letter-spacing: 1px;
        text-decoration: underline;
        font-weight: 600;
        margin-top: -25px;
      }    

       

    
    
    
    /* 2020-02-24
    https://css-tricks.com/hash-tag-links-padding/ */
    .main h3::before {
    display: block;
    content: " ";
    margin-top: 20px;
    visibility: hidden;
    pointer-events: none;
    }
    .imgbor{
    box-shadow: 1px 2px 3px ;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border-width: 5px;
    background-position: center;
    border-left: 5px solid #003e78; 
    border-right: 5px solid #ffcb0b;
 
    }
    .social_icon{
        margin: 0px auto;
        display: block;
        text-align: center;
    }
    .bg_icon{
        background-color: #e1efff;
        color: #003e78;
        width: 30px;
        margin: 10px 2px;
        height: 30px;
        font-size: 20px;
        padding-top: 5px;
        border: 1px solid #003e78;
        box-shadow: 2px 2px 2px #dcdcdc;
        border-radius: 5px;
    }
    .bg-success{
        background-color: #f8f8f8 !important;
        box-shadow: 2px 3px 4px #dcdcdc;
        margin-top: 10px;
        padding: 15px;
    }
    /* .mt-check{
        margin: 0px;
        padding-top: 0px;
    } */
.point3 ul li {
    margin-bottom: 3px;
    background: transparent url(../images/icon.png) no-repeat scroll left 8px;
    padding-left: 25px;
    text-align: justify;
    font-weight: 500;
}
.point3 ol li {
    margin-bottom: 3px;
    background: transparent url(../images/left_li.png) no-repeat scroll left 8px;
    padding-left: 2.5%;
}

.point3 ul li a {
    color: #C60000;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
    text-transform: uppercase;
    font-size: 13px;
}

.point3 ul li a:hover {
    color: #0f99cc;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #609999;
}
.sec-title {
    font-weight: 700;
    font-size: 25px;
    position: relative;
    padding-left: 34px;
    color: #2b2b2b;
    padding-bottom: 2px;
    margin-bottom: 10px;
}
.sec-title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 17px;
    height: 100%;
    background: #003e78;
}
.sec-title::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: #ffcb0b;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.point3 ul li i {
    color: #ffcb0b;
    font-size: 21px;
    padding: 2px;
    height: 100%;
   
    align-items: center;
}
@media (max-width:991px) {
    .qu_code {
       max-width: 100% !important;
        float: right;
     position: relative;
        padding: 0px;
        
    }
   .bg_icon{
        margin: 0px;
        position: relative;
        top: 10px;
        font-size: 25px;
        padding-top: 3px;
    }
  
}
.personal-profile td {
    color: #000;
}



@media (max-width:419px) {
    .personal-profile td {
       
        font-size: 12px;
        font-weight: 550;
    }
    .imgbor {
        border-radius: 100px;
    }
    .bg_icon {
        border-radius: 20px;
        font-size: 20px;
        padding-top: 4px;
    }
    
}
.bs{
background-image: url(../images/dk.jpg) !important;
background-position: 0 0;
}
.full-width-section {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #f1f1f1;
  }
  #personal{
    background-image: url('../images/banner25.jpg');
    background-size: cover;
    background-position: center;

  }

