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;}
