/*
Theme Name: themeansar
Theme URI: http://themeansar.com
Author: Themeansar
Author URI: http://themeansar.com
Description: Themeansar WordPress theme
Version: 0.1
Tested up to: 5.6.1
Requires PHP: 5.7
Tags: two-columns, three-columns, left-sidebar, right-sidebar, translation-ready, custom-background, custom-logo, featured-images, footer-widgets, full-width-template, blog, e-commerce, entertainment
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: themeansar
*/
:root {
  --pri-color: #4caf50;
  --secondary-color: #388e3c;
  --bg-color: #EEF2FF;
  --white-color: #fff;
  --light-color: #EFF6FF;
}

::-moz-selection {
  color: var(--white-color);
  background: var(--pri-color);
}

::selection {
  color: var(--white-color);
  background: var(--pri-color);
}

a:hover, a:focus {
  color: var(--pri-color);
}

.bgr {
  background: #f4f8ff;
}

.success {
  background-color: #C7F5EB;
  color: #0E8161;
}
.success i {
  background: #0E8161;
  color: #C7F5EB;
}
.success h5 {
  color: #0E8161;
}

.info {
  background-color: #E5F0FF;
  color: #0052C9;
}
.info i {
  background: #0052C9;
  color: #E5F0FF;
}
.info h5 {
  color: #0052C9;
}

.warning {
  background-color: #FBEDB8;
  color: #A98500;
}
.warning i {
  background: #A98500;
  color: #FBEDB8;
}
.warning h5 {
  color: #A98500;
}

.danger {
  background-color: #FFE5F4;
  color: #CC0078;
}
.danger i {
  background: #CC0078;
  color: #FFE5F4;
}
.danger h5 {
  color: #CC0078;
}

.cyan {
  background-color: #D8F6FF;
  color: #00AEE5;
}
.cyan i {
  background: #00AEE5;
  color: #D8F6FF;
}
.cyan h5 {
  color: #00AEE5;
}

.voilet {
  background-color: #E8E2F7;
  color: #802FDE;
}
.voilet i {
  background: #802FDE;
  color: #E8E2F7;
}
.voilet h5 {
  color: #802FDE;
}

.success:hover {
  background-color: #0E8161;
  color: #C7F5EB;
}
.success:hover h5 {
  color: #C7F5EB;
}
.success:hover i {
  background: #C7F5EB;
  color: #0E8161;
}

.info:hover {
  background-color: #0052C9;
  color: #E5F0FF;
}
.info:hover h5 {
  color: #E5F0FF;
}
.info:hover i {
  background: #E5F0FF;
  color: #0052C9;
}

.warning:hover {
  background-color: #A98500;
  color: #FBEDB8;
}
.warning:hover h5 {
  color: #FBEDB8;
}
.warning:hover i {
  background: #FBEDB8;
  color: #A98500;
}

.danger:hover {
  background-color: #CC0078;
  color: #FFE5F4;
}
.danger:hover h5 {
  color: #FFE5F4;
}
.danger:hover i {
  background: #FFE5F4;
  color: #CC0078;
}

.cyan:hover {
  background-color: #00AEE5;
  color: #D8F6FF;
}
.cyan:hover h5 {
  color: #D8F6FF;
}
.cyan:hover i {
  background: #D8F6FF;
  color: #00AEE5;
}

.voilet:hover {
  background-color: #802FDE;
  color: #E8E2F7;
}
.voilet:hover h5 {
  color: #E8E2F7;
}
.voilet:hover i {
  background: #E8E2F7;
  color: #802FDE;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--pri-color);
}
ahover, aFocus {
  color: var(--secondary-color);
}

p {
  color: #757575;
}

.card {
  padding: 30px;
  color: rgb(63, 62, 62);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px #cbd6e2;
}

input:not([type]):hover, input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=tel]:hover,
input[type=text]:focus, input[type=text]:hover, input[type=url]:hover {
  border-color: #4caf50;
}

#error-page .header-default {
  top: 0;
  background: linear-gradient(45deg, rgb(34, 34, 34) 4%, rgb(56, 142, 60) 100%);
}
#error-page .wp-die-message {
  margin-top: 20% !important;
  position: relative;
}

.login-padding {
  background: #fff;
  border: 1px solid #ebeef1;
  margin: 0 auto 30px;
  padding: 0;
}
.login-padding legend {
  padding: 15px 0 15px 20px;
  letter-spacing: -0.05em;
  font-size: 18px;
  background: #f4f8ff;
  color: #000;
  width: 100%;
}
.login-padding p {
  clear: both;
  margin-bottom: 15px;
  padding: 0 20px;
}
.login-padding label {
  clear: both;
  padding: 0 4px;
  font-weight: 700;
  padding: 0;
  color: #000;
}
.login-padding .edd-input {
  margin-top: 5px;
}

#edd-purchase-button,
.edd-submit,
.edd-submit.button.blue,
input[type=submit].edd-submit {
  border-radius: 3px;
  padding: 5px 35px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}

.logintabs {
  display: flex;
  flex-flow: row wrap;
}
.logintabs .tabs__text {
  flex: 1;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  font-size: 1.2em;
  opacity: 0.5;
  background-color: #f4f8ff;
  transition: border-top 300ms ease-out;
  transform-origin: top;
  font-weight: bold;
  text-align: center;
  color: rgba(119, 102, 102, 0.4);
}
.logintabs .tabs__content {
  display: none;
  flex: 1 1 100%;
  order: 99;
  padding: 0;
}
.logintabs .tabs__button {
  visibility: hidden;
  height: 0;
  margin: 0;
  position: absolute;
}
.logintabs .tabs__button:checked + .tabs__text {
  color: #fff;
  opacity: 1;
  background-color: var(--pri-color);
}
.logintabs .tabs__button:checked + .tabs__text + .tabs__content {
  display: block;
}
.logintabs .edd-submit {
  width: 100%;
  margin: 0;
  background: var(--pri-color);
  color: #fff;
  border-color: var(--pri-color);
  line-height: 30px;
}
.logintabs .edd-submit:hover {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--pri-color);
}

.wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.bs-social li a {
  background-color: #0C1326;
  color: var(--white-color);
}

.bs-social li a.icon-soci:hover {
  color: var(--white-color);
}

.bs-social li a::after {
  background-color: var(--pri-color);
}

.badge {
  font-weight: 700;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 5px;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.collapse:not(.show) {
  display: none;
}

.show {
  display: block;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.btn, .more-link {
  padding: 10px 20px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  font-weight: bold;
  display: inline-block;
  border-width: 0;
  border-style: solid;
  z-index: 1;
}

.btn-0 {
  padding: 10px 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  color: #fff;
  background-color: var(--pri-color);
}
.btn-0 i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  margin-left: 10px;
}
.btn-0::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.8s;
  z-index: -1;
  background-color: var(--secondary-color);
}
.btn-0:hover {
  color: #fff;
}
.btn-0:hover::after {
  width: 200%;
  height: 200%;
}

.btn-1 {
  padding: 10px 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  color: #0052C9;
  background-color: #f7f7f8;
}
.btn-1 i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  margin-left: 10px;
}
.btn-1::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.8s;
  z-index: -1;
  background-color: #0052C9;
}
.btn-1:hover {
  color: #E5F0FF;
}
.btn-1:hover::after {
  width: 200%;
  height: 200%;
}

.btn-success {
  padding: 10px 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  color: #0E8161;
  background-color: #C7F5EB;
}
.btn-success i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  margin-left: 10px;
}
.btn-success::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.8s;
  z-index: -1;
  background-color: #0E8161;
}
.btn-success:hover {
  color: #C7F5EB;
}
.btn-success:hover::after {
  width: 200%;
  height: 200%;
}

.btn-danger {
  padding: 10px 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  color: #CC0078;
  background-color: #FFE5F4;
}
.btn-danger i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  margin-left: 10px;
}
.btn-danger::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.8s;
  z-index: -1;
  background-color: #CC0078;
}
.btn-danger:hover {
  color: #FFE5F4;
}
.btn-danger:hover::after {
  width: 200%;
  height: 200%;
}

.btn-voilet {
  padding: 10px 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  color: #802FDE;
  background-color: #E8E2F7;
}
.btn-voilet i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  margin-left: 10px;
}
.btn-voilet::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.8s;
  z-index: -1;
  background-color: #802FDE;
}
.btn-voilet:hover {
  color: #E8E2F7;
}
.btn-voilet:hover::after {
  width: 200%;
  height: 200%;
}

.read-btn {
  font-size: 14px;
  font-weight: 500;
}

.shd {
  box-shadow: 0px 8px 30px rgba(33, 33, 33, 0.1);
}

.shd-hover {
  transition: 0.5s ease-out;
}

.shd-hover:hover {
  transform: translateY(-10px) scale(1);
  box-shadow: 0px 30px 40px rgba(0, 10, 80, 0.12);
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.plece-item {
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  display: block;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.d-flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

a, button {
  transition: all 0.5s;
  text-decoration: none;
}

.max-width {
  max-width: 100%;
}

.w-100 {
  width: 100%;
}

.all:root {
  background-color: #fff;
}

.dark:root {
  background-color: #121212;
}

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

.p4 {
  padding: 1rem;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-0 {
  margin-top: 0;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

p {
  margin: 0 0 15px 0;
  font-size: 1rem;
  line-height: 1.625rem;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-100 {
  border-radius: 50%;
}

.img-fluid {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-bor {
  border: none !important;
}

.bg-none {
  background: none !important;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.bs-social {
  display: inline-flex;
}
.bs-social li a {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.538rem;
  text-align: center;
  line-height: 2.25rem;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
  font-size: 14px;
  overflow: hidden;
}
.bs-social li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: all 0.8s;
}
.bs-social li a:hover::after {
  height: 100%;
}
.bs-social li a i {
  position: unset;
}

.hide {
  -webkit-animation: hide 0.5s ease 0s 1 normal forwards;
          animation: hide 0.5s ease 0s 1 normal forwards;
  transform-origin: center;
  display: none;
}

/*--section--*/
/*---------------------------------------
	bs-section
-----------------------------------------*/
.bs-section .overlay {
  padding: 60px 0;
}

.bs-heading .bs-subtitle {
  font-size: 14px;
  padding: 5px 15px;
  position: relative;
  display: inline-flex;
  margin-bottom: 25px;
  background-color: #C7F5EB;
  color: #0E8161;
}
.bs-heading .bs-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.bs-heading .bs-title span {
  font-family: "Fira Sans", sans-serif;
}
.bs-heading .bs-title.mb-0 {
  margin-bottom: 0;
  position: relative;
  display: inline-flex;
}
.bs-heading P {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 2rem;
}

.menu-btn {
  display: none;
  cursor: pointer;
}

/**** Header CSS *****/
header.header-default {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  border-top: 4px solid #4caf50;
}

.header-menu {
  display: flex;
  justify-content: space-between;
}

/*-----middle---*/
.header-middle {
  box-shadow: unset;
}
.header-middle .logo {
  padding: 10px 0;
}
.header-middle .main {
  position: relative;
  justify-content: space-between;
  padding: 20px 0 0px 0;
  border-radius: 5px;
  align-items: center;
}
.header-middle img.light {
  display: none;
}

/*-----bottom---*/
.header-menu nav {
  display: flex;
  align-items: center;
}
.header-menu nav ul.sm-clean li a {
  font-size: 1rem;
  font-weight: 700;
}
.header-menu nav .sm-clean ul {
  border: none;
  border-radius: 0px !important;
}

.right-bar {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  position: relative;
  z-index: 1;
}
.right-bar .search-bar {
  padding: 0 13px;
}
.right-bar .myaccount .btn_my {
  background: unset;
  border: none;
}
.right-bar .myaccount .btn_my img {
  cursor: pointer;
}
.right-bar .form-dropdown {
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  opacity: 0;
  padding: 15px;
  display: flex;
  pointer-events: none;
  transition: 0.5s;
  min-width: 150px;
}
.right-bar .form-dropdown ul {
  width: 100%;
}
.right-bar .form-dropdown ul li {
  border: none;
}
.right-bar .form-dropdown ul li a {
  padding: 5px 5px;
  line-height: 30px;
  color: #000;
}
.right-bar .form-dropdown ul li a:hover {
  color: var(--secondary-color);
}
.right-bar .form-dropdown .input_search {
  width: auto;
  height: auto;
}
.right-bar .ta-cart {
  color: #fff;
}
.right-bar .ta-cart .ta-cart-count {
  width: 13px;
  height: 12px;
  top: -6px;
  right: -8px;
  font-size: 9px;
  font-weight: 700;
  height: 16px;
  line-height: 15px;
  background: #e33729;
  color: #fff;
}

.right-bar .form-dropdown.show {
  top: 100%;
  opacity: 1;
  height: auto;
  pointer-events: unset;
  display: flex;
}

/*---------------------------------------
	-breadcrumb
-----------------------------------------*/
.bs-breadcrumb-section {
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.bs-breadcrumb-section .overlay {
  padding: 150px 0 60px 0;
  background: rgb(34, 34, 34);
  background: linear-gradient(45deg, rgb(34, 34, 34) 4%, rgb(56, 142, 60) 100%);
}
.bs-breadcrumb-section .overlay .bs-breadcrumb-title {
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
.bs-breadcrumb-section .overlay .bs-breadcrumb-title ul.bs-page-breadcrumb {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.bs-breadcrumb-section .overlay .bs-breadcrumb-title ul.bs-page-breadcrumb li {
  padding: 0 5px;
}
.bs-breadcrumb-section .overlay .bs-breadcrumb-title ul.bs-page-breadcrumb li a {
  color: #fff;
}

/*---------------------------------------
	pagination
-----------------------------------------*/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination li a {
  display: inline-block;
}

.pagination > li > a, .pagination > li > span {
  margin: 0 6px 10px;
  border-radius: 0;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.footer-top {
  padding: 50px 0;
}

.footer-logo {
  border-right: 1px solid #393B41;
}

/*---------------------------------------
	 Footer CSS
-----------------------------------------*/
.footer-main {
  border-top: 2px solid #eaf0f6;
  /*-----middile_footer---*/
  /*------bottom_footer--*/
}
.footer-main .overlay {
  background: #f7f7f8;
}
.footer-main .bs-footer-widget-area {
  padding: 40px 0 20px 0;
}
.footer-main .bs-footer-widget-area h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding: 0;
  color: #000;
}
.footer-main .bs-footer-widget-area h3 span {
  color: #4caf50;
}
.footer-main .bs-footer-widget-area .bs-widget {
  box-shadow: none !important;
}
.footer-main .bs-footer-widget-area .bs-widget p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px 0;
  color: #757575;
  font-style: italic;
  font-weight: 300;
}
.footer-main .bs-footer-widget-area .bs-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main .bs-footer-widget-area .bs-widget ul li {
  margin: 0 0 20px 0;
  font-size: 16px;
  border-bottom: none;
  position: relative;
  line-height: 20px;
  padding: 0;
  font-weight: 400;
}
.footer-main .bs-footer-widget-area .bs-widget ul li a {
  color: #757575;
  text-decoration: none;
}
.footer-main .bs-footer-widget-area .bs-widget ul li a:hover {
  opacity: 1;
  color: #4caf50;
}
.footer-main .bs-footer-copyright {
  padding: 15px 0;
}
.footer-main .bs-footer-copyright .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-main .bs-footer-copyright .footer-inner .copyright p {
  margin: 0;
  font-size: 15px;
  color: #bfbfbf;
}
.footer-main .bs-footer-copyright .footer-inner ul.bs-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.footer-main .bs-footer-copyright .footer-inner ul.bs-social li {
  margin: 0;
}
.footer-main .bs-footer-copyright .footer-inner ul.bs-social li a {
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #161B2A;
  font-size: 15px;
}
.footer-main .bs-footer-copyright .footer-inner ul.bs-social li a:hover {
  background: #fff;
  color: #161B2A;
}
.footer-main .bs-footer-copyright {
  border-top: 2px solid #eaf0f6;
}
.footer-main .bs-footer-copyright .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-main .bs-footer-copyright .footer-inner p {
  margin-bottom: 0;
}

.bs_upscr {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 5%;
  right: 1%;
  line-height: 2.5rem;
  font-size: 1.2rem;
  transition: 0.5s;
  z-index: 50;
}
.bs_upscr i {
  transform: rotate(0deg);
  transition: 0.5s;
}
.bs_upscr:hover {
  bottom: 6%;
}

/*------------------------------- 
 	-Input 
------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #545454;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 2px solid #e5e5e5;
  border-radius: 0;
  display: block;
  padding: 13px 18px;
  width: 100%;
  outline: 0;
  height: 45px;
  transition: all 0.8s;
}

input[type=radio], input[type=checkbox] {
  display: inline;
  accent-color: green;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #545454;
  border-color: var(--pri-color);
  width: 100%;
  box-shadow: 0 0 0 0.063rem rgba(84, 84, 84, 0.25) !important;
}

/*------------------------------- 
 	--scorall up--
------------------------*/
.bs_upscr {
  background-color: transparent;
  color: var(--pri-color);
  border: 1px solid var(--pri-color);
}

.bs_upscr:hover {
  background-color: var(--pri-color);
  color: var(--white-color);
}

.tabs.v1 .t-panel-container .t-panel {
  transition: all 0.2s ease-in-out;
  display: none;
}

.tabs.v1 .t-panel-container .t-panel.active {
  display: block;
}

.t-btn-container {
  padding: 10px 0;
}
.t-btn-container .t-btn {
  margin-right: 5px;
  padding: 0.5rem 0.5rem;
  background: #E5F0FF;
  color: #0052C9;
  cursor: pointer;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  line-height: 1.42857143;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
}
.t-btn-container .t-btn.active, .t-btn-container .t-btn:hover {
  color: #fff;
  background-color: var(--secondary-color);
}

.ta-detail-download.pro .edd-add-to-cart-label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f218";
  display: inline-block;
  line-height: 26px;
  margin-right: 10px;
}
.ta-detail-download.pro a {
  display: block;
  line-height: 36px;
  margin: 25px auto;
  padding: 8px 35px;
  position: relative;
  width: 100%;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
}
.ta-detail-download.pro a.btn-danger {
  background-color: #CC0078;
  color: #FFE5F4;
}
.ta-detail-download.pro a.btn-danger::after {
  background-color: #FFE5F4;
}
.ta-detail-download.pro a.btn-danger:hover {
  color: #CC0078;
}
.ta-detail-download.pro a.btn-1 {
  background-color: #0052C9;
  color: #f7f7f8;
}
.ta-detail-download.pro a.btn-1::after {
  background-color: #f7f7f8;
}
.ta-detail-download.pro a.btn-1:hover {
  color: #0052C9;
}
.ta-detail-download.pro .edd-submit {
  font-family: "Alata", sans-serif;
  box-shadow: unset;
}
.ta-detail-download.free a {
  display: block;
  line-height: 36px;
  margin: 25px auto;
  padding: 8px 35px;
  position: relative;
  width: 90%;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
}

/* ------------blog-right-sidebar------------*/
.ta-info-author-block {
  margin-bottom: 30px;
}
.ta-info-author-block .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
}
.ta-info-author-block .media-body {
  flex: 1;
  margin-left: 10px;
}

.middle-section {
  padding: 90px 0;
  background-color: #ebeff1;
}

.bs-section.blog .bs-heading .bs-title {
  margin-bottom: 3rem;
}

.bs-blog-post {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.bs-blog-post .bs-blog-thumb {
  position: relative;
  min-height: 20px;
  overflow: hidden;
  max-width: 100%;
}
.bs-blog-post .bs-blog-thumb.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bs-blog-post .bs-blog-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.bs-blog-post p {
  padding-bottom: 0px;
}
.bs-blog-post .bs-blog-category {
  position: absolute;
  top: 5%;
  right: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px;
  padding: 5px 10px;
  border-radius: 25px;
}
.bs-blog-post .bs-blog-category a {
  margin-left: 3px;
  margin-right: 3px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  border-radius: 3px;
}
.bs-blog-post .small {
  padding: 30px;
  font-size: unset;
}
.bs-blog-post h4.title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.bs-blog-post h4.title a {
  color: #000;
}
.bs-blog-post h4.title a:hover {
  color: #4caf50;
}
.bs-blog-post h4.title::before {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--pri-color);
}

.bs-blog-meta {
  line-height: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.bs-blog-meta span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  opacity: 0.8;
  text-transform: capitalize;
  padding-right: 8px;
  padding-left: 0px;
  margin-right: 8px;
  margin-left: 8px;
  color: #233653;
  position: relative;
}
.bs-blog-meta span:first-child {
  margin-left: 0;
}
.bs-blog-meta span i {
  padding-right: 10px;
}
.bs-blog-meta span a {
  color: #757575;
  display: inline-block;
}
.bs-blog-meta span.bs-author a {
  display: flex;
  align-items: center;
}
.bs-blog-meta span.bs-author a img {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bs-blog-meta .tag-links:after {
  display: none;
  width: 1px;
  height: 25px;
  background-color: rgba(109, 110, 117, 0.3019607843);
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.bs-blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bs-blog-footer a i {
  padding-left: 10px;
}

.bs-blog-meta span:last-child {
  margin-right: 0;
}

.ta-left-menu {
  padding: 0;
  margin-top: 20px;
}
.ta-left-menu ul {
  padding: 0;
  list-style: none;
  position: relative;
  margin: -1px 0 0;
  width: 100%;
}
.ta-left-menu ul li {
  padding: 10px 10px 10px 40px;
  color: #999;
  position: relative;
  border-width: 0 1px 1px 3px;
  border-style: solid;
  border-color: #ddd;
  background: #fff;
}
.ta-left-menu ul li:first-child {
  border-top: 1px;
  border-top-style: solid;
  border-top-color: #ddd;
}
.ta-left-menu ul li:last-child {
  margin-bottom: 0;
}
.ta-left-menu ul li a {
  color: #999;
  transition: background 0.15s ease 0;
}

.ta-left-menu ul li.active a,
.ta-left-menu ul li:hover a {
  color: #388e3c;
}

.ta-left-menu ul li.active,
.ta-left-menu ul li:hover {
  color: #388e3c;
  border-left-color: #388e3c;
}

.ta-left-menu ul li:before {
  content: "\f178";
  left: 15px;
  position: absolute;
  vertical-align: middle;
  z-index: 1100;
  font-family: "Font Awesome 5 Free";
  color: #999;
}

.ta-left-menu ul li.active:before,
.ta-left-menu ul li:hover:before {
  color: #388e3c;
  padding-left: 10px;
  transition: background 0.15s ease 0;
}

/*--search_bar--*/
.widget_search {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  margin-top: 10px;
}

.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  min-width: 3px;
  border: 1px solid #949494;
}

.wp-block-search button.wp-block-search__button {
  margin-left: 0;
  line-height: 1;
  padding: 10px 15px;
  outline: none;
  border: none;
  background-color: var(--pri-color);
  color: var(--white-color);
}
.wp-block-search button.wp-block-search__button:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.wp-block-search__label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 0 2px 27px;
  position: relative;
  letter-spacing: 1px;
}

.wp-block-search__label::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: var(--pri-color);
}

/*--/search_bar--*/
.widget_block {
  margin-bottom: 30px;
  padding: 20px 20px 10px 20px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  background: white;
}

.widget_block h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 0 2px 27px;
  position: relative;
  letter-spacing: 1px;
}

.widget_block h2::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: var(--pri-color);
}

.bs-sidebar .bs-widget {
  margin-bottom: 30px;
  padding: 20px 20px 10px 20px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  background: var(--white-color);
}
.bs-sidebar .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bs-sidebar h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 0 2px 27px;
  position: relative;
  letter-spacing: 1px;
}
.bs-sidebar h6::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: var(--pri-color);
}

/* -----wedget_post-- */
.bs-blog {
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.bs-blog .bs-post-img {
  border-radius: 5px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.bs-blog .bs-post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bs-blog .bs-post-info {
  flex: 1;
  padding: 10px;
}
.bs-blog .bs-post-info span {
  font-size: 13px;
}
.bs-blog .bs-post-info h5 a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.bs-widget ul li {
  padding: 10px 0;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eee;
}
.bs-widget ul li:last-child {
  border-bottom: none;
}
.bs-widget ul li a {
  color: #666;
  font-size: 15px;
}

.widget_block ul li {
  padding: 10px 0;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.widget_block ul li:last-child {
  border-bottom: none;
}
.widget_block ul li a {
  color: #666;
  font-size: 15px;
}

/* --category
.bs-category-widget ul li {
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    a {
        display: flex;
        justify-content: space-between;
        color: #666;
        font-size: 15px;
    }
}

--*/
/* ---Popular_tags---*/
.bs-widget .bs-widget-tags {
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
}
.bs-widget .bs-widget-tags a {
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 5px 9px 0;
  padding: 6px 12px;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 0;
  text-transform: capitalize;
}

/* ---tag_cloud---*/
.widget_tag_cloud a {
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px 9px 0;
  padding: 6px 12px;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 0;
  text-transform: capitalize;
}

.themes-single {
  padding: 40px 0 0 0;
  background-color: #ebeff1;
}

.ta-detail-download .edd_price_options {
  margin: 0;
}
.ta-detail-download .edd_price_options ul li {
  padding: 8px;
  border: none;
}
.ta-detail-download .edd_price_options ul li:hover {
  background: #f4f8ff;
}
.ta-detail-download .edd_price_options input[type=radio] {
  margin-right: 10px;
}

.edd-submit.button.blue {
  width: 100%;
  background: #388e3c;
  color: #fff;
  border-color: #4caf50 !important;
  line-height: 36px !important;
  display: block;
  font-size: 16px;
  margin: 25px auto;
  right: 0;
  left: 0;
  position: relative;
}
.edd-submit.button.blue:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.ta-view-detail-btnarea a {
  margin-left: 5px;
  margin-right: 5px;
}

.ta-view-detail-section img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1803921569);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}

.themes {
  border-bottom: 2px solid #eaf0f6;
}
.themes .overlay {
  background: #ebeff1;
  padding: 160px 0 60px 0;
}
.themes .ovwr {
  top: -100px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.ta-product {
  border-radius: 0.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
}
.ta-product:hover .ta-product-box-caption-content {
  bottom: 0;
}
.ta-product .ribbon {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 12px;
  right: -46px;
  text-align: center;
  top: 20px;
  transform: rotate(43deg);
  min-width: 160px;
  width: auto;
  border-radius: 0;
  z-index: 100;
  color: #fff;
}
.ta-product .ribbon.new {
  background-color: #33b750;
}
.ta-product .ribbon.best {
  background-color: #df0a0a;
}
.ta-product img {
  height: 100%;
}
.ta-product .ta-product-box-caption-content {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  bottom: 100%;
  background: rgba(76, 175, 80, 0.831372549);
}
.ta-product .ta-product-box-caption-content a {
  margin-left: 5px;
  margin-right: 5px;
  flex-direction: column;
  color: #C7F5EB;
}
.ta-product .ta-product-box-caption-content a span {
  background-color: #C7F5EB;
  color: #0E8161;
  padding: 5px;
  width: 50px;
  height: 50px;
  z-index: 1;
  overflow: hidden;
}
.ta-product .ta-product-box-caption-content a span::after {
  content: "";
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: all 0.3s;
  background-color: #0E8161;
}
.ta-product .ta-product-box-caption-content a span:hover {
  color: #C7F5EB;
}
.ta-product .ta-product-box-caption-content a span:hover::after {
  height: 100%;
}
.ta-product h3 {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ta-product h3 a {
  color: #000;
}
.ta-product .price-temp {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #C7F5EB;
  color: #0E8161;
}
.ta-product .ta-product-bottom {
  border-top: 1px solid #e2e8f0;
}
.ta-product .ta-product-bottom .p2 {
  padding: 0.5rem 1rem;
}

/*---------------------------------------
	3.1.bs-slider-warraper          
-----------------------------------------*/
.bs-hero {
  background: #ebeff1;
}
.bs-hero .inner {
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  background: linear-gradient(45deg, #222222 4%, #388e3c 100%);
  border-bottom-left-radius: 100% 15%;
  border-bottom-right-radius: 100% 15%;
}

.bs-hero .container {
  z-index: 18;
}

/*--------------- ti slider inner ---------------*/
.bs-hero .slide-caption {
  z-index: 5;
  overflow: hidden;
  max-width: 60%;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
.bs-hero .slide-caption h2 {
  font-size: 3.4375rem;
  line-height: 4.813rem;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.4px;
}
.bs-hero .slide-caption .description {
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
}
.bs-hero .slide-caption .description p {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: inherit;
  color: #fff;
}

.bs-hero .slide-caption.slide-left {
  text-align: left;
}

.bs-hero .slide-subtitle {
  display: inline-flex;
  align-items: center;
  letter-spacing: 5px;
  padding: 5px 10px 3px 10px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.bs-singlepage {
  background: #ebeff1;
}
.bs-singlepage .inner {
  padding: 150px 0 0;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
}
.bs-singlepage h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.bs-singlepage .container {
  z-index: 18;
}

/*---------------------------------------
	 info-section         
-----------------------------------------*/
.feature_widget {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  padding: 2rem 1.625rem;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
  border-radius: 8px;
  margin-bottom: 20px;
}
.feature_widget .media-body {
  text-align: center;
}
.feature_widget i {
  font-size: 40px;
  margin-bottom: 1.625rem;
  margin-right: 1rem;
  width: 72px;
  height: 72px;
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 72px;
}
.feature_widget h5 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.feature_widget:hover {
  opacity: 1;
}
.feature_widget:hover i {
  -webkit-animation-name: icon-bounce;
          animation-name: icon-bounce;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@-webkit-keyframes icon-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes icon-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*--- info-section_two-*/
.feature_widget.two {
  flex-direction: row;
  border-radius: 0;
}
.feature_widget.two i {
  margin-bottom: 0;
  width: 76px;
  height: 76px;
  border: 1px solid #E0E0E0;
  border-radius: 0px;
}
.feature_widget.two .media-body {
  text-align: left;
  width: 75%;
}

/*--- info-section_three-*/
.feature_widget.three {
  flex-direction: row;
  border-radius: 0;
  border-radius: 8px;
}
.feature_widget.three i {
  margin-bottom: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(33, 33, 33, 0.18);
}
.feature_widget.three .media-body {
  text-align: left;
  width: 75%;
}

/*--- info-section_four-*/
.feature_widget.four {
  flex-direction: row;
  border-radius: 0;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}
.feature_widget.four i {
  margin-bottom: 0;
  width: 76px;
  height: 76px;
  border-radius: 0%;
  box-shadow: 0px 4px 6px rgba(33, 33, 33, 0.18);
  border: 1px solid var(--pri-color);
}
.feature_widget.four .media-body {
  text-align: left;
  width: 75%;
}
.feature_widget.four::before {
  content: "";
  display: block;
  background: url("..//images/f-01.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.5);
  opacity: 0;
  transition: 0.5s ease;
}
.feature_widget.four:hover::before {
  opacity: 1;
}

/*--- info-section_five-*/
.feature_widget.five {
  border-radius: 0;
}

/*--- info-section_six-*/
.feature_widget.six {
  flex-direction: row;
  border-radius: 0;
  border-radius: 8px;
  box-shadow: inset 3px -3px 10px rgba(117, 117, 117, 0.2);
}
.feature_widget.six i {
  margin-bottom: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
.feature_widget.six .media-body {
  text-align: left;
  width: 75%;
}
.feature_widget.six p {
  font-size: 14px;
}

/*--- info-section_six-*/
.feature_widget.seven {
  flex-direction: row;
  border-radius: 0;
  padding: 0;
  box-shadow: unset;
  align-items: flex-start;
  margin-bottom: 10px;
}
.feature_widget.seven i {
  margin-bottom: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
.feature_widget.seven .media-body {
  text-align: left;
  width: 75%;
}
.feature_widget.seven p {
  font-size: 14px;
}

.bs-heading h2 {
  margin-bottom: 15px;
}
.bs-heading ul {
  margin-bottom: 15px;
}
.bs-heading ul li {
  line-height: 25px;
}
.bs-heading ul li i {
  padding: 10px;
}

/*---------------------------------------
	Testimonial-section 
-----------------------------------------*/
.testimonials .overlay {
  background: #ebeff1;
}

.testi {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  margin-top: 0rem;
  transition: 0.8s;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.testi .testi-star i {
  color: #FFC704;
}
.testi::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  transition: all 0.5s;
  opacity: 0;
}
.testi:hover::before {
  width: 100%;
  opacity: 1;
}
.testi .ti-client-qute {
  display: flex;
  align-items: center;
}
.testi .ti-client {
  height: 80px;
  width: 80px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid var(--pri-color);
  border-radius: 50%;
}
.testi img.clg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testi .sub-qute {
  padding: 1.25rem 1.25rem 1.25rem;
}
.testi .testi-star {
  margin-bottom: 10px;
}
.testi .ti-client-info .user-title {
  font-size: 1.125rem;
}
.testi .ti-client-info p {
  font-size: 0.938rem;
  margin-bottom: 0;
}

.bs-info-inner {
  padding: 4.2rem 5.375rem;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.bs-info-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 0.8s;
}
.bs-info-inner:hover::after {
  opacity: 0.8;
}
.bs-info-inner .title {
  line-height: 2.5rem;
  font-size: 2.188rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.bs-info-inner p {
  font-size: 1.125rem;
  margin-bottom: 1.9rem;
}

.popu {
  background: #df0a0a;
}

.skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #222222 4%, #388e3c 100%);
  z-index: 1;
  transform: skewY(4deg);
  transform-origin: top right;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bs-widget .media.bs-blog-post {
    flex-wrap: wrap;
  }
  .nav-wp {
    display: unset;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* ---------header------------*/
  .header-top .head_widget {
    margin-bottom: 10px;
  }
  .header-top .justify-space-between {
    justify-content: center;
  }
  .menu-btn {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f5f7fd;
    color: var(--pri-color);
    border: none;
    outline: none;
  }
  .menu-btn i {
    font-size: 1rem;
  }
  .header-center .header-menu nav {
    display: none;
  }
  .header-menu .nav-wp {
    width: 100%;
    background-color: #000;
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
  }
  .header-menu .nav-wp .sm-clean {
    width: 100%;
  }
  .header-menu .right-bar .head_widget {
    display: none;
  }
  ul.sm-clean li a {
    padding: 1.5rem 1.25rem;
  }
  .header-middle .header-menu ul.right-bar {
    display: none;
  }
  .header-bottom .logo {
    display: block;
  }
  .bs-service {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /*-------------slider------*/
  .bs-hero .slide-caption h2 {
    font-size: 3rem;
    line-height: 1;
  }
  .md-bor {
    border: none;
  }
  /*  ----- ----blog------ */
  .bs-blog-post h4.title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .header-middle .logo img {
    width: 120px;
  }
  .header-menu {
    margin-left: auto;
    margin-right: 1.5rem;
  }
  .bs-hero .inner {
    background-position: center center;
    height: 350px;
  }
  .bs-hero .slide-caption {
    max-width: 100%;
    margin-top: 20%;
  }
  .bs-hero .slide-caption h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .themes {
    border-bottom: 2px solid #eaf0f6;
  }
  .themes .overlay {
    padding: 60px 0 60px 0;
  }
  .themes .ovwr {
    position: unset;
  }
  .bs-heading .bs-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .footer-main .bs-widget {
    text-align: center;
  }
  .footer-main .bs-widget-blog-post {
    text-align: center;
  }
  .footer-main .bs-footer-copyright .footer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-main .bs-footer-copyright .footer-inner p {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-main .bs-footer-copyright .footer-inner ul.bs-social {
    justify-content: center;
    margin-left: unset;
  }
  .footer-main .bs-footer-copyright .footer-inner ul.bs-social li {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /*-------------slider------*/
  .bs-hero .slide-caption h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
  .show {
    right: 0%;
    z-index: 50;
  }
  .header-center .header-menu nav ul.right-bar {
    display: none;
  }
  .bs-blog-post h4.title {
    font-size: 1.5rem;
  }
}
@media (min-width: 375px) and (max-width: 575px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .justify-space-between {
    justify-content: end;
  }
  /* ---------nav------*/
  /* ------header-top---*/
  .header-top .justify-space-between {
    justify-content: center;
  }
  /* -----------header-section-------*/
  .header-center .header-menu nav ul.right-bar {
    display: none;
  }
  /* -------------slider------*/
  .bs-hero .inner {
    height: 550px;
  }
  .bs-hero .slide-caption h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
  .show {
    right: 0%;
    z-index: 50;
  }
  /* -----testimonial----*/
  .testi.one img.clg {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .justify-space-between {
    justify-content: end;
  }
  /* -----------header-section-------*/
  .header-center .header-menu nav ul.right-bar {
    display: none;
  }
  /*-----------feature-section-------*/
  .show {
    right: 0%;
    z-index: 50;
  }
}
#edd_purchase_submit .edd-submit {
  max-width: 150px;
  margin: auto;
  margin-top: 20px;
  position: absolute;
}

#edd_checkout_cart th, #edd_checkout_cart .edd_cart_discount_row th, #edd_checkout_cart .edd_cart_tax_row th {
  background: #fff;
}

#edd_checkout_form_wrap fieldset, #edd_checkout_form_wrap fieldset#edd_cc_fields {
  border-color: #e4e4e4 !important;
}

main#main {
  padding: 1.563rem 1.375rem 2rem;
  background: #fff;
}

#edd_checkout_form_wrap fieldset {
  background: #fff;
}

.edd-js-none .edd-has-js, .edd-js .edd-no-js, body.edd-js input.edd-no-js {
  display: none !important;
}/*# sourceMappingURL=style.css.map */