.forcefullwidth_wrapper_tp_banner{
    margin-bottom: 30px !important;
}
.notices .notice-holder{
    padding-right: 10px;
}
.notices .notice {
    background: #f8f8f8;
    padding: 10px;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
}
#wrapper:after {
    content: "";
    display: block;
}
.custom-pad{
    margin: 40px 0px 200px 0px
}
/* gallery page */
.gallery-item{
    padding-top: 15px;
    padding-bottom: 15px;
}
.gallery-item a {
    display: block;
    position: relative;
}
.gallery-item .zoomix {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    background: #000;
    opacity: 0;
    filter: alpha(opacity = 0);

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    -webkit-backface-visibility: hidden;
}
.ie7 .gallery-item .zoomix{
    clear: both;
}
.gallery-item a:hover .zoomix{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity:0.4;
    filter: alpha(opacity = 50);
}
.gallery-item .zoomix .fa {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}
.test-list{
    margin: 20px 0;
    padding: 0px;
    list-style: none;
    font-size: 16px;
}
.test-list li{
    display: block;
    margin:  0 0 20px;
}
.test-list-user{
    float: left;
    text-align: center;
    margin: 100px 0;
    padding-left: 8%;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    list-style: none;
    font-size: 16px;
    position: relative;
}
.test-list-user li{
    text-align: center;
    display: inline;
    margin:  0 15px 20px 15px;
}
.test-list li img{
    margin-right: 10px;
    vertical-align: top;
}
.questions-list{
    margin: 20px 0 20px 20px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
}
.questions-list li{
    display: block;
    margin:  0 0 10px;
}
.questions-list li input[type="radio"]{
    margin-right: 10px;
}
.questions-list li label{
    margin:0px;
    font-weight: normal;
    font-size: inherit;
    vertical-align: top;
}
.questions-page .btn{
    margin-left: 20px;
    margin-bottom: 20px;;
}
.test-time-over {
    display: inline-block;
    margin-left: 20px;
    margin-top: 4px;
    vertical-align: top;
}
.test-time-over span{
    font-weight: bold;
    font-size: 18px;
}
img{
    max-width: 100%;
    height: auto;
}
.service-box .service-box-heading a{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.service-box .service-box-heading a:after{
    /*content: "";
    height: 2px;
    width: 30px;
    background-color: #656565;
    display: block;
    margin-top: 5px;*/
}
.bottom-services .service-box-heading a{
    font-size: 18px;
}
.site-logo img{
    max-height: 51px;
}
a:hover, a:focus{
    color: #656565;
}
.front-steps-wrapper h2,
.ecommerce .front-steps-wrapper h2{
    font-weight: bold;
    font-family: georgia, sans-serif;
    font-style: italic;
    color: #57c8eb;
}
.front-steps-wrapper h2::first-letter{
    font-size: 40px;
    font-weight: inherit;
}
.front-steps-wrapper .front-step{
    padding: 8px 30px 17px;
    text-align: center;
}
.front-steps-wrapper .front-step1{
    background: #7c858e;
}
.front-steps-wrapper .front-step1::after{
    border-left-color: #7c858e;
}
.front-steps-wrapper .front-step2{
    background: #68727c;
}
.front-steps-wrapper .front-step2::after{
    border-left-color: #68727c;
}
.front-steps-wrapper .front-step3{
    background: #58616a;
}
.footer-nav{
    list-style: none;
    padding: 0px;
}
.footer-nav li{
    margin-bottom: 5px;
}
.footer-holder a:hover{
    color: #fff;
}
@media only screen and (max-width: 480px) {
    .site-logo {
        float: none;
    }
}

.col-md-5.front-carousel {
    margin-top: 60px;
}
.col-md-5.testimonials-v1 {
    margin-top: 285px;
}
.slide_title{
    background-color: rgba(255, 255, 255, 0.1);
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 20px;
    width: 100%;
    left: 0px !important;
    text-align: center;
    bottom: 0 !important;
    height: auto;
    top: auto !important;
}
.tp-bullets{
    display: none !important;
}
.footer-holder .pre-footer address a{
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .col-md-5.testimonials-v1{
        margin-top: 0px;
    }
}

.logged-user li img{
    width: 90px;
}