
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('/public/fonts/ProximaNova-Regular.eot');
    src: url('/public/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/public/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/public/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('/public/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
        url('/public/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'AdobeArabic-Regular';
    src: url('/public/fonts/AdobeArabic-Regular.eot');
    src: url('/public/fonts/AdobeArabic-Regular.woff2') format('woff2'),
        url('/public/fonts/AdobeArabic-Regular.woff') format('woff'),
        url('/public/fonts/AdobeArabic-Regular.ttf') format('truetype'),
        url('/public/fonts/AdobeArabic-Regular.svg#AdobeArabic-Regular') format('svg'),
        url('/public/fonts/AdobeArabic-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Italic';
    src: url('/public/fonts/PlayfairDisplay-Italic.eot');
    src: url('/public/fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('/public/fonts/PlayfairDisplay-Italic.woff') format('woff'),
        url('/public/fonts/PlayfairDisplay-Italic.ttf') format('truetype'),
        url('/public/fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg'),
        url('/public/fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('/public/fonts/PlayfairDisplay-Bold.eot');
    src: url('/public/fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('/public/fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('/public/fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
        url('/public/fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg'),
        url('/public/fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('/public/fonts/PlayfairDisplay-Bold.eot');
    src: url('/public/fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('/public/fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('/public/fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
        url('/public/fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg'),
        url('/public/fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('/public/fonts/PlayfairDisplay-Regular.eot');
    src: url('/public/fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('/public/fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('/public/fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('/public/fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg'),
        url('/public/fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('/public/fonts/ProximaNova-Semibold.eot');
    src: url('/public/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('/public/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('/public/fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('/public/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg'),
        url('/public/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'El Messiri', sans-serif;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
.shadowText {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
a:hover{
    text-decoration: none;
    transition: all 0.5s;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}
.wrapper {
    padding: 1em 0 4em 0;
}
:focus {
    outline: 0;
}
.fa{vertical-align: middle;}
.error {
    color: #b92c28;
    width: 100%;
    float: left;
}
.hoverIcon > a > img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
.hoverIcon > a:hover > img:nth-child(1),
.hoverIcon > a.active > img:nth-child(1),
.hoverIcon > a > img:nth-child(2){
    display: none;
}
.hoverIcon a:hover > img:nth-child(2),
.hoverIcon a.active > img:nth-child(2){
    display: block;
}
.fancybox-lock .fancybox-overlay {
    z-index: 999999;
}
.fancybox-opened {
    z-index: 99999999;
}
.btn-danger {
    color: #fff;
    background-color: #76323f;
    border-color: #76323f;
}
.btn-danger:hover{
    background-color: #5b2832;
    border-color: #5b2832;
}
.btn-success{
    color: #fff;
    background-color: #565656;
    border-color: #565656;
}
.btn-success:hover{
    background-color: #404040;
    border-color: #404040;
}


a:focus {
    outline: 0px !important;
}
.fancybox-overlay {
    z-index: 99999999;
    background-color: rgba(0,0,0,0.8) !important;
}
.fancybox-opened {
    z-index: 999999999;
}
.fancybox-skin {
    background: #c9aa65 !important;
    padding: 0px !important;
}
.fancybox-close{
    background-image: url('/public/img/closeFancyboxM.svg')!important;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    position: fixed;
}
.fancybox-close:hover{
    opacity: 0.5;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
.fancybox-next span{
    background-image: url('/public/img/nextFancyM.svg')!important;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 55px;
    visibility: visible !important;
}
.fancybox-prev span{
    background-image: url('/public/img/prevFancyM.svg')!important;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 55px;
    visibility: visible !important;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    opacity: 0.5;
}
.fancybox-prev {
    left: -100px!important;
    width: 50px;
}
.fancybox-next {
    right: -100px!important;
    width: 50px;
}

/*------------------------------------------------------------------------------------------------------*/


/* ==================== PRELOADER ==================== */
#preloader {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:99999999;
    background-color: #cdc4bd;
}
.Tloading {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.Tloader{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #565656;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
.Tloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #565656;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
.Tloader:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #565656;
    -webkit-animation: rotate 1.5s linear infinite;
    -moz-animation: rotate 1.5s linear infinite;
    -ms-animation: rotate 1.5s linear infinite;
    -o-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}
/*rotate*/
@keyframes rotate{
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% {-webkit-transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotate{
    0% {-moz-transform:rotate(0deg);}
    100% {-moz-transform:rotate(360deg);}
}
@-o-keyframes rotate{
    0% {-o-transform:rotate(0deg);}
    100% {-o-transform:rotate(360deg);}
}
@-ms-keyframes rotate{
    0% {-ms-transform:rotate(0deg);}
    100% {-ms-transform:rotate(360deg);}
}

/*======================== INTRO ========================*/

/*********----  Start menu  ----**********/
.menu{
    width: 100%;
    height: auto;
    float: left;
    background-color: #000000;
    padding-bottom: 0px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 0px;
    z-index: 999;
    display: block;
    position: relative;
    margin-left: 0px !important;
}
.navbar-brand>img {
    display: block;
    width: 250px;
}
.navbar-nav {
    float: right !important;
    margin-top: 0px;
    margin-bottom: 0;
    width: auto;
    display: block;
    margin-top: 85px;
}
.navbar-nav .top{
    width: auto;
    height: auto;
    float: right;
    text-align: right;
    margin-bottom: 30px;
    position: absolute;
    top: 0px;
    right: 15px;
}
.navbar-nav .top .creatList,
.navbar-nav .top .langList{
    float: right;
    width: auto;
    height: auto;
    padding: 0px;
    margin-left: 15px;
}
.navbar-nav .top .creatList{
    padding-top: 15px;
}
.navbar-nav .top .langList li,
.navbar-nav .top .creatList li{
    float: right;
    width: auto;
    height: auto;
    padding: 0px;
    margin-left: 10px;
}
.navbar-nav .top .creatList li{
    margin-left: 0px;
}
.navbar-nav .top .langList li a,
.navbar-nav .top .creatList li a{
    padding: 10px 15px;
    float: right;
    color: #565656;
    font-size: 13px;
}
.navbar-nav .top .creatList li a{
    padding: 0px 15px;
}
.navbar-nav .top .creatList li a.active,
.navbar-nav .top .creatList li a:hover{
    color: #76323f;
}
.navbar-nav .top .creatList li a.signUp{
    border-left: 1px solid #565656;
}
.navbar-nav .top .langList li a.arabic{
    background-color: #373737;
    color: #fff;
    width: 80px;
    text-align: center;
    font-size: 21px;
    font-family: 'AdobeArabic-Regular';
    height: 38px;
    padding: 0px;
}
.navbar-nav .top .langList li a.arabic:hover{
    background-color: #000;
}
.navbar-nav .top .langList li a.english{
    background-color: #76323f;
    color: #eaeaea;
    width: 80px;
    text-align: center;
    font-size: 13px;
    font-family: 'ProximaNova-Regular';
}
.navbar-nav .top .langList li a.english:hover{
    background-color: #5b2832;
    color: #ffffff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #c5aa53;
    background-color: transparent;
}
.navbar-default .navbar-nav>li {
    float: right;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 20px;
    border-left: 1px solid #ffffff;
    padding: 5px 15px;
    text-transform:  uppercase;
    transition: all 0.6s;
}
.navbar-default .navbar-nav>li:last-child a{
    border-left: 0px;
}
.navbar-default .navbar-nav>li>a span{
    padding-left: 5px;
}
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 999;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover{
    color: #ffffff;
    background-color: #76323f;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0;
    position: relative;
}
.navbar-fixed-top .container-fluid>.navbar-collapse{
    margin-right: 0px;
    margin-left: 0;
}
@media (min-width:991px) and (max-width:1100px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 17px;
        padding: 0px 10px;
    }
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-top: 45px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 10px 0px 15px 0px;
    }
    .navbar-nav.arabicMobile{
        display: block!important;
    }
    .navbar-nav.englishMobile{
        display: none!important;
    }
    .navbar-nav .top {
        position: relative;
        width: 100%;
        right: 0px;
    }
    .navbar-nav .top .creatList, .navbar-nav .top .langList {
        width: 100%;
        margin-left: 0px;
    }
    .navbar-nav .top .langList li{
        width: 50%;
        margin-left: 0px;
    }
    .navbar-nav .top .langList li a.english,
    .navbar-nav .top .langList li a.arabic {
        width: 100%;
    }
    .navbar-nav>li {
        float: none;
        width: 100%;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-nav>li>a {
        float: left;
        width: auto;
        border-left: 0px !important;
    }
    .navbar-default .navbar-nav > li > a > span {
        display:inline-block;
        vertical-align: middle;
        padding-top: 5px;
        padding-left: 2px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

}
.page-breadcrumbs{
    background-color: #ccc;
    padding: 15px 0px 10px 0px;
}
marquee a{
    color: #000;
    font-size: 17px;
}
marquee a:hover{
    color: #76323f;
}
marquee span{
    color: #76323f;
    font-size: 15px;
    margin: 0px 10px;
}

/*********----  Start menu  ----**********/


/*********----  Start Slider  ----**********/
.slider{
    float: left;
    width: 100%;
    height: 500px;
    position: relative;
}
.slider .carousel,
.slider .carousel-inner,
.slider .item{
    float: left;
    width: 100%;
    height: 100%;
}
.slider .image{
    height: 100%;
    width: 100%;
}
.slider .image .imageCont{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .image img{
    width: auto;
    max-width: 56%;
    z-index: 9999;
    position: relative;
}
.slider .image img.sheikh{
    left: 5%;
    width: 32%;
    bottom: 0px;
    position: absolute;
}
.bs-slider {
    overflow: hidden;
    max-height: 100%;
    position: relative;
    background: #cdc4bd;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.control-round .carousel-control {
    display: none;
}
.slide-text {
    height: 100%;
    width: 44%;
}
.indicators-line > .carousel-indicators {
    right: 5%;
    bottom: 5%;
    left: auto;
}
.indicators-line > .carousel-indicators li {
    border: 1px #565656;
    background: #565656;
    opacity: 0.6;
}
.indicators-line > .carousel-indicators .active {
    border: 1px #565656;
    background: #565656;
    opacity: 1;
    box-shadow: none;
}
.indicators-line > .carousel-indicators .active:before {
    display: none
}
/*********----  End Slider  ----**********/


/*********----  Start news  ----**********/
section.news{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    background-color: #fff;
    text-align: center;
}
section.news h2{
    font-size: 16px;
    color: #565656;
    width: 100%;
    float: left;
    padding: 20px;
    opacity: 0;
}
section.news h2.fadeInDown{
    opacity: 1;
    transition: all 0.5s;
}
section.news .details{
    float: left;
    width: 100%;
    height: auto;
}
section.news .details .slickSliderNews{
    float: left;
    width: 100%;
    height: 300px;
    border: 1px solid #cdc4bd;
    opacity: 0;
}
section.news .details .slickSliderNews.fadeInUp{
    opacity: 1;
    transition: all 0.5s;
}
section.news .details .slickSliderNews .item{
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
}
section.news .details .slickSliderNews .item a.more{
    position: absolute;
    bottom: 2px;
    right: 0px;
    background-color: #cdc4bd;
    color: #565656;
    font-size: 14px;
    padding: 5px 15px;
}
section.news .details .slickSliderNews .item a.more:hover{
    color:#76323f;
}
section.news .details .slickSliderNews .imageCont{
    float: right;
    width: 50%;
    height: 300px;
}
section.news .details .slickSliderNews .imageCont img{
    width: 100%;
    height: 99%;
}
section.news .details .slickSliderNews .text{
    float: left;
    width: 50%;
    height: 300px;
    padding: 0px 30px 0px 100px;
}
section.news .details .slickSliderNews .text h2{
    float: left;
    text-align: left;
    font-size: 29px;
    color: #76323f;
    font-family: 'PlayfairDisplay-Bold';
    padding-left: 0px;
}
section.news .details .slickSliderNews .text p{
    float: left;
    text-align: left;
    font-size: 16px;
    color: #565656;
}

.slick-next{
    background-image: url('/public/img/next.svg') !important;
    background-position: center!important;
    background-size: cover!important;
    height: 125px!important;
    width: 45px!important;
    right: 20px!important;
    z-index: 999!important;
    position: absolute!important;
    bottom: auto!important;
    top: 54%!important;
}
.slick-next:focus,
.slick-next:hover{
    background-image: url('/public/img/next.svg')!important;
    opacity: 0.6!important;
    height: 125px!important;
    width: 45px!important;
}
.slick-prev{
    background-image: url('/public/img/prev.svg')!important;
    background-position: center!important;
    background-size: cover!important;
    height: 125px!important;
    width: 45px!important;
    left: 20px!important;
    z-index: 999!important;
    position: absolute!important;
    bottom: auto!important;
    top: 54%!important;
}
.slick-prev:focus,
.slick-prev:hover{
    background-image: url('/public/img/prev.svg')!important;
    opacity: 0.6!important;
    height: 125px!important;
    width: 45px!important;
}
.sliderFooter .slick-next{
    right: -20px !important;
    top: 45%!important;
}
.sliderFooter .slick-prev{
    left: -20px !important;
    top: 45%!important;
}
/*********----  End news  ----**********/




/*********----  End Books Sections  ----**********/
.footer{
    float: left;
    width: 100%;
    height: auto;
    background-color: #373737;
    padding: 40px 0px;
}
.footer p{
    float: left;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
    padding: 15px;
}
.footer p a{
    float: left;
    color: #fff;
    margin-top: 5px;
}
.footer p a:hover{
    opacity: 0.6;
}
.footer .social_icons{
    float: right;
    width: auto;
    height: auto;
    margin-top: 9px;
}
.footer .social_icons ul{
    float: right;
    width: auto;
    height: auto;
}
.footer .social_icons ul li{
    float: right;
    margin-left: 10px;
}
.footer .social_icons ul li a{
    float: right;
    font-size: 20px;
    color: #b69580;
}
.sliderFooter{
    float: left;
    width: 100%;
    height: auto;
    background-image: url(/public/img/bg10.png);
    background-repeat: repeat;
}
/*********----  End Books Sections  ----**********/





.sectionSearch{
    position: absolute;
    bottom: 60px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    z-index: 999;
}
.input-group-btn>.btn {
    height: 50px !important;
    position: relative;
    border-radius: 4px 0px 0px 4px !important;
    border-right: 0px;
    background: #cccccc;
    font-size: 20px !important;
}
.section.one{
    float: left;
    width: 100%;
    padding: 50px 15px;
    border: 1px solid #76323f;
    text-align: center;
    position: relative;
    background-color: #fff;
}
.section.one h2.title{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #76323f;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 15px;
}
.section.one h3{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #303030;
    font-weight: 400;
    letter-spacing: normal;
}
.section.one span{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #e7b82e;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 15px;
}
.section.one img{
    margin: auto;
    max-width: 100%;
}
.bestSelling{
    float: left;
    width: 100%;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•' !important;
    text-align: center;
    opacity: 1;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #76323f;
}
.section.two{
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 15px;
    margin-top: 30px;
    background-color: #cccccc;
}
.section.two h2.title{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #76323f;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 15px;
    text-align: center;
}
.section.two ul{
    float: left;
    width: 100%;
}
.section.two ul li{
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 5px;
}
.section.two ul li a{
    float: right;
    text-align: right;
    width: 100%;
    color: #000;
    font-size: 16px;
}
.section.two.articles a{
    float: right;
    text-align: right;
    width: auto;
    color: #000;
    font-size: 16px;
    margin-left: 15px;
}
.section.two.articles a:hover,
.section.two ul li a:hover{
    color: #fff;
}
.section.two.articles p{
    float: left;
    width: 100%;
    text-align: right;
    direction: rtl;
}
.section.two ul li a i{
    margin: 0px 5px;
}
.section.three{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 30px 0px;
}
.section.three ul{
    float: left;
    width: 100%;
}
.section.three ul li{
    float: left;
    width: 31%;
    margin: 1.16%;
}
.section.three ul li a{
    float: left;
    width: 100%;
    text-align: center;
}
.section.three ul li a i{
    font-size: 50px;
    color: #fff;
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.section.three ul li a i.fa-facebook{
    background-color: #4267b2;
}
.section.three ul li a i.fa-twitter{
    background-color: #1da1f2;
}
.section.three ul li a i.fa-instagram{
    background: -webkit-radial-gradient(70% 70% ellipse,#ee583f 8%,#d92d77 42%,#bd3381 58%);
    background: radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#bd3381 58%);
}
.fullPage{
    float: left;
    width: 100%;
    height: auto;
    background-image: url('/public/img/bg10.png');
    background-repeat: repeat;
}
.form-control:focus {
    border-color: #76323f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(118, 50, 63);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(118, 50, 63);
}
.latestVersions{
    float: left;
    width: 100%;
}
h2.title.center{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 10px 0px;
    text-align: right;
    font-size: 25px;
    color: #76323f;
    margin-top: 40px;
    border-bottom: 1px dotted #76323f;
}
.latestVersions{
    float: left;
    width: 100%;
}
.latestVersions .section{
    float: left;
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 60px;
}
.latestVersions .section a{
    float: left;
    width: 100%;
    height: auto;
}
.latestVersions .section .subSection{
    float: left;
    width: 100%;
    height: auto;
    min-height: 430px;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    transition: all 0.5s;
    background-image: url(/public/img/bgSection.png);
    background-repeat: repeat;
    position: relative
}
span.comingSoonTitle{
    position: absolute !important;
    right: -9px !important;
    top: -40px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 60px solid transparent !important;
    border-bottom: 60px solid transparent !important;
    border-left: 60px solid red !important;
    transform: rotate(-45deg) !important;
}
span.comingSoonTitle strong{
    position: absolute !important;
    right: 32px !important;
    top: -30px !important;
    font-size: 15px !important;
    color: #ffffff !important;
    transform: rotate(90deg) !important;
    font-weight: normal !important;
    width: 100%;
}
.latestVersions .section a:hover .subSection{
    box-shadow: 7px 5px 20px -8px #959ab1;
    transition: all 0.5s;
}
.latestVersions img{
    margin: auto;
    max-width: 50%;
}
.latestVersions h3{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 15px;
    font-size: 20px;
    color: #5d5d5d;
    text-align: center;
    margin-bottom: 15px;
    direction: rtl;
}
.latestVersions h4{
    float: left;
    width: 100%;
    height: 60px;
    font-size: 15px;
    color: #999a9b;
    text-align: center;
}
.latestVersions span{
    float: left;
    width: 100%;
    height: 30px;
    font-size: 17px;
    color: #e7b82e;
    text-align: center;
}
.latestVersions.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.sectionRight{
    float: left;
    width: 100%;
    height: auto;
    background-color: #76323f;
    padding: 15px;
}
.ziehharmonika h3 {
    background: #5a2932;
    color: #fff;
    font-size: 15px;
    text-align: left;
    border-radius: 4px;
    padding: 5px 12px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 9px;
    padding-right: 40px;
    transition: 0.25s all;
    position: relative;
    text-align: right;
}
.ziehharmonika .collapseIcon {
    top: 50%;
}
.ziehharmonika > div {
    background: transparent;
    border: 1px solid transparent;
    text-align: right;
    padding: 15px 0px;
}
.ziehharmonika > div li{
    margin-bottom: 10px;
    color: #fff;
    direction: rtl;
    position: relative;
    padding-right: 15px;
}
.ziehharmonika > div li i{
    position: absolute;
    right: 0px;
    width: 100%;
    text-align: right;
}
.ziehharmonika > div a{
    font-size: 15px;
    color: #ffffff;
}
.ziehharmonika > div a i{
    font-size: 12px;
    margin-top: 5px;
}
.ziehharmonika > div a:hover{
    color: #00e260;
}
.ziehharmonika > div a p{
    float: right;
    padding-left: 5px;
    padding-right: 0px;
}
.exhibitions{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.exhibitions ul,
.exhibitions li{
    float: left;
    width: 100%;
    height: auto;
}
.exhibitions li{
    margin-bottom: 15px;
}
.exhibitions li a{
    float: left;
    width: 100%;
    height: auto;
}
.exhibitions h2.title{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #76323f;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 15px;
    text-align: right;
}
.exhibitions .imageCont{
    float: right;
    width: 35%;
    height: 65px;
    overflow: hidden;
}
.exhibitions .imageCont .image{
    width: 100%;
    height: 65px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}
.exhibitions .text{
    width: 65%;
    padding-right: 30px;
    text-align: right;
}
.exhibitions .text{
    width: 65%;
    padding-right: 15px;
    text-align: right;
}
.exhibitions .text h3{
    float: right;
    width: 100%;
    font-size: 12px;
    color: #555;
}
.exhibitions .text span{
    float: right;
    width: 100%;
    font-size: 12px;
    color: #555;
}
.exhibitions li a:hover .image{
    transform: scale(1.09);
    transition: all 0.5s;
}
.exhibitions li a:hover .text h3,
.exhibitions li a:hover .text span{
    color: #76323f;
    transition: all 0.5s;
}

.about{
    float: left;
    width: 100%;
    height: auto;
}
.about .imageCont{
    float: left;
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}
.about p{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #555;
    text-align: right;
    direction: rtl;
    margin-bottom: 30px;
}
.titleBar{
    float: left;
    width: 100%;
    height: auto;
    background-color: #76323f;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.titleBar h3{
    float: right;
    text-align: right;
    font-size: 20px;
    color: #fff;
}
.about ul{
    float: left;
    width: 100%;
}
.about ul li{
    float: left;
    width: 25%;
}
.about ul li{
    float: right;
    width: 25%;
    margin-bottom: 10px;
}
.about ul li a{
    float: left;
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #555;
}
.about ul li a:hover{
    color: #76323f;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    border-radius: 0px 4px 4px 0px;
    text-align: right;
    padding-right: 40px;
}
label.glyphicon-search{
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 999;
    color: #76323f;
}
a.arrowUp{
    position: fixed;
    right: 15px;
    bottom: 60px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #76323f;
    font-size: 39px;
    color: #fff;
    text-align: center;
    z-index: 9999999;
    cursor: pointer;
    display: none;
}
a.arrowUp.fadeInDown{
    display: block;
}
a.arrowUp i{
    float: left;
    width: 100%;
    height: 100%;
}
.about.booksDetails .pull-right img{
    margin: auto;
}
/*********----  Start contactUs ----**********/
.contactUs .title{
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 20px;
    color: #76323f;
    padding: 10px 0px;
}
.contactUs .title h2{
    float: left;
    width: 100%;
}
.contactUs .title span{
    float: left;
    width: 100%;
}
.contactUs .title span i{
    margin: 0px 10px;
}
.contactUs .sectionForm{
    float: left;
    width: 100%;
    position: relative;
    padding: 60px;
}
.contactUs .form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.contactUs .form-group .form-control{
    background-color: #fff;
    border: 1px solid #fff;
    color: #555;
    font-size: 20px;
    height: 42px;
    text-align: right;
    direction: rtl;
}
.contactUs .form-group #sendBtn{
    width: auto;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 4px;
    color: #000;
    background-color: #e9c573;
}
.contactUs .form-group #sendBtn:hover{
    background-color: #ceaf67;
}
.contactUs .form-group textarea.form-control{
    height: 150px;
}
.contactUs .form-control::-moz-placeholder {
    font-size: 15px!important;
    color: #555!important;
    line-height: 1 !important;
}
.contactUs .form-control:-ms-input-placeholder {
    font-size: 15px!important;
    color: #555!important;
    line-height: 1 !important;
}
.contactUs .form-control::-webkit-input-placeholder {
    font-size: 15px!important;
    color: #555!important;
    line-height: 1 !important;
}
.contactUs .contactUs h2.title{
    background-color: transparent;
    text-align: left;
    padding: 0px 0px 15px 0px;
}
/*********----  End contactUs ----**********/


/*********----  End exhibition ----**********/
.about ul.exhibition li {
    width: 50%;
}
span.date,
.about ul.exhibition li span.date{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    text-align: right;
}
.about ul.exhibition li a{
    float: right;
    width: 50%;
}
.about ul.exhibition li a .imageCont{
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.about ul.exhibition li a .imageCont .image{
    float: left;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
}
.about ul.exhibition li a p{
    float: right;
    text-align: right;
    direction: rtl;
    padding: 0px 15px;
}
/*********----  End exhibition ----**********/


/*********----  Start productDetails ----**********/
.productsDetails .slick-slider{
    float: left;
    width: 100%;
    margin-top: -0px;
    margin-bottom: 0px;
}
.productsDetails .slick-slider .item{
    float: left;
    width: 100%;
    height: auto;
}
.productsDetails .slider-for.slick-slider .item .imageCont{
    float: left;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.productsDetails .slider-for.slick-slider .item a{
    float: left;
    width: 100%;
    height: auto;
}
.productsDetails .slider-for.slick-slider .item a img{
    margin: auto;
    max-width: 250px;
}
.productsDetails .slider-nav.slick-slider .item .imageCont{
    float: left;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
}
.productsDetails .slider-nav.slick-slider .item{
    padding: 10px;
    opacity: 0.5;
}
.productsDetails .slider-nav.slick-slider .item.slick-current{
    opacity: 1;
}
.productsDetails .slider-nav.slick-slider .item img{
    max-width: 200px;
    margin: auto;
}

.productsDetails .slider-nav,
.productsDetails .slider-for{
    padding: 0px 60px;
}
/*********----  End productDetails ----**********/


/*********----  Start books Details ----**********/
.about.booksDetails h2{
    float: right;
    width: 100%;
    text-align: right;
    font-size: 22px;
    color: #009640;
}
.about.booksDetails ul li {
    width: 100%;
    list-style: disc;
    direction: rtl;
    text-align: right;
    font-size: 18px;
    color: #555;
}
.about.booksDetails ul li span{
    float: right;
    width: auto;
    padding-left: 10px;
}
.about.booksDetails ul li span.price{
    color: #e7b82e;
}
/*********----  End books Details ----**********/


/*********----  End books list ----**********/
.list img{
    max-width: 100%;
    margin: auto;
}
.section{
    float: left;
    width: 100%;
    height: auto;
}
.booksDetails.list .section{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.booksDetails.list .section:last-child{
    border-bottom: 0px;
}
/*********----  End books list ----**********/
.isNew{
    display: none;
}
.about.articles{
    text-align: right;
}
.about.articles h2{
    font-size: 20px;
    color: #76323f;
}
.about.articles span{
    font-size: 20px;
    color: #000000;
}
.about.articles a{
    color: #e7b82e;
    margin-bottom: 15px;
}
.about.articles a:hover{
    opacity: 0.6;
}

/*************-- Start All responsive --*************/

@media (min-width:1200px) and (max-width:1500px) {
    .latestVersions .section .subSection {
        min-height: 350px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .latestVersions .section {
        padding: 0px 0px;
        margin-bottom: 30px;
    }
    .latestVersions .col-md-6{
        width: 100%;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }
    .latestVersions .section .subSection {
        min-height: 275px;
    }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }
    .about.booksDetails .pull-right img {
        max-width: 250px;
    }
    .latestVersions .section .subSection {
        min-height: 400px;
    }
}

@media (max-width: 767px) {

    .navbar-brand>img {
        width: 160px;
    }
    .menu {
        padding-bottom: 0px;
    }
    .navbar-toggle {
        margin-top: 26px;
        margin-right: 0px;
    }

    .navbar-brand>img {
        width: 160px;
    }
    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }
    .navbar-nav.arabicMobile {
        display: block!important;
    }
    .navbar-nav.englishMobile {
        display: none!important;
    }
    .slider {
        height: 250px;
    }
    .latestVersions .section {
        padding: 0px 0px;
        margin-bottom: 15px;
    }
    .productsDetails .slider-nav, .productsDetails .slider-for {
        padding: 0px 0px;
    }
    .slick-next {
        right: -25px!important;
    }
    .slick-prev {
        left: -25px!important;
    }
    .productsDetails .slider-for.slick-slider .item a img{
        max-width: 100%;
    }
    .about ul li {
        width: 50%;
    }
    .sliderFooter .slick-next {
        right: 0px !important;
        top: 50%!important;
        width: 50px !important;
        height: 80px !important;
    }
    .sliderFooter .slick-prev {
        left: 0px !important;
        top: 50%!important;
        width: 50px !important;
        height: 80px !important;
    }
    .latestVersions .section .subSection {
        min-height: inherit;
    }

}

@media (max-width: 480px) {

    .navbar-brand>img {
        width: 160px;
    }
    .menu {
        padding-bottom: 0px;
    }
    .navbar-toggle {
        margin-top: 26px;
        margin-right: 0px;
    }

    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }
    .sectionSearch {
        width: 100%;
        left: 0%;
        margin-left: 0px;
        padding: 0px 15px;
    }
    .navbar-nav.arabicMobile {
        display: block!important;
    }
    .navbar-nav.englishMobile {
        display: none!important;
    }
    .slider {
        height: 250px;
    }
    .latestVersions .section {
        padding: 0px 0px;
        margin-bottom: 15px;
    }
    .about ul.exhibition li a,
    .about ul.exhibition li {
        width: 100%;
    }
    .about ul.exhibition li a p {
        padding: 0px 0px;
    }
}
/*************-- All responsive --*************/
