/*-----------------------------------------------------------------------------------

    Theme Name: Optect - Optometrist & Eye Care WordPress Theme
    Description: Optometrist & Eye Care WordPress Theme
    Author: Website Design Templates
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Button styles
    03. Navigation
    04. Banner
    05. Section Heading
    06. Page title
    07. Cards
    08. Video
    09. Portfolio
    10. Pagination
    11. Owl Carousel
    12. Accordion
    13. Pages
    14. Elements
    15. Others
    16. Page Navigation
    17. Timeline
    18. Footer
    
---------------------------------- */
/*==============================
 *    Common styles
 *    ================================ */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #7ec53e;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #7ec53e;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes LoaderCicle {
  /* theme color and basic options */
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #2e2e2e;
}
body {
  color: #575a7b;
}
a, a:active, a:focus {
  color: #575a7b;
}
.elementor .elementor-widget-text-editor {
  color: #575a7b !important;
  /* theme color and basic options */
}
a:hover, a:active {
  color: #7ec53e;
  text-decoration: none;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}
.bg-primary {
  background-color: #7ec53e !important;
}
.bg-secondary {
  background-color: #2e2e2e !important;
}
.bg-dark-blue {
  background: #091e42;
}
.primary-overlay[data-overlay-dark]:before {
  background: #7ec53e;
}
.secondary-overlay[data-overlay-dark]:before {
  background: #2e2e2e;
}
.left-overlay[data-overlay-dark]:before {
  background: rgba(0, 0, 0, 0.76);
  background: linear-gradient(-90deg, transparent, #000 65%);
}
.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(46, 46, 46, 0.76);
  background: linear-gradient(-90deg, transparent, #2e2e2e 65%);
}
.left-overlay-white[data-overlay-dark]:before {
  background: rgba(225, 225, 225, 0.8);
  background: linear-gradient(-90deg, transparent, #fff 65%);
}
.text-primary, .text-primary-hover:hover {
  color: #7ec53e !important;
}
.text-secondary, .text-secondary-hover:hover {
  color: #2e2e2e !important;
}
.border-secondary-color {
  border-color: #2e2e2e !important;
}
.border-primary {
  border-color: #7ec53e !important;
}
.cursor-pointer {
  cursor: pointer;
}
.primary-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.primary-border {
  border-left: 0px solid #7ec53e;
}
.border-top-10-radius {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.border-top-5-radius {
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
}
.height-300 {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .vw-lg-70 {
    width: 70vw !important;
  }
}
@media screen and (min-width: 992px) {
  /* scroll to top */  .vw-lg-50 {
    width: 50vw;
  }
}
.scroll-top-percentage {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  color: #fff;
  right: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
.scroll-top-percentage.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .scroll-top-percentage {
    right: 30px;
    bottom: 20px;
  }
}
#scroll-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
}
#scroll-value i {
  font-size: 20px;
}
@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  /* list-style1 */
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.list-style1 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  /* list-style2 */
}
.list-style1 li:before {
  content: "\e64c";
  font-family: 'themify';
  color: #2e2e2e;
  position: absolute;
  left: 0;
}
.list-style2 {
  list-style: none;
  margin: 0;
  padding: 0;
  /* butn */
}
.list-style2 li {
  position: relative;
  padding: 0 0 0px 30px;
  margin: 0 0 15px 0;
}
.list-style2 li:before {
  content: "\f058";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 700;
  color: #7ec53e;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}
.butn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px !important;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  padding: 15px 32px !important;
  text-transform: uppercase;
  z-index: 1;
  border: none;
  transition: all 500ms ease;
  background-color: #7ec53e;
  /* animation */
}
.butn:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #2e2e2e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.butn:hover, .butn:active, .butn:focus {
  color: #fff;
}
.butn:hover:before, .butn:active:before, .butn:focus:before {
  top: -40%;
}
.butn.secondary {
  background-color: #2e2e2e;
}
.butn.secondary:hover:before, .butn.secondary:active:before, .butn.secondary:focus:before {
  background-color: #7ec53e;
}
.butn.white:before {
  background-color: #fff;
}
.butn.white:hover, .butn.white:active, .butn.white:focus {
  color: #7ec53e;
}
.butn.md {
  padding: 12px 28px !important;
}
.butn.sm {
  padding: 8px 24px !important;
}
.ani-move-round {
  animation-duration: 15s;
  -webkit-animation-name: animationMoveround;
  animation-name: animationMoveround;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes animationMoveround {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
}
@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
}
@keyframes TopBottom {
  /* animation move */
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ani-move {
  animation: ImageMove 4s infinite linear;
  animation-duration: 5s;
}
@keyframes ImageMove {
  /* ===================================
    Navigation
====================================== */
  /* top bar  */
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(10px, 20px);
  }
  50% {
    transform: translate(30px, 30px);
  }
  75% {
    transform: translate(20px, 10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}
.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}
.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}
.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}
.top-social-icon li:last-child {
  padding-right: 0;
}
.top-social-icon li:last-child a {
  padding-right: 0;
}
.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}
.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-nav li.current-menu-item > a, .navbar-nav li.current-menu-parent > a, .navbar-nav li.current-menu-ancestor > a {
  color: #7ec53e;
}
.attr-nav > ul > li > a.butn {
  color: #fff;
}
.navbar > ul > li.current > a:after, .navbar > ul > li.current-menu-item > a:after, .navbar > ul > li.current-menu-ancestor > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.menu_area-light .navbar > ul > li.current-menu-ancestor > a:after, .menu_area-light .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.menu_area-light .navbar > ul > li.current-menu-item > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #7ec53e;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor > a, .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a {
  color: #7ec53e;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a, .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #7ec53e;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor > a:hover, .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a:hover {
  color: #7ec53e;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a:hover {
  color: #7ec53e;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor > a, .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a {
  color: #7ec53e;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a {
  color: #7ec53e;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.menu_area-light.scrollHeader .navbar > ul > li.current-menu-ancestor > a:after, .menu_area-light.scrollHeader .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.menu_area-light.scrollHeader .navbar > ul > li.current-menu-item > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.navbar ul ul > li.has-sub:hover > a:before {
  top: 15px;
}
.navbar ul ul li.has-sub > a:before {
  top: 18px;
  right: 26px;
  width: 2px;
  height: 10px;
  background: #7ec53e;
}
.navbar ul ul li.has-sub > a:after {
  top: 22px;
  right: 22px;
  width: 10px;
  height: 2px;
  background: #7ec53e;
}
.header-style3 .navbar-nav li.current > a {
  color: #7ec53e;
}
.header-style3 .navbar-nav li.active > a {
  color: #7ec53e;
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #7ec53e;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.current-menu-ancestor > a, .header-style2 .navbar-nav li.current-menu-item > a, .header-style2 .navbar-nav li.current-menu-parent > a {
  color: #7ec53e;
}
.header-style2 .navbar > ul > li.current > a:after, .header-style2 .navbar > ul > li.current-menu-item > a:after, .header-style2 .navbar > ul > li.current-menu-ancestor > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #7ec53e;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-item > a:hover {
  color: #7ec53e;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.header-style2.scrollHeader .navbar > ul > li.current-menu-item > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-ancestor > a, .header-style2.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a {
  color: #7ec53e;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-item > a, .header-style2.scrollHeader .navbar-nav li.current > a:hover {
  color: #7ec53e;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-ancestor > a:hover, .header-style2.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a:hover {
  color: #7ec53e;
}
.header-style2.scrollHeader .navbar > ul > li.current-menu-ancestor > a:after, .header-style2.scrollHeader .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
  border-color: transparent #7ec53e #7ec53e transparent;
}
.header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus {
  color: #7ec53e;
}
@media screen and (min-width: 992px) {
  .header-style1 .navbar-nav li.current > a {
    color: #7ec53e;
  }
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.current-menu-ancestor > a {
    color: #7ec53e;
  }
  .header-style1 .navbar > ul > li.current > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .menu_area-light .navbar > ul > li.current > a:after, .menu_area-light .navbar > ul > li.current-menu-item > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover, .menu_area-light .navbar-nav li.has-sub a:active, .menu_area-light .navbar-nav li.has-sub a:focus {
    color: #7ec53e;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover, .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:focus, .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:active {
    color: #7ec53e;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after, .menu_area-light .navbar > ul > li.has-sub > a:active:after, .menu_area-light .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:hover:after, .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:active:after, .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .header-style1.scrollHeader .navbar-nav li.current > a, .menu_area-light.scrollHeader .navbar-nav li.current > a, .header-style1.scrollHeader .navbar-nav li.current > a:hover {
    color: #7ec53e;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #7ec53e;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor > a:hover, .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a:hover {
    color: #7ec53e;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a:hover {
    color: #7ec53e;
  }
  .header-style1.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current-menu-ancestor > a:after, .menu_area-light.scrollHeader .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current-menu-item > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .navbar-nav li > ul {
    min-width: 270px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar ul ul li {
    margin-bottom: 0;
    padding: 0;
  }
  .navbar-nav li > ul {
    padding: 15px 0;
    margin-left: 0;
  }
  .navbar-nav li a {
    padding: 8px 42px 8px 32px;
  }
  .navbar-nav > li > a {
    padding: 21px 0.5rem;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #7ec53e;
  }
  .header-style1 {
    /* header style03  */
  }
  .header-style1 .butn.primary:before {
    background: #fff;
  }
  .header-style1 .butn.primary:hover, .header-style1 .butn.primary:focus, .header-style1 .butn.primary:active {
    color: #2e2e2e !important;
  }
  .header-style1.scrollHeader .butn.primary {
    color: #fff !important;
  }
  .header-style1.scrollHeader .butn.primary:before {
    background: #2e2e2e;
  }
  .header-style1.scrollHeader .butn.primary:hover, .header-style1.scrollHeader .butn.primary:focus, .header-style1.scrollHeader .butn.primary:active {
    color: #fff !important;
  }
  .header-style3 .navbar-nav li.current > a, .header-style3 .navbar-nav li.current-menu-ancestor > a, .header-style3 .navbar-nav li.current-menu-item > a, .header-style3 .navbar-nav li.current-menu-parent > a {
    color: #7ec53e;
  }
  .header-style3 .navbar > ul > li.current > a:after, .header-style3 .navbar > ul > li.current-menu-item > a:after, .header-style3 .navbar > ul > li.current-menu-ancestor > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .header-style3.scrollHeader .navbar > ul > li.current-menu-ancestor > a:after, .header-style3.scrollHeader .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .header-style3 .navbar-nav li.active > a {
    color: #7ec53e;
  }
  .header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus {
    color: #7ec53e;
  }
  .header-style3 .navbar ul ul li.active > a {
    color: #7ec53e;
  }
  .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current > a {
    color: #7ec53e;
  }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #7ec53e;
  }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after, .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #7ec53e;
  }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #7ec53e;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #7ec53e;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a:hover {
    color: #7ec53e;
  }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #7ec53e #7ec53e transparent;
  }
  .header-style3 .butn.primary:before {
    background: #fff;
  }
  .header-style3 .butn.primary:hover, .header-style3 .butn.primary:focus, .header-style3 .butn.primary:active {
    color: #2e2e2e !important;
  }
  .header-style3.scrollHeader .butn.primary {
    color: #fff !important;
  }
  .header-style3.scrollHeader .butn.primary:before {
    background: #2e2e2e;
  }
  .header-style3.scrollHeader .butn.primary:hover, .header-style3.scrollHeader .butn.primary:focus, .header-style3.scrollHeader .butn.primary:active {
    color: #fff !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav li.current-menu-item > a, .navbar-nav li.current-menu-parent > a, .navbar-nav li.current-menu-ancestor > a {
    color: #7ec53e;
  }
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: #7ec53e;
    background: none;
  }
  .navbar-nav li a:active, .navbar-nav li a:focus, .navbar-nav li a:hover {
    background: none;
    color: #575a7b;
  }
}
@media screen and (max-width: 991px) {
  /*==============================
*    Main banner area
*    ================================ */
  /* slider01 */  .header-style3 .navbar-toggler {
    background: #7ec53e;
  }
  .header-style3 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style3 .navbar-toggler:before {
    background: #fff;
  }
  .header-style3 .navbar-toggler.menu-opened:after {
    background: #fff;
  }
  .header-style3 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.slider-fade1 .owl-item {
  position: relative;
}
.slider-fade1 h1 {
  animation-delay: 0.8s;
}
.slider-fade1 p {
  animation-delay: 1.2s;
}
.slider-fade1 a {
  animation-delay: 1.6s;
}
.slider-fade1 .h5 {
  font-weight: 500;
  animation-delay: 0.5s;
  display: block;
  position: relative;
}
.slider-fade1.owl-theme .owl-nav {
  margin-top: 0;
}
.slider-fade1.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0;
  left: 0;
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev, .slider-fade1.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #000;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev {
  left: 2%;
}
.slider-fade1.owl-carousel .owl-nav button.owl-next {
  right: 2%;
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev:hover, .slider-fade1.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #7ec53e;
  color: #fff;
  /*==============================
*    Page title
*    ================================ */
}
.page-title-section {
  padding: 165px 0 80px 0;
}
.page-title-section h1 {
  font-size: 68px;
  font-weight: 800;
  word-wrap: break-word;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.page-title-section ul {
  margin-bottom: 0;
}
.page-title-section ul li {
  display: inline-block;
  position: relative;
}
.page-title-section ul li a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.page-title-section ul li:last-child {
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 16px;
}
.page-title-section ul li:last-child a {
  color: rgba(255, 255, 255, 0.8);
}
.page-title-section ul li:last-child:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  position: absolute;
  vertical-align: middle;
  left: 10px;
  top: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.page-title-section ul li:last-child:before {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  transform: translateY(-50%);
  background-color: #7ec53e;
  border-radius: 50%;
  position: absolute;
  vertical-align: middle;
  top: 15px;
  left: 7px;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 155px 0 65px 0;
  }
  .page-title-section h1 {
    font-size: 58px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 135px 0 60px 0;
  }
  .page-title-section h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .page-title-section h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  /*section-title01*/  .page-title-section {
    padding: 130px 0 65px 0;
  }
  .page-title-section h1 {
    font-size: 38px;
  }
}
.section-title01 .sm-title {
  background-color: #7ec53e;
  color: #fff;
  padding: 2px 12px;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  /*section-title02*/
}
.section-title02 .sub-title {
  background-color: rgba(126, 197, 62, 0.2);
  padding: 11px 20px 11px 34px;
  line-height: 1;
  display: inline-block;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  color: #7ec53e;
  /*==============================
*    Cards
*    ================================ */
  /*card-style01*/
}
.section-title02 .sub-title:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  background-color: #7ec53e;
  border-radius: 50%;
}
.section-title02 .sub-title:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
  background-color: #fff;
  border-radius: 50%;
}
.section-title02 .sub-title.sub-white {
  background-color: rgba(255, 255, 255, 0.2);
}
.card-style01 {
  /* card-style02 */
}
.card-style01 .card-image, .card-style01 .card-body {
  position: relative;
}
.card-style01 .card-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(46, 46, 46, 0.15);
  background: linear-gradient(to bottom, transparent 0%, #2e2e2e 173%);
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.card-style01:hover .card-image:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.card-style01 .card-icon {
  width: 72px;
  height: 72px;
  background-color: #7ec53e;
  border: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 0 20px;
  line-height: 1.3;
  position: absolute;
  bottom: -37px;
  right: 30px;
  transition: 0.5s;
}
.card-style01:hover .card-icon {
  background-color: #2e2e2e;
  color: #fff;
}
.card-style02 {
  background: #fff;
  height: 100%;
  /*card-style03*/
}
.card-style02 .card-icon {
  width: 50px;
  height: 50px;
  background-color: #7ec53e;
  text-align: center;
  margin-right: 20px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}
.card-style02:hover p, .card-style02:hover a {
  color: #fff;
  position: relative;
  z-index: 99;
}
.card-style02 .card-body .card-img {
  position: relative;
}
.card-style02 .card-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center top;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
}
.card-style02:hover .card-bg-img {
  transform: scaleY(1);
}
.card-style03 {
  /* card-style04 */
}
.card-style03 .card-image, .card-style03 .card-body {
  position: relative;
}
.card-style03 .card-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(46, 46, 46, 0.15);
  background: linear-gradient(to bottom, transparent 0%, #2e2e2e 173%);
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.card-style03:hover .card-image:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.card-style03 .card-icon {
  width: 74px;
  height: 74px;
  background-color: #7ec53e;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  padding: 0 20px;
  line-height: 1.3;
  font-size: 18px;
  margin-top: -30px;
  transition: 0.5s;
  position: absolute;
  left: 1.9rem;
  z-index: 1;
}
.card-style03:hover .card-icon {
  background-color: #2e2e2e;
  color: #fff;
}
.card-style04 {
  position: relative;
  height: 280px;
  border-radius: 5px;
}
.card-style04:hover .card-body {
  transform: rotateY(180deg);
}
.card-style04 .card-body {
  position: relative;
  z-index: 1;
  transition: 0.7s;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  perspective: inherit;
}
.card-style04 .card-front, .card-style04 .card-back {
  padding: 20px 40px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 10px 8px 35px rgba(49, 49, 49, 0.08);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotate(0);
  transition: 0.7s;
  perspective: inherit;
  transform-style: preserve-3d;
}
.card-style04 .card-front {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-style04 .card-back {
  transform: rotateY(-180deg);
  background: #2e2e2e;
  text-align: center;
  justify-content: center;
}
.card-style04 .card-front .card-butn {
  position: absolute;
  bottom: 20%;
  right: -1px;
}
.card-style04 .card-front .card-butn h3 {
  padding: 10px 25px;
  border-radius: 5px 0 0 5px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  /* card-style05 */  .card-style04 .card-front, .card-style04 .card-back {
    padding: 20px 10px;
  }
  .card-style04 .card-front .card-butn h3 {
    padding: 10px 12px;
  }
}
.card-style05 {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.card-style05 .left-area {
  border-right: 1px solid #dee2e6;
}
.card-style05 .price-icon:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: inline-block;
  background-color: #f9f6f1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  left: 50%;
  top: 20%;
}
.card-style05 .price-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.card-style05 .price-list li:last-child {
  margin-bottom: 0;
}
.card-style05 .price-list li:before {
  content: "\e64c";
  font-family: 'themify';
  color: #7ec53e;
  position: absolute;
  left: 0;
}
.card-style05 .price-number {
  position: relative;
  font-weight: 700;
  color: #2e2e2e;
  font-size: 95px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.card-style05 .price-number sub {
  position: relative;
  font-size: 20px;
}
.card-style05 .price-number sup {
  position: relative;
  top: -55px;
  font-size: 20px;
}
.card-style05 .price-number span {
  position: relative;
  font-weight: 600;
  opacity: 0.5;
  margin-left: -40px;
  display: inline-block;
  font-size: 18px;
}
.card-style05::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scale(1, 0.2);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #2e2e2e;
}
.card-style05:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.card-style05:hover h4, .card-style05:hover p, .card-style05:hover .price-list li, .card-style05:hover .price-number {
  color: #fff;
}
.card-style05:hover .left-area {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.card-style05:hover .price-icon:before {
  opacity: 0.1;
}
@media screen and (max-width: 1199px) {
  .card-style05 .left-area {
    border-right: unset;
  }
  .card-style05:hover .left-area {
    border-right: unset;
  }
  .card-style05 .price-number {
    font-size: 75px;
  }
}
@media screen and (max-width: 575px) {
  /*card-style06*/  .card-style05 .left-area {
    border-right: unset;
  }
  .card-style05 .price-icon:before {
    left: 5%;
  }
}
.card-style06 {
  transition: 0.3s;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  position: relative;
  height: 100%;
}
.card-style06.bg-hover-color:after {
  content: '';
  background: rgba(126, 197, 62, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.card-style06.bg-hover-color:hover:after {
  opacity: 0;
}
.card-style06:before {
  content: '';
  background: rgba(46, 46, 46, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.card-style06:hover:before {
  opacity: 1;
}
.card-style06 .service-body {
  background-color: #fff;
}
.card-style06:hover .card-body {
  background-color: transparent;
}
.card-style06:hover h3, .card-style06:hover p, .card-style06:hover a, .card-style06:hover .card-footer i {
  color: #fff;
}
.card-style06 .card-body {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  padding: 197px 40px 40px 60px;
}
.card-style06:hover .card-icon {
  -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
  -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
  -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
  transform: translateY(-10px) translate3d(0, -10px, 0);
  background: #7ec53e;
}
.card-style06 .card-icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #2e2e2e;
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
  align-items: center;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.card-style06 .card-border::before {
  position: absolute;
  content: "";
  background: #eee;
  width: 1px;
  height: 45px;
  top: 10%;
  transition: 0.3s;
}
.card-style06 .card-border::after {
  position: absolute;
  content: "";
  background: #eee;
  width: 1px;
  height: 45px;
  transition: 0.3s;
  bottom: 30px;
  opacity: 0;
  transition: 0.3s;
}
.card-style06:hover .card-border::after {
  background: #1388d7;
  opacity: 1;
  bottom: -45px;
  transition: 0.3s;
}
@media screen and (max-width: 1399px) {
  /* card-style07 */  .card-style06 .card-body {
    padding: 197px 30px 30px 40px;
  }
}
.card-style07 {
  position: relative;
}
.card-style07 .image {
  position: relative;
  overflow: hidden;
  background-color: #001736;
}
.card-style07 .image img {
  transition: all 500ms ease;
}
.card-style07:hover .image img {
  opacity: 0.8;
  transform: scale(1.05, 1.05);
}
.card-style07:hover .social-box {
  bottom: 30px;
}
.card-style07 .social-box {
  position: absolute;
  left: 0px;
  bottom: -80px;
  right: 0px;
  padding: 0;
  text-align: center;
  transition: all 500ms ease;
  margin-bottom: 0;
}
.card-style07 .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.card-style07 .social-box li:last-child {
  margin-right: 0;
}
.card-style07 .social-box li a {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  font-size: 16px;
  color: #2e2e2e;
  background-color: #fff;
}
.card-style07 .social-box li a:hover {
  color: #fff;
  background-color: #2e2e2e;
}
@media screen and (max-width: 1199px) {
  /*==============================
*    Video
*    ================================ */  .card-style07 .social-box li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
.story-video {
  height: 100%;
}
.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #7ec53e;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.video_btn:hover i, .video_btn:focus i {
  color: #fff;
}
.video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn.small {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.video_btn.small:after {
  height: 50px;
  width: 50px;
}
.video_btn.small:before {
  height: 65px;
  width: 65px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px;
  }
  .video_btn:after {
    height: 75px;
    width: 75px;
  }
  .video_btn:before {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .video_btn:after {
    height: 70px;
    width: 70px;
  }
  .video_btn:before {
    height: 85px;
    width: 85px;
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}
@media screen and (max-width: 767px) {
  /* ===================================
    Pagination
====================================== */
  /* pagination */  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .video_btn:after {
    height: 60px;
    width: 60px;
  }
  .video_btn:before {
    height: 75px;
    width: 75px;
  }
}
.pagination {
  border-radius: 0;
  padding: 0;
  /*==============================
*    Owl carousel
*    ================================ */
}
.pagination li {
  display: inline-block;
  margin-left: 5px;
  margin-top: 1rem;
}
.pagination a, .pagination span.current {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  text-align: center;
  border-radius: 3px;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.pagination a:hover {
  background-color: #7ec53e;
  color: #fff;
}
.pagination .active a {
  background-color: #7ec53e;
  color: #fff;
  cursor: default;
}
.pagination span.current {
  background-color: #7ec53e;
  color: #fff;
  border-color: transparent;
}
.owl-theme .owl-nav.disabled {
  margin-top: 40px !important;
}
.owl-theme .owl-dots {
  margin-top: 40px !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.15);
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #7ec53e;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.dots-white.owl-theme .owl-dots .owl-dot {
  /*.owl-nav {
  i {
    color: #1e2022;
    font-size: 18px;
    padding-top: 6px;
  }

  .owl-next {
    color: $primary_color;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important;
  }

  .owl-prev {
    color: $primary_color;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important;
    left: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  }

  .owl-next {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  }
}*/
}
.dots-white.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.dots-white.owl-theme .owl-dots .owl-dot:hover span, .dots-white.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
.owl-theme .owl-nav {
  margin-top: 50px;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #6f6f6f;
  line-height: 30px;
  border-radius: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  color: #1e2022;
}
.owl-thumbs {
  z-index: 9;
  position: relative;
}
.owl-thumbs button {
  border: none;
}
.owl-thumbs button .title {
  transition: 0.5s;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  margin: 20px -100px 0;
}
.owl-thumbs button.active .title {
  opacity: 1;
  visibility: visible;
}
.owl-thumbs button img {
  opacity: 0.5;
}
.owl-thumbs button.active img {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  /* testimonial-carousel1 */  .owl-theme .owl-nav {
    margin-top: 30px;
  }
}
.testimonial-carousel1.owl-theme .owl-dots {
  text-align: right;
  /*service-carousel1*/
}
.service-carousel1 {
  /*==============================
*    Accordion style
*    ================================ */
}
.service-carousel1.owl-theme .owl-nav {
  margin-top: 0;
}
.service-carousel1.owl-theme .owl-nav .owl-prev, .service-carousel1.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #7ec53e !important;
  border-radius: 50%;
}
.service-carousel1.owl-theme .owl-nav .owl-prev {
  left: -6%;
}
.service-carousel1.owl-theme .owl-nav .owl-next {
  right: -6%;
}
.service-carousel1 .owl-nav i, .service-carousel1 .owl-nav span {
  color: #fff;
  transition-duration: 500ms;
  font-size: 16px;
  padding-top: 0;
}
.service-carousel1.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #2e2e2e !important;
}
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
  margin-bottom: 15px;
}
.accordion-style .card:last-child {
  margin-bottom: 0;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}
.accordion-style .btn-link {
  background: #7ec53e;
  color: #fff;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 10px;
  padding: 15px 50px 15px 20px;
  text-decoration: none;
  box-shadow: none;
  border-radius: 5px;
}
.accordion-style .btn-link.collapsed {
  background: #fff;
  color: #6f6f6f;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.accordion-style .btn-link.collapsed:after {
  background: #7ec53e;
  border-radius: 50%;
  font-family: Font Awesome\ 5 Free;
  content: '\f0da';
  font-weight: 700;
  right: 15px;
  left: inherit;
  font-size: 16px;
  line-height: 24px;
  height: 25px;
  transform: none;
  width: 25px;
  top: 15px;
  text-align: center;
  padding-left: 0;
  letter-spacing: -1px;
  color: #fff;
}
.accordion-style .btn-link:after {
  background: #fff;
  border-radius: 50%;
  font-family: Font Awesome\ 5 Free;
  content: '\f0d7';
  font-weight: 700;
  right: 15px;
  left: inherit;
  font-size: 16px;
  height: 25px;
  line-height: 24px;
  transform: none;
  width: 25px;
  top: 15px;
  position: absolute;
  color: #7ec53e;
  text-align: center;
  padding-left: 2px;
  letter-spacing: 2px;
}
.accordion-style .card-body {
  padding: 20px;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    padding: 12px 45px 12px 15px;
  }
  .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
*    Pages
*    ================================ */
  /* error-page */  .accordion-style .btn-link:after, .accordion-style .btn-link.collapsed:after {
    top: 15px;
  }
}
.error-page h1 {
  font-size: 220px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .error-page h1 {
    font-size: 190px;
  }
}
@media screen and (max-width: 575px) {
  /* count down */  .error-page h1 {
    font-size: 130px;
  }
}
ul.countdown {
  padding: 0;
  margin: 0;
}
ul.countdown li {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  min-width: 125px;
}
ul.countdown li:last-child {
  border: none;
  padding-right: 0;
}
ul.countdown li:first-child {
  padding-left: 0;
}
ul.countdown li span {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  color: #fff;
}
ul.countdown li span::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  ul.countdown.one li {
    min-width: 100px;
  }
  ul.countdown.one li span {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  /* coming-soon-page */  ul.countdown li {
    border-right: 0;
    margin: 15px 0;
    min-width: 49%;
    padding: 0 20px;
  }
  ul.countdown li:first-child {
    padding-left: 20px;
  }
}
.coming-soon-page {
  /* ===================================
    Elements
====================================== */
  /* modal */
}
.coming-soon-page .shape-01 {
  width: 160px;
  height: 175px;
  background-color: rgba(70, 112, 206, 0.2);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  top: 0%;
  left: 30%;
  z-index: 1;
}
.coming-soon-page .shape-02 {
  width: 90px;
  height: 95px;
  background-color: rgba(52, 197, 161, 0.2);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: 9%;
  left: -1%;
  z-index: 1;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
.bd-example {
  /* fonts-icon page */
}
.bd-example button, .bd-example a {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.icon-gallery {
  /* copy elements */
}
.icon-gallery .d-table {
  margin-top: 30px;
}
.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff;
}
.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #7ec53e;
}
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0;
}
.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
}
.html-code:before {
  color: #c8dfab;
  content: "•••";
  font-size: 30px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}
.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out;
}
.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
}
.html-code .copy-element {
  top: 15px;
  right: 30px;
}
.html-code:hover .copy-element, .html-code:hover .source-element {
  opacity: 1;
}
.box-hover:hover .copy-element, .box-hover:hover .source-element {
  opacity: 1;
}
.copy-element > a, .source-element > a {
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  cursor: pointer !important;
  font-weight: 600;
}
.copy-element > a:hover, .source-element > a:hover {
  background: #7ec53e;
  color: #fff !important;
}
.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px;
}
.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed;
}
.white-popup-block:before {
  color: rgba(17, 88, 231, 0.2);
  content: "•••";
  font-size: 30px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}
.white-popup-block:hover .copy-element {
  opacity: 1;
}
.white-popup-block .copy-element {
  top: 45px;
  right: 30px;
}
.box-hover {
  position: relative;
}
.box-hover .container {
  position: relative;
}
.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.inner-title h2 {
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  /*==============================
*    Other
*    ================================ */
  /*about-style01*/  .elements-block .inner-title {
    margin-bottom: 65px;
  }
  .copy-element, .source-element {
    top: 65px;
  }
}
.about-style01 .about-img:before {
  content: "";
  position: absolute;
  background-color: #7ec53e;
  width: 40%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1199px) {
  .about-style01 .about-img:before {
    left: -10%;
  }
}
@media screen and (max-width: 991px) {
  .about-style01 .about-img:before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  /*.about-style02*/  .about-style01 .about-img:before {
    display: none;
  }
}
.about-style02 .about-img {
  margin-top: -15%;
}
@media screen and (max-width: 991px) {
  /* testimonial-style01 */  .about-style02 .about-img {
    margin-top: unset;
  }
}
.testimonial-style01 {
  /* service-style1 */
}
.testimonial-style01.owl-theme .owl-nav {
  text-align: left;
}
.testimonial-style01.owl-theme .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  color: #232323;
  background: #fff;
  transition: all 0.6s ease;
  line-height: 40px;
}
.testimonial-style01.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
  position: relative;
}
.testimonial-style01.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #2e2e2e !important;
}
.testimonial-style01 .owl-nav i {
  font-size: 15px;
  padding-top: 0;
}
.testimonial-style01.owl-theme .owl-nav [class*='owl-']:hover i {
  color: #fff !important;
}
.testimonial-style01 .testimonial-items .testi-icon i {
  background-color: #2e2e2e;
  color: #fff;
  font-size: 45px;
  width: 65px;
  height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-style1 .service-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px;
  background: #f3f3f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.service-style1 .service-grid .icon {
  margin-right: 30px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.service-style1 .half-line-btn {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding-bottom: 4px;
  text-transform: uppercase;
  color: #7ec53e;
}
.service-style1 .service-wrap-5 {
  margin-right: -49%;
}
.service-style1 .half-line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20px;
  height: 1px;
  background-color: #7ec53e;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style1 .service-center-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #7ec53e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  margin: auto;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .service-style1 .service-wrap-5 {
    margin-right: unset;
  }
}
@media screen and (max-width: 767px) {
  /* counter-style01 */  .service-style1 .service-center-img {
    display: none;
  }
  .service-style1 .service-grid {
    padding: 20px;
  }
  .service-style1 .service-grid .icon {
    margin-right: 20px;
  }
}
.counter-style01 .counter-item-inner {
  background: #fff;
  height: 350px;
  width: 350px;
  text-align: center;
  margin: 0 auto 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter-style01 .counter-item-inner h1 {
  margin-bottom: 12px;
  font-size: 80px;
  line-height: 58px;
  color: #7ec53e;
  font-weight: 700;
  text-align: center;
}
.counter-style01 .counter-item-inner.upper {
  border: 1px solid #dee2e6;
  background: transparent;
}
@media screen and (max-width: 1199px) {
  /* portfolio-style01 */  .counter-style01 .counter-item-inner {
    width: 210px;
    height: 210px;
  }
  .counter-style01 .counter-item-inner h1 {
    font-size: 50px;
  }
  .counter-style01 .counter-item-inner p {
    font-size: 14px;
  }
}
.portfolio-style01 {
  /* portfolio-details-list */
}
.portfolio-style01 .portfolio-content {
  position: absolute;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  top: initial;
  left: 0;
  bottom: 0;
  width: calc(100% - 50px);
  margin: 0 20px 20px;
  border-radius: 5px;
  word-break: break-word;
  transform: translateY(15px);
  padding: 26px 30px 21px 30px;
  background-color: #fff;
}
.portfolio-style01:hover .portfolio-content {
  transform: translateY(0);
  opacity: 1;
}
.portfolio-details-list {
  position: relative;
  overflow: hidden;
  /*feature-box-01*/
}
.portfolio-details-list .shape-1 {
  width: 90px;
  height: 95px;
  background-color: rgba(225, 225, 225, 0.2);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: -16%;
  right: -2%;
}
.portfolio-details-list .shape-2 {
  width: 30px;
  height: 33px;
  background-color: #2e2e2e;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  top: 3%;
  left: 23%;
}
.feature-box-01 {
  position: relative;
  transition: 0.5s;
}
.feature-box-01:before {
  position: absolute;
  content: "";
  height: 55px;
  width: 55px;
  background: #fff;
  opacity: 0.15;
  left: 3%;
  top: 18%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease 0.2s;
}
.feature-box-01:hover:before, .feature-box-01:hover:after {
  background: #fff;
  transform: scaleX(-1);
}
@media screen and (max-width: 1199px) {
  /* why-us-style01 */  .feature-box-01:before {
    height: 50px;
    width: 50px;
  }
}
.why-us-style01 {
  /*contact-style-01*/
}
.why-us-style01 .why-us-from {
  margin: 0 0 -222px;
  position: relative;
  z-index: 9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.why-us-style01 .why-us-icon {
  background-color: #7ec53e;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.why-us-style01 .why-us-items:hover .why-us-icon {
  background-color: #2e2e2e;
  transform: rotate(360deg);
}
.contact-style-01 .contant-icons i {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  /* map */  .contact-style-01 .contant-icons i {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.map {
  height: 330px;
  width: 100%;
  vertical-align: top;
  border: 0;
  /* progress-style1 */
}
.progress-style1 .progress {
  height: 8px;
  /*process-style01*/
}
.process-number-counter {
  counter-reset: count;
}
.process-style01 {
  text-align: center;
  position: relative;
}
.process-style01:before {
  content: '';
  top: 25%;
  right: -10%;
  z-index: 99;
  width: 55px;
  height: 43px;
  background: url(../img/content/process-arrow-01.png) no-repeat 0 0;
  display: block;
  position: absolute;
}
.process-style01 .process-image {
  padding-top: 0;
  position: relative;
  overflow: visible;
  display: inline-block;
  margin-bottom: 50px;
}
.process-style01 .process-num {
  background-color: #7ec53e;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: -26px;
  z-index: 10;
  left: 40%;
  font-size: 22px;
  border-radius: 50%;
}
.process-style01 .process-num:before {
  counter-increment: count;
  content: "0" counter(count);
}
.process-style01.last-arrow:before {
  content: none;
}
.process-style01 .process-image:before {
  border: 2px solid #2e2e2e;
  border-radius: 50%;
  background-clip: border-box;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: "";
  zoom: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1399px) {
  .process-style01:before {
    right: -16%;
  }
}
@media screen and (max-width: 1199px) {
  .process-style01:before {
    right: -20%;
  }
}
@media screen and (max-width: 991px) {
  /*search page*/  .process-style01:before {
    display: none;
  }
}
.search-form_input {
  color: #7ec53e;
}
.search-frame {
  /* popup gallery */
}
.search-frame h4 a:hover {
  color: #7ec53e;
}
.search-frame .search_list .match {
  color: #7ec53e;
}
.search-frame .search_list li:before {
  color: #7ec53e;
}
.search-frame .search_list li + li {
  border-top: 3px solid #7ec53e;
}
.search-frame .search {
  color: #7ec53e;
}
.lg-backdrop {
  z-index: 99999;
}
.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #7ec53e;
}
.lg-progress-bar .lg-progress {
  background-color: #7ec53e;
}
.lg-backdrop.in {
  opacity: 0.85;
  /*==============================
*    service-sidebar
*    ================================ */
  /* service-sidebar */
}
.service-sidebar .service-widgets {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.service-sidebar .service-widgets .category-list li {
  padding: 15px 20px;
  background-color: #f3f7f8;
  margin-bottom: 10px;
  border-radius: 3px;
}
.service-sidebar .service-widgets .category-list li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-widgets .category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.service-sidebar .service-widgets .category-list li a i {
  background-color: #fff;
  font-size: 14px;
  color: #2e2e2e;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.service-sidebar .service-widgets .category-list li.active a, .service-sidebar .service-widgets .category-list li:hover a {
  color: #2e2e2e;
}
.service-sidebar .service-widgets .category-list li.active a i, .service-sidebar .service-widgets .category-list li:hover a i {
  background-color: #2e2e2e;
  color: #fff;
}
@media screen and (max-width: 575px) {
  /* downloads */  .service-sidebar .service-widgets {
    padding: 20px;
  }
}
.service-sidebar .downloads {
  /*==============================
*    Blog
*    ================================ */
  /* blog-sidebar */
}
.service-sidebar .downloads li a {
  border: 1px solid #2e2e2e;
  border-radius: 3px;
  position: relative;
  display: block;
  padding: 13px 0 13px 70px;
}
.service-sidebar .downloads li a:hover {
  color: #2e2e2e;
}
.service-sidebar .downloads i {
  background: #2e2e2e;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 0 3px;
}
.blog-sidebar .widget {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}
.blog-sidebar .butn {
  border-radius: 0 3px 3px 0;
}
.blog-sidebar .butn:before {
  border-radius: 0 3px 3px 0;
}
.blog-sidebar .widget-categories li {
  padding: 15px 20px;
  background-color: #f3f7f8;
  margin-bottom: 10px;
  border-radius: 3px;
}
.blog-sidebar .widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .widget-categories li a span {
  background-color: #fff;
  font-size: 14px;
  color: #2e2e2e;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .widget-categories li:hover a {
  color: #2e2e2e;
}
.share-post li {
  display: inline-block;
  margin-right: 10px;
  /* post reply */
}
.share-post li:last-child {
  margin-right: 0;
}
.author-thumb img {
  border-radius: 50%;
  width: 80px;
}
.comment-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
}
.comment-inner .avatar {
  width: 65px;
  min-width: 65px;
  margin-right: 20px;
  display: inline-block;
  border-radius: 50%;
}
.comment-inner .comment-box {
  overflow: hidden;
  position: relative;
  margin-left: 0;
  flex-grow: 1;
  vertical-align: top;
  display: inline-block;
}
.comment-inner .comment-box p:last-child {
  margin-bottom: 0;
}
.comment-reply-link {
  color: #7ec53e;
  background: rgba(126, 197, 62, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 18px;
  display: inline-block;
}
.comment-reply-link:hover, .comment-reply-link:active, .comment-reply-link:focus {
  color: #fff;
  background: #7ec53e;
}
a#cancel-comment-reply-link {
  color: #7ec53e;
  background: rgba(126, 197, 62, 0.1);
  padding: 9px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
  float: right;
  margin: 6px 0;
}
a#cancel-comment-reply-link:hover, a#cancel-comment-reply-link:active, a#cancel-comment-reply-link:focus {
  color: #fff;
  background: #7ec53e;
}
.blog-tags li {
  display: inline-block;
}
.blog-tags a {
  background-color: #f3f7f8;
  border-radius: 3px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0.6rem 3px 0 0;
  display: inline-block;
}
.blog-tags a:hover {
  background: #7ec53e;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .blog-sidebar .widget {
    padding: 20px;
  }
}
.read-more {
  font-weight: 600;
  /*==============================
*    page navigation
*    ================================ */
}
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: #f8f9fa;
  border-radius: 10px;
}
.page-navigation:last-child {
  margin-bottom: 60px;
}
.prev-page, .next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
}
.prev-page:before, .next-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, );
  box-shadow: 0 0 0 0 rgba(34, 35, 40, );
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.prev-page .page-info > a, .next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.prev-page .page-info .image-prev, .prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 3px;
  overflow: hidden;
}
.next-page .page-info .image-prev, .next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 3px;
  overflow: hidden;
}
.prev-page .page-info .prev-title, .prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .prev-title, .next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .prev-title:empty, .prev-page .page-info .next-title:empty {
  display: none;
}
.next-page .page-info .prev-title:empty, .next-page .page-info .next-title:empty {
  display: none;
}
.prev-page:hover:before, .next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.prev-page a {
  justify-content: flex-start;
  text-align: left;
}
.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1;
}
.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.prev-page .image-prev {
  margin-right: 20px;
}
.prev-page .image-prev:after {
  background-color: #7ec53e;
}
.next-page .image-next:after {
  background-color: #7ec53e;
}
.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.prev-page .image-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page {
  margin-left: auto;
}
.next-page a {
  justify-content: flex-end;
  text-align: right;
}
.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1;
}
.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.next-page .image-next {
  margin-left: 20px;
}
.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: scaleX(-1);
}
.next-page .image-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page .next-title {
  text-align: right;
}
.prev-link-page-info > span, .next-link-page-info > span {
  display: block;
}
.prev-link-page-info .date-details, .next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}
.prev-link-page-info .date-details > div, .prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.next-link-page-info .date-details > div, .next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.prev-link-page-info .date-details:only-child, .next-link-page-info .date-details:only-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .prev-page, .next-page {
    width: calc(100% - 20px);
    max-width: unset;
  }
  .prev-page + .next-page {
    margin-top: 0;
  }
  .page-navigation {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  /*social-icon-style*/  .prev-page .page-info > a, .next-page .page-info > a {
    padding: 10px;
  }
  .prev-page .page-info .prev-title, .prev-page .page-info .next-title {
    max-width: 168px;
  }
  .next-page .page-info .prev-title, .next-page .page-info .next-title {
    max-width: 168px;
  }
}
.social-icon-style li {
  display: inline-block;
  margin-right: 5px;
  /*social-icon-style01*/
}
.social-icon-style li:last-child {
  margin-right: 0;
}
.social-icon-style li a {
  font-size: 14px;
  border: 1px solid #7ec53e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #7ec53e;
}
.social-icon-style li a:hover {
  color: #fff;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}
.social-icon-style01 li {
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style01 li:last-child {
  margin-right: 0;
}
.social-icon-style01 li a {
  font-size: 14px;
  border: 1px solid #7ec53e;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #7ec53e;
}
.social-icon-style01 li a:hover {
  color: #fff;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}
@media screen and (max-width: 767px) {
  /*social-icon-style02*/  .social-icon-style01 li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.social-icon-style02 li {
  display: inline-block;
  margin-right: 5px;
  /* wpcf7 */
}
.social-icon-style02 li:last-child {
  margin-right: 0;
}
.social-icon-style02 li a {
  font-size: 14px;
  border: 1px solid #7ec53e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #7ec53e;
}
.social-icon-style02 li a:hover {
  color: #7ec53e;
  background: #fff;
  border: 1px solid #fff;
}
.wpcf7 {
  /* quform */
}
.wpcf7 .quform-submit-inner {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 1;
  background: #2e2e2e;
  border: none;
  border-radius: 5px;
  line-height: normal;
  font-weight: bold;
  vertical-align: top;
  cursor: pointer;
}
.wpcf7 .quform-submit-inner p {
  margin-bottom: 0;
}
.wpcf7 .quform-submit-inner:hover {
  color: #fff;
}
.wpcf7 .quform-submit-inner:hover:before {
  top: -40%;
}
.wpcf7 .quform-submit-inner:active {
  color: #fff;
}
.wpcf7 .quform-submit-inner:active:before {
  top: -40%;
}
.wpcf7 .quform-submit-inner:focus {
  color: #fff;
}
.wpcf7 .quform-submit-inner:focus:before {
  top: -40%;
}
.wpcf7 .quform-submit-inner:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #7ec53e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.wpcf7 .quform-submit-inner .wpcf7-submit {
  display: inline-block;
  padding: 16px 32px !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.wpcf7 .quform-submit-inner .wpcf7-spinner {
  display: none;
}
.wpcf7 .quform-submit-inner.white-hover {
  background: #7ec53e;
}
.wpcf7 .quform-submit-inner.white-hover:hover:before, .wpcf7 .quform-submit-inner.white-hover:active:before, .wpcf7 .quform-submit-inner.white-hover:focus:before {
  background: #fff;
}
.wpcf7 .quform-submit-inner.white-hover:hover .butn, .wpcf7 .quform-submit-inner.white-hover:active .butn, .wpcf7 .quform-submit-inner.white-hover:focus .butn {
  color: #7ec53e;
}
.wpcf7 .quform-element p {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #7ec53e;
}
.form-check-input:checked {
  border-color: #7ec53e;
  background-color: #7ec53e;
}
.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}
.quform-element label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px;
}
.quform-element label .quform-required {
  color: #cc0101;
  font-size: 10px;
}
.quform-inner input {
  width: 100%;
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}
.quform-element span.quform-required {
  color: #cc0101;
  font-size: 10px;
}
.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f;
}
.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-submit-inner {
  float: none;
}
.quform-loading-wrap {
  float: none;
}
.quform-loading-wrap .quform-loading {
  display: inline-block;
}
.quform-element {
  margin-bottom: 1rem;
  /* newsletter */
}
.quform-element p {
  margin-bottom: 0;
}
.newsletter-form {
  /* newsletter */
}
.newsletter-form .quform-elements {
  position: relative;
}
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px;
}
.newsletter-form .quform-submit-inner .btn {
  padding: 0.5rem 1.15rem;
}
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
}
.newsletter-form .form-control:focus, .newsletter-form .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsletter-form .quform-has-error input, .newsletter-form .quform-has-error textarea, .newsletter-form .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.newsletter-form {
  /*==============================
*    Footer
*    ================================ */
}
.newsletter-form .quform-submit-inner {
  position: unset;
  display: inline;
  padding: 0;
  background: transparent;
}
.newsletter-form .quform-submit-inner:before {
  content: none;
}
.newsletter-form .quform-submit-inner:after {
  content: none;
}
.newsletter-form .quform-submit-inner input.wpcf7-submit {
  font-size: 1.2rem !important;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  padding: 0 !important;
  color: #7ec53e;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  cursor: pointer;
  background: #2a9d8f;
}
.newsletter-form .quform-submit-inner input.wpcf7-submit.newsletter-btn {
  right: 0;
  top: 0;
}
.newsletter-form .quform-input input.wpcf7-text {
  padding-right: 4.75rem;
}
.newsletter-form .quform-element .quform-input .form-control.news-box {
  border: 1px solid transparent;
  background: #fff;
  color: #575a7b;
  height: 50px;
  min-height: auto;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
}
.newsletter-form .quform-element .quform-input .form-control.news-box:active {
  border-color: #7ec53e;
}
.newsletter-form .quform-element .quform-input .form-control.news-box:focus {
  border-color: #7ec53e;
}
.footer-logo {
  max-width: 320px;
  width: 100%;
  display: inline-block;
  /*footer bar*/
}
footer {
  /*footer-social-style1*/
}
footer .email {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px;
}
footer .email a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: all 0.8s ease;
}
footer .email a:hover:after, footer .email a:active:after, footer .email a:focus:after {
  width: 100%;
}
footer .email a:hover, footer .email a:active, footer .email a:focus {
  color: #7ec53e;
}
footer .email a:after {
  border-bottom: 1px solid #fff;
  transition: all 0.8s ease;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
}
footer .phone {
  padding-bottom: 0;
  margin-bottom: 0;
}
footer .phone a {
  padding-bottom: 0;
  letter-spacing: -0.05rem;
  color: #fff;
}
footer .phone a:hover, footer .phone a:active, footer .phone a:focus {
  color: #7ec53e;
}
.footer-social-style1 {
  padding: 0;
  display: inline-block;
  list-style: none;
  /*footer-style-01*/
}
.footer-social-style1 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.footer-social-style1 li:last-child {
  margin-right: 0;
}
.footer-social-style1 li a {
  color: #f8f9fa;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.footer-social-style1 li a:hover, .footer-social-style1 li a:active, .footer-social-style1 li a:focus {
  color: #fff;
  background-color: #7ec53e;
}
.footer-style-01 .top-inner .logos {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.07);
  padding: 54px 40px 54px 40px;
  margin-bottom: 35px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .footer-style-01 .top-inner .logos {
    padding: 45px 45px 45px 45px;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  /* Image does not overflow the content area */
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 10px 4px 0;
}
.height-0 {
  height: 0;
}
.sidebar .wp-block-audio {
  margin-bottom: 0;
}
.sidebar .wp-block-audio audio {
  min-width: auto;
}
.min-height-auto {
  min-height: auto !important;
}
.card-img, .card-img-bottom, .card-img-top {
  width: auto;
}
.min-height-50vh img {
  min-height: 98vh;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  /* Text meant only for screen readers. */  .admin-bar header.scrollHeader .navbar-default {
    top: 32px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar. */
  z-index: 100000;
}
.bypostauthor {
  opacity: 1;
}
.gallery-caption {
  font-style: italic;
  max-width: 100%;
  margin-bottom: 1em;
}
.gallery-caption img {
  border-radius: unset;
  /* Part 2 */
}
p + .alignfull, p + .alignwide {
  margin-top: 2em;
}
main .alignfull, main .alignwide {
  width: auto;
  max-width: 130%;
  transform: translateX(0);
}
main .alignwide {
  margin-left: -15px;
  margin-right: -15px;
}
main .alignfull {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 992px) {
  main .alignfull {
    max-width: 100%;
  }
  main .alignfull.wp-block-gallery, main .alignfull.wp-block-columns {
    max-width: 120%;
  }
}
@media screen and (max-width: 480px) {
  main .alignfull {
    margin-left: -15px;
    margin-right: -15px;
  }
}
main .alignfull img {
  width: 100%;
}
main .alignfull.wp-block-image, main .alignfull.wp-block-cover, main .alignfull.wp-block-embed-wordpress-tv {
  max-width: 130%;
}
@media screen and (max-width: 767px) {
  main .alignfull.wp-block-image, main .alignfull.wp-block-cover, main .alignfull.wp-block-embed-wordpress-tv {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 480px) {
  main .alignfull.wp-block-image, main .alignfull.wp-block-cover, main .alignfull.wp-block-embed-wordpress-tv {
    margin-left: -15px;
    margin-right: -15px;
  }
}
main .alignfull.wp-block-columns {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  main .alignfull.wp-block-columns {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.single main .sidebar_left .alignwide, .single main .sidebar_right .alignwide {
  margin-left: -10px;
  margin-right: -10px;
}
.single main .sidebar_left .alignfull, .single main .sidebar_right .alignfull {
  margin-left: -20px;
  margin-right: -20px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover, .wp-block-button, p + .alignfull, p + .alignwide {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.wp-block-cover.alignleft, .wp-block-button.alignleft {
  margin-right: 2rem;
  margin-top: 0;
}
.wp-block-cover.alignright, .wp-block-button.alignright {
  margin-left: 2rem;
  margin-top: 0;
}
.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin-top: 0.4em;
  padding: 0 85px 0 1em !important;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.15em;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite {
  font-size: 0.85em;
}
blockquote.wp-block-quote {
  background-color: #7ec53e;
}
.blog-post_text blockquote, #comments .comment_content blockquote {
  padding-right: 1em;
  margin-bottom: 2rem;
}
figcaption {
  width: 100%;
}
.wp-block-pullquote blockquote {
  margin-top: 0;
}
.wp-block-pullquote p {
  color: #fff;
}
.wp-block-pullquote cite {
  color: #fff;
}
blockquote.wp-block-quote a, blockquote.wp-block-quote a:active, blockquote.wp-block-quote a:focus, blockquote.wp-block-quote a:hover {
  color: #fff;
}
blockquote a, blockquote a:active, blockquote a:focus, blockquote a:hover {
  color: #fff;
}
blockquote {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.sidebar .wp-block-audio {
  margin-bottom: 0;
}
@media screen and (max-width: 410px) {
  figure.wp-block-audio, figure.wp-block-embed-youtube, figure.wp-block-embed-facebook {
    margin-left: 0;
    margin-right: 0;
  }
  figure.wp-block-audio audio {
    min-width: 250px;
  }
}
.blog-post_content .wp-block-cover .wp-block-cover-image-text, .blog-post_content .wp-block-cover-image .wp-block-cover-image-text, .blog-post_content .wp-block-cover .wp-block-cover-text, .blog-post_content .wp-block-cover-image .wp-block-cover-text, .blog-post_content .wp-block-cover h2, .blog-post_content .wp-block-cover-image h2 {
  color: #fff;
}
.wp-block-group.has-background {
  padding: 2rem;
}
.blocks-gallery-caption {
  font-size: 13px;
  text-align: center;
}
.wp-block-gallery {
  margin-bottom: 16px;
}
.wp-block-gallery li.blocks-gallery-item {
  padding-left: 0;
  margin-bottom: 16px;
}
.wp-block-gallery li.blocks-gallery-item figcaption {
  line-height: 1.5;
}
.wp-block-gallery.alignwide {
  clear: both;
}
.wp-block-search__button {
  color: #fff;
  background-color: #7ec53e;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 10px !important;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  border: none;
}
.wp-block-search__button:hover, .wp-block-search__button:hover:active, .wp-block-search__button:hover:focus {
  background-color: #2e2e2e;
  color: #fff;
}
.wp-block-search {
  margin-bottom: 15px;
}
.wp-block-search .wp-block-search__input {
  margin-right: 10px;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  /* Part 3 */
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #282828;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #7ec53e;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #7ec53e;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
blockquote {
  background-color: #7ec53e;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  padding: 24px 70px 24px 50px;
  color: #575a7b;
  position: relative;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 50px;
    padding-right: 80px;
  }
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-top: 10px;
  color: #575a7b;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px !important;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
  clear: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0 0 0;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
.post-nav .page-navigation {
  margin-bottom: 0 !important;
}
.single-post .pagination a, .single-post .pagination span.current {
  margin: 0 3px;
  /*==============================
 *    Header styles
 *    ================================ */
}
body.header-style1 .page-title-section:before {
  content: "";
  padding-top: 70px;
  display: inline-block;
  width: 100%;
}
body.header-style3 .page-title-section:before {
  content: "";
  padding-top: 70px;
  display: inline-block;
  width: 100%;
}
body.header-style2 .page-title-section {
  padding: 90px 0 80px 0;
}
@media screen and (min-width: 992px) {
  body.header-style1 .page-title-section {
    margin-top: -96px;
  }
  body.header-style3 .page-title-section {
    margin-top: -96px;
  }
  body.header-style1 .transparent-header, body.header-style3 .transparent-header {
    margin-top: -96px;
  }
}
@media screen and (max-width: 1199px) {
  body.header-style2 .page-title-section {
    padding: 90px 0 80px 0;
  }
}
@media screen and (max-width: 991px) {
  body.header-style1 .page-title-section, body.header-style1 .transparent-header {
    margin-top: -73px;
  }
  body.header-style3 .page-title-section, body.header-style3 .transparent-header {
    margin-top: -73px;
  }
  body.header-style2 .page-title-section {
    padding: 80px 0 70px 0;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
 *    Search styles
 *    ================================ */  body.header-style2 .page-title-section {
    padding: 80px 0 70px 0;
  }
}
.search-form_label {
  width: 100%;
  display: block;
  padding: 10px 50px 10px 10px;
  background: trancparent;
  border: 1px solid #c9c9c9;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #000;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  height: 37px;
}
.search-form + * {
  margin-top: 25px;
}
.search-form.on {
  display: block;
}
.search-form_submit {
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 12px;
  line-height: normal;
  font-size: 16px;
  /*==============================
 *    Widgets
 *    ================================ */
}
.sidebar .widget {
  word-break: break-word;
  position: relative;
  margin-bottom: 1.9rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
  border-radius: 10px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.widget_block h2 {
  font-size: 1.5rem;
  color: #2e2e2e;
  margin-bottom: 1rem;
}
.widget_block ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget_block ul li {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.widget_block.widget_search label {
  font-size: 1.5rem;
  color: #2e2e2e;
  cursor: text;
  font-weight: 800;
  margin-bottom: 1rem;
}
.sidebar .widget_block ol li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.sidebar .widget_block ol li {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.sidebar .widget_custom_html {
  padding: 0;
}
.sidebar .widget:last-child {
  margin-bottom: 0 !important;
}
.sidebar .widget p:last-child {
  margin-bottom: 0;
}
.widget select {
  min-height: 46px;
  display: block;
  width: 100%;
  padding: 8px 35px 8px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.widget select:focus, .widget select:focus-visible {
  box-shadow: 0 0 10px rgba(55, 125, 255, .1);
  border-color: #7ec53e;
}
.widget select::-ms-expand {
  display: none;
}
.card select {
  min-height: 46px;
  display: block;
  width: 100%;
  padding: 8px 35px 8px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.card select:focus, .card select:focus-visible {
  box-shadow: 0 0 10px rgba(55, 125, 255, .1);
  border-color: #7ec53e;
}
.card select::-ms-expand {
  display: none;
}
.card .tags a, .blog.sidebar .tagcloud .wp-tag-cloud a {
  text-transform: lowercase;
}
.extra-icon-circle {
  border-radius: 50% !important;
}
.card-style7 .card-label a {
  color: #fff;
  /*==============================
 *    Forms
 *    ================================ */
}
.wpcf7-spinner {
  vertical-align: middle;
}
.wpcf7-not-valid-tip {
  font-size: 13px;
}
.wpcf7-not-valid {
  border-color: red !important;
}
footer .wpcf7-form {
  color: #fff !important;
}
.custom-file-input.wpcf7-not-valid {
  border: 1px solid red !important;
  opacity: 1;
  border-radius: 4px;
}
.wpcf7-spinner {
  display: none;
  margin: 10px 0 0 0;
}
form.submitting .wpcf7-spinner {
  display: block;
}
.newsletter-form .quform-submit-inner {
  width: 110px;
  right: 1px;
}
.newsletter-form input {
  padding: 0.5rem 8rem 0.5rem 1rem;
}
.newsletter-form .quform-element .quform-input .form-control.news-box::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.newsletter-form .quform-element .quform-input .form-control.news-box::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.newsletter-form .quform-element .quform-input .form-control.news-box:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.newsletter-form .quform-element .quform-input .form-control.news-box::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.newsletter-form .quform-element .quform-input .form-control.news-box::placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
  /*==============================
 *    Comment form
 *    ================================ */
}
.comment-list li .comment-respond {
  padding-top: 2rem;
  padding-left: 6.5rem;
}
.comment-respond .form-submit {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 1;
  background: #2e2e2e;
  border: none;
  border-radius: 5px;
  line-height: normal;
  font-weight: bold;
  vertical-align: top;
  cursor: pointer;
}
.comment-respond .form-submit input.submit {
  display: inline-block;
  padding: 16px 32px !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.comment-respond .form-submit:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #7ec53e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  /*.comment-respond .form-submit:hover, .comment-respond .form-submit:active, .comment-respond .form-submit:focus { border-color: $primary_color; background: $primary_color; }*/
}
.comment-respond .form-submit:hover:before, .comment-respond .form-submit:active:before, .comment-respond .form-submit:focus:before {
  top: -40%;
  /*==============================
 *    Cards
 *    ================================ */
  /* card */
}
.card .card-body ul:last-child, .card .card-body ol:last-child, .card .card-body p:last-child, .card .card-body pre:last-child, .card .card-body blockquote:last-child {
  margin-bottom: 0;
}
.card .card-body blockquote:nth-child(2) {
  margin-top: 0;
}
.card .meta li:first-child a {
  text-transform: capitalize;
}
.card-style-04 .blog-img .category a {
  color: #fff;
}
.card-style5 .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.elementor .card-style6 img {
  height: 100%;
}
.elementor .card-style13 img {
  border-radius: 10px;
}
.elementor .card-style12 img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-style-04 .blog-img > span:first-child {
  position: inherit;
  left: 0;
  top: -4px;
  display: inline-block;
  text-align: left;
}
.card-style-04 .blog-img .category {
  color: inherit;
  background-color: inherit;
  padding: 0;
  right: 15px;
  position: absolute;
  top: 16px;
  text-align: left;
}
.card-style-04 .blog-img .category:hover {
  background: transparent;
  color: inherit;
}
.card-style-04 .blog-img .category a {
  color: #fff;
  text-align: center;
  background-color: #2e2e2e;
  font-size: 14px;
  display: inline-block;
  padding: 6px 12px;
  margin-left: 4px;
  margin-top: 4px;
  font-weight: 700;
  text-transform: uppercase;
}
.card-style-04 .blog-img .category a:last-child {
  margin-right: 0;
}
.card-style-04 .blog-img .category a:hover {
  color: #fff;
  background-color: #7ec53e;
}
.card-style-04 .blog-img .category.rounded-pill a {
  border-radius: 50rem;
  font-size: 12px;
  /*==============================
 *    Sidebar
 *    ================================ */
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-listing {
  margin: -0.5rem 0 0 0;
  padding: 0;
  list-style: none;
}
.cat-item:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.cat-item {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.cat-item ul.children {
  margin-top: 0.5rem;
  margin-left: 10px;
}
.widget_archive li:first-child, .wp-block-archives li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget_archive li, .wp-block-archives li {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.widget_pages ul.children {
  margin: 0.5rem 0 0 0;
}
.widget_pages li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget_pages li {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.widget_meta li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget_meta li {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.widget .gallery {
  margin-top: -10px !important;
}
.widget .gallery .gallery-item {
  padding: 0 3px;
  margin-bottom: 0;
}
.wp-calendar-table {
  caption-side: top;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 1rem;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.wp-block-calendar table th {
  color: #fff;
  background: #7ec53e;
}
.widget_calendar .wp-block-calendar th, .widget_calendar .wp-block-calendar td {
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 10px 5px;
  border-right: 1px solid #ededed;
}
.wp-calendar-table #today {
  background-color: #7ec53e;
  color: #fff;
  text-align: center;
}
.wp-calendar-table #today a {
  color: #fff;
}
.wp-calendar-table #today a:hover {
  text-decoration: none;
  color: #fff;
}
.widget_calendar table > caption {
  padding: 0;
  text-align: center;
  color: inherit;
  margin-top: -10px;
}
.widget_calendar .wp-calendar-nav {
  text-align: center;
}
.widget_recent_entries ul, .widget_recent_comments ul {
  list-style: none;
}
.widget_recent_comments ul {
  list-style: none;
}
.widget_recent_comments ul li {
  border-bottom: 1px solid #ececf0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_comments ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_recent_comments .recentcomments > a {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  display: block;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 1em;
  line-height: 1.7;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
}
.recent-post > div:first-child.flex-shrink-0 a {
  display: inline-block;
  width: 75px;
  height: auto;
}
.widget_nav_menu .menu {
  margin-top: -12px;
}
.widget_nav_menu ul {
  list-style: none;
  margin-bottom: 0;
}
.widget_nav_menu .menu > li:last-child > a {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_nav_menu .menu > li > a {
  text-transform: none;
  font-weight: 500;
}
.widget_nav_menu ul ul ul ul ul {
  padding-left: 0;
}
.widget_nav_menu ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 12px 12px 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ececf0;
}
.widget_nav_menu ul li .sub-menu {
  padding-left: 10px;
  margin-top: 15px;
}
.widget_nav_menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}
.widget_nav_menu .widget-title {
  color: #7ec53e;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
.widget_nav_menu .menu-item {
  margin-bottom: 15px;
}
.widget_nav_menu .menu-item:last-child {
  margin-bottom: 0;
}
.widget_nav_menu .menu-item a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #1e2434;
  border-radius: 3px;
  text-transform: none;
  background-color: #f3f7f8;
  padding: 18px 60px 18px 20px;
  border: 0 solid transparent;
}
.widget_nav_menu .menu-item a:after {
  font-family: 'themify';
  content: "\e628";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 15px;
  width: 35px;
  font-weight: 800;
  height: 35px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #2e2e2e;
  transition: all 500ms ease;
}
.widget_nav_menu .menu-item.current-menu-item a:after {
  font-family: 'themify';
  content: "\e628";
  background-color: #2e2e2e;
  color: #fff;
  font-weight: 800;
}
.widget_nav_menu .menu-item a:hover:after {
  color: #fff;
  font-family: 'themify';
  content: "\e628";
  background-color: #2e2e2e;
}
.widget_nav_menu .menu-item.current-menu-item a {
  position: relative;
}
.widget_nav_menu .menu > li:last-child > a {
  padding: 18px 60px 18px 20px;
}
.widget_nav_menu .menu {
  margin-top: 0;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_rss .rss-widget-icon {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.tagcloud {
  margin-top: -0.5rem;
}
.wp-tag-cloud li {
  display: inline-block;
}
.wp-tag-cloud a:hover {
  background-color: #7ec53e;
  border-color: #7ec53e;
  color: #fff;
}
.wp-tag-cloud a {
  background-color: #f3f7f8;
  border-radius: 3px;
  border: 1px solid #f3f7f8;
  padding: 7px 20px;
  font-size: 14px !important;
  line-height: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.sidebar .widget.widget_search .wp-block-search {
  margin-bottom: 0;
}
.widget_search input {
  width: calc(100% - 75px);
  padding: 10px;
  margin: 0;
  border: 1px solid #ced4da !important;
  background: #fff;
  min-height: auto;
  display: inline-block;
  border-radius: 0;
  outline: none;
  text-indent: 10px;
  transition: all 0.2s ease 0s;
  color: #000;
}
.search-custom input {
  width: calc(100% - 75px);
  min-height: 40px;
  padding: 10px;
  margin: 0;
  border: 1px solid #ced4da;
  background: #fff;
  min-height: auto;
  display: inline-block;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  text-indent: 10px;
  transition: all 0.2s ease 0s;
  color: #000;
}
.widget_search .form-control:focus {
  border-color: #7ec53e !important;
}
.comments-area {
  margin-bottom: 40px;
}
ol.wp-block-latest-comments {
  padding-left: 0;
  margin-bottom: 0;
}
ol.wp-block-latest-comments .wp-block-latest-comments__comment {
  line-height: 1.7;
}
ol.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
ol.wp-block-latest-comments .wp-block-latest-comments__comment:last-child .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
article footer {
  background: transparent;
  padding-top: 0;
}
.sidebar .widget.widget_media_image .wp-block-image:last-child {
  margin-bottom: 0;
}
.sidebar .wp-block-cover, .sidebar .wp-block-button, .sidebar p + .alignfull, .sidebar p + .alignwide {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar .has-background-dim {
  margin-bottom: 0;
}
.sidebar .wp-block-video video {
  vertical-align: middle;
}
.sidebar .wp-block-video {
  margin-bottom: 0;
}
.sidebar .wp-block-pullquote {
  margin: 0;
  padding: 0;
}
.sidebar .wp-block-pullquote blockquote, .sidebar .wp-block-pullquote cite, .sidebar .wp-block-pullquote p {
  margin: 0;
}
.sidebar pre:last-child {
  margin: 0;
}
.sidebar .wp-block-table:last-child {
  margin-bottom: 0;
}
.sidebar .wp-block-table table:last-child {
  margin-bottom: 0;
}
.sidebar .wp-block-gallery:last-child {
  margin-bottom: 0;
  /*==============================
 *    Comments
 *    ================================ */
}
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comments-area .comment ul.children {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2rem;
}
.comment-list .comment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-list > li {
  list-style: none;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-list li .children li {
  list-style: none;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*==============================
 *    Pagination
 *    ================================ */
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 49px;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.pagination span.current {
  padding: 10px 5px;
  background: #7ec53e;
  color: #fff;
  /*==============================
 *    Others
 *    ================================ */
  /* brand logo */
}
@media screen and (min-width: 992px) {
  .navbar-brand.hide-scroll {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    transition: all 0s ease 0s;
    width: auto;
    margin-right: 1rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .scrollHeader .navbar-brand.hide-scroll {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    transition: all 0s ease 0s;
    width: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-brand.show-scroll {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    transition: all 0s ease 0s;
    width: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .scrollHeader .navbar-brand.show-scroll {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    transition: all 0s ease 0s;
    width: auto;
    margin-right: 1rem;
    position: relative;
    left: 5px;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 991px) {
  .show-scroll {
    display: none !important;
  }
}
.single-post article.card .card-body p:last-child {
  margin-bottom: 0;
}
.single-post article.card input[type="text"], .single-post article.card input[type="email"], .single-post article.card input[type="url"], .single-post article.card input[type="password"], .single-post article.card input[type="search"], .single-post article.card input[type="tel"], .single-post article.card input[type="number"], .single-post article.card input[type="range"], .single-post article.card input[type="date"], .single-post article.card input[type="month"], .single-post article.card input[type="week"], .single-post article.card input[type="time"], .single-post article.card input[type="datetime"], .single-post article.card input[type="datetime-local"], .single-post article.card input[type="color"], .single-post article.card textarea, .single-post article.card select {
  min-height: 46px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.single-post article.card [type=submit]:not(:disabled), .single-post article.card [type=reset]:not(:disabled), .single-post article.card [type=submit]:not(:disabled) {
  background-color: #7ec53e;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 12px 28px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  z-index: 9999;
  display: inline-block;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  min-width: 90px;
}
.single-post article.card [type=submit]:not(:disabled):hover, .single-post article.card [type=reset]:not(:disabled):hover, .single-post article.card [type=submit]:not(:disabled):hover {
  background-color: #2e2e2e;
}
.comments-area .comment-info ol, .comments-area .comment-info ul {
  margin-bottom: 32px;
}
.comments-area .comment-info ul {
  list-style-type: disc;
}
.comments-area .comment-info ul:last-child, .comments-area .comment-info ol:last-child, .comments-area .comment-info p:last-child, .comments-area .comment-info pre:last-child, .comments-area .comment-info blockquote:last-child {
  margin-bottom: 0;
}
.single .blog-share-icon {
  min-width: 172px;
}
.single .tags a {
  margin: 5px 10px 5px 0;
}
.tags a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.tags a:hover {
  border-color: #7ec53e;
  background: #7ec53e;
  color: #fff;
}
.single .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1.9rem;
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  position: relative;
  font-weight: 700;
}
.single .entry-footer:empty {
  display: none !important;
}
.single .entry-footer div:last-child {
  margin-bottom: 0 !important;
}
body.single .entry-footer:empty {
  display: none !important;
}
body.single .entry-footer div:last-child {
  margin-bottom: 0 !important;
}
.portfolio-style2 .portfolio-inner .portfolio-text .text-white:hover {
  opacity: 0.9;
}
.prev-page .image-prev.no_image:before, .prev-page .image-prev.no_image:after {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.next-page .image-next.no_image:before, .next-page .image-next.no_image:after {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.prev-page .image-prev.no_image:after, .next-page .image-next.no_image:after {
  background: #2e2e2e;
}
.gallery {
  margin: -16px -12px 43px -12px !important;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
#gallery-1 {
  margin: auto;
}
#gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
#gallery-1 img {
  border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
  margin-left: 0;
}
.page-content .page-links {
  clear: left;
  padding-top: 10px;
}
.page-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  border-radius: 3px;
  background-color: #7ec53e;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.page-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.page-content .page-links a span:hover {
  background-color: #7ec53e;
  color: #fff;
}
.page-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.page-content .page-links .post-page-numbers span {
  margin: 0;
}
.footer-three .sec-title {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.footer-three h3 {
  font-size: 1.25rem;
  margin-bottom: 2.2rem;
  font-weight: 800;
}
.footer-three .sec-title h3 {
  padding-right: 0;
}
.footer-three .sec-title h3:after {
  content: none;
}
.footer-three .sec-title h3:before {
  content: none;
}
.footer-three .border-box {
  display: none;
}
@media screen and (min-width: 1200px) {
  .footer-three .flex-grow-1 h4 {
    max-width: 70%;
  }
}
.footer-two .sec-title {
  padding-bottom: 0 !important;
}
.footer-two .sec-title h3 {
  padding-right: 0;
}
.footer-two .sec-title h3:after {
  content: none;
}
.footer-two .sec-title h3:before {
  content: none;
}
.footer-two h3 {
  color: #fff !important;
  margin-bottom: 1.6rem !important;
}
footer.bg-light.footer-two h4 a, footer.bg-light h6 a {
  color: #20252d !important;
}
footer.bg-light.footer-two h4 a:hover, footer.bg-light h6 a:hover {
  color: #7ec53e !important;
}
.footer-two .border-box {
  display: none;
}
footer.bg-light .social-icon-style1 a {
  color: #fff;
}
.footer-icon {
  position: relative;
}
.footer-icon a {
  display: inline-block;
}
.footer-icon:before {
  content: "";
  border-radius: 0.25rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(126, 197, 62, 0.8);
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.footer-icon:hover:before {
  opacity: 1;
}
.footer-icon .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.footer-icon:hover .hover-icon {
  opacity: 1;
}
footer.bg-light p, footer.bg-light li, footer.bg-light li a {
  color: #575a7b;
}
footer.bg-light h4 a, footer.bg-light h6 a {
  color: #20252d;
}
footer .menu-primary-menu-container .menu {
  margin-top: -12px;
}
footer .menu-primary-menu-container ul {
  list-style: none;
  margin-bottom: 0;
}
footer .menu-primary-menu-container .menu > li:last-child > a {
  border-bottom: none;
  padding-bottom: 0;
}
footer .menu-primary-menu-container .menu > li > a {
  text-transform: uppercase;
  font-weight: 600;
}
footer .menu-primary-menu-container ul ul ul ul ul {
  padding-left: 0;
}
footer .menu-primary-menu-container ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 12px 12px 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .menu-primary-menu-container ul li .sub-menu {
  padding-left: 10px;
}
footer .menu-primary-menu-container ul li .sub-menu li:last-child > a {
  border-bottom: none;
  /*footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color: #fff; font-weight: 800; font-size: 1.4rem; }

footer li:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
footer li { list-style: none; word-wrap: break-word; }

footer label { color: #fff; }

footer li a { color: #fff; }
footer li a:hover,footer li a:active,footer li a:focus { color: $primary_color; }
footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a, footer .h1 a, footer .h2 a, footer .h3 a, footer .h4 a, footer .h5 a, footer .h6 a { color: #fff; }
footer h1 a:hover, footer h1 a:active, footer h1 a:focus, footer h2 a:hover, footer h2 a:active, footer h2 a:focus, footer h3 a:hover, footer h3 a:active, footer h3 a:focus, footer h4 a:hover, footer h4 a:active, footer h4 a:focus, footer h5 a:hover, footer h5 a:active, footer h5 a:focus, footer h6 a:hover, footer h6 a:active, footer h6 a:focus, footer .h1 a:hover, footer .h1 a:active, footer .h1 a:focus, footer .h2 a:hover, footer .h2 a:active, footer .h2 a:focus, footer .h3 a:hover, footer .h3 a:active, footer .h3 a:focus, footer .h4 a:hover, footer .h4 a:active, footer .h4 a:focus, footer .h5 a:hover, footer .h5 a:active, footer .h5 a:focus, footer .h6 a:hover, footer .h6 a:active, footer .h6 a:focus { color: $primary_color; }*/
}
footer .wp-block-calendar table th {
  background: #7ec53e;
  color: #fff;
}
footer .wp-calendar-table {
  color: #fff;
  caption-side: top;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 1rem;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
footer .wp-calendar-table th, footer .wp-calendar-table td {
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 10px 5px;
  border-right: 1px solid #ededed;
  color: #fff;
}
footer .wp-calendar-table #today {
  background-color: #7ec53e;
}
footer .wp-calendar-table #today a:hover {
  text-decoration: none;
  color: #fff;
}
footer table.wp-calendar-table > caption {
  padding: 0;
  text-align: center;
  color: #fff;
  margin-top: -10px;
}
footer .wp-calendar-table a {
  color: #fff;
}
footer .wp-calendar-table a:hover {
  color: #7ec53e;
}
footer .wp-calendar-nav {
  text-align: center;
}
footer .wp-calendar-nav a {
  color: #fff;
}
footer .wp-block-pullquote cite {
  color: #fff;
}
footer .wp-block-social-links li {
  padding-top: 0;
}
footer .wp-block-cover .has-background-dim {
  margin-bottom: 0;
}
footer .wp-block-file a {
  color: #fff;
}
footer .wp-block-file .wp-block-file__button {
  color: #32373c;
  background: #fff;
}
footer .wp-block-file a.wp-block-file__button:active, footer .wp-block-file a.wp-block-file__button:focus, footer .wp-block-file a.wp-block-file__button:hover, footer .wp-block-file a.wp-block-file__button:visited {
  color: #32373c;
  background: #fff;
}
footer #recentcomments {
  list-style: none;
  margin-bottom: 0;
}
footer #recentcomments li {
  line-height: 1.7;
  list-style: none;
  margin-bottom: 1em;
}
footer #recentcomments li:last-child {
  margin-bottom: 0;
}
footer ol.wp-block-latest-comments .wp-block-latest-comments__comment {
  padding-top: 1.4em;
}
footer .wp-block-latest-comments__comment {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
footer .wp-tag-cloud a {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
footer .wp-block-tag-cloud a {
  color: #fff;
}
footer .wp-block-tag-cloud a:hover {
  color: #7ec53e;
}
footer .wp-block-loginout a {
  color: #fff;
}
footer .wp-block-loginout a:hover {
  color: #7ec53e;
}
footer select {
  min-height: 46px;
  display: block;
  width: 100%;
  padding: 8px 35px 8px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
footer select:focus, footer select:focus-visible {
  box-shadow: 0 0 10px rgba(55, 125, 255, .1);
  border-color: #7ec53e;
}
footer select::-ms-expand {
  display: none;
}
footer .input-group .input-group-append .butn {
  height: 100%;
}
footer .input-group .input-group-append .butn:before {
  background: #7ec53e;
}
footer .cat-item {
  border-color: rgba(255, 255, 255, 0.15);
}
footer .widget_archive li, footer .wp-block-archives li {
  border-color: rgba(255, 255, 255, 0.15);
  /*footer p, footer li{ color: #fff; list-style: none; }*/
}
