header ul li a {

    padding: 0 5px;}
header ul li ul {

    width: 280px;}
.am-icon-file-text-o:before {
    content: "\f1ea";}

.am-icon-file-text-o:before {
    content: "\f1ea";}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.6rem 0;
    font-weight: 600;
    font-size: 100%;}
.page-keyan a h1 {
font-size: 1.5em;}
.ctrl{

    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 10px;}
.ctrl p{
text-align:center;}
.ctrl p i{
width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    float: left;
    margin-right:10px;
    border-radius: 10px;}
.ctrl p i.on{
    background: #ccc;}

  .search-con {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;

            margin: 0;
            background-color: #f4f4f9;}
        .search-container {
            width: 100%;
            max-width: 600px;
            padding: 10px;
            box-sizing: border-box;}
        .search-input {
            width: 100%;
            padding: 10px;
            font-size: 18px;
            border: 2px solid #e0e0e0;
            border-radius: 50px;
            outline: none;
            transition: border-color 0.3s ease;}
        .search-input input {
            width: 90%;
                outline: none;
    border: none;
    background: none;}
        
        .search-input:focus {
            border-color: #007BFF;}
        .search-button {
            position: absolute;
    
            background: transparent;
            border: none;
            color: #000;
            font-size: 20px;
            cursor: pointer;
            outline: none;}
        @media (max-width: 600px) {
            .search-button {
                font-size: 18px;
                right: 20px;}
        }
        
        footer .contact ul{
            padding-left: 0;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
