.box-part-home-about,
.box-part-home-latest {
    height: 222px;
    padding: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

.box-part-home-latest>.ul-list {
    margin-top: 14px;
    padding-left: 1px;
}

.box-simple .icons,
.skill-home .icons {
    padding: 30px 0 10px;
    color: #055999;
    text-align: center;
    display: inline-table;
    width: 100%;
}

.skill-home .icons {
    border-radius: 50%;
    border-top: 1px solid #fdb813;
    float: left;
    font-size: 68px;
}

.box-simple .icons {
    font-size: 80px;
}

#clients-slider>.owl-item,
.home-gallery {
    padding: 10px;
}

.box-simple h3 {
    margin: 0;
}

.box-simple {
    border: 1px solid #C6C6C6;
    height: 270px;
    margin-bottom: 30px;
    background-color: #fff;
}

.box-simple:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.box-simple .fa {
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.box-simple:hover .fa {
    font-size: 100px;
    color: #F7931E;
}

.nomb {
    margin-bottom: 0;
}

.home-gallery-img {
    width: 100%;
    height: 225px;
    margin: 10px;
    border: 1px solid;
}

.box-query {
    border: 1px solid #cecece;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 18px;
}

.box-query b,
.box-query i {
    color: #0071aa;
    font-size: 20px;
}

.be-top-header .navbar-header,
.be-nosidebar-left .be-top-header .navbar-header .navbar-brand {
    width: auto !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 4px;
}

.pagination>li>a,
.pagination>li>span {
    margin-bottom: 4px;
}

.time-ending {
    background: #ff0000 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff !important;
    padding: 0px 10px;
}

.time-started {
    background: #0098DA none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff !important;
    padding: 0px 10px;
}

.que-not-answered {
    /*background: #33414E none repeat scroll 0 0 !important;*/
    border-color: #33414E !important;
    color: #fff !important;
   /* background: url("../img/red-logo.png"); */
   background: #FC5000;
    border-width: 0px;
}

.que-not-attempted {
    /*background: #43d001 none repeat scroll 0 0 !important;*/
    /*border-color: #43d001 !important;*/
    background: url("../img/QuizIcons/Logo1.png");
    color: #303030 !important;
    background-size: 100% 100%;
    border-width: 0px;
}

.que-save {
    /*background: #43d001 none repeat scroll 0 0 !important;*/
    /*border-color: #43d001 !important;*/
    color: #fff !important;
    background: url("../img/green-logo.png");
    background-size: 100% 100%;
    border-width: 0px;
}

.que-save-mark {
    /*background: #FEA223 none repeat scroll 0 0 !important;*/
    /*border-color: #FEA223 !important;*/
    color: #fff !important;
    background: url("../img/QuizIcons/Logo5.png");
    background-size: 100% 100%;
    border-width: 0px;
}

.que-mark {
    /*background: #33414E none repeat scroll 0 0 !important;*/
    border-color: #33414E !important;
    color: #fff !important;
    background: url("../img/QuizIcons/Logo4.png");
    background-size: 100% 100%;
    border-width: 0px;
}

.pagination>li>a.que-save,
.pagination>li>a.que-save-mark,
.pagination>li>a.que-mark,
.pagination>li>a.que-not-answered {
    /*border-width:0;*/
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-width: 0px;
}

.pagination>li:hover>a.que-save,
.pagination>li:hover>a.que-save-mark,
.pagination>li:hover>a.que-mark,
.pagination>li:hover>a.que-not-answered {
    background-color: transparent !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: transparent;
    border-color: transparent;
}

.test-ques-stats {
    padding: 4px 10px;
    background-size: 100% 100%;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pagination>li>a,
.pagination>li>span {
    border-width: 0 !important;
}

.question-height {
    width: 100%;
}

.navbar ul.nav>li>a:hover {
    border-top-width: 0px;
    background-color: none !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top-width: 0px !important;
}

.question-height>img {
    
}

.question-title {
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
}

.question-footer {
    border-bottom: 1px solid #333;
    padding-top: 14px;
}

.user-profile img {
    margin-left: 15px;
    padding-top: 15px;
    width: 35px;
    cursor: pointer;
}