#kb-welcome{
        background-image: linear-gradient(to right, #211452, #211452);
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
       padding-bottom:40px;
    }
    #kb-welcome h2 {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 36px !important;
    }
    #kb-welcome h3 {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 20px !important;
        color:#ffffff !important;
    }
    .src-main-container {
        max-width: 700px;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 30px;
        float: unset;
    }
    .form-control-borderless {
        border: none;
    }

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }
    .art-kn-list li {
        list-style: outside none none;

        border-bottom: 1px dashed rgba(18,17,17,.11);
       letter-spacing: 0;
         line-height: 19px;
         padding: 10px 22px 12px 24px;
         display: block;
         box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04);
        margin-top: 20px;
    }
    a {
        text-decoration: none !important;
    }


    .art-kn-list li a{
    color: #3F4B4B; 
    font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    }


h2 { font-family: "Poppins", Sans-serif;
    font-size: 1.2 em !important;
    font-weight: 500 !important;
    }

h3 { font-family: "Poppins", Sans-serif;
    font-size: 1.3 em !important;
    font-weight: 500 !important;
    }

    .wrap {
        display: flex;
        background: white;
        padding: 1rem 1rem 1rem 1rem;
        border-radius: 0.5rem;
        box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
        margin-bottom: 2rem;
        transition: all .3s ease;
    }



    .wrap:hover {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        box-shadow: 0 10px 20px 0 rgba(9,9,16,.15);
        transition: all .3s ease;
    }



    .wrap2 {
        display: flex;
        background: white;
        border-radius: 0.5rem;
        transition: all .3s ease;
    }

    .wrap2:hover {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
     
        transition: all .3s ease;
    }

    .ico-wrap {
        margin: auto;
        margin-left: 15px;
        margin-right: 25px;
    }

    .mbr-iconfont {
        font-size: 1.5rem !important;
        color: #C24C8F;
    }
    .vcenter {
        margin: auto;
        margin-left: 0 !important;
    }

p {
  color: #3F4B4B !important;
  font-family: "Poppins", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

#footer p {
  color: #ffffff !important;
  font-family: "Poppins", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

    .mbr-section-title3 {
        text-align: left;
    }
    h2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    color: #211452 !important;
}

    #kb-welcome h3 {
        color:#ffffff !important;
    }

    #kb-welcome p {
        color:#ffffff !important;
    }

#kb-welcome h2 { color:#fff !important;}
    
    .mbr-bold {
        font-weight: 700;
    }


     p {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        line-height: 25px;
    }
    .theme-btn{
        background-image: linear-gradient(to right, #211452, #211452) !important;
       border-radius: 10px 10px 10px 10px  !important;
       padding: 15px 50px 15px 50px  !important;
      font-family: "Poppins", Sans-serif important;
    font-weight: 500 important;
    }

     .theme-btn:hover{
        background-image: linear-gradient(to right, #211452, #211452) !important;
       border-radius: 10px 10px 10px 10px important;
       padding: 15px 50px 15px 50px important;
      color:#fff !important;
     font-family: "Poppins", Sans-serif important;
    font-weight: 500 important;
    }

     a.theme-btn:hover{
        background-image: linear-gradient(to right, #211452, #211452) !important;
       border-radius: 10px 10px 10px 10px important;
       padding: 15px 50px 15px 50px important;
      color:#fff !important;
font-family: "Poppins", Sans-serif important;
    font-weight: 500 important;
    }
.text-info { color:#C24C8F !important;}