/*
Template Name: Book-store landing page html5 tameplate 
Description: Book-store landing page html5 tameplate
Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. menu-area-start
3. hero-area-start
4. achieve-area-start
5. chapter-area-start
6. preview-chapters-start
7. Pricing-area-start
8. author-area-start
9. Achievements-area-start
10. counter-start-start
11. book-area-start
12. cta5-area-start
13. Testimonials-area-start
14. Watch-the-video-area-startt
15. Contact-area-start
16. upcomeing-events-start
17 .our-blog-start
18. footer-area-start

*/


/* 1. Theme default css */
@import url('css.css');

body[data-aos-duration='5000'] [data-aos],
[data-aos][data-aos][data-aos-duration='5000'] {
  transition-duration: 5000ms;
}
 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	background: var(--white-colur);
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.img-bg {
	background: var(--button2-colur);
}
.border-img {
	border-left: 15px solid var(--button2-colur);
	border-bottom: 15px solid var(--button2-colur);
	border-radius: 10px;
}
.img-updown{
	animation: upDown2 3s linear infinite alternate;
}
@keyframes upDown2{
	0%{
		top: 0;
	}
	100%{
     top: 20px;
	}
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a{
	text-decoration: none;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a, button {
	color: var(--button2-colur);
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Philosopher', sans-serif;
	font-weight: 600;
	color: #999999;
	margin-top: 0px;
	font-style: normal;
	text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 700;
	color: var(--black-color);
}
h2 {
	font-size: 35px;
	font-weight: 700;
	color: var(--black-color);
}
h3 {
	font-size: 28px;
	font-weight: 600;
	color: var(--black-color);
}
h4 {
	font-size: 22px;
	font-weight: 600;
}
h5 {
	font-size: 18px;
	font-weight: 500;
}
h6 {
	font-size: 16px;
	font-weight: 400;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: var(--p-color);
	margin-bottom: 15px;
}
label {
	color: #0e4669;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--button2-colur);
	color: var(--white-colur);
	text-shadow: none;
}
::-moz-selection {
	background: var(--button2-colur);
	color: var(--white-colur);
	text-shadow: none;
}
::selection {
	background: var(--button2-colur);
	color: var(--white-colur);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--button2-colur);
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
*::placeholder {
	color: var(--button2-colur);
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
/* scrollUp */
#scrollUp {
	background: #7DBA2F;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}
/*defult-border-radius*/
.border-10{
	border-radius: 10px;
}
/*defult-margin-padding*/
.mtop-20 {
	margin-top: -20px;
}
/*default-border*/
.border-2 {
	border: 3px solid var(--white-colur);
}
/*defult-colur*/
:root {
	--bg-1: #b3d4fc;
	--button2-colur:#2acb35;
	--white-colur:#ffff;
	--black-color:#333740;
	--p-color: #0e4669;
	--overly: #b3d4fc70;
}
.gray-bg {
	background: #b3d4fc;
}
/*home-page1-start*/
/*===================menu-area-start====================*/
.header-middle.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	z-index: 999;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	background: var(--white-colur);
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.header-menu-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	margin-top: 50px;
}
.mean-menu{}
.mean-menu ul{
	float: right;
}
.mean-menu ul li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.mean-menu ul li a {
	color: var(--button2-colur);
	padding: 10px 0px;
	display: block;
	position: relative;
	text-transform: capitalize;
}
.mean-menu ul li a:hover {
	color: #c27b96e0;
}
.mean-menu ul li.current > a {
	color: var(--bg-1);
}
.mean-menu ul li a:hover {
	color: var(--bg-1);
}
.mean-menu ul li a i{
	margin-left: 7px;
}
.mean-menu ul li a::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	background: var(--button2-colur);
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: .5s;
}
.mean-menu ul li a:hover::before{
	bottom: 0;
	opacity: 1;
}
.mean-menu ul li ul {
	position: absolute;
	width: 207px;
	background: var(--white-colur);
	top: 180%;
	left: -124px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 20px 25px;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	z-index: 3;
}
.mean-menu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.mean-menu ul li ul.sabmenu{}
.mean-menu ul li ul.sabmenu li {
	display: block;
	margin-left: 0;
}
.mean-menu ul li ul.sabmenu li a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding: 7px 0px;
}
.mean-menu ul li ul.sabmenu li a:before{
	display: none;
}
/*===================menu-area-end====================*/
/*===================hero-area-start====================*/
.hero-area{
	position: relative;
}
.circale {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	opacity: 0.3;
	border-width: 5px;
	border-style: solid;
	border-color: var(--button2-colur);
}
.x1{
 animation: mymovecircales 25s linear infinite;
 top: 150px
}
.x2 {
	animation: mymovecircales 55s linear infinite;
	top: 300px;
}
.x3 {
	animation: mymovecircales 40s linear infinite;
	top: 450px;
}
.x4 {
	animation: mymovecircales 60s linear infinite;
	top: 550px;
}
.x5 {
bottom: 100px;
animation: mymovecircales 50s linear infinite;
}
@keyframes mymovecircales {
  from {right: 0px;}
  to {right: 1200px;}
}
.hero-content span {
	color: var(--button2-colur);
	font-weight: 600;
	letter-spacing: 3px;
}
.hero-content h2 {
	font-size: 56px;
	font-family: 'Philosopher', sans-serif;
	margin-bottom: 30px;
	font-weight: 700;
}
.hero-content p {
	font-size: 21px;
	line-height: 35px;
	margin-bottom: 40px;
}
.subscribe-form input {
	height: 48px;
	width: 60%;
	padding: 10px;
	border: none;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: relative;
	border-radius: 10px 0px 0px 10px;
}
.subscribe-form input:focus {
	box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.subscribe-form button  {
	border: none;
	height: 48px;
	padding: 0px 14px;
	font-size: 18px;
	background: var(--button2-colur);
	color: var(--white-colur);
	position: absolute;
	border-radius: 0px 10px 10px 0px;
	overflow: hidden;
	z-index: 9;
}
.subscribe-form .my-btn {
	border: none;
	height: 48px;
	padding: 0px 14px;
	font-size: 18px;
	background: var(--button2-colur);
	color: var(--white-colur);
	position: absolute;
	border-radius: 0px 10px 10px 0px;
	overflow: hidden;
	z-index: 9;
	line-height: 48px;
}
.over{
	position: relative;
}
.over::before {
	content: "";
	background: var(--black-color);
	width: 125%;
	left: -129%;
	transform: skew(50deg);
	position: absolute;
	height: 56px;
	top: 1%;
	opacity: 0;
	transition: .5s;
	z-index: -99;
}
.over:hover::before {
	transform: translate3d(100%, 0, 0);
	opacity: 1;
}
.hero-img {
	position: relative;
}
.ml-60 {
	margin-left: 60px;
}
.hero-img-badge {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	padding: 10px;
	background-color: var(--button2-colur);
	color: #ffffff;
	top: 69.5%;
	right: 71.5%;
	text-align: center;
	box-shadow: 0px 30px 40px 0px rgba(1, 6, 33, 0.06);
	animation: mymove 3s linear infinite alternate;
}
@keyframes mymove {
  from {top: 360px;}
  to {top: 400px;}
}
.hero-img-badge span {
	display: inline-block;
	line-height: 1;
	font-family: 'Philosopher', sans-serif;
}
.st-badge {
	margin-top: 11px;
	font-size: 26px;
	font-weight: 700;
}
.buynow .my-btn {
	border-radius: 5px;
	padding: 0px 24px;
	color: #ffff;
	border-left: 3px solid #333;
	border-bottom: 3px solid #333;
	transition: .3s;
}
.buynow a:hover{
	border: none;
}
.buynow a {
	color: #ffff;
	z-index: 99;
	text-transform: capitalize;
}
.buynow .over :hover{
	color: #ffff;
	z-index: 9;
}
.hero-img2 {
	margin-left: 107px;
	margin-right: 45px;
	position: relative;
	animation: upDown 3s linear infinite alternate;
}
.hero-img2::after {
	content: "";
	position: absolute;
	right: 133px;
	top: 50px;
	border: 3px dotted var(--button2-colur);
	border-radius: 10px;
	height: 100%;
	animation: upDown 3s linear infinite alternate;
	width: 80%;
}
.hero-img2 img {
	z-index: 9;
	position: relative;
	border-radius: 10px;
}
@keyframes upDown{
	0%{
    top: 0;
	}
	100%{
     top: 50px;
	}
}
.page2-video {
	position: absolute;
	right: 28%;
	top: 12px;
}
.page2-video a {
	padding: 16px 28px;
	background: var(--button2-colur);
	border-radius: 5px;
	border-left: 3px solid var(--black-color);
	border-bottom: 3px solid var(--black-color);
	transition: .3s;
}
.page2-video a:hover{
	border: none;
}
.page2-video i {
	margin-right: 10px;
	border: 1px solid#ffff;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
}
.page3 .hero-img {
	margin-left: 130px;
	position: relative;
}
.page3 .hero-img img {
	border-radius: 40px;
	position: relative;
	z-index: 2;
}
.page3 .hero-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 34px;
	z-index: 1;
	background: var(--button2-colur);
	height: 100%;
	width: 80%;
	border-radius: 10px 0px 10px 10px;
	margin-left: -34px;
}
.page3 .hero-img .video {
	z-index: 3;
}
.hero-content h4 {
	font-size: 34px;
	color: var(--button2-colur);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
}
.ml-150 {
	margin-left: 153px;
}
.hero-author-iner img{
	position: relative;
	z-index: 1;
	border-radius: 5px;
}
.hero-author-iner::after, .hero-author-iner::before{
	content: "";
	position: absolute;
	right: 15px;
	top: 13px;
	border: 1px solid var(--button2-colur);
	border-radius: 10px;
	height: 100%;
	width: 69%;
	opacity: .3;
}
.hero-author-iner::before {
	top: 30px;
	left: 117px;
	opacity: .2;
}
.up-circale{
	position: relative;
}
.up-circale::before, .up-circale::after {
	position: absolute;
	content: "";
	height: 130px;
	width: 130px;
	background: var(--button2-colur);
	border-radius: 50%;
	top: -50px;
	right: 25%;
  animation: upCircale 3s linear infinite alternate;
}
.up-circale::after {
	height: 100px;
	width: 100px;
	right: 70%;
	margin-top: 428px;
	background: var(--white-colur);
}
@keyframes upCircale{
	0%{
		top: -40px;
	}
	100%{
    top: 0px;
	}
}
.position{
	position: relative;
	z-index: 1;
}
.hero-content ul li {
	display: inline-block;
	margin: 0px 10px;
	color: var(--black-color);
	text-transform: capitalize;
}
.hero-content ul li a {
	color: var(--button2-colur);
}
/*===================hero-area-end====================*/
/*===================achieve-area-start====================*/
.section-title span {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 15px;
	display: inline-block;
	color: var(--button2-colur);
	font-weight: 600;
}
.section-devaider {
	width: 250px;
	height: 2px;
	background: var(--button2-colur);
	margin: auto;
	margin-top: 20px;
	position: relative;
	display: inline-block;
}
.section-devaider::after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: var(--button2-colur);
	top: -9px;
	left: 45%;
	opacity: 0.4;
	transform: rotate(45deg);
}
.section-devaider::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background-color: var(--button2-colur);
	top: -9px;
	opacity: 0.4;
	right: 50%;
	transform: rotate(45deg);
}
.achieve-img img {
	width: 100%;
	border-radius: 30px;
}
.preview-wraper {
	margin: 20px 0px;
}
.achieve-img {
	padding: 15px;
	background: var(--button2-colur);
	border: 15px solid var(--bg-1);
	border-radius: 10px;
	transition: .3s;
	animation: 60s linear infinite;
}
.achieve-wraper {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: .3s;
	position: relative;
	height: 280px;
}
.achieve-wraper::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	transform: scale(0);
	background: var(--overly);
	top: 0;
	left: 0;
	transition: .3s;
	transform-origin: bottom;
	z-index: -1;
}
.achieve-wraper:hover::after{
  	transform: scale(1);
}
.achieve-active {
	display: inline-block;
}
.achieve-icon i {
	font-size: 24px;
	height: 60px;
	width: 60px;
	background: var(--white-colur);
	text-align: center;
	line-height: 50px;
	border: 5px solid var(--black-color);
	position: relative;
	color: var(--bg-1);
	transition: .3s;
}
.achieve-icon i::after {
	position: absolute;
	content: "";
	border: 5px solid var(--button2-colur);
	padding: 19px 19px;
	bottom: 2px;
	right: 2px;
	border-radius: 5px;
}
.achieve-wraper:hover .achieve-icon i {
	border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
	border: 5px solid#ffff;
}
.achieve-text a {
	font-size: 30px;
	font-family: 'Philosopher', sans-serif;
	font-weight: 700;
	margin: 10px 0px;
	display: inline-block;
}
.achieve-wraper:hover .achieve-text a{
	color: #fff;
}
.achieve-wraper:hover .achieve-text p{
	color: #fff;
}
.achieve-text p {
	font-size: 16px;
	line-height: 30px;
}
.section-hovery2{
	position: relative;
}
.section-hovery2:hover {
	margin-top: -15px;
}
.section-hovery2::before {
	position: absolute;
	content: "";
	height: 0px;
	width: 0px;
	background: var(--button2-colur);
	bottom: 0px;
	right: 0px;
	opacity: 0;
	transition: .3s;
	clip-path: polygon(100% 29%, 100% 100%, 19% 99%, 0 56%);
}
.section-hovery2:hover::before {
  opacity: 1;
  height: 60px;
	width: 60px;
}
.subscribe-now {
	background: var(--black-color);
	min-height: 464px;
	position: relative;
	overflow: hidden;
}
.background-animation {
	height: 200px;
	width: 200px;
	background: var(--button2-colur);
	position: absolute;
	bottom: -8%;
	right: 30%;
	border-radius: 50%;
	animation: move 3s linear infinite alternate;
}
.background-animation2 {
	height: 150px;
	width: 150px;
	background: var(--button2-colur);
	position: absolute;
	top: -8%;
	left: 30%;
	border-radius: 50%;
  animation: move 3s linear infinite alternate;
}
@keyframes move{
	0%{
    left: 50%;
	}
	100%{
      left: 55%;
	}
}
/*===================achieve-area-end====================*/
/*===================chapter-area-start====================*/
.chapter-acordion .accordion-button {
	padding: 20px 35px;
}
.chapter-acordion .accordion-item {
	border-radius: 32px;
	box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.accordion-button:focus {
	box-shadow: none;
	border-bottom: 2px solid var(--bg-1);
}
.accordion-button {
	font-size: 18px;
	font-weight: 600;
	padding: 25px 35px;
}
.accordion-button::after {
	content: "+";
	background: var(--button2-colur);
	color: var(--white-colur);
	text-align: center;
	background-image: none;
	border-radius: 20px;
}
.accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "-";
	background: var(--button2-colur);
	color: var(--white-colur);
	text-align: center;
}
.accordion-button {
	text-transform: capitalize;
	color: var(--button2-colur);
	background-color: var(--white-colur);
}
.chapter-acordion .accordion-button:not(.collapsed) {
	background: var(--white-colur);
	color: var(--bg-1);
}
/*===================chapter-area-end====================*/
/*===================preview-chapters-start====================*/
.preview-img img {
	width: 100%;
}
.auto-slide .owl-nav{
	margin-top: 40px;
}
.auto-slide .owl-nav div {
	left: 48%;
	height: 30px;
	width: 30px;
	background: var(--button2-colur);
	text-align: center;
	line-height: 30px;
	color: var(--white-colur);
	position: absolute;
	transform: translateX(-50%);
	border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
	transition: .3s;
}
.auto-slide .owl-nav div:hover {
	background: var(--bg-1);
}
.auto-slide .owl-nav .owl-next {
	margin-left: 50px;
}
.chapters-content {
	padding: 25px;
	background: #ffff;
}
.chapters-content p {
	font-size: 18px;
	margin-top: 20px;
	line-height: 32px;
}
.chapters-content {
	padding: 25px;
	background: #ffff;
	height: 310px;
}
.section-hover{
	transition: .3s;
}
.section-hover:hover{
  margin-top: -15px;
}
/*===================preview-chapters-end====================*/
/*===================Pricing-area-start-====================*/
.Pricing-wraper {
	border-width: 10px;
	border-color: var(--overly);
	border-style: solid;
	border-radius: 10px;
	transition: .3s;
}
.Pricing-wraper:hover {
	transform: scaleY(1.1);
}
.Pricing-content p {
	font-size: 17px;
	background-image: -moz-linear-gradient( 0deg, rgba(250,162,146,0) 0%, rgba(250,162,146,0) 0%, rgb(250,162,146) 50%, rgba(250,162,146,0.99) 50%, rgba(250,162,146,0) 100%);
}
.my-button {
	padding: 15px 30px;
	display: inline-block;
	border-radius: 10px;
	background-color: var(--overly);
	box-shadow: 2.5px 4.33px 15px 0px rgba(250, 162, 146, 0.4);
	color: var(--black-color);
	transition: .3s;
	font-weight: 600;
}
.my-button:hover {
	background: var(--black-color);
	color: var(--white-colur);
}
/*===================Pricing-area-end====================*/
/*===================author-area-start====================*/
.video {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	transform: translateY(-50%);
}
.video a {
	background: #fff;
	border-radius: 50px;
	height: 60px;
	width: 60px;
	display: inline-block;
	line-height: 69px;
	position: relative;
}
.video i {
	font-size: 27px;
	color: var(--button2-colur);
	z-index: 99;
	position: relative;
}
.bg {
	animation: pulse 1.2s ease infinite;
	background: var(--white-colur);
	position: absolute;
	top: 9%;
	left: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.author-content p {
	font-size: 18px;
}
.author-content h4 {
	font-size: 28px;
	color: var(--black-color);
	margin: 0;
}
.author-content span {
	font-size: 16px;
	color: var(--p-color);
}
.author-ico ul li {
	display: inline-block;
	margin: 0px 5px;
}
.author-ico ul li a i {
	height: 40px;
	width: 40px;
	background: var(--button2-colur);
	text-align: center;
	line-height: 40px;
	color: var(--white-colur);
	font-size: 20px;
	border-radius: 50%;
	transition: .3s;
	border-left: 3px solid var(--black-color);
	border-bottom: 3px solid var(--black-color);
}
.author-ico ul li a i:hover {
	background: var(--black-color);
	border: none;
}
.author-content ul li {
	color: #0e4669;
	font-size: 18px;
	margin-bottom: 13px;
}
.defult .author-content ul li i {
	margin-right: 5px;
}
.subscribenow-form {
	z-index: 9;
	position: absolute;
	margin: 0px 55px;
}
.subscribenow-form button {
	border-radius: 10px 10px 10px 10px;
	width: 100%;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.subscribenow-form input {
	width: 100%;
	border-radius: 10px;
}
.author-contentv3 {
	background: #ffff;
	padding: 50px;
	padding-left: 80px;
	margin-left: -70px;
	margin-top: 50px;
}
.author-contentv3 p {
	font-size: 18px;
	line-height: 30px;
}
/*===================author-area-end====================*/
/*===================Achievements-area-start====================*/
.Achievements-text p {
	font-size: 16px;
	color: #333;
}
.Achievements-text {
	padding: 22px 10px;
	position: relative;
}
.Achievements-text i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 55px;
	opacity: 0.1;
}
.Achievements-img {
	height: 100%;
}
.Achievements-img img {
	height: 100%;
	width: 100%;
}
.border-Achievements1 {
	border-bottom: 5px solid;
	border-left: 5px solid;
	border-color: var(--button2-colur);
	margin: 0px 3px;
}
.border-Achievements2 {
	border-top: 5px solid;
	border-right: 5px solid;
	border-color: var(--button2-colur);
	margin: 0px 3px;
}
.Benefits-section .achieve-text {
	position: static;
}
.Benefits-section .achieve-wraper::after {
	display: none;
}
.Benefits-section .achieve-wraper {
	 height: auto; 
}
.Benefits-section:hover .achieve-text a {
   color: #1696e7;
}
.Benefits-section:hover .achieve-text p {
   color: #0e4669;
}
.Benefits-wraper1 {
	margin-top: -50px;
}
.Benefits-wraper2 {
	margin-top: -100px;
	}
.section-hovery:hover {
	transform: scaleY(1.1);
}
.read-more i {
	margin-left: 10px;
	font-size: 13px;
}
.read-more a:hover {
	margin-left: 10px;
	color: #c27b96e0;
}
/*===================Achievements-area-end====================*/
/*===================counter-area-start====================*/

.single-counter{}
.single-counter ul{}
.single-counter ul li {
	width: 18%;
	display: inline-block;
	margin: 0px 5px;
	position: relative;
}
.transjation:hover {
	transform: scaleY(1);
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
}
.transjation {
	padding: 50px 15px;
	border-bottom: 5px solid var(--button2-colur);
	border-right: 5px solid var(--button2-colur);
	transition: .3s;
	background: var(--overly);
}
.single-counter ul li h2 {
	color: var(--button2-colur);
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
}
.single-counter ul li h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.single-counter ul li i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 65px;
	opacity: .1;
	color: var(--button2-colur);
}
.counter h2 {
	display: inline-block;
}
.counter span {
	font-size: 50px;
	color: var(--button2-colur);
	font-weight: 700;
}
/*===================counter-area-end====================*/
/*===================book-area-start====================*/
.panel {
	background-color: var(--button2-colur);
	background-size: cover;
	background-position: 10000px;
	background-repeat: no-repeat;
	border-radius: 10px;
	cursor: pointer;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 3px var(--white-colur);
	transition: all 0.5s;
}
.cover-panel {
	height: 80vh;
	flex: 0.6;
}
 .panel.active {
	background-position: center;
	flex: 5;
	box-shadow: none;
}
.sidepanel-container {
	display: flex;
	width: 90vw;
}
.sidepanel-content {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
}
.panel h3 {
	font-size: 24px;
	padding: 10px;
	margin: 0;
	opacity: 1;
	writing-mode: vertical-rl;
	text-orientation: upright;
	color: var(--white-colur);
}
 .panel.active h3 {
	opacity: 0;
}
.books-wraper {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-top: 0;
	transition: .3s;
	cursor: pointer;
	height: 100%;
}
.books-wraper:hover{
	margin-top: -10px;
}
.books-title span {
	text-transform: capitalize;
}
.books-title h3 {
	font-size: 25px;
	color: var(--button2-colur);
	margin-top: 5px;
}
.prise-star span {
	font-size: 16px;
	font-weight: 700;
}
.star {
	float: right;
	color: #f3e406;
	overflow: hidden;
	width: 60%;
	text-align: right;
}
.star a {
	margin-left: 20px;
}
.prise-star {
	display: flex;
	align-items: center;
}
.books-img img {
	border-radius: 10px;
}
.author-content p {
	line-height: 34px;
}
 .single-counter{
 	margin-left: 20px;
 }
 .best-selling-badge span {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: var(--button2-colur);
	font-weight: 600;
}
.best-selling-content h3 {
	font-size: 40px;
	margin-bottom: 25px;
}
.item-text {
	overflow: hidden;
}
.item-text:hover i{
	border: none;
}
.item-text:hover .item-content h4 {
	color: var(--button2-colur);
}
.item-icon i {
	font-size: 20px;
	background: var(--button2-colur);
	color: #ffff;
	border-right: 5px solid var(--black-color);
	border-bottom: 5px solid var(--black-color);
	line-height: 20px;
	padding: 20px;
	display: inline-block;
	float: left;
	transition: .3s;
}
.item-content {
	display: inline-block;
	float: right;
	width: 85%;
}
.item-content h4 {
	font-size: 30px;
	color: var(--black-color);
	transition: .3s;
}
.item-content p {
	font-size: 16px;
	color: var(--p-color);
}
/*===================book-area-end====================*/
/*===================cta5-area-start====================*/
.bg-img{
	background: url(../image/12.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
.bg-img::after {
	position: absolute;
	content: "";
	background: var(--black-color);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.cta5-title {
	overflow: hidden;
	min-height: 238px;
	z-index: 9;
}
.cta5-title h2 {
	color: var(--white-colur);
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cta5-fivestar i {
	height: 40px;
	width: 40px;
	background: var(--bg-1);
	line-height: 40px;
	border-radius: 50%;
	margin: 0px 3px;
	color: var(--white-colur);
}
.cta5-title p {
	font-size: 20px;
	color: var(--white-colur);
}
.subscribe-wraper h2 {
	font-size: 36px;
}
.subscribe-wraper{
	border-radius: 10px;
}
/*===================cta5-area-end====================*/
/*===================Testimonials-area-start====================*/
.Testimonials-icon i {
	font-size: 75px;
	color: var(--bg-1);
	margin-bottom: 20px;
}
.Testimonials-content {
	border-bottom: 1px solid var(--bg-1);
	margin-bottom: 15px;
}
.Testimonials-content p {
	font-size: 21px;
	font-family: 'Philosopher', sans-serif;
	line-height: 30px;
}
.Testimonials-info img {
	width: 20%;
	float: left;
	margin-right: 15px;
	border-radius: 50%;
}
.Testimonials-info-text h3 {
	color: var(--button2-colur);
	margin-bottom: 0;
}
.Testimonials-info-text p {
	font-size: 16px;
	margin: 0;
	font-family: 'Philosopher', sans-serif;
}
.Testimonials-area .owl-dots {
	text-align: center;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(50%);
}
.Testimonials-area .owl-dots div {
	height: 10px;
	width: 10px;
	background: var(--button2-colur);
	margin-left: 5px;
	float: left;
	border-radius: 10px;
}
.Testimonials-area .owl-dots .owl-dot.active {
	background: var(--white-colur);
}
.page2 img {
	margin: auto;
	float: none;
	width: 30%;
	margin-bottom: 20px;
}
.Feedback-section .Testimonials-content p {
	font-size: 16px;
	line-height: 28px;
}
.Feedback-section .Testimonials-content {
	margin: 0;
	border: none;
}
/*===================Testimonials-area-end====================*/
/*===================Watch-the-video-area-start====================*/
.bg-img2{
	background: url(../image/13.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
.bg-img2::after {
	position: absolute;
	content: "";
	background: var(--black-color);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.zenuin{
	z-index: 9;
}
.my-button2 a {
	border: none;
	height: 48px;
	padding: 0px 14px;
	font-size: 18px;
	background: var(--button2-colur);
	line-height: 48px;
	color: var(--white-colur);
	position: absolute;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	z-index: 99;
	text-transform: capitalize;
}
.play-video {
	position: relative;
	height: 100%;
}
.bg-img2 .waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	top: 23%;
	left: 209px;
}
/*===================Watch-the-video-area-end====================*/
/*===================Contact-area-start====================*/

.massage-form {
	padding: 26px;
}
.form-control::placeholder {
	color: var(--button2-colur);
}
.form-function input {
	padding: 12px 40px;
	border: none;
	border: 2px solid transparent;
}
.form-function input:focus {
	border: 2px solid rgba(13,110,253,.25);
	box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.text-massage textarea {
	width: 100%;
	border: none;
	min-height: 100px;
	padding: 20px 40px;
	border: 2px solid transparent;
}
.text-massage textarea:focus {
	border: 2px solid rgba(13,110,253,.25);
	box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.buttton button {
	padding: 20px 30px;
	color: var(--white-colur);
	font-weight: 600;
	text-transform: capitalize;
	background: var(--button2-colur);
	border: none;
	margin-top: 20px;
}
.adders h4 {
	color: var(--black-color);
	margin: 0;
}
.adders a {
	color: var(--p-color);
}
.adders {
	margin-bottom: 40px;
}
.adders-wraper h3 {
	font-size: 26px;
}
.form-function {
	line-height: .8;
}
.Contact-area .author-ico ul li {
	display: inline-block;
	margin: 0px 3px;
}
/*===================Contact-area-end====================*/
/*=================== upcomeing-events-start====================*/
.events-wraper h2 {
	font-size: 55px;
	padding: 28px 0px;
	transition: .3s;
}
.events-wraper {
	transition: .3s;
	margin-top: 0;
	margin-bottom: 40px;
}
.events-wraper:hover h2 {
	color: var(--overly);
}
.events-wraper span {
	font-size: 25px;
	margin-left: 10px;
}
.events-wraper h4 {
	font-size: 24px;
	color: var(--black-color);
	margin-bottom: 20px;
}
.events-wraper p {
	font-size: 18px;
	line-height: 30px;
}
.landing-events a {
	color: var(--button2-colur);
	text-transform: capitalize;
	transition: .3s;
}
.landing-events a:hover{
margin-left: 15px;
}
.landing-events {
	position: relative;
	border-radius: 10px;
	transition: .3s;
	margin-top: 0;
}
.landing-events:hover{
	margin-top: -10px;
}
.landing-events a {
	position: absolute;
	bottom: 14px;
}
/*single-events-start*/
.single-events-wraper{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Event-Details-wraper{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.Event-Details-wraper h3{
	text-align: center;
	margin-bottom: 30px;
}
.single-details i {
	display: inline-block;
	font-size: 25px;
	color: var(--button2-colur);
}
.single-details-text {
	display: inline-block;
	margin-left: 20px;
}
.single-details-text h5 {
	font-size: 20px;
	color: var(--black-color);
}
.single-details-text span {
	font-size: 15px;
	color: var(--p-color);
}
.Event-Details-info {
	position: relative;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.Event-Details-info::before {
	position: absolute;
	content: "\f518";
	font-family: fontawesome;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	padding: 6px;
	background: #ffff;
	font-size: 20px;
}
.Event-Details-info::after {
	position: absolute;
	content: "\f518";
	font-family: fontawesome;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	padding: 6px;
	background: #ffff;
	font-size: 20px;
}
.single-events-content p {
	font-size: 16px;
}
.single-events-icon.author-ico h4 {
	color: var(--black-color);
	margin-bottom: 25px;
}
.single-eventsp4 .over {
	position: inherit;
	margin-top: 20px;
	padding: 5px 30px;
}
.all-events:hover{
 margin-top: 0;
}
/*single-events-end*/
/*=================== upcomeing-events-end====================*/
/*=================== our-blog-start====================*/
.our-blog-wraper {
	transition: .3s;
	height: 100%;
	width: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.our-blog-wraper:hover{
	margin-top: -10px;
}
.blog-img{
	overflow: hidden;
}
.blog-img img {
	transition: .3s;
}
.our-blog-wraper:hover .blog-img img {
	transform: scale(1.1);
}
.blog-title a {
	color: var(--black-color);
	font-size: 22px;
}
.blog-title a:hover {
	color: var(--button2-colur);
}
.blog-title p {
	font-size: 16px;
	margin-top: 10px;
}
.prise-star i {
	color: var(--yellow);
}
/*single-blog-start*/
.single-comments ul li {
	display: inline-block;
	margin-right: 10px;
}
.single-comments ul li i {
	margin-right: 5px;
	color: var(--button2-colur);
}
.single-comments ul li span {
	color: var(--p-color);
	text-transform: capitalize;
}
.single-blog-title {
	font-size: 50px;
}
.single-blog-content p {
	font-size: 16px;
	color: var(--p-color);
}
.quite-text {
	margin-left: 200px;
}
.single-blog-content2 h3 {
	font-size: 40px;
}
.single-blog-content2 p {
	font-size: 16px;
}
.single-author-img img {
	border-radius: 50%;
}
.single-blog-content3 h3 {
	font-size: 40px;
	margin-bottom: 30px;
}
.single-blog-content3 ul li {
	font-size: 16px;
	color: #212529b0;
	margin-bottom: 10px;
}
.single-blog-content3 ul{
	margin-bottom: 25px;
}
.single-blog-content3 p {
	font-size: 16px;
	color: var(--black-color);
	margin-bottom: 20px;
}
.single-blog-quite{
	position: relative;
}
.single-blog-quite i {
	position: absolute;
	font-size: 100px;
	top: 0px;
	left: 30px;
	color: var(--button2-colur);
}
.single-blog-action ul li {
	font-size: 20px;
	color: #212529b0;
	font-weight: 600;
}
.customer-author h5 {
	font-size: 20px;
	color: #0e4669;
	font-weight: 600;
}
.customer-author span {
	font-size: 16px;
	color: #212529b0;
	margin-bottom: 20px;
	display: block;
}
.customer-author p {
	font-size: 16px;
	color: #212529b0;
}
.customer-reply a {
	font-size: 16px;
	text-transform: capitalize;
	text-align: right;
	color: #0e4669;
}
.customer-reply {
	float: right;
}
.b-ml-30{
	margin-left: 30px;
}
.customer-comments {
	border-radius: 10px;
}
/*single-blog-end*/
/*blog-right-sidebar-start*/
.text-massage {
	margin-top: 20px;
}
.form-wraper p {
	color: var(--black-color);
	font-size: 16px;
}
.single-blog-right-content ul li {
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
	color: var(--black-color);
}
.single-blog-right-content ul li a {
	color: var(--bg-1);
	transition: .3s;
}
.red-more ul li a:hover {
	color: var(--black-color);
	margin-left: 10px;
}
.red-more i {
	color: var(--bg-1);
}
.link-title a {
	font-size: 30px;
	color: #0e4669;
	font-weight: 600;
}
.link-title a:hover {
	color: var(--button2-colur);
}
.single-blog-right-content p {
	font-size: 19px;
	color: var(--p-color);
	line-height: 30px;
}
.single-blog-right-wraper{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.search-form button {
	position: absolute;
	top: 15px;
	right: 0;
	border: none;
}
.search-form input {
	width: 100%;
	padding: 10px;
	border: 1px solid #99999969;
	position: relative;
}
.search-form i {
	position: absolute;
	right: 16px;
	background: var(--button2-colur);
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	color: var(--white-colur);
}
.blog-details-weraper h3{
	text-align: left;
}
.blog-Categories ul li{
	margin-bottom: 15px;
}
.blog-Categories ul li a {
	color: var(--p-color);
}
.blog-Categories ul li a:hover{
	color: #0e4669;
}
.blog-text h5{
	font-weight: 600;
}
.blog-text a:hover {
	color: var(--button2-colur);
}
.hidden{
	overflow: hidden;
}
.blog-Details-info::before {
	display: none;
}
.blog-Details-info {
	border-top: none;
}
.blog-Categories ul li {
	margin-right: -5px;
}
.popular-tag ul{
	margin-bottom: 15px;
}
.popular-tag ul li {
	display: inline-block;
	margin-right: 15px;
}
.popular-tag ul li a {
	color: var(--p-color);
	padding: 12px;
	display: block;
	line-height: 16px;
	border-radius: 20px;
	background: var(--overly);
	font-size: 16px;
	text-transform: capitalize;
}
.popular-tag ul li a:hover {
	color: var(--white-colur);
	background: var(--button2-colur);
}
/*blog-right-sidebar-end*/
/*=================== our-blog-end====================*/
/*===================footer-area-start====================*/
.black-bg{
	background: var(--black-color);
}
.section-title h1 {
	font-size: 60px;
	color: var(--white-colur);
	font-weight: 600;
}
.footer-button a {
	display: inline-block;
	padding: 20px 30px;
	background: var(--button2-colur);
	color: var(--white-colur);
	font-size: 20px;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.footer-button a::before {
	content: "";
	background: var(--black-color);
	width: 125%;
	left: -129%;
	transform: skew(50deg);
	position: absolute;
	height: 100%;
	top: 1%;
	opacity: 0;
	transition: .5s;
	z-index: -99;
}
.footer-button a:hover::before{
transform: translate3d(100%, 0, 0);
opacity: 1;
}
.default-ov{

}
.footer-widget .mean-menu ul li a::before {
display: none;
}
.footer-widget .author-ico ul li {
	margin: 0px 2px;
}
.footer-widget .mean-menu ul li {
	margin-left: 15px;
}
.copyright-text{
	border-top: 1px solid var(--overly);
}
.copyright-text p {
	color: var(--bg-1);
}
.copyright-text i {
	animation: footerHeart 1s infinite;
}
@keyframes footerHeart{
	0%{
		color: var(--button2-colur);
	}
	100%{
		color: var(--bg-1);
	}
}
.pagenation ul {
	display: inline-block;
	border: 1px solid var(--overly);
	border-radius: 10px;
}
.pagenation ul li {
	display: inline-block;
}
.pagenation ul li a {
	padding: 10px;
	display: block;
	border-right: 1px solid var(--overly);
	color: var(--button2-colur);
	transition: .3s;
}
.pagenation ul li a:hover{
	color: var(--bg-1);
}
.pagenation ul li:last-child a{
	border: none;
}
.footer-menu ul{
	text-align: center;
	float: inherit;
}
/*===================footer-area-end====================*/






