/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Josefin+Sans:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800;900&family=Pacifico&family=Titillium+Web:wght@300;400;600;700;900&display=swap');

/* 
font-family: 'Handlee', cursive;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Titillium Web', sans-serif; 
*/

/*
* Import styled
*/

@import url("bootstrap.min.css");
@import url("jquery-ui.css");
@import url("animate.css");
@import url("../fonts/fontawesome/font-awesome.css");
@import url("../fonts/icofont/icofont.min.css");
@import url("owl.carousel/owl.carousel.css");
@import url("owl.carousel/owl.theme.css");
@import url("magnific-popup/magnific-popup.css");
@import url("hover.min.css");
@import url("bootstrap-select.min.css");
@import url("swiper.min.css");

/*
* common styled
*/

:root {
    /* --primary-color: #ef3345; */
    /* --primary-color: #d80100; */
    --primary-color:#bf101c;
    --paragraph-color: #7E7F82;
    --white-color: #ffffff;
    --base-color: #17354f;
    --base-dark: #000000;
    --body-font-size: 16px;
    --line-height: 1.7;
    --border-radius-base: 6px;

    /* Font Style */
    --body-font: "Josefin Sans", sans-serif;
    --heading-subtitle-font: "Pacifico", cursive;;
    --heading-font: "Titillium Web", sans-serif;
    --common-font: "Montserrat", sans-serif;
    --cursive-font: "Handlee", cursive;

    /* Font Weight */
    --weight-thin: 100;
    --weight-extra-light: 200;
    --weight-light: 300;
    --weight-regular: 400;
    --weight-medium: 500;
    --weight-semi-bold: 600;
    --weight-bold: 700;
    --weight-extra-bold: 800;
    --weight-ultra-bold: 900;
}

body {
    font-family: var(--body-font);
    font-size: var(--body-font-size);
    line-height: var(--line-height);
    font-weight: var(--weight-semi-bold);
    color: var(--paragraph-color);
}

/* @media only screen and (max-width: 575px) {
    body {
        overflow-x: hidden;
    }
} */

a {
    color: var(--base-color);
}

a:hover {
    color: var(--primary-color);
}

a,
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

p {
    color: #7e7e7e;
    font-weight: var(--weight-regular);
}

.btn-close:focus {
    box-shadow: none;
}

@media (max-width: 1024px) {
    img {
        max-width: 100%;
    }
}

.border-gray {
    border-right: 2.67px solid rgba(71, 89, 129, 0.2);
}

@media only screen and (max-width: 768px) {
    .border-gray {
        border-right: 0px;
    }
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible;
}
.body-overlay:hover {
    cursor: url(../img/cross-out.html), pointer;
}

.panel-btn {
    display: none;
    padding: 5px 18px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .panel-btn {
        display: block;
    }
}

.pt-100 {
    padding-top: 100px;
}

.pb-90 {
    padding-bottom: 90px;
}

.mb-60 {
    margin-bottom: 60px;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--base-color) !important;
}

.badge {
    display: inline-block;
    padding: 6px;
    font-weight: var(--weight-bold);
    background-color: var(--primary-color);
    color: white;
    border-radius: var(--border-radius-base);
    align-self: center;
    font-size: 11px;
    min-width: 22px;
    height: 22px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge:hover {
    color: #fff;
}

.badge:empty {
    display: none; 
}

.table-responsive-sm {
  min-width: 48rem;
}

.table {
  margin-bottom: 0px;
  font-weight: 400;
}

.table tr td,
.table tr th {
  padding: 10px 20px;
}

@media only screen and (max-width: 575px) {

  .table tr td,
  .table tr th {
    padding: 5px;
  }
}

.table.book-overview tr th {
  color: var(--base-color);
  font-size: 16px;
  font-weight: 500;
  width: 200px;
}

.table.book-overview tr td {
    color: #777777;
}

.table-striped thead tr th {
  padding-bottom: 15px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-striped tfoot {
  border-top: 2px solid #E1E1F0;
}

.table-striped tfoot tr th {
  padding-top: 10px;
}

.table> :not(:first-child) {
  border-top: 1px solid #dee2e6;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.thm-black-bg {
    background-color: var(--base-color);
}

.thm-base-bg {
    background-color: var(--primary-color);
}

.thm-gray-bg {
    background-color: #F3F3F3;
}

.thm-light-color {
    color: #fff;
}

.thm-primary-color {
    color: var(--primary-color);
}

hr.style-one {
    margin: 0;
    border-top: 2px solid #F3F3F3;
}

.sec-pad {
    padding: 120px 0;
}

@media (max-width:575px) {
    .sec-pad {
        padding: 80px 0;
    }
}

.sec-pad-content-margin-30 {
    padding-bottom: 90px;
}

.sec-pad-content-margin-50 {
    padding-bottom: 70px;
}

.sec-pad-content-margin-60 {
    padding-bottom: 60px;
}

.sec-pad-content-margin-80 {
    padding-bottom: 40px;
}

.sec-pad-top {
    padding-top: 120px;
}

.content-margin-30 {
    margin-bottom: 30px;
}

.content-margin-50 {
    margin-bottom: 50px;
}

.content-margin-60 {
    margin-bottom: 60px;
}

.content-margin-80 {
    margin-bottom: 80px;
}

.google-map__contact {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
}

.block-title {
    margin-bottom: 60px;
}

.block-title__tag-line {
    color: var(--primary-color);
    margin: 0;
    font-family: var(--heading-subtitle-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
}

.block-title__tag-line+.block-title__title {
    margin-top: 15px;
}

.block-title__title {
    margin: 0;
    line-height: 1em;
    font-size: 60px;
    font-weight: bold;
    color: var(--base-color);
    font-family: var(--heading-font);
}

.block-title__primary-color {
    color: #ef425a;
}

.block-title__light-color {
    color: #fff;
}

.block-title__black-color {
    color: var(--base-color);
}

.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    overflow: visible;
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--heading-font);
    background-color: transparent;
    transition: all 0.1s ease 0s;
}

.title-thm-btn:before {
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% + 0px);
    background-color: var(--base-dark);
    bottom: 0;
    transition: all 0.1s ease-in-out;
}

.title-thm-btn:hover:before {
    background: linear-gradient(to right, #17354f , #ef3345 );
    transition: unset;
}

.title-thm-btn::after {
    font-family: "IcoFont";
    transition: all 0.1s ease-in-out;
    display: inline-block;
    content: "\ea94";
    font-size: 16px;
    right: -18px;
    font-weight: bold;
    transform: rotate(45deg);
}

.title-thm-btn:hover:after {
    transform: rotate(0);
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 19.5px 49px;
    transition: all .4s ease;
}

.thm-btn:hover {
    color: #fff;
    background-color: var(--base-color);
}

.thm-btn__base-bg {
    background-color: var(--base-color);
}

.thm-btn__base-bg:hover {
    color: var(--base-color);
    background-color: #fff;
}

.btn.btnhover {
    padding: 12.5px 20px;
    line-height: 1.5;
    display: inline-flex;
    border-radius: 6px;
    font-weight: var(--weight-medium);
    position: relative;
    text-transform: capitalize;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    justify-content: center;

}

.btnhover {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btnhover:before,
.btnhover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.5);
}

.btnhover:after {
    -webkit-transition-delay: 0.75s;
    /* Safari */
    transition-delay: 0.75s;
}

.btnhover:hover:before,
.btnhover:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.btnhover2:hover i {
    -webkit-animation: upToDown 0.5s forwards;
    -moz-animation: upToDown 0.5s forwards;
    animation: upToDown 0.5s forwards;
}

.btnhover3:hover i {
    -webkit-animation: upToRight 0.5s forwards;
    -moz-animation: upToRight 0.5s forwards;
    animation: upToRight 0.5s forwards;
}

.btnhover:focus,
.btnhover:active,
.btnhover:active:focus {
    box-shadow: none;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: var(--base-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: var(--base-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 0;
    font-size: 25px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.link:hover {
    color: var(--base-color)
}

.link:hover:before {
    visibility: visible;
    opacity: 1;
    width: 100%
}

.link:hover i {
    margin-left: 5px
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    background-color: #ffffff;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
    padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
    padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--primary-color);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    color: var(--base-color);
    transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.row-5-col {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.col-5-col {
    -webkit-box-flex: 1;
    flex: 1 0 20%;
    display: -webkit-box;
    display: flex;
}

.row-3-col {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.col-3-col {
    -webkit-box-flex: 1;
    flex: 1 0 33.333333333%;
    display: -webkit-box;
    display: flex;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
}

.scroll-to-top:after,
.scroll-to-top:before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

.scroll-to-top:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}


@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.scroll-to-top i {
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.scroll-to-top:hover {
    background: var(--base-color);
}

.scroll-to-top:hover:before,
.scroll-to-top:hover:after {
    background-color: var(--base-color);
}

.scroll-to-top:hover i {
    color: #fff;
}


/*
* preloader styled
*/

@keyframes effect-2 {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sp-pre-loader {
    background: #FFFFFF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.sp-pre-loader .sp-loader-clock {
    border: 3px solid #00aeef;
    border-radius: 60px;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px
}

.sp-pre-loader .sp-loader-clock:after {
    content: "";
    position: absolute;
    background-color: #00aeef;
    top: 2px;
    left: 48%;
    height: 38px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 2s linear infinite;
    animation: grdAiguille 2s linear infinite
}

.sp-pre-loader .sp-loader-clock:before {
    content: "";
    position: absolute;
    background-color: #00aeef;
    top: 6px;
    left: 48%;
    height: 35px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 94%;
    transform-origin: 50% 94%;
    -webkit-animation: ptAiguille 12s linear infinite;
    animation: ptAiguille 12s linear infinite
}

.sp-pre-loader .sp-loader-circle {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    border: 3px solid fade(#00aeef, 70%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader1 3s linear infinite;
    animation: loader1 3s linear infinite
}

.sp-pre-loader .sp-loader-circle:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background-color: #00aeef
}

.sp-pre-loader .sp-loader-bubble-loop {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 12px;
    background-color: #00aeef;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader6 1s ease-in-out infinite;
    animation: loader6 1s ease-in-out infinite
}

.sp-pre-loader .sp-loader-bubble-loop:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 174, 239, 0.5);
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px
}

.sp-pre-loader .sp-loader-bubble-loop:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 174, 239, 0.5);
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px
}

.sp-pre-loader .circle-two {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

.sp-pre-loader .circle-two>span,
.sp-pre-loader .circle-two>span:before,
.sp-pre-loader .circle-two>span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #00aeef;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sp-pre-loader .circle-two>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear
}

.sp-pre-loader .circle-two>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent
}

.sp-pre-loader .circle-two>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent
}

.sp-pre-loader .wave-two-wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 90px
}

.sp-pre-loader .wave-two {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px
}

.sp-pre-loader .wave-two li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #00aeef;
    bottom: 0
}

.sp-pre-loader .wave-two li:nth-child(1) {
    left: 0;
    -webkit-animation: sequence1 1s ease infinite 0;
    animation: sequence1 1s ease infinite 0
}

.sp-pre-loader .wave-two li:nth-child(2) {
    left: 15px;
    -webkit-animation: sequence2 1s ease infinite 0.1s;
    animation: sequence2 1s ease infinite 0.1s
}

.sp-pre-loader .wave-two li:nth-child(3) {
    left: 30px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
    animation: sequence1 1s ease-in-out infinite 0.2s
}

.sp-pre-loader .wave-two li:nth-child(4) {
    left: 45px;
    -webkit-animation: sequence2 1s ease-in infinite 0.3s;
    animation: sequence2 1s ease-in infinite 0.3s
}

.sp-pre-loader .wave-two li:nth-child(5) {
    left: 60px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
    animation: sequence1 1s ease-in-out infinite 0.4s
}

.sp-pre-loader .wave-two li:nth-child(6) {
    left: 75px;
    -webkit-animation: sequence2 1s ease infinite 0.5s;
    animation: sequence2 1s ease infinite 0.5s
}

.sp-pre-loader .sp-loader-audio-wave {
    width: 3em;
    height: 2em;
    background: linear-gradient(#00aeef, #00aeef) 0 50%, linear-gradient(#00aeef, #00aeef) 0.625em 50%, linear-gradient(#00aeef, #00aeef) 1.25em 50%, linear-gradient(#00aeef, #00aeef) 1.875em 50%, linear-gradient(#00aeef, #00aeef) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    animation: audioWave 1.5s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.sp-pre-loader .sp-loader-with-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.sp-pre-loader .sp-loader-with-logo .logo {
    display: inline-block;
    width: auto
}

.sp-pre-loader .sp-loader-with-logo .line {
    background: #00aeef;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0
}

/*
* widget styled
*/

.widget {
    margin-bottom: 45px; 
}

.widget:last-child {
    margin-bottom: 0; 
}

.widget .widget-title {
    color: var(--base-color);
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase; 
}

@media only screen and (max-width: 991px) {
    .widget .widget-title {
        font-size: 20px; 
    } 
}
.widget .widget-title:before {
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 10px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0; 
}

.widget_border {
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 30px 19px 29px;
}

/*
* custom form styled
*/

.form-control:focus {
    border: none;
    box-shadow: none;
}

.form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
}

.form-check-input {
    width: 1.125em;
    height: 1.125em;
    border: 2px solid rgba(0, 0, 0, 0.25);
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check>label {
    color: #777777; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/*
* custom book-list styled
*/

.postbook {
	width: 100%;
	float: left;
	padding: 15px 0;
}
.hovercontent .description {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bookpage {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.bookcategory {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.featureimg {
	margin: 0;
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.bookimg{
	width: 100%;
	float: left;
	position: relative;
}
.frontcover {
	/* z-index: 2; */
	width: 100%;
	float: left;
	position: relative;
}
.frontcover:before{
	top: 0;
	left: 0;
	/* z-index: 3; */
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background:
		-moz-linear-gradient(left,
		rgba(0,0,0,0) 8%,
		rgba(0,0,0,0.1) 5%,
		rgba(0,0,0,0) 13%);
	background:
		-webkit-linear-gradient(left,
		rgba(0,0,0,0) 8%,
		rgba(0,0,0,0.1) 5%,
		rgba(0,0,0,0) 13%);
	background:
		linear-gradient(to right,
		rgba(0,0,0,0) 8%,
		rgba(0,0,0,0.1) 5%,
		rgba(0,0,0,0) 13%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}

.bookimg img {
	width: 100%;
	height: auto;
	display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 242px;
}
.postbook:hover .bookimg {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
	-moz-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
	-ms-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
	-o-transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
	transform: perspective(1000px) rotateY(-30deg) rotateZ(0deg);
}
.postbook:hover .backcover {left: 18px;}
.featureimg .btnaddtowishlist{
	bottom: 35%;
	left: 0;
	opacity: 0;
	z-index: 4;
	width: 100%;
	margin: 0 0 -17px;
	visibility: hidden;
	position: absolute;
}
.postbook:hover .btnaddtowishlist{
	opacity: 1;
	bottom: 50%;
	visibility: visible;
}
.postbookcontent {
	width: 100%;
	float: left;
	padding: 15px 0 0;
}

.booktitle {
	width: 100%;
	float: left;
	padding: 0 0 20px;
}

.bookwriter {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 13px;
	padding: 0 0 6px;
}


/*
* custom select styled
*/

.ui-selectmenu-button.ui-button{
	width:100%;
	font-size:15px;
	font-style:normal;
	height:52px;
	padding:10px 20px;
	line-height:30px;
	font-family: var(--body-font);
	color:#222222;
	border-radius:0px;
	background-color:#f3f3f3;
    border: 0px solid transparent;
    margin-bottom: 20px;
}

.ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	text-indent:0px;
	color:#333333;	
}

.ui-button .ui-icon:before{
	font-family: 'Font Awesome 5 Pro';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#666666;
	line-height:20px;
	font-size:16px;
	font-weight:700;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
	font-family: var(--body-font);
}
	
.ui-selectmenu-open{
	z-index: 9999;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:9px 20px !important;
	font-size:15px;
	line-height:24px;
    word-wrap: break-word;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	background: var(--primary-color);
}

.request-form form button{
	text-transform: none ;
	margin-top: 5px;
}

.request-form form button[type=submit]:hover {
    background-color: #17354f;
    color: #ffffff;
}


/*
* custom file styled
*/

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.34em + .75rem + 2px);
    margin-bottom: 20px;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.custom-file-input {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.34em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 2.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}