/*
Theme Name: Hapa Themes
Theme URI: https://teamarcs.com
Author: hapathemes
Author URI: https://teamarcs.com
Description: A powerful Business Starter theme with Bootstrap and WooCommerce Support. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 1.0.0
Requires PHP: 7.4
License: MIT License
License URI: #
Text Domain: hapathemes
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.
HapaThemes is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/* @import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&display=swap'); */
/* 
All style editing is done via scss/_bscore_custom.scss
*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,900&family=Poppins:wght@300;500;600;700;800;900&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}

/* .navbar-brand .logo{height: 70px;} */
/* Home Slider */
.hapa-header {
  background-color: #fff;
  box-shadow: 0px 0px 5px #e5e5e5;
}

.hapa-header .nav-item-14>a {
  background-color: #D5AF34;
  color: #fff;
  border-radius: 5px;
  padding: 6px 15px;
  font-weight: 500;
  border: 1px solid #D5AF34;
  border-radius: 35px;
  margin-top: -2px;
}

.hapa-home-banner .slider-content {}

.carousel-caption {
  line-height: 36px;
}

.carousel-caption .ham-s-t {
  text-shadow: 0px 0px 5px #333;
  margin-bottom: 20px;
  /* font-size: 50px; */
}

.carousel-caption .ham-s-c {
  text-shadow: 0px 0px 5px #333;
  margin-bottom: 20px;
  /* font-size: 25px; */
}

.cloudBg {
  position: absolute;
  bottom: 0;
}

.front-content {
  margin-top: 100px;
  margin-bottom: 80px;
}

.requestmodal .modal-content {
  background: #d5d5d5;
  border-radius: 20px;
}

.afterbanner {
  position: absolute;
  float: left;
  /* margin-top: -120px; */
  z-index: -1;
  width: 100%;
}

.afterbanner .afbleft {
  float: left;
  text-align: left;
  position: absolute;
  left: 0;
}

.afterbanner .afbright {
  float: right;
  text-align: right;
  position: absolute;
  right: 0;
}

.ha-service .card-icon {
  position: relative;
  z-index: 1;
}

.ha-service .card-icon i.fa {
  background: #000000;
  border-radius: 50%;
  color: #fff;
  width: 5.625rem;
  height: 5.625rem;
  font-size: 2.25rem;
  line-height: 1.9;
  padding: 0.313rem;
  position: relative;
  border: 5px solid transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  -webkit-transition: .3s cubic-bezier(.53, .645, .51, 1.34);
  -o-transition: .3s cubic-bezier(.53, .645, .51, 1.34);
  transition: .3s cubic-bezier(.53, .645, .51, 1.34);
}

.ha-service .card:hover .card-icon i.fa {
  border: 5px solid #fff;
  box-shadow: 0px 0px 0px 1px #000000
}

.ha-section-header {
  margin: 80px 0 30px 0;
}

/* Logo Slider */

/* Sidebar */
.widget_block .wp-block-heading {
  font-size: 1.2rem;
  padding: 2px 7px;
  border: 1px solid #ccc;
  background: #4ea82c;
  color: #fff;
  font-weight: 400;
}

/* ---- Footer ---- */
.hapa-footer {
  background-color: #595959;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 20px;
}

.hapa-footer .footer_widget a {
  color: #fff;
  text-decoration: none;
}

.footerWrap {
  background-color: #595959;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 20px;
}

.footerWrap .footerHeading {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.hapa-footer p {
  margin-bottom: 10px;
  font-size: 14px;
}

.footerWrap .logoMain {
  margin-top: 25px;
}

.footerlinks a {
  color: #fff;
  font-size: 14px;
}

.footerlinks.addressBox {
  margin-top: 20px;
}

.footerlinks.addressBox p {
  display: inline-flex;
  width: 100%;
}

.footerlinks.addressBox i {
  float: left;
  height: 22px;
  width: 22px;
  margin-top: 2px;
  font-size: 16px;
}

.footerlinks.addressBox i.fa-map-marker {
  font-size: 18px;
}

.footerlinks.addressBox i.fa-envelope {
  font-size: 14px;
}

.hapa-footer .addressBox p {
  display: inline-flex;
  width: 100%;
}

.hapa-footer .addressBox i {
  width: 22px;
}

.hapa-footer a.foo-social {
  color: #fff;
  margin-right: 15px;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  border-radius: 35px;
}

.hapa-footer .footer_widget a {
  margin-right: 15px;
}

.hapa-footer .socailIcon {
  height: 21px
}

.entry-header h1 {
  color: var(--bs-main-primary)
}

/* Updated CSS */
/* ---- Navbar ---- */
.logoMain {
  height: 70px;
}

.mainNavbar {
  background-color: #fff;
}

.mainNavbar .navbar {
  padding: 1px 0px;
}

.mainNavbar .navbar .menu-item {
  padding: 1px 15px;
}

.mainNavbar .navbar .menu-item a {
  color: #1b1d1d;
  font-size: 15px;
  font-weight: 600;
  transition: all linear .2s;
  padding: 5px 0px 2px;
}

.mainNavbar .navbar .menu-item a:hover {
  color: #175900;
  transition: all linear .2s;
  border-bottom: 3px solid #175900;
}

.mainNavbar .navbar .menu-item a.signUp {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 600;
  border: 1px solid #134600;
}

.mainNavbar .navbar .menu-item a.signUp:hover {
  background-color: #175900;
  color: #fff;
}

.mainNavbar .navbar .menu-item:last-child a {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 600;
  border: 1px solid #134600;
}

.mainNavbar .navbar .menu-item:last-child a:hover {
  background-color: #175900;
  color: #fff;
}

/* common css */
.psac-post-slider.psac-design-1 .psac-post-categories a {
  border-color: #134600;
}

/*.psac-post-slider.psac-design-1 .psac-post-overlay{border: 1px solid #134600;}*/
.widget_search button.wp-block-search__button {
  background-color: #4ea82c;
  border-radius: 0;
  border: 1px solid #4ea82c;
}

/* ---- Footer ---- */
.footerWrap {
  background-color: #F7F7F7;
  padding-top: 10px;
  padding-bottom: 0px;
}

.footerWrap .footerHeading {
  font-size: 35px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}

.footerWrap p {
  margin-bottom: 10px;
}

.detailsBox ul {
  padding: 0;
  display: inline-flex;
  width: 100%;
}

.detailsBox ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  border: 1px solid #333;
  min-width: 32%;
  padding: 30px 0;
}

.detailsBox ul li:nth-child(2) {
  border-left: none;
  border-right: none;
}

.detailsBox ul li p,
.detailsBox ul li p a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}

.detailsBox ul li p i {
  color: #000;
  font-size: 18px;
}

.detailsBox ul li p a:hover {
  color: #134600;
}

.ftrLogos {
  margin-bottom: 30px;
}

.ftrLogos ul {
  padding: 0;
  display: inline-flex;
  margin-top: 30px;
}

.ftrLogos ul li {
  display: inline-block;
  list-style: none;
}

.ftrLogos ul li img {
  height: 120px;
  margin-right: 20px;
}

.logoMain.ftr,
.footerWrap .socialWrap {
  margin-top: 50px;
}

.footerWrap .socialWrap a {
  background-color: #000;
  color: #fff;
  margin-right: 15px;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 1px 5px #d5d5d5;
  border-radius: 35px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.footerWrap .socialWrap .fa-facebook {
  padding: 5px 13px;
}

.footerWrap .socialWrap .fa-instagram {
  padding: 5px 10px;
}

.footerWrap .socialWrap .fa-twitter {
  padding: 5px 8px;
}

.footerWrap .socialWrap .fa-linkedin {
  padding: 5px 10px;
}

.footerWrap .socialWrap .fa-youtube-play {
  color: #ff0000;
  padding: 10px 14px;
}

.footerWrap .socialWrap a:hover i {
  transform: rotate(360deg);
  transition: all ease .5s;
}

.copyR {
  background-color: #fff;
  padding: 12px 0;
  text-align: center;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

/* Contact form 7 */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection>output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection>output[hidden] {
  display: none;
}

/* ---- GENERAL ---- */

body {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
  font-family: 'Montserrat', sans-serif;
}

.headings {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 50px;
  color: #134600;
}

.headings.poppins {
  font-family: 'Poppins', sans-serif;
}

.heading {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 50px;
  color: #000000;
}

.heading.brdTG {
  color: #000000;
  /*border-top: 5px solid #134600; padding-top: 8px;*/
}

.heading.brdTG::before {
  content: '';
  position: absolute;
  background-color: #134600;
  width: 25%;
  height: 5px;
  margin-top: -10px;
}

.heading.brdTW {
  color: #fff;
  /*border-top: 5px solid #fff; padding-top: 8px;*/
  width: fit-content;
}

.heading.brdTW::before {
  content: '';
  position: absolute;
  background: white;
  width: 15%;
  height: 4px;
  margin-top: -10px;
}

.paraText {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.text-para {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.colorORtxt {
  color: #134600;
}

.colorBLtxt {
  color: #1b1d1d;
}

.colorGRtxt {
  color: #6f7176;
}

.myBTN {
  color: #000;
  background-color: #fff;
  border-color: #134600;
  border-radius: 4px;
  padding: 8px 25px;
  font-weight: 600;
}

.myBTN:hover,
.myBTN:focus {
  color: #fff;
  background-color: #175900;
  border-color: #175900;
  font-weight: 600;
  box-shadow: 1px 1px 8px #6c6c6c;
}

.bgShade {
  background-image: linear-gradient(90deg, #9ad195, #76b571, #58ad4f, #4EA82C);
}



.sectionWrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.width100 {
  width: 100%;
}



/* ---- Navbar ---- */

.hapa-header .navbar-brand img {
  height: 70px;
  width: auto;
}

.hapa-header {
  background-color: #fff;
}

.hapa-header .navbar {
  padding: 5px 0px;
  padding-top: 5px;
}

.hapa-header .navbar .nav-item {}

.hapa-header .navbar .nav-item .nav-link {
  color: #1b1d1d;
  font-size: 15px;
  font-weight: 500;
  transition: all linear .2s;
  padding: 6px 15px;
}

.hapa-header .navbar .nav-item .nav-link:hover {
  color: #57a706;
  transition: all linear .2s;
  background: #f1ffe3;
}

.mainNavbar .navbar .nav-item .nav-link.signUp {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 600;
  border: 1px solid #134600;
}

.mainNavbar .navbar .nav-item .nav-link.signUp:hover {
  background-color: #175900;
  color: #fff;
}

.hapa-header .navbar .nav-item.current-menu-item .nav-link,
.hapa-header .navbar .current-menu-parent>.nav-link {
  background-color: #f1ffe3;
  color: #57a706;
}

.navbar-nav .dropdown-menu {
  padding: 0;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #f1ffe3;
  color: #57a706;
}

/* ---- Banner ---- */

.bannerWrap {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  max-height: 650px
}

.bannerWrap .headings {
  font-size: 65px;
  letter-spacing: 1px;
  line-height: 80px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 100%;
  text-shadow: 0px 0px 15px #000;
}

.bannerWrap .headings .colorORtxt {
  color: #fff;
}

.bannerWrap .paraText {
  font-size: 22px;
  padding-right: 5px;
  line-height: 35px;
  color: #fff;
  width: 100%;
  font-weight: 600;
  text-shadow: 0px 0px 15px #000;
}

.bannerWrap .contentDiv {
  position: absolute;
  z-index: 99;
}

.bannerWrap .bannerLeft {
  padding-top: 24%;
  text-align: center;
  color: #fff;
}

.bannerWrap .bannnerVdo img {
  max-height: auto;
}

/* ---- Banner Bg Animation ---- */

.bannerRoundAnm {
  height: 100%;
  width: 100%;
}

.bannerRound {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bannerRound div {
  position: absolute;
  display: block;
}

.bannerRound div img {
  opacity: 1;
  height: 220px;
  width: 210px;
}

.bannerRound div:nth-child(1) {
  left: 30%;
  animation: fall 15s linear infinite;
  animation-delay: -2s;
}

.bannerRound div:nth-child(2) {
  left: 60%;
  animation: fall 15s linear infinite;
  animation-delay: -4s;
}

.bannerRound div:nth-child(3) {
  left: 10%;
  animation: fall 20s linear infinite;
  animation-delay: -7s;
}

.bannerRound div:nth-child(4) {
  left: 50%;
  animation: fall 18s linear infinite;
  animation-delay: -5s;
}

.bannerRound div:nth-child(5) {
  left: 85%;
  animation: fall 14s linear infinite;
  animation-delay: -5s;
}

.bannerRound div:nth-child(6) {
  left: 15%;
  animation: fall 16s linear infinite;
  animation-delay: -10s;
}

.bannerRound div:nth-child(7) {
  left: 90%;
  animation: fall 15s linear infinite;
  animation-delay: -4s;
}

.bannerRound1 {
  transform: rotateX(180deg);
}

.bannerRound2 {
  transform: rotateZ(80deg);
}

@keyframes fall {
  0% {
    opacity: 1;
    top: -10%;
    transform: translateX (20px) rotate(0deg);
  }

  20% {
    opacity: 0.8;
    transform: translateX (-20px) rotate(45deg);
  }

  40% {
    transform: translateX (-20px) rotate(90deg);
  }

  60% {
    transform: translateX (-20px) rotate(135deg);
  }

  80% {
    transform: translateX (-20px) rotate(180deg);
  }

  100% {
    top: 110%;
    transform: translateX (-20px) rotate(225deg);
  }
}



/* .leftCircle .circleBoxs .box.one { height: 60px; width: 60px; }

.leftCircle .circleBoxs .box.two { height: 80px; width: 80px; }

.leftCircle .circleBoxs .box.three { height: 100px; width: 100px; }

.leftCircle .circleBoxs .box.four { height: 80px; width: 80px; }

.leftCircle .circleBoxs .box.five { height: 60px; width: 60px; } */



/* ---- Solutions ---- */

.solutionWrap {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.solutionWrap .contentDiv {
  position: relative;
  z-index: 999;
}

.rtrLeft {
  height: calc(100vh - 100px);
}

.rtrRgt {
  height: calc(100vh - 100px);
  float: right;
}

.solCTopM {
  margin-top: 25%;
}



.leftCircle,
.rgtCircle {
  position: relative;
  width: 100%;
}

.leftCircle .circleBoxs .box,
.rgtCircle .circleBoxs .box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leftCircle .circleBoxs .box img,
.rgtCircle .circleBoxs .box img {
  height: 45px;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leftCircle .circleBoxs .box .boxTxt,
.rgtCircle .circleBoxs .box .boxTxt {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #000;
}



.leftCircle .circleBoxs .box.one {
  top: 5%;
  left: 20%;
}

.leftCircle .circleBoxs .box.two {
  top: 20%;
  left: 50%;
}

.leftCircle .circleBoxs .box.three {
  top: 50%;
  left: 65%;
}

.leftCircle .circleBoxs .box.four {
  top: 80%;
  left: 50%;
}

.leftCircle .circleBoxs .box.five {
  top: 95%;
  left: 20%;
}



@keyframes ciranimation {

  0% {
    top: 100%;
    left: -5%;
  }

  25% {
    top: 85%;
    left: 45%;
  }

  50% {
    top: 50%;
    left: 62%;
  }

  75% {
    top: 20%;
    left: 50%;
  }

  100% {
    top: 0%;
    left: 5%;
  }

}



.solutionWrap .leftCircle .box {

  animation: ciranimation 25s linear infinite;

}



.solutionWrap .leftCircle .box.one {
  animation-delay: -20s;
}

.solutionWrap .leftCircle .box.two {
  animation-delay: -15s;
}

.solutionWrap .leftCircle .box.three {
  animation-delay: -10s;
}

.solutionWrap .leftCircle .box.four {
  animation-delay: -5s;
}

.solutionWrap .leftCircle .box.five {
  animation-delay: 0s;
}



.rgtCircle .circleBoxs .box.one {
  top: 5%;
  left: inherit;
  right: 0;
}

.rgtCircle .circleBoxs .box.two {
  top: 20%;
  left: inherit;
  right: 20%;
}

.rgtCircle .circleBoxs .box.three {
  top: 50%;
  left: inherit;
  right: 28%;
}

.rgtCircle .circleBoxs .box.four {
  top: 80%;
  left: inherit;
  right: 20%;
}

.rgtCircle .circleBoxs .box.five {
  top: 95%;
  left: inherit;
  right: 0;
}



@keyframes ciranimationR {

  0% {
    top: 95%;
    right: -10%;
  }

  25% {
    top: 75%;
    right: 26%;
  }

  50% {
    top: 40%;
    right: 35%;
  }

  75% {
    top: 10%;
    right: 15%;
  }

  100% {
    top: -5%;
    right: -25%;
  }

}



.solutionWrap .rgtCircle .box {

  animation: ciranimationR 25s linear infinite;

}



.solutionWrap .rgtCircle .box.one {
  animation-delay: -20s;
}

.solutionWrap .rgtCircle .box.two {
  animation-delay: -15s;
}

.solutionWrap .rgtCircle .box.three {
  animation-delay: -10s;
}

.solutionWrap .rgtCircle .box.four {
  animation-delay: -5s;
}

.solutionWrap .rgtCircle .box.five {
  animation-delay: 0s;
}









/* ---- Panel ---- */

.panelWrap {
  background-color: #fff;
}

.panelTxt {
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  color: #fff;
  padding: 80px 15px 80px 90px;
}

.panelVdo {
  position: relative;
  width: 100%;
  z-index: 99;
  left: 20%;
  top: 15%;
}





/* ---- Insights ---- */

.insightsWrap {
  background-color: #fff;
  position: relative;
}

.insightTxt {
  background-image: linear-gradient(268deg, #afddab, #8cc787, #72c36a, #4EA82C);
  color: #fff;
  padding: 80px 110px 50px 30px;
  width: 100%;
  min-height: 350px;
}

.insightTxt .heading {
  display: inline-block;
  margin-top: 50px;
}

.twtSlideBox {
  position: absolute;
  right: 10%;
  top: 23%;
}

.twtSlide {
  background-color: #134600;
  padding: 15px 40px;
}

.twtSlide .carousel-inner {
  top: 50px;
}





/* ---- Clients ---- */

.clientWrap {
  background-color: #fff;
  position: relative;
}

.clientTxt {
  background-image: linear-gradient(90deg, #afddab, #8cc787, #72c36a, #4EA82C);
  color: #fff;
  padding: 30px 60px 50px 30px;
  width: 100%;
  min-height: 320px;
}

.clientTxt1 {
  background-image: linear-gradient(90deg, #afddab, #8cc787, #72c36a, #4EA82C);
  color: #fff;
  padding: 50px 0px 50px 160px;
  width: 100%;
  min-height: 400px;
}

.clientTxt .heading,
.clientTxt1 .heading {
  display: inline-block;
  margin-top: 50px;
}

.clientSlideBox {
  position: absolute;
  left: 10%;
  top: 20%;
  z-index: 99;
}

.clientSlide {
  background-color: transparent;
  padding: 1px;
}

.clientSlide .carousel-inner .carousel-item img {
  margin-bottom: 25px;
  box-shadow: 0px 0px 5px #ccc;
}

.clientSlide .carousel-inner .carousel-item {
  padding: 4px;
}



/* ---- Client Says ---- */

.clSWrap {
  background-color: #fff;
  position: relative;
  padding-bottom: 0;
}



/* ---- Case Study ---- */

.csWrap {
  background-color: #fff;
  position: relative;
  padding-top: 0;
}

.csSlide {
  background-color: #134600;
  padding: 50px;
  width: 100%;
}

.csBox {
  text-align: center;
}

.csBox .myBTN {
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding: 12px 5px;
}

.csBox .myBTN:hover,
.csBox .myBTN:focus {
  background-color: #fff;
  border-color: #fff;
  color: #134600;
}







/* ---- Footer ---- */
.site-footer {
  background-color: #F7F7F7;
  padding-top: 10px;
  padding-bottom: 0px;
}


.footerWrap .footerHeading {
  font-size: 35px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}

.footerWrap p {
  margin-bottom: 10px;
}



.detailsBox ul {
  padding: 0;
  display: inline-flex;
  width: 100%;
}

.detailsBox ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  border: 1px solid #333;
  min-width: 32%;
  padding: 30px 0;
}

.detailsBox ul li:nth-child(2) {
  border-left: none;
  border-right: none;
}

.detailsBox ul li p,
.detailsBox ul li p a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}

.detailsBox ul li p i {
  color: #000;
  font-size: 18px;
}

.detailsBox ul li p a:hover {
  color: #134600;
}

.ftrLogos {
  margin-bottom: 30px;
}

.ftrLogos ul {
  padding: 0;
  display: inline-flex;
  margin-top: 30px;
}

.ftrLogos ul li {
  display: inline-block;
  list-style: none;
}

.ftrLogos ul li img {
  height: 120px;
  margin-right: 20px;
}

.logoMain.ftr,
.footerWrap .socialWrap {
  margin-top: 50px;
}

.footerWrap .socialWrap a {
  background-color: #000;
  color: #fff;
  margin-right: 15px;
  font-size: 28px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 1px 5px #d5d5d5;
  border-radius: 35px;
}

.footerWrap .socialWrap .fa-facebook {
  padding: 5px 13px;
}

.footerWrap .socialWrap .fa-instagram {
  padding: 5px 10px;
}

.footerWrap .socialWrap .fa-twitter {
  padding: 5px 8px;
}

.footerWrap .socialWrap .fa-linkedin {
  padding: 5px 10px;
}

.footerWrap .socialWrap .fa-youtube-play {
  color: #ff0000;
  padding: 10px 14px;
}

.footerWrap .socialWrap a:hover i {
  transform: rotate(360deg);
  transition: all ease .5s;
}

.copyR {
  background-color: #fff;
  padding: 12px 0;
  text-align: center;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}









/******************************* Resource Page ********************************/

a:hover,
a:active {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #134600;
}

/* Banner  */

.bannerbg .bannerimg {
  margin-top: 82px;
}

.banner-bg .bannerimg {
  margin-top: 0px;
}

.banner-bg .bannerimg img {
  width: 100%;
}

/* iReach Client Research */

.clientresch {
  position: relative;
}

.clientresch .reschtxt {
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 0px 0px 10px #00000029;
  position: absolute;
  left: 0;
  right: 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  top: -44px;
}



/* Resources */

.resourcemain {
  background-image: url(/images/bgs5.png);
  background-position: bottom;
  padding-top: 100px;
  padding-bottom: 50px;
}

/* BROCHURES */

.brouchmain {
  padding-top: 80px;
  padding-bottom: 50px;
}

.brouchmain .brouchtxt {
  border: 1px solid #000;
  left: 0px;
  padding: 25px 20px 20px 90px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

.brouchmain .brochures {
  max-height: 300px;
  overflow: auto;
}

.brouchmain .brochures .brochure-link {
  color: #000 !important;
}

.brouchmain .brochures .brochure-link:hover {
  color: #1b6200 !important;
}

.brochure-link:hover {
  color: #0071bc !important;
  text-decoration: none;
}

/* Clients in the news */

.clientnews {
  padding-top: 80px;
  padding-bottom: 50px;
}

.clientnews .clienttxt {
  border: 1px solid #000;
  top: 250%;
  right: 0px;
  padding: 40px 90px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.clientnews .clnews {
  max-height: 300px;
  overflow: auto;
}

.clientnews .news-links {
  color: #000;
}

.clientnews .news-links:hover {
  color: #1b6200;
}

/* Studies Qualitative */

.studyqulWrap {
  background-color: #fff;
  position: relative;
}

.studyTxt {
  background-image: linear-gradient(268deg, #afddab, #8cc787, #72c36a, #4EA82C);
  color: #fff;
  padding: 80px 110px 50px 30px;
  width: 100%;
  min-height: 400px;
}

.studyTxt .heading {
  display: inline-block;
  margin-top: 50px;
}

.studyqulWrap .studiesqty {
  background-color: #134600;
  padding: 55px 30px;
  position: absolute;
  right: 0px;
  top: 105px;
  min-width: 75%;
  min-height: 250px;
}

.studyqulWrap .learnbtn {
  margin-top: 25px;
}

.studyqulWrap .myBTN {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
}

.studyqulWrap .myBTN:hover {
  background-color: #fff;
  border-color: #fff;
  color: #134600;
}

.studyqulWrap .studiesqty1 {
  background-color: #134600;
  padding: 55px 30px;
  position: absolute;
  left: 0px;
  top: 110px;
  min-width: 70%;
  min-height: 250px;
  z-index: 99;
}





/* ireach */

.ireachwrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ireachwrap .text-para {
  font-size: 18px;
}



/* Contactus  */

.contactusWrap {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.contactusWrap .contactTxt {
  background-image: linear-gradient(268deg, #afddab, #8cc787, #499539, #1a6000);
  color: #fff;
  padding: 80px 110px 80px 50px;
  width: 100%;
  min-height: 400px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 5%;
}

.contactusWrap .contactTxt .contact-head {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}

.contactusWrap .contactTxt ul li {
  color: #fff;
  list-style-type: none;
  margin: 20px 10px;
  font-size: 20px;
  display: flex;
}

.contactusWrap .contactTxt ul li i {
  margin-top: 2px;
}

.contactusWrap .contactTxt ul li a {
  color: #fff;
  margin-left: 20px;
}

.contactusWrap .contactTxt ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.contactusWrap .contactTxt .contact-head1 {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
  text-indent: 10px;
}

.contactusWrap .contactTxt .contact-head1 a {
  margin-right: 10px;
  font-size: 16px;
  color: #000;
  border: 1px solid #000;

  border-radius: 30px;
  padding: 6px 9px;
}

.contactusWrap .socialicons1 {
  margin-top: 25px;
}

.contactusWrap .socialicons1 a {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 6px 9px;
  margin: 0 8px;
}

.contactusWrap .socialicons1 a.fb {
  padding: 6px 11px;
}

.contactusWrap .socialicons1 a:hover {
  background-color: #fff;
  color: #2c3232;
  border-color: #fff;
}

.contactusWrap .socialicons1 a i {
  transition: all linear .2s;
}

.contactusWrap .formdetail {
  background-color: #fff;
  padding: 40px 45px;
  box-shadow: 0px 0px 10px #00000059;
  position: absolute;
  left: 40%;
  top: 24%;
  border-radius: 30px;
  height: auto !important;
}

.contactusWrap .myBTN {
  width: 100%;
  background-color: #175900;
  border-color: #175900;
  color: #fff;
}

.contactusWrap .form-control {
  border: 1px solid #000;
}

.contactusWrap .wpcf7-form p {
  margin-bottom: 0px;
  margin-top: 10px;
}

.contactusWrap .wpcf7-form p wpcf7-spinner {
  display: none;
}

.contactusWrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -22px;
  font-size: 11px;
  font-weight: 600;
}

.contactusWrap .wpcf7-spinner {
  display: none;
}

/* .contactusWrap .wpcf7-response-output {margin: 0 !important;padding: 0 !important;border: none !important;color: #dc3232;font-size: 11px; font-weight: 600;position: absolute; bottom: 92px;} */
.contactusWrap .dscf7captcha .wpcf7-form-control {
  width: 100% !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0.625rem;
}

.formdetail.panel-cell-style input[type="submit"] {
  width: 100%;
  background-color: #175900;
  border-color: #175900;
  color: #fff;
  height: 46px;
  width: 50%;
}

.verticSlide {
  margin-top: 25%;
}

.verticSlide ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.verticSlide ::-webkit-scrollbar {
  width: 5px;
  height: 17px;
  background-color: #F5F5F5;
  border-radius: 1px;
}

.verticSlide ::-webkit-scrollbar-thumb {
  background-color: #175900;
  border-radius: 1px;
}

.verticSlide .cards .outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.verticSlide .cards .card {
  background: var(--white-color);
  width: 75%;
  display: flex;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  justify-content: space-between;
  border-radius: 10px;
  animation: animate 15s linear infinite;
  animation-delay: calc(3s * var(--delay));
}

.verticSlide .outer:hover .card {
  animation-play-state: paused;
}

.verticSlide .cards .card:last-child {
  animation-delay: calc(-3s * var(--delay));
}

@keyframes animate {

  0% {

    opacity: 0;

    transform: translateY(100%) scale(0.5);

    position: absolute;

    right: 0;

  }

  5%,

  20% {

    opacity: 0.9;

    transform: translateY(100%) scale(0.7);

    background-color: #f6f6f6;

    position: absolute;

    right: 0;

  }

  25%,

  40% {

    opacity: 1;

    pointer-events: auto;

    transform: translateY(0%) scale(1);

    background-color: #EEFFE8;

    position: absolute;

    right: 11%;

  }

  45%,

  60% {

    opacity: 0.9;

    transform: translateY(-100%) scale(0.7);

    background-color: #f6f6f6;

    position: absolute;

    right: 0;

  }

  65%,

  100% {

    opacity: 0;

    transform: translateY(-100%) scale(0.5);

    position: absolute;

    right: 0;

  }

}

.verticSlide .card .content {
  display: flex;
  align-items: center;
}

.verticSlide .cards .card .img {
  height: 90px;
  width: 90px;
  position: absolute;

  left: -5px;
  background: var(--white-color);
  border-radius: 50%;
  padding: 5px;
  box-shadow: var(--box-shadow);
}

.verticSlide .card .img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.verticSlide .card .details {
  margin-left: 0px;
}

.verticSlide .details p {
  font-weight: 500;
  font-size: 14px;
  min-height: 80px;
  max-height: 80px;
  overflow-y: auto;
}

.verticSlide .details span {
  font-weight: 600;
  font-size: 15px;
  display: block;
  text-align: right;
}

.verticSlide .card a {
  text-decoration: none;
  padding: 7px 18px;
  border-radius: 25px;
  color: var(--white-color);
  background: var(--button-background);
  transition: all 0.3s ease;
}

.verticSlide .card a:hover {
  transform: scale(0.94);
}





/* Justfood Page */

.boxWraper {
  position: relative;
}

.boxtxt .inhead {
  font-size: 24px;
  text-align: center;
}

.projectWrap {
  /*background-image: url(/images/bgs5.png);*/
  background-position: bottom;
  padding-top: 80px;
  padding-bottom: 50px;
}

.boxWraper .boxtxt {
  background-color: #fff;
  padding: 15px 25px;
  box-shadow: 0px 0px 10px #00000029;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: -70px;
}

.heading.innerHead {
  font-size: 30px;
}

.methodWrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.headWrap .sow-headline {
  position: relative;
}

.headWrap .sow-headline::before {
  background-color: #58ad4f;
  content: "";
  /*kosong, for it to exist*/
  height: 60px;
  /*dimension of the shape*/
  position: absolute;
  width: 60px;
  z-index: -1;
}

.headWrap {
  background-color: #58ad4f;
  display: inline-block;
}


.headWrap .heading {
  font-size: 28px;
  color: #fff;
  text-align: right;
  padding-right: 10px;
}

.methodWrap .txtpara {
  margin-top: 20px;
}









/* Solutions */

.boxWraper .boxtxt.boxtxt1 {
  margin-top: -50px;
}

.solutionWrap {
  padding-top: 75px;
  padding-bottom: 20px;
}

.solutionWrap .solimg {
  height: 80px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.solimg {
  height: 80px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.solutionWrap .solhead {
  font-size: 18px;
  font-weight: 600;
}

.solutionWrap .solpara {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 50px;
}


article .panel-grid-cell .so-panel.widget img.image {
  margin-top: 20%;
}




.entry-content .table {}

.entry-content .table tr {}

.entry-content .table tr td {}

/* ---------- Media ---------- */

/* ##Device = Desktops, ##Screen = 1281px to higher resolution desktops */

@media (min-width:1281px) {}

/* ##Device = Laptops, Desktops, ##Screen = B/w 1025px to 1280px */

@media (min-width:1025px) and (max-width:1280px) {}

/* ##Device = Tablets, Ipads (portrait), ##Screen = B/w 768px to 1024px */

@media (min-width:768px) and (max-width:1024px) {

  .profile-user {
    margin-top: 8px;
  }

}

/* ##Device = Tablets, Ipads (landscape), ##Screen = B/w 768px to 1024px */

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {}

/* ##Device = Low Resolution Tablets, Mobiles (Landscape), ##Screen = B/w 481px to 767px */

@media (min-width:481px) and (max-width:767px) {}

@media (max-width: 780px) {
  .reschtxt h4.sow-headline {
    font-size: 20px !important;
  }

  .clientresch .reschtxt {
    padding: 10px 10px;
    width: 90%;
    top: -20px;
  }
}

/* ##Device = Most of the Smartphones Mobiles (Portrait), ##Screen = B/w 320px to 479px */

@media (min-width:320px) and (max-width:480px) {

  .container {
    width: 90%;
  }

  .heading {
    font-size: 25px;
  }

  .mainNavbar .navbar {
    padding: 4px 0px;
  }

  .paraText {
    font-size: 14px;
  }

  .logoMain {
    height: 80px;
  }

  .mainNavbar .navbar-toggler {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #134600;
  }

  .headings {
    font-size: 30px;
    line-height: 38px;
  }

  .bannerWrap .bannerLeft {
    padding-top: 0;
    margin-bottom: 1px;
  }

  .bannerWrap {
    margin-top: 0px;
  }

  .bannerWrap.sectionWrap {
    padding-top: 0px;
  }

  .rtrLeft {
    height: calc(100vh - 230px);
  }

  .rtrRgt {
    height: calc(100vh - 210px);
  }


  .sectionWrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .opinionBoxs {
    margin-bottom: 50px;
    box-shadow: 0px 0px 18px #c5c5c5;
  }

  .opinionBoxPara {
    font-size: 14px;
  }

  .opinionLaptop {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .motivateLeft {
    margin-top: 0;
  }

  .featuresAll {
    height: auto;
  }

  .footerWrap {
    padding-bottom: 5px;
  }

  .footerWrap .socialWrap a {
    box-shadow: none;
    font-size: 24px;
    font-size: 24px;
    padding: 8px 10px;
    width: 50px;
    height: 51px;
  }

  .logoMain.ftr,
  .footerWrap .socialWrap {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .contactusWrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contactusWrap .contactTxt {
    padding: 20px 15px;
    min-height: auto;
    border-radius: 15px;
    background-image: linear-gradient(268deg, #64a958, #459134, #347d1f, #1a6000);
  }

  .contactusWrap .contactTxt ul {
    padding: 0;
  }

  .contactusWrap .contactTxt ul li {
    margin: 10px 5px;
    font-size: 16px;
  }

  .contactusWrap .contactTxt .contact-head {
    font-size: 22px;
  }



  .bannerWrap .headings {
    margin-top: 15px;
    line-height: 50px;
    font-size: 30px;
  }

  .bannerWrap .paraText {
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .solCTopM {
    padding: 0 20px;
  }

  .footerWrap .socialWrap a i {
    padding: 0 !important;
  }

  .panelVdo,
  .twtSlideBox,
  .clientSlideBox {
    position: static;
  }

  .panelVdo {
    margin-bottom: 20px;
  }

  .panelTxt {
    padding: 50px 15px;
    border-radius: 0;
  }

  .insightTxt {
    padding: 20px 15px 40px;
    min-height: auto;
  }

  .twtSlide {
    padding: 20px 20px;
  }

  .twtSlide .carousel-inner {
    top: 2px;
  }

  .twtSlide .twtBoxs {
    margin-bottom: 10px;
  }

  .twtSlide .twtBoxs img {
    height: auto;
  }

  .clientTxt {
    padding: 10px 15px;
    min-height: auto;
  }

  .clientTxt .heading,
  .clientTxt1 .heading {
    margin-top: 30px;
  }

  .verticSlide {
    margin-top: -150px;
    height: 400px;
  }

  .verticSlide .cards .card {
    top: 0;
  }

  .csBox .myBTN {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .detailsBox ul {
    display: block;
  }

  .detailsBox ul li {
    display: block;
    min-width: 100%;
    margin-top: 30px;
  }

  .detailsBox ul li:nth-child(2) {
    border: 1px solid #333;
  }

  .ftrLogos ul {
    display: block;
  }

  .ftrLogos ul li {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .ftrLogos ul li img {
    height: 100px;
  }

  .clientresch .headings {
    font-size: 14px;
  }

  /*.clientresch .reschtxt{left: 10%;top: -18px;padding: 0px 10px;}*/

  .resourcemain {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clientnews,
  .brouchmain {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brouchmain .brouchtxt,
  .clientnews .clienttxt {
    border: 0;
    padding: 10px 30px;
  }

  .studyTxt {
    padding: 10px 10px 16px 10px;
    width: 100%;
    min-height: 0px;
    text-align: center;
  }

  .studyqulWrap .studiesqty,
  .studyqulWrap .studiesqty1 {
    position: static;
    text-align: center;
  }

  .studyqulWrap .learnbtn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .clientTxt1 {
    order: 1;
    padding: 10px 10px 16px 10px;
    width: 100%;
    min-height: 0px;
    text-align: center;
  }

  .contactusWrap .formdetail {
    position: static;
    margin-top: 20px;
    padding: 35px 30px;
    width: 100%;
  }

  .odr1 {
    order: 1;
  }

  .odr2 {
    order: 2;
  }



  .boxWraper .boxtxt {
    width: 100%;
    margin-top: 30px;
    padding: 15px 1px;
  }

  .headings.poppins {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }

  .boxtxt .inhead {
    font-size: 18px;
  }

  .projectWrap {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .projectWrap .img img {
    margin: 0 auto;
    display: block;
    border: 1px solid #efefef;
  }

  .heading.innerHead {
    font-size: 24px;
  }

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

  .site-content {
    padding-top: 90px;
  }

  .boxWraper .boxtxt.boxtxt1 {
    margin-top: 20px;
  }

  .heading.brdTW br {
    display: none;
  }

  .page-template-inner-page .widget .widget-title,
  .page-template-inner-page .widget .widgettitle {
    font-size: 25px !important;
    margin-top: 5px !important;
  }

  .panel-grid.panel-has-style .panel-row-style {
    margin-top: 10px !important;
  }

  .panel-grid.panel-has-style .siteorigin-panels-stretch {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }

  .site-main {
    padding-bottom: 1rem;
  }

  article .panel-grid-cell .so-panel.widget img.image {
    margin-top: 0;
  }



}

/*Wordpress Css*/
a:visited {
  /* color: #134600; */
}

.site-main {
  padding-top: 2rem;
}

.page-template-inner-page .site-main {
  padding-top: 1rem;
}

.form-group p {
  margin-bottom: 0px;
}

.dscf7captcha-36 .wpcf7-text {
  border: 1px solid #000;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}

.widget .widget-title,
.widget .widgettitle {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 50px;
  color: #000000;
}

article .widget ul,
article .widget ol {
  line-height: initial;
  list-style: initial;
}

.page-template-inner-page .widget .widget-title,
.page-template-inner-page .widget .widgettitle {
  font-size: 30px;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 5px;
}

/* ---- Blog ---- */
.psac-post-slider-wrp.psac-slider-and-carousel {
  margin-top: 95px;
}

.psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 50px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 50px;
  background-image: linear-gradient(90deg, #9ad195, #76b571, #58ad4f, #4EA82C);
  min-height: 267px;
}

.psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay .psac-post-title {
  font-size: 30px;
  line-height: 40px;
}

.psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay .psac-post-short-content {
  font-size: 18px;
  line-height: 24px;
}

.psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay .psac-post-title a {}

.psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay .psac-readmorebtn {
  background-color: #4ea82c;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  line-height: normal;
  text-transform: capitalize;
  transition: .4s;
  margin-top: 10px;
}

.psac-post-slider-wrp .owl-nav {
  display: none;
}

.home.blog button:hover,
.home.blog input[type="button"]:hover,
.home.blog input[type="reset"]:hover,
.home.blog input[type="submit"]:hover {
  border-color: #4ea82c;
  background-color: #4ea82c;
  outline: none;
}

.highlightbox {
  border-radius: 10px;
  padding: 18px;
  color: #fff;
}

.highlightbox.style1 {
  background-image: linear-gradient(90deg, #9ad195, #76b571, #58ad4f, #4EA82C);

}

.highlightbox.style2 {
  background-image: linear-gradient(90deg, #696a6a, #484848, #242424, #000000);
}

.highlightbox h3 {
  color: #fff !important;
  font-size: 20px !important;
  margin-top: 10px !important;
}

.sec-omnibus .widget .widget-title {
  font-size: 20px;
  margin-top: 10px;
}

.itembox {
  border: 1px solid #4ea82c;
  padding: 5px 10px;
  border-radius: 20px;
}

@media (min-width:320px) and (max-width:480px) {
  .psac-post-slider-wrp.psac-slider-and-carousel {
    margin-top: 80px;
    padding-top: 10px;
    background-color: #f1f1f1;
  }

  .psac-post-slider-wrp.psac-slider-and-carousel .psac-post-overlay {
    position: static;
    transform: none;
  }

  .psac-post-slider.psac-design-1 .psac-post-image-bg {
    height: auto;
  }
}

/* New Home Css */
.btnborder {
  color: #fff;
  border: 2px solid #fff;
  margin-right: 10px;
}

.btnInfo {
  color: #fff;
  border: 2px solid #4ea82c;
  background: #4ea82c;
}

.btnInfo:hover,
.btnborder:hover {
  background: #134600;
}

.ha-home-about .textwidget {
  font-size: 18px;
  margin-top: 20px;
}

.ta-home-solutions .textwidget h4 {
  padding-bottom: 20px;
  text-shadow: 0px 1px #fff;
  font-weight: 600;
}

.ta-home-solutions .widget-title {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #000000;
}

.ta-home-solutions .textwidget {
  color: #fff;
  font-size: 19px;
}

.ta-home-solutions ul {
  list-style: none !important;
  position: relative;
}

.ta-home-solutions li {
  line-height: 32px;
  font-weight: 600;
}

.ta-home-solutions li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0px;
  font-size: 14px;
}

.ta-home-solutions .panel-grid-cell:nth-child(2) {
  padding-left: 90px;
}

.ta-home-caseblock .panel-grid-cell .so-widget-sow-editor {
  text-align: center;
  padding: 10px;
  /* background-image: linear-gradient(180deg, #58ad4f, #134600);     */
  background: #4ea82c;
  min-height: 264px;
}

.ta-home-caseblock .panel-grid-cell .so-widget-sow-editor .widget-title {
  font-size: 19px;
  color: #fff;
}

.ta-home-caseblock .panel-grid-cell .so-widget-sow-editor .textwidget {
  color: #fff;
}

.ta-home-caseblock .panel-grid-cell .so-widget-sow-editor .textwidget a {
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  color: #fff;
  padding: 12px 10px;
  border: 1px solid #fff;
  display: inline-block;
}

.ta-home-caseblock .panel-grid-cell .so-widget-sow-editor .textwidget a:hover,
.ta-home-caseblock .panel-grid-cell .so-widget-sow-editor .textwidget a:focus {
  background-color: #fff;
  border-color: #fff;
  color: #134600;
}

.ta-home-caseblock .so-widget-sow-image img {
  width: 100%;
}

.widget .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
  font-family: sans-serif;
  color: #103602;
}

.text-white {
  color: #fff;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 10px;
}

.page-template-page-banner-full-width .site-main {
  padding-top: 90px;
}

.site-main .page-banner-grad {
  background: url(images/inner_header_banner.jpg) no-repeat center;
  background-size: cover;
  /* background-color: #57a706; */
}

.site-main .page-banner-grad .b-content-sec {
  width: 60vw;
}

.site-main .page-banner-grad .b-image-sec {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 30vw;
  top: 0;
  clip-path: circle(98% at right);
}

.ta-box-area .panel-grid-cell {
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.ta-box-area .panel-last-child {
  padding: 18px 5px;
  background: #f8fafc;
  min-height: 216px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.ta-box-area .panel-last-child:hover {
  background: #f1ffec;
}

.ta-box-area .so-widget-image {
  width: 100%;
}

.ta-box-area .widget-title {
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 8px;
  color: #57a706;
}

.ta-box-area .textwidget {}

.fa-pistyle {

  background-color: #018b38;
  color: #fff;
  font-size: 50px;
  padding: 34px;
  border-radius: 50%;
  height: 124px;
  line-height: 56px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.equal-height-cols {
  align-items: stretch !important;
}

.equal-height-cols .panel-grid-cell {
  display: flex;
  flex-direction: column;
}

.equal-height-cols .so-panel>.panel-widget-style {
  height: 100%;
}

.equal-height-cols .so-panel {
  flex: 1;
}

.pp-joinupbox .so-panel>.panel-widget-style {}

.pp-joinupbox .so-panel h3 {
  padding-bottom: 16px;
}

.pp-joinupbox .so-panel ul {
  line-height: 2;
  font-size: 18px;
}

.page-template-page-banner-full-width iframe {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgb(78 168 44) 0px 2px 16px 0px;
}

.page-template-page-banner-full-width .font-big {
  font-size: 18px;
}

.page-template-page-banner-full-width h3.widget-title,
.page-template-page-banner-full-width h2 {
  padding-bottom: 20px;
}

.ta-sidemenu ul {
  padding: 0 14px;
  list-style: none;
  /* line-height: 3; */
}

.ta-sidemenu ul li {
  display: flex;
  margin-bottom: 5px;
}

.ta-sidemenu ul a {
  padding: 16px 20px;
  width: 100%;
  font-weight: 500;
  color: #000;
}

.ta-sidemenu ul a.active,
.ta-sidemenu ul a:hover {
  background-color: #e3ffc7;
  border-radius: 50px;
}

.ta-sidemenu ul .btnstyle3 {
  padding: 10px 14px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 16px;
  margin-top: 10px;
}

.ta-sidemenu ul .btnstyle3:hover {
  background: #fff;
  border-radius: 16px;
}

.page-template-page-banner-full-width .ta-pp-bg {
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: auto;

}

.page-template-page-banner-full-width .ta-pp-bg-left {
  background-position: left !important;
}

.btnstyle4 {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
}

.btnstyle4:hover {
  background: #56b830;
  color: #fff;
}

@media (max-width: 768px) {
  .page-template-page-banner-full-width .site-main{    padding-top: 0rem;}
  .site-main .page-banner-grad .b-content-sec{ width: 100vw;}
  .site-main .page-banner-grad .b-image-sec{display: none;}
  .page-template-page-banner-full-width .ta-pp-bg{
    background: none !important;
  }
  .bannerWrap.sectionWrap {
    display: contents;
  }
  .bannerBtns{display: none;}
  .bannerBtns .btnborder {
    color: #fff;
    border: 2px solid #4ea82c;
    background: #4ea82c;
  }
}