::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
     background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #102D75;
}
#footericonli p i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid rgba(242, 242, 242, 0.4);
    color: white;
    -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
}
.folist{margin-left:35px;margin-top:-20px;}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.list.list-icons.list-icons-style-2 li {
    padding-top: 5px;
}
.list.list-icons.list-icons-style-2 li>[class*=fa-]:first-child, .list.list-icons.list-icons-style-2 li>.icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-style-2 li a:first-child>.icons:first-child {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
    font-size: .8em;
    line-height: 1.3;
}
.list.list-icons li>[class*=fa-]:first-child, .list.list-icons li a:first-child>[class*=fa-]:first-child, .list.list-icons li>.icons:first-child, .list.list-icons li a:first-child>.icons:first-child {
    color: #08c;
    border-color: #08c;
}

h4 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px;
}
.pt-5 {
    padding-top: 3rem!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #212529;
    font-weight: 200;
    letter-spacing: -.05em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
.py-2 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.text-3 {
    font-size: 1em!important;
}
.form-control {
    border-color: rgba(0,0,0,.09);
}
.text-2 {
    font-size: .9em!important;
}
.mb-1 {
    margin-bottom: 0.25rem!important;
}
.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.font-weight-bold {
    font-weight: 700!important;
}