.ic-task-icon {
    position: relative
}

.ic-task-icon span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #167fff;
    z-index: 1;
    transition: all .4s
}

.ic-sigle-task:hover .ic-task-icon span {
    color: #fff
}

.ic-flitered-blogs .pagination {
    justify-content: center
}

.marker {
    background-image: url(/icon/Location.png);
    background-size: cover;
    width: 37px;
    height: 50px;
    cursor: pointer
}

.marker2 {
    background-image: url(/icon/mapbox-icon.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50px
}

.ic-seach-auto-body h4 {
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 3px
}

.ic-seach-auto-body p {
    font-size: 12px;
    margin-bottom: 0
}

.ic-seach-auto-body.ui-state-active:hover h4 {
    color: #fff;
    border-color: rgba(255, 255, 255, .5)
}

.ic-seach-auto-body {
    padding: 10px 14px 2px 14px!important
}

.ic_cu_noti {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: fixed;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, .2);
    border-right: 1.1em solid rgba(255, 255, 255, .2);
    border-bottom: 1.1em solid rgba(255, 255, 255, .2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    z-index: 9999;
    left: 50%;
    top: 30%;
    overflow: hidden
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#overylyset {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    background-color: #007bff;
    background-color: rgba(0, 123, 255, 1);
    overflow-x: hidden;
    transition: .5s
}
.ic-nav ul li.ic-highlight a, .ic-right-nav li.ic-highlight a{
    font-size:14px;
}
.ic-bg-fill.header-fixed .ic-nav ul li.ic-highlight a, .ic-bg-fill.header-fixed .ic-right-nav li.ic-highlight a{
    height:36px;
}
.ic-nav ul li a{
    font-size: 14px;
}
.ic-right-nav li a{
    font-size: 14px;
}
header.header-fixed{
    z-index: 7;
}
.ic-megamenu{
    z-index: 9;
}
.ic-tasksearch{
    position: relative;
}
.ic-inner-banner .ic-tasksearch button{
    margin: 0;
}
.ic-noscrll{
    overflow: hidden!important;
}
@media only screen and (max-width: 991px) {
    .ic-noscrll{
        overflow: visible!important;
    }
}
.ic-task-card-group {
    overflow-y: auto;
    margin-right: 0;
}
.ic-tasks-detail{
    overflow-y: auto;
}
.ic-tasks-detail::-webkit-scrollbar,
.ic-task-card-group::-webkit-scrollbar{
    width: 8px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 3px 1px #ccc;
    box-shadow: inset 0 0 3px 1px #ccc;
}
.ic-tasks-detail::-webkit-scrollbar-thumb,
.ic-task-card-group::-webkit-scrollbar-thumb {
    background-color: #1880FF;
    border-radius: 4px;
    outline: 0;
}
.ic-tasks-detail::-webkit-scrollbar-track,
.ic-task-card-group::-webkit-scrollbar-track{
    -webkit-box-shadow: none;

}
.modal .modal-content .close{
    padding-top: 0;
}
.ic-search-blog form button{
    margin:0;
}





