@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/font/fontello0ec7.eot?61583039');
    src: url('../fonts/fontello/font/fontello0ec7.eot?61583039#iefix') format('embedded-opentype'),
        url('../fonts/fontello/font/fontello0ec7.woff?61583039') format('woff'),
        url('../fonts/fontello/font/fontello0ec7.ttf?61583039') format('truetype'),
        url('../fonts/fontello/font/fontello0ec7.svg?61583039#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon-books:before {
    content: '\e800';
} /* '' */
.icon-videos:before {
    content: '\e801';
} /* '' */
.icon-web:before {
    content: '\e807';
} /* '' */
.icon-bank:before {
    content: '\e808';
} /* '' */
.icon-trainers:before {
    content: '\e809';
} /* '' */
.icon-science:before {
    content: '\e80a';
} /* '' */
.featured-item .featured-icon i{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}
.search-list li {
    float: right;
    margin-left: 5px;
    height: 35px;
}
.btn-custom {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 3px 12px;
}
.shop {
    background-color: var(--primary-ui-color);
    color: #fff;
    border-radius: 50%;
    width: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    height: 35px;
}
.shop:hover {
    color: #fff;
    background-color: #0B6284;
}
.btn-lang {
    padding: 5px 12px;
    background-color: #0B6284;
    color: #fff;
    border: none;
    border-radius: 25px;
    height: 35px;
    line-height: 24px;
    display: block;
}
.btn-lang:hover {
    background-color: #F47521;
    color: #fff;
}

.search-box {
    position: relative;
}
.search-box .form-control {
    background-color: #fff;
    border-radius: 15px;
    height: 35px;
    border: 1px solid #0B6284;
    color: #dedede;
    max-width: 120px;
}
.btn-search-submit {
    background-color: var(--primary-ui-color);
    border: none;
    border-radius: 15px;
    color: #fff;
    width: 30px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
.featured-section{
    margin:0;
}
.sl-slide h1 {
    letter-spacing: 0px;
}
.icon-cornar {
    border-right: 6px solid var(--primary-ui-color);
    border-top: 6px solid var(--primary-ui-color);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: -18px;
}
.testimonial-content {
    position: relative;
}
.testimonial.owl-carousel .owl-dots {
    left: auto;
    bottom: 50px;
    right: 13%;
}

/*.side-background.side-image {
    height: 750px;
}*/
/*.dark-bg{
    padding: 50px 30px;
}*/


.dark-bg .title span {
    color: #F47521;

}

.help-box {
    background: rgba(35,41,46,0.6);
    padding: 30px;
}

.help-box h6{
    color: #fff;
    font-weight: bold;
}

.cont-title{
    color: #F47521;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}

.cont-desc {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.cont-side-box {
    margin-bottom: 30px;
}
.section-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.title {
    text-align: center;
}

/*.post-news-sec .post-title {
    padding: 5px 10px;
    background: #F47521;
    text-align: center;
}*/

/*.post-news-sec .post .post-desc {
    padding: 0;
    padding-bottom: 20px;
}*/

/*.post-news-sec .post-p {
    padding: 20px;
}*/

.post-news-sec .dark-post .post .post-desc .post-btn {
    color: #F47521;
}
.post-news-sec .post-btn {
    float: left;
}


.primary-footer, .primary-footer a {
    color: #fff;
    font-size: 18px;
}

.footer-list h4 {
    font-weight: bold;
}

.footer-list i {
    font-size: 25px;
}
.primary-footer {
    padding: 60px 0;
}

.footer-list li {
    padding: 6px 0;
}

.social-icons.social-fullwidth li {
    width: 16.66666%;
}
.footer.grey-bg{
    background-color: #1a5b76;
}
.contact-section{
    background: url(../images/bg/04.jpg) no-repeat left center;
    background-size: cover;
}
.dealer-country label {
    display: inline-block;
    color: #F47521;
    font-size: 24px;
    font-weight: bold;
}
.dealer-country .nice-select {
    display: inline-block;
    float: none;
    width: 50%;
    border: 1px solid #0B6284;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: 20px;
    font-size: 20px;
    color: #294247;
}
/*.nice-select::after {
    left: auto;
    right: 12px;
}*/
.search-section{
    background-color: #f9f9f9;
}
.search .form-control.search-box{
    border: 2px solid #0b6284;
}
.search .nice-select::after {
    border-bottom: 2px solid #0b6284;
    border-right: 2px solid #0b6284;
}
.search .btn {
    background-color: #0B6284;
    color: #fff;
}
.search .btn.btn-border {
    border: 1px solid #0B6284;
}
.exam-result-share li a {
    color: var(--primary-ui-color);
    font-size: 20px;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    cursor: pointer;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #ddd;
}
.number-input input[type="number"] {
    max-width: 3rem;
    padding: .2rem;
    font-size: 18px;
    height: 1.7rem;
    font-weight: normal;
    text-align: center;
    color: #0b6284;
}
.cart-modal .p-price  .qty-one,.cart-modal .p-price  .qty-total{
    font-size: 16px;
    margin-bottom: 10px;
    display: inline;
    font-weight: bold;
    color: #0B6284;
    margin-top: 10px;
}