/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    display: none;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3b5998;
    color: white;
}

.twitter {
    background: #55acee;
    color: white;
}

.ins {
    background: #262626;
    color: white;
}

.whatsapp {
    background: green;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}
/* Mobile View */
@media screen and (max-width: 767px) {
    .icon-bar {
        position: relative;
        /* bottom: 0; */
        /* left: 0; */
        width: 100%;
        display: flex !important;
        justify-content: space-evenly;
        background-color: #ffffff;
        padding: 10px 0;
    }

    .icon-bar a {
        margin: 0 5px;
    }
}

.black * {
    color: #000;
}

.alphabet-list {
    display: flex;
    flex-wrap: wrap;
}

.alphabet-list ul {
    padding: 0;
    margin: 0;
}

.alphabet-list li {
    display: inline-block;
    padding: 0.4em;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: gray;
}

.alphabet-list a {
    color: #023057;
    display: inline-block;
    font-size: 20px;
    padding: 0.4em;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
}

.alphabet-list a:hover {
    background: #ddd;
    color: #444;
}

.alphabet-list .active {
    background: #023057;
    color: white;
}
.copyright__inner p, .copyright__inner p a {
    font-size: 14px;
    color: #fff;
}

.copyright__inner p a{
    text-decoration: underline;
}