/*
Copyright (c) 2017
------------------------------------------------------------------
[Master Stylesheet]

Project: Reader
Version: 1.0
-------------------------------------------------------------------*/
/*--------- Body Strat -------*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
}

.top_30 {
  margin-top: 30px;
}

p {
  line-height: 1.7;
}

/*---------- Typography Css Start -------*/
a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #5b1fc8;
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

img {
  max-width: 100%;
}

input,
textarea,
select,
button {
  outline: none !important;
  box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.rea_toppadder10 {
  padding-top: 10px;
}

.rea_toppadder20 {
  padding-top: 20px;
}

.rea_toppadder30 {
  padding-top: 30px;
}

.rea_toppadder40 {
  padding-top: 40px;
}

.rea_toppadder50 {
  padding-top: 50px;
}

.rea_toppadder60 {
  padding-top: 60px;
}

.rea_toppadder70 {
  padding-top: 70px;
}

.rea_toppadder80 {
  padding-top: 80px;
}

.rea_toppadder90 {
  padding-top: 90px;
}

.rea_toppadder100 {
  padding-top: 100px;
}

.rea_bottompadder10 {
  padding-bottom: 10px;
}

.rea_bottompadder20 {
  padding-bottom: 20px;
}

.rea_bottompadder30 {
  padding-bottom: 30px;
}

.rea_bottompadder40 {
  padding-bottom: 40px;
}

.rea_bottompadder50 {
  padding-bottom: 50px;
}

.rea_bottompadder60 {
  padding-bottom: 60px;
}

.rea_bottompadder70 {
  padding-bottom: 70px;
}

.rea_bottompadder80 {
  padding-bottom: 80px;
}

.rea_bottompadder90 {
  padding-bottom: 90px;
}

.rea_bottompadder100 {
  padding-bottom: 100px;
}

.rea_padderboth120 {
  padding: 120px 0px;
}

/*-------------- Preloader Start---------------------------*/
#preloader {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}

#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 200px;
  height: 100px;
  line-height: 50px;
  text-align: left;
  margin: -50px 0 0 -50px;
}

.loader {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 99px;
  position: relative;
  text-indent: -9999em;
}

/* .left_sidebar {
    width: calc(100% - 250px);
} */
.right_sidebar {
  z-index: 11;
  position: fixed;
  width: 250px;
  right: 0;
  height: 100vh;

  background: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.ball {
  border-radius: 50%;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loading 1.2s linear infinite;
  animation: loading 1.2s linear infinite;
}

.ball:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ball:nth-of-type(3) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  20% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: translate3d(33px, 0, 0);
    transform: translate3d(33px, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(66px, 0, 0);
    transform: translate3d(66px, 0, 0);
  }

  80% {
    -webkit-transform: translate3d(99px, 0, 0);
    transform: translate3d(99px, 0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
    transform: translate3d(99px, 0, 0) scale(0.5);
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  20% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: translate3d(33px, 0, 0);
    transform: translate3d(33px, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(66px, 0, 0);
    transform: translate3d(66px, 0, 0);
  }

  80% {
    -webkit-transform: translate3d(99px, 0, 0);
    transform: translate3d(99px, 0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
    transform: translate3d(99px, 0, 0) scale(0.5);
    opacity: 0;
  }
}

/*-------------- Header Start --------------*/
.analyze_logo {
  padding: 20px 0px;
}

.analyze_social {
  width: 100%;
  padding: 15px 0px;
}

.header_top_wrapper {
  background: #ffffff;
}

.header_bottom_wrapper {
  width: 100%;

  background-color: #ffffff;
  z-index: 999;
  position: relative;
}

.analyze_nav_wrapper {
  width: 100%;
}

.analyze_nav_wrapper > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}

.analyze_nav_wrapper > ul > li {
  width: 100%;
  display: block;
  position: relative;
  margin: 0px 30px 0px 0px;
}

.analyze_nav_wrapper > ul > li:last-child {
  margin-right: 0px;
}

.analyze_nav_wrapper > ul > li > a {
  text-decoration: none;
  padding: 30px 25px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid;
  border-bottom-color: transparent;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.submenu {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}

.submenu li {
  padding: 30px 25px;
  border-bottom: 1px solid #ffffff29;
}

.submenu.menu_show {
  display: block;
}

.submenu li a {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}

/**/
.book_inner {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}

.book_inner li {
  padding: 30px 25px;
  border-bottom: 1px solid #ffffff29;
}

.book_inner.menu_show {
  display: block;
}

.book_inner li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.responsive_toggle_inner {
  position: relative;
  right: 17px;
}

.responsive_toggle {
  display: none;
  position: absolute;
  top: 170px;
  right: 249px;
  cursor: pointer;
  z-index: 1;
  transform: rotate(180deg);
  background-image: url(../images/close1.svg);
  padding: 70px 23px;
  background-repeat: no-repeat;
}

.responsive_toggle i {
  color: #ffffff;
  position: relative;
  right: 16px;
}

.analyze_nav_wrapper > ul > li:hover > a {
  color: #ffffff;
  border-bottom-color: #ffffff29;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.analyze_nav_wrapper > ul > li.active > a {
  color: #ffffff;
  border-bottom-color: #ffffff29;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.search_btn {
  width: calc(100% - 50px);
  padding: 23px 0px;
  margin-right: 15px;
}

.search_btn .input-group {
  z-index: 0;
}

.search_btn .form-control {
  border-radius: 3px;
  box-shadow: none;
  border-right: none;
  background-color: #ffffff;
  padding: 0px 15px;
  height: 35px;
  border: 1px soldi #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.search_btn .btn {
  border-radius: 3px;
  border-left: none;
  background: #ffffff;
  height: 35px;
  border-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.search_btn .form-control:focus {
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: noen;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.search_btn .btn-default:hover {
  background-color: #5b1fc8;
  border-color: #5b1fc8;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.shopcart {
  padding: 0;
  font-size: 18px;

  background: #5b1fc8;
  color: #ffffff;
  margin: 23px 0px 0px 0px;
  position: relative;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.shopcart a {
  width: 100%;
  color: #ffffff;
}

.upper_tag {
  width: 22px;
  height: 22px;
  background: #5b1fc8;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  border: 2px solid #ffffff;
}

.analyze_manu_btn {
  margin-top: -45px;
  cursor: pointer;
  display: none;
}

.bar1,
.bar2,
.bar3 {
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  margin: 3px 0;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*-------------- Social Start --------------*/
.analyze_social > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.analyze_social > ul > li {
  display: inline-flex;
}

.analyze_social > ul > li > a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.analyze_social > ul > li > a:hover {
  border: 1px solid #5b1fc8;
  background-color: #5b1fc8;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/**/
.top_section {
  background: #ffffff;
  padding: 70px 0px;
}

.banner-content {
  text-align: center;
  padding: 101px 0px 0px 90px;
  position: relative;
}

.banner-content h1 {
  color: #000000;
  text-align: center;
}

.subheading {
  color: #5b1fc8;
  text-align: center;
}

/*--------------  Slider Start --------------*/

/*-------------- Service Start --------------*/
.analyze_service {
  padding: 73px 0px 69px;
  width: 100%;
  background-color: #ffffff;
}

.analyze_main_headind {
  width: 100%;
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
}

.analyze_main_headind img {
  padding-top: 10px;
}

.analyze_main_headind h4 {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 50px;
  line-height: 1.6;
}

.analyze_main_headind h1 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0px;
}

.analyze_service_slider {
  width: 100%;
}

.service_text {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 0px 30px 0px;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.service_text p {
  color: #5b1fc8;
  font-size: 16px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.service_text:hover {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.analyze_service_slider .item img {
  padding: 0px;
  /* border-radius: 4px; */
  width: auto;
  display: inline-block;
}

.analyze_service_slider .item h4 {
  margin: 30px 0px 10px 0px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.analyze_service_slider .item:hover h4 {
  color: rgb(241 77 93);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.owl-dots {
  padding-top: 35px;
}

/*-------------- About Start --------------*/
.analyze_abuot {
  background-color: #ffffff;
  width: 100%;
  padding: 73px 0px 80px;
}

.about_maindiv {
  width: 100%;
  padding-top: 0px;
}

.about_01 {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 50px 20px 50px 20px;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about_01:hover {
  transform: translateY(-5px);
}

.about_icon i {
  color: #ffffff;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  width: 50px;
  height: 50px;
  font-size: 25px;
}

.about_text {
  padding-left: 15px;
}

.about_text h4 {
  color: #ffffff;
  margin: 0;
  padding-bottom: 10px;
}

.about_text p {
  color: #ffffff;
  margin: 0;
  line-height: 1.7;
}

.readmore_btn {
  display: inline-block;
  min-width: 125px;
  color: #ffffff;
  padding: 0px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.readmore_btn:hover {
  color: #5b1fc8;
  background-color: #ffffff;
  border: 1px solid #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*-------------- Blog Start --------------*/
.home_blog {
  background-color: #ffffff;
  padding: 73px 0px 10px;
}

/*-------------- Partner Start --------------*/
.analyze_partner {
  padding: 70px 0px 63px;
  background-color: #ffffff;
}

.partner_inner_01 h4,
h3,
p {
  color: #5b1fc8;
}

.partner_inner_01 h3 {
  font-weight: 600;
  font-size: 22px;
}

.partner_inner_01 {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.partner_inner_01:hover {
  transform: translateY(-5px);
}

.partner_inner_01 p {
  margin: 0;
}

.book_section {
  display: flex;
  align-items: center;

  padding-bottom: 15px;
}

.book_image_text {
  padding-left: 20px;
}

/*Happy Customer*/
.happy_customer {
  /* background-color: rgb(200 78 113); */
  padding: 73px 0px 80px;
}

.happy_customer_slider {
  text-align: center;
  padding: 30px 30px 40px 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.happy_customer_slider:hover {
  transform: translateY(-5px);
}

.slider_icons li a:hover i {
  background-color: #5b1fc8;
}

.happy_customer_slider img {
  border-radius: 50px;
  margin-bottom: 20px;
}

.happy_customer_slider h4 {
  color: #5b1fc8;
  /* padding: 20px 0px 0px; */
  font-size: 22px;
}

.slider_icons {
  margin: 0;
  padding: 0;
}

.slider_icons li {
  display: inline-flex;
  margin-right: 12px;
}

.slider_icons li:nth-child(3) {
  margin-right: 0;
}

.slider_icons li a {
  color: #ffffff;
}

.slider_icons li a i {
  background: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: all 0.4s;
}

.top_space {
  position: relative;
  top: 16px;
}

/*happy customer*/
.question_section {
  padding: 73px 0px 80px;
  background-color: #ffffff;
}

.question_section.happy_customer {
  padding: 63px 0px 90px;
}

/* .owl-carousel .owl-item img {

    border-radius: 10px;
} */
#accordion {
  margin: auto;
  max-width: 500px;
}

.panel-heading a {
  display: block;
  position: relative;
  font-weight: bold;

  /* &::after {
		content: "";
		border: solid black;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 5px;
		position: absolute;
		right: 0;
		top: 0;
		transform: rotate(45deg);
	}

	&[aria-expanded="true"]::after {
		transform: rotate(-135deg);
		top: 5px;
	} */
}

.question_1 {
  position: relative;
  z-index: 1;
}

.question_1:before {
  position: absolute;
  content: '';
  left: -20px;
  top: 20px;
  width: 70%;
  height: 100%;
  border: 10px solid #5b1fc8;
  z-index: -1;
  border-radius: 10px;
}

.question_1 img {
  width: 100%;
  border-radius: 10px;
}

.question_1_text h2 {
  color: #000000;
  padding: 0px 0px 20px;
  margin: 0;
}

.question_1_text_inner {
  padding: 20px 0px 0px 0px;
}

.question_1_text_inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.question_1_text_inner ul li {
  padding-bottom: 10px;
}

.question_inner_1 {
  display: flex;
}

.question_1_icon i {
  color: #000000;
}

.question_1_icon_text {
  padding-left: 20px;
}

p.reach_me span {
  color: #ffffff;
}

p.reach_me {
  padding: 10px 0px 0px 0px;
}

/*-------------- Footer Start --------------*/
.analyze_footer {
  width: 100%;
  padding: 77px 0px 64px 0px;
  background: #5b1fc8;
  color: #5b1fc8;
}

.footer_widget {
  width: 100%;
}

.footer_widget_newsletter {
  width: 100%;
  text-align: left;
  position: relative;
}

.footer_widget_newsletter h4 {
  margin: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.account_details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account_details ul li {
  text-align: left;
  padding: 0px 0px 10px 77px;
}

.account_details ul li i {
  padding-left: 15px;
  transform: rotate(181deg);
}

.account_details.account_details1 ul li a:hover {
  color: #935bf9;
}

.account_details.account_details1 ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer_widget_center.footer_my_account h4 {
  color: #5b1fc8;
  margin: 0;
  padding: 0px 0px 30px;
}

.footer_widget_newsletter_search_btn .form-control {
  border-radius: 3px 0px 0px 3px;
  box-shadow: none;
  border-right: none;
  background: #ffffff;
  height: 45px;
  padding: 0px 15px;
  color: #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer_widget_newsletter_search_btn .btn {
  border-radius: 0px 3px 3px 0px;
  border-left: none;
  background: #5b1fc8;
  height: 45px;
  width: 45px;
  color: #ffffff;
  border-color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer_widget_newsletter_search_btn .form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: noen;
}

.footer_widget_newsletter_search_btn .btn-default:hover {
  background-color: #5b1fc8;
  border-color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer_widget_center {
  width: 100%;
  text-align: center;
}

.footer_widget_logo {
  margin-bottom: 25px;
  display: inline-block;
}

.footer_widget_social {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.footer_widget_social > ul {
  list-style: none;
  padding: 0px;
  display: inline-block;
  margin: 0;
}

.footer_widget_social > ul > li {
  display: inline-flex;
  margin: 3px;
}

.footer_widget_social > ul > li > a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_widget_social > ul > li > a:hover {
  border: 1px solid #5b1fc8;
  background-color: #5b1fc8;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.copy_text_center {
  width: 100%;
  padding-top: 0px;
}

.footer_widget_contact {
  width: 100%;
  text-align: right;
  position: relative;
}

.footer_widget_contact h4 {
  margin: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer_widget_contact:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 315px;
  right: 0;
  position: absolute;
  z-index: 0;
  border-bottom: 3px solid #5b1fc8;
  padding: 15px 0px;
}

.footer_widget_contact_address {
  width: 100%;
  text-align: right;
  padding-top: 35px;
}

.footer_widget_contact_address p {
  margin: 5px 0px;
}

/*-------------- Breadcrumb Start --------------*/
.analyze_pagetitle {
  width: 100%;
  background-image: (/assets/images554x270.png);
  color: #ffffff;
  padding: 157px 0px 91px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.bs-header-wrapper.bs-bg-color {
  background-color: #5b1fc8;
}
.analyze_pagetitle h2 {
  color: #ffffff;
  margin: 0px;

  padding: 0px;
  text-transform: uppercase;
}

.analyze_breadcrumb {
  padding-top: 5px;
  text-transform: uppercase;
}

.analyze_breadcrumb > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.analyze_breadcrumb > ul > li {
  display: inline-flex;
  list-style: none;
  padding-top: 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.analyze_breadcrumb > ul > li > a {
  color: #ffffff;
  padding: 0px 10px;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.analyze_breadcrumb > ul > li:hover > a {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.analyze_breadcrumb > ul > li:last-child > a {
  color: #ffffff;
  cursor: text;
}

.analyze_breadcrumb li:before {
  content: ' / ';
  position: absolute;
  margin-left: -2px;
}

.analyze_breadcrumb li:first-child:before {
  content: ' ';
}

/*-------------- Blog Page Start --------------*/
.analyze_blog_page {
  background-color: #ffffff;
  width: 100%;
  padding: 80px 0px 80px;
}

.blog_image {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_image:hover {
  transform: translateY(-5px);
}

.blog_image img {
  width: 100%;
  border-radius: 15px;
}

.blog_image .blog_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_image:hover .blog_image_overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_image .blog_image_overlay > a {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_image .blog_image_overlay > a:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_discription {
  width: 100%;
  padding: 20px 0px;
}

.blog_tags {
  width: 100%;
  padding: 0px 0px 30px 0px;
  position: relative;
  margin-bottom: 30px;
}

.blog_tags:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffffff;
  z-index: -1;
}

.blog_tags p {
  color: #ffffff;
  padding: 0px 0px 15px;
  font-weight: 600;
  margin: 0px;
}

.blog_tags ul {
  list-style: none;
  padding: 0px;
  margin: 0px;

  width: auto;
}

.blog_tags ul li {
  display: inline-flex;
  cursor: pointer;
  margin: 0px 10px;
}

.blog_tags ul li:nth-child(1) {
  margin: 0;
}

.blog_tags ul li a {
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  background-color: #5b1fc8;
  border: 1px solid #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_tags ul li:hover a {
  color: #5b1fc8;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.analyze_blog_comments {
  width: 100%;
  padding: 0px 0px 20px 0px;
}

.blog_comments_heading {
  width: 100%;
  padding: 0px 0px 20px 0px;
}

.blog_comments_heading h2 {
  color: #5b1fc8;
  width: 100%;
  margin: 0px;
  font-size: 24px;
  text-transform: capitalize;
}

.blog_comments {
  width: 100%;
  padding: 0px 0px;
}

.blog_comments h4 {
  color: #ffffff;
  width: auto;
}

.blog_comments h6 {
  color: #ffffff;
  font-style: italic;
  margin: 5px 0px 0px 0px;
}

.blog_comments p {
  width: 100%;
  margin: 0px;
}

.blog_comments a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_comments a:hover {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog_comments .media {
  padding: 10px 0px;
}

.blog_comments .media .media-left {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.blog_comments img {
  border: 1px solid #ccc;
  padding: 1px;
}

.blog_comments_second {
  width: 100%;

  padding: 10px;
}

.analyze_blog_leave_comments {
  width: 100%;
  padding: 20px 23px;
  box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
}

.blog_comments_form {
  width: 100%;
  padding-bottom: 0px;
}

.blog_comments_form input {
  width: 100%;
  height: 45px;
  padding: 0px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid rgb(4 18 45 / 32%);
  background-color: #ffffff;
}

.blog_comments_form textarea {
  width: 100%;
  padding: 15px;
  resize: none;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid rgb(4 18 45 / 32%);
  background-color: #ffffff;
}

.blog_comments_form a {
  width: auto;
  text-align: right;
  padding-top: 0px;
}

.analyze_sidebar_wrapper {
  width: 100%;
  box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
  padding: 20px 20px;
}

.widget {
  width: 100%;
}

.sidebar_search_btn {
  width: 100%;
}

.sidebar_search_btn .form-control {
  border-radius: 3px 0px 0px 3px;
  box-shadow: none;
  border-right: none;
  background-color: #ffffff;
  padding: 0px 15px;
  height: 45px;
  border: 1px solid #ffffff;
}

.sidebar_search_btn .btn {
  border-radius: 0px 3px 3px 0px;
  border-left: none;
  background-color: rgb(241 77 93);
  color: #ffffff;
  height: 45px;
  width: 45px;
  padding: 0px;
  text-align: center;
  line-height: 44px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_search_btn .form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: noen;
}

.sidebar_search_btn .btn-default:hover {
  background-color: rgb(33 33 58);
  border-color: rgb(33 33 58);
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_title {
  width: 100%;
  padding-bottom: 10px;
  margin: 0px;
  color: #5b1fc8;
  font-size: 25px;
  font-weight: 600;
}

.sidebar_categories {
  width: 100%;
  padding: 20px 0px;
}

.sidebar_categories ul {
  list-style: none;
  padding: 0px;
}

.sidebar_categories ul li {
  width: 100%;
  padding: 10px 0px;
  position: relative;
}

.sidebar_categories ul li:after {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ffffff;
  z-index: 0;
}

.sidebar_categories ul li a {
  text-decoration: none;
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_categories ul li a:hover {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_advertising {
  width: 100%;
  padding: 20px 0px;
}

.sidebar_advertising a {
  width: 100%;
}

.sidebar_social {
  width: 100%;
  padding: 20px 0px;
}

.sidebar_social_widget_tab {
  width: 100%;
  border: 1px solid #ffffff;
  padding-bottom: 20px;
}

.sidebar_social_widget_tab ul {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

.sidebar_social_widget_tab ul li {
  display: inline-flex;
  background: #5b1fc8;
}

.sidebar_social_widget_tab ul li a {
  padding: 15px 25px;
  color: #ffffff;
  font-size: 14.99px;
  font-weight: 500;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_social_widget_tab ul li.active a,
.sidebar_social_widget_tab ul li a:hover {
  color: #ffffff;
  background: none;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_social_widget_tab ul li:last-child.active a,
.sidebar_social_widget_tab ul li:last-child a:hover {
  border-right: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_social_widget_image {
  display: flex;
  width: 100%;
  padding: 10px;
}

.sidebar_social_widget_image img {
  padding-right: 15px;
  width: 80px;
  height: 70px;
}

.sidebar_social_widget_blogpost {
  position: relative;
}

.sidebar_social_widget_blogpost h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 20px;
}

.sidebar_social_widget_blogpost a {
  text-decoration: none;
  color: #5b1fc8;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_social_widget_blogpost a:hover {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_social_widget_blogpost p {
  margin: 9px 0px 0px 0px;
  font-size: 11.99px;
}

.sidebar_books {
  width: 100%;
  padding: 20px 0px;
}

.sidebar_books_maindiv {
  width: 100%;
  border: 1px solid #ffffff;
  padding: 20px 15px;
}

.sidebar_book_details {
  display: flex;
  width: 100%;
  padding: 10px 0px;
}

.sidebar_book_details img {
  padding-right: 10px;
  width: 100px;
  height: 125px;
}

.book_details h4 {
  margin: 0px 0px 15px 0px;
}

.book_details a {
  text-decoration: none;
  color: #5b1fc8;
  font-size: 15px;
}

.book_details p {
  font-size: 11.99px;
  width: 46%;
}

.book_details h3 {
  font-size: 22px;

  width: 50%;
  margin-top: 10px;
}

.stardiv.star-rating {
  width: 0;
  margin: 0;
  top: 6px;
}

/*-------------- Multi Blog Page Start --------------*/
.multiblog_wrapper {
  border-radius: 10px;
  width: 100%;
  border: 1px solid #ffffff;
  box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}

.multi_blog_social {
  width: auto;
  padding: 0;
}

.multi_blog_social ul {
  padding: 0px;
  margin: 0px;
}

.multi_blog_social ul li {
  display: inline-flex;
  list-style: none;
  cursor: pointer;
}

.multi_blog_social ul li a {
  color: #5b1fc8;
  padding: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.multi_blog_social ul li:hover a {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.multi_blog_discription {
  width: 100%;
}

.multi_blog_discription2 {
  width: 100%;
}

.multi_blog_discription2 p {
  font-style: italic;
  padding: 0;
  color: #5b1fc8;
}

.multi_blog_entry_meta {
  width: auto;
  padding: 0px;
}

.multi_blog_entry_meta ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.multi_blog_entry_meta ul li {
  display: inline-flex;
  padding-right: 15px;
}

.multi_blog_entry_meta ul li:last-child {
  padding-right: 0px;
}

.multi_blog_entry_meta a {
  color: #5b1fc8;
  text-decoration: none;
}

.multi_blog_entry_meta i {
  padding-right: 5px;
  color: #5b1fc8;
}

.multi_blog_inner {
  padding: 20px;
}

.multi_blog_heading {
  width: 100%;
  padding: 0px;
}

.multi_blog_heading h2 {
  margin: 15px 0px;

  width: 100%;
}

.multi_blog_heading h2 a {
  width: 100%;
  text-decoration: none;
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
  font-size: 25px;
}

.multi_blog_heading h2 a:hover {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.multi_blog_pagination {
  width: 100%;
  margin-bottom: 0px;
}

.multi_blog_pagination ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.multi_blog_pagination ul li {
  background: #5b1fc8;
  border: 1px solid #5b1fc8;
  padding: 0px 15px;
  margin: 0px 5px;
  height: 45px;
  line-height: 32px;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-flex;
}

.multi_blog_pagination ul li a {
  text-decoration: none;
  padding: 5px;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.multi_blog_pagination ul li:hover {
  background: #ffffff;
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.multi_blog_pagination ul li:hover a {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*-------------- Gallery Page Start --------------*/
.analyze_gallery_page {
  background-color: #5b1fc8;
  width: 100%;
}

.gallery_maindiv {
  width: 100%;
  padding: 80px 0px;
}

.gallery_images {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_images:hover {
  transform: translateY(-5px);
}

.gallery_images img {
  width: 100%;
  border-radius: 3px;
}

.gallery_images:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.52);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_images:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_social {
  width: 100%;
  position: absolute;
  top: 15%;
  right: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_social ul {
  list-style: none;
  padding: 0;
}

.gallery_social ul li {
  padding: 10px 0px 10px 5px;
  margin: 10px 0px;
  border-radius: 3px 0px 0px 3px;
  background-color: rgba(255, 255, 255, 0.78);
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_social ul li:hover {
  padding: 10px 0px 10px 5px;
  margin: 10px 0px;
  background-color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_social ul li a {
  padding: 10px;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_social ul li a:hover {
  padding: 10px;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_images:hover .gallery_social {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.gallery_text {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -40px;
  background: rgba(255, 255, 255, 0.78);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_text h4 a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_text h4 a:hover {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_images:hover .gallery_text {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery_pagination {
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}

.gallery_pagination ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.gallery_pagination ul li {
  display: inline-flex;
  background: #5b1fc8;
  border: 1px solid #5b1fc8;
  padding: 0px 15px;
  margin: 0px 5px;
  height: 45px;
  line-height: 31px;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_pagination ul li a {
  text-decoration: none;
  padding: 5px;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_pagination ul li:hover {
  background: #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery_pagination ul li:hover a {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.view:hover .mask h5 {
  color: #ffffff;
}
/*-------------- Book Page Start --------------*/
.analyze_book_page {
  width: 100%;
  background-color: #ffffff;
}

.book_maindiv {
  width: 100%;
  padding: 70px 0px;
}

.book_images {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_images:hover {
  transform: translateY(-5px);
}

.book_images img {
  width: 100%;
  border-radius: 3px;
}

.book_images:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.52);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_images:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_social {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0%;
  left: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_social ul {
  list-style: none;
  padding: 0;
}

.book_social ul li {
  margin: 10px 0px;
  background-color: rgba(255, 255, 255, 0.78);
  border-radius: 3px 0px 0px 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0px;
}

.book_social ul li:hover {
  background-color: rgb(241 77 93);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_social ul li:hover a {
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_social ul li a {
  padding: 10px;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_images:hover .book_social {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.book_text {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -40px;
  background: #5b1fc8;
  padding: 11px 0px 5px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.book_text h3 a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_text h3 a:hover {
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_text span {
  width: 60%;
  padding: 0px 10px;
}

.book_text span h5 {
  text-decoration: line-through;
  padding: 0px 10px;
  font-size: 15px;
}

.book_text span p {
  padding: 6px 0px;
  color: #5b1fc8;
  font-weight: 600;
}

.stardiv1 {
  width: 30%;
  margin: 10px !important;
}

.book_images:hover .book_text {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------- Contact Page Start --------------*/
.analyze_contact_page {
  background-color: #ffffff;
  width: 100%;
}

.analyze_contact_page iframe {
  width: 100%;
  height: 600px;
  border: 0px;
}

.contact_heading {
  width: 100%;
  text-align: center;
  padding: 67px 0px 35px;
  margin: 0px;
}
.contact_infobox {
  width: 100%;
  padding: 40px 0px 50px 0px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
}

.contact_infobox ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.contact_infobox ul li {
  text-align: center;
}

.contact_infobox p {
  color: #5b1fc8;
}

.contact_infobox ul li i {
  margin-bottom: 20px;
  color: #5b1fc8;
  border: 1px dashed #5b1fc8;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 79px;
  border-radius: 100%;
  font-size: 36px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact_infobox ul li:hover i {
  color: #ffffff;
  background-color: rgb(241 77 93);
  border: 1px solid rgb(241 77 93);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.analyze_main_headind.bs-contact-text h1 {
  padding-top: 25px;
  padding-bottom: 0;
  margin-top: 88px;
}
.contact_infobox ul li p {
  margin: 0px;
}
.contact_mailbox {
  width: 100%;
  text-align: center;
  padding: 0px 22px 34px 22px;
  margin-bottom: 80px;
  box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
}
.contact_us_form {
  width: 100%;
  padding-bottom: 0px;
}
.contact_us_form input {
  background-color: #ffffff;
  width: 100%;
  height: 45px;
  padding: 0px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #5b1fc896;
}
.contact_us_form textarea {
  background-color: #ffffff;
  width: 100%;
  padding: 15px;
  resize: none;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #5b1fc89c;
}
.contact_us_form a {
  width: auto;
  text-align: right;
  padding-top: 0px;
}
.bs-contact-text h4 {
  padding-bottom: 25px;
}
.bs-contact-text h1 {
  margin-bottom: 34px;
}
/*-------------- About Us Page Start --------------*/
.analyze_abuot_page {
  width: 100%;
  padding: 0px 0px 80px;
  background-color: #ffffff;
}
.analyze_abuot_page.our_book {
  padding: 73px 0px 85px;
}
.about_quote {
  display: flex;
  width: 100%;
  padding: 50px;
  margin: 40px 0px 0px 0px;
  background-color: #ffffff;
  border-top: 1px solid #5b1fc8;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 30px -15px #000000;
  -moz-box-shadow: 0px 10px 30px -15px #000000;
  -o-box-shadow: 0px 10px 30px -15px #000000;
  -ms-box-shadow: 0px 10px 30px -15px #000000;
  box-shadow: 0px 10px 30px -15px #000000;
}

.about_quote blockquote {
  width: calc(100% - 80px);
  border: none;
  font-size: 18px;
  padding: 0px 0px 0px 15px;
  position: relative;
  margin: 0px;
  padding-left: 30px;
}

.about_quote blockquote p {
  font-style: italic;
  margin: 0px;
}

.about_quote blockquote p span {
  font-size: 30px;
  line-height: 20px;
}

.about_quote_img {
  width: 80px;
  text-align: center;
}

.about_quote_img p {
  font-size: 12px;
  margin: 0px;
  color: #5b1fc8;
}
.about_quote_img img {
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}
.analyze_abuot_page2 {
  width: 100%;
  margin: 70px 0px 70px 0px;
  padding: 100px 0px;
  text-align: center;
  background-image: url(https://via.placeholder.com/1600x221.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.second_wraper_img {
  width: 100%;
  min-height: 60px;
}
.second_wraper_text {
  width: 100%;
  margin-top: 15px;
}
.second_wraper_text p {
  width: 100%;
  color: #ffffff;
  margin: 0px;
  font-weight: 500;
  font-size: 24px;
}
.analyze_client_wraper {
  width: 100%;
  padding: 73px 0px 50px;
  background-color: #ffffff;
}
.view {
  width: 100%;
  /* border: 1px solid #ffffff; */
  margin: 0px 0px 30px 0px;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.view_img {
  position: relative;
  overflow: hidden;
}
.view_img:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.view_img:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.view:hover {
  transform: translateY(-5px);
}
.view img {
  width: 100%;
  border-radius: 3px 3px 0px 0px;
}
.view:hover .mask {
  background-color: #5b1fc8;
}
.view:hover .mask h4 {
  color: #ffffff;
}
.mask {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 0px 0px 11px 11px;
  transition: all 0.3s linear;
}
.mask h4 {
  color: #5b1fc8;
  text-align: center;
  text-transform: capitalize;
}
.mask h5 {
  text-align: center;
  font-weight: 400;
  color: #6e6d6d;
  font-size: 15px;
  text-transform: capitalize;
}
.author_img img {
  border-radius: 10px;
}
.about_social {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.about_social ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.about_social ul li {
  display: inline-flex;
  cursor: pointer;
  margin: 0px 10px;
}

.about_social ul li a {
  color: rgb(241 77 93);
  padding: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about_social ul li:hover a {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*-------------- Book Inside Page Start --------------*/
.analyze_book_inside {
  background-color: #ffffff;
  width: 100%;
  padding: 80px 0px 0px;
}
.book_inside_img {
  width: 100%;
  border: 1px solid #ffffff;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.book_inside_img img {
  width: 100%;
  border-radius: 3px;
}
.book_price {
  width: 100%;
}
.book_price h3 {
  margin: 0px 0px 10px 0px;
}
.book_price .bookrating {
  margin-right: 10px;
}
.book_price .price span {
  font-weight: 600;
  color: #5b1fc8;
}
.book_discription {
  width: 100%;
  padding: 20px 0px;
}
.book_discription ul {
  list-style: none;
  padding: 0px;
}
.book_discription ul li {
  width: 100%;
  padding: 5px 0px;
}
.book_discription ul li i {
  padding-right: 10px;
  color: #5b1fc8;
}
.book_discription ul li a {
  text-decoration: none;
  color: #5b1fc8;
}

.book_buy_share {
  width: 100%;
  padding: 10px 0px;
}

.addto_btn {
}

.addto_btn a {
  text-decoration: none;
  font-weight: 400;
}

.addto_btn input[type='button'] {
  color: #ffffff;
  padding: 10px 25px;
  font-size: 14.4px;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.addto_btn input[type='button']:hover {
  color: #ffffff;
  background: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.bookinside_social {
  width: 80%;
}

.bookinside_social ul {
  list-style: none;
  padding: 0px;
}

.bookinside_social ul li {
  padding: 10px 0px;
  display: inline-flex;
}

.bookinside_social ul li a {
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.bookinside_social ul li a :hover {
  color: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.bookinside_social p {
  padding: 10px;
  margin: 0px;
  font-weight: 600;
  color: #ffffff;
}

.book_tab {
  width: 100%;
  padding: 30px 0px 0px 0px;
}

.book_tab .nav-tabs > li > a {
  line-height: 1.42857143;
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-right: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_tab .nav-tabs > li > a:hover,
.book_tab .nav-tabs > li.active > a {
  color: #ffffff;
  border-bottom-color: transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_tab .tab-content {
  width: 100%;
  border: 1px solid #ffffff;
  border-top: 0px;
  padding: 25px;
}

.book_slider_wraper {
  width: 100%;
}

.book_slider {
  width: 100%;
  padding: 70px 0px;
  position: relative;
}

.book_slider .owl-dots {
  display: none;
}

.book_slider .owl-nav .owl-prev {
  position: absolute;
  top: 130px;
  left: -100px;
  border: 1px solid #d2d2d2;
  background: #ffffff;
  color: #ffffff;
  padding: 0px 10px;
  border-radius: 0px;
  font-size: 25px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_slider .owl-nav .owl-prev:hover {
  color: #ffffff;
  background: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_slider .owl-nav .owl-next {
  position: absolute;
  top: 130px;
  right: -100px;
  border: 1px solid #d2d2d2;
  background: #ffffff;
  color: #ffffff;
  padding: 0px 10px;
  border-radius: 0px;
  font-size: 25px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.book_slider .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about_slider {
  width: 100%;
  padding: 0px 0px;
  position: relative;
}

.about_slider .owl-theme .owl-dots {
  display: none;
}

.about_slider .owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.about_slider .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  border-left: 2px solid #ffffff;
  background: #ffffff;
  color: #5b1fc8;
  padding: 0px 0px;
  border-radius: 50px;
  font-size: 18px;
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 49px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about_slider .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  border-right: 2px solid #ffffff;
  background: #ffffff;
  color: #5b1fc8;
  padding: 0px 0px;
  border-radius: 50px;
  font-size: 18px;
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 49px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about_slider .owl-theme .owl-nav .owl-next:hover,
.about_slider .owl-theme .owl-nav .owl-prev:hover {
  color: #ffffff;
  border: 2px solid #5b1fc8;
  border-top: 0px;
  border-bottom: 0px;
  background: #5b1fc8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*-------------- Cart Css Start --------------*/
.analyze_cart_page {
  background-color: #ffffff;
  width: 100%;
  padding: 80px 0px;
}

.analyze_cart_table {
  width: 100%;
}

.analyze_cart_table table tr th {
  color: #ffffff;
  font-weight: 500;
}

.analyze_cart_table table tr th,
.analyze_cart_table table tr td {
  text-align: center;
  border: 1px solid #ffffff !important;
  padding: 10px;
  color: #5b1fc8;
  vertical-align: middle;
  text-transform: capitalize;
}

.analyze_cart_table table tr td input {
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 5px 0px 5px 10px;
  height: 45px;
  background: transparent;
}

.analyze_cart_table table tr td a.remove {
  display: inline-block;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #5b1fc8;
  font-weight: 600;
  font-size: 15px;
}

form.form-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.analyze_coupon_code {
  width: 100%;
  text-align: left;
}

.analyze_update_btn {
  width: 100%;
  text-align: right;
}

.cart_totals {
  width: 100%;
}

.cart_totals h4 {
  color: #5b1fc8;
}

.cart_totals table tr th {
  color: #ffffff;
  font-weight: 500;
}

.cart_totals table tr th,
.cart_totals table tr td {
  text-align: left;
  border: 1px solid #ffffff !important;
  padding: 10px;
  color: #5b1fc8;
  vertical-align: middle;
  text-transform: capitalize;
}

.analyze_proceed_to_heckout {
  width: 100%;
  text-align: right;
}

/*-------------- Checkout Css Start --------------*/
.analyze_checkout_page {
  background-color: #ffffff;
  width: 100%;
  padding: 70px 0px;
}

.analyze_checkout_wrapper {
  width: 100%;
}

.analyze_checkout_wrapper .checkout_heading {
  color: #5b1fc8;
  width: 100%;
  text-transform: capitalize;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: 600;
}

.analyze_checkout_wrapper label {
  color: #5b1fc8;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}

.analyze_checkout_wrapper input[type='text'],
.analyze_checkout_wrapper select {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0px 10px;
  margin-bottom: 15px;
  border: 1px solid #5b1fc852;
  border-radius: 3px;
  background: #ffffff;
}

.place_oerder_btn {
  width: 100%;
  text-align: right;
}

.woocommerce-checkout-payment ul.payment_methods.methods {
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding-bottom: 30px;
}

.woocommerce-checkout-payment ul.payment_methods.methods li {
  width: 100%;
  list-style: none;
  padding: 20px 0px;
  border-bottom: 1px solid #ffffff;
  font-weight: 400;
  color: #ffffff;
}

.woo-cart-table .payment_methods img {
  width: auto;
  height: auto;
  padding-top: 14px;
}

.payment_box {
  display: none;
}

.payment_box p {
  font-weight: normal;
  padding: 10px 0px;
}

.ed_rate {
  width: 30px;
}

.custom-checkbox {
  width: 25px;
  position: relative;
}

.custom-checkbox input[type='checkbox'],
.custom-checkbox input[type='radio'] {
  visibility: hidden;
}

.custom-checkbox input[type='checkbox']:checked + label:after,
.custom-checkbox input[type='radio']:checked + label:after {
  opacity: 1;
}

/*-------------- Responsive Css Start --------------*/

@media (max-width: 1500px) {
  .left_sidebar {
    width: 100%;
  }

  .right_sidebar {
    right: -250px;
  }

  .right_sidebar.toggle_show {
    right: 0;
  }

  .question_1:before {
    border: none;
  }

  .responsive_toggle {
    display: block;
  }

  .right_sidebar.toggle_show .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 5px);
    -moz-transform: rotate(-45deg) translate(-10px, 5px);
    -o-transform: rotate(-45deg) translate(-10px, 5px);
    -ms-transform: rotate(-45deg) translate(-10px, 5px);
    transform: rotate(-42deg) translate(-9px, 4px);
  }

  .right_sidebar.toggle_show .bar2 {
    display: none;
  }

  .right_sidebar.toggle_show .bar3 {
    -webkit-transform: rotate(50deg) translate(0px, 5px);
    -moz-transform: rotate(50deg) translate(0px, 5px);
    -o-transform: rotate(50deg) translate(0px, 5px);
    -ms-transform: rotate(50deg) translate(0px, 5px);
    transform: rotate(50deg) translate(0px, 6px);
  }
}

@media (max-width: 1200px) {
  .top_space {
    padding-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .blog_posts_details {
    padding: 20px 0px;
  }

  .analyze_slider_wrapper .carousel-caption .slider_text h1 {
    font-size: 34.81px;
    margin: 5px 0px;
  }

  .analyze_slider_wrapper .carousel-caption .slider_text h4 {
    padding: 4px 10px;
    margin: 5px 0px;
    font-size: 14.19px;
    width: 84%;
  }

  .analyze_slider_wrapper .carousel-caption .slider_text p {
    font-size: 15px;
    width: 100%;
  }

  .analyze_slider_wrapper .carousel-caption .slider_btn {
    width: 20%;
    height: 15%;
    top: 76%;
  }

  .analyze_slider_wrapper .carousel-caption .slider_uper_img {
    left: 67%;
  }

  .analyze_nav_wrapper > ul > li {
    margin: 0px 10px 0px 10px;
  }

  .footer_widget_contact:after {
    left: 180px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .analyze_logo {
    width: 50%;
  }

  .analyze_social {
    width: 50%;
  }

  .service_discription {
    padding: 40px 60px 0px 60px;
  }

  .analyze_service_slider .owl-theme .owl-nav .owl-prev {
    top: 0px;
    font-size: 15px;
  }

  .analyze_service_slider .owl-theme .owl-nav .owl-next {
    top: 0px;
    font-size: 15px;
  }

  .footer_widget_newsletter:after {
    left: 250px;
    right: 250px;
  }

  .footer_widget_contact {
    text-align: center;
  }

  .footer_widget_contact:after {
    left: 250px;
    right: 250px;
  }

  .footer_widget_contact_address {
    text-align: center;
  }

  .blog_posts_details {
    padding: 20px 0px;
  }

  .analyze_nav_wrapper_i2 > ul {
    width: 100%;
  }

  .analyze_nav_wrapper_i2 > ul > li {
    width: 100%;

    margin: 0px;
  }

  .analyze_nav_wrapper_i2 > ul > li > a:after {
    display: none;
  }

  .analyze_nav_wrapper_i2 > ul > li > a {
    padding: 10px;
  }

  .analyze_nav_wrapper_i2 > ul > li.active > a {
    border-bottom: none;
  }

  .analyze_nav_wrapper_i2 > ul > li > ul,
  .analyze_nav_wrapper_i2 > ul > li > ul.sub-menu {
    position: relative;
    width: 100%;

    margin: 0px;
  }

  .analyze_nav_wrapper_i2 > ul > li > a {
    border-bottom: none;
    border-bottom-color: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .analyze_nav_wrapper_i2 > ul > li > a:hover {
    background: #ffffff;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .analyze_nav_wrapper_i2 > ul > li.active > a:before {
    border-left: none;
    border-right: none;
    border-bottom: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .analyze_nav_wrapper_i2 > ul > li:hover > a:before {
    border-left: none;
    border-right: none;
    border-bottom: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .analyze_social_i2 {
    text-align: center;
  }

  .analyze_social_i2 > ul {
    display: inline-block;
  }

  .analyze_partner_i2_img ul li {
    padding: 20px 40px;
  }
}

@media (max-width: 991px) {
  .book_section {
    display: block;
    text-align: center;
  }

  .partner_inner_01 p {
    text-align: center;
  }

  .top_space_30 {
    margin-top: 30px;
  }

  .author_img img {
    width: 100%;
  }

  .account_details ul li {
    padding: 0px 0px 18px 0px;
  }

  .footer_widget_center {
    text-align: left;
  }

  .footer_widget_center.footer_my_account h4 {
    padding: 30px 0px 30px;
  }
}

@media (max-width: 767px) {
  .gallery_pagination {
    display: none;
  }

  .analyze_main_headind h1 {
    font-size: 25px;
  }

  .top_space_40 {
    margin-top: 40px;
  }

  .about_quote {
    display: block;
    padding: 31px 0px 0px 0px;
  }

  .about_quote_img {
    width: 100%;
    padding-bottom: 25px;
  }

  .about_quote blockquote {
    width: 100%;
    padding: 0px 10px 35px;
  }
}

@media (max-width: 580px) {
  .owl-nav {
    display: none;
  }

  /* .analyze_abuot_page {
		padding-bottom: 0;
	} */

  .analyze_abuot_page2 {
    padding: 55px 0px 39px;
  }

  .analyze_book_inside {
    padding: 50px 0px 30px;
  }

  .gallery_maindiv {
    padding: 52px 0px 30px;
  }

  .analyze_blog_page {
    padding: 55px 0px 40px;
  }

  .multiblog_wrapper {
    margin-bottom: 0;
  }

  .blog_tags {
    margin-bottom: 0;
    padding: 0;
  }

  .analyze_cart_page {
    padding: 55px 0px 55px;
  }

  .contact_heading {
    padding: 40px 0px 0;
  }

  .analyze_main_headind h4 {
    padding-bottom: 20px;
  }

  .contact_infobox {
    padding: 0px 0px 32px 0px;
  }

  .contact_mailbox {
    padding: 0px 0px 50px 0px;
  }
}

@media (max-width: 480px) {
  .analyze_nav_wrapper > ul {
    width: 100%;
  }

  .about_01 {
    display: block;
    text-align: center;
  }

  .about_icon i {
    margin: auto;
  }

  .about_text {
    margin-top: 25px;
  }

  .book_image {
    padding-bottom: 10px;
  }

  .partner_inner_01 p {
    text-align: center;
  }

  .service_discription {
    padding: 40px 60px 0px 60px;
  }

  .analyze_logo {
    text-align: center;
    padding: 20px 0px;
  }

  .analyze_social {
    text-align: center;
    padding: 0px 0px 10px 0px;
    width: 100%;
  }

  .analyze_social > ul {
    display: inline-block;
  }

  .analyze_slider_wrapper .carousel-indicators li {
    width: 5px;
    height: 5px;
    margin: 0px;
  }

  .analyze_slider_wrapper .carousel-indicators {
    bottom: -10px;
  }

  .analyze_slider_wrapper .carousel-indicators .active {
    width: 5px;
    height: 5px;
    margin: 0px;
  }

  .analyze_service_slider .owl-theme .owl-nav .owl-prev {
    top: 0px;
    font-size: 15px;
  }

  .analyze_service_slider .owl-theme .owl-nav .owl-next {
    top: 0px;
    font-size: 15px;
  }

  .analyze_main_headind h1 {
    font-size: 21.99px;
  }

  .analyze_main_headind h4 {
    font-size: 15px;
  }

  .analyze_service_slider #thumbnails .item img {
    padding: 18px;
  }

  .author_quote p {
    padding: 10px 22px;
  }

  .blog_posts_details a {
    margin: 5px 0px;
  }

  .footer_widget_social {
    padding-left: 0px;
  }

  .footer_widget {
    margin-bottom: 20px;
  }

  .about_maindiv {
    padding-top: 0px;
  }

  /* .analyze_pagetitle {
		padding: 20px 0px;
	} */

  .analyze_pagetitle h2 {
    width: 100%;
    text-align: center;
  }

  .about_quote_img {
    width: 100%;
  }

  .analyze_breadcrumb {
    width: 100%;
    text-align: center;
  }

  .second_wraper_text {
    margin-bottom: 20px;
  }

  .analyze_breadcrumb ul {
    display: inline-block;
    padding: 0px;
  }

  .about_slider .owl-nav .owl-prev {
    bottom: -50px;
    left: 0px;
    top: 330px;
  }

  .about_slider .owl-nav .owl-next {
    bottom: -50px;
    right: 0px;
    top: 330px;
  }

  .book_slider .owl-nav .owl-prev {
    bottom: -38px;
    left: 3px;
    top: 333px;
  }

  .book_slider .owl-nav .owl-next {
    bottom: -38px;
    right: 3px;
    top: 333px;
  }

  .gallery_pagination ul li {
    padding: 8px 10px;
  }

  .bookinside_social {
    width: 100%;
    padding: 20px 0px;
  }

  .gallery_social {
    top: 2%;
  }

  .block_heading {
    width: 100%;
  }

  .blog_posts_details {
    padding: 15px 0px;
  }

  .multi_blog_entry_meta {
    width: 100%;
  }

  .multi_blog_social {
    width: 100%;
    text-align: center;
  }

  .multi_blog_social ul {
    display: inline-block;
  }

  .multi_blog_pagination ul li {
    padding: 8px 8px;
  }

  .multi_blog_entry_meta ul li {
    margin: 5px 0px;
  }

  .blog_entry_meta {
    width: 100%;
  }

  .bookinside_social p {
    padding: 10px 0px;
  }

  .analyze_slider_wrapper .slider_text h1 {
    font-size: 11.81px !important;
    margin: 0px 0px 3px 0px !important;
  }

  .analyze_slider_wrapper .slider_text h4 {
    margin: 2px 0px !important;
    font-size: 9.19px !important;
    width: 100% !important;
    padding: 1px 5px !important;
  }

  .analyze_slider_wrapper .slider_btn {
    width: 30% !important;
    height: 22% !important;
    font-size: 9px !important;
    top: 96% !important;
  }

  .analyze_slider_wrapper .slider_text p {
    font-size: 8px !important;
    width: 100% !important;
  }

  .slider_uper_img {
    left: 70% !important;
  }

  .blog_quote_style2 blockquote {
    padding: 10px 20px;
    width: 100%;
  }

  .blog_quote_img {
    width: 100%;
  }

  .blog_tags p {
    padding: 15px 0px;
  }

  .blog_tags ul li {
    margin: 14px 10px;
  }

  .sidebar_social_widget_tab ul li a {
    padding: 10px 10px;
  }

  .book_details h4 {
    margin-bottom: 5px;
  }

  .book_details p {
    width: 55%;
  }

  .stardiv {
    margin: 0px !important;
  }

  .blog_social {
    text-align: center;
  }

  .blog_social ul {
    display: inline-block;
  }

  .contact_infobox {
    padding: 20px 0px;
  }

  .contact_infobox ul li {
    width: 100%;
  }

  .input_style02 {
    width: 100%;
  }

  .footer_widget_newsletter {
    text-align: center;
  }

  .footer_widget_newsletter_search_btn {
    width: 100%;
  }

  .footer_widget_newsletter:after {
    left: 100px;
    right: 100px;
  }

  .footer_widget_contact {
    text-align: center;
  }

  .footer_widget_contact:after {
    left: 100px;
    right: 100px;
  }

  .footer_widget_contact_address {
    text-align: center;
  }

  .analyze_nav_wrapper_i2 > ul {
    width: 100%;
  }

  .analyze_nav_wrapper_i2 > ul > li {
    width: 100%;

    margin: 0px;
  }

  .analyze_nav_wrapper_i2 > ul > li > a:after {
    display: none;
  }

  .analyze_nav_wrapper_i2 > ul > li > a {
    padding: 10px;
  }

  .analyze_nav_wrapper_i2 > ul > li.active > a {
    border-bottom: none;
  }

  .analyze_nav_wrapper_i2 > ul > li > ul,
  .analyze_nav_wrapper_i2 > ul > li > ul.sub-menu {
    position: relative;
    width: 100%;

    margin: 0px;
  }

  .analyze_nav_wrapper_i2 > ul > li > a {
    border-bottom: none;
    border-bottom-color: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .analyze_nav_wrapper_i2 > ul > li > a:hover {
    background: #ffffff;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .analyze_nav_wrapper_i2 > ul > li.active > a:before {
    border-left: none;
    border-right: none;
    border-bottom: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .analyze_nav_wrapper_i2 > ul > li:hover > a:before {
    border-left: none;
    border-right: none;
    border-bottom: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .analyze_social_i2 {
    text-align: center;
  }

  .analyze_social_i2 > ul {
    display: inline-block;
  }

  .analyze_partner_i2_img ul li {
    padding: 20px 40px;
  }
}

/* nav bar css start */
.bs-header-wrapper {
  padding: 20px 82px 20px 129px;
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
}
.bs-nav-menu > ul > li > a {
  color: #ffffff;
  font-size: 20px;
}
.bs-menu-wrapper {
  display: flex;
  align-items: center;
  line-height: 2.1;
  justify-content: flex-end;
}
.bs-nav-menu > ul > li {
  display: inline-block;
  padding: 0 20px;
}
.bs-banner-section {
  background-image: url(https://i.postimg.cc/VkcBRjb0/1380x727.jpg);
  background-size: cover;
  padding: 115px 0px 373px 33px;
  position: relative;
  z-index: 0;
  height: 80vh;
}
.banner-content h1 {
  text-align: left !important;
  padding-bottom: 15px;
  max-width: 580px;
  width: 100%;
}
.banner-content p {
  text-align: left;
  max-width: 510px;
  width: 100%;
}
.bs-btn {
  max-width: 161px;
  width: 100%;
  padding: 12px 0;
  border: 1px solid transparent;
  border-radius: 25px;
  transition: all 0.3s linear;
  margin-top: 30px;
  background-color: #5b1fc8;
}
.bs-btn:hover {
  border: 1px dashed #5b1fc8;
  background-color: white;
}
.bs-btn:hover a {
  color: #5b1fc8;
}
.bs-btn.bs-btn-now:hover {
  background-color: white;
  border: 1px dashed #5b1fc8;
}
.bs-flex-btn {
  display: flex;
  align-items: center;
}
.bs-btn.bs-btn-now {
  background-color: #5b1fc8;
  margin-left: 35px;
}
.bs-btn a {
  color: #ffff;
}
.analyze_main_headind.bs-main_headind h1 {
  color: rgb(241 77 93);
}
.analyze_main_headind.bs-main_headind h4 {
  color: #5b1fc8;
}
.blog_main_inner.top_space_30 {
  margin-bottom: 70px;
}
.bs-main-cls h3 {
  font-size: 20px;
  color: #fff;
}
.bs-main-cls p {
  color: #fff;
}
.blog_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5b1fc87a;
  border-radius: 14px;
  opacity: 0;
  transition: all 0.3s;
}
.bs-main-cls {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.bs-main-cls i {
  color: white;
}
.blog_image:hover::before {
  opacity: 1;
}
.blog_image:hover .bs-main-cls {
  opacity: 1;
  bottom: 116px;
}
.bs-box1 i {
  font-size: 50px;
  color: #5b1fc8;
  padding-bottom: 20px;
}
.bs-text-heading h1 {
  color: #5b1fc8;
  font-size: 46px;
  padding-bottom: 17px;
}
.bs-box1 {
  /* background-image:url(../images/small_shape.png); */
  background-color: #f9f8f8;
  background-repeat: no-repeat;
  text-align: center;
  padding: 33px 9px 33px 17px;
}
.bs-box1 p {
  color: #5b1fc8;
}
.bs-box1 h3 {
  color: #5b1fc8;
}
.bs-box1 h3 {
  padding: 12px 0px 12px 0px;
}
.bs-text-heading p {
  font-size: 15px;
  max-width: 620px;
  width: 100%;
}
.bs-text-heading {
  padding-bottom: 20px;
}
.bs-book-img img {
  width: 309px;
}
.bs-book-img {
  text-align: center;
}

.happy_customer {
  position: relative;
}

.happy_customer {
  z-index: 0;
  background-color: #ffffff;
}
/* .happy_customer::before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #5b1fc8a1;
	top: 0;
	z-index: -1;
} */

.bs-gallery img {
  width: 100%;
}

.bs-footer-widget-center ul {
  margin-top: 32px;
  padding-left: 0px;
}

.bs-footer-widget-center ul li {
  display: inline-block;
  padding-top: 8px;
  padding-right: 5px;
}

.bs-footer-widget-center h4 {
  color: #5b1fc8;
}

.footer_widget_newsletter_search_btn p {
  color: #ffffff;
}

.bs-copyright-wrapper {
  padding: 12px 0;
  background-color: #5b1fc8;
  text-align: center;
}

.bs-copyright-text p {
  margin: 0;
  color: #ffffff;
}

/* btn hover  */
/* Top and Bottom borders come in */
.bs-nav-menu > ul > li {
  position: relative;
}

.bs-nav-menu > ul > li:before,
.bs-nav-menu > ul > li:after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}

.bs-nav-menu > ul > li:before {
  top: 0px;
  transform: translateY(-10px);
}

.bs-nav-menu > ul > li:after {
  bottom: 0px;
  transform: translateY(10px);
}

.bs-nav-menu > ul > li:hover:before,
.bs-nav-menu > ul > li:hover:after {
  opacity: 1;
  transform: translateY(0px);
}

/* btn hover   end*/
/* .item
{
	border: 2px dashed transparent;
}
.item:hover {
    border: 2px dashed #5b1fc8;
    border-radius: 30px;
} */
.service_text {
  position: relative;
}

.service_text::before {
  position: absolute;
  content: '';
  border: 2px dashed #5b1fc8;
  border-radius: 30px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

.service_text:hover::before {
  opacity: 1;
}

.service_text:hover img {
  animation: zoom-fade 2s infinite linear;
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5b1fc8;
  width: 20px;
}

.water {
  max-width: 600px;
  height: 500px;
  position: relative;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-radius: 30px;
  margin: 0 auto;
}

.fish {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(50px);
  -moz-transform: translate(-50%, -50%) translateZ(50px);
  -ms-transform: translate(-50%, -50%) translateZ(50px);
  -o-transform: translate(-50%, -50%) translateZ(50px);
  transform: translate(-50%, -50%) translateZ(50px);
}

@media (max-width: 768px) {
  .water {
    height: 300px;
  }

  .fish {
    max-width: 60%;
  }
}

.bs-gallery {
  position: relative;
  overflow: hidden;
}

/* .bs-gallery::before,  */
.overlay {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgb(137 60 84 / 42%);
  opacity: 0;
  transition: all 0.3s linear;
}

/* .bs-gallery:hover::before,  */
.bs-gallery:hover .overlay {
  opacity: 1;
}

.bs-nav-menu ul {
  margin: 0;
}

.author_img img {
  width: 100%;
}

.analyze_main_headind.bs-our-book h1 {
  color: #5b1fc8;
}

.analyze_main_headind.bs-our-book h4 {
  color: #5b1fc8;
}

.about_social ul li {
  background-color: #ffffff;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.analyze_main_headind.bs-book-box h1 {
  color: #5b1fc8;
}

.analyze_main_headind.bs-book-box h4 {
  color: #5b1fc8;
}

.bs-gallery-wrapper {
  padding: 44px 0px 44px 0px;
}

.bs-gallery.bs-gallery-section {
  padding: 22px 0px 0px 0px;
}

.bs-gallery.bs-gallery-section img {
  border-radius: 20px;
}

.bs-nav-menu > ul > li {
  position: relative;
}

ul.bs-sub-menu {
  position: absolute;
  width: 150px;
  top: 60px;
  left: 0;
  z-index: 12;
  border-width: 0;
  border-bottom-width: 3px;
  border-style: solid;
  border-color: #5b1fc8;
  text-align: left;
  background-color: #fff;
  list-style-type: none;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.bs-nav-menu > ul > li:hover .bs-sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

/*---- responsive css start ------*/
.bs-toggle {
  display: none;
}
.bs-toggle span {
  height: 3px;
  width: 30px;
  margin-top: 4px;
  background-color: rgb(241 77 93);
  display: block;
  transition: all 0.3s linear;
}
.bs-toggle span:nth-child(2) {
  width: 20px;
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bs-toggle {
  display: block;
  cursor: pointer;
}
.bs-nav-menu > ul {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(1, 1.5, 0, 0.8);
  -moz-transition: all 0.5s cubic-bezier(1, 1.5, 0, 0.8);
  transition: all 0.5s cubic-bezier(1, 1.5, 0, 0.8);
  z-index: 100;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bs-open-toggle .bs-nav-menu > ul {
  visibility: visible;
  opacity: 1;
}
.bs-nav-menu > ul > li {
  padding: 7px 22px;
}
.second_wraper_text p {
  font-size: 20px;
}
.multi_blog_pagination {
  margin-bottom: 38px;
}
.bs-menu-overlay {
  position: fixed;
  height: 4500px;
  width: 4500px;
  top: -2191px;
  right: -2157px;
  background: rgb(33, 33, 58);
  /* rgb(33 33 58 / 92%) */
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bs-open-toggle .bs-menu-overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bs-open-toggle .bs-toggle span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 8px);
  -moz-transform: rotate(-45deg) translate(-5px, 8px);
  -ms-transform: rotate(-45deg) translate(-5px, 8px);
  transform: rotate(-45deg) translate(-5px, 8px);
}
.bs-open-toggle .bs-toggle span:nth-child(2) {
  opacity: 0;
}
.bs-open-toggle .bs-toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-1px, -5px);
  -moz-transform: rotate(45deg) translate(-1px, -5px);
  -ms-transform: rotate(45deg) translate(-1px, -5px);
  transform: rotate(45deg) translate(-1px, -5px);
}

@media only screen and (max-width: 1196px) {
  .bs-nav-menu > ul > li {
    padding: 0 10px;
  }

  .about_social ul li {
    margin: 0px 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .about_social ul li {
    margin: 0px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .bs-text-heading {
    margin-top: 209px;
  }

  .bs-book-img img {
    margin-top: 81px;
  }

  .bs-box1 {
    margin-bottom: 37px;
  }

  .happy_customer_slider {
    margin-bottom: 26px;
  }

  .bs-header-wrapper {
    padding: 20px 78px 20px 50px;
  }

  .banner-content {
    padding: 101px 0px 0px 0px;
  }

  .bs-banner-section {
    padding: 110px 0px 231px 33px;
  }

  .contact_infobox {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 580px) {
  .multi_blog_pagination {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 425px) {
  .bs-header-wrapper {
    padding: 19px 18px 20px 15px;
  }
}
.bs-gallery-overlay {
  position: absolute;
  background-color: #5b1fc8b8;
  display: block;
  height: 0%;
  width: 0%;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.bs-gallery:hover .bs-gallery-overlay {
  opacity: 1;
  width: 250%;
  height: 1282.5px;
}
.analyze_abuot_page.bs-about-p0 {
  padding-top: 73px;
}
.bs-box1 {
  position: relative;
  z-index: 0;
}

.bs-box1::after {
  content: '';
  height: 100%;
  width: 0;
  background-color: #5b1fc8;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.bs-box1:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.bs-box1:hover i {
  color: #fff;
}
.bs-box1:hover h3 {
  color: #fff;
}
.bs-box1:hover p {
  color: #fff;
}
.form-group.bs-sub-btn {
  text-align: center;
}
.library-video {
  height: 310px;
  width: 480px;
  margin-top: 20px;
}
