body {
    font-family: "Roboto Condensed", sans-serif;
}
.alert-success {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    color: #203820 !important;
}
.c-radio label > .check {
    background: #757575;
}
.c-radio-inline {
    margin: 0;
}
.lang-flag {
    margin-right: 5px;
    margin-bottom: 2px;
}
.c-layout-footer.c-layout-footer-1 .c-prefooter .c-links .c-nav > li > a{
    font-size: 13px !important;
}
.c-feature-13-container{
    padding: 25px !important;
}
.c-content-feature-8 > .c-grid > li > .c-card {
    padding: 40px !important;
}
.c-content-feature-8 > .c-grid > li > .c-card.c-bg-opacity-9 {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}
.fl {
    float: left;
}

.list {
    width: 370px;
    height: 240px;
    margin:0px auto auto;
    overflow: hidden;
    border-radius:3px;
}
.list ul {
    padding: 20px;
    list-style: none;
}
.list li {
    margin-bottom: 20px;
}

.c-last-custom{
  margin-bottom: 10px !important;
}

.c-content-custom-prefooter > h3{
  margin: 0 0 10px 0 !important;
}

.c-content-custom-title-1 > p {
  margin: 10px 0 !important;

}

.c-content-custom-title-1 > h3 {
  margin: 0 0 20px 0 !important;

}

 .c-feature-13-custom-tile{

   padding: 10px !important;
 }

#ajaxForm .fileinput {
    margin-bottom: 0;
}
#nprogress .bar {
    z-index: 50000;
    background: #ff5722;
}
#nprogress .peg {
    box-shadow: 0 0 10px #bf360c, 0 0 5px #bf360c;
}
@media (min-width: 992px) {
    .c-layout-header .c-brand {
        margin: 15px 0 15px 0;
    }
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
        margin: 0;
    }
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand .c-desktop-logo-inverse {
        display: block;
        height: 75px;
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .c-layout-header .c-brand .c-mobile-logo {
        height: 50px;
        margin: -20px 0px;
    }
}
.footer-content-holder {
    display:  flex;
    justify-content: space-between;
    align-items:  center;
}
.footer-content-holder > .footer-content {
    display:  flex;
    flex-direction: column;
    align-items:  center;
}
.footer-content img {
    height: 40px;
}
@media (max-width: 700px) {
    .footer-content-holder {
        justify-content: center;
        flex-direction: column;
    }
    .footer-content-holder > .footer-content {
        margin-bottom: 20px;
    }
}
.fileinput .form-control {
    display: flex;
}
.fileinput .help-block {
    margin-bottom: 0;
}
.form .control-label {
    margin-top: 10px;
    font-weight: 500;
}
.form-horizontal .control-label {
    margin-top: 0px;
}
@media (max-width: 700px) {
    .footer-content-holder {
        justify-content: center;
        flex-direction: column;
    }
    .footer-content-holder > .footer-content {
        margin-bottom: 20px;
    }
}
.c-content-title-1 > p {
    font-weight: 300;
}
.c-address li {
    display: flex;
}
.c-address li > a {
    color: #677083;
}
.c-address li > a:hover {
    color: #32c5d2;
}
.input-star {
    display: flex;
    align-items: center;
    height: 34px;
}
.input-star span {
    width: 34px;
}
.input-star span .fa {
    font-size: 25px;
}
.input-star .fa-star-feedback {
    color:#32c5d2;
}
.input-star .fa-star-o-feedback {
    color: #9e9e9e;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d0d7de;
    border-radius: 0;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #555 transparent transparent transparent;
    border-width: 6px 3px 0 3px;
}
textarea.form-control {
    max-width: 100%;
    min-width: 100%;
    min-height: 70px;
}
.blockUI.blockOverlay {
    z-index: 100010 !important;
}
.blockUI.blockMsg.blockPage {
    z-index: 100110 !important;
}
.cbp-caption-activeWrap .cbp-l-caption-body {
    background-color: #32c5d238;
    padding-top: 20px;
    padding-left: 56px;
}
.cbp-caption-expand .cbp-caption {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px dotted #eaeaea;
}
.cbp-caption.cbp-caption-expand-open {
    border: 1px dashed #32c5d2;
}