/** css reset */

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
/** bootstrap dropdown scroll fix */
.dropdown-menu {
    will-change: transform !important;
    position: absolute !important;
    transform: translate3d(0px, 31px, 0px) !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate3d(0px, 31px, 0px) !important;
    -moz-transform: translate3d(0px, 31px, 0px) !important;
    -ms-transform: translate3d(0px, 31px, 0px) !important;
    -o-transform: translate3d(0px, 31px, 0px) !important;
}
/** fonts */
@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/cust-fonts/vazir/Vazir.eot");
    src:url('../fonts/cust-fonts/vazir/Vazir.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/cust-fonts/vazir/Vazir.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/cust-fonts/vazir/Vazir.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url("../fonts/cust-fonts/vazir/Vazir.ttf") format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/cust-fonts/vazirmedium/Vazir-Medium.eot");
    src:url('../fonts/cust-fonts/vazirmedium/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/cust-fonts/vazirmedium/Vazir-Medium.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/cust-fonts/vazirmedium/Vazir-Medium.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url("../fonts/cust-fonts/vazirmedium/Vazir-Medium.ttf") format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/cust-fonts/vazirbold/Vazir-Bold.eot");
    src:url('../fonts/cust-fonts/vazirbold/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/cust-fonts/vazirbold/Vazir-Bold.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/cust-fonts/vazirbold/Vazir-Bold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url("../fonts/cust-fonts/vazirbold/Vazir-Bold.ttf") format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/cust-fonts/vazirlight/Vazir-Light.eot");
    src:url('../fonts/cust-fonts/vazirlight/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/cust-fonts/vazirlight/Vazir-Light.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/cust-fonts/vazirlight/Vazir-Light.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url("../fonts/cust-fonts/vazirlight/Vazir-Light.ttf") format('truetype');
}
@font-face {
    font-family:Lalezar;
    src: url("../fonts/cust-fonts/Lalezar-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/cust-fonts/Lalezar-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/cust-fonts/Lalezar-Regular.otf") format("opentype"), /* Open Type Font */
      url("../fonts/cust-fonts/Lalezar-Regular.woff") format("woff"), /* Modern Browsers */
      url("../fonts/cust-fonts/Lalezar-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

body {
    direction: rtl;
    text-align: right;
    background: #ffffffb5;
    font-family: Vazir, serif;
    
}
ul li, ol li {
    margin-left: 0px;
    margin-right: 0px;
}
.offset-1 {
    margin-right: 8.333333%;
}
.social-footer svg {

    vertical-align: middle;
}

a {
    text-decoration: none !important;
}
.transition {
    transition: 0.2s all ease-out;
    -webkit-transition: 0.2s all ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
}
.clear {
    clear: both;
}
/** header */
.top-header-box-color {
    position: relative;
    height: 650px;
}
.top-header-box-color-box {
    height: 97%;
    background: linear-gradient(60deg, #c8def6, #25e49b7a);
    padding: 40px;
    position: relative;
    width: 100%;
    display: block;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}
.topHeader {
    margin-bottom: 20px;
}

/** menu */
.top-menu {
    margin-top: 50px;
}
.top-menu > ul.nav > li.show > a.top-menu-title , .top-menu > ul.nav > li.show > a.top-menu-title svg {
    color: #ffffff;
    border-color: white;
    fill: #939a9a;
}

.top-menu-title {
    margin-top: 10px;
    padding: 7px 13px;
    font-size: 14px;
    background: powderblue;
    color: black;
    border: 1px solid #3b4b4b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.top-menu-title svg {
    width: 1em;
    height: auto;
    fill: #3b4b4b;
    margin-left: 3px;
}

.top-menu ul li:focus .top-menu-title,
.top-menu ul li:hover .top-menu-title,
.menu-actived {
    color: black;
    border-color: #9fa6a6;
}
.top-menu ul li:hover .top-menu-title svg {
    fill: #939a9a;
}
.menu-first-lis {
    right: 0 !important;
    width: 250px;
    /*background-color: white;*/
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
    padding: 0;
    z-index: 100;
}
.menu-first-lis ul {
    list-style: none;
}
.menu-first-lis ul > li {
    line-height: 32px;
    padding: 0.4rem 1.5rem;
    position: relative;

}
.top-menu-div-ul-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-first-lis ul > li:active,
.menu-first-lis ul > li:hover {
    background-color: #636c6c;

}
.menu-first-lis ul > li:first-child:hover {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.menu-first-lis ul > li:last-child:hover {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.menu-first-lis ul > li a {
    color: black;
    display: block;
    position: relative;
}


.top-menu-div-ul-li svg {
    height: 14px;
    fill: #9fa6a6;
    transition-delay: 0.4s;
}
.top-menu-div-ul-li:hover svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.menu-first-lis ul > li:hover > a {
    color: #e39f0d;
}
.menu-first-lis ul > li > ul {
    position: absolute;
    right: 255px;
    top: 0;
    background-color: white;
    width: 250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition-delay: 0.4s;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.menu-first-lis ul > li:hover > ul {
    overflow: visible;
    opacity: 1;
    visibility: visible;
}
.menu-first-lis ul > li > ul li ul,
.menu-first-lis ul > li:hover > ul li ul {
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition-delay: 0.4s;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.menu-first-lis ul > li > ul li:hover ul,
.menu-first-lis ul > li:hover > ul li:hover ul {
    overflow: visible;
    opacity: 1;
    transition-delay: 0.4s;

    visibility: visible;
}

/** menu mobile version  */
.side-mobile-ver {
    /* padding: 10px;
    margin-left: 50px;
    margin-top: 45px; */
}
.side-mobile-ver svg {
    width: 1em;
    height: auto;
    fill: #5b6464;
}
.sidr {
    background-color: rgba(91, 100, 100 , 0.98);
    height: 100%;
    padding: 20px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.top-mobile-menu-area {
    height: 50px;
}
.top-mobile-menu-area button {
    background: none;
    border: none;
    outline: none;
    float: left;
    margin-left: 20px;
}
.top-mobile-menu-area button svg {
    width: 0.8em;
    height: auto;
    fill: #929898;

}
.sidr_ul {
    width: 100%;
    font-family: vazir;
    list-style: none;
}
.sidr_ul > li {
    width: 100%;
    display: block;
    margin-right: 5px;
}
.sidr_ul > li:hover {
    background-color: rgba(99, 108, 108, 0.5);
    border-right: 3px solid #7c8484;
}

.sidr_ul li a {
    color: #f4f8f8!important;
    font-size: 14px;
    padding: 10px 25px;
    display: block;
    font-weight: lighter;
}
.sidr_ul li:hover > a {
    color: #9fa6a6;
}
.sidr_ul li ul {
    margin-right: 20px;
    list-style: none;
    display: none;
}
.sidr_ul li:hover ul {

    display: block;
}
.sidr_ul li ul li a {
    color: #f4f8f8;
}
.sidr_ul li ul li ul {
    display: none !important;
}
.sidr_ul li ul li:hover ul,
.sidr_ul li:hover ul li:hover ul {

    display: block !important;
}

#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999998;
    display: none;
}
.sidr-open #overlay {
    display: block;
}

/* Settings for fullwidth */
.sidr.fullwidth {
    width: 100%;
}

.sidr.left.fullwidth {
    left: -100%;
}

.sidr.right.fullwidth {
    right: -100%;
}
/* END Settings for fullwidth */

/** start logo area */

.logo-area {
    
    margin: auto;
}
.logo-area-link {
    display: block;
    text-align: center;
}
.logo-area-img {
    max-width: 100%;
    margin-top: 20px;
    width: 260px;
    height: auto;
}

/** start search and login area */
.search-login-area {
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.search-icon {
    color: #9fa6a6;
    fill: #9fa6a6;
    display: block;
}
.search-area-forms form {
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    justify-content: space-between;
    position: absolute;
    background: #202727;
    left: 0;
    top: -5px;
    display: flex;
    z-index: 2000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-active {
    width: 90% !important;
}
.search-area-forms form input {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 15px;
    width: 100%;
    direction: rtl;
    text-align: right;
    color: #ffffff;
}
.search-area-forms form input::-webkit-input-placeholder {
    color: #9fa6a6;

}
.search-area-forms form button {
    border: none;
    margin: 4px;
    font-size: 14px;
    padding: 2px 15px;
    border: none;
    outline: none;
    background: #9fa6a6;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-area-forms form button:hover {
    background: #f55f50;
}

/** login and register */
.login-register {
    list-style: none;
    align-content: flex-end;
    flex-direction: row-reverse;
    width: 85%;
    margin-top: 3px;
}
.login-register li {
    float: left;
    margin: 0 5px;
}
.login-register li a {
    display: block;
    color: #9fa6a6;
    font-size: 13px;
    font-weight: bold;

}
.login-register li a:hover {
    color: #ffffff;
}
.login-register span {
    float: left;
    color: #9fa6a6;
}

/** top-second-nav section */
section.top-second-nav-section {
    margin-top: 60px;
    color: #ffffff;
}
form.top-second-nav-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: lightseagreen;
    padding: 6px 0 6px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.form-raduis-combo-active {
    border-radius: 10px 10px 0 10px !important;
    -webkit-border-radius: 10px 10px 0 10px !important;
    -moz-border-radius: 10px 10px 0 10px !important;
    -ms-border-radius: 10px 10px 0 10px !important;
    -o-border-radius: 10px 10px 0 10px !important;
}
form.top-second-nav-form select {
    background: transparent;
    -webkit-appearance: none;
    font-size: 15px;
    border: none;
    outline: none;
    margin-right: 10px;
    color: #5b6464;
    padding: 0 20px;

}
form.top-second-nav-form select option {
    background-color: #202727;
    padding: 20px;
    border: none;
    margin: 2px;
}
form.top-second-nav-form select option:hover {
    background-color: #1b2020;
    color: #9fa6a6;
    font-weight: bold;
    outline: none;

}
.second-nav-line::before {
    content: '';
    /* border-right: 1px solid #aeafaf; */
    display: block;
    width: 1px;
    height: 32px;
    margin-left: 10px;
}
form.top-second-nav-form input {
    width: 80%;
    outline: none;
    border: none;
    background: transparent;
    color: #ffffff;
    text-align: right;
    font-size: 15px;
    margin-left: 10px;
}
form.top-second-nav-form input::-webkit-input-placeholder {
    color: #f4f8f8;
}
.top-second-nav-form button {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
}
.top-second-nav-form button span svg {
    height: 1em;
    fill: #ffffff;
    color: #ffffff;
}


/** selectbox new*/ 

.select-box-new {
    z-index: 3;
}

.center {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  select {
    z-index: 3;
    float: left;
  }
  /** Custom Select **/
  .custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    cursor: pointer;
  }
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
    font-size: 16px;
    background: none;
    padding: 0;
    border: none;
  }
  .custom-select-trigger {
    position: relative;
    display: block;
    width: 110px;
    font-weight: 400;
    /*color: #e8cfd1;*/
    background-color: powderblue;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-right: 10px;
  }
  
  
  .custom-options {
    position: absolute;
    display: block;
    top: 40px;
    right: 0;
    width: 100%;
    margin: 14px 0;
    box-sizing: border-box;
    background: #202727;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(-8px);
    background:white;
  
    
  }
  .option-hover:before {
    background: #f9f9f9;
  }
  .custom-option {
    position: relative;
    display: block;
    padding: 8px 15px 8px 0;
    color: #5b6464;
    cursor: pointer;
    transition: all 0.05s ease-in-out;
  }
  .custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
  
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}
  .custom-option:hover,
  .custom-option.selection {
    color: #9fa6a6;
    background-color: #1b2020;
    font-weight: 500;
  }
  
  .new-selectbox-before-svg svg {
    height: 12px;
    fill: #ff374c;
  }
  span.custom-select-trigger::after {
    background: url('data:image/svg+xml;utf8,<svg style="fill:white;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"/></svg>') no-repeat;
    
    content: '';
    background-position: center center;
    background-size: 12px;
    height: 7px;
    width: 12px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    transition: 0.2s all ease ;
    -webkit-transition: 0.2s all ease ;
    -moz-transition: 0.2s all ease ;
    -ms-transition: 0.2s all ease ;
    -o-transition: 0.2s all ease ;

  }
  .select-box-new .custom-select-wrapper > .opened > span.custom-select-trigger::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    
}

  /**section two menu*/
ul.section-two-top-menu-ul {
    list-style: none;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    margin-top: 10px;
}
.section-two-top-menu-li {
    margin: 0 15px;
    font-size: 15px;
}
li.section-two-top-menu-li a {
    color: #9fa6a6 !important;
    padding: 5px;
}
li.section-two-top-menu-li a:hover {
    color: #ffffff !important;
}

.request-book {
    display: flex;
    justify-content: space-around;
    border:1px solid #9fa6a6;
    color: #ffffff;
    font-size: 15px;
    padding: 11px 10px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.request-book:hover {
    border-color: #ffffff;
    color: #ffffff;

}

.request-book svg {
    height: 20px;
    width: 20px;
    fill: #9fa6a6;
}

/** slider top area*/
.page-slider {
    direction: ltr;
    position: relative;
}
.top-slider-area {
    /* margin-top: 40px; */
    z-index: 999;
}
.slider-slides {
    display: flex;
    direction: ltr;
    align-items: center;
    text-align: left;
    margin: 0 20px;
    padding: 60px 0;
    position: relative;

}
.slider-slides img.top-slider {
    width: 170px;
    margin-right: 20px;
    margin-left: 10px;
    z-index: 99;
    height: 250px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.slider-slides img.top-sliderz {
    width: 140px;
    z-index: -1;
    height: 230px;
    position: absolute;
    top: 68px;
    right: 328px;
    border-radius: 20px;
    filter: blur(18px);
    -webkit-filter: blur(18px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.slider-content {
    display: flex;
    flex-direction: column;
}
.slider-content a > h2 {
    color: #ffffff;
    overflow: hidden;
    height: 20px;
}
.slider-content h3 {
    color: #5b6464;
    font-size: 15px;
    font-weight: 400;
}
.slider-content h3 > a {
    color : #339999;
}
.slider-content h3 > a:hover {
    color : #ff374c;

}
.rating-and-comment {
    display: flex;
    
}
.rating-and-comment span {
    color: #5b6464;
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
    margin-top: 2px;
}
.slider-slides-text {
    color: #5b6464;
}
.slider-writer {
    margin: 12px 0 8px 0;
}
.slider-subject {
    margin: 15px 0 7px 0;
}
.slider-content > p {
    font-size: 12px;
    text-align: justify;
    height: 53px;
    overflow: hidden;
}
.slider-content > p::after {
    content: '...';
}
.owl-nav {
    color: #3b4b4b;
    font-size: 48px;
}
.owl-prev {
    position: absolute;
    left: -7px;
    outline: none !important;

    top: 130px;
}
.owl-next {
    position: absolute;
    right: -7px;
    top: 130px;
    outline: none !important;

}
.owl-prev:hover , .owl-next:hover {
    background: transparent !important;
    color: #ff374c !important;

    
}


/** rating system*/
.rating-wrapper {
    margin-top: 0;
    direction: rtl;
}
.rating-wrappers {
    direction: ltr;
}
.rating-wrapper input {
    display: none;
}
.rating-wrapper label svg  , .rating-wrapper svg {
    display: inline-block;
    fill: #9fa6a6;
     width: 15px;
     height: 15px;
     position: relative;
     cursor: pointer;
}
.rating-wrappers svg {
    cursor: auto;
}
.rating-wrapper label:hover svg , .rating-wrapper label:hover ~ label svg , .rating-wrapper input:checked ~ label svg , .rating-wrapper-active-svg {
    fill: #f3cc30 !important;
}

/** bread crump*/
/**title bar nav*/
.titlebarpub {
    margin:0 0 35px 0;
}
.titlebarpub-nav {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}
.titlebarpub-nav svg {
    color: #339999;
    fill: #339999;
    height: 13px;
    margin: 0 4px;
}
.titlebarpub-nav a {
    color: #5b6464;
    text-decoration: none;
    margin: 0 5px;
}
.titlebarpub-nav a:hover {
    color: #858d8d;
}

.titlebarpub-nav span {
    color: #9fa6a6;
    margin-right: 5px;
}

/** aside*/
.aside-mob-btn {
    border: 1px solid #5b6464;
    background-color: #253030;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 9;
    justify-content: space-around;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.advanced-search-icon svg{
    width: 20px;
    height: 20px;
    color: #5b6464;
    fill: #5b6464;
}
.advanced-search-text {
    color: #5b6464;
    background: transparent;
}
.aside-grouping-box {
    /*border: 1px solid #3a4848 ;*/
    background: linear-gradient(60deg, #c8def670, #25e49b40);
    padding: 25px 15px 15px 15px;
    border-radius:10px ;
    -webkit-border-radius:10px ;
    -moz-border-radius:10px ;
    -ms-border-radius:10px ;
    -o-border-radius:10px ;
}
.grouping-h4 {
    color: black;
    font-weight: bold;
    font-size: 18px;
    
}
.aside-grouping-nav > ul {
    list-style: none;
    margin: 15px 10px 0 0;
}
.aside-grouping-nav ul > li {
    line-height: 32px;
    position: relative;
}
.aside-grouping-nav ul > li.active-li-grouping-aside > svg {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
.aside-grouping-nav ul > li.active-li-grouping-aside > a {
    color: #f8f8f8 !important;
}
.aside-grouping-nav ul > li > svg {
    height: 10px;
    width: 10px;
    margin-left: 7px;
    fill: #5b6464;
    position: absolute;
    right: -10px;
    top: 10px;
}
.aside-grouping-nav ul > li > a {
    color: #9fa6a6;
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
}
.aside-grouping-nav ul > li > a:hover {
    color: #f8f8f8;
}
.aside-grouping-nav ul > li > ul {
    list-style: none;
    margin-right: 20px;
}

/**aside request*/
a.aside-Request-button-link {
    display: block;
    margin: 40px 0;
}
.aside-Request-button-div {
    background: #ff374c;
    display: flex;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 20px;
}
.aside-Request-button-div:hover {
    box-shadow: 0px 10px 30px 0px rgba(255, 55, 76, 0.25);

}
.aside-Request-button-div svg {
   margin-left: 10px;
    fill: #ffffff;
    height: 30px;
    width: 30px;
}
.aside-Request-button-div > h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

/** aside scrollable search*/
.aside-scrollable-search-box {
    /*border: 1px solid #3a4848;*/
    background: linear-gradient(60deg, #c8def670, #25e49b40);
    padding: 25px 15px 0 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.aside-scrollable-search-form {
    display: flex;
    margin: 20px 0 20px 20px;
    align-items: center;
    background: #20b2aa63;
    padding: 3px 5px;
    /*border: 1px solid #3a4848;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.aside-scrollable-search-form input {
    border: none;
    color: #ffffffad;
    outline: none;
    background: transparent;
    font-size: 13px;
    width: 90%;
}
.aside-scrollable-search-form input::placeholder {
    color: #9fa6a6;
}
.aside-scrollable-search-form span {
    border: none;
    margin-left: 5px;
    outline: none;
    background: transparent;
}
.aside-scrollable-search-form span svg {
    height: 14px;
    width: 14px;
    fill: #9fa6a6
}
.aside-scrollable-search-div {
    height: 400px;
    overflow-y: scroll;

}
/** scrool custom*/
.aside-scrollable-search-div {
    --scrollbarBG: #d1d3d36b;
    --thumbBG: #71a6b6;
}
.aside-scrollable-search-div::-webkit-scrollbar {
    width: 14px;
  }
  .aside-scrollable-search-div {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  .aside-scrollable-search-div::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  .aside-scrollable-search-div::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border: 1px solid var(--scrollbarBG);
   
}
/** testscroll*/ 
.aside-scrollable-search-div::-webkit-scrollbar-button:single-button {
    background-color: #3a4848;
  display: block;
  border:none ;
  height: 12px;
  width: 16px;
}
.aside-scrollable-search-div::-webkit-scrollbar-button:single-button:vertical:decrement {
    background: url('data:image/svg+xml;utf8,<svg style="fill:DarkGrey;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z"/></svg>') no-repeat;
    background-position: center center;
    background-color: #3a4848;

}
.aside-scrollable-search-div::-webkit-scrollbar-button:single-button:vertical:increment {
    background: url('data:image/svg+xml;utf8,<svg style="fill:DarkGrey;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>') no-repeat;
    background-position: center center;
    background-color: #3a4848;
  }




/** style to chechbox*/
.aside-search-writer-name {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    color: #2a2a2a;
    padding-right: 30px;
}
.aside-search-writer-name > input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark-area {
    position: absolute;
    top: 0;
    right: 0;
    height: 13px;
    width: 13px;
    background-color: #ffffff4d;
    border: 0.1rem solid #5b6464;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
/* On mouse-over, add a grey background color */
.aside-search-writer-name:hover input ~ .checkmark-area {
    background-color: #9ea5a5;
    border-color: #9ea5a5;
}

/* When the checkbox is checked, add a blue background */
.aside-search-writer-name input:checked ~ .checkmark-area {
    background-color: #1a3a72;
    border-color: #9ea5a5;

}








/**main */
main.main-dark .top-main-area {
    display: flex;
    flex-direction: column;
}

main.main-dark .top-main-area h3.top-main-area-title {
    color: #ced3d3;
    font-weight: bold;
    font-size: 18px;

}
.top-main-area-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    list-style: none;
}
.top-main-area-nav ul li a {
    padding: 10px 15px;
    margin: 0 10px;
    color: #9fa6a6;
    font-size: 14px;
}
.top-main-area-nav ul li a:hover {
    color: #ffffff;
}
.top-main-area-nav ul li a:first-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.top-main-line {
    height: 1px;
    width: 100%;
    background: #2b3737;
    margin: 15px 0 30px 0;
}

a.main-group-title-area {
    color: #9fa6a6;
    font-weight: bold;
    font-size: 16px;
}
span.main-top-book-counter {
    color: #5b6464;
    font-size: 14px;
}

/** main books */
.main-books-area {
    margin-top: 20px;
}
.releted-book-sigle-book-area {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    align-items: center;
}

.related-book-img-link {
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);

}
.related-book-img-link > img {
    width: 150px;
    height: 220px;
    max-width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.related-book-title-link h3 {
    color: black;
    margin-top: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.related-book-title-link h3:hover {
    color : #b1b5b5 ;
}

.book-writer span {
    color: #5b6464;
    font-size: 14px;
}
/** MAIN down pagination*/
.main-down-page-area {
    margin: 30px 0 80px 0;
}
.pagination-dark ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pagination-dark ul li a {
    padding: 5px 13px;
    margin: 0 2px;
    color: #5b6464;
    border: 1px solid #3a4848;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pagination-dark ul li a.active-page {
    color: #9fa6a6 !important;
    border: none !important;
}
.pagination-dark ul li a:hover {
    background: #2b3737;
    border-color: #5b6464;
}
.pagination-dark ul > span {
    color: #5b6464;
    margin: 0 10px;
}


/** grey box related books*/

.greybox-related-books {
    background: linear-gradient(60deg, #c8def66b, #25e49b38);
    padding: 50px 0;
}
.last-reviews-book {
    color: black;
    font-family: lalezar;
    font-size: 26px;
}

.review-books-books {
    margin-top: 40px;
}
.book-review-single {
    border: 1px solid #9cb6b6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.book-review-single:hover {
    background: #c6e2f0;
}
.book-review-img {
    width: 100%;
    max-width: 100%;
    height: 208px;
   
}
.book-review-single figure {
    display: flex;
    flex-direction:column ;
}
.book-review-single figure figcaption {
    padding:  10px 15px;
}
.book-review-title-book {
    font-size: 18px;
    margin: 10px auto 0;
    font-weight: 500;
    line-height: 25px;
    color: #9fa6a6;
}
.book-review-text-book {
    color: #5b6464;
    font-size: 15px;
    margin-top: 10px;
}
.dark-book-review-auther-and-like {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.dark-book-review-auther {
    display: flex;
    align-items: center;
}
.dark-book-review-auther img {
    height: 35px;
    width: 35px;
}
.dark-book-review-auther-data-category-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 10px;

    
}
.dark-book-review-auther-data-category-box a strong {
    font-size: 14px;
    font-weight: 500;
    color: #9fa6a6;
}
.dark-book-review-auther-category-datebox {
    font-size: 12px;
    color: #3b4b4b;
}

.like-area-dark-book-review button{
    border: none;
    background: transparent;
    outline: none;
}
.like-area-dark-book-review svg {
    height: 2em;
    width: 2em;
    fill: #9fa6a6;
}
.like-area-dark-book-review span.like-counter {
    color: #9fa6a6;
    font-size: 16px;
    font-weight: bold;
}

/** best books*/
.another-books {
    padding: 50px 0;
}
.another-bookss {
    padding: 10px 0;
}
.another-book-title {
    color: #9fa6a6;
    font-family: lalezar;
    font-size: 26px;
    margin-bottom: 30px;
}
.releted-book-sigle-book-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.releted-book-sigle-book-area:hover {
    transform: scale3d(1.1,1.1,1);
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
}
.related-book-img-link {
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);

}
.related-book-img-link > img {
    width: 196px;
    height: 280px;
    max-width: 100%;
}

.related-book-title-link h3 {
    color: #9fa6a6;
    margin-top: 22px;
    text-align: center;
    font-weight: 400;
}
.releted-book-sigle-book-area:hover h3 {

    color : #b1b5b5 ;
}

.book-writer span {
    color: #5b6464;
    font-size: 14px;
}
.another-bookss {
    padding: 20px 0 50px 0;
}


/** footer */
.footer-dark-up {
    background: lightseagreen;
    padding: 40px 0;
}
.footer-ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.footer-ul li {
    margin: 0 7px;
}
.footer-ul li a {
    color: black;
    font-size: 15px;
}
.footer-ul li:hover a , .footer-down-nav ul li:hover a {
    color: #d7dcdc;
}
.footer-dark-down {
    padding: 10px 0;
   background: linear-gradient(60deg, #152862, #033924);
}
.p-copy-rights {
    color: white;
    font-size: 14px;
    padding-top: 5px;
}
.social-and-nav-area {
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
    text-align: left;
}
.footer-down-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-around;
}
.footer-down-nav ul li {
    margin: 0 10px;
}
.footer-down-nav ul li a {
    color: #9fa6a6;
    font-size: 14px;
}
.social-footer , .footer-down-nav {
    display: inline-block;
}
.social-footer svg {
    width: 20px;
    height: 20px;
    fill: #5b6464
}
.social-footer a:hover svg {
    fill: #ffffff;
}
.social-footer a {
    margin: 0 5px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}


.slider-slides img.top-slider {
    max-width: 170px;
}

/** sas */
.aside-mob-btn {
    position: sticky;
    position: -webkit-sticky;
    top: 5px;
    

}
.menu-first-lis ul > li {
    text-align: right;
    color: white;
}
.menu-first-lis ul > li:hover > a {
    color: #c0c8c8!important;
}
.widget a {
    color: #d7dcdc99;
    font-size: 13px;
}
.social-and-nav-area {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.slider-content > p {
    font-size: 12px;
    text-align: justify;
    height: 67px;
    color: #5b6464;
    overflow: hidden;
}

.book-review-title-book {

    height: 53px;
    overflow: hidden;
}

aside.aside {
    margin-bottom: 50px;
}

span.page-numbers.current {
    color: #9fa6a6 !important;
    border: none !important;
    margin-left: 10px;
    margin-right: 10px;
}
.lastexcerpt p {
    font-size: 12px;
    text-align: justify;
    height: 53px;
    overflow: hidden;
    color: #5b6464;
}
.lastexcerpt h3 {
    display: none;
}
h3.slider-subject {
    height: 47px;
    overflow: hidden;
}
h3.slider-writer {
    height: 16px;
    overflow: hidden;
}
.slider-content a > h2 {
    color: black;
    overflow: hidden;
    height: 16px!important;
}

/***********responsive***********************/


@media (max-width:1199px) {
    
    .logo-area-img {
        width: 230px;
    }

    .search-active {
        width: 100% !important;
    }
    .slider-slides img.top-sliderz {
        right: 242px
    }

    
    .related-book-img-link > img {
        height: 265px;
        width: 185px;
    }
    .related-book-title-link h3 {
        font-size: 13px;
    }
    .aside-grouping-nav > ul {
        margin: 15px 0 0 0;
    }
    .aside-scrollable-search-form input {
        font-size: 11px;
    }

}
@media (max-width:991px) {
    
    .slider-slides img.top-sliderz {
        left: 25px ;
    }
    .top-header-box-color-box {
        height: 490px;
    }

    section.top-second-nav-section {
        margin-top: 40px;
    }
    form.top-second-nav-form {
        margin-bottom: 15px;
    }
    form.top-second-nav-form input {
        width: 70%;
    }
    
    .book-pic {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    
    .releted-book-sigle-book-area {
        margin-bottom: 20px;
    }
    .another-books {
        padding: 50px 0 0 0 ;
    }

    .titlebarpub {
        margin-bottom: 0;
    }
    .aside-mob-btn {
        margin: -10px 0 20px 0;
    }
    .aside-grouping-box {
        padding-right: 25px;
    }
    .book-review-single {
        margin-bottom: 20px;
    }
    .p-copy-rights {
        text-align: center;
        margin-bottom: 20px;
    }
    .social-and-nav-area {
        text-align: center;
    }
    main.main-dark .top-main-area h3.top-main-area-title {
        margin-top: 20px;
    }
}




@media (max-width:767px) {
    .aside-mob-btn {
        margin: 33px 0 20px 0;
    }
    .logo-area-link img.logo-area-img {
        width: 190px ;
        height: auto ;
    }
    section.top-second-nav-section {
        margin-top: 25px;
    }
    
    .footer-down-nav ul li a {
        font-size: 13px;
    }
    .footer-down-nav ul {
        justify-content:space-around;
        margin-top: 10px;
    }
    .p-copy-rights {
        text-align: center;
    }
    .footer-ul li a {
        font-size: 14px;
    }
    .slider-slides img.top-sliderz {
        width: 123px;
        height: 202px;
    }
    .slider-slides img.top-slider {
        width: 150px;
        height: 220px;
    }
    .top-header-box-color-box {
        height: 525px;
    }

}

@media (max-width:535px) {
    .section-two-top-menu-li {
        margin: 0 10px;
    }
    .footer-ul li a {
        font-size: 13px;
    }
    .footer-ul li {
        margin: 0 4px;
    }
    .advanced-search-text {
        font-size: 14px;
    }
    .slider-subject {
        display: none;
    }
    .rating-and-comment > span {
      display: none;  
    }

}
@media (max-width:460px) {
    .social-icons a svg {
        width: 20px;
        height: 20px;
    }
    .section-two-top-menu-ul {
        width: 100%;
        overflow: hidden;
    }
    .request-book svg {
        height: 19px;
        width: 19px;
    }
    .request-book-top-page {
        font-size: 12px;
    }
    .footer-ul li {
        margin: 0 2px;
    }
    .footer-ul li a {
        font-size: 12px;
    }
    .slider-slides img.top-slider {
        margin-right: 10px;
        margin-left: 0;
        width: 126px;
        height: 198px;
    }
    .slider-slides img.top-sliderz  {
        left: 13px;
        top: 73px;
        width: 100px;
        height: 170px;
        filter: blur(15px);
        -webkit-filter: blur(15px);
}
    .slider-content > p {
        text-align: left;
    }
    .top-header-box-color-box {
        height: 510px;
    }
    .slider-content a > h2 {
        height: 55px;
    }
}
@media (min-width: 768px){
.offset-md-2 {
    margin-right: 16.666667%;
}
}

@media (min-width: 992px){
.offset-lg-0 {
    margin-right: 0;
}
}
@media (min-width: 576px){
.container, .container-sm {
    max-width: 540px!important;
}
}
@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: 720px!important;
}
}
@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px!important;
}
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px!important;
}
}
@media (min-width: 768px){
.offset-md-0 {
    margin-right: 0;
}
}

.row.cust-container,.entry-crumbs{
margin-top:20px;
 
}
