@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body,html {
  font-family: 'Sora', sans-serif;
  color: #444444;
  /* background: #eaeded; */
}
a {
  text-decoration: none;
  color: #0880e8;
}

.container {
  max-width: 1500px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sora', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0880e8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2194f7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /* height: 60px; */
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.8);
  z-index: 996;
  background: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 995;
  top: 90px;
  background: #0BA250;
}
.pl-0 {
  padding-left: 0px !important;
}
.cart .navbar a,
.cart .navbar {
  color: #634fd1;
}
.cart .navbar a i {
  font-size: 22px;
  line-height: 26px;
  margin-top: 10px;
}
.cart .navbar ul li {
  padding: 0px 0 10px 10px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
a.logo {
  display: inline-block;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 15px 24px;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -15px;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.navbar a:hover:after,
.navbar li:hover > a:after,
.navbar .active:after {
  visibility: visible;
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #0880e8;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 1260px) {
  .banner-title-4{font-size: 62px !important;}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #f6b024;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 74, 133, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #0665b7;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #f6b024;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #f6b024;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
#main-carousel .slider {
  width: 100%;
  overflow: hidden;
  height: 600px;
  position: relative;
  margin-bottom: -100px;
}
#main-carousel .slider ul:first-child {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 400%;
  height: 100%;
  top: 0;
}
#main-carousel .slider li {
  padding: 0;
  margin: 0;
  width: 33.333333%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}
#main-carousel .slider li img {
  border: none;
  width: 100%;
  min-height: 100%;
}
#main-carousel .slider button {
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  width: 20%;
  background-color: transparent;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 1;
  z-index: 9;
  font-size: 30px;
}
#main-carousel .slider button.prev {
  left: 0;
}
#main-carousel .slider button.next {
  right: 0;
}
#main-carousel .slider button:hover,
#main-carousel .slider button:active {
  cursor: pointer;
  opacity: 1;
}
#main-carousel .slider .content {
  z-index: 3;
  position: absolute;
  top: 28%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3.5em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 3.5em;
  font-size: 3em;
  width: 100%;
  font-family: "Amatic SC", cursive;
}
#main-carousel .slider .content a {
  color: inherit;
}
.slider .content div:nth-child(2) {
  background: #2194f7;
  padding: 10px;
  line-height: 35px;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  position: relative;
  bottom: -20px;
}
.nav-dots {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  width: 250px;
  z-index: 110;
  text-align: center;
}
#main-carousel button.next i,
#main-carousel button.prev i {
  font-weight: bold;
  font-size: 40px;
}
.nav-dots li {
  position: relative;
  top: 40%;
  height: 5px;
  width: 10%;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 3px;
  display: inline-block;
  margin: 5px;
}
.nav-dots .active,
.nav-dots li:hover {
  cursor: pointer;
  background: rgba(245, 245, 245, 1);
}
.wrap {
  width: 100%;
  height: auto;
  padding: 0 6%;
  background: rgb(246, 246, 246);
  background-size: cover;
}
/*==========             
Scrollbar
==========*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(219, 219, 219);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  background: url("../img/bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -190px;
  z-index: 99;
  transition: 0.3s;
}
#hero:before {
  content: "";
  background: rgba(6, 101, 183, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  z-index: 9;
  max-width: 700px;
  display: inline-block;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  z-index: 9;
}
#hero .carousel-container img {
  position: absolute;
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
  z-index: 9;
}
#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px), (max-height: 700px) {
  #hero h2 {
    font-size: 35px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #634fd1;
  color: #fff;
  width: 100%;
}
section {
  padding: 15px 0;
  overflow: hidden;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Open Sans", sans-serif;
}
/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding-top: 0;
  position: relative;
  z-index: 100;
}
.icon-boxes .icon-box {
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
}
.icon-box img {
  width: 100%;
  height: 100%;
}
.icon-boxes .icon {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
.icon-boxes .title a {
  font-size: 18px;
  font-weight: 500;
  color: #03132b;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.9px;
}
.icon-boxes .icon-box:hover {
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.16);
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  position: relative;
}
.about ul {
  list-style: none;
  padding: 0px;
}
.section-title p,
h1.section-title {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}
.gtco-testimonials,
.pop_activ,
.hosts {
  position: relative;
  background: #fff;
  padding: 5px 20px 0px;
}
.gtco-testimonials,
.pop_activ {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.schd_act {
  position: relative;
  padding: 5px 20px 0px;
}
.gtco-testimonials .owl-item > div {
  width: 100%;
}
@media (max-width: 768px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
  #topbar {
    height: auto;
  }
  #header,
  .search-container {
    top: auto !important;
  }
  .act_vity {
    font-size: 10px;
    padding: 4px 7px !important;
  }
  .np_sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .logo {
    text-align: center;
    margin: 10px 0;
  }
  .contact {
    display: none;
  }
}
.act_vity {
  color: #5db1f9;
  border: 2px solid #634fd1;

  width: 100%;
  display: inline-block;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  margin: 0 20px;
  /* padding: 0 10px; */
  border-radius: 0;
  border: 0;
  height: 290px;
  position: relative;
}
.pop_activ .card {
  border: 1px solid #efefef;
  background: #efefef;
  padding-bottom: 15px;
  display: inline-block;
  height: 310px;
  margin: 0 10px;
  font-size: 14px;
  width: 95%;
}
.pop_activ .item {
  margin: 0 10px;
  width: 100%;
}
.gtco-testimonials .card .card-img-top {
  position: absolute;
  height: 100%;
  width: 100%;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 1;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  position: relative;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}
figure.effect-ming {
  background: #030c17;
}
figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-ming figcaption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
  opacity: 0.4;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
  height: 100%;
  width: 100%;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
.grid figure img {
  position: relative;
  opacity: 0.3 !important;
  width: 100%;
  height: 100%;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption:before,
.grid figure figcaption:after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.owl-carousel1 {
  position: relative;
}
button.owl-prev {
  background: #f64f59 !important;
  width: 30px;
  height: 98px;
  padding: 30px;
  position: absolute;
  left: -25px;
  color: #fff;
  top: 30%;
  border-radius: 0px !important;
}
button.owl-prev span,
button.owl-next span {
  color: #fff;
  font-size: 45px;
  line-height: 35px;
}
button.owl-next {
  background: #f64f59 !important;
  width: 30px;
  height: 98px;
  padding: 30px;
  position: absolute;
  right: -25px;
  top: 30%;
  border-radius: 0px !important;
}
.grid figure h2 {
  font-weight: bold;
  padding-top: 20%;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.owl-carousel2 .text_container,
.pop_activ .text_container {
  padding: 10px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  position: relative;
  padding: 40px;
  background-size: cover;
}
.contact:before {
  content: "";
  background: rgba(99, 79, 209, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.contact h6 a > i {
  display: none;
}
/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #000;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #59ab6e !important;
  font-size: 2.8em !important;
}
/* Carousel Brand */
.tempaltemo-carousel .h1 {
  font-size: 0.5em !important;
  color: #000 !important;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  margin-top: 0;
  position: relative;
  top: 0;
  height: 300px;
  text-align: center;
  /* background: #0BA250; */
  color: #fff;
}
.breadcrumbs .breadcrumb {
  background: transparent;
  padding: 0px;
}
.zg-banner-text {
  font-size: 30px;
  line-height: 1.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f25163;
  padding: 0 0 18px 0;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.bg_blue {
  background: #0d216d;
  padding-bottom: 50px;
}
#footer .footer-top {
  background: #0d216d;
  padding: 0px 0 30px 0;
}
.border_top {
  border-top: 1px solid #2b4c69;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: left;
  padding-top: 20px;
}
#footer .credits {
  padding-top: 20px;
  text-align: right;
  font-size: 14px;
  color: #fff;
}
#footer .credits a {
  color: #f6b024;
}
#schedule-tab {
  position: relative;
}
.schedule .schedule-tab-title {
  margin-bottom: 35px;
}
.schedule .schedule-tab-title .nav-tabs {
  background: #ffffff;
  overflow-x: hidden;
}
.schedule .schedule-tab-title .nav-tabs .nav-link {
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  height: 90px;
  width: 255px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
  padding: 20px 20px;
  overflow-y: hidden;
  background: #fff;
  margin-bottom: 0px;
}
.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link,
.schedule .schedule-tab-title .nav-tabs .nav-link.active,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
  background: -webkit-linear-gradient(left, #2194f7, #00c6ff);
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h4,
.schedule .schedule-tab-title .nav-tabs .nav-link.active h4,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h4 {
  color: #fff;
}
.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h5,
.schedule .schedule-tab-title .nav-tabs .nav-link.active h5,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h5 {
  color: #fff;
}
.schedule .schedule-tab-title .item-text h4 {
  font-size: 15px;
  color: #2f323c;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.schedule .schedule-tab-title .item-text h5 {
  font-size: 14px;
  color: #848484;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.schedule .schedule-tab-content .tab-content {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}
.schedule .schedule-tab-content .card {
  border: none;
}
.schedule .show .card-body {
  background: #f3f4f3;
}
.schedule .card-header {
  border: none;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.schedule .card-header .images-box {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}
.schedule .card-header .images-box img {
  border-radius: 50%;
}
.schedule .card-header .time {
  color: #777777;
  font-size: 13px;
  margin-bottom: 5px;
}
.schedule .card-header h4 {
  font-weight: 700;
  font-size: 18px;
  color: #212121;
  margin-bottom: 8px;
}
.schedule .card-header .name {
  position: relative;
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.schedule .card-body {
  padding: 15px 70px 15px 110px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.schedule .card-body .location {
  font-size: 13px;
  color: #777777;
}
.schedule .card-body .location span {
  color: #e91e63;
  margin-right: 5px;
}
.elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #ecf1f9;
  background-image: url(https://demo.xpeedstudio.com/evenex/home-main/wp-content/uploads/sites/12/2020/12/schedule__bottom_bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.schedule {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.schedule .schedule-tab-title .nav-tabs li.nav-item {
  background-color: #fff;
}
.schedule .schedule-tab-title .nav-tabs {
  background: transparent;
  border-bottom: 0px;
}
.schedule {
  position: relative;
}
.section-title {
  padding: 0px 0 5px 0;
  position: relative;
}
.why-us .content .more-btn:hover {
  color: #ff5821;
  background: #fff;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
section#why-us {
  position: relative;
  z-index: 110;
  padding: 0;
  background: #ededed;
}
.scrollable-dropdown {
  height: auto;
  max-height: 320px;
  overflow-x: hidden;
}
.search-panel .btn {
  color: #fff;
  border-radius: 0;
  background: #0BA250;
  border-left: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  min-width: 19px;
  border-radius: 25px 0 0 25px;
  line-height: 26px;
  border: 1px solid #0BA250;
}
.search_input {
  display: block;
  width: 100%;
  line-height: 15px;
  padding: 7px 10px 10px 0;
  margin: 0;
  border: 0;
  height: 40px;
  font-family: inherit;
  font-size: 14px;
  background: 0 0;
  color: #111;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  text-indent: 8px;
  direction: ltr;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-right: 0;
}
.search .btn {
  background: #0BA250;
  color: #fff;
  border-radius: 0;
  border-radius: 50%;
}
span.input-group-btn.search{position: absolute; right: -15px;z-index: 99;}
.search-panel a {
  color: #333;
  font-size: 14px;
  padding: 10px 15px;
  line-height: 15px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}
.featured button {
  background-color: #fff;
  border: 0;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
  transition: color 0.2s ease-in;
}
.featured button:hover {
  color: #222;
}

.featured button:focus {
  outline: 0;
}
.featured .slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.featured .left-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  transition: transform 0.5s ease-in-out;
}
.featured .left-slide > div {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 50px;
}
.featured .left-slide h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}
.featured .right-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 45%;
  width: 55%;
  transition: transform 0.5s ease-in-out;
}
.featured .right-slide > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.featured .slider-container .action-buttons button {
  position: absolute;
  left: 45%;
  top: 50%;
  z-index: 100;
}
.featured .slider-container .action-buttons .down-button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: translateX(-100%);
}
.featured .slider-container .action-buttons .up-button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transform: translateY(-100%);
}
ul.dokan-store-info {
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  /* padding: 0 50px; */
  text-align: left;
  margin: 0;
  width: 100%;
}
ul.dokan-store-info i {
  margin-right: 8px;
  font-size: 18px;
  display: inline-block;
  width: 6%;
}
ul.dokan-store-info a {
  color: #fff;
}
.view_more {
  background: #fff;
  padding: 5px 29px;
  border-radius: 30px;
  border: 2px solid #634fd1;
  font-size: 14px;
  vertical-align: bottom;
  display: inline-block;
  margin-top: 10px;
  transition: all ease-in-out 0.4s;
  color: #634fd1;
  position: absolute;
  bottom: 7px;
  right: 0px;
}
.view_more:hover {
  background: #634fd1;
  color: #fff;
  border: 2px solid #634fd1;
}
.read_more_div {
  display: inline-block;
  width: 100%;
}
.bs-example {
  display: inline-block;
  text-align: right;
  float: right;
}
.bs-example .dropdown,
.bs-example .cart {
  display: inline-block;
}
.bs-example .dropdown .dropdown-toggle:after {
  display: none;
}
.cart .bs-example i {
  font-size: 18px;
  color: #634fd1;
  text-align: right;
}
.profile_page {
  display: inline-block;
  width: 100%;
  min-height: 100vh;
}
#main-carousel {
  margin-bottom: -30px;
  margin-top: 25px;
}
#main-carousel:after {
  background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #eaeded);
  bottom: 0;
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED',GradientType=0)";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 250px;
  z-index: 1;
}
.bg_blck span {
  background: #000;
  opacity: 1;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}
.carousel .carousel-item {
  height: 500px;
}
.carousel .carousel-item > *:first-child {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}
#main-carousel .carousel-control-prev {
  left: 90px;
}
#main-carousel .carousel-control-next {
  right: 90px;
}
.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}
.tabs-left > li {
  float: none;
  margin: 0px;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: #f90;
  border: none;
  border-radius: 0px;
  margin: 0px;
}
.nav-tabs > li > a:hover {
  /* margin-right: 2px; */
  line-height: 1.42857143;
  border: 1px solid transparent;
  /* border-radius: 4px 4px 0 0; */
}
.tabs-left > li.active > a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f90;
  display: block;
  width: 0;
}
/********************** Profile Page ********************/
.profile_page .profile-header {
  background: url("/assets/img/c_bg.png");
  width: 100%;
  display: flex;
  height: 190px;
  position: relative;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}
.profile_page .profile-img {
  float: left;
  width: 340px;
  height: 200px;
}
.profile_page .profile-img img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  border: 5px solid #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50px;
  top: 70px;
  z-index: 5;
  background: #fff;
}
.profile_page .profile-nav-info {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  font-family: "Open Sans", sans-serif;
}
.profile_page .profile-nav-info h3 {
  color: #fff;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.profile_page .profile-nav-info .address {
  display: flex;
  font-weight: bold;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.profile_page .profile-nav-info .address p {
  margin-right: 5px;
  font-family: "Open Sans", sans-serif;
}
.profile_page .profile-option {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  outline: none;
  background: #f6b024;
  font-family: "Open Sans", sans-serif;
}
.profile_page .profile-option:hover {
  background: #fff;
  border: 1px solid #f6b024;
}
.profile_page .profile-option:hover .notification i {
  color: #f6b024;
}
.profile_page .profile-option:hover span {
  background: #f6b024;
}
.profile_page .profile-option .notification i {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.5s ease-in-out;
}
.profile_page .main-bd {
  width: 100%;
  display: flex;
}
.profile_page .profile-side {
  width: 300px;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 90px 30px 20px;
  font-family: "Open Sans", sans-serif;
  z-index: 99;
}
.profile_page .profile-side p {
  margin-bottom: 7px;
  color: #333;
  font-size: 14px;
}
.profile_page .profile-side p i {
  color: #fff;
  margin-right: 10px;
  background: #065fad;
  width: 20px;
  height: 20px;
  font-size: 11px;
  padding: 5px 0;
  text-align: center;
}
.profile_page .mobile-no i {
  transform: rotateY(180deg);
  color: #f6b024;
}
.profile_page .profile-btn {
  display: flex;
}
.profile_page .user-rating {
  display: flex;
}
.profile_page .user-rating h3 {
  font-size: 2.5rem;
  font-weight: 200;
  margin-right: 5px;
  letter-spacing: 1px;
  color: #fff;
}
.profile_page .user-rating .no-of-user-rate {
  font-size: 0.9rem;
  color: #fff;
}
.profile_page .rate {
  padding-top: 6px;
}
.profile_page .rate i {
  font-size: 0.9rem;
  color: #f6b024;
}
.profile_page .nav {
  width: 100%;
  z-index: -1;
}
.profile_page .nav ul {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  height: 50px;
  background: #fff;
  border-left: 1px solid #ccc;
  width: 50%;
}
.profile_page .nav ul li {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
  font-weight: bold;
}
.profile_page .nav ul li:hover,
.profile_page .nav ul li.active {
  box-shadow: 0px -3px 0px #f6b024 inset;
}
.profile_page .profile-body {
  width: 100%;
  z-index: -1;
}
.profile_page .tab {
  display: none;
}
.profile_page .tab {
  padding: 20px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  .product-details h4 a {
    font-size: 16px;
    line-height: 1.2;
  }
  .product-bottom-details .product-price {
    font-size: 17px;
    line-height: 1.2;
  }
  .profile_page .card .card-body {
    padding: 15px 1rem 80px;
  }
  .profile_page .profile-side {
    width: 250px;
    padding: 90px 15px 20px;
  }
  .profile_page .profile-img img {
    height: 200px;
    width: 200px;
    left: 50px;
    top: 50px;
  }
}
@media (max-width: 900px) {
  .profile_page .profile-header {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }
  .profile_page .profile-img {
    float: left;
    width: 100%;
    height: 200px;
  }
  .profile_page .profile-img img {
    position: relative;
    height: 200px;
    width: 200px;
    left: 0px;
  }
  .profile_page .profile-nav-info {
    text-align: center;
  }
  .profile_page .profile-option {
    right: 20px;
    top: 75%;
    transform: translateY(50%);
  }
  .profile_page .main-bd {
    flex-direction: column;
    padding-right: 0;
  }
  .profile_page .profile-side {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 5px 0;
  }
  .profile_page .profile-nav-info .address {
    justify-content: center;
  }
  .profile_page .user-rating {
    justify-content: center;
  }
  main .categories-view1-full {
    background: url(/assets/img/c_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto !important;
  }
}
@media (max-width: 640px) {
  .banner-title-4{font-size: 20px !important;}
  .fs-content h5 a,.product-new-price{font-size: 14px;}
  .container{padding: 0 15px;}
  .pt-100,.pt-120{padding-top: 40px;}
  .pb-100,.pb-120{padding-bottom: 40px;}
  .pl-50{padding-left: 0;}
}
@media (max-width: 400px) {
  .profile_page .profile-header h3 {
  }
  .profile_page .profile-option {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 83%;
  }
  .profile_page .profile-nav-info h3 {
    font-size: 1.9rem;
  }
  .profile_page .profile-nav-info .address p,
  .profile_page .profile-nav-info .address span {
    font-size: 0.7rem;
  }
  .view_more {
    position: relative;
  }
  
}
#see-more-bio,
#see-less-bio {
  color: blue;
  cursor: pointer;
  text-transform: lowercase;
}
.profile_page .tab h1 {
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.profile_page .social-links a {
  font-size: 16px;
  display: inline-block;
  background: #065fad;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.profile_page .social-links a:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
.profile-reviews .card {
  border-radius: 1rem;
  box-shadow: 0px -10px 0px #05579e;
}

@media (max-width: 767px) {
  .profile-reviews .card {
    margin: 1rem 0.7rem 1rem;
    max-width: 80vw;
  }
}
.profile-reviews img {
  width: 6.2rem;
  border-radius: 5rem;
  margin: 1.3rem auto 1rem auto;
}

.profile-reviews .card-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}
.profile-reviews .card-text {
  padding: 0px 15px;
  font-size: 14px;
  color: rgb(82, 81, 81);
  line-height: 1.4rem;
  text-align: left;
}
.profile-reviews .footer {
  border-top: none;
  text-align: center;
  line-height: 1.2rem;
  padding: 15px;
}
.profile-reviews #name {
  font-size: 15px;
  font-weight: bold;
}
.profile-reviews #position {
  font-size: 14px;
}
.profile-reviews a {
  color: #05579e;
  font-weight: bold;
}
.profile-reviews a:hover {
  color: rgb(151, 248, 6);
}
.space {
  margin-top: 70px;
}
.profile_page .form-control:focus {
  box-shadow: none;
  border-color: #ba68c8;
}
.profile_page .profile-button {
  background: #0BA250;
  box-shadow: none;
  border: none;
}
.profile_page .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.my-error-class1 {
  color: red;
}
input.my-error-class1,
select.my-error-class1 {
  border: 1px solid red;
}
.profile_page .profile-button:hover {
  background: #634fd1;
}
.profile_page .profile-button:focus {
  background: #634fd1;
  box-shadow: none;
}
.profile-button:active {
  background: #682773;
  box-shadow: none;
}
.back:hover {
  color: #682773;
  cursor: pointer;
}
.labels {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}
.add-experience:hover {
  background: #ba68c8;
  color: #fff;
  cursor: pointer;
  border: solid 1px #ba68c8;
}
.exp-container i {
  font-size: 30px;
  margin-right: 15px;
  display: inline-block;
  width: 40px;
}
.exp-container i.fa-facebook-f {
  color: #4267b2;
}
.exp-container i.fa-twitter {
  color: #0BA250;
}
.exp-container i.fa-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.exp-container i.fa-linkedin-in {
  color: #4267b2;
}
#updateHostSocialLinks hr {
  height: 0;
}
a,
a:active,
a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.fancy-title-view1 {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}
.fancy-title-view1 h2 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  display: block;
}
.fancy-title-view1 p {
  margin-bottom: 0px;
  display: inline-block;
  width: 65%;
}
.fancy-title-view1 i {
  font-size: 22px;
}
.fancy-title-view1-color h2,
.fancy-title-view1-color p {
  color: #ffffff;
}
.categories-view1-full {
  padding: 170px 0px 80px 0px;
  margin-top: 0;
  margin-bottom: 0;
  background: url("/assets/img/c_bg.png");
  position: relative;
  background-size: 100%;
  height: 100vh;
}
.categories-view1-full ul {
  padding: 0px;
}
.categories,
.categories-view1-wrap {
  float: left;
  width: 100%;
}
.categories ul li {
  list-style: none;
}
.categories > ul > li {
  float: none;
  display: inline-block;
  margin: 0px 0px 30px 0px;
  vertical-align: top;
}
.categories-view1-wrap {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 50px 30px 95px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
}
.categories-view1 i {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 30px;
  color: #f6b024;
  width: 70px;
  height: 70px;
  border-radius: 0 100% 100% 0;
  text-align: center;
  padding-top: 18px;
  margin-top: -36px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-left: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.categories-view1 li:hover i {
  color: #ffffff;
  background-color: #0BA250;
}
.categories-view1 a {
  display: inline-blockblock;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  width: 100%;
}
.categories-view1 small {
  font-size: 13px;
  color: #666;
}
.categories-view1 span {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 90px;
  font-weight: 500;
  color: #999;
  opacity: 0.07;
  line-height: 1;
}
.profile_page .main-load-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}
.profile_page .main-load-btn a {
  display: inline-block;
  line-height: 1;
  padding: 18px 45px;
  color: #ffffff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #f6b024;
}
.main-load-btn a:hover {
  background-color: #0BA250;
}
.more-spacer {
  float: left;
  width: 100%;
  margin: 10px 0px;
}

.profile_page .dropdown-menu.radio .dropdown-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.profile_page .dropdown-menu.radio input {
  visibility: hidden;
  position: absolute;
  left: -30px;
}

.profile_page .dropdown-menu.radio i {
  font-weight: normal;
  font-style: normal;
  display: block;
}

.profile_page .dropdown-item.active {
  background-color: #555;
  color: #fff;
}
.profile_page .dropdown-toggle::after {
  position: absolute;
  top: 15px;
  right: 15px;
}
#upload {
  opacity: 0;
  margin-bottom: 0;
}
.input-group-append i {
  margin-right: 10px;
}

#upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.image-area {
  border: 1px dashed #ccc;
  position: relative;
  /*height: 265px;*/
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.image-area::before {
  content: "Uploaded image result";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

.cross {
  font-size: 10px;
}

.padding-0 {
  padding-right: 5px;
  padding-left: 5px;
}

.img-style {
  margin-left: -11px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 104% !important;
}

.m-t-20 {
  margin-top: 20px;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 34px;
  border-radius: 50%;
  padding: 8px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 100 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 17px;
}

.ribbon-top-right::after {
  bottom: 17px;
  right: 0;
}

.sold_stars i {
  color: orange;
}

.ribbon-top-right span {
  right: 17px;
  top: 17px;
}

.bbb_deals_featured {
  width: 100%;
}

.bbb_deals {
  width: 100%;
  margin-right: 7%;
  padding-top: 80px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 34px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 0px;
  background-color: #fff !important;
}

.bbb_deals_title {
  position: absolute;
  top: 10px;
  left: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.bbb_deals_slider_container {
  width: 100%;
}

.bbb_deals_item {
  width: 100% !important;
}

.bbb_deals_image {
  width: 100%;
}

.bbb_deals_image img {
  width: 100%;
}
#sandbox {
  margin: 0px;
  display: flex;
}
.sideb {
  flex: 0 0 25%;
}

.listb {
  flex-grow: 1;
  margin-left: 50px;
}

input {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 7px 14px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
input:focus {
  outline: none;
  border-color: #aaa;
}

.sort {
  padding: 8px 16px;
  border-radius: 0px;
  border: none;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  text-decoration: none;
  background-color: #28a8e0;
  height: 36px;
  margin: 5px 5px;
}
.sort:hover {
  text-decoration: none;
  background-color: #1b8aba;
}
.sort:focus {
  outline: none;
}
.sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: relative;
  top: -10px;
  right: -5px;
}
.sort .asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "";
  position: relative;
  top: 13px;
  right: -5px;
}
.sort .desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content: "";
  position: relative;
  top: -10px;
  right: -5px;
}

.list {
  margin: 0;
  padding: 20px 0 0;
}
.list li {
  display: block;
  background-color: #fff;
  padding: 20px;
  box-shadow: inset 0 1px 0 #fff;
  margin-bottom: 20px;
}
.list li h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.list li a {
  text-decoration: none;
  color: #0c0c0c;
}

.list li .jobType {
  margin: 0;
  background-color: rgba(43, 91, 167, 0.58);
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
}
.list li .jobLocation {
  margin: 0;
  padding: 6px 10px;
  display: inline-block;
  border-left: 1px solid #000;
  margin-left: 10px;
}

.jscroll {
  height: 700px;
  overflow-y: scroll;
  border: 1px solid black;
}

.ccontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ccontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.ccontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ccontainer input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ccontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ccontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
select.location,
.jobtypefilter {
  height: 35px;
  width: 250px;
  max-width: 80%;
  padding: 5px;
  font-size: 16px;
}

.lpagignate {
  display: flex;
  align-items: center;
}

ul.pagination {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  margin: 15px 0 30px  0;
}

ul.pagination li {
  padding: 0px 10px !important;
  font-size: 14px;
  font-weight: bold;
}

ul.pagination li a {
  color: inherit;
  padding: 5px 15px !important;
  border-radius: 3px !important;
}

ul.pagination li.active a {
  color: #fff !important;
  background-color: #0BA250 !important;
  border-color: #0BA250 !important;
}

.page-arrow {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  padding: 5px 10px;
}

.bottomBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.left-part {
  flex-grow: 1;
}
.mobFilter {
  display: none;
}

@media (max-width: 768px) {
  #sandbox {
    display: block;
  }
  .porpSection {
    display: none;
  }
  .porpSection.activeMob {
    position: fixed;
    display: block;
  }
  .mobFilter {
    display: block;
  }
  .listb {
    margin-left: 0px;
  }

  .porpSection.activeMob {
    position: fixed;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    padding: 30px;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
    z-index: 999;
    max-width: 85%;
    max-height: 90%;
    display: block;
  }

  body.filterActive:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 998;
  }

  body.filterActive {
    overflow: hidden;
  }

  input.search {
    display: inline-flex;
    width: calc(100% - 60px);
    box-sizing: border-box;
  }
  .mobFilter {
    display: inline-flex;
    padding: 0 10px;
    box-sizing: border-box;
    width: 34px;
    justify-content: center;
    align-items: center;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    margin-left: 8px;
    cursor: pointer;
  }
  .super_header .fixed-top {
    position: static;
  }
}

.xbutton {
  display: none;
}

.activeMob .xbutton {
  display: block;
  position: absolute;
  top: -35px;
  right: -35px;
  background: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 0;
}

.picZoomer {
  position: relative;
  /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor {
  display: block;
}
.picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  left: 0;
}
.picZoomer-pic {
  /*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  border: 1px solid #eee;
  height: 460px;
  margin-top: -19px;
}
.picZoomer-cursor {
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, 0.1);
}
.picZoomCursor-ico {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
  vertical-align: middle;
  position: absolute;
  margin: auto;
}
.piclist li {
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
}
.piclist li img {
  width: 97%;
  height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
  border: 1px solid #eee;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
  padding-left: 0px;
  top: 0px;
}
._boxzoom ._product-images {
  width: 100%;
  display: inline-block;
}
._boxzoom ._product-images .picZoomer {
  width: 100%;
}
._boxzoom ._product-images .picZoomer img.my_img {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.piclist li img {
  height: 80px;
  object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
  background: #fff;
}
._product-detail-content p._p-name {
  color: #444444;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-list span {
  margin-right: 15px;
}
.p-list span.price {
  font-size: 35px;
  color: #0BA250;
  font-weight: bold;
}
._p-qty > span {
  color: black;
  margin-right: 15px;
  font-weight: 500;
}
._p-qty .value-button {
  display: inline-flex;
  border: 0px solid #ddd;
  margin: 0px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
}
._p-qty .value-button.decrease_{width: 70px;}

._p-qty .value-button {
  height:50px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
._p-qty input.quantity-box {
  text-align: center;
  border: none;
  margin: 0px;
  width: 70px;
  height: 50px;
  font-size: 20px;
  box-sizing: border-box;
  border-radius: 0px;
  padding: 0px;
}
._p-add-cart {
  margin-left: 0px;
  margin-bottom: 15px;
}
.p-list {
  margin-bottom: 10px;
  padding-top: 10px;
}
._p-features > span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
._p-add-cart .buy-btn {
  background-color: #0BA250;
  color: #fff;
  font-size: 14px;
}
._p-add-cart .btn {
  text-transform: capitalize;
  padding: 10px 20px;
  /* width: 200px; */
  border-radius: 52px;
}
._p-add-cart .btn {
  margin: 0px 8px;
}

/*=========Recent-post==========*/

.common_wd .owl-nav .owl-prev,
.common_wd .owl-nav .owl-next {
  background-color: #0BA250 !important;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px !important;
}
#recent_post .owl-nav .owl-next {
  right: -10px;
}
#recent_post .owl-nav .owl-prev,
#recent_post .owl-nav .owl-next {
  top: 50%;
  position: absolute;
}
.common_wd .owl-nav .owl-prev i,
.common_wd .owl-nav .owl-next i {
  color: #fff;
  font-size: 14px !important;
  position: relative;
  top: 0px;
}
.common_wd .owl-nav {
  position: absolute;
  top: -20%;
  right: 0px;
  width: 65px;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  left: 0px;
}
._p-qty .decrease_ {
  position: relative;
}

._p-qty .increase_ {
  position: relative;
}
/*========box========*/
.product-details .offer-price {
  color: #0BA250;
  font-size: 16px;
  font-weight: 600;
}
.product-card {
  position: relative;
  box-shadow: 0 2px 7px #dfdfdf;
  background: #fafafa;
  margin-bottom: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.product-card .badge {
  position: absolute;
  left: 0;
  top: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: red;
  color: #fff;
  padding: 3px 10px;
}

.product-tumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}

.product-tumb img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 200px;
}

.product-details {
  padding: 30px;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #616161;
  margin-bottom: 18px;
}
.product-details h4 a {
  font-weight: bold;
  display: block;
  margin-bottom: 18px;
  color: #444;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  line-height: 24px;
}

.product-details h4 a:hover {
  color: #fbb72c;
}

.product-details p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #444;
}
.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #efefef;
  padding-top: 10px;
  position: absolute;
  bottom: 10px;
  width: 90%;
  margin-top: 30px;
}
.product-bottom-details div {
  float: left;
  width: 50%;
}
article.card {
  width: 100%;
}
article.card img {
  height: 220px;
}
article.card .amount {
  font-weight: bold;
  padding-bottom: 10px;
  /* background: #634FD1; */
  line-height: 13px;
  width: auto;
  /* margin-bottom: 10px; */
  height: auto;
  text-align: center;
  color: #0BA250;
  padding: 5px 15px 5px;
  float: right;
  font-size: 20px;
}
article .MsoNormal {
  font-size: 14px;
  line-height: 21px !important;
}
.product-price {
  font-size: 18px;
  color: #fbb72c;
  font-weight: 600;
}

.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.product-links a {
  display: inline-block;
  margin-left: 5px;
  color: #e1e1e1;
  transition: 0.3s;
  font-size: 17px;
}

.product-links a:hover {
  color: #fbb72c;
}
.product-card .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.product-card .hover i.fa-edit {
  position: absolute;
  top: 50%;
  left: 30%;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: -webkit-linear-gradient(left, #2194f7, #00c6ff);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  text-align: center;
}
.product-card .hover i.fa-trash {
  position: absolute;
  top: 50%;
  right: 17%;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: -webkit-linear-gradient(left, #bb2e3e, #f33c52);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  text-align: center;
}
.product-card .hover i.fa-copy {
  position: absolute;
  top: 50%;
  right: 35%;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: -webkit-linear-gradient(left, #ffbe00, #ff6600);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  text-align: center;
}
.product-card:hover .hover {
  opacity: 1;
}
.product-card:hover .hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.blog-card.box-shadow {
  box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
}
.blog-card .card-type {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #634fd1;
  z-index: 1;
  display: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.blog-card .card-meta {
  font-size: 14px;
}
/* .blog-card .section-title-border {
  position: relative;
  height: 5px;
  width: 30px;
  background: #634fd1;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}
.blog-card .section-title-border:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background: #634fd1;
  border-radius: 10px;
  right: -60%;
  top: 0;
}
.blog-card .section-title-border:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  background: #634fd1;
  border-radius: 10px;
  right: -100%;
  top: 0;
} */

/********************* header CSS ************************************/
.super_header .header_main {
  z-index: 1;
  padding: 0 15px;
}
.super_header .main_nav {
  width: 100%;
  border-top: solid 1px #f2f2f2;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
  background: #ffffff;
  padding: 0 20px;
}
.super_header .wishlist {
  margin-right: 20px;
}
.super_header .wishlist_icon i {
  font-size: 40px;
  color: #383736;
}
.super_header .wishlist_content {
  margin-left: 14px;
}

.super_header .wishlist_text a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.super_header .wishlist_text a:hover {
  color: #0e8ce4;
}
.super_header .wishlist_count {
  margin-top: -2px;
  color: #a3a3a3;
  font-size: 14px;
}
.super_header .cart_count {
  position: absolute;
  top: -6px;
  left: -13px;
  width: 23px;
  height: 23px;
  background: #0BA250;
  border-radius: 50%;
  text-align: center;
}

.super_header .cart_count span {
  display: block;
  line-height: 23px;
  font-size: 12px;
  color: #ffffff;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

.super_header .cart_icon img {
  width: 20px;
}

.super_header .cart_content {
  margin-left: 28px;
}

.super_header .cart_text a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.super_header .cart_text a:hover {
  color: #0e8ce4;
}

.super_header .cart_price {
  font-size: 14px;
  color: #a3a3a3;
  margin-top: -2px;
}
.super_header .main_nav_content {
  width: 100%;
  height: 50px;
  position: relative;
}
.super_header .main_nav_content ul li {font-size: 16px;}
.super_header .cart {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  font-size: 14px;
  color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 23px;
}
.swiper-slide a {
  color: #333;
  position: relative;
}
.swiper-slide a:hover:after,
.swiper-slide li:hover > a:after,
.swiper-slide .active:after {
  visibility: visible;
  width: 100%;
}

.swiper-slide a:hover,
.swiper-slide .active,
.swiper-slide li:hover > a {
  color: #fff;
}
.swiper-slide > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -15px;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 13px;
}

.top-part li {
  list-style: none;
  padding: 0px;
  display: inline;
  margin-right: 8px;
}
.top-part ul {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0px 0 15px;
}
.top-part h6 {
  color: #fff;
}
.top-part a {
  color: #fff;
}
.top-part a:hover {
  color: #634fd1;
  text-decoration: underline;
}
.top-part ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -25px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -25px;
  left: auto;
}
@media (max-width: 1068px) {
  .super_header .wishlist_icon i {
    font-size: 30px;
  }
  .super_header .cart_icon img {
    width: 18px;
  }
  .super_header .cart_count {
    bottom: -1px;
    right: -10px;
    width: 17px;
    height: 17px;
  }
  .super_header .cart_count span {
    line-height: 13px;
    font-size: 10px;
  }
  .swiper-slide {
    font-size: 13px;
  }
  .super_header .main_nav_content {
    height: 35px;
  }
}
@media (max-width: 660px) {
  .swiper-slide {
    font-size: 12px;
  }
  .super_header .main_nav_content {
    height: 30px;
  }
  #main-carousel {
    margin-top: 60px;
  }
  .carousel .carousel-item {
    height: auto;
  }
  .carousel-indicators {
    margin-bottom: 0;
  }
  #main-carousel .carousel-control-prev {
    left: 0;
    top: -100px;
  }
  #main-carousel .carousel-control-next {
    right: 0px;
    top: -100px;
  }
  #main-carousel:after {
    top: 0px;
  }
  .view_more {
    padding: 0px 10px;
    font-size: 12px;
    margin-top: 3px;
  }
  .section-title p,
  h1.section-title {
    font-size: 15px;
  }
  .featured .right-slide,
  .featured .left-slide {
    width: 100%;
  }
  .schedule .schedule-tab-title .nav-tabs .nav-link,
  .schedule .schedule-tab-title .nav-tabs li.nav-item {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .swiper-slide {
    font-size: 12px;
    width: auto !important;
    margin-right: 23px;
  }
}
@media (max-width: 490px) {
  .swiper-slide {
    font-size: 12px;
    width: inherit !important;
    margin-right: 0px;
  }
}
.wishlist_cart ul.dropdown-menu {
  top: 47px;
  border-radius: 0;
  padding: 3px 0px 10px;
  right: -30px;
}
.wishlist_text i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.wishlist_cart ul.dropdown-menu li {
  border-bottom: 1px solid #ccc;
  padding: 0 10px 5px;
  line-height: 25px;
}
.wishlist_cart ul.dropdown-menu li:last-child {
  border-bottom: none;
  padding: 0 10px 0px;
}
.top-part h6 i {
  margin-right: 15px;
}
/*
.search{
	margin-right:20px;
}*/
.search-icon {
  font-size: 20px;
  color: #383736;
  background-color: transparent;
  border: 0;
  outline: none;
}

.search-toggle .search-icon.icon-close {
  display: none;
}
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.search-container {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #eee;
}
.search-container.opened {
  max-height: 100px;
}
.search-container input[type="text"] {
  outline: none;
  font-size: 1.6rem;
  width: 270px;
  background-color: inherit;
  border: 0;
  float: left;
  margin: 0;
  font-size: 16px;
}
.search-container .search-icon {
  vertical-align: middle;
}
.search-container {
  position: absolute;
  right: 0;
  top: 48px;
  display: inline-block;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.half_input {
  width: 48%;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.mr_0 {
  margin-right: 0px;
}
.tox.tox-tinymce {
  width: 100% !important;
}
.zg-banner-text ol li a,
.zg-banner-text ol li a:active,
.zg-banner-text ol li a:focus,
.zg-banner-text ol li.breadcrumb-item.active {
  color: #fff;
}
.zg-banner-text .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.category input[type="checkbox"],
.rating input[type="checkbox"] {
  width: auto;
  margin-bottom: 0;
  margin-right: 15px;
}
select#selected_event_radius,
select#selected_event_radius:active,
select#selected_event_radius:focus,
select#selected_event_radius:focus:not(:focus-visible) {
  width: 100%;
  border: 0;
  outline: none;
}
.weekDays-selector input,
.time-selector input {
  display: none !important;
}

.weekDays-selector input[type="checkbox"] + label {
  display: inline-block;
  border-radius: 50%;
  background: #dddddd;
  height: 40px;
  width: 40px;
  margin-right: 3px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.time-selector input[type="checkbox"] + label {
  display: inline-block;
  border-radius: 6px;
  background: #333333;
  height: auto;
  width: auto;
  margin-right: 3px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.weekDays-selector input[type="checkbox"]:checked + label,
.time-selector input[type="checkbox"]:checked + label,
.time-selector input[type="checkbox"]:checked + label {
  background: #0880e8;
  color: #ffffff;
}
.profile_page .blue-label {
  background-color: #b4e2ff;
  color: #333;
  border-radius: 5px;
  font-size: 0.8rem;
  margin: 0 3px;
}

.profile_page .radio,
.profile_page .checkbox {
  padding: 6px 10px;
}

.profile_page .options {
  position: relative;
  padding-left: 35px;
}

.profile_page .radio label,
.profile_page .checkbox label {
  display: block;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
}

.profile_page .options input {
  display: inline;
  opacity: 0;
  visibility: hidden;
  width: auto;
}

.profile_page .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #0880e8;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.profile_page .options input:checked ~ .checkmark:after {
  display: block;
}

.profile_page .options .checkmark:after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background: white;
  position: absolute;
  top: 52%;
  left: 51%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 300ms ease-in-out 0s;
}

.profile_page .options input[type="radio"]:checked ~ .checkmark {
  background: #61b15a;
  transition: 300ms ease-in-out 0s;
}

.profile_page .options input[type="radio"]:checked ~ .checkmark:after {
  transform: translate(-50%, -50%) scale(1);
}

.profile_page .count {
  font-size: 0.8rem;
}

.profile_page label {
  cursor: pointer;
  margin-bottom: 0;
}

.profile_page .tick {
  display: block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  font-size: 0.8rem;
  margin: 0;
}

.profile_page .tick input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.profile_page .tick:hover input ~ .check {
  background-color: #f3f3f3;
}

.profile_page .tick input:checked ~ .check {
  background-color: #0880e8;
}

.profile_page .check:after {
  content: "";
  position: absolute;
  display: none;
}

.profile_page .tick input:checked ~ .check:after {
  display: block;
  transform: rotate(45deg) scale(1);
}

.profile_page .tick .check:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(2);
}

.profile_page #country {
  font-size: 0.8rem;
  border: none;
  border-left: 1px solid #ccc;
  padding: 0px 10px;
  outline: none;
  font-weight: 900;
}

.profile_page .close {
  font-size: 1.2rem;
}

.profile_page div.text-muted {
  font-size: 0.85rem;
}

.profile_page #sidebar {
  width: 25%;
  float: left;
}

.profile_page .category {
  font-size: 0.9rem;
  cursor: pointer;
}

.profile_page .list-group-item {
  border: none;
  padding: 0.3rem 0.4rem 0.3rem 0.4rem;
}

.profile_page .badge-primary {
  background-color: #0880e8;
  color: #333;
}

.profile_page .brand .check {
  background-color: #fff;
  top: 3px;
  border: 1px solid #666;
}

.profile_page .brand .tick {
  font-size: 1rem;
  padding-left: 25px;
}

.profile_page .rating .check {
  background-color: #fff;
  border: 1px solid #666;
  top: 0;
}

.profile_page .rating .tick {
  font-size: 0.9rem;
  padding-left: 25px;
}

.profile_page .rating .fas.fa-star {
  color: #ffbb00;
  padding: 0px 3px;
}

.profile_page .brand .tick:hover input ~ .check,
.profile_page .rating .tick:hover input ~ .check {
  background-color: #f9f9f9;
}

.profile_page .brand .tick input:checked ~ .check,
.profile_page .rating .tick input:checked ~ .check {
  background-color: #0880e8;
}

.profile_page #products {
  width: 75%;
  padding-left: 30px;
  margin: 0;
  float: right;
}
.activity_details p {
  margin-bottom: 5px;
}

.profile_page .card-body {
  padding: 15px 1rem 50px;
}

.profile_page .card-body .description {
  font-size: 0.78rem;
  padding-bottom: 8px;
}

.profile_page div.h6,
.profile_page h6 {
  margin: 0;
}

.profile_page .product .fa-star {
  font-size: 0.9rem;
}

.profile_page .rebate {
  font-size: 0.9rem;
}
/*.profile_page .btn.btn-primary {
    background-color: #48b83e;
    color: #fff;
    border: 1px solid #008000;
    border-radius: 10px;
    font-weight: 800
}*/
.moretext {
  display: none;
}
.profile_page .btn.btn-primary:hover {
  background-color: #0BA250;
  border: 1px solid #0BA250;
}
.profile_page .btn.btn-primary {
  background-color: #0BA250;
  border: 1px solid #0BA250;
  font-size: 13px;
}
.profile_page .clear {
  clear: both;
}
.profile_page .btn.btn-success {
  visibility: hidden;
}
@media (min-width: 992px) {
  .profile_page .filter,
  .profile_page #mobile-filter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile_page .radio,
  .profile_page .checkbox {
    padding: 6px 10px;
    width: 49%;
    float: left;
    margin: 5px 5px 5px 0px;
  }

  .profile_page .filter,
  .profile_page #mobile-filter {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .profile_page #sidebar {
    width: 35%;
  }

  .profile_page #products {
    width: 65%;
  }

  .profile_page .filter,
  .profile_page #mobile-filter {
    display: none;
  }

  .profile_page .h3 + .ml-auto {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .profile_page .wrapper {
    padding: 10px;
  }

  .profile_page .h3 {
    font-size: 1.3rem;
  }

  .profile_page #sidebar {
    display: none;
  }

  .profile_page #products {
    width: 100%;
    float: none;
    padding: 0;
  }

  .profile_page .clear {
    float: left;
    width: 80%;
  }
  .profile_page .btn.btn-success {
    visibility: visible;
    margin: 0px 0px 10px;
    color: #fff;
    padding: 0.2rem 0.1rem;
    width: 100%;
  }
  .profile_page .green-label {
    width: 50%;
  }
  .profile_page .btn.text-success {
    padding: 0;
  }
  .profile_page .content,
  .profile_page #mobile-filter {
    clear: both;
  }
}
.profile_page #mobile-filter {
  position: relative;
}
form#activitySearchFormMobile {
  position: absolute;
  z-index: 9;
  width: 300px;
  max-width: 500px;
}
.header_search{min-width: 300px;}
.header_search_form {
  margin-bottom: 0px;
}
.search .btn {
  height: 38px;
  width: 38px;
}
span.cat_name {
  width: 90%;
}
.rating select,
.rating input {
  border: 1px solid #dee2e6;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  font-size: 13px;
  border-radius: 0px;
}
.per-slide .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px;
  margin-bottom: 13px;
  margin-right: 15px;
}
.per-slide {
  display: inline-block;
  width: 100%;
}

.per-slide .switch input {
  display: none;
}

.per-slide .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -7px;
  bottom: 2px;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.per-slide .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.per-slide input:checked + .slider {
  background-color: #00a1f1;
}

.per-slide input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.per-slide input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.per-slide .slider.round {
  border-radius: 34px;
}

.per-slide .slider.round:before {
  border-radius: 50%;
}
.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
}
.range-slider .rangeValues {
  display: block;
}
input[type="range"] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 100%;
  position: absolute;
  left: 0;
  padding-left: 0;
  padding-right: 0px;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2194f7;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
input[type="range"]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
input[type="range"]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2194f7;
}
/*hide the outline behind the border*/
input[type="range"]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
input[type="range"]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}
input[type="range"]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
input[type="range"]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2194f7;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #888;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #ccc;
}
.rating h5 {
  font-size: 15px;
}
#calendar.fc {
  background: #fff;
  padding: 15px;
  max-width: 950px;
  width: 100%;
  margin: 20px auto;
}
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #0e8ce4;
  background-color: #0e8ce4;
  font-weight: 400;
  color: #fff !important;
}
#calendar .fc-state-active,
#calendar .fc-state-down {
  background-color: #0e8ce4;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}
#calendar.fc th {
  font-size: 14px;
  line-height: 25px;
}
#calendar .fc-toolbar h2 {
  margin: 0;
  margin-left: 0px;
  font-size: 20px;
  font-weight: bold;
}
.pricing-plan li {
  border-bottom: 3px solid #e8ebeb;
  font-size: 13px;
  margin: 0 0 5px;
}

.pricing-plan .text-white {
  color: #211f1f !important;
}

.pricing-plan .card li {
  padding: 8px 0;
}

.pricing-plan .set-price {
  background: #f2f6f9;
  color: #211f1f;
}
.pricing-plan .starter {
  background: #ffffff !important;
  color: #211f1f;
  box-shadow: 0 0 58px -4px rgb(39 47 48 / 21%);
}

.pricing-plan .advanced {
  background: #ffffff !important;
  color: #211f1f;
  box-shadow: 0 0 58px -4px rgb(39 47 48 / 21%);
  margin-left: 10px;
}

.pricing-plan .business {
  background: #ffffff !important;
  color: #211f1f;
  box-shadow: 0 0 58px -4px rgb(39 47 48 / 21%);
  margin-left: 10px;
}
.line_blue {
  background: #2194f7 !important;
  color: #fff;
}
.line_height {
  line-height: 38px;
}
.pricing-plan i.fa.fa-check {
  color: green;
}
.pricing-plan i.fa.fa-times {
  color: #ef3b3b;
}
.pricing-plan a.btn.btn-lg.btn-block.btn-primary.mt-auto {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.pricing-plan a.btn.btn-lg.btn-block.btn.btn-primary.mt-auto:hover {
  background: green;
}
.pricing-plan a.btn.btn-primary.mt-auto:hover {
  background: green;
}
.pricing-plan ul li:nth-child(odd) {
  background: #f2f6f9;
}
.pricing-plan .card li {
  /* padding: 8px 0; */
  padding: 15px 15px;
}
.pricing-plan .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px;
}
.pricing-plan .card-header.text-center.pb-4.item {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(255 255 255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.pricing-plan .p-1 {
  padding: 0px !important;
}
.pricing-plan .card {
  border: none;
}
.blog_filters .card,
.blog_filters .card-header {
  border: none;
  background: #eaeded;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  padding: 0;
  border-radius: 0px;
}
.blog_filters .card-header > a {
  border-radius: 0px;
}
.blog_filters .card-body {
  background: #fff;
}
.blog-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}
.gray-bg {
  background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #634fd1;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6f8ba4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
  width: 100%;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6f8ba4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #634fd1;
  color: #fff;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #634fd1;
  border-bottom: 1px solid #634fd1;
}
.article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.article-img img {
  width: 100%;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #634fd1;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-name p {
  font-size: 18px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .send {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
  font-weight: 700;
  color: #20247b;
  font-size: 45px;
  margin: 0 0 15px;
  border-left: 5px solid #fc5356;
  padding-left: 15px;
}
.contact-form .send {
  margin-top: 20px;
}
.px-btn {
  padding: 0 50px 0 20px;
  line-height: 60px;
  position: relative;
  display: inline-block;
  color: #20247b;
  background: none;
  border: none;
}
.px-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  background: transparent;
  border: 1px solid rgba(252, 83, 86, 0.6);
  border-right: 1px solid transparent;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  width: 60px;
  height: 60px;
}
.px-btn .arrow {
  width: 13px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}
.px-btn .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.media-body h5 {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 400;
}
.comments_section .fa {
  color: #ddd;
}
._p-features {
  margin-bottom: 15px;
}
article.card:hover .card-type {
  display: block;
}
.per-slide .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px;
  margin-bottom: 13px;
  margin-right: 15px;
}
.per-slide {
  display: inline-block;
  width: 100%;
}

.per-slide .switch input {
  display: none;
}

.per-slide .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -7px;
  bottom: 2px;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.per-slide .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.per-slide input:checked + .slider {
  background-color: #00a1f1;
}

.per-slide input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.per-slide input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.per-slide .slider.round {
  border-radius: 34px;
}

.per-slide .slider.round:before {
  border-radius: 50%;
}
.right-side {
  width: 100%;
}

.dlt_mulitple_img {
  margin-left: 50%;
  background: #fd1c03;
  width: 27px;
  color: #fff;
  border-radius: 50%;
  margin-top: -10px;
}

#files_multiple {
  opacity: 0;
  margin-bottom: 0;
}

#files-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  right: 13px;
}
.link_acc,
.link_acc:active,
.link_acc:hover,
.link_acc:focus {
  color: #0ba250;
}
.camps .text_container a {
  font-weight: bold;
  display: block;
  margin-bottom: 18px;
  color: #444;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.min-h-700{min-height: 700px; background-color: #F9FBF2}
.dryfruit__content span {
    background: #B5FFD7;
}
.banner-title-4 {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #000;
}
.solid-btn {
    font-size: 16px;
    font-weight: var(--bd-fw-medium);
    color: var(--clr-common-white);
    background: var(--clr-theme-secondary);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    transition: 0.5s;
    text-transform: capitalize;
    gap: 5px;
    text-transform: uppercase;
}
.dryfruit__btn-group .solid-btn {
    background-color: #0BA250;
    border: 1px solid #0BA250;
    text-transform: uppercase;
    color: #fff;
}
.dryfruit__btn-group .solid-btn:hover {
    background-color: transparent !important;
    color: #0BA250;
}
.dryfruit__btn-group .solid-btn:hover span svg path{fill: #0BA250 !important;}
.dryfruit__btn-group .solid-btn {
    background-color: #0BA250;
    border: 1px solid #0BA250;
    text-transform: uppercase;
}
.mt-50 {
    margin-top: 50px;
}
.services{margin-top: 20px;}

#recent_post .owl-item {
  min-width: 260px !important;
}

#recent_post .item {
  width: 260px;
}
._p-features ol{margin: 0 !important;}
._p-features ol li{white-space-collapse: unset !important;}
.table>tbody{vertical-align: middle !important;}
.cursor-pointer{cursor: pointer;}
#apply-coupon{height: 55px;}
.btn{padding: 1rem 2rem;
    font-size: 1.45rem !important;}
#activityAccordion .accordion-header .accordion-button{font-size: 1.6rem;}
#activityAccordion .accordion-header .accordion-button:not(.collapsed){background-color: #0ba250; color: #fff; font-size: 18px;}
#activityAccordion .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}