.blog h2 {
    padding-top: 30px;
}

.blog p {
    font-family: "Instrument Sans Regular", serif;
    color: #414141;
    font-size: 16px;
}

.blog ul li {
    font-family: "Instrument Sans Regular", serif;
    list-style-type: none;
    margin-bottom: 10px;
}

.blog ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    font-size: 16px;
    color: #414141;
}

.blog ul li:before {
    content: '▸';
    font-size: 25px;
    color: #4B7EED;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.navbar {
    transition: 0.3s;
}

.nav .nav-item {
    padding: 5px;
    transition: background-color 0.2s;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / 80%);
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / 80%);
}

.nav .nav-link {
    font-family: "Instrument Sans Regular";
    color: rgb(0 0 0 / 75%);
}

.nav .nav-item.goalstreak {
    padding: 5px;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
}

.nav .nav-item.goalstreak:hover {
    background-color: initial;
    transition: none;
}

.dropdown-menu {
    border-color: #e3e3e3;
    border-radius: 15px;
}

.dropdown-item {
    font-family: "Instrument Sans Regular";
}

.dropdown-item:active {
    background-color: #4B7EED;
}

.navbar-nav .nav-item {
    border-radius: 7px;
    color: rgb(0 0 0 / 77%) !important;
}

.navbar-nav .nav-item:hover {
    background-color: #1a46b726;
    padding: 5px;
    color: rgb(0 0 0 / 77%) !important;
}

.navbar-toggler:focus {
    outline-color: rgba(0,0,0,.1) !important;
}

.col_white_amrc {
    color: #fff;
}

.nav-margin {
    margin-top: 135px;
}

footer {
    width: 100%;
    background-color: #ffffff00;
    min-height: 250px;
    padding: 30px 0px 35px 0px;
}
.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}
footer p {
    font-size: 13px;
    color: #ccc;
    padding-bottom: 0px;
    margin-bottom: 8px;
}
.mb10 {
    padding-bottom: 15px;
}
.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
    color: #ccc;
}
.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}
.fleft {
    float: left;
}
.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}
.footer_ul2_amrc li p {
    display: table;
}
.footer_ul2_amrc li a:hover {
    text-decoration: none;
}
.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.foote_bottom_ul_amrc li {
    display: inline;
}
.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.i-footer > i {
    margin-right: 5px;
}