/*-----------------------------------------------------------------------------------

    Theme Name: Revora - IT Solutions & Digital Agency WordPress Theme
    Description: IT Solutions & Digital Agency WordPress Theme
    Author: WebsiteDesignTemplates
    Version: 1.0.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Button styles
    03. Navigation
    04. Banner
    05. Section Heading
    06. Page title
    07. Cards
    08. Portfolio
    09. Pagination
    10. Tab
    11. Owl Carousel
    12. Accordion
    13. Pages
    14. Others
    15. Scroll Section
    15. Page Navigation
    16. Timeline
    17. Footer
    
---------------------------------- */
/*==============================
 *    Common styles
 *    ================================ */
/* loader */
/* image-effect */
#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 #96eb64;
  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 #96eb64;
  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;
  }
}
a:hover, a:active {
  color: #96eb64;
  text-decoration: none;
}
body {
  color: #575a7b;
}
.card {
  color: #575a7b;
}
.card .card-body {
  color: #575a7b;
}
.elementor .elementor-widget-text-editor {
  color: #575a7b;
}
a, a:active, a:focus {
  color: #575a7b;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
  /* heading */
}
h1 {
  color: #191919;
}
h1 a {
  color: #191919;
}
h1 a:hover {
  color: #96eb64;
}
h1 a:active {
  color: #96eb64;
}
h1 a:focus {
  color: #96eb64;
}
h2 {
  color: #191919;
}
h2 a {
  color: #191919;
}
h2 a:hover {
  color: #96eb64;
}
h2 a:active {
  color: #96eb64;
}
h2 a:focus {
  color: #96eb64;
}
h3 {
  color: #191919;
}
h3 a {
  color: #191919;
}
h3 a:hover {
  color: #96eb64;
}
h3 a:active {
  color: #96eb64;
}
h3 a:focus {
  color: #96eb64;
}
h4 {
  color: #191919;
}
h4 a {
  color: #191919;
}
h4 a:hover {
  color: #96eb64;
}
h4 a:active {
  color: #96eb64;
}
h4 a:focus {
  color: #96eb64;
}
h5 {
  color: #191919;
}
h5 a {
  color: #191919;
}
h5 a:hover {
  color: #96eb64;
}
h5 a:active {
  color: #96eb64;
}
h5 a:focus {
  color: #96eb64;
}
h6 {
  color: #191919;
}
h6 a {
  color: #191919;
}
h6 a:hover {
  color: #96eb64;
}
h6 a:active {
  color: #96eb64;
}
h6 a:focus {
  color: #96eb64;
}
.h1 {
  color: #191919;
}
.h1 a {
  color: #191919;
}
.h1 a:hover {
  color: #96eb64;
}
.h1 a:active {
  color: #96eb64;
}
.h1 a:focus {
  color: #96eb64;
}
.h2 {
  color: #191919;
}
.h2 a {
  color: #191919;
}
.h2 a:hover {
  color: #96eb64;
}
.h2 a:active {
  color: #96eb64;
}
.h2 a:focus {
  color: #96eb64;
}
.h3 {
  color: #191919;
}
.h3 a {
  color: #191919;
}
.h3 a:hover {
  color: #96eb64;
}
.h3 a:active {
  color: #96eb64;
}
.h3 a:focus {
  color: #96eb64;
}
.h4 {
  color: #191919;
}
.h4 a {
  color: #191919;
}
.h4 a:hover {
  color: #96eb64;
}
.h4 a:active {
  color: #96eb64;
}
.h4 a:focus {
  color: #96eb64;
}
.h5 {
  color: #191919;
}
.h5 a {
  color: #191919;
}
.h5 a:hover {
  color: #96eb64;
}
.h5 a:active {
  color: #96eb64;
}
.h5 a:focus {
  color: #96eb64;
}
.h6 {
  color: #191919;
}
.h6 a {
  color: #191919;
}
.h6 a:hover {
  color: #96eb64;
}
.h6 a:active {
  color: #96eb64;
}
.h6 a:focus {
  color: #96eb64;
}
.primary-overlay[data-overlay-dark]:before {
  background: #96eb64;
}
.secondary-overlay[data-overlay-dark]:before {
  background: #191919;
}
.dark-overlay[data-overlay-dark]:before {
  background: #191919;
}
.text-primary, .text-primary-hover:hover {
  color: #96eb64 !important;
}
.text-secondary, .text-secondary-hover:hover {
  color: #191919 !important;
}
.bg-primary {
  background-color: #96eb64 !important;
}
.bg-secondary {
  background-color: #191919 !important;
}
.bg-light {
  background-color: rgba(25, 25, 25, 0.04) !important;
}
.border-primary-color {
  border-bottom: 1px solid #96eb64 !important;
}
.box-shadow-common {
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
}
.primary-shadow {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
}
.text-white-hover:hover {
  color: #fff !important;
}
.fs-small {
  font-size: 13px;
}
.min-vh-100 {
  min-height: 100vh;
}
.min-vh-80 {
  min-height: 80vh;
}
.min-height-480 {
  min-height: 480px;
}
.min-height-390px {
  min-height: 390px;
}
.min-height-350px {
  min-height: 350px;
}
.w-250px {
  width: 250px;
}
.border-radius-30 {
  border-radius: 30px;
}
.border-top-left-radius-30 {
  border-top-left-radius: 30px;
}
.border-bottom-left-radius-30 {
  border-bottom-left-radius: 30px;
}
.border-bottom-right-radius-30 {
  border-bottom-right-radius: 30px;
}
.border-text {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.border-text.primary {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #96eb64;
}
.ls-minus-2px {
  letter-spacing: -2px;
}
.margin-left-minus-15px {
  margin-left: -15px;
  /* min-height-525 */
}
.min-height-525 {
  min-height: 525px;
}
@media screen and (max-width: 991px) {
  .min-height-525 {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  /* min-height-650 */  .min-height-525 {
    min-height: 400px;
  }
}
.min-height-650 {
  min-height: 650px;
}
@media screen and (max-width: 991px) {
  .min-height-650 {
    min-height: 550px;
  }
}
@media screen and (max-width: 767px) {
  /* cd-headline */  .min-height-650 {
    min-height: 450px;
  }
}
.cd-headline {
  font-size: 18px;
  color: #191919;
  /* image-hover */
}
.cd-headline.clip .cd-words-wrapper:after {
  content: none;
}
.image-hover {
  position: relative;
  overflow: hidden;
  background-color: #96eb64;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.image-hover:hover img, .image-hover:active img, .image-hover:focus img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.image-hover * {
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (min-width: 1200px) {
  .image-effect {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    clip-path: polygon(0 0, 6% 0, 6% 100%, 0% 100%);
  }
  .image-effect.animated {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1199px) {
  /* scroll bar */  .image-effect {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
  }
}
.scroll-bar {
  position: fixed;
  right: 20px;
  z-index: 111;
  top: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: difference;
}
.scroll-bar.visible {
  opacity: 1;
}
.scroll-bar .scroll-to-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scroll-bar .scroll-ver-line {
  width: 2px;
  height: 60px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
  display: block;
}
.scroll-bar .scroll-indicate {
  display: inline-block;
  width: 2px;
  position: absolute;
  background-color: #fff;
  top: 0px;
  left: 0px;
}
.scroll-bar .scroll-text {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  margin-bottom: 15px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  /* Rotated Circle */
}
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotated_circle {
  /* cusrsor */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.cursor-helper {
  height: 0;
}
.cursor-helper-outer {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #96eb64;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 25px;
  top: 25px;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999999;
}
.cursor-helper-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999999;
}
.cursor-title {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
  transition: transform 0.2s;
  left: 0;
  top: 0;
}
.cursor-link {
  background-color: #96eb64;
  opacity: 0.4;
}
.cursor-light {
  background-color: #fff;
  opacity: 1;
}
.cursor-slider {
  background-color: #96eb64;
  border-radius: 100%;
  padding: 30px;
}
.cursor-slider:after {
  content: "\e658";
  font-family: 'themify';
  font-size: 24px;
  position: absolute;
  top: 13px;
  left: 19px;
  line-height: 35px;
  color: #fff;
}
.cursor-helper-innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}
@media screen and (max-width: 1199px) {
  /* list-style01 */  .cursor-helper {
    display: none;
  }
  h2 {
    cursor: inherit !important;
  }
}
.list-style01 li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  /* list-style02 */
}
.list-style01 li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-style01 li:first-child {
  padding-left: 0;
}
.list-style01 li:first-child:before {
  content: none;
}
.list-style02 li {
  position: relative;
  display: inline;
  font-size: 14px;
  /* list-style03 */
}
.list-style02 li:after {
  content: "/";
  margin: 0 10px;
}
.list-style03 li {
  display: inline-block;
  margin: 0 14px;
  /* list-style04 */
}
.list-style03 li a {
  color: #212529;
}
.list-style03 li a:hover {
  transform: translateY(-3px);
  color: #96eb64;
}
.list-style04 {
  list-style: none;
  padding-left: 0;
  /* list-style05 */
}
.list-style04 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.list-style04 li:last-child {
  margin-bottom: 0;
}
.list-style04 li:before {
  content: '\f058';
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #96eb64;
}
.list-style05 li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-weight: 600;
  /* list-style06 */
}
.list-style05 li:last-child {
  margin-bottom: 0;
}
.list-style05 li:before {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 10px;
  color: #191919;
  font-weight: 800;
}
.list-style05 li a {
  color: #191919;
}
.list-style06 li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  /* list-style07 */
}
.list-style06 li:last-child {
  margin-right: 0;
}
.list-style06 li a {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  padding: 4px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #191919;
  color: #191919;
  transition: all 0.3s linear;
}
.list-style06 li a:hover {
  border: 1px solid #96eb64;
  color: #fff;
  background-color: #96eb64;
}
.list-style07 li {
  margin-bottom: 22px;
  /* list-style08 */
}
.list-style07 li:last-child {
  margin-bottom: 0;
}
.list-style07 li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.list-style07 li a:hover {
  color: #96eb64;
}
.list-style08 li {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  margin-right: 3px;
  /* list-style09 */
}
.list-style08 li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.list-style08 li:last-child:after {
  content: none;
}
.list-style09 {
  /* list-style10 */
}
.list-style09 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.list-style09 li:last-child {
  margin-bottom: 0;
}
.list-style09 li:before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 4px;
}
.list-style09.white li {
  color: #fff;
}
.list-style09.white li h6 {
  color: rgba(255, 255, 255, 0.9);
}
.list-style09.dark li {
  color: #191919;
}
.list-style09.dark li h6 {
  color: rgba(25, 25, 25, 0.9);
}
.list-style10 li {
  display: inline-block;
  margin-right: 40px;
  font-size: 12px;
  /* list-style11 */
}
.list-style10 li:last-child {
  margin-right: 0;
}
.list-style10 li a {
  color: #fff;
  font-weight: 100;
}
.list-style11 {
  list-style: none;
  padding-left: 0;
  /*==============================
 *    Button styles
 *    ================================ */
  /* btn-style01 */
}
.list-style11 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.list-style11 li:last-child {
  margin-bottom: 0;
}
.list-style11 li:before {
  content: '\e64c';
  font-family: 'themify';
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #96eb64;
}
.btn-style01 {
  background-color: transparent;
  position: relative;
  border: none;
  font-size: 15px;
  padding: 15px 30px 15px 30px !important;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #191919;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.btn-style01 span {
  position: relative;
  z-index: 9;
  color: #191919;
}
.btn-style01:before {
  width: 50px;
  height: 50px;
  background-color: #96eb64;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-style01:hover:before, .btn-style01:active:before, .btn-style01:focus:before {
  width: 100%;
}
.btn-style01.md {
  padding: 13px 30px !important;
  font-size: 14px;
}
.btn-style01.sm {
  padding: 11px 27px !important;
  font-size: 12px;
}
.btn-style01.secondary:before {
  background-color: #191919;
  /* btn-style02 */
}
.btn-style02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #96eb64;
  color: #fff;
  border: 2px solid #96eb64;
  line-height: 1;
  font-weight: 800;
  position: relative;
  outline: none;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px !important;
  padding: 16px 28px;
  z-index: 9;
  border-radius: 0.15rem;
  text-transform: uppercase;
  /* btn-style03 */
}
.btn-style02:hover, .btn-style02:active, .btn-style02:focus {
  color: #fff !important;
  border-color: #191919;
  background: #191919;
}
.btn-style02.white {
  background: #fff;
  color: #96eb64 !important;
  border: 2px solid #fff;
}
.btn-style02.medium {
  padding: 13px 22px !important;
}
.btn-style02.small {
  padding: 10px 18px !important;
}
.btn-style03 {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background-color: #96eb64;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  transition: 0.5s;
  padding: 20px !important;
  /* btn-style04 */
}
.btn-style03:hover, .btn-style03:active, .btn-style03:focus {
  background-color: #191919;
}
.btn-style03.white:hover, .btn-style03.white:active, .btn-style03.white:focus {
  background-color: #fff;
}
.btn-style04 {
  position: relative;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  color: #191919;
  text-transform: uppercase;
  border: 1px solid #191919;
  border-radius: 50%;
  transform: rotate(-6deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 45px 72px !important;
}
.btn-style04:hover {
  color: #96eb64;
}
.btn-style04.white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-style04.white:hover {
  color: #96eb64 !important;
}
.btn-style04.md {
  padding: 20px 72px !important;
}
.btn-style04.sm {
  padding: 15px 22px !important;
  font-size: 12px !important;
  border: 1px solid #96eb64;
}
@media screen and (max-width: 767px) {
  /* btn-style5 */  .btn-style04 {
    padding: 25px 52px !important;
    font-size: 15px !important;
  }
}
.btn-style5 {
  background-color: #96eb64;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  padding: 15px 34px !important;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  width: auto;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  /*-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);*/
  transition: all 0.3s ease-in-out;
  /* ===================================
    Navigation
====================================== */
  /* top bar  */
}
.btn-style5:hover, .btn-style5:active, .btn-style5:focus {
  color: #fff;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.btn-style5.white {
  background-color: #fff;
  color: #232323;
}
.btn-style5.md {
  padding: 13px 30px !important;
  font-size: 13px;
}
.btn-style5.sm {
  padding: 11px 27px !important;
  font-size: 12px;
}
.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: #96eb64;
}
.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 #96eb64 #96eb64 transparent;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #96eb64 #96eb64 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 #96eb64 #96eb64 transparent;
}
.menu_area-light .navbar > ul > li.current-menu-item > a:after {
  border-color: transparent #96eb64 #96eb64 transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #96eb64;
}
.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: #96eb64;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a, .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #96eb64;
}
.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: #96eb64;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a:hover {
  color: #96eb64;
}
.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: #96eb64;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a {
  color: #96eb64;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #96eb64 #96eb64 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 #96eb64 #96eb64 transparent;
}
.menu_area-light.scrollHeader .navbar > ul > li.current-menu-item > a:after {
  border-color: transparent #96eb64 #96eb64 transparent;
}
.navbar ul ul > li.has-sub:hover > a:before {
  top: 15px;
}
.navbar ul ul li.has-sub > a:before {
  top: 15px;
  right: 26px;
  width: 2px;
  height: 10px;
  background: #96eb64;
}
.navbar ul ul li.has-sub > a:after {
  top: 19px;
  right: 22px;
  width: 10px;
  height: 2px;
  background: #96eb64;
}
.header-style3 .navbar-nav li.current > a {
  color: #96eb64;
}
.header-style3 .navbar-nav li.active > a {
  color: #96eb64;
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #96eb64;
  }
  .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: #96eb64;
}
.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 #96eb64 #96eb64 transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #96eb64;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-item > a:hover {
  color: #96eb64;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #96eb64 #96eb64 transparent;
}
.header-style2.scrollHeader .navbar > ul > li.current-menu-item > a:after {
  border-color: transparent #96eb64 #96eb64 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: #96eb64;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-item > a, .header-style2.scrollHeader .navbar-nav li.current > a:hover {
  color: #96eb64;
}
.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: #96eb64;
}
.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 #96eb64 #96eb64 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: #96eb64;
}
@media screen and (min-width: 992px) {
  .header-style1 .navbar-nav li.current > a {
    color: #96eb64;
  }
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.current-menu-ancestor > a {
    color: #96eb64;
  }
  .header-style1 .navbar > ul > li.current > a:after {
    border-color: transparent #96eb64 #96eb64 transparent;
  }
  .menu_area-light .navbar > ul > li.current > a:after, .menu_area-light .navbar > ul > li.current-menu-item > a:after {
    border-color: transparent #96eb64 #96eb64 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: #96eb64;
  }
  .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: #96eb64;
  }
  .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 #96eb64 #96eb64 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 #96eb64 #96eb64 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: #96eb64;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #96eb64;
  }
  .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: #96eb64;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a:hover {
    color: #96eb64;
  }
  .header-style1.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #96eb64 #96eb64 transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #96eb64 #96eb64 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 #96eb64 #96eb64 transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current-menu-item > a:after {
    border-color: transparent #96eb64 #96eb64 transparent;
  }
  .navbar-nav li > ul {
    min-width: 275px;
    -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: #96eb64;
  }
  .menu_area-light .navbar-light .navbar-nav > li > a.nav-link:hover, .menu_area-light .navbar-light .navbar-nav > li > a.nav-link:active, .menu_area-light .navbar-light .navbar-nav > li > a.nav-link:focus {
    color: #96eb64;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #96eb64;
    /* header style03  */
  }
  .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: #96eb64;
  }
  .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 #96eb64 #96eb64 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 #96eb64 #96eb64 transparent;
  }
  .header-style3 .navbar-nav li.active > a {
    color: #96eb64;
  }
  .header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus {
    color: #96eb64;
  }
  .header-style3 .navbar ul ul li.active > a {
    color: #96eb64;
  }
  .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current > a {
    color: #96eb64;
  }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #96eb64;
  }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after, .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #96eb64 #96eb64 transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #96eb64;
  }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #96eb64 #96eb64 transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #96eb64;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #96eb64;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a:hover {
    color: #96eb64;
  }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #96eb64 #96eb64 transparent;
  }
}
@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: #96eb64;
  }
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: #96eb64;
    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) {
  /*==============================
 *    Banner
 *    ================================ */
  /* banner-style01 */  .header-style3 .navbar-toggler {
    background: #96eb64;
  }
  .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;
  }
}
.banner-style01 {
  /* banner-style02 */
}
.banner-style01:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: #191919;
}
.banner-style01 .banner-icons {
  transform: rotate(-90deg);
}
.banner-style02 {
  /* Rotated Circle */
}
.banner-style02 .banner-text {
  width: 253px;
  height: 253px;
  color: white;
  padding: 18px;
  font-weight: 600;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(225, 255, 255, 0.3);
  position: relative;
}
.banner-style02 .banner-text .coloring {
  fill: white;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  word-spacing: 3px;
  font-weight: 500;
}
.banner-style02 .banner-text svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite;
}
.banner-style02 .banner-text .banner-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-style02 .counter-no {
  font-size: 168px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.banner-style02 .banner-count {
  margin-left: -120px;
}
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 1599px) {
  .banner-style02 .banner-count {
    margin-left: -65px;
  }
}
@media screen and (max-width: 1399px) {
  .banner-style02 .banner-count {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  /* banner-style04 */  .banner-style02 .banner-text {
    width: 220px;
    height: 220px;
  }
}
.banner-style04 .banner-left-content {
  padding: 150px 105px;
  border-radius: 0.375rem;
  overflow: hidden;
}
.banner-style04 .banner-left-content:before {
  content: "";
  position: absolute;
  border: 60px solid #fff;
  top: -90px;
  right: -90px;
  border-radius: 50%;
  background-color: #96eb64;
  width: 300px;
  height: 300px;
  opacity: 0.2;
}
.banner-style04 .banner-text {
  width: 184px;
  height: 184px;
  color: white;
  padding: 25px;
  font-weight: 600;
  position: relative;
  border-radius: 50%;
  background: #fff;
}
.banner-style04 .banner-text .coloring {
  fill: #191919;
  text-transform: uppercase;
  word-spacing: 17px;
}
.banner-style04 .banner-text svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite;
}
.banner-style04 .banner-text .banner-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1399px) {
  .banner-style04 .banner-left-content {
    padding: 85px 78px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-style04 .banner-left-content {
    padding: 70px 55px;
  }
}
@media screen and (max-width: 575px) {
  /* Rotated Circle */  .banner-style04 .banner-left-content {
    padding: 40px 20px;
  }
}
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotated_circle {
  /* video-banner */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.video-banner h1 {
  font-size: 134px;
}
@media screen and (max-width: 991px) {
  .video-banner h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
 *    Section Heading
 *    ================================ */
  /* section-title01 */  .video-banner h1 {
    font-size: 70px;
  }
}
.section-title01 h4.lg-title {
  font-size: 236px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.08em;
  margin: 0em 0em 0em 0em;
  color: rgba(25, 25, 25, 0.05);
  vertical-align: middle;
  transition: color 0.3s;
  position: absolute;
  left: 0;
  top: -52%;
  z-index: 0;
}
.section-title01 h4.lg-title.white {
  color: rgba(255, 255, 255, 0.03);
}
.section-title01 h4.lg-title.sm {
  font-size: 200px;
}
@media screen and (max-width: 1599px) {
  .section-title01 h4.lg-title {
    font-size: 165px;
    top: -30%;
  }
  .section-title01 h4.lg-title.sm {
    font-size: 140px;
    top: -25%;
  }
}
@media screen and (max-width: 1199px) {
  .section-title01 h4.lg-title {
    font-size: 145px;
    top: -16%;
  }
  .section-title01 h4.lg-title.sm {
    font-size: 110px;
    top: -5%;
  }
}
@media screen and (max-width: 767px) {
  /* section-title02 */  .section-title01 h4.lg-title {
    display: none;
  }
}
.section-title02 p {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: -0.025em;
}
.section-title02 p span:before {
  content: "";
  position: absolute;
  top: -0.09em;
  left: -0.2em;
  bottom: -0.09em;
  right: -0.2em;
  display: block;
  border: 1px solid #111;
  border-radius: 50%;
  opacity: 0.7;
  transform: rotate(-7deg);
  pointer-events: none;
  z-index: 0;
}
.section-title02.white p span:before {
  border: 1px solid #fff;
}
@media screen and (max-width: 1599px) {
  .section-title02 p {
    font-size: 25px;
  }
}
@media screen and (max-width: 1399px) {
  .section-title02 p {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  /* display-custom-1 */  .section-title02 p {
    font-size: 18px;
  }
  .section-title02 p span:before {
    display: none;
  }
}
.display-custom-1 {
  letter-spacing: -5px;
  font-size: 18.75rem;
  line-height: 1;
  bottom: -110px;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .display-custom-1 {
    font-size: 16rem;
    bottom: -100px;
  }
}
@media screen and (max-width: 991px) {
  .display-custom-1 {
    font-size: 14rem;
    bottom: -90px;
  }
}
@media screen and (max-width: 767px) {
  .display-custom-1 {
    font-size: 12rem;
  }
}
@media screen and (max-width: 575px) {
  /* display-custom-2 */  .display-custom-1 {
    font-size: 10rem;
  }
}
.display-custom-2 {
  letter-spacing: -7px;
  font-size: 14.063rem;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .display-custom-2 {
    font-size: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .display-custom-2 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .display-custom-2 {
    font-size: 9rem;
  }
}
@media screen and (max-width: 575px) {
  /* display-custom-3 */  .display-custom-2 {
    font-size: 8rem;
  }
}
.display-custom-3 {
  font-size: 104px;
}
@media screen and (max-width: 991px) {
  .display-custom-3 {
    font-size: 94px;
  }
}
@media screen and (max-width: 767px) {
  .display-custom-3 {
    font-size: 74px;
  }
}
@media screen and (max-width: 575px) {
  .display-custom-3 {
    font-size: 55px;
  }
}
[data-top-bottom] {
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  /* ===================================
    Page title
====================================== */
}
.page-title-section {
  padding: 180px 0 100px 0;
}
.page-title-section.style1 {
  padding: 150px 0;
}
.page-title-section h1 {
  font-size: 64px;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
}
.pagetitle-lg-title {
  display: block;
  font-size: 105px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  margin: 0 0 -58px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.page-title-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
}
.page-title-section ul li {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  margin-right: 18px;
  vertical-align: middle;
}
.page-title-section ul li:last-child {
  color: #191919;
  opacity: 0.75;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 0;
  margin-right: 0;
}
.page-title-section ul li:last-child a {
  color: #191919;
  opacity: 0.9;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title-section ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #191919;
  display: inline-block;
  right: -8px;
  z-index: 1;
  position: absolute;
  top: 7px;
  border-radius: 50rem;
  opacity: 0.7;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li a {
  color: #191919;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title-section .shape-1 {
  padding: 20px;
  background: #fff;
  z-index: 3;
  bottom: 73px;
  left: 52px;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 170px 0 90px 0;
  }
  .page-title-section h1 {
    font-size: 52px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 150px 0 90px 0;
  }
  .page-title-section.style1 {
    padding: 130px 0;
  }
  .page-title-section h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
 *    Cards
 *    ================================ */
  /* card-style01 */  .page-title-section {
    padding: 130px 0 80px 0;
  }
  .page-title-section.style1 {
    padding: 100px 0;
  }
  .page-title-section h1 {
    font-size: 42px;
  }
}
.card-style01 {
  position: relative;
  margin-top: -1px;
  padding-top: 45px;
  padding-bottom: 41px;
}
.card-style01 .service-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.card-style01 .service-count .count {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #96eb64;
  margin-right: 90px;
}
.card-style01 .service-icon {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: rgba(25, 25, 25, 0.5);
  text-transform: uppercase;
  border: 1px solid rgba(25, 25, 25, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 55px;
  justify-content: center;
  height: 55px;
}
.card-style01:hover .service-icon, .card-style01:active .service-icon, .card-style01:focus .service-icon {
  background-color: #96eb64;
  border: 1px solid #96eb64;
  color: #fff;
}
.card-style01:hover .service-img, .card-style01:active .service-img, .card-style01:focus .service-img {
  opacity: 1;
  left: 27%;
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  /* card-style02 */  .card-style01 .service-count .count {
    margin-right: 35px;
  }
}
.card-style02 .blog-list li {
  display: inline-block;
  font-size: 15px;
  position: relative;
  line-height: 1;
  padding-left: 12px;
  margin-right: 10px;
  /* card-style03 */
}
.card-style02 .blog-list li:first-child {
  padding-left: 0;
}
.card-style02 .blog-list li:last-child {
  margin-right: 0;
}
.card-style02 .blog-list li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212529;
  opacity: 0.5;
}
.card-style02 .blog-list li:first-child:before {
  content: none;
}
.card-style03 {
  background: transparent;
  border-radius: 0;
}
.card-style03 .card-body {
  padding: 6.2em 3em 5em 3em;
}
.card-style03 .service-btn {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-style03 .service-btn .btn-text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.card-style03 .service-btn .btn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.card-style03 .service-btn .btn-arrow:before {
  font-size: 18px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  content: "\e628";
  font-family: 'themify';
  transition: 0.4s;
}
.card-style03:hover .service-btn .btn-text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
.card-style03:hover .service-btn .btn-arrow:before {
  font-size: 11px;
}
.card-style03 .service-bg-color {
  border-radius: inherit;
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  transition-duration: 0.5s;
  transition-delay: 0s;
  margin: 0;
}
.card-style03 .service-bg-color:before {
  content: '';
  width: 150%;
  padding-bottom: 150%;
  border-radius: 0;
  position: absolute;
  left: 50%;
  bottom: 55%;
  filter: blur(35px);
  opacity: 0.1;
  transform: translateX(-50%);
  background-image: conic-gradient(from 205deg at 50% 50%, rgba(0, 0, 0, 0) 0deg, #96eb64 25deg, rgba(150, 235, 100, 0.2) 295deg, rgba(0, 0, 0, 0) 360deg);
}
.card-style03:hover .service-bg-color {
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.card-style03 .service-bg-box {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle at 60% 5%, white 0%, white 15%, transparent 60%);
  mask-image: radial-gradient(circle at 60% 5%, white 0%, white 15%, transparent 60%);
  margin: 0;
}
.card-style03 .service-bg-box .item-box {
  opacity: 0;
  transition: opacity 0.25s;
}
.card-style03 .service-bg-box .item-box .item-box-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 10%;
  width: 22.5%;
  background-color: rgba(150, 235, 100, 0.07);
  animation-duration: 8s;
  animation-iteration-count: infinite;
  opacity: 0;
}
.card-style03 .service-bg-box .item-box .item-box-2 {
  left: 22.5%;
  height: 10%;
  width: 27.5%;
  animation-delay: -6s;
}
.card-style03 .service-bg-box .item-box .item-box-3 {
  left: 50%;
  height: 10%;
  width: 27.5%;
  animation-delay: -4s;
}
.card-style03 .service-bg-box .item-box .item-box-4 {
  left: 77.5%;
  height: 10%;
  width: 22.5%;
  animation-delay: -2s;
}
.card-style03 .service-bg-box .item-box .item-box-5 {
  top: 10%;
  left: 0;
  height: 22.5%;
  width: 22.5%;
  animation-delay: -4s;
}
.card-style03 .service-bg-box .item-box .item-box-6 {
  top: 10%;
  left: 22.5%;
  height: 22.5%;
  width: 27.5%;
  animation-delay: -2s;
}
.card-style03 .service-bg-box .item-box .item-box-7 {
  top: 10%;
  left: 50%;
  height: 22.5%;
  width: 27.5%;
}
.card-style03 .service-bg-box .item-box .item-box-8 {
  top: 10%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
  animation-delay: -4s;
}
.card-style03 .service-bg-box .item-box .item-box-9 {
  top: 32.5%;
  left: 50%;
  height: 22.5%;
  width: 27.5%;
  animation-delay: -6s;
}
.card-style03 .service-bg-box .item-box .item-box-10 {
  top: 32.5%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
  animation-delay: -2s;
}
.card-style03 .service-bg-box .item-line-1 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s;
}
.card-style03 .service-bg-box .item-line-1:before {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform 0.35s;
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: 0 50%;
  transform: scaleX(0);
  top: 10%;
  transition-delay: 0.3s;
}
.card-style03 .service-bg-box .item-line-1:after {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform 0.35s;
  top: 0;
  bottom: 0;
  width: 1px;
  transform-origin: 50% 0;
  transform: scaleY(0);
  left: 22.5%;
  transition-delay: 0.3s;
}
.card-style03 .service-bg-box .item-line-2 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s;
}
.card-style03 .service-bg-box .item-line-2:before {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform 0.35s;
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: 0 50%;
  transform: scaleX(0);
  top: 32.5%;
  transition-delay: 0.15s;
}
.card-style03 .service-bg-box .item-line-2:after {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform 0.35s;
  top: 0;
  bottom: 0;
  width: 1px;
  transform-origin: 50% 0;
  transform: scaleY(0);
  left: 50%;
  transition-delay: 0.15s;
}
.card-style03 .service-bg-box .item-line-3 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s;
}
.card-style03 .service-bg-box .item-line-3:before {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform 0.35s;
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: 0 50%;
  transform: scaleX(0);
  top: 55%;
}
.card-style03 .service-bg-box .item-line-3:after {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform 0.35s;
  top: 0;
  bottom: 0;
  width: 1px;
  transform-origin: 50% 0;
  transform: scaleY(0);
  right: 22.5%;
}
.card-style03:hover .service-bg-box .item-box {
  opacity: 1;
}
.card-style03:hover .service-bg-box .item-box .items {
  animation-name: tile;
}
.card-style03:hover .service-bg-box .item-line-1 {
  opacity: 1;
  transition-duration: 0.15s;
}
.card-style03:hover .service-bg-box .item-line-1:before {
  transition-delay: 0s;
  transform: scaleX(1);
}
.card-style03:hover .service-bg-box .item-line-1:after {
  transition-delay: 0s;
  transform: scaleY(1);
}
.card-style03:hover .service-bg-box .item-line-2 {
  opacity: 1;
  transition-duration: 0.15s;
}
.card-style03:hover .service-bg-box .item-line-2:before {
  transition-delay: 0.15s;
  transform: scaleX(1);
}
.card-style03:hover .service-bg-box .item-line-2:after {
  transition-delay: 0.15s;
  transform: scaleY(1);
}
.card-style03:hover .service-bg-box .item-line-3 {
  opacity: 1;
  transition-duration: 0.15s;
}
.card-style03:hover .service-bg-box .item-line-3:before {
  transition-delay: 0.3s;
  transform: scaleX(1);
}
.card-style03:hover .service-bg-box .item-line-3:after {
  transition-delay: 0.3s;
  transform: scaleY(1);
}
@keyframes tile {
  0%, 12.5%, 100% {
    opacity: 1;
  }
  25%, 82.5% {
    opacity: 0;
  }
}
@media screen and (max-width: 1399px) {
  .card-style03 .card-body {
    padding: 4em 2.3em 4em 2.3em;
  }
}
@media screen and (max-width: 1199px) {
  .card-style03 .card-body {
    padding: 4em 1.3em 4em 1.3em;
  }
}
@media screen and (max-width: 767px) {
  /* card-style04 */  .card-style03 .card-body {
    padding: 3em 1.3em 3em 1.3em;
  }
}
.card-style04 .blog-tag {
  position: absolute;
  top: 30px;
  right: 20px;
}
.card-style04 .blog-tag a {
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  color: #191919;
  background-color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.25rem 1rem;
  margin-left: 0.5rem;
  margin-bottom: 5px;
}
.card-style04 .blog-tag a:hover, .card-style04 .blog-tag a:active, .card-style04 .blog-tag a:focus {
  border: 1px solid #96eb64;
  background-color: #96eb64;
  color: #fff;
}
.card-style04 > .card-body.pt-4:first-child {
  padding-top: 0 !important;
  /*==============================
 *    Portfolio
 *    ================================ */
  /* filtering */
}
.filtering {
  margin-bottom: 40px;
}
.filtering span {
  cursor: pointer;
  font-size: 14.4px;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 15px;
  background: transparent;
  color: #191919;
  border: 2px solid #191919;
}
.filtering span:last-child {
  margin: 0;
}
.filtering .active {
  color: #fff;
  background: #96eb64;
  border: 2px solid #96eb64;
}
@media screen and (max-width: 767px) {
  .filtering {
    margin-bottom: 0;
  }
  .filtering span {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 575px) {
  /* popup gallery */  .filtering span {
    padding: 6px 8px;
    margin-right: 5px;
    font-size: 13px;
  }
}
.lg-backdrop {
  z-index: 99999;
}
.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #96eb64;
}
.lg-progress-bar .lg-progress {
  background-color: #96eb64;
}
.lg-backdrop.in {
  opacity: 0.85;
  /* portfolio-container */
}
.portfolio.portfolio-container {
  width: 300vw;
  min-height: 100vh;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.portfolio .portfolio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.portfolio .portfolio-wrap .portfolio-item {
  width: 46vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  /* Portfolio masonry */  .portfolio .portfolio-wrap {
    display: block;
    padding: 15px !important;
  }
  .portfolio .portfolio-wrap .portfolio-item {
    width: 100%;
  }
  .portfolio.portfolio-container {
    width: 100% !important;
    min-height: auto;
    display: block;
  }
}
.masonry {
  margin: 0;
  padding: 0;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.masonry .masonry-item {
  position: relative;
  overflow: hidden;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.masonry .masonry-item img {
  display: block;
  width: 100%;
  height: auto;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.masonry .masonry-block {
  margin-top: 140px;
}
.masonry .masonry-block .masonry-item .masonry-btn {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #96eb64;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.masonry .masonry-block .masonry-item .masonry-btn .btn-text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.masonry .masonry-block .masonry-item .masonry-btn .btn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.masonry .masonry-block .masonry-item .masonry-btn .btn-arrow:before {
  font-size: 18px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #96eb64;
  content: "\e628";
  font-family: 'themify';
  transition: 0.4s;
}
.masonry .masonry-block:hover .masonry-item .masonry-btn .btn-text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
.masonry .masonry-block:hover .masonry-item .masonry-btn .btn-arrow:before {
  font-size: 11px;
}
.masonry .masonry-block .masonry-item .masonry-lg-btn {
  border-radius: 50%;
  height: 180px;
  width: 180px;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background-color: #96eb64;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s;
}
.masonry .masonry-block .masonry-item .masonry-lg-btn:hover, .masonry .masonry-block .masonry-item .masonry-lg-btn:active, .masonry .masonry-block .masonry-item .masonry-lg-btn:focus {
  background-color: #191919;
}
@media screen and (min-width: 576px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 1200px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 1199px) {
  .masonry .masonry-block {
    margin: 50px 10px 10px 10px;
  }
  .masonry .masonry-block .masonry-item .masonry-lg-btn {
    width: 140px;
    height: 140px;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .masonry .masonry-block .masonry-item .masonry-lg-btn {
    width: 120px;
    height: 120px;
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  /* portfolio-detail-style */  .masonry .masonry-block {
    margin: 30px 8px 10px 8px;
  }
  .masonry .masonry-block:first-child {
    margin-top: 0;
  }
}
.portfolio-detail-style .portfolio-pagination {
  /*==============================
 *    Pagination
 *    ================================ */
  /* pagination */
}
.portfolio-detail-style .portfolio-pagination .portfolio-detail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.portfolio-detail-style .portfolio-pagination:hover .portfolio-detail-img {
  opacity: 1;
}
.portfolio-detail-style .portfolio-pagination .portfolio-content {
  transition: 0.5s;
}
.portfolio-detail-style .portfolio-pagination:hover .portfolio-content {
  filter: brightness(0) invert(1);
  transition: 0.5s;
}
.pagination {
  border-radius: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin-left: 5px;
  margin-top: 1rem;
}
.pagination a, .pagination span.current {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.pagination a:hover, .pagination a:active, .pagination a:focus {
  background: #fff;
  color: #191919;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.pagination .active a {
  background-color: #96eb64;
  color: #fff;
  cursor: default;
}
.pagination span.current {
  background-color: #96eb64;
  color: #fff;
  border-color: transparent;
}
.page-item:not(:first-child) .page-link {
  margin-left: 0;
  /* pagination-style01 */
}
.pagination-style01 {
  margin-top: 4%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination-style01 ul {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 0;
}
.pagination-style01 ul li {
  list-style: none;
}
.pagination-style01 ul li a {
  border: 0;
  padding: 0 2px;
  margin: 0 7px;
  background: 0 0;
  color: #828282;
  min-width: 45px;
  font-size: inherit;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 45px;
  min-height: 45px;
  display: block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination-style01 ul li a i {
  line-height: 1;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.pagination-style01 ul li.active a {
  background: #191919;
  color: #fff;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.pagination-style01 ul li a:hover, .pagination-style01 ul li a:active, .pagination-style01 ul li a:focus {
  background: #96eb64;
  color: #fff;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
@media screen and (max-width: 575px) {
  /*==============================
 *    Tabs
 *    ================================ */  .pagination-style01 ul {
    margin-top: 10px;
  }
  .pagination-style01 ul li a {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    margin: 0 4px;
  }
}
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
}
.resp-tabs-list li:last-child {
  margin-right: 0;
}
.resp-tabs-list li i {
  font-size: 20px;
  padding-right: 5px;
  vertical-align: text-bottom;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
.resp-tab-content {
  display: none;
  padding: 20px;
}
.resp-tabs-list li.resp-tab-active {
  border: 1px solid #96eb64;
  border-bottom: none;
  border-color: #96eb64 !important;
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
  border-top: 4px solid #96eb64;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #96eb64;
}
.resp-content-active, .resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #c1c1c1;
  float: left;
  width: 100%;
}
h2 {
  /* vertical tabs */
}
h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 14px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 14px 15px;
  float: left;
  width: 100%;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #96eb64 !important;
  color: #fff;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #96eb64 !important;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 11px !important;
  border-top: 1px solid;
  border: 1px solid #96eb64 !important;
  border-left: 4px solid #96eb64 !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}
.resp-arrow {
  border-color: transparent #282b2d #282b2d transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px;
}
h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
  /* accordion styles */
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
  border-color: #96eb64 !important;
}
h2.resp-accordion {
  /* tab-style01 */
}
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
}
h2.resp-accordion.resp-tab-active {
  border-color: #96eb64 !important;
}
.tab-style01.resp-vtabs ul.resp-tabs-list {
  width: 58%;
}
.tab-style01.resp-vtabs .resp-tabs-container {
  padding: 0 0 0 10%;
  background: none;
  border: none !important;
  width: 42%;
}
.tab-style01.resp-vtabs .resp-tab-content {
  padding: 0;
}
.tab-style01.resp-vtabs .resp-tabs-list li {
  margin: 0 0 30px;
  padding: 0 !important;
}
.tab-style01.resp-vtabs .resp-tabs-list li:last-child {
  margin-bottom: 0 !important;
}
.tab-style01.resp-vtabs li.resp-tab-active {
  border: none !important;
  margin-bottom: 30px !important;
}
.tab-style01 .resp-arrow {
  border-color: transparent #191919 #191919 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px;
}
.tab-style01 h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}
.tab-style01.resp-vtabs .resp-tabs-list li .author {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: 1fr 290px 44px;
  align-items: center;
  padding: 18px 20px;
  padding-left: 40px;
  border-radius: 50px;
  border: 1px solid rgba(14, 15, 17, 0.1);
  transition: all 0.5s;
}
.tab-style01.resp-vtabs .resp-tabs-list li .author .name {
  font-weight: 600;
  transition: all 0.5s;
  margin-bottom: 0;
}
.tab-style01.resp-vtabs .resp-tabs-list li .author .post {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s;
  position: relative;
  padding-left: 10px;
}
.tab-style01.resp-vtabs .resp-tabs-list li .author span.post:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #212529;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tab-style01.resp-vtabs .resp-tabs-list li .author a {
  width: 44px;
  height: 44px;
  font-size: 16px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 15, 17, 0.1);
  color: rgba(14, 15, 17, 0.1);
  transition: all 0.5s;
}
.tab-style01.resp-vtabs .resp-tabs-list li .author a i {
  transform: rotate(-45deg);
}
.tab-style01.resp-vtabs li.resp-tab-active .author, .tab-style01.resp-vtabs li:hover .author {
  background-color: #96eb64;
  border-color: transparent;
}
.tab-style01.resp-vtabs li.resp-tab-active .author .name, .tab-style01.resp-vtabs li.resp-tab-active .author .post {
  color: #fff;
}
.tab-style01.resp-vtabs li:hover .author .name, .tab-style01.resp-vtabs li:hover .author .post {
  color: #fff;
}
.tab-style01.resp-vtabs li.resp-tab-active .author .post:before, .tab-style01.resp-vtabs li:hover .author .post:before {
  background-color: #fff;
  opacity: 1;
}
.tab-style01.resp-vtabs li.resp-tab-active .author a, .tab-style01.resp-vtabs li:hover .author a {
  border-color: #fff;
  color: #fff;
}
.tab-style01.resp-vtabs .resp-tab-content .team-img {
  border: 1px solid rgba(14, 15, 17, 0.1);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons a {
  position: relative;
  font-size: 20px;
}
.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons a i {
  opacity: 0.5;
}
.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons a:not(:first-child):before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #212529;
  left: 50%;
  transform: translateX(-50%);
  top: -19px;
  opacity: 0.5;
  pointer-events: none;
}
.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons a:hover i {
  color: #96eb64;
  opacity: 1;
}
@media screen and (max-width: 1399px) {
  .tab-style01.resp-vtabs .resp-tabs-container {
    padding: 0 0 0 6%;
  }
  .tab-style01.resp-vtabs ul.resp-tabs-list {
    width: 60%;
  }
  .tab-style01.resp-vtabs .resp-tabs-container {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .tab-style01.resp-vtabs .resp-tabs-container {
    padding: 0 0 0 3%;
  }
}
@media screen and (max-width: 1199px) {
  .tab-style01.resp-vtabs .resp-tabs-list li .author {
    grid-template-columns: 1fr 230px 44px;
  }
  .tab-style01.resp-vtabs .resp-tab-content .team-img {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .tab-style01.resp-vtabs .resp-tab-content .team-img {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 575px) {
  .tab-style01.resp-vtabs .resp-tab-content .team-img {
    width: 250px;
    height: 250px;
  }
  .tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .tab-style01.resp-vtabs .resp-tabs-container {
    padding: 0;
    width: 100%;
  }
  .tab-style01.resp-vtabs .resp-tab-content {
    border: 1px solid #96eb64;
    padding: 25px;
  }
  .tab-style01 h2.resp-accordion {
    padding: 24px 25px;
  }
  .tab-style01 h2.resp-accordion.resp-tab-active .author .name {
    color: #fff;
  }
  .tab-style01 h2.resp-accordion .author a {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  /*==============================
 *    Owl Carousel
 *    ================================ */  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  h2.resp-accordion i {
    margin-right: 12px;
    font-size: 18px;
    min-width: 25px;
  }
  h2.resp-accordion.resp-tab-active i {
    color: #fff;
  }
}
.owl-thumbs button {
  border: none;
}
.owl-thumbs button img {
  opacity: 0.5;
}
.owl-thumbs button.active img {
  opacity: 1;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-thumb-item {
  cursor: pointer;
}
.wrap {
  position: relative;
  height: 755px;
  overflow: hidden;
}
.slider {
  width: auto;
  height: auto;
  overflow: hidden;
  /* v-middle-slide */
}
.v-middle-slide .owl-stage {
  display: flex;
  align-items: center;
  /* clients-carousel-one */
}
.clients-carousel-one.owl-carousel .owl-stage, .clients-carousel-one.owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-carousel-one .client-img img {
  opacity: 0.3;
  transition-duration: 0.3s;
}
.clients-carousel-one .client-img:hover img {
  opacity: 1;
}
.portfolio-gallery-isotope .portfolio-img {
  text-align: center;
  /* portfolio-carousel-one */
}
.portfolio-carousel-one .owl-item.center .portfolio-block {
  transform: scale(1);
  transition: 0.6s;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.portfolio-carousel-one .owl-item .portfolio-block {
  padding: 10%;
  transform: scale(0.8);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1399px) {
  /* nav-control */  .portfolio-carousel-one .owl-item .portfolio-block {
    padding: 6%;
  }
}
.nav-control.center .owl-nav {
  text-align: center;
}
.nav-control .owl-nav {
  margin-top: 32px;
  text-align: left;
}
.nav-control .owl-nav i, .nav-control .owl-nav span {
  font-size: 28px;
  color: #fff;
}
.nav-control .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  color: #191919;
}
.nav-control .owl-nav .owl-prev {
  margin-right: 30px;
  position: relative;
}
.nav-control .owl-nav .owl-prev:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #96eb64;
  position: absolute;
  right: -20px;
  top: 15px;
  border-radius: 50%;
}
.nav-control .owl-nav [class*='owl-']:hover {
  background: unset;
  color: #96eb64;
}
.nav-control-quote {
  /* nav-control dark */
}
.nav-control-quote:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -1px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  overflow: hidden;
  font-size: 7px;
  font-weight: 400;
  text-align: center;
  text-indent: 1px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.nav-control-quote img {
  max-width: 20px !important;
  position: absolute;
  bottom: 5px;
  right: 3px;
  z-index: 9;
}
.nav-control.dark .owl-nav {
  /*==============================
 *    Accordion
 *    ================================ */
  /* accordion.style01 */
}
.nav-control.dark .owl-nav i, .nav-control.dark .owl-nav span, .nav-control.dark .owl-nav [class*='owl-'] {
  color: #191919;
}
.nav-control.dark .owl-nav .owl-prev:before {
  background-color: #96eb64;
}
.nav-control.dark .owl-nav [class*='owl-']:hover {
  background: unset;
  color: #96eb64;
}
.accordion.style01 .card {
  border: 0;
  border-top: 1px solid #dddcdc;
  border-radius: 0;
}
.accordion.style01 .card-header {
  border-bottom: 0;
  background: transparent;
  padding: 20px 10px 20px 0;
}
.accordion.style01 .accordion-button {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  font-weight: 700;
  color: #96eb64;
}
.accordion.style01 .accordion-button::after {
  content: none;
}
.accordion.style01 .card-body {
  padding: 0 16px 16px 92px;
}
.accordion.style01 .accordion-button.collapsed {
  color: #212529;
}
@media screen and (max-width: 575px) {
  /*accordion-style*/  .accordion.style01 .card-body {
    padding: 0 16px 16px 46px;
  }
}
.accordion-style .card {
  background: transparent;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  border: none;
  margin-top: 0 !important;
  border-radius: 0;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: none;
  background: none;
}
.accordion-style .btn-link {
  color: #96eb64;
  line-height: 26px;
  position: relative;
  border: none;
  border-bottom: none;
  border-left: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 20px 45px 20px 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
}
.accordion-style .btn-link.collapsed {
  color: #42545e;
  line-height: 26px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border: none;
  padding: 20px 45px 20px 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
}
.accordion-style .btn-link:hover, .accordion-style .btn-link:active, .accordion-style .btn-link:focus {
  text-decoration: none;
  color: #96eb64;
}
.accordion-style .btn-link.collapsed:after {
  content: "+";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 22px;
  position: absolute;
  color: #212121;
  background-color: transparent;
  border-radius: 0.3rem;
  line-height: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.accordion-style .btn-link:after {
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 20px;
  position: absolute;
  color: #96eb64;
  background-color: transparent;
  border-radius: 0.3rem;
  line-height: 22px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.accordion-style .card-body {
  padding: 0px 30px 25px 26px;
  line-height: 24px;
  text-align: left;
  border: none;
  border-left: none;
  background: #fff;
  border-top: none;
}
@media screen and (max-width: 991px) {
  /* accordion.style03 */  .accordion-style .card-body {
    padding: 10px 25px 30px 25px;
  }
}
.accordion.style03 {
  /*==============================
 *    Pages
 *    ================================ */
  /* count-down */
}
.accordion.style03 .card {
  background-color: transparent;
  margin-bottom: 30px;
}
.accordion.style03 .card:last-child {
  margin-bottom: 0;
}
.accordion.style03 .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.accordion.style03 .accordion-button {
  background-color: transparent;
  color: #fff;
  padding: 21px 52px 21px 21px;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
.accordion.style03 .card-body {
  background-color: rgba(255, 255, 255, 0.02);
  padding: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.accordion.style03 .accordion-button:focus {
  box-shadow: none;
}
.accordion.style03 .accordion-button.collapsed::after {
  content: "\e71a";
  font-family: 'themify';
  margin-left: unset;
  position: absolute;
  right: 21px;
  top: 22px;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.3;
}
.accordion.style03 .accordion-button::after {
  content: "\e71d";
  font-family: 'themify';
  margin-left: unset;
  position: absolute;
  right: 21px;
  top: 22px;
  font-size: 17px;
  font-weight: 500;
  transform: unset;
}
.countdown {
  padding: 0;
}
.countdown li {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  min-width: 220px;
  overflow: hidden;
  margin-right: 40px;
  position: relative;
}
.countdown li:last-child {
  margin-right: 0;
}
.countdown li span {
  font-size: 100px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  position: relative;
}
.countdown li p.timeRefWeeks, .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  z-index: 2;
  position: relative;
  padding-top: 26px;
  text-transform: capitalize;
}
.countdown-box h2 {
  font-size: 70px;
}
@media screen and (max-width: 1599px) {
  .countdown li {
    min-width: 240px;
    margin-bottom: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .countdown li {
    min-width: 180px;
    margin-right: 30px;
  }
  .countdown li span {
    font-size: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .countdown-box h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .countdown li {
    min-width: 155px;
    margin-right: 20px;
  }
  .countdown li span {
    font-size: 65px;
  }
  .countdown-box h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .countdown li {
    min-width: 130px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .countdown li span {
    font-size: 58px;
  }
  .countdown li p.timeRefWeeks, .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
    font-size: 12px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  /*search page*/  .countdown-box h2 {
    font-size: 30px;
  }
  .countdown li {
    min-width: 130px;
    margin-right: 8px;
    margin-bottom: 20px;
    margin-left: 8px;
  }
}
.search-form_input {
  color: #96eb64;
}
.search-frame h4 a:hover {
  color: #96eb64;
}
.search-frame .search_list .match {
  color: #96eb64;
}
.search-frame .search_list li:before {
  color: #96eb64;
}
.search-frame .search_list li + li {
  border-top: 3px solid #96eb64;
}
.search-frame .search {
  color: #96eb64;
}
.contact-map {
  width: 100%;
  height: 475px;
  vertical-align: top;
  border: 0;
  /*error-page*/
}
.wrapper-error h1 {
  font-weight: 800;
  font-size: 300px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-error h1 span {
  width: 226px;
  height: 226px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #96eb64;
  border-radius: 50%;
}
.wrapper-error h1 span i {
  font-size: 90px;
  width: 140px;
  height: 140px;
  background-color: #96eb64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.wrapper-error h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1199px) {
  .wrapper-error h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-error h1 {
    font-size: 240px;
  }
  .wrapper-error h1 span {
    width: 196px;
    height: 196px;
  }
  .wrapper-error h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  /* ===================================
   Blog
====================================== */
  /* post reply */  .wrapper-error h1 {
    font-size: 145px;
  }
  .wrapper-error h1 span {
    width: 106px;
    height: 106px;
  }
  .wrapper-error h1 span i {
    width: 70px;
    height: 70px;
    font-size: 50px;
  }
  .wrapper-error h2 {
    font-size: 35px;
  }
}
.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: #191919;
  background: rgba(25, 25, 25, 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: #191919;
}
a#cancel-comment-reply-link {
  color: #191919;
  background: rgba(25, 25, 25, 0.1);
  padding: 9px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
  float: right;
  margin: 6px 0;
  /* tags */
}
a#cancel-comment-reply-link:hover, a#cancel-comment-reply-link:active, a#cancel-comment-reply-link:focus {
  color: #fff;
  background: #191919;
}
.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;
  /* share post */
}
.tags a:hover {
  border-color: #96eb64;
  background: #96eb64;
  color: #fff;
}
.blog-share-icon {
  min-width: 175px;
}
.share-post span {
  font-weight: 700;
}
.share-post li {
  display: inline-block;
  margin: 0 5px 0 5px;
}
.share-post li:last-child {
  margin-right: 0;
}
.sidebar {
  /* blog sidebar */
}
.sidebar .widget .widget-title {
  background: #191919;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 13px 20px 15px 20px;
  margin-right: -1.9rem;
  margin-left: -1.9rem;
  margin-bottom: 1.9rem;
  margin-top: -1.9rem;
}
.sidebar .widget .widget-title h3 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  padding-top: 8px;
  z-index: 1;
}
.sidebar {
  /*widget-brochure*/
}
.sidebar .widget {
  word-break: break-word;
  position: relative;
  margin-bottom: 1.9rem;
  box-shadow: 0 0 14px rgba(82, 85, 90, 0.1);
  padding: 1.9rem;
}
.sidebar .widget .search-input {
  height: 53px;
}
.sidebar .widget-body {
  padding: 1.9rem;
}
.sidebar .contact-icon {
  display: block;
  color: #fff;
  background: #96eb64;
  font-size: 20px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transition: all 0.45s ease-out;
  padding-left: 5px;
}
.widget {
  /*service-sidebar-banner*/
}
.widget .widget-brochure {
  list-style: none;
}
.widget .widget-brochure li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  border: 1px solid #ededed;
  width: 100%;
  border-radius: 0.25rem;
  background: #fff;
}
.widget .widget-brochure li a {
  position: relative;
  display: block;
  padding: 16px 15px 16px 75px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}
.widget .widget-brochure li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  line-height: 3;
  text-align: center;
  font-size: 20px;
  background: #191919;
  color: #fff;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.widget .widget-brochure li:last-child {
  margin-bottom: 0;
}
.banner-wrapper {
  /* widget categories */
}
.banner-wrapper img {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%);
}
.banner-wrapper .icon-boxs {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding-left: 1rem;
}
.banner-wrapper .icon-boxs i {
  line-height: 80px;
}
.widget_categories {
  /* widget cloud */
}
.widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.widget_categories ul .cat-item {
  margin-bottom: 10px;
}
.widget_categories ul .cat-item a {
  position: relative;
  display: block;
  text-transform: capitalize;
  padding: 15px 20px 15px 20px;
  border: 1px solid #ededed;
  font-weight: 600;
  border-radius: 0.25rem;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.widget_categories ul .cat-item a:hover {
  background-color: #191919;
  color: #fff;
}
.widget_categories ul .cat-item:first-child {
  padding-top: 0;
}
.widget_categories ul .cat-item:last-child {
  margin-bottom: 0;
}
.widget_categories ul .cat-item span.cat-name {
  padding-right: 5px;
}
.widget_tag_cloud {
  /*==============================
 *    Others
 *    ================================ */
  /* about-style01 */
}
.widget_tag_cloud .wp-tag-cloud {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget_tag_cloud .tagcloud ul li {
  display: inline-block;
}
.widget_tag_cloud .tagcloud ul li a {
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 8px 12px;
  font-size: 14px !important;
  line-height: 20px;
  margin: 0.6rem 10px 0 0;
  display: inline-block;
}
.widget_tag_cloud .tagcloud ul li a:hover {
  background-color: #191919;
  color: #fff;
}
.about-style01 {
  /* about-style02 */
}
.about-style01 .author-img .img1 {
  margin-left: -25px;
}
.about-style01 #counter.counter-line:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.3);
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  color: #191919;
}
.about-style02 .whychoose-block .whychoose-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #96eb64;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  /* why-choose-us */  .about-style02 .whychoose-block .whychoose-icon {
    margin-bottom: 25px;
  }
}
.why-choose-us .why-choose-img {
  margin-left: -270px;
}
.why-choose-us .why-choose-block {
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0px;
  padding: 32px 80px 37px 42px;
  border-style: none;
  border-radius: 0.375rem;
  margin: 4px 0;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.why-choose-us .why-choose-block.active, .why-choose-us .why-choose-block:hover {
  background-color: #f0f2f4;
}
@media screen and (max-width: 575px) {
  /* about-style04 */  .why-choose-us .why-choose-block {
    padding: 32px 32px 37px 32px;
  }
}
.about-style04 {
  /* about-style05 */
}
.about-style04 .about-text {
  position: absolute;
  top: -10%;
  right: -15%;
}
.about-style05 .about-img {
  margin-left: -305px;
  margin-top: -100px;
  padding: 320px 0;
}
@media screen and (max-width: 575px) {
  /* feature-style01 */  .about-style05 .about-img {
    margin-left: 0;
    padding: 250px 0;
  }
}
.feature-style01 .feature-box .box-icon {
  width: 64px;
  height: 64px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  /* service-style01 */
}
.service-style01 {
  grid-gap: 30px;
  flex-direction: row;
  display: flex;
}
.service-style01 .service-items {
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), flex-shrink 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  width: 29vw;
}
.service-style01 .service-items .service-inner {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
}
.service-style01 .service-items .service-inner .service-img {
  position: relative;
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 550px;
}
.service-style01 .service-items .service-inner .service-img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #191919;
  opacity: 0.4;
  z-index: 1;
  content: "";
}
.service-style01 .service-items .service-inner .service-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
  display: block;
}
.service-style01 .service-items .service-inner .service-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 40px;
  flex-flow: nowrap;
  display: flex;
  flex-direction: column;
}
.service-style01 .service-items .service-inner .service-content .service-main-img {
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 70px;
  width: 70px;
  border-radius: 0.375rem;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-style01 .service-items .service-inner .service-content .service-main-img a {
  background: #96eb64;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 15px;
  z-index: 1;
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
}
.service-style01 .service-items .service-inner .service-content .service-main-img a i {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  transition-delay: 0.1s;
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.service-style01 .service-items .service-inner .service-content .service-main-img img {
  position: absolute;
  transform: scale(1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-style01 .service-items .service-inner .content-text {
  position: relative;
  margin-top: auto;
}
.service-style01 .service-items .service-inner .content-text .text-line {
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -2px;
  white-space: nowrap;
  width: max-content;
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 110px;
  transform: translateX(-105px);
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.1);
}
.service-style01 .service-items .service-inner .content-text .text-line span {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 5s;
  padding-left: 20px;
  padding-right: 20px;
}
.service-style01 .service-items .service-inner .content-text a {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #fff;
}
.service-style01 .service-items:hover, .service-style01 .service-items:active, .service-style01 .service-items:focus {
  width: 50%;
}
.service-style01 .service-items:hover .service-inner .service-img, .service-style01 .service-items:active .service-inner .service-img, .service-style01 .service-items:focus .service-inner .service-img {
  opacity: 1;
}
.service-style01 .service-items:hover .service-inner .service-content .service-main-img, .service-style01 .service-items:active .service-inner .service-content .service-main-img, .service-style01 .service-items:focus .service-inner .service-content .service-main-img {
  background-color: #96eb64;
  box-shadow: none;
  border-radius: 50px;
}
.service-style01 .service-items:hover .service-inner .service-content .service-main-img a, .service-style01 .service-items:active .service-inner .service-content .service-main-img a, .service-style01 .service-items:focus .service-inner .service-content .service-main-img a {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  color: #fff;
}
.service-style01 .service-items:hover .service-inner .service-content .service-main-img img, .service-style01 .service-items:active .service-inner .service-content .service-main-img img, .service-style01 .service-items:focus .service-inner .service-content .service-main-img img {
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
}
.service-style01 .service-items:hover .service-inner .content-text .text-line, .service-style01 .service-items:active .service-inner .content-text .text-line, .service-style01 .service-items:focus .service-inner .content-text .text-line {
  color: #fff;
}
.service-style01 .service-items:hover .service-inner .content-text .text-line span, .service-style01 .service-items:active .service-inner .content-text .text-line span, .service-style01 .service-items:focus .service-inner .content-text .text-line span {
  animation-name: marquee;
}
.service-style01 .service-items .service-inner .content-text a:hover {
  color: #96eb64;
}
@keyframes marquee {
  100% {
    transform: translate(-100%);
  }
}
@media screen and (max-width: 1399px) {
  .service-style01 .service-items .service-inner .service-content {
    padding: 30px 25px 30px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .service-style01 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  .service-style01 .service-items:hover, .service-style01 .service-items:active, .service-style01 .service-items:focus {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .service-style01 .service-items .service-inner .content-text .text-line {
    font-size: 80px;
  }
  .service-style01 .service-items .service-inner .service-img {
    padding-top: 500px;
  }
  .service-style01 .service-items:hover, .service-style01 .service-items:active, .service-style01 .service-items:focus {
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  /* testimonial-style01 */  .service-style01 {
    display: flex;
    flex-direction: column;
  }
  .service-style01 .service-items {
    width: 100%;
  }
  .service-style01 .service-items .service-inner .service-img {
    padding-top: 400px;
    opacity: 1;
  }
  .service-style01 .service-items .service-inner .content-text .text-line {
    color: #fff;
    font-size: 60px;
  }
  .service-style01 .service-items .service-inner .content-text .text-line span {
    animation-name: marquee;
  }
  .service-style01 .service-items .service-inner .service-content .service-main-img {
    background-color: #fff;
  }
}
.testimonial-style01 {
  margin-top: -200px;
}
.testimonial-style01 #counter.counter-line:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1599px) {
  /* client-style01 */  .testimonial-style01 .section-title01 h4.lg-title {
    top: -16%;
  }
}
.client-style01 .right-text h2 {
  font-size: 90px;
}
@media screen and (max-width: 1599px) {
  .client-style01 .right-text h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .client-style01 .right-text h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 575px) {
  /* team-details-block */  .client-style01 .right-text h2 {
    font-size: 30px;
  }
}
.team-details-block {
  /* team-details-achivement */
}
.team-details-block .section-title01 h4.lg-title {
  font-size: 146px;
}
.team-details-achivement .right-content-box .inner-box {
  background-color: rgba(255, 255, 255, 0.1);
  /* team-style01 */
}
.team-style01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.team-style01 .team-block {
  margin-bottom: 25px;
  position: relative;
}
.team-style01 .team-block:last-child {
  margin-bottom: 0;
}
.team-style01 .team-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.team-style01 .team-block h3 {
  font-size: 80px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 0;
}
.team-style01 .team-block h3 a {
  -webkit-text-stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: #adabab;
  display: inline;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  transition: 0.4s ease-in-out;
}
.team-style01 .team-block h3:hover a {
  color: #191919;
  -webkit-text-stroke-color: #191919;
}
.team-style01 .team-block .team-tag {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px 0px 2px 0px;
  color: #96eb64;
  line-height: 1.33333;
  text-align: end;
}
.team-style01 .team-block .team-tag span {
  display: inline-block;
  position: relative;
}
.team-block:hover .team-img, .team-block:active .team-img, .team-block:focus .team-img {
  opacity: 1;
  right: 27%;
  visibility: visible;
}
@media screen and (max-width: 1399px) {
  .team-style01 .team-block h3 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .team-style01 .team-block h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .team-style01 {
    justify-content: start;
  }
  .team-style01 .team-block .team-tag {
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  .team-style01 .team-block h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  /* process-style02 */  .team-style01 {
    display: unset;
  }
  .team-style01 .team-block h3 {
    font-size: 35px;
  }
}
.process-style02 .process-block h4 span {
  background-image: linear-gradient(to right, #191919, #191919);
  background-clip: text;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 2px;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  /* process-style03 */  .process-style02 .process-block h4 span {
    font-size: 35px;
  }
}
.process-style03 .process-block {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.process-style03 .process-block .process-no {
  font-size: 130px;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.process-style03 .process-block .process-text {
  font-size: 14px;
  text-transform: uppercase;
  transform: rotate(180deg);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  letter-spacing: 1.28px;
  margin-left: 8px;
}
.process-style03 .process-block:hover .process-no, .process-style03 .process-block:active .process-no, .process-style03 .process-block:focus .process-no {
  color: #96eb64;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  /* counter-style01 */  .process-style03 .process-block .process-no {
    font-size: 100px;
  }
}
.counter-style01 .counter-no {
  background-image: linear-gradient(to right, transparent, transparent);
  background-clip: text;
  -webkit-text-stroke-color: #191919;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 1px;
  /* counter-style02 */
}
.counter-style01 .counter-no.white {
  -webkit-text-stroke-color: #fff;
}
.counter-style02 .counter-block .counter-bottom {
  padding: 32px;
}
.counter-style02 .counter-block .counter-bottom .bottom-img {
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 50%;
  margin-bottom: 16px;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .counter-style02 .counter-block .counter-bottom {
    padding: 32px 25px;
  }
}
@media screen and (max-width: 991px) {
  /*counter-style02*/  .counter-style02 .counter-block .counter-bottom {
    padding: 25px 20px;
  }
}
.counter-style02 .counter-box {
  display: flex;
  justify-content: space-between;
  padding: 50px 60px;
  background-color: #fff;
  flex-direction: column;
  border-radius: 0.375rem;
}
.counter-style02 .counter-box .sub-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  color: #191919;
  position: relative;
  padding-left: 64px;
}
.counter-style02 .counter-box .sub-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #191919;
  width: 42px;
  height: 1px;
}
.counter-style02 .counter-box .counter-text {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}
.counter-style02 .counter-circle {
  width: 170px;
  height: 170px;
  color: white;
  padding: 14px;
  font-weight: 600;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  right: 60px;
  top: 65px;
}
.counter-style02 .counter-circle .coloring {
  fill: black;
}
.counter-style02 .counter-circle svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite;
}
.counter-style02 .counter-circle .counter-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  .counter-style02 .counter-box {
    padding: 40px 55px;
  }
  .counter-style02 .counter-box .counter-text {
    font-size: 84px;
  }
}
@media screen and (max-width: 1199px) {
  /* progress-style1 */  .counter-style02 .counter-box {
    padding: 46px 37px;
  }
  .counter-style02 .counter-box .counter-text {
    font-size: 74px;
  }
  .counter-style02 .counter-box .sub-text {
    font-size: 22px;
  }
}
.progress-style1 .progress {
  height: 8px;
  /* animation-up-down */
}
.progress-style1 .progress .progress-bar {
  background-color: #96eb64;
}
.animation-up-down {
  animation: float 2s linear 0.5s infinite alternate both;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes float {
  /*==============================
 *    Scroll Section
 *    ================================ */
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(10px);
  }
}
.scroll-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* animation track */
}
.scroll-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  /* pause on hover */
}
.pause-on-hover:hover, .pause-on-hover:active, .pause-on-hover:focus {
  animation-play-state: paused;
  /* scroll direction */
}
.scroll-left {
  animation-name: scroll-left;
}
.scroll-right {
  animation-name: scroll-right;
  /* grouping taglines together */
}
.scroll-group {
  display: inline-flex;
  white-space: nowrap;
  /* single scroll item styling */
}
.scroll-item {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}
.scroll-item.with-img {
  min-width: 250px;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.scroll-item.with-img img {
  vertical-align: middle;
  /* keyframes */
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes scroll-right {
  /* speed control */
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.scroll-speed-1 {
  animation-duration: 10s;
  /* Ultra Fast */
}
.scroll-speed-2 {
  animation-duration: 15s;
  /* Extra Fast */
}
.scroll-speed-3 {
  animation-duration: 20s;
  /* Fast */
}
.scroll-speed-4 {
  animation-duration: 30s;
  /* Medium */
}
.scroll-speed-5 {
  animation-duration: 40s;
  /* Slow */
}
.scroll-speed-6 {
  animation-duration: 60s;
  /* Super Slow */
}
.scroll-speed-7 {
  animation-duration: 80s;
  /* Ultra Slow */
}
.scroll-speed-8 {
  animation-duration: 100s;
  /* Glacial */
}
.scroll-speed-9 {
  animation-duration: 120s;
  /* Frozen */
  /*==============================
 *    Timeline
 *    ================================ */
  /* history-style01 */
}
.history-style01 .history-block {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.history-style01 .history-block:not(:last-child) {
  margin-bottom: 120px;
}
.history-style01 .history-block span.line-1 {
  height: 0.3px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 65px;
}
.history-style01 .history-block span.line-2 {
  height: 0.3px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 65px;
  max-width: 235px;
}
.history-style01 .reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  max-width: 368px;
  height: 224px;
  width: 100%;
}
.history-style01 .reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
  border-radius: 30px;
}
.history-style01 .history-text {
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .history-style01 .history-block:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .history-style01 .history-text {
    flex-shrink: unset;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
 *    Page Navigation
 *    ================================ */  .history-style01 .reveal {
    max-width: 100%;
    height: auto;
  }
  .history-style01 .history-block {
    flex-direction: column;
  }
  .history-style01 .history-block:not(:last-child) {
    margin-bottom: 50px;
  }
}
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.prev-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
}
.prev-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.prev-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 {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden;
}
.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden;
}
.prev-page .page-info .prev-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .prev-title:empty {
  display: none;
}
.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .next-title:empty {
  display: none;
}
.prev-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: #191919;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.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;
}
.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
  margin-left: auto;
}
.next-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.next-page .page-info .image-prev {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden;
}
.next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden;
}
.next-page .page-info .prev-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .prev-title:empty {
  display: none;
}
.next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .next-title:empty {
  display: none;
}
.next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.next-page .image-next {
  margin-left: 20px;
}
.next-page .image-next:after {
  background-color: #191919;
  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 .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 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 .next-title {
  text-align: right;
}
.prev-link-page-info > span {
  display: block;
}
.prev-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 {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600;
}
.prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600;
}
.prev-link-page-info .date-details:only-child {
  margin-top: 0;
}
.next-link-page-info > span {
  display: block;
}
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}
.next-link-page-info .date-details > div {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600;
}
.next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600;
}
.next-link-page-info .date-details:only-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .prev-page {
    width: calc(100% - 20px);
    max-width: unset;
  }
  .prev-page + .next-page {
    margin-top: 0;
  }
  .next-page {
    width: calc(100% - 20px);
    max-width: unset;
  }
  .page-navigation {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  /* quform */  .prev-page .page-info > a {
    padding: 10px;
  }
  .prev-page .page-info .prev-title {
    max-width: 168px;
  }
  .prev-page .page-info .next-title {
    max-width: 168px;
  }
  .next-page .page-info > a {
    padding: 10px;
  }
  .next-page .page-info .prev-title {
    max-width: 168px;
  }
  .next-page .page-info .next-title {
    max-width: 168px;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #96eb64;
}
.form-check-input:checked {
  border-color: #96eb64;
  background-color: #96eb64;
}
.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: 500;
  padding-bottom: 5px;
  margin-bottom: 0;
  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-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;
}
.quform-element p {
  margin-bottom: 0;
}
.wpcf7 .quform-submit-inner {
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 1rem;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  transition: all 0.3s ease-in-out;
}
.wpcf7 .quform-submit-inner:before {
  width: 50px;
  height: 50px;
  background-color: #96eb64;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpcf7 .quform-submit-inner:hover:before, .wpcf7 .quform-submit-inner:active:before, .wpcf7 .quform-submit-inner:focus:before {
  width: 100%;
}
.wpcf7 .quform-submit-inner .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}
.wpcf7 .quform-submit-inner p {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.wpcf7 .quform-submit-inner:hover, .wpcf7 .quform-submit-inner:active, .wpcf7 .quform-submit-inner:focus {
  background: #191919;
  color: #fff;
}
.wpcf7 .quform-submit-inner .wpcf7-submit {
  border: none;
  background: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px !important;
}
.wpcf7 .quform-submit-inner.white {
  background-color: #96eb64;
}
.wpcf7 .quform-submit-inner.white:hover, .wpcf7 .quform-submit-inner.white:active, .wpcf7 .quform-submit-inner.white:focus {
  border-color: #fff;
  background: #fff;
}
.wpcf7 .quform-submit-inner.white .wpcf7-submit {
  color: #fff;
}
.wpcf7 .quform-submit-inner.white:hover .wpcf7-submit, .wpcf7 .quform-submit-inner.white:active .wpcf7-submit, .wpcf7 .quform-submit-inner.white:focus .wpcf7-submit {
  color: #575a7b;
  /* Dark Form */
}
.quform.dark .form-control {
  min-height: 60px;
  border-radius: 50rem;
  resize: none;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: #fff;
  opacity: 0.65;
}
.quform.dark .form-control:focus, .quform.dark .form-control:active, .quform.dark .form-control:hover {
  border-color: #96eb64;
  background-color: transparent;
  color: #fff;
  opacity: 0.95;
}
.quform.dark textarea.form-control {
  max-height: 95px;
  height: 100%;
  /* social-icon-style1 */
}
.social-icon-style1 li {
  display: inline-block;
  margin-right: 5px;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 10px;
}
.social-icon-style1 li:last-child {
  margin-right: 0;
}
.social-icon-style1 li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
}
.social-icon-style1 li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1599px) {
  /* social-icon-style3 */  .social-icon-style1 li a {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
}
.social-icon-style3 {
  /* social-icon-style2 */
}
.social-icon-style3 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #96eb64;
  height: 38px;
  line-height: 38px;
  width: 38px;
  border-radius: 0.15rem;
}
.social-icon-style3 li a:hover {
  color: #fff;
  background-color: #191919;
}
.social-icon-style3 li:last-child {
  margin-right: 0;
}
.social-icon-style2 li {
  display: inline-block;
  margin-right: 30px;
  /*==============================
 *    Footer
 *    ================================ */
}
.social-icon-style2 li:last-child {
  margin-right: 0;
}
.social-icon-style2 li a {
  color: #fff;
}
.social-icon-style2 li a:hover {
  color: #96eb64;
}
footer {
  word-break: break-word;
}
.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block;
}
.footer-logo.small {
  max-width: 160px;
  /* footer */
}
footer .email, .footer .email {
  border-bottom: 1px solid rgba(25, 25, 25, 0.7);
  display: inline-block;
  padding-bottom: 5px;
}
footer .email a, .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:hover:after, footer .email a:active:after, .footer .email a:active:after, footer .email a:focus:after, .footer .email a:focus:after {
  width: 100%;
}
footer .email a:hover, .footer .email a:hover, footer .email a:active, .footer .email a:active, footer .email a:focus, .footer .email a:focus {
  color: #fff;
}
footer .email a:after, .footer .email a:after {
  border-bottom: 1px solid #96eb64;
  transition: all 0.8s ease;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 0;
}
footer .phone, .footer .phone {
  padding-bottom: 0;
  margin-bottom: 0;
}
footer .phone a, .footer .phone a {
  padding-bottom: 0;
  letter-spacing: -0.05rem;
  color: white;
}
footer .phone a:hover, .footer .phone a:hover, footer .phone a:active, .footer .phone a:active, footer .phone a:focus, .footer .phone a:focus {
  color: #191919;
}
@media screen and (max-width: 767px) {
  footer .email a:after {
    bottom: -10px;
  }
}
.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;
}
.textwidget {
  word-break: break-word;
}
.post-nav .page-navigation {
  margin-bottom: 0;
}
@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) {
  /*.sidebar > :last-child { margin-bottom: 40px; }*/  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, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin-bottom: 2rem;
  padding-left: 62px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin-top: 0.4em;
}
.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;
}
.blog-post_text blockquote, #comments .comment_content blockquote {
  padding-right: 1em !important;
  margin-bottom: 2rem;
}
figcaption {
  width: 100%;
}
.wp-block-pullquote blockquote {
  margin-top: 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;
}
.wp-block-group p:last-child {
  margin-bottom: 0;
}
.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: #96eb64;
  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: 3px;
  overflow: hidden;
  border: none;
}
.wp-block-search__button:hover, .wp-block-search__button:hover:active, .wp-block-search__button:hover:focus {
  background-color: #191919;
  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: #96eb64;
}
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: #96eb64;
}
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: #f9f9f9;
  padding: 24px 57px 24px 37px;
  font-size: 19px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  position: relative;
  margin-top: 40px;
  margin-bottom: 34px;
}
blockquote:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #96eb64;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-top: 10px;
  color: #96eb64;
}
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;
}
.single-post .pagination a, .single-post .pagination span.current {
  margin: 0 3px;
  /*==============================
 *    Header styles
 *    ================================ */
}
body.header-style1 .page-title-section > div > div:before {
  content: "";
  padding-top: 70px;
  display: inline-block;
  width: 100%;
}
body.header-style3 .page-title-section > div > div:before {
  content: "";
  padding-top: 70px;
  display: inline-block;
  width: 100%;
}
body.header-style1 .page-title-section > div.container > div.row:before {
  content: none;
}
body.header-style3 .page-title-section > div.container > div.row:before {
  content: none;
}
body.header-style2 .page-title-section {
  padding: 100px 0 90px 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: 80px 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: 100px 0 100px 0;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
 *    Search styles
 *    ================================ */  body.header-style2 .page-title-section {
    padding: 100px 0 90px 0;
  }
}
.search-form_label {
  width: 100%;
  display: block;
  padding: 10px 50px 10px 10px;
  background: transparent;
  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
 *    ================================ */
}
.widget_block h2 {
  background: #191919;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 19px 20px 19px 20px;
  margin-right: -1.9rem;
  margin-left: -1.9rem;
  margin-bottom: 1.9rem;
  margin-top: -1.9rem;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
  font-size: 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 {
  background: #191919;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px 20px 15px 20px;
  margin-top: -1.9rem;
  margin-right: -1.9rem;
  margin-left: -1.9rem;
  margin-bottom: 1.9rem;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 800;
  width: auto;
  cursor: text;
}
.sidebar .widget_custom_html {
  padding: 0 !important;
}
.sidebar .widget:last-child {
  margin-bottom: 0 !important;
}
.sidebar .widget p:last-child {
  margin-bottom: 0;
}
.widget_text.widget_custom_html {
  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: #96eb64;
}
.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: #96eb64;
}
.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;
  /*==============================
 *    Comment form
 *    ================================ */
}
.comment-list li .comment-respond {
  padding-top: 2rem;
  padding-left: 6.5rem;
}
.comment-respond .form-submit {
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  transition: all 0.3s ease-in-out;
}
.comment-respond .form-submit:before {
  width: 50px;
  height: 50px;
  background-color: #96eb64;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comment-respond .form-submit input.submit {
  border: none;
  background: none;
  color: #191919;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  padding: 15px 30px 15px 30px !important;
}
.comment-respond .form-submit:hover:before, .comment-respond .form-submit:active:before, .comment-respond .form-submit:focus:before {
  width: 100%;
  /*==============================
 *    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;
  margin-top: 0;
}
.card .card-body blockquote:nth-child(2) {
  margin-top: 0;
}
.card .meta li:first-child a {
  text-transform: capitalize;
  /*==============================
 *    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: 10px;
  background-color: transparent;
  position: relative;
}
.cat-item a {
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding: 15px 20px 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
}
.cat-item a:hover {
  background: #191919;
  color: #fff;
}
.cat-item ul.children {
  margin-top: 0.5rem;
  margin-left: 10px;
}
.widget_block .wp-block-categories-list li {
  margin-top: 10px;
  border: 0;
  padding-top: 0;
}
.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 {
  list-style: none;
  word-wrap: break-word;
  font-weight: 600;
  margin-top: 10px;
  background-color: transparent;
  position: relative;
}
.widget_archive li a, .wp-block-archives li a {
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding: 12px 20px 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
}
.widget_archive li a:hover, .widget_archive li a:active, .widget_archive li a:focus, .wp-block-archives li a:hover, .wp-block-archives li a:active, .wp-block-archives li a:focus {
  background: #191919;
  color: #fff;
}
.widget_block .wp-block-archives-list li {
  margin-top: 10px;
  border: 0;
  padding-top: 0;
}
.wp-block-categories li:first-child, .wp-block-categories li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.wp-block-categories li, .wp-block-categories li {
  list-style: none;
  word-wrap: break-word;
  font-weight: 600;
  margin-top: 10px;
  background-color: transparent;
  position: relative;
}
.wp-block-categories li a, .wp-block-categories li a {
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding: 12px 20px 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
}
.wp-block-categories li a:hover, .wp-block-categories li a:active, .wp-block-categories li a:focus, .wp-block-categories li a:hover, .wp-block-categories li a:active, .wp-block-categories li a:focus {
  background: #191919;
  color: #fff;
}
.widget_block .wp-block-categories-list li {
  margin-top: 10px;
  border: 0;
  padding-top: 0;
}
.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;
  font-weight: 500;
}
.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;
  font-weight: 500;
}
.widget .gallery {
  margin-top: -24px !important;
  margin-bottom: 0 !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: #96eb64;
}
.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: #96eb64;
  color: #fff;
}
.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: uppercase;
  font-weight: 600;
}
.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;
}
.widget_nav_menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}
.widget_nav_menu .menu-service-sidebar-menu-container {
  padding: 1.9rem;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu > li > a {
  text-transform: inherit;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu {
  margin-top: 0;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li {
  margin-bottom: 10px;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li a {
  display: block;
  padding: 19px 55px 19px 20px;
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #575a7b;
  border-radius: 4px;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li a:after {
  color: #575a7b;
  line-height: 36px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
  content: "\e628";
  font-family: 'themify';
  transition: all ease 0.4s;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li.current-menu-item a:after {
  color: #fff;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li a:hover, .widget_nav_menu .menu-service-sidebar-menu-container .menu li a:active, .widget_nav_menu .menu-service-sidebar-menu-container .menu li a:focus {
  background: #191919;
  color: #fff;
  border-color: #191919;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li a:hover:after, .widget_nav_menu .menu-service-sidebar-menu-container .menu li a:active:after, .widget_nav_menu .menu-service-sidebar-menu-container .menu li a:focus:after {
  color: #fff;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li.current-menu-item a {
  background: #191919;
  color: #fff;
  border-color: #191919;
}
.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: #96eb64;
  color: #fff;
}
.wp-tag-cloud a {
  font-size: 14px !important;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  padding: 3px 8px;
  margin: 4px 4px 4px 0;
  border: 1px solid #ededed;
  line-height: 30px;
  border-radius: 4px;
}
.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.25rem;
  outline: none;
  text-indent: 10px;
  transition: all 0.2s ease 0s;
  color: #000;
}
.widget_search .butn:after {
  content: none;
}
.search-custom input {
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #fff;
  border-radius: 0.25rem !important;
  margin-bottom: 0;
}
.search-custom .butn {
  position: absolute;
  color: #96eb64 !important;
  right: 20px;
  top: 15px;
  padding: 0px;
  font-size: 18px;
  z-index: 3;
  outline: none;
  background: none;
  border-radius: 0;
  line-height: normal;
  overflow: visible;
}
.search-custom .butn:before {
  content: none;
}
.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: 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: 50px;
  text-align: center;
  border-radius: 50%;
  padding: 10px 5px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  background: #fff;
}
.pagination a, .pagination span.current {
  padding: 10px 5px;
  /*==============================
 *    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: #96eb64;
  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: 82px;
}
.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: #191919;
}
.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;
}
.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 {
  background: #191919;
}
.next-page .image-next.no_image:after {
  background: #96eb64;
}
.gallery {
  margin: -16px -12px 43px -12px !important;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px !important;
  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: #96eb64;
  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: #96eb64;
  color: #fff;
}
.page-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.page-content .page-links .post-page-numbers span {
  margin: 0;
}
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; }

footer li:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
footer li { margin-top: 15px; border-top: 1px solid rgba(255, 255, 255, 0.15); padding-top: 15px; list-style: none; word-wrap: break-word; }

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: #96eb64;
  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: #96eb64;
}
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: #96eb64;
}
footer .wp-calendar-nav {
  text-align: center;
}
footer .wp-calendar-nav a {
  color: #fff;
}
footer .wp-block-quote p {
  color: #222;
}
footer .wp-block-pullquote p {
  color: #222;
}
footer .wp-block-pullquote cite {
  color: #96eb64;
}
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-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: #96eb64;
}
footer .wp-block-loginout a {
  color: #fff;
}
footer .wp-block-loginout a:hover {
  color: #96eb64;
}
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: #96eb64;
}
footer select::-ms-expand {
  display: none;
}
footer .input-group .input-group-append .butn {
  height: 100%;
}
footer .input-group .input-group-append .butn:before {
  background: #96eb64;
}
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; }*/
}
