/*=========PUBLICATION-BOOKS========*/
:root {
    --secondary-color: #535252;
	--primary-color: #fe8e43;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}
.default-padding {
    padding: 40px 50px;
}
.page-heading {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.page-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.title-text {
    font-size: 15px;
    font-weight: 500;
    color: #7b7b7b;
}
.text-color-secondary {color: var(--secondary-color) !important;}
.bg-color-primary {background: var(--primary-color) !important;}
.bg-color-secondary {background: var(--secondary-color) !important;}

.btn:focus {
	box-shadow: none;
}
button, button:focus {
    outline: none;
}
.btn.btn_primary {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 6px 15px;
    border-radius: 0px;
}
.btn.btn_primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}
/*=============program============*/
.program-item {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 10px -4px rgb(0 0 0 / 30%);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.prog_img {
    position: relative;
    width: 100px;
    height: auto;
    margin: 0px auto 15px;
}
.prog_img img {
    max-width: 100%;
}
.pro-title {
    display: block;
    font-size: 23px;
    font-weight: 700;
    color: #495057;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.pro-title:hover {
    color: var(--primary-color);
}
.prog_content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #555;
}

/*============feature==========*/
.feature_background {
    position: relative;
    background: rgba(0,0,0,.9) url(../img/slider2.jpg);
    background-blend-mode: color-burn;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.feature_category_background {
    background: url(../img/category-student-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.feature-item {
    position: relative;
    background: #fff;
    margin: 10px;
    border: 1px solid #f5f5f5;
    transition: .5s ease;
    transform: translateY(0px);
}
.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 15px -8px rgba(0,0,0,.3);
    border-color: transparent;
}
.feature_img {
    width: 100%;
    height: 350px;
    margin-bottom: 0px;
    overflow: hidden;
}
.feature_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: .5s;
}
.feature-item:hover .feature_img img {
    transform: scale(1.1);
}
.feature_content {
    position: relative;
    padding: 15px;
}
.feature-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #495057;
    line-height: 23px;
    margin-bottom: 10px;
}
.feature-title:hover {
    color: var(--primary-color);
}
.author_name {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400;
}
.author_name a {
    color: var(--primary-color);
}
.off_price {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
}
.off_price span {
    text-decoration: line-through;
}
.ft_price {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 13px;
}
.review_items {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-between;
    align-items: center;
}
.rating_stars span {
    font-size: 12px;
    color: #ffc107;
}
.t_review span {
    font-size: 13px;
    font-weight: 500;
    color: #7b7b7b;
}
.height290 {
    max-height: 290px;
}
/*===========category============*/
.carteg_title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}
.feature_category_background .bg-color-primary:hover {
    background: #fd6802 !important;
}
.feature_category_background .bg-color-secondary:hover {
    background: #393939 !important;
}
.feature_category_background .categ-list-item .carteg_title {
    display: inline-block;
    text-align: center;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -ms-border-radius: 14px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    padding: 40px 15px;
    margin-bottom: 10px;
    position: relative;
}
.feature_category_background .categ-list-item .carteg_title:after {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 80%;
    height: 2px;
    left: 10%;
    background: #fff;
}

/*=====================top-footer=====================*/
.footer-media-icon li {
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.footer-media-icon {
    display: block;
    margin: 20px 0px;
}
.footer-media-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}
.footer-media-icon li a.facebook {
    background: #023d7d;
}
.footer-media-icon li a.twitter {
    background: #56a7ff;
}
.footer-media-icon li a.instagram {
    background: linear-gradient(317deg, #fe00f6, #ff0076,#ff9007,#feff00);
}

/*=============for-mobile=============*/

@media(max-width: 790px){
	.default-padding {
    padding: 20px 0px;
}
	.page-title {
    font-size: 20px;
	}
	.title-text {
    font-size: 12px;
    font-weight: 400;
	}
	.pro-title {
		font-size: 20px;
	}
	.prog_content p {
    font-size: 13px;
    font-weight: 400;
	}
	.jour_counter_block {
		display: flex;
	}
	.counter-item {
		width: 50%;
	}
	.counter-item:nth-child(even)::before, .counter-item:nth-child(even)::after {
		display: none;
	}
}

.owl-carousel.owl-drag .owl-item {
    border: 1px solid #00000047;
}
