/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  text-decoration: none;
}



img {
  max-width: 100%;
  height: auto;
}

/* CSS Reset end */



@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
  
  font-family: 'Open Sans', sans-serif;
}



/*Resize the wrap to see the search bar change!*/


/*destop css stare*/






.link{
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
 


 .link{
  position: relative;
  z-index: 1;
  display: inline-flex; 
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
}


.link::before{
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #fed330 25%, rgba(0, 0, 0, 0) 40%); 
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  
  will-change: width;
  transform: rotate(-2deg);
  transform-origin: left bottom
}

.link:hover::before{
  width: 0;
}

/*
* animation styles
*/



.beformore li {
  float: left;
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 3%;

}



.fooder{
  background: #b4ae01;
}


.topfo{
  float: right;
  width: 500px;
  height: 300px;
  background: #700;
}


.topfo .inn{
  display: block;
  padding:12px;
}


/*
* css end */


/*  mebile styles */

@media(max-width: 767px){

  .book li {
   float: none;
   width: 100%;
   }

.morebook01 li {
  float: left;
  width: 95%;
}

 .beformore li{
   float: none;
   width: 100%;
 }

.morebook{
  height: auto;
}

.ba02{
  height: auto;
}

.fooder{
   height: auto;

}


/* boostrop styles
*/

.box-shadow{
  box-shadow:0 2px 5px rgba(0,0,0,.10)
}

.box-shadow:hover{
  box-shadow:0 2px 10px rgba(0,0,0,.24)
}


.mr-3{
  width: 25px;
  height: 100px;
}






