body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    text-rendering: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    transition: 0.4s;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Elms Sans", sans-serif;
}
p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
a{
    font-family: "Elms Sans", sans-serif;
    transition: 0.4s;
}
a:hover{
    transition: 0.4s;
    text-decoration: none;
}

:root {
    --blue: #0b3f8a;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ee202c;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --light-gray: #e8e8e8;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #2e2e2e;
}

.colorgreen{
    color: #037f12;
}
header{
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.44);
    z-index: 999;
    padding: 5px 0px;
}
.logo {
    padding: 5px 0px;
    text-align: left;
    width: 70px;
}
/*.home_logo{
    width: 130px;
}
.wsmenu-list > li > a{
    font-size: 15px;
    text-transform: uppercase;
    color: #037f12;
    font-weight: 600;
    transition: 0.4s;
    padding: 13px 20px;
}
.header{
    box-shadow: none;
}
.wsmenu-list > li > a:hover{
    background: #037f12 !important;
    color: #fff;
}
.wsmenu-list li:first-child a{
    border-radius: 0px;
}
.wsmenu-list li:last-child a{
    border-radius: 0px;
}
.wsmenu{
    font-family: 'Montserrat', sans-serif;
    width: auto;
    margin: inherit;
    background: none;
}*/
.navbar-nav .nav-item.active>.nav-link, .navbar-nav .nav-item:active:focus>.nav-link, .navbar-nav .nav-item:active>.nav-link, .navbar-nav .nav-item:focus>.nav-link, .navbar-nav .nav-item:hover>.nav-link {
    color: #127a42;
}

.navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark);
}

.home_banner {
    height: 600px;
    width: 100%;
    /*background: #2e2e2e;*/
    /*background-image: radial-gradient(circle at center, #e4e4e4, #f4f4ec);*/
    margin-top: 89px;
}
.banner_cont {
    padding-right: 50px;
}
.banner_content{
    padding-left: 50px;
    text-align: right;
}
.home_banner .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.home_banner h2 {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.home_banner h5 {
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 30px;
}
.read_more {
    border: 1px solid #c62632;
    padding: 8px 25px;
    margin: 0;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    background: #c62632;
}
.read_more:hover{
    background: #fff;
    color: #c62632;
    border: 1px solid #fff;
}
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    line-height: 0;
    background: none;
    color: #fff;
    font-size: 30px;
    transition: 0.4s;
}
.owl-theme .owl-nav .owl-prev:hover{
    background: none;
    color: #ccc;
}
.owl-theme .owl-nav .owl-next{
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    line-height: 0;
    background: none;
    color: #fff;
    font-size: 30px;
    transition: 0.4s;
}
.owl-theme .owl-nav .owl-next:hover{
    background: none;
    color: #ccc;
}
/*.homebanner .item img{
    border-radius: 30px;
}*/
.categories{
    padding: 70px 0px;
}
.border_line{
    width: 50px;
    height: 1px;
    background: #c62632;
    display: inline-block;
}
.categories_box {
    background: #f3f3f3;
    /*box-shadow: 0px 0px 10px #0000003d;*/
    padding: 20px;
    transition: 0.4s;
    border-radius: 15px;
    height: 100%;
}
.img_box {
    width: 110px;
    min-width: 110px;
    height: 110px;
    margin-bottom: 30px !important;
    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: #064859;
    border-radius: 100%;
    margin: auto;
    box-shadow: 0px 0px 10px #00000026;
}
.img_box img {
    width: 60px;
    filter: brightness(0) invert(1);
}
.categories_box p{
    margin-bottom: 0px;
}
.categories_box h5{
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.4s;
    color: var(--dark);
}
.categories_box:hover .img_box{
    background: #fff;
    transition: 0.4s;
}
.categories_box:hover .img_box img{
    background: #fff;
    filter: brightness(1);
    transition: 0.4s;
}

.categories_box:hover h5{
    color: #064859;
}
.our_story{
    background-size: cover !important;
    background-position: center center !important;
    padding: 70px 0px;
    background-attachment: fixed !important;
    background-repeat: no repeat !important;
}
.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;
}
.about_bookstore{
    padding: 0px 0px 70px 0px;
}
.bookstore_cont p:last-child{
    margin-bottom: 0px;
}
.more_link {
    border: 1px solid #06485a;
    padding: 8px 25px;
    margin: 0;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    background: #06485a;
}
.more_link:hover{
    background: #fff;
    color: #06485a;
    border: 1px solid #06485a;
}
.bookstore_cont {
    background: #fff;
    box-shadow: 0px 0px 10px #00000024;
    padding: 30px;
    margin-left: -90px;
}
.bookstore_contbg img{
    border-radius: 0px 40px 0px 40px;
}
.codeworld{
    background: #f4f4ec;
    padding: 70px 0px;
}
.codeworld_cont{
    padding-right: 100px;
}
.codeworld_cont p:last-child{
    margin-bottom: 0px;
}

.about_books{
    padding: 70px 0px;
}
.about_bookscont {
    background: #064353;
    padding: 30px;
    margin: 0px 50px;
    margin-top: -70px;
    z-index: 100;
    position: relative;
}
.about_bookscont .border_line{
    background: #fff;
}
.footer{
    padding: 70px 0px;
    background: #062b36;
    /*background-image: linear-gradient(to right, #2baf5c , #7a0c0f);*/
}
.footer h4{
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
.footer_logo{
    width: 100px;
}
.footer_cont h6{
    color: #f3f3f3;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
.quick_link {
    list-style: none;
}
.quick_link li {
    margin-bottom: 7px;
}
.quick_link li .fa, .contact p .fa {
    color: #cd232c;
    font-size: 14px;
}
.quick_link li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}
.quick_link li a:hover, .contact a:hover {
    color: #cd232c;
}
.contact p .fa {
    width: 20px;
}
.footer_cont p, .footer_cont a{
    color: #fff;
}
.contact p .fa-map-marker{
    font-size: 16px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #166176;
}
.footer_bottom h6{
    letter-spacing: 2px;
}
.social_link{
    justify-content: center;
    display: flex;
}
.social_link li {
    margin: 0px 7px;
    float: left;
}
.social_link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    background: #fff;
    color: #cd282f;
    font-size: 15px;
    border-radius: 50%;
}
.social_link li a:hover {
    background: #cd282f;
    color: #fff;
}
ul{
    list-style: none;
}
.mockup{
    padding-bottom: 70px;
}

.mockup_slide .owl-dots .owl-dot span {
    background: #ccc;
    width: 30px;
    height: 7px;
    margin-top: 30px;
    transition: 0.4s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #127a42;
}
.inner_banner{
    margin-top: 90px;
    position: relative;
    height: 300px;
}
.inner_banner img{
    height: 300px;
}
.home_banner .owl-dots{
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%);
}
.inner_banner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.breadcrumb_box .breadcrumb {
    border-radius: 0;
    text-align: center;
    margin: auto;
    justify-content: center;
    border-radius: 50px;
}
.breadcrumb-item a {
    color: #127a42;
    font-weight: 500;
    letter-spacing: 2px;
}
.breadcrumb-item.active {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}
.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px;
}
.breadcrumb_box nav{
    width: 50%;
    margin: auto;
}
.breadcrumb_box{
    padding: 20px 0px 0px 0px;
}
#about_bookstore{
    padding-top: 70px;
}
.cover_mockup{
    padding: 70px 0px;
}
.catalogue_contbox {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    text-align: center;
    padding: 20px;
}
.catalogue_name {
    color: #064358;
    margin: 0;
    padding: 15px 10px 0px 10px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
.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%;
}
.map{
    padding-bottom: 60px;
}
.books_gallery{
    padding: 70px 0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #064859;
}

button{
    border: none;
    outline: none;
}
.nav-pills .nav-link {
    border-radius: 50px;
    padding: 8px 30px;
    margin: 0px 10px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.4s;
    color: #064859;
}
.nav-pills .nav-link:hover{
    color: #fff;
    background-color: #064859;
}
button:focus {
    outline: none !important;
}
.contacinfo{
    padding: 70px 0px;
}
.contact_cont {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 30px;
}
.contact_cont img{
    width: 100px;
}
.contact_cont h2 {
    margin-top: 20px;
    color: #064353;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.contact_cont span{
    display: block;
    color: #064353;
    margin-top: 10px;
    font-weight: 600;
}
.contact_cont span .fa{
    color: #ca292e;
    margin-right: 10px;
    width: 20px;
}
.contact_cont span a{
    color: #064353;
}
.contact_cont span .fa-map-marker{
    font-size: 19px;
}


/*******************************/
/*******************************/
/*** Responsive_CSS ***/
/********************************/
/*******************************/
@media screen and (max-width: 768px) {
    .logo{
        display: block !important;
    }
    .animated-arrow{
        right: 0;
        left: auto;
        margin: 22px 20px 0 15px;
    }
    .wsoffcanvasopener .animated-arrow {
    /* right: 310px; */
    right: 0px;
    left: auto;
    top: -5px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after{
    width: 30px;
    background: #014900;
}

.wsoffcanvasopener .wsmenu{
    width: 50%;
    right: 0px;
    left: auto;
}
.wsmenu{
   right: -255px;
   left: auto;
   top: 75px;
}
.wsmenucontainer.wsoffcanvasopener {
    margin-left: 0px;
}
.wsmenu > .wsmenu-list > li > a{
    color: #014900;
}
.wsmenu > .wsmenu-list > li > a
.wsmenu-list > li > a:hover{
    color: #fff !important;
}
.wsmenu .wsmenu-list{
    height: auto;
}
.banner_cont {
    padding-right: 0px;
}
.banner_content {
    padding-left: 0px;
}
.home_banner {
    margin-top: 89px;
}
.bookstore_cont {
    margin-top: -70px !important;
    position: relative;
    margin: 0px 40px;
}
.codeworld_cont {
    padding-right: 0px;
}
.footer_cont a {
    font-size: 10px;
}
.navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    background-color: #c62632;
}
.bsnav-mobile .navbar {
    width: 300px;
    transform: translate3d(300px, 0, 0);
}
.bsnav-mobile .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.inner_banner{
    height: 250px;
}
.inner_banner img {
    height: 250px;
    object-fit: cover;
}
.breadcrumb_box nav {
    width: 70%;
}
.inner_banner h1 {
    width: 100%;
}
}


@media screen and (max-width: 575px) {
    .home_logo {
    width: 90px;
}
.header {
    min-height: auto;
}
.animated-arrow {
    margin: 13px 13px 0 15px;
}
.wsoffcanvasopener .animated-arrow {    
    right: 5px;
    top: -5px;
}
.wsmenu .wsmenu-list{
    height: auto;
}
.wsoffcanvasopener .wsmenu {
    width: 100%;
    top: 54px;
    z-index: 999;
}
.h1, h1 {
    font-size: 1.7rem;
}
.h2, h2 {
    font-size: 1.5rem;
}
.h3, h3 {
    font-size: 1.4rem;
}
.h5, h5 {
    font-size: 1.1rem;
}
.wsmenu{
   top: 54px;
}
.home_banner {
    height: 100vh;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    width: 100%;
}
.bsnav-mobile .navbar {
    width: 100%;
    transform: translate3d(100%, 0, 0);
    padding: 100px 0 15px;
}
.categories {
    padding: 50px 0px;
}
.img_box {
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin-bottom: 20px !important;
}
.img_box img {
    width: 50px;
}
.bookstore_cont {
    margin-top: -50px !important;
    position: relative;
    margin: 0px 20px;
}
.about_bookstore {
    padding: 0px 0px 50px 0px;
}
.mockup {
    padding-bottom: 50px;
}
.mockup_slide .owl-dots .owl-dot span {
    width: 15px;
    height: 8px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
}
.more_link {
    padding: 7px 22px;
    margin-top: 20px;
    font-size: 14px;
}
.codeworld {
    padding: 50px 0px;
}
.our_story {
    padding: 50px 0px;
}
.footer {
    padding: 50px 0px;
    text-align: center;
}
.footer_cont a {
    font-size: 14px;
    letter-spacing: 1px;
}
.our_story h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 24px;
}
.inner_banner img {
    height: 200px;
}
.inner_banner {
    height: 200px;
}
.about_books {
    padding: 50px 0px;
}
.about_bookscont {
    padding: 20px;
    margin: 0px 20px;
    margin-top: -40px;
}
.cover_mockup {
    padding: 50px 0px;
}
.nav-pills .nav-link {
    margin: 10px 10px;
}
.books_gallery {
    padding: 50px 0px;
}
.contact_cont {
    margin-top: 10px;
    padding: 25px 15px 15px 15px;
    border-radius: 20px;
}
}















