body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    text-rendering: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    transition: 0.4s;
    background: #fbfbfb;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif;
    letter-spacing: 2px;
}
p{
    font-size: 15px;
}
a {
    transition: 0.4s;
    font-size: 15px;
}

a:hover {
    text-decoration: none;
}

.wsmenu{
   font-family: 'Montserrat', sans-serif;
}
.head_text{
    color: #851f83;
    position: relative;
    text-align: center;
}
/* .head_text:after {
    content: "";
    background: #b3b3b3;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: 30px;
} */
#header{
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.44);
    z-index: 999;
    left: 0px;
    /* border-bottom: 1px solid #3a383f; */
    transition: all 0.2s ease-in-out;
    background: #fff;
    padding: 5px 0px;
}
/* #header.active {
    background: var(--dark);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    border-bottom: none;
} */
/* #header .border-left{
    border-left: 1px solid #909091!important;
}
#header.active .border-left{
    border-left: 1px solid #ccc!important;
} */
.wsmenu-list li:hover>a{
    background: none !important;
    color: #851f83 !important;
}
.logo {
    padding: 0px;
    margin: 0;
    text-align: left;
}
.logo img{
    width: 160px;
}
.header{
    background: none;
    box-shadow: none;
}
.wsmenu{
    background: none;
    margin: 0px;
    width: 100%;
    max-width: none;
}
.wsmenu-list > li > a{
    background: none;
    color: #242424;
    padding: 0px 15px;
    background: none !important;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.catalogue_name{
    text-transform: uppercase;
}
.wsmenu-list > li > a.active{
    color: #851f83 !important;
    background: none !important;
}
.wsmenu-list{
    display: block;
}
.wsmenu-list > li > a:hover{
    color: #851f83 !important;
    background: none !important;
}
#header.active .wsmenu-list > li > a.active{
    color: #851f83 !important;
}
#header.active .wsmenu-list > li > a:hover{
    color: #851f83 !important;
}
#header.active .wsmenu-list li:hover>a{
    color: #851f83 !important;
}
.wsmenu-arrow.fa-angle-down{
    float: none;
}


select{
  color: var(--blue);
}
select option { color: var(--blue); }

.home_banner img{
    width: 100% !important;
}
.home_banner, .inner_banner{
    margin-top: 72px;
    position: relative;
}

.main_banner .owl-theme .owl-nav {
    margin-top: 0;
}
.main_banner.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 5%;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 50px;
    background: none;
}
.main_banner.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 5%;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 50px;
    background: none;
}
.main_banner.owl-carousel .owl-nav .owl-prev .fa, .main_banner.owl-carousel .owl-nav .owl-next .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
footer{
    background: #191919;
}
.quick_link{
    list-style: none;
}
.quick_link li{
    margin-bottom: 10px;
}
.quick_link li a{
    color: #fff;
}
.quick_link li .fa, .contact p .fa{
   color: #f2bb17;
}
.quick_link li a:hover, .contact a:hover{
    color: #f2bb17
}
.contact p .fa{
    width: 20px;
}
.contact a{
    color: #fff;
}
.social_link{
    list-style: none;
}
.social_link li{
    margin-right: 15px;
    float: left;
}
.social_link li a{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: #fff;
    color: #282828;
    font-size: 17px;
}
.social_link li a:hover{
    background: #f2bb17;
    color: #282828;

}

.catalogue_contbox .catalogue_name, .gallery_contbox .book_name{
    color: #1e458d;
    margin: 0;
    padding: 10px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.catalogue_contbox, .gallery_contbox{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    text-align: center;
}
.location h5{
    font-family: 'Montserrat', sans-serif;
}

.snip1561 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #081f49;
  margin: auto;
}

.snip1561 img,
.snip1561:before,
.snip1561:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1561 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1561:before,
.snip1561:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1561:before {
  width: 40px;
  height: 2px;
  left: 100%;
}

.snip1561:after {
  height: 40px;
  width: 2px;
  top: 0%;
}


    .snip1561:hover img,
    .snip1561.hover img {
      zoom: 1;
      filter: alpha(opacity=50);
      -webkit-opacity: 0.3;
      opacity: 0.3;
    }

.snip1561:hover:before,
.snip1561.hover:before,
.snip1561:hover:after,
.snip1561.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.fr-caption {
    width: auto;
    display: inline;
    text-align: center;
    display: block;
}
.view_all {
    padding: 8px 20px;
    border: 1px solid #1e458d;
    display: inline-block;
    color: #fff;
    background: #1e458d;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 500;
}
.view_all:hover{
    background: none;
    color: #1e458d;
}

.img_box{
    width: 110px;
    min-width: 110px;
    height: 110px;
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f1f2f3;
    border-radius: 100%;
    margin: auto;
}
.img_box img{
    width: 60px;
}
.categories_box h5{
    font-family: 'Montserrat', sans-serif;
}

.bookstore{
    position: relative;
    background-color: #f2f2f2;
}
.bookstore h2{
    font-family: 'Montserrat', sans-serif;
    color: #221f1f;
}
.bookstore p{
    color: #696969;
}

.inner_banner {
    position: relative;
}
.inner_banner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}


.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #851f83;
  border-top: 1px solid #851f83;
  top: 0;
  width: 50px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
  top: 50%;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
  top: 50%;
}

.contact_location{
    background: #f2f2f2;
}

.contact_location h5{
    color: #1e458d;
}
.contact_location .fa{
    color: #1e458d;
    width: 20px;
}
.contact_location p{
    color: #5f5f5f;
}
.contact_location p a{
    color: #5f5f5f;
}
.contact_location p a:hover{
    color: #1e458d
}
.contact_location .social_link li a{
    background: #1e458d;
    color: #fff;
    font-size: 15px;
}
.contact_location .social_link li a:hover{
    background: none;
    border: 1px solid #1e458d;
    color: #1e458d;
}
.contact_location .social_link li a:hover .fa{
    color: #1e458d;
}
.contact_location .social_link li a .fa{
    color: #fff;
}

.breadcrumb_box .breadcrumb{
    background: none;
}

.breadcrumb-item.active{
    font-size: 15px;
        font-weight: 500;
}
.about_me{
    background: #242424;
}
.about_me .head_text{
    color: #f2bb17;
}
.about_me .fancy span:before, .about_me .fancy span:after{
    border-bottom: 1px solid #f2bb17;
    border-top: 1px solid #f2bb17;
}
.about_me h3{
    font-family: 'Montserrat', sans-serif;
}
.about_me h3 span{
    color: #f2bb17;
}
.about_me_cont p a{
    color: #f2bb17;
}
.breadcrumb-item a{
    color: #851f83;
    font-weight: 500;
}
.get_in_touch .form-control, .get_in_touch .input-group-text{
    border-bottom: 1px solid #fff !important;
    background: none;
    font-size: 14px;
    border: none;
    color: #fff;
}
.form-control:focus{
    box-shadow: none;
    outline: none;
    border: none;
}

.get_in_touch .icon{
    color: #fff !important;
}

.container label {
  display: none;
}

.container input,
.container textarea {
  padding-left: 32px;
  border-color: transparent;
  border-radius: 0px;
  font-size: 14px;
}


.container .icon {
  position: relative;
  float: left;
  margin-left: 8px;
  margin-top: -26px;
  z-index: 2;
  color: #fff;
  font-size: 15px;
}

.container .icon-textarea {
  float: left;
  margin-left: 8px;
  margin-top: -92px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 15px;

}
.form-group {
    margin-bottom: 0;
}

.container textarea {
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none;
    background: none;
    color: #fff;
}
.get_in_touch{
    background: url('../images/formbg.jpg');
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}
.get_in_touch .head_text{
    color: #fff;
}
.get_in_touch .fancy span:before, .get_in_touch .fancy span:after {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.get_in_touch .view_all{
    background: #fff;
    color: #1e458d;
    border: 1px solid #fff;
}
.get_in_touch .view_all:hover{
    background: none;
    color: #fff;
}
input::placeholder {
  color: #fff !important;
}

::placeholder {
  color: #fff;
}
.get_in_touch{
    padding: 80px 0px;
}

.about_mebg img{
    border: 5px solid #f2bb17;
}

.inner_banner{
    height: 300px;
    background-size: cover;
    background-position: center center;
}
.book_agetitle {
    background: #1e458d;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
}

.our_story {
    background-size: cover !important;
    background-position: center center !important;
    padding: 70px 0px;
    background-attachment: fixed !important;
    background-repeat: no repeat !important;
    margin-top: 70px;
}
.our_story h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
}
.our_story p {
    font-style: italic;
    letter-spacing: 1px;
}
.our_story span {
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}
.our_story .view_all {
    background: #fff;
    color: #1e458d;
    border: 1px solid #fff;
}
.our_story .view_all:hover {
    background: none;
    color: #fff;
}


/*******************************/
/*******************************/
/*** Responsive_CSS ***/
/********************************/
/*******************************/

@media screen and (max-width: 768px) {
    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after{
        background: #851f83 !important;
    }
    .wsoffcanvasopener .animated-arrow span {
    background-color: transparent !important;
}

.wsmenu{
    width: 300px;
    right: -300px;
    left: auto;
}
.wsoffcanvasopener .animated-arrow {
    right: 300px;
    left: auto;
}
.animated-arrow{
    right: 28px;
    left: auto;
    top: 15px;
}
.wsoffcanvasopener .wsmenu{
    right: 0px;
    left: auto;
}
.wsmenu > .wsmenu-list > li > a{
    font-size: 20px;
    color: #666666;
    padding: 20px 20px;
    font-weight: 500;

}
.logo{
    display: inline-block !important;
}
.mobile-sub .wsmenu-submenu{
    margin-left: 0px;
}
.mobile-sub .wsmenu-submenu li a {
    height: 40px;
    font-size: 16px !important;
    padding: 8px 15px 8px 18px;
    color: var(--blue) !important;
}
.mobile-sub .wsmenu-submenu li a:hover{
    text-decoration: none;
    color: #851f83 !important;
}
.wsmenu > .wsmenu-list > li > a > .fa {
    font-size: 19px;
    color: var(--blue);
}
#header.active .wsmenu-list > li > a:hover {
    color: #851f83 !important;
}
#header.active .wsmenu-list > li > a:hover .fa{
    color: #851f83;
}
#header.active .wsmenu-list > li > a.active {
    color: #851f83 !important;
}
.wsmenu > .wsmenu-list > li > a.active{
    color: #851f83 !important;
}
.wsmenu > .wsmenu-list > li > a:hover{
    color: #851f83 !important;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    background: var(--white);
}
#header .border-left{
    border: none !important;
}
#header.active .border-left{
    border: none !important;
}
.home_banner, .inner_banner {
    margin-top: 85px;
}
.wsoffcanvasopener .animated-arrow span:before {
    background: #fff !important;
}
.wsoffcanvasopener .animated-arrow span:after{
    background: #fff !important;
}
.wsoffcanvasopener .animated-arrow {
    top: 11px;
}
.inner_banner {
    height: 230px;
}
.our_story {
    padding: 50px 0px;
}
.our_story h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 24px;
}
}


@media screen and (max-width: 575px) {

    .h1, h1 {
        font-size: 2rem;
    }
    .h2, h2 {
        font-size: 1.7rem;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }
    .h4, h4 {
        font-size: 1.4rem;
    }
    .fancy {
    line-height: normal;
    width: 100%;
    margin: auto;
}
.fancy span:before {
    right: 100%;
    margin-right: 5px;
}
.fancy span:after {
    left: 100%;
    margin-left: 5px;
}
.fancy span:before, .fancy span:after {
    height: 4px;
    width: 20px;
}
.fancy span:before, .fancy span:after{
    display: none;
}
.get_in_touch {
    padding: 50px 0px;
}
.footer_head{
    text-align: center;
}
.social_link {
    display: inline-block;
}
.main_banner.owl-carousel .owl-nav .owl-prev {
    left: 0%;
    font-size: 35px;
}
.main_banner.owl-carousel .owl-nav .owl-next {
    right: 0%;
    font-size: 35px;
}
.animated-arrow {
    right: 3px;
    top: 17px;
}
.inner_banner {
    height: 150px;
    background-position: left center;
}
.contact_location{
    text-align: center;
}

}











