* {
    font-family: "IRANSans", "B Nazanin";
    box-sizing: border-box; 
}
img {
    border: 0;
}
p, a{
    font-size: 17px;
}
body {
    background-color: #efeff1 ;
}
ul, ol, li{
    list-style: none;
    margin: 2px;
    padding: 2px;
    font-size: 14px;
}

ol .active {
    font-size: 14px;
}
.container{
    padding-bottom: 5px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.row{
    padding: 0;
    margin: 0;
}

.trust-ks{
    padding-top: 80px;
    padding-right: 10%;
    padding-left: 10%;
}
.trust-ks h5{
    padding-top: 10px;
    font-size: 19px;
    font-weight: bold;
    /*border-bottom: 2px solid #bbb;*/
    /*padding-bottom: 20px;*/
    /*border-bottom-width: 50%;*/
}
.trust-ks h4{
    border-bottom: 2px solid #bbb;
    border-bottom-width: 50%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: bold;
}
.trust-ks h3{
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
}
.trust-ks h2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 29px;
    font-weight: bold;
    height: 150px;
    padding-right: 10px;
    color: #fff;
    text-align: center;
}
.trust-ks p, ul, li{
    font-size: 20px;
    line-height: 160%;
}
.trust-ks .breadcrumb{
    background: #fff;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}
.trust-ks .breadcrumb a{
    text-decoration: none;
    color: rgb(50, 140, 194);
}
.trust-ks .breadcrumb a:hover{
    color: #000;
}
.trust-ks .box{
    background: #fff;
    border-radius: 3px 3px 0 0;
    padding: 15px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}
.trust-ks .nav a{
    background-color: rgb(50, 187, 216);
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    /*min-height: 80px;*/
    color: #fff;
    height: 80px;
    /*width: 50px;*/
    /*min-height: 120px;*/
    font-weight: bold;
}
.trust-ks .nav a:hover{
    background-color: rgb(50, 140, 194);
    cursor: pointer;
}
.trust-ks .nav li{
    margin-bottom: -8px;
}
.trust-ks .menu-box{
    background: #fefefe;
    border-radius: 3px;
    padding: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.09);
    border: 1px solid #ddd;
    overflow: hidden;
}
.trust-ks .nav{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.trust-ks .nav li.active a{
    background: rgb(50, 140, 194);
}
.trust-ks .img-circle{
    border: 3px solid;
}

#footer {
    border-top: 5px solid #CDB380;
    background: #323847 none repeat scroll 0% 0%;
    padding-top: 30px;
    margin-top: 60px;
    clear: both;
    color: #323847;
    display: block;
}
#footer .widgettitle {
    margin: 0px;
    padding: 0px 0px 15px;
    border-bottom: medium none;
}
#footer h4 {
    color: #FFF;
}
#footer ul {
    list-style: outside none none;
}
#footer li {
    padding: 7px 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin: 0px;
}
#footer li a {
    color: #DDD;
}