/* ============ desktop view ============ */

#ustnavbar .dropdown-menu{
    background: #003d4e;
}
#ustnavbar .dropdown-menu a{
    color: white!important;
}
#ustnavbar .dropdown-menu a:hover{
    color: #1e2125 !important;
    background-color: #1d7da4 !important;
}
#ustnavbar .dropdown-menu li{
    position: relative;
}
#ustnavbar .dropdown-menu .submenu{
    display: none;
    position: absolute;
    left:100%; top:-7px;
}
#ustnavbar .dropdown-menu .submenu-left{
    right:100%; left:auto;
}

#ustnavbar .dropdown-menu > li:hover{ background-color: #f1f1f1 }
#ustnavbar .dropdown-menu > li:hover > .submenu{
    display: block;
}

#ustnavbar .yesil-kaldir .dropdown-toggle::after{
    display: none;
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    #ustnavbar .dropdown-menu .dropdown-menu{
        position: relative;
        left: auto!important;
        top: auto!important;
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }

}
/* ============ small devices .end// ============ */



#digitalsolution{
    color: #7a7a7a!important;
}
#digitalsolution ul{
    overflow-wrap: break-word;
    list-style: disc;
}
 #digitalsolution .f-x{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#digitalsolution .baslik{
    color: #7a7a7a!important;
    font-weight: 500;
    font-size: 40px;
}
#digitalsolution .altmetin{
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 45px;
}
#digitalsolution a.button{
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FF7216;
    padding: 20px 25px 20px 25px;
    border-radius: 60px 60px 60px 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#digitalsolution a.button:hover {
    color: #FFFFFF;
    background-color: #555659;
}
#digitalsolution a.button span{
    color: #FFFFFF;
}
#digitalsolution .sol-baslik{
    font-size: 24px;
}
#digitalsolution .divider{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px dotted #bbb;
    margin-top: 25px;
}
#digitalsolution .tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}
#digitalsolution table thead:first-child tr:first-child th {
     border-top: 1px solid #ccc;
 }
#digitalsolution .tablepress thead th, .tablepress tfoot th {
    background-color: #efefef!important;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
    color: #FF7216;

    line-height: 1.5;
    text-align: center;
}
.tablepress .even td {
    background-color: #fff;
}
.tablepress .odd td {
    background-color: #f9f9f9;
}
.tablepress td, .tablepress th {
    text-align: center;
}
.tablepress td, .tablepress th {
    font-size: 13px;
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: center;
    float: none!important;
}
#digitalsolution .turuncu-info{
    color: #FF7216;
    font-size: 12px;
}
#digitalsolution .black-info{
    color: #7A7A7A;
    font-size: 12px;
}
@media (max-width: 1024px) {
    #digitalsolution img{
        width: 100%;
        height: auto;
    }
    .mobil-scroll{
        overflow: scroll;
    }

}
#digitalsolution .scan ul{
    list-style: none;
    padding-left: 0;
}
#digitalsolution .scan li{
    list-style: none;
    padding-left: 0;
}
#digitalsolution .scan a{flex-direction: column;
    flex-direction: column;

    width: 100%;
    display: flex;
    height: 75px;
    vertical-align: middle;
    text-align: center;
    padding: 12px 0;
    margin: 11px 0;
    border-radius: 8px;
    background: #7A7A7A;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0;
    align-content: center;
    justify-content: center;
    align-items: center;
}
