.py-6{padding-top:4rem !important;padding-bottom:4rem !important}
.py-7{padding-top:7rem !important;padding-bottom:7rem !important}
.py-10{padding-top:10rem !important;padding-bottom:10rem !important}
.pt-10{padding-top:10rem !important;}
.py-15{padding-top:15rem !important;padding-bottom:15rem !important}
.py-20{padding-top:20rem !important;padding-bottom:20rem !important}



.carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: var(--main-bg);
  counter-increment: gallery-cell;
  border-radius: 20px;
  border: 2px solid var(--main-white);
  color: var(--main-dark2);
}
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: var(--main-dark2);
}

.display-none {
	display: none;
}

.text-section {
  background-color: var(--main-dark);
  border-radius: 20px;
  color: var(--main-white);
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border: 2px solid var(--main-light);
}
.text-section a {
  color: var(--main-white);
}
.text-section-2 {
  background-color: var(--main-light);
  border-radius: 20px;
  color: var(--main-dark2);
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border: 2px solid var(--main-dark);
}
.text-section-3 {
  width: 350px;
  height: 350px;
  background-color: var(--main-dark);
  border-radius: 20px;
  color: var(--main-white);
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border: 2px solid var(--main-white);
  margin-top: 0px;
}
.footer-text-section {
  background-color: var(--main-dark);
  border-radius: 20px;
  color: var(--main-dark2);
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border: 2px solid var(--main-light);
}
.footer-text-section a {
  color: var(--main-dark2);
}
.footer-text-section a:hover {
  color: var(--main-white);
}

.main-img {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  min-height: 420px;
  max-height: 750px;
  background-repeat: no-repeat;
  background-position: center top;
  /*background-size: cover;*/
  background-image: url('/static/img/i/_1.png');
  border-radius: 20px;
}

.img-pr {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    border-radius: 20px;
}
.img-pr.img-pr-1 {
    background-image: url('/static/img/page/index/pr1.png');
}
.img-pr.img-pr-2 {
    background-image: url('/static/img/page/index/pr2.png');
}
.img-pr.img-pr-3 {
    background-image: url('/static/img/page/index/pr3.png');
}

.zero-img {
  background-color: var(--main-light);
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  width: 60px;
  top: -32px;
  left: -40px;
}
.tel-img {
  background-color: var(--main-light);
  border-radius: 50%;
  padding: 7px;
  width: 50px;
  position: absolute;
  top: 6px;
}

.user-logo {
  background: #E6E7ED;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1px;
}
/*login page css start */
.account_form h2 {
	font-size: 30px;
	text-transform: capitalize;
	color: var(--primary);
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 38px;
}
.account_form form {
	border: 1px solid #d3ced2;
	padding: 23px 20px 29px;
	border-radius: 5px;
}
.account_form label {
	font-size: 15px;
	font-weight: 400;
	color: #555;
	cursor: pointer;
	line-height: 12px;
	margin-bottom: 12px;
}
.account_form input {
	border: 1px solid #e5e5e5;
	height: 40px;
	max-width: 100%;
	padding: 0 0 0 10px;
	background: none;
  font-size: 14px;
  color: #626262;
  width: 100%;
  box-shadow: none;
}
.login_submit button {
	background: var(--dark);
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 21px;
	padding: 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	margin-right: 20px;
}
.login_submit button:hover{
    background:  var(--primary);
}
.login_submit label input[type="checkbox"] {
	width: 15px;
	height: 13px;
	margin-right: 3px;
}
.login_submit a {
	font-size: 13px;
	color: #2971f5;
	float: right;
	line-height: 39px;
}
.login_submit a:hover,.account_form label:hover{
    color: #2971f5;
}
.customer_login {
	margin-top: 27px;
}
.account_form {
	margin-bottom: 24px;
}
.account_form p {
	margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
/*login page css end */

/* book page css start */
.single_book.book_list .book_meta span a {
	color: var(--primary);
}
.single_book.book_list .book_meta span a:hover{
    text-decoration: underline;
}
.single_book.book_list .book_meta span i {
	color: #8c8c8c;
}
.single_book.book_list .book_thumb {
	width: 33%;
	float: left;
}
.single_book.book_list .book_thumb img {
  width: 100%;
}
.single_book.book_list .book_content {
	width: 63%;
	float: right;
	margin-left: 25px;
	padding-top: 0;
	color: var(--main-light);
}
.single_book.book_list:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.breadcrumb-section.book_bread .breadcrumb_content ul li {
	color: #e53131;
}
.breadcrumb-section.book_bread {
	padding: 0 0 58px;
}
.single_book.book_list .book_meta span.comment {
	position: inherit;
}
.book_social ul li {
	display: inline-block;
}
.single_book.book_list .book_desc {
	margin-bottom: 15px;
}
.single_book.book_list .book_desc p{
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}
.single_book.book_list .book_meta {
	margin-bottom: 11px;
}
.single_book.book_list .book_meta span{
    color: var(--primary3);
    margin-right: 20px;
}
.single_book.book_list .book_meta span a {
	color:  #2971f5;
}
.book_social ul li a {
	border-radius: 100%;
	display: inline-block;
	font-size: 17px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	text-align: center;
	color: #444444;
	margin-right: 10px;
}
.readmore_button {
	margin-bottom: 22px;
}
.single_book.book_list .book_title h3 {
	text-transform: uppercase;
	font-weight: 800;
	line-height: 19px;
    margin-bottom: 16px;
}
.single_book.book_list .book_title h3 a{
    color: var(--main-light);
    font-size: 18px;
    font-style: normal;
}
.single_book.book_list .book_title h3 a:hover{
    color: var(--main-white);
}
.single_book.book_list {
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--main-light);
	padding-bottom: 30px;
}
.widget_list.widget_tag .tag_widget ul li a:hover {
	background: #cea679;
	color: #fff;
	border-color: #2971f5;
	background: #2971f5;
	color: #fff;
}
.post_thumb {
	width: 20%;
	float: left;
	margin-right: 10px;
}
.post_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.post_wrapper:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.post_info h3 {
	font-size: 14px;
	color: #555555;
	text-transform: capitalize;
	line-height: 14px;
	margin-bottom: 5px;
}
.post_info h3 a:hover{
    color: #2971f5;
}
.post_info span {
	color: #2971f5;
	font-size: 12px;
}
.widget_list.widget_categories ul li a {
	color: #555;
	padding: 10px 0;
	text-transform: capitalize;
	display: inline-block;
}
.widget_list.widget_categories ul li:last-child a {
	padding-bottom: 0;
}
.widget_list.widget_categories ul li {
	border-top: 1px solid #ddd;
}

.widget_list.widget_search input {
	height: 35px;
	border: 1px solid #ddd;
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
    padding: 0 15px;
}
.widget_list.widget_search button {
	color: #fff;
	display: inline-block;
	background: #242424;
	border: none;
	padding: 0 20px;
	height: 34px;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget_list.widget_search button:hover{
    background: #2971f5;
}
.widget_list.comments_post .post_info span {
	color: #555555;
	font-size: 14px;
	display: block;
	line-height: 12px;
	margin-bottom: 8px;
}
.widget_list.comments_post .post_info a:hover,.widget_list.widget_categories ul li a:hover{
    color: #2971f5;
}

.book_sidebar_widget .widget_list h3::before {
	display: none;
}
.book_sidebar_widget .widget_list h3 {
	border: 0;
	padding: 0;
}

.book_sidebar_widget .widget_list ul li a::before {
	display: none;
}
.tag_widget ul li{
    display: inline-block;
}
.tag_widget ul li a {
	margin: 0 6px 5px 0;
	display: block;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 0 15px;
	line-height: 29px;
}
.shipping_area.shipping_contact.book_shipping {
	margin-top: 94px;
}
.widget_list.widget_search,.widget_list.widget_post {
	margin-bottom: 36px;
}
.widget_list.widget_tag {
	margin-bottom: 30px;
}
.widget_list.comments_post {
	margin-bottom: 35px;
}
/* book page css end */

/* our-team css start */
.our-team {
  padding: 40px 40px 0 50px;
  margin-bottom: 30px;
  background-color: var(--main-dark);
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.our-team-i {
  height: 635px;
}
.our-team .picture {
  display: inline-block;
  height: 200px;
  width: 200px;
  z-index: 1;
  position: relative;
}
.our-team .partner-picture {
  display: inline-block;
  height: 150px;
  width: 150px;
}
.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .picture::before {
  height: 100%;
}
.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}
.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 50px;
  color: var(--main-dark2);
}
.our-team .team-content .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.our-team .desc {
  font-size: 1.4rem;
}
.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--primary);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding: 7px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.our-team .social li a:hover {
  color: var(--primary);
  background-color: #f7f5ec;
}
/* our-team css end */

/* index css start*/
  .section-f {
    min-height: 100vh;
    padding: 90px 0 0;
  }
  .s-container {
     min-height: 88vh;
  }

  .i-img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /*height: calc(100% + 20px);*/
    height: 100%;
    min-height: 400px;
  }
  .i-img .bg-img {
    height: 95%;
  }
  .i-img .bg-img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .i-img:hover .bg-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .i-text {
    z-index: 3;
    /*background: #fff;*/
    padding: 40px 40px;
    border-radius: 10px;
    /*
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(255, 204, 153, 0.05);
    */
  }
  .i-text-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: .05em;
    margin-top: -8px;
    margin-bottom: 26px;
    color: var(--main-dark);
  }
  .i-text p {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.6em;
    text-transform: none;
    color: var(--main-dark);
  }

  .more-btn-light {
    border: 1px solid var(--main-light);
    color: var(--main-light);
    padding: 10px 15px 10px 15px;
    margin-top: 3rem;
  }
  .more-btn-light:hover {
    color: var(--main-light)!important;
    border: 1px solid var(--main-white)!important;
  }
  .more-btn-dark {
    border: 1px solid var(--main-dark);
    color: var(--main-dark);
    padding: 10px 15px 10px 15px;
    margin-top: 3rem;
  }
  .more-btn-dark:hover {
    color: var(--main-dark)!important;
    border: 1px solid var(--main-white)!important;
  }
/* index css end*/

