#header {
    width: 100%;
    z-index: 1000;
    position: relative;
}

.head-top {
    background-color: #24201f;
    padding: 15px 0px;
    float: left;
    width: 100%;
}

.head-top .left-col {
    float: left;
    width: 100%;
}

.ar .head-top .left-col {
    float: right;
}

.head-top .left-col ul {
    padding: 1px 0 0 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}

.ar .head-top .left-col ul {
    float: right;
}

.head-top .left-col ul li {
    float: left;
    padding: 0 20px 0 0;
    position: relative;
    line-height: 13px;
}

.head-top .left-col ul li a span.fa {
    margin-right: 5px;
    margin-left: 4px;
}

.ar head-top .left-col ul li {
    float: right;
}

.head-top .left-col ul li:before {
    content: '.';
    position: absolute;
    right: 10px;
    font-weight: bold;
    top: -3px;
    font-size: 16px;
    color: #fff;
}

.ar .head-top .left-col ul li:before {
    right: unset;
    left: 10px;
}

.head-top .left-col ul li a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.right-col {
    float: right;
    width: 100%;
}

.login-box {
    float: right;
    padding: 0px 20px 0 25px;
}

.login-box .fa {
    font-size: 16px;
    color: #fff;
    padding: 0 7px 0 0;
    float: left;
}

.login-box a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 4px;
    float: left;
    cursor: pointer;
}

.head-cart-box {
    float: right;
    margin: 0px 0 0 0;
}

.head-cart-box .dropdown {
    float: left;
    margin: 0px 0 0 0;
}

.head-cart-box .dropdown a.head-cart {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    float: left;
    text-decoration: none;
    position: relative;
    outline: none;
}

.head-cart-box .dropdown a.head-cart span.num {
    background-color: #ed2226;
}

.head-cart-box .dropdown a.head-cart span.num {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
    font: 10px/17px 'Lato', sans-serif;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
}

.head-cart-box .dropdown-menu {
    border-color: #ed2226;
}

.head-cart-box .dropdown-menu {
    border: 0;
    border-top: 3px solid;
    border-radius: 0;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    font-size: inherit;
    left: inherit;
    right: 0;
    margin: 0;
    min-width: 300px;
    padding: 0;
    top: 42px;
}

.menu-row {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 11px 0 0px 0;
}

.menu-row a.logo {
    float: left;
    margin: 0 80px 0 0;
}

.menu-row a.logo img {
    object-fit: contain;
}

.Alburhan-navigation {
    float: left;
    width: 72%;
    background-color: #fff;
}

#main-menu {
    min-heigth: 70px;
}

#main-menu {
    float: none;
    position: relative;
    margin: 0px;
    height: inherit;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#main-menu:before {
    content: ' ';
    display: table;
    clear: both;
    float: none;
    width: 100%;
    height: 0px;
    border: 0px none;
}

.menu-holder {
    position: relative;
}

.menu-holder>ul {
    text-align: left;
    z-index: 1000;
    list-style: none;
    float: none;
    width: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    border: 0px none;
    background: transparent;
    margin: 0px;
    padding: 0px;
}

.ar .menu-holder>ul {
    text-align: right;
}

.menu-holder>ul>li {
    position: relative;
    margin: 0px;
    margin-right: 20px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    flaot: none;
    overflow: visible;
    background-color: transparent;
    border: 0px none;
    border-bottom: 4px solid transparent;
    transition: border-color ease 0.35s;
    -webkit-transition: border-color ease 0.35s;
    -moz-transition: border-color ease 0.35s;
    -ms-transition: border-color ease 0.35s;
    -o-transition: border-color ease 0.35s;
}

.menu-holder>ul>li:before {
    bottom: 50%;
    color: #ececec;
    content: "/";
    font-size: 16px;
    margin: 0 0 -11px 0px;
    position: absolute;
    right: -18px;
}

.menu-holder>ul>li:last-child:before {
    content: " ";
}

.menu-holder>ul>li.active,
.menu-holder>ul>li:hover {
    border-color: #ed2226;
}

.menu-holder>ul>li.active>a {
    color: #ed2226;
}

.menu-holder>ul>li>a {
    background-color: transparent;
    padding: 0px 17px;
    padding-bottom: 24px;
    height: auto;
    float: left;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
    text-transform: none;
    position: relative;
    display: block;
    margin: 0px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    cursor: pointer;
}

.menu-holder>ul>li>a>i {
    padding-top: 15.667px !important;
    margin-bottom: 13px !important;
    height: 35px;
    line-height: 23px;
    font-size: 16px;
    display: block;
    text-align: center;
}

.menu-holder>ul>li>a>span.link-content {
    height: auto !important;
    position: relative;
    display: inline-block;
    float: left;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
    border: 0px none;
}

.menu-holder>ul>li.default-dropdown>a>span.fa {
    margin-left: 10px;
    font-size: 10px;
}

.menu-holder>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 80%;
    border-radius: 0 0 4px 4px;
    position: absolute;
    width: 230px;
    opacity: 0!important;
    visibility: hidden !important;
    background: #fff;
    z-index: -999999999999999999999 !important;
    border-bottom: 3px solid !important;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
    box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
    display: inherit !important;
    transition: all 0.5s ease-in-out 0s;
}

.menu-holder>ul>li .menu-dropdown {
    background-color: #fff;
    border-radius: 0px;
    display: none;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    font-size: 14px;
    font-weight: 700;
    width: 205px;
    border-bottom: 4px solid #ed2226 !important;
}

.menu-holder>ul>li:hover>ul {
    visibility: visible !important;
    opacity: 1!important;
    z-index: 100 !important;
    top: 100%;
    left: 0px;
}

.menu-holder>ul>li.drop-to-right {
    left: 0px;
    right: auto;
}

.menu-holder>ul>li .menu-dropdown>* {
    clear: both;
}

.menu-holder>ul>li .menu-dropdown>li {
    float: none;
    width: 100%;
    color: #333;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.menu-holder>ul>li .menu-dropdown>li>a {
    border-radius: 0px;
    border-color: #fff;
    color: #000;
    font-size: 14px;
    display: block;
    float: none;
    padding: 12px 15px;
    margin: 0px;
    position: relative;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    width: auto;
    height: auto;
}

.menu-holder>ul>li.default-dropdown:hover .menu-dropdown {
    display: block;
}

.menu-holder>ul>li .menu-dropdown>li {
    float: none;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    margin: 0px;
    padding: 0px;
    overflow: visible;
}

.menu-holder>ul>li .menu-dropdown hr {
    display: none;
}

.menu-holder>ul>li .menu-dropdown>li a {
    display: block;
    float: none;
    padding: 12px 15px;
    margin: 0px;
    position: relative;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    width: auto;
    height: auto;
    cursor: pointer;
}

.cp-search-holder {
    background-color: #24201f;
    color: #fff;
    float: right;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    margin: 24px 0 0 0;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    position: relative;
}

.cp-search-holder #trigger-overlay {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.overlay-contentscale.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.overlay-contentscale {
    visibility: visible;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(30, 41, 61, 0.95);
    z-index: 1100;
}

.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url("../../images/cross.png") no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 2000;
}

.cp-search-inner {
    width: 84%;
    margin: 0 auto;
    padding-top: 200px;
}

.cp-search-inner form {
    float: left;
    width: 100%;
    position: relative;
}

.cp-search-inner form input[type="text"] {
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    position: relative;
    float: left;
    width: 100%;
}

.cp-search-inner form .submit {
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background-color: transparent;
    border: none;
}

.body {
    background-color: transparent;
}

.book-container {
    padding: 5px 5px;
    background: #fff;
    /* border: 5px solid #f3f3f3; */
    overflow: hidden;
}

.book-top {
    width: 100%;
    position: relative;
}

.book-top>a {
    color: #212121;
    position: relative;
    top: unset;
    left: unset;
    width: inherit;
    height: inherit;
    z-index: 11;
}

.book-top img {
    width: 100%;
    max-width: 100%;
    height: 200px;
}

.book-top *,
.book-top *:before,
.book-top *:after,
#featuredBooks .item *,
#featuredBooks .item *:before,
#featuredBooks .item *:after,
.book-item *,
.book-item *:before,
.book-item *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.book-top .icons,
#featuredBooks .item .icons,
.book-item .icons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 10;
}

#featuredBooks .item .icons {
    left: 50%;
}

.book-top .icons a,
#featuredBooks .item .icons a,
.book-item .icons a {
    margin: 2px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.book-top .icons a i,
#featuredBooks .item .icons a i,
.book-item .icons a i {
    display: block;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    background-color: #212121;
    text-align: center;
    color: #fff;
}

.book-top .icons a i:hover,
#featuredBooks .item .icons a i:hover,
.book-item .icons a i:hover {
    background-color: #ff4157;
    color: #ffffff;
    cursor: pointer;
}

.book-top:hover a,
#featuredBooks .item :hover a,
.book-top:hover a,
.book-item:hover a {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.book-container .b-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px 10px 23px;
    background: #fff;
    transition: all 0.3s, visibility 0s;
    -ms-transition: all 0.3s, visibility 0s;
    -webkit-transition: all 0.3s, visibility 0s;
    -moz-transition: all 0.3s, visibility 0s;
    margin-right: -5px;
    margin-left: -5px;
    z-index: 11;
}

.b-bottom header {
    margin-left: -23px;
    padding-left: 23px;
    margin-bottom: 5px;
    position: relative;
}

.b-bottom h4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-bottom header:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #ed2226;
}

.b-bottom header>h4 {
    font-size: 16px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    height: 2.4em;
    margin-left: -1em;
    padding-left: 1em;
}

.b-bottom header>h4>a {
    color: #212121;
}

.price-icon {
    position: absolute;
    top: -30px;
    right: 22px;
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    background: #ff4157;
}

.price-icon span {
    font-size: 10px;
}

.book-container footer {
    display: block;
    position: relative;
}

.book-container footer>.view-button-container {
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding: 16px 5px;
    text-align: center;
    border-top: 1px solid #e9e9e9;
}

.book-container footer>.view-button-container>a {
    color: #212121;
    transition: color ease-in 0.35s;
    -webkit-transition: color ease-in 0.35s;
    -moz-transition: color ease-in 0.35s;
    -ms-transition: color ease-in 0.35s;
    -o-transition: color ease-in 0.35s;
}

.book-container footer>.view-button-container:hover>a {
    color: #ff4157;
}

.site-content {
    background-color: transparent;
}

.sec-title>h3 {
    color: #24201f;
}

span.heading-line {
    background-color: #ff4157;
}

.sec-title>h3:after {
    content: '';
    color: gray;
    display: block;
    font-size: 17px;
    left: 0;
    margin: 3px auto 0;
    right: 0;
    text-align: center;
    width: 75px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")
}

.featured-authors-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ed2226'%2F%3E%3C%2Fsvg%3E");
}

.featured-authors-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ed2226'%2F%3E%3C%2Fsvg%3E")
}

.item-card {
    height: auto;
    /* border-right: 1px solid silver;*/
    border-bottom: none;
}

.ar .item-card {
    border-left: 1px solid silver;
    border-right: none;
}

@media(max-width:767px) {
    .ar .item-card {
        border-left: 0px;
    }
}

@media(max-width:480px) {
    .item-card h4 {
        margin-top: 10px;
    }
}

.featured-articles-section {
    box-shadow: 0px 2px 10px #eee;
    padding: 15px 15px 30px;
    background-color: #eee;
}

.featured-articles-section ul>li:last-child .item-card {
    border-right: none;
}

.ar .featured-articles-section ul>li:last-child .item-card {
    border-left: none;
}

.parallax-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.partner-img {
    box-shadow: rgb(38, 72, 166) 0px 0px 10px;
    border-radius: 6%;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.btn-success {
    background-image: none;
    background-color: #ed2226;
    color: #fff;
    border-color: #ed2226;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
}

.btn-success:hover {
    background-image: none;
    background-color: #24201f;
    border-color: #24201f;
}

.footer {
    margin-top: 30px;
}

.custom-card {
    border-top: 3px solid #24201f;
    box-shadow: 0px 3px 12px silver;
    position: relative;
    padding: 10px 10px 0px;
    width: 100%;
}

.custom-card-body {
    background-color: #eee;
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
    padding: 15px 10px;
}

.custom-card .sec-title>h3 {
    margin-top: 0px;
}

.custom-card-body .more-details {
    color: #666;
    text-align: left;
}

.custom-card-body .evnet-desc {
    color: #666;
}

.custom-card-body .view-event {
    position: absolute;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    color: #ed2226;
    border-color: #fff;
    font-size: 18px;
    border-radius: 0px;
    transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
    -webkit-transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
    -moz-transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
    -ms-transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
    -o-transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
}

.custom-card-body .view-event:hover {
    background-color: #ed2226;
    color: #fff;
    border-color: #ed2226;
}

.custom-card h3 {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    height: 2.4em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-left: -1em;
    padding-left: 1em;
}

.btn-info,
.btn-red {
    background-color: #fff;
    color: #ed2226;
    border-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: 0px 3px 12px silver;
    -webkit-box-shadow: 0px 3px 12px silver;
    -moz-box-shadow: 0px 3px 12px silver;
    -o-box-shadow: 0px 3px 12px silver;
    transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
    -webkit-transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
    -moz-transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
    -ms-transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
    -o-transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
}

.btn-info:hover,
.btn-red:hover {
    color: #fff;
    background-color: #ed2226;
    border-color: #ed2226;
}

.go-top {
    border-radius: 0px;
    background-color: #212121;
    color: #fff;
    bottom: 100px;
    box-shadow: 0px 3px 11px silver;
}

.square {
    width: 100%;
    object-fit: cover;
}

.event-img {
    overflow: hidden;
}

.panel-default>.panel-heading {
    background-color: #fff;
    background-image: none;
    border-color: #ed2226;
    box-shadow: 0px 3px 12px silver;
    color: #ed2226;
}

.panel-wheat {
    border-color: #ed2226 !important;
}

.auhtor-info {
    color: #666;
}

.auhtor-info ul li .fa,
.article-data h4 .fa,
.contact-us li span.fa {
    padding: 6px;
    background-color: #fff;
    box-shadow: 0px 1px 4px silver;
    color: #ed2226;
}

.sec-title .article-title {
    text-align: left;
}

.ar .sec-title .article-title {
    text-align: right;
}

.event-div:hover {
    background-color: #fff;
    box-shadow: none;
}

span.heading-line {
    height: 4px;
}

#events_group .event-div {
    border-bottom: 2px solid #212121;
    background-color: #fff;
    box-shadow: 0px 1px 4px silver;
}

.fancy-header {
    background-image: url('../images/maxresdefault.jpg');
}

.social-list .view-icon {
    background-color: #fff;
    border: 4px solid #f3f3f3;
}

.social-list .view-icon a {
    color: #ed2226;
}

.contactUs-label-container .contactUs-label {
    border-left: 4px solid #212121;
    border-radius: 0px !important;
    ;
}

#contactUs .form-control {
    background-color: #eee;
}

.display-inline {
    display: inline-block;
}

.display-inline a {
    color: #fff;
}

.bottom-footer-white {
    clear: both;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 5px;
}

.footer-logo-image-container {
    display: flex;
    align-items: center;
}

.courses-div {
    border: 5px solid #f3f3f3;
    padding: 3px;
}

.small-box {
    background-color: #f5f5f5;
    border-top: 3px solid #212121;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.small-box h3 {
    margin-top: 0px;
}

.small-box:hover {
    background-color: rgba(255, 0, 0, 0.5);
}

.small-box:hover h3 {
    color: #fff;
}

.small-box-inner {
    padding: 10px 15px 15px;
}

.small-box-footer {
    padding: 15px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
}

.small-box-footer a {
    color: #212121;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.small-box-footer a:hover {
    color: #ed2226;
}

.categories-level {
    padding: 15px;
    width: 100%;
    clear: both;
}


/*Arabic style*/

.ar .navbar-header {
    float: right;
}

.ar .Alburhan-navigation {
    float: right;
    text-align: right;
}

.ar .Alburhan-navigation-wrapper {
    float: right;
}

.ar .menu-holder>ul>li {
    float: right;
}

.ar .head-top .left-col ul li {
    float: right
}

.ar .head-top .left-col ul li:before {
    left: -18px;
    right: unset;
}

.ar .menu-holder>ul>li>a>span.link-content {
    float: right;
}

.ar .cp-search-holder {
    float: right;
}

.ar .menu-holder>ul>li.default-dropdown>a>span.fa {
    margin-right: 10px;
    margin-left: unset;
}

.ar .login-box {
    float: left;
}

.ar .menu-row a.logo {
    float: right;
    margin: 0px 0px 0px -10px;
}

@media(max-width:767px) {
    .ar .menu-row a.logo {
        float: left;
        margin: 0px 0px 0px 0px;
    }
}

.ar .Alburhan-navigation {
    float: left;
}

.ar.featured-authors-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ed2226'%2F%3E%3C%2Fsvg%3E");
}

.ar .featured-authors-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ed2226'%2F%3E%3C%2Fsvg%3E")
}

.ar .b-bottom header {
    margin-right: -23px;
    margin-left: 0px;
    padding-right: 23px;
    padding-left: 0px;
}

.ar .b-bottom header:before {
    left: unset;
    right: 4px;
}

.ar .book-container footer>.view-button-container,
.ar .featured-authors-container {
    direction: ltr;
}

.ar .custom-card-body .more-details,
.ar .custom-card-body .evnet-desc {
    text-align: right;
}

.ar .custom-card-body .view-event {
    right: unset;
    left: 1px;
}

.ar .custom-card-body .view-event .fa-angle-double-right:before {
    content: "\f100";
}

.ar .powere-by p {
    text-align: left;
}

.ar .footer-bottom>div:first-child {
    float: none;
}


/*Arabic style*/


/*Responsive Style*/

@media(max-width:1199px) {
    .menu-row a.logo {
        margin: 0px;
    }
    .menu-row .container {
        width: 100%;
    }
    .menu-holder>ul>li>a {
        padding: 0px 10px;
        padding-bottom: 24px;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .menu-holder>ul>li>a {
        padding: 0px 1px;
        padding-bottom: 24px;
    }
    .menu-row a.logo {
        margin-left: -40px;
    }
    .ar .menu-row a.logo {
        margin-left: 0px;
        margin-right: -40px;
    }
    .navbar-header {
        width: 14%;
    }
    .Alburhan-navigation {
        width: 76%;
    }
    .event-img {
        width: 25%;
    }
}

@media(max-width:767px) {
    .cp-search-holder {
        width: 100%;
        border-radius: 0px;
    }
    .Alburhan-navigation {
        width: 100%;
    }
    .Alburhan-navigation-wrapper {
        background-color: #fff;
    }
    .menu-holder>ul>li {
        display: block;
    }
    .menu-holder>ul>li>a {
        float: none;
    }
    .menu-holder>ul>li>a>span.link-content {
        display: block;
        width: 100%;
        text-align: center;
    }
    .default-dropdown span.fa {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }
    .menu-holder>ul>li .menu-dropdown {
        width: 100%;
    }
    .menu-holder>ul>li .menu-dropdown>li a {
        text-align: center;
    }
    .menu-holder>ul>li::before {
        content: "";
    }
    .menu-holder>ul>li.default-dropdown>a>span.fa {
        font-size: unset;
        margin-left: unset;
    }
}

@media(max-width:480px) {
    .event-img {
        width: 100%;
    }
    .col-xxs-12 {
        width: 100%;
    }
}


/*Responsive Style*/

.special-offers {
    margin-top: 30px;
    margin-bottom: 30px;
}

.featured2-dec {
    float: left;
    width: 100%;
    position: relative;
    padding: 9px 10px 0 15px;
    background-color: #212121;
    margin-bottom: 30px;
}

.featured2-dec:before {
    position: absolute;
    left: 50px;
    top: 10px;
    right: 10px;
    bottom: 0;
    border-style: solid;
    border-width: 0;
    border-color: #fff;
    content: "";
}

.col-offer {
    margin-top: 65px;
}

.featured2-dec figure {
    width: 239px;
    top: -50px;
    overflow: hidden;
    height: 180px;
    margin-bottom: -20px;
    position: relative;
    float: left;
}

.featured2-dec figure img {
    width: 100%;
    height: 100%;
}

.featured2-dec .text {
    padding: 13px 15px 0 20px;
    float: none;
    width: auto;
    overflow: hidden;
    position: relative;
}

.featured2-dec .text h2 a {
    line-height: 36px;
    font-weight: bolder;
    color: #fff;
    margin-top: 0;
    margin-bottom: 4px;
}

.featured2-dec h5 {
    margin: 0;
    color: #ff4157;
}

.featured2-dec .text .viewnow {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.viewnow {
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.featured2-dec .text .viewnow:hover {
    color: #ed2226 !important;
}

.social-links-pdiv .social-list>li {
    border-radius: 0px;
    width: 100%;
    display: block;
}

.label-count-container {
    background: #ed2226;
    padding: 4px 6px;
    margin-top: -3px;
    border-radius: 4px;
}

@media(max-width:1190px) {
    .featured2-dec figure {
        width: 214px;
        hegiht: 168px;
    }
    .featured2-dec .text h2 a {
        font-size: 14px;
    }
    .featured2-dec .text .viewnow {
        margin-top: 20px;
    }
}

@media(max-width:620px) {
    .featured2-dec figure {
        width: 175px;
        height: 165px;
    }
}

@media(max-width:570px) {
    .featured2-dec figure {
        width: 110px;
        height: 120px;
    }
    .featured2-dec .text .viewnow {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .featured2-dec figure img {
        object-fit: contain;
    }
    .featured2-dec figure {
        width: 100%;
        height: 185px;
    }
    .featured2-dec .text {
        overflow: unset;
        clear: both;
    }
    .featured2-dec .text h2 {
        margin-top: 0px;
    }
    .featured2-dec .text h2,
    .featured2-dec .text h5 {
        text-align: center;
    }
    .featured2-dec .text .viewnow {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 990px) {
    .book-preview-pics {
        margin-top: 30px;
    }
}

@media(min-width:1300px) {
    .size158x210 {
        width: 158px;
        height: 210px;
    }
}

@media(min-width:990px) and (max-width:1199px) {
    .size110x143 {
        width: 110px !important;
        height: 143px !important;
    }
}

@media(min-width:768px) and (max-width:989px) {
    .size130x172 {
        width: 130px !important;
        height: 172px !important;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .size188x250 {
        width: 188px !important;
        height: 250px !important;
    }
}

@media(min-width:360px) and (max-width:479px) {
    .size167x222 {
        width: 167px !important;
        height: 222px !important;
    }
}

@media(max-width:359px) {
    .size242x319 {
        width: 242px !important;
        height: 319px !important;
    }
}

@media(max-width:480px) {
    .swiper-container .more-details {
        font-size: 18px;
        padding: 0px 30px;
    }
}

.new-release-title {
    width: 100%;
    text-align: center;
}

.new-release-title .heading-line {
    display: none;
}

.new-release-title h3 {
    border-right: 4px solid #ff4157;
    display: inline-block;
    padding-right: 10px;
}

.ar .new-release-title h3 {
    display: inline-block;
    border-right: unset;
    border-left: 4px solid #ff4157;
    padding-left: 10px;
    padding-right: 0px;
}

.new-release-title p {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.book-item a {
    position: relative;
    z-index: 11;
}

.div-heading-data>h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    height: 57.6px;
    /* Fallback for non-webkit */
    margin: 20px auto 10px;
    font-size: 24px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:320px) {
    .div-heading-data>h3 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-width: 100%;
        height: 86.4px;
        /* Fallback for non-webkit */
        margin: 20px auto 10px;
        font-size: 24px;
        line-height: 1.2;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(min-width:768px) {
    .featured-authors-container:nth-child(2) {
        max-height: 400px;
    }
}