@font-face {
    font-family: nassim;
    font-weight: 400;
    src: url("../components/nassim/nassim-normal.eot?") format("eot"),
         url("../components/nassim/nassim-normal.woff") format('woff'),
         url("../components/nassim/nassim-normal.ttf") format('truetype');
}

@font-face {
    font-family: nassimbold;
    font-weight: 700;
    src: url("../components/nassim/nassim-bold.woff") format('woff');
}

@font-face {
    font-family: yekan;
    font-weight: 400;
    src: url("../components/yekan/yekan-normal.woff") format('woff');
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "nassim";
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #f2f2f2;
}

main {
    margin-top: 156px;
}


.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

a {
    text-decoration: none;
}

.navbar-top {
    background-color: #fff;
    font-size: 11px;
} 

.navbar-top .time .nav-link {
    font-family: "yekan";
    display: inline-flex;
    font-size: 12px;
    color: black;
    padding: 4px 0 4px 16px ;
    margin-top: 6px;
}

.navbar-top .time .nav-link i {
    font-size: 11px;
    position: relative;
    bottom: -3px;
    margin: 0 6px 0;
}

.navbar-top .dropdown .dropdown-navbar-top {
    font-family: "nassimbold";
    font-size: 13px;
    background-color: #686868;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 6px;
    margin-top: 6px;
}

.navbar-top .dropdown .dropdown-navbar-top:focus {
    box-shadow: none;
}

.navbar-top .dropdown .dropdown-navbar-top i {
    position: relative;
    font-size: 12px; 
    bottom: -2px;
} 

.navbar-top .dropdown-menu input {
    border: 1px solid #b7b7b7;
    font-size: 12px;
    padding: 8px;
}

.navbar-top .dropdown-menu input:focus {
    box-shadow: 1px 1px 4px 2px hsla(0, 77%, 41%, 0.345);
    outline: none;
}

.navbar-top .dropdown-menu .checkbox {
    text-align: right;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-top .dropdown-menu .checkbox input[type=checkbox] {
    position: relative;
    bottom: -3px;
}

.navbar-top .dropdown-menu {
    text-align: center;
    border-radius: 0;
    padding: 16px;
}

.navbar-top .dropdown-menu .button1 {
    background-color: #b71818;
    color: #fff;
    font-size: 12px;
    border: 1px solid #b71818;
    border-radius: 0 4px 4px 0;
    padding: 5px 22px;
}

.navbar-top .dropdown-menu .button1:hover {
    background-color: #9b1313;
}

.navbar-top .dropdown-menu .button2 {
    background-color: #fff;
    color: #000000;
    font-size: 12px;
    border: 1px solid #b7b7b7;
    border-radius: 4px 0 0 4px;
    padding: 5px 18px;
}

.navbar-top .dropdown-menu .button2:hover {
    background-color: #ddd;
}

.navbar-top .navbar-top-list {
    float: right;
    border-right: 1px solid #ddd;
    padding: 0;
}

.navbar-top .navbar-top-list a {
    font-family: "nassimbold";
    font-size: 13px;
    color: black;
    padding: 9px 6px;
}

.navbar-top .navbar-top-list a i {
    position: relative;
    font-size: 11px;
    bottom: -1px;
    margin-left: 2px;
}

.navbar-top .navbar-top-list a:hover {
    background-color: #ddd;
}

.navbar-top .navbar-top-list a:focus {
    background-color: black;
    color: #ddd;
    border-radius: 0;
    padding: 9px 7px;
    margin: 0;
}

.navbar-top .search-box {
    display: flex;
    padding-top: 4px;
}

.navbar-top .search-box input {
    padding: 0px;
    background-color: #ddd;
    font-size: 16px;
    height: 28px;
    border: none;
    border-radius: 0;
    padding-right: 20px;
}

.navbar-top .search-box input:focus {
    box-shadow: none;
}

.navbar-top form button {
    background-color: #ddd;
    color: #b71818;
    font-size: 14px;
    height: 28px;
    border: none;
    border-radius: 0;
}

.navbar-top .col-2 form button:focus {
    box-shadow: none;
}

.modal-site .modal-header {
    background-color: #b71818;
    color: #fff;
    border-radius: 0;
    text-align: center;
    display: block;
}

.modal-site .modal-header h4 {
    font-family: "nassimbold";
}

.modal-site .modal-header button {
    background-color: #b71818;
    color: #fff;
    border: none; 
    float: left;
}
.modal-site .modal-checkbox {
    background-color: #ddd;
    padding: 5px;
}

.modal-site .modal-body {
    font-size: 16px;
}

.modal-site .modal-body .input-form-value {
    margin: 12px 0;
}

.modal-site .modal-body .input-form-value .input-value {
    padding-top: 6px;
    padding-bottom: 6px;
}

.modal-site .modal-body .form-control::placeholder {
    font-family: "nassimbold";
    font-family: 16px;
    color: #ababab;
}

.modal-site .modal-body .form-control {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 4px;
    box-shadow: 0 1px 2px 0 rgba(221 221 221 / 44%) inset;
}

.modal-site .modal-body .form-control:focus {
    border: 1px solid #b71818;
    box-shadow: 1px 1px 4px 2px hsla(0, 77%, 41%, 0.345);
    outline: none;
}

.modal-site .modal-body .modal-checkbox .checkbox {
    padding-top: 4px;
    padding-bottom: 4px;
}

.modal-site .modal-body .modal-checkbox h5 {
    font-family: "nassimbold";
    font-size: 16px;
    margin-top: 2px;
}

.modal-site .modal-footer {
    justify-content: center;
}

.modal-site .modal-footer .button1 {
    font-family: "nassimbold";
    background-color: #77D970;
    color: #fff;
    border: 1px solid #77D970;
    padding: 7px 40px 3px;
    margin: 5px;
}

.modal-site .modal-footer .button1:hover {
    background-color: #62bd5c;
}

.modal-site .modal-footer .button2 {
    font-family: "nassimbold";
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 7px 40px;
    margin: 5px;
}

.modal-site .modal-footer .button2:hover {
    background-color: #ddd;
}

.modal-site p {
    font-size: 13px;
    text-align: justify;
}

.modal-content {
    border: 1px solid #545454;
    border-radius: 0;
}

.navbar-middle {
    background-color: #b70800;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-middle .nav-container {
    background: url(../img/nav2.png);
    background-position: center;
    background-repeat: no-repeat;
} 

.navbar-middle nav {
    padding: 0;
}

.navbar-middle .nav-right .logo {
    padding: 8px 4px;
}
 
.navbar-middle i {
    position: relative;
    bottom: -2px;
    margin-right: 5px;
}

.navbar-middle .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 28px 8px;
}

.navbar-middle .nav-link:hover {
    background: rgb(0, 0, 0, .4);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, .2) inset;
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #141414;
    width: 100%;
    border-bottom: 5px solid #b71818;
    z-index: 10;
    left: 0;
}

.dropdown-content a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 4px 8px;
    white-space: nowrap;
}

.dropdown-content a:hover {
    background-color: #b71818;
}

.nav-dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-list .col {
    padding: 0;
} 

.dropdown-list .row {
    background-color: #181818;
    margin: 0 0 8px;
}

.dropdown-list nav {
    background-color: #262626;
    text-align: center;
    margin: 8px 0 0;
}

.dropdown-list nav:hover {
    background-color: #b71818;
}

.dropdown-list nav a {
    font-family: "nassimbold";
    font-size: 16px;
    color: #fff;
    padding: 3px 8px;
    margin: 0;
}

.dropdown-list .row ul {
    margin: 6px;
    padding: 0px;
}

.dropdown-list .row li {
    list-style: none;
}

.navbar-down {
    background-color: #dedede;
    padding-bottom: 0;
}

.navbar-down li:after {
    content: '|';
}

.navbar-down li:last-child::after {
    content: '';
}

.navbar-down li:first-child::after {
    content: '';
}

.navbar-down a {
    color: black;
    font-size: 16px;
    padding: 8px 5px;
    display: inline-block;
}

.navbar-down ul li i {
    position: relative;
    color: #b71818;
    bottom: -3px;
    
}

.navbar-down ul li:nth-child(1):hover a {
    background: #b7b7b7;
    color: #fff; 
}

.navbar-down ul li:nth-child(2):hover a {
    background: #03c9f5;
    color: #fff; 
}

.navbar-down ul li:nth-child(3):hover a {
    background: #064635;
    color: #fff; 
}

.navbar-down ul li:nth-child(4):hover a {
    background: #ff2a51;
    color: #fff; 
}

.navbar-down ul li:nth-child(5):hover a {
    background: #370665;
    color: #fff; 
}

.navbar-down ul li:nth-child(6):hover a {
    background: #548cff;
    color: #fff; 
}

.navbar-down ul li:nth-child(7):hover a {
    background: #3E7C17;
    color: #fff; 
}

.navbar-down ul li:nth-child(8):hover a {
    background: #6E3CBC;
    color: #fff; 
}

.navbar-down ul li:nth-child(9):hover a {
    background: #CE7BB0;
    color: #fff; 
}

.navbar-down ul li:nth-child(10):hover a {
    background: #1C6DD0;
    color: #fff; 
}

.navbar-down ul li:nth-child(11):hover a {
    background: #FFBD35;
    color: #fff; 
}

.navbar-down ul li:nth-child(12):hover a {
    background: #9B0000;
    color: #fff; 
}

.navbar-down ul li:nth-child(13):hover a {
    background: #612897;
    color: #fff; 
}

.navbar-down ul li:nth-child(14):hover a {
    background: #0B4619;
    color: #fff; 
}

.navbar-down ul li:nth-child(15):hover a {
    background: #1C6DD0;
    color: #fff; 
}

.navbar-slide-show {
    display: none;
}

.column-header {
    background: #c6c6c6 url(../img/download.png) repeat;
}

.page-name {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 3px -6px #dbdbdb;
    -moz-box-shadow: 0 8px 3px -6px #dbdbdb;
    box-shadow: 0 8px 3px -6px #dbdbdb;
}

.page-name h2 {
    font-family: "nassimbold";
    font-size: 18px;
    padding: 12px 4px;
}

.banner  {
    margin-bottom: 12px;
}

.banner .banner-featured .col-header h4 a {
    background-color: #f2f2f2;
    color: #01016a;
    padding-left:4px;
}

.banner .banner-featured .col-header h4 {
    font-family: "nassimbold";
    font-size: 16px;
    padding-right: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.banner .banner-featured .col-header:hover a {
    color: #b71818;
}

.banner .banner-featured .col-header span {
    color: #181818;
}

.banner .banner-featured .row {
    margin-right: 0;
}

.banner .banner-featured .row-cols-1 {
    padding-right: 0;
}

.banner .banner-featured .card-title {
    position: absolute;
    left: 0px;
    right: 16px;
    bottom: 15px;
}

.banner .banner-featured .card-title h2 {
    font-family: "nassimbold";
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.banner .banner-featured .card-title h3 {
    font-family: "nassimbold";
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.banner .banner-featured .img-card {
    border: 3px solid #fff;
    border-radius: 0;
    overflow: hidden;
}

.banner .banner-featured img {
    transition-duration: 1.5s;
}

.banner .banner-featured .card a:hover img {
    transform: scale(1.04);
}

.banner .banner-featured .news-box {
    margin-top: 12px;
}

.news-box {
    display: block;
    background-color: #fff;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 12px;
    overflow: hidden;
}

.news-box .img-box {
    width: 100px;
    height: 75px;
    float: right;
    overflow: hidden; 
    margin-left: 12px;
}

.news-box h2 {
    font-size: 16px;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.news-box h3 {
    font-family: "nassimbold";
    font-size: 16px;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.news-box:hover img {
    transform: scale(1.04);
}

.news-box .text-box {
    height: 75px;
    overflow: hidden;
}

.news-box .text-box::-webkit-scrollbar {
    display: none;
}

.banner-news-list ul {
    margin: 0;
}

.banner .banner-news-list .column-header i {
    position: relative;
    font-size: 14px; 
    bottom: -2px;
    margin: 0;
}

.banner-news-list .column-header h4 {
    font-family: "nassimbold";
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.banner-news-list .column-header h4 a {
    background-color: #f2f2f2;
    color: #545454;
    transition-duration: 0.5s;
    padding-left: 4px;
}

.banner-news-list .column-header span {   
    color: #0644b0;
}

.banner .banner-news-list ul {
    background-color: #fff;
    border-top: 3px solid #0644b0;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 1px 8px 0;
}

.banner-news-list li {
    list-style: none;
}

.banner-news-list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.banner .banner-news-list li a:before {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    margin: 5px 5px -1px 5px;
    border-radius: 100%;
    background-color: #0644b0;
}

.banner-news-list ul a {
    font-size: 15px;
    color: black;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 0;
}

.banner-news-list a:hover {
   color: #545454;
}

.banner-news-box .column-header i {
    position: relative;
    font-size: 14px; 
    bottom: -2px;
    margin: 0;
}

.banner-news-box .column-header h4 {
    font-family: "nassimbold";
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
}


.banner-news-box .img-box {
    overflow: hidden;
}

.banner .banner-news-box p {
    color: #b71818;
    font-family: "nassimbold";
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 2px;
    transition-duration: 1s;
}

.banner .banner-news-box .row-cols-1 .card-news-box:hover p {
    padding-right: 5px;
}

.banner .banner-news-box .card {
    border-top: 3px solid #d7d7d7;
    border-left: 1px solid #dedede;
    border-right: #fff;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
}

.banner .banner-news-box .column-header a {
    font-size: 15px;
    color: #545454;
    background-color: #f2f2f2;
    padding-left: 4px;
}

.banner .banner-news-box a {
    font-size: 15px;
}

.banner .banner-news-box a:hover {
    color: #b71818;
}

.banner .banner-news-box .card-body {
    padding: 12px;
}

.banner .banner-news-box li {
    display: inline;
}

.banner .banner-news-box li::after {
    content: '|';
    color: #0d6efd;
    padding-left: 2px;
    padding-right: 2px;
}

.banner .banner-news-box ul {
    text-align: justify;
    line-height: 1.75;
    padding-left: 0;
}

.section-news-list .column-header i {
    position: relative;
    font-size: 14px; 
    bottom: -2px;
    margin: 0;
}

.section-news-list .column-header h4 {
    font-family: "nassimbold";
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.section-news-list .column-header h4 a {
    background-color: #f2f2f2;
    color: #b71818;
    padding-left: 4px;
}

.section-news-list ul {
    padding: 0;
}

.section-news-list li {
    border-bottom: 1px solid #dedede;
    list-style: none;
}

.section-news-list li .news-card {
    padding: 12px 0;
}

.section-news-list .img-box {
    width: 130px;
    height: 90px;
    float: right;
    overflow: hidden; 
    margin-left: 12px;
}


.section-news-list .news-card:hover h3 {
    color: #b70800;
}

.news-card img {
    transition-duration: 1.5s;
    width: 100%;
    height: 100%;
}

.news-card a:hover img {
    transform: scale(1.04);
}

.section-news-list .text-box {
    height: 100px;
    overflow: hidden;
}

.section-news-list .text-box::-webkit-scrollbar {
    display: none;
}

.section-news-list .text-box h2 {
    font-family: "nassimbold";
    font-size: 16px;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section-news-list .news-card a:hover h2 {
    color: #b70800;
}

.section-news-list .text-box .row .news-title h3 {
    font-size: 14px;
    color: #545454;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section-news-list .text-box .row-box {
    font-family: "nassimbold";
    font-size: 16px;
    color: black;
}

.section-news-list .text-box .row .date {  
    font-family: "yekan";
    font-size: 12px;
    color: #545454;
    text-align: left;
}

.section-news-list .text-box .row .date i {  
    position: relative;
    bottom: -1px;
    padding: 0 4px;
}

.section-news-list .text-box p {  
    font-size: 16px;
    color: #545454;
    padding: 0;
    margin: 0;
}

.section-list ul {
    background-color: #fff;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 1px 8px 0;
}

.section-list ul {
    margin: 0;
}

.section-header .column-header i {
    position: relative;
    font-size: 14px; 
    bottom: -2px;
    margin: 0;
}

.section-header .column-header h4 {
    font-family: "nassimbold";
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.section-header .column-header h4 a {
    background-color: #f2f2f2;
    color: #545454;
    padding-left: 4px;
}

.banner-news-list .column-header span {   
    color: #0644b0;
}

.section-list .column-header:hover a {
    color: #b71818;
}

.section-list li {
    list-style: none;
}

.section-list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.section-list li a:before {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    margin: 5px 5px -1px 5px;
    border-radius: 100%;
    background-color: #dedede;
}

.section-list ul a {
    font-size: 15px;
    color: black;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 0;
}

.section-list a:hover {
   color: #545454;
}

.top-border {
    border-top: 3px solid #b71818;
    border-left: 1px solid #dedede;
}

.top-border-market {
    border-top: 3px solid #b71818;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.market-mobile {
    display: none;
}

.tab-box {
    display: flex;
    flex-wrap: wrap;
}

.tab-box input[type="radio"] {
    display: none;
}

.tab-box label {
    background-color: #fcfcfc;
    text-align: center;
    border: 1px solid #ddd; 
    box-shadow: 0 1px 8px 4px #ddd inset;
    width: 50%;
    padding: 8px;
}

.tab-box label:hover {
    box-shadow: 0 1px 8px 4px #ddd inset;
    outline: none;
    background-color: hsla(0, 0%, 89%, 0.393);
    border: 1px solid #ddd;
    color: black;
}

.tab-box .tab-content {
    order: 1;
    display: none;
    width: 100%;
}

.tab-box input[type="radio"]:checked + label + .tab-content {
    display: block;
}

.tab-box input[type="radio"]:checked + label {
    background-color: #f2f2f2;
    color: #bf0000;
    text-align: center;
    border: none;
    box-shadow: none;
    order: 0;
    width: 50%;
}

.market {
    margin-bottom: 0;
}

.table {
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}

table th {
    font-weight: 300;
}

table th a {
    position: relative;
    color: black;
    top: -1px;
}

table th a:hover {
    color: black;
}

table th .img {
    padding-left: 12px;
}

table .high .market-value {
    font-family: "yekan";
    font-size: 12px;
    color: #b71818;
}

table .low .market-value {
    font-family: "yekan";
    font-size: 12px;
    color: #168a0e;
}

table .market-change {
    font-family: "yekan";
    font-size: 12px;
}

table i {
    margin-right: 4px;
}

table tr:not(.table-header) {
    background-color: white;
}

table tr:not(.table-header):hover {
    background-color: #FEECE9;
}

table .market-chart i {
    position: relative;
    font-size: 18px;
    color: #b71818;
    border: 1px solid #ddd;
    bottom: -2px;
    padding: 1px 4px;
}

table .market-chart i:hover {
    background-color: #b71818;
    color: white;
    border: 1px solid #b71818;
}

table .market-chart i:focus {
    background-color: #423F3E;
    color: #ddd;
    border: 1px solid #423F3E;
}

.table tbody:not(:first-child) {
    border-top: none;
}

.section-news ul {
    background-color: #fff;
    border-top: 3px solid #0644b0;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 1px 8px 0;
}

.section-news ul li {
    list-style: none;
}

.section-news ul li:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.section-news ul li a {
    font-size: 15px;
    color: black;
    display: block;
    padding: 5px 0;
}

.section-news .img-box {
    width: 50px;
    height: 35px;
    float: right;
    overflow: hidden;
    margin-left: 12px;
}

.section-news img {
    transition-duration: 1.5s;
}

.section-news .img-text a:hover img {
    transform: scale(1.04);
}

.section-news .text-box h4 {
    font-size: 14px;
}

.section-news .img-text a:hover h4 {
    color: #545454;
}

.section-news .text-box {
    height: 35px;
    overflow: hidden;
}

.section-news .text-box::-webkit-scrollbar {
    display: none;
}

section .button-group {
    justify-content: center;
    margin: 12px;
} 

section .nav i {
    position: relative;
    font-size: 20px;
    bottom: -3px;
} 

section .before a {
    font-family: "yekan";
    font-size: 18px;
    background-color: gray;
    color: #fff;
    border-left: 1px solid #fff;
    border-radius: 0 4px 4px 0;
    padding: 8px 12px 10px;
    margin: 12px 0;
} 

section .next a {
    font-family: "yekan";
    font-size: 18px;
    background-color: gray;
    color: #fff;
    border-right: 1px solid #fff;
    border-radius: 4px 0 0 4px;
    padding: 8px 12px 10px;
    margin: 12px 0;
} 

section .button-group a:hover {
    background-color: #b71818;
    color: #fff;
}

.header-footer {
    background-color: #1e1e1e;
}

.header-footer a {
    font-size: 20px;
    color: #fff;
    padding: 12px 16px;
}

.header-footer .icon-group {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.header-footer .icon-group li a:hover {
    background-color: #545454;
}

.header-footer .icon-group i {
    position: relative;
    bottom: -3px;
}

.header-footer .icon-group li {
    border-left: 1px solid #545454;
    padding: 4px 0;
    margin: 8px 0;
}

.header-footer select {
    font-size: 18px;
    background-color: #1e1e1e;
    color: #ddd;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 3px 14px;
    margin: 8px 0;
}

.header-footer .select-option::after {
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    color: #a3a3a3;
    display: inline-block;
    content: "\f107";
    position: relative;
    left: 12px;
    bottom: -4px;
}

.header-footer select option {
    background-color: #fff;
    color: black;
}

.header-footer select:focus-visible {
    outline: none;
}

.header-footer .form-control {
    font-size: 18px;
    background-color: #1e1e1e;
    color: #fff;
    border: none;
    text-align: left;
    padding: 11px 8px;
}

.header-footer .form-control:focus {
    box-shadow: none;
}

.header-footer button {
    padding: 0;
}

.header-footer button:focus {
    box-shadow: none;
}

.header-footer button i {
    position: relative;
    color: #fff;
    bottom: -2px;
    margin: 0 16px;
}

.body-footer {
    background-color: #181818;
    background: linear-gradient(350deg, rgb(33, 33, 33) 4%, rgba(24,24,24,1) 32%);
    text-align: center;
}
.body-footer .icon-group {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin: 12px;
}

.body-footer .icon-group a {
    border-radius: 100%;
    margin: 12px 16px;
}

.body-footer .icon-group i {
    position: relative;
    bottom: -3px;
    font-size: 16px;
    color: #fff;
}

.body-footer .icon-group a {
    margin: 12px 16px;
}

.body-footer .icon-group .telegram-icon a {
    background-color: #2ca5e1;
    padding: 8px 10px;
}

.body-footer .icon-group .telegram-icon a:hover {
    background-color: #35bcff;
}

.body-footer .icon-group .instagram-icon a {
    background-color: #9b5e44;
    padding: 8px 10px;
}

.body-footer .icon-group .instagram-icon a:hover {
    background-color: #b16c4f;
}

.body-footer .icon-group .linkedin-icon a {
    background-color: #0168b7;
    padding: 8px 10px;
}

.body-footer .icon-group .linkedin-icon a:hover {
    background-color: #007ede;
}

.body-footer .icon-group .google-icon a {
    background-color: #bd3823;
    padding: 8px 10px;
}

.body-footer .icon-group .google-icon a:hover {
    background-color: #d3402a;
}

.body-footer .icon-group .twitter-icon a {
    background-color: #27abda;
    padding: 8px 10px;
}

.body-footer .icon-group .twitter-icon a:hover {
    background-color: #2ec4fa;
}

.body-footer .icon-group .facebook-icon a {
    background-color: #355189; 
    padding: 8px 13px;
}

.body-footer .icon-group .facebook-icon a:hover {
    background-color: #4365a9;
}

footer .body-footer h1 {
    font-family: "arial";
    font-size: 60px;
    direction: ltr;
    color: #fff;
    margin: 0;
}

.body-footer h1 span {
    font-weight: 700;
}

.body-footer .row li {
    list-style: none;
    text-align: right;
}

.body-footer .row li:hover a {
    background-color: #b71818;
}

.body-footer .row a {
    color: #fff;
    display: block;
    padding: 4px 8px;
}

.footer-footer {
    background-color: #161616;
    padding: 0 24px;
}

.footer-footer .footer-right {
    display: flex;
    align-items: center;
}

.footer-footer .logo img {
    padding: 12px;
}

.footer-footer .law-site p {
    color: #878787;
    font-family: "nassimbold";
    margin: 12px 0 10px;
}

.footer-footer .vandaw {
    float: left;
    padding: 6px 4px;
    margin: 6px 4px;
}

.scroll-page a {
    position: fixed;
    background-color: #545454;
    color: #fff;
    bottom: 10px;
    padding: 2px 8px;
    left: 10px;  
    z-index: 2;
}

.scroll-page i {
    font-size: 24px;
    position: relative;
    bottom: -2px;
}

.scroll-page a:hover {
    background-color: #9B0000;
    color: #fff;
}