@charset "utf-8";
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Heebo', sans-serif;
*/
/* css Start */

html,
body {
    height: 100%;
    font-size: 100%;
    line-height: 1.5em;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    font-family: 'Poppins','Mukta Malar', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #060606;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    border: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Poppins','Mukta Malar', sans-serif;
}

p {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

/* Pace.js */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    background: #27ae61;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}

#layer-loade {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    opacity: 1;
    -webkit-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 999;
}

.pace-done #layer-loade {
    left: -100%;
}

.logo-intro {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    width: 250px;
    height: 120px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/logo/logo.png");
    background-size: contain;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 99999;
}

/* Pace.js */

.sec-padding {
    padding-top: 75px;
    padding-bottom: 75px;
}

/* header strat */
.top-bar {
    height: 40px;
    width: 100%;
    background: #f5f5f5;
}

.header-address ul,
.header-info ul {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}

.header-address ul li,
.header-info ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-transform: none;
    padding: 0px 10px;
    color: #6f6f6f;
}

.header-address ul li i,
.header-info ul li i {
    color: #27ae61;
    font-size: 18px;
    font-weight: 400;
}

.navbar-brand {
    position: relative;
    width: 100%;
    height: 85px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.navbar-brand img {
    max-width: 100%;
    height: 70px;
}

.menu-bar {
    background: #27ae61;
    height: 65px;
    margin: 0px;
}

.navbar {
    padding: 0.2rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.5px;
}

.navbar-dark .navbar-nav .active>.nav-link {
    background: #229955;
}

.dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 200px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
    padding-bottom: 0;
    padding: 5px 10px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* nav bar search-box Start */
.navform {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navform .search-box {
    height: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.navform .search-box i {
    background-color: #229955;
    width: 50px;
    line-height: 50px;
    color: white;
    font-size: 20px;
}

.navform .search-box .text_box {
    border: none;
    outline: none;
    transition: 0.5s;
}

.navform .search-box .text_box {
    width: 0;
    font-size: 15px;
}

.navform .search-box:hover>.text_box,
.navform .search-box:focus {
    padding: 5px;
    width: 200px;
    right: 0;
}

.navform .search-box input {
    background-color: #229955;
    color: #fff;
}

/* nav bar search-box End */
.sidebar_close {
    display: none;
}


/* header End */

.custom-infobg {
    background: #27ae61;
}

.custom-info {
    width: 100%;
    height: auto;
    background: #27ae61;
    padding: 20px 20px;
    overflow: hidden;
}

.custom-info .icon {
    width: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
    align-items: center;
    background: #229955;
    border-radius: 50px;
    margin: 0px 16px 0px 0px;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

.custom-info .icon i {
    font-size: 24px;
    line-height: 50px;
}

.custom-info .content {
    float: right;
    text-align: left;
}

.custom-info .content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}

.custom-info .content p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.custom-info:hover .icon {
    box-shadow: 0 0 0 0 #229955;
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    -ms-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
}

.border_right:after {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: #229955;
    content: "";
    z-index: 9;
    transform: rotate(16deg);
}

.border_right:after:last-child {
    display: none;
}

.booklist {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.booklist .text-display {
    position: absolute;
    left: 5%;
    top: 20%;
}

.booklist .text-display p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}

.booklist .text-display h2 {
    font-size: 22px;
    line-height: 38px;
    font-weight: bold;
    color: #229955;
}

.booklist .text-display a {
    text-decoration: none;
    text-transform: none;
}

.booklist .text-display .btn-custom {
    font-size: 16px;
    font-weight: 600;
    background: white;
}

.booklist:hover img {
    transform: scale(1);
    transition: all 0s ease-in;
    filter: brightness(0.2);
}

.booklist:hover .text-display {
    border: 1px solid #ffffff;
    padding: 25px;
    margin: 17px;
    max-width: 90%;
    height: 85%;
    max-height: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.booklist:hover .text-display p,
.booklist:hover .text-display h2 {
    color: #fff;
}

.booklist:hover .text-display .btn-custom {
    background: #fff;
}
.about-sec {
    position: relative;
}
.about-sec h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    color: #333333;
}
.about-sec p{
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: justify;
}


.ribben-title {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.ribben-title h2 {
    display: inline-block;
    background: #4CAF50;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.ribben-title h2:before {
    content: '';
    position: absolute;
    margin-top: -8px;
    margin-left: -50px;
    top: 0;
    border-top: 25px solid #0d773b;
    border-left: 25px solid #0d773b00;
    border-bottom: 25px solid #0d773b;
    z-index: -1;
    width: 50px;
}

.ribben-title h2:after {
    content: '';
    position: absolute;
    margin-top: -8px;
    margin-right: -60px;
    top: 0;
    border-top: 25px solid #0d773b;
    border-right: 25px solid #0d773b00;
    border-bottom: 25px solid #0d773b;
    z-index: -1;
    width: 50px;
}

.book_list .slick-slide {
    padding: 5px 5px;
}

.book_list .slick-arrow {
    background: #262626;
    border: none;
    outline: none;
}

.book_list .slick-arrow:before {
    font-size: 18px;
}

.book_list .slick-slide img {
    display: block;
    padding: 40px;
}

.gallery-zoom {
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.gallery-zoom:hover {
    border: 1px solid green;
}

.gallery-zoom .zoom-icon {
    position: absolute;
    display: none;
    margin: 0 auto;
    top: 40%;
    left: 40%;
    width: 50px;
    height: 50px;
    background: #27ae61;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 22px;
    transform: rotate(-45deg);
    transition: all .2s;
}

.gallery-zoom:hover .zoom-icon {
    display: block;
    transform: rotate(0deg);
    transition: all .3s;
}

.gallery-zoom:before {
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    transform: skewY(14deg);
    transform-origin: 0px 0px 0px;
    background-color: #f5f5f5;
}

.gallery-zoom .text-content {
    text-align: center;
    color: #333333;
    padding: 10px 0px;
}

.gallery-zoom .text-content h2 {
    font-size: 18px;
    font-weight: 600;
}

.gallery-zoom .text-content h4 {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0;
}

.gallery-zoom .text-content h4 span {
    font-size: 16px;
    color: #27ae61;
}

.gallery-zoom .text-content h4 span:before {
    content: "\f156";
    font-size: 15px;
    font-weight: 300;
    font-family: 'FontAwesome';
    padding: 5px;
}

.gallery-zoom:hover .text-content {
    color: #fff;
    background: #27ae61;
}

.gallery-zoom:hover .zoom-icon a,
.gallery-zoom:hover .zoom-icon a:hover,
.gallery-zoom:hover .zoom-icon a:focus,
.gallery-zoom:hover .text-content h4,
.gallery-zoom:hover .text-content h4 span {
    color: #fff;
}

/* home page book list */

.testimonial-box {
    max-width: 800px;
    min-height: 220px;
    margin: 0 auto;
    padding: 20px 20px;
    color: #fff;
}

.testimonial-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.testimonial-box p {
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 10px;
    font-style: italic;
}

.testimonial-box p:before {
    content: "\f10d";
    font-size: 2rem;
    font-family: 'FontAwesome';
    color: #ffffff;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}

.star-outer {
    position: relative;
    display: inline-block;
}

.star-outer::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 400;
    content: "\f005 \f005 \f005 \f005 \f005";
    margin-right: 10px;
    color: yellow;
    letter-spacing: 0.6rem;
}

/* page header Start */
.page-header {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
    background: url(../images/general-knowledge-books-in-chennai.jpg);
    background-color: #006732;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-attachment: scroll;
    padding: 40px 0px;
    color: #fff;
    z-index: 0;
}

.jumbotron {
    background-color: transparent;
}

.breadcrumb {
    background-color: transparent;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.breadcrumb .breadcrumb-item.active {
    color: #eef803;
}
/* page header End */

/* Book Shop Start */
    .bookview {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        row-gap: 1em;
    }
    .bookview .bookdetails {
        position: relative;
        text-align: center;
        padding: 15px 20px 0px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    }
    /* .bookview .bookdetails img{
        max-width: 150px;
        height: auto;
    } */
    .bookview .bookdetails img {
        max-width: 100%;
        height: 225px;
        object-fit: contain;
    }
    
    .bookdetails h2 {
        font-size: 14px;
        line-height: 22px;
        color: #000;
        margin: 15px auto;
    }
    .bookdetails h3 {
        font-size: 16px;
        color: #ff000a;
    }
    .bookdetails .btn-custom {
        background: #4CAF50;
        color: #fff;
        padding: 4px 12px;
        margin-bottom: 10px;
        letter-spacing: 1px;
        font-weight: 500;
        border-radius: 0;
    }
    .bookmodel {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 10000;
        background: rgba(0,0,0,.9);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 1;
    }	
    .bookmodel.active{ 
        visibility: visible;
         transition: all .3s ease-in;
    }			
    .bookmodel .content {
        width: 600px;
        height: 400px;
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: #fff;
        background-size: 100% auto;
    }
    .content .popupclose {
        display: inline-block;
        position: absolute;
        top: -15px;
        right: -15px;
        max-width: 30px;
        max-height: 30px;
        cursor: pointer;
        z-index: 999;
        background: #50c201;
        border-radius: 50px;
        color: #fff;
        font-size: 1.2rem;
        padding: 10px;
        line-height: 10px;				
    }	
    .book-image {
        position: relative;
        width: 40%;
        height: 100%;
    }
    .book-price {
        position: relative;
        width: 60%;
        height: 100%;
        display: grid;
        grid-template-rows: repeat(9, 1fr);
        color: #000;
        padding: 10px 10px;
        text-align: left;
        text-transform: none;
        justify-self: self-start;
        align-items: self-end;
        padding-top: 30px;
    }
    .book-image img {
        padding: 10px;
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .book-price h1{
        font-size: 18px;
        line-height: 24px;
        font-family: 'Heebo', 'Mukta Malar', sans-serif;
        text-align: center;		
        margin-top: 10px;				
    }
    .book-price h2, .book-price h3, .book-price h4, .book-price h5{				
        font-size: 14px;
        font-weight: 600;
        font-family: 'Poppins','Mukta Malar', sans-serif;
    }
    .book-price h6{
        font-size: 18px;
        font-family: 'Heebo', sans-serif;
        font-weight: 700;
        text-transform: none;
    }
    .book-price h2 span,
    .book-price h3 span,
    .book-price h4 span,
    .book-price h5 span,
    .book-price h6 span{
        color: red;
        font-size: 14px;
        font-weight: 400;
        padding-right: 5px;
        padding-left: 5px;
    }
    .book-price .btn-custom {
        background: #383838;
        color: #fff;
        max-width: 125px;
        border-radius: 0;
        border: 1px solid #383838;
        letter-spacing: 1px;
    }
    .book-price a {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 60px;
        z-index: 1;
    }
/* Book Shop End */


/* gallery section Start */
.portfolio-grid {
    overflow: hidden;
}
.portfolio-grid .items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.portfolio-grid .items::after {
    clear: both;
    content: "";
    display: table;
}
.portfolio-grid .items {
    position: relative;
    width: 33.33%;
    height: 250px;
    float: left;
    border-top: none;
    border-left: none;
    overflow: hidden;
}
.portfolio-grid .items img {
    width: 100%;
    height: 100%;
    margin: 10px 10px;
    object-position: top;
    object-fit: cover;
}
.items .portfolio-zoom a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.items:hover img {
    transform: scale(1);
    transition: all 0s ease-in;
    filter: brightness(0.3);
}
.items:hover .portfolio-zoom a {
    opacity: 1;
}
.items .portfolio-zoom a i {
    background: #4cb050;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    line-height: 40px;
    font-size: 1.2em;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}


/* gallery section End */

/* contact page Start */
.contact-sec h2 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #333333;
    overflow: hidden;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-sec h2:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 30px;
    height: 1px;
    background-color: #EEE;
    margin-left: 10px;
    top: 15px;
}

.contact-sec p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-sec .form-group label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    margin-bottom: 0;
}

.contact-sec .form-control {
    border-radius: 0;
}

.contact-sec .btn {
    border-radius: 0;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    float: right;
}

.contact_social {
    position: receive;
    width: 100%;
}

.contact_social li {
    display: block;
    margin-right: 7px;
    margin-bottom: 10px;
}

.contact_social li a {
    text-decoration: none;
    text-transform: none;
}

.contact_social li a .text {
    letter-spacing: 0.5px;
    color: #8B8B8B;
    line-height: 28px;
    padding: 10px 0px;
    cursor: pointer;
}

.contact_social li a .fa {
    padding: 10px;
    font-size: 14px;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    margin: 5px 2px;
    border-radius: 50px;
    color: white;
}

.contact_social li a.fa:hover {
    opacity: 0.7;
}

.google-map {
    position: relative;
    width: 100%;
    height: auto;
    bottom: -10px;
}

.google-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    overflow: hidden;
}

*/
/* contact page End */

/* footer Start */
footer {
    width: 100%;
    clear: both;
}

.footer-top {
    padding: 50px 0px 25px;
    background: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
}

.footer-top h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #262626;
}

.footer-bottom {
    position: relative;
    bottom: 0px;
    height: 60px;
    background: #f5f5f5;
    border-top: 1px solid #f5f5f5;
    font-size: 12px;
    color: #333333;
    padding: 20px 0 20px;
    width: 100%;
    text-align: center;
}

.footer-info {
    width: 100%;
    height: auto;
}

.footer-info ul,
.social-link ul,
.footer-link ul {
    list-style: none;
}

.footer-info ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin: 5px auto;
    width: 100%;
}

.footer-info ul li .icon {
    width: 15%;
    float: left;
}

.footer-info ul li .text {
    width: 85%;
    float: right;
    position: relative;
    margin-top: 5px;
}

.footer-info ul li .icon i {
    color: #27ae61;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    height: 36px;
    width: 36px;
    border: 1px solid #27ae61;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
}

.footer-info ul li a,
.footer-link ul li a {
    text-decoration: none;
    text-transform: none;
    color: #262626;
}

.social-link ul li {
    list-style: none;

}

.footer-logo {
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.footer-link ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin: 5px auto;
    width: 100%;
}

.footer-link ul li::before {
    content: "\f10c";
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 1em;
    padding-right: 5px;
    color: #00c0ab;
}

.footer_social {
    float: left;
    width: 100%;
}

.footer_social li {
    display: inline-block;
    margin-right: 7px;
}

.footer_social li a {
    width: 30px;
    height: auto;
    display: block;
}

.footer_social li a .fa {
    padding: 10px;
    font-size: 14px;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    margin: 5px 2px;
    border-radius: 50px;
    color: white;
}

.footer_social li a.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.subscribe {
    padding: 50px 0px;
    background: #27ae61;
    color: #ffffff;
}

.subscribe h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.subscribe p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.subscribe .form-control {
    outline: none;
    border-radius: 0;
    border: none;
    background: transparent;
}

.subscribe .input-group {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.subscribe input:focus {
    background-color: #fff;
}

.subscribe input::-webkit-input-placeholder {
    color: #fff;
}

.subscribe input:-ms-input-placeholder {
    color: #fff;
}

.subscribe input::placeholder {
    color: #fff;
}

.subscribe .input-group-text {
    background: transparent;
    color: #ffffff;
    outline: none;
    border: none;
}

.copyright {
    position: relative;
    text-align: center;
}

.copyright a {
    text-decoration: none;
    text-transform: none;
    color: #27ae61;
}

/* footer End */

/* scroll to top */
.scrollTop {
    position: fixed;
    bottom: 800px;
    right: 25px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #27ae61;
    border: 2px solid #27ae61;
    text-align: center;
    line-height: 40px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: 0.5s all;
    border-radius: 6px;
}

.scrollTop:hover {
    background: #27ae61;
    color: #fff;
}

.scrollTop.active {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}

/* scroll to top */


.nav-pills .nav-link {
    border-radius: 0;
    background: #efefef5c;
    margin-bottom: 2px;
    border-left: 3px solid #007bff;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 3rem 2rem 1rem;
    }
}

@media (min-width: 768px) {
    body.cover .intro-cover .cover-logo {
        width: 231px;
        height: 96px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .top-bar {
        height: auto;
    }

    .header-address ul li,
    .header-info ul li,
    .header-address ul li i,
    .header-info ul li i {
        font-size: 12px;
        line-height: 20px;
    }

    .navbar-brand {
        height: 55px
    }

    .navbar-brand img {
        max-width: 100%;
        height: 40px;
    }

    .navbar {
        padding: 0;
        left: -15px;
    }

    .navform {
        position: absolute;
        top: -50px !important;
        right: 0 !important;
        left: auto;
        transform: translate(0px, 0px);
    }

    .navbar-nav {
        margin-top: 3rem;
    }

    .nav-link {
        display: block;
        padding: .2rem 1rem;
        margin-bottom: 2px;
        font-size: 14px;
    }

    .navbar-toggler {
        width: 50px;
        height: 50px;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #229955;
        border: none;
        border-radius: 0;
        z-index: 99;
    }

    .navbar-collapse {
        max-height: 100%;
        background: rgb(9 41 23);
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        min-width: 140px;
        max-width: 85%;
        height: 100%;
        z-index: 999;
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .navbar-collapse.in {
        overflow-y: auto;
        background-color: #f3f3f3;
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 500ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .navbar-collapse .sidebar_close {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 40px;
        color: #fff;
        background: #4CAF50;
        opacity: 1;
        cursor: pointer;
        display: none;
        z-index: 1000;
    }
    .navbar-collapse.show .sidebar_close {
        display: block
    }
    .navbar-dark .navbar-nav .active>.nav-link {
        background: #229955;
        padding: 0px 10px;
    }
	.portfolio-grid .items {
		width: 100%;
	}
    .page-header {
        padding: 0;
    }
    .bookview {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 1em;
    }
    .bookview .bookdetails {
        position: relative;
        text-align: center;
        padding: 8px 10px 0px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    }
    .bookview .bookdetails img {
        max-width: 100%;
        max-height: 150px;
        object-fit: contain;
    }
    .bookdetails h2 {
        font-size: 12px;
        line-height: 16px;
        color: #000;
        margin: 5px auto;
    }
    .bookdetails .btn-custom {
        background: #006732;
        color: #fff;
        padding: 4px 12px;
        margin-bottom: 10px;
        letter-spacing: 1px;
        font-weight: 500;
        border-radius: 0;
        font-size: 12px;
    }
    .bookmodel {
        top: 45%;
    }
    .bookmodel .content {
        width: 100%;
        height: 475px;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: #fff;
        background-size: 100% auto;
        margin: 20px;
    }
    .book-image {
        position: relative;
        width: 100%;
        height: 40%;
    }
    .book-image img {
        position: relative;
    }
    .book-price {
        width: 100%;
        height: 60%;
        display: grid;
        grid-template-rows: repeat(8, 1fr);
        padding: 10px 10px;
        text-align: left;
        text-transform: none;
        justify-self: self-start;
        align-items: self-end;
        padding-top: 10px;
    }
    .book-price h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .book-price h2, .book-price h5 {
        font-size: 12px;
    }
    .book-price h6 {
        font-size: 14px;
    }
    .book-price h2 span, .book-price h3 span, .book-price h4 span, .book-price h5 span, .book-price h6 span{
        color: red;
        font-size: 12px;
        font-weight: 400;
        padding-right: 0;
        padding-left: 0;
        line-height: 16px;
    }
    .book-price a {
        bottom: 10px;
    }
    .book-price .btn-custom {
        background: #42a001;
        color: #fff;
        max-width: 125px;
        border-radius: 0;
        border: 1px solid #42a001;
        letter-spacing: 1px;
    }
    .subscribe h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }
}

/* google translate  */
// .goog-te-banner-frame {display:none;} // Don't show Google Topbar
// #goog-gt-tt {display:none!important;visibility:hidden!important;}

#google_translate_element {
  position: absolute;
  top: calc(111px + 16px);
  right: 5px!important;
  z-index: 99999;
}
.goog-te-gadget-simple {
    background-color: rgb(34 153 85 / 0%)!important;
    border: 1px solid rgb(34 153 85 / 0%) !important;
    padding: 2px!important;
    border-radius: 4px!important;
    font-size: 1rem!important;
    line-height: 2rem!important;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
}
.goog-te-menu2 {
  max-width: 100%;
}
.goog-te-menu-value {
  color: #fff !important;
    &:before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
    // width:32px!important;
  } 
}
.goog-te-menu-value span:nth-child(5) {
  display:none;
}
.goog-te-menu-value span:nth-child(3) {
  border:none!important;
  font-family: 'Material Icons';
  &:after {
    font-family: 'Material Icons';
    content: "\E5C5";
    font-size: 1.5rem;
    vertical-align: -6px;
  }  
}
.goog-te-gadget-icon {
    background: url(../images/lang.png)!important;
    background-position: center center;
    height: 40px!important;
    width: 40px!important;
    margin-right: 8px!important;
    background-repeat: no-repeat;
}


// ============ HIDE TOP BAR ============ 
.goog-te-banner-frame.skiptranslate {display: none!important;} 
body {top: 0px!important;}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
	#google_translate_element {
    position: absolute;
    top: calc(100% - 78% + 16px);
    left: 75px!important;
    z-index: 99999;

		.skiptranslate {
			width:100%!important;			
		}
		.goog-te-gadget-simple {
			width: calc(100% - 32px)!important;
			text-align: center;
		}	
	}
}