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

/* body { pointer-events: none; } */

html {
  scroll-behavior: smooth;
}

.wpcf7-not-valid-tip {
  margin: 0 0 10px 0 !important;
}

@font-face {
  font-family: helveticaCE;
  src: url(../fonts/Helvetica.ttf);
}

@font-face {
  font-family: helveticaCE-bold;
  src: url(../fonts/Helvetica-Bold.ttf);
}

@font-face {
  font-family: proximanova-bold;
  src: url(../fonts/Proxima-Nova-Bold.otf);
}

@font-face {
  font-family: proximanova-semibold;
  src: url(../fonts/Proxima-Nova-Semibold.otf);
}

@font-face {
  font-family: proximanova-light;
  src: url(../fonts/Proxima-Nova-Light.otf);
}

@font-face {
  font-family: poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: poppins-medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: poppins-bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: playfairdisplay;
  src: url(../fonts/PlayfairDisplay-Regular.ttf);
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/Montserrat-Regular.woff);
}

@font-face {
  font-family: montserrat-semibold;
  src: url(../fonts/Montserrat-SemiBold.woff);
}

@font-face {
  font-family: montserrat-bold;
  src: url(../fonts/Montserrat-Bold.woff);
}

:root {
  --primary-color: #195a25;
  --secondary-color: #ea7e1e;
  --tertiary-color: #fff;
  --fourth-color: #000;
  --box-bg-color: #f9f6f1;
}

a,
button,
input[type="submit"] {
  transition: all 0.5s;
  text-decoration: none;
  font-family: montserrat-semibold;
  font-size: 16px;
}

h1 {
  font-family: helveticaCE-bold;
    color: var(--primary-color);
  font-size: 50px;
  margin: 0;
}

h2 {
  font-family: helveticaCE-bold;
  font-size: 2.2rem;
  margin: 0;
  color: var(--primary-color);
  text-transform: capitalize;
}

h3,
h4,
h6 {
  font-family: helveticaCE-bold;
  /* margin: 0; */
}

h5 {
  font-family: poppins;
  margin: 0 0 10px 0;
  color: var(--primary-color);
  font-size: 16px;
  text-transform: uppercase;
}

p,
li {
  /* margin-bottom: 0; */
  font-size: 16px;
  color: #494949;
  font-family: poppins-medium;
  line-height: 1.6;
}

input,
select,
textarea {
  font-family: montserrat;
  font-size: 15px;
  color: #898989;
}

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

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

img {
  height: auto;
}

.custom-margin {
  margin: 80px 0;
}

.padd {
  padding: 80px 0;
}

.margin-sec {
  margin: 0 0 80px 0;
}

.custom-btn {
  padding: 9px 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
  z-index: 0;
  display: inline-block;
  border-radius: 20px;
  color: var(--tertiary-color);
}

.custom-btn:after {
  content: "";
  background: var(--secondary-color);
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
  border-radius: inherit;
}

.custom-btn:hover:after {
  height: 100%;
  width: 135%;
}

.header {
  width: 100%;
  background: var(--tertiary-color);
}

.topbar {
  width: 100%;
  position: relative;
  padding: 5px 0;
  z-index: 1;
}

.topbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: var(--primary-color);
  clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.top-flex {
  width: 100%;
}

.top-head {
  width: 50%;
	margin-left: auto;
}

.top-head ul li {
  margin: 0 30px 0 0;
}

.top-head ul li:last-child {
  margin: 0;
}

.top-icon {
  width: 25px;
  height: 25px;
  font-size: 13px;
  background: var(--tertiary-color);
  color: var(--primary-color);
  transition: 0.5s;
}

.top-icontext {
  margin: 0 0 0 10px;
}

.top-icontext a {
  color: var(--tertiary-color);
  font-family: poppins;
}
.newsletter-box  .wpcf7-response-output {
    color: #fff;
}

.news-input-box p span span{
    width: 100%;
}

.head-icon {
  width: 30%;
  text-align: right;
}

.head-icon ul {
  display: inline-block;
}

.head-icon ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.head-icon ul li:last-child {
  margin: 0;
}

.head-icon ul li a {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--tertiary-color);
  background: var(--fourth-color);
  font-size: 13px;
}

.footer_copyright .head-icon ul li a {
    background: #23630c;
}
.footer_copyright .head-icon ul li a:hover {
    background: #fff;
}
.footer_copyright .head-icon ul li a:hover i{
    color: var(--primary-color);
}

.head-icon ul li a:hover {
  background: var(--primary-color);
}

.nav-bar {
  width: 100%;
}

.nav-flex {
  width: 100%;
  position: relative;
  /*  padding: 10px 0;*/
}

.logo {
    position: absolute;
    top: -26px;
    z-index: 5;
    background-color: var(--tertiary-color);
    border-radius: 50%;
    width: 114px;
}

.logo img {
  width: 100%;
}
.menu {
    width: 100%;
    text-align: right;
    margin-left: auto;
}

.menu ul {
  display: inline-block;
}

.menu ul li {
  display: inline-block;
  margin: 0 9px 0 0 !important;
  color: var(--fourth-color);
  position: relative;
  padding: 36px 0;
}

.menu ul li:hover {
  color: var(--secondary-color);
}

.menu ul li:hover a {
  color: var(--primary-color);
}

.menu ul li.active {
  color: var(--primary-color);
}

.menu ul li.active a {
  color: var(--primary-color);
  /* font-family: poppins-bold; */
}

.click-btn {
  position: absolute;
  right: -11px;
  top: 42px;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 10px;
}

.click-toggle {
  transform: rotate(180deg);
}

.menu ul li a {
  color: var(--fourth-color);
  font-family: poppins-medium;
	font-size: 14px !important;
}

.menu ul li:last-child {
  margin: 0;
}

ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 380px;
  display: inline-block;
  text-align: left;
  display: none;
  border-radius: 10px;
  /* box-shadow: 0 2px 3px var(--secondary-color); */
  background: var(--tertiary-color);
  padding: 12px;
  z-index: 99;
  animation: slidemenu 0.1s ease-in;
  overflow: hidden;
}
.menu ul li:hover ul.sub-menu {
  display: inline-block;
}
@keyframes slidemenu {
  from {
    transform: translateY(20px);
  }

  to {
    transform: translateY(0);
  }
}

ul.sub-menu li {
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
}

ul.sub-menu li:last-child {
  padding: 0;
}

.menu ul li:hover ul.sub-menu li a {
  color: var(--tertiary-color);
}

ul.sub-menu li a {
  padding: 0;
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  background: var(--secondary-color);
  color: var(--tertiary-color);
  border-radius: 5px;
  font-family: poppins-medium;
  font-size: 15px;
}

ul.sub-menu li a:hover {
  background: var(--primary-color);
  /* padding-left: 20px; */
  /* letter-spacing: 1px; */
}

.menu ul li.active ul.sub-menu li a {
  color: var(--tertiary-color);
  font-family: poppins-medium;
  font-size: 15px;
}

/* .menu ul li:hover > ul.sub-menu{
  display: block;
  z-index: 99;

} */

.menu-btn {
  width: 160px;
  text-align: right;
}

.menu-btn a {
  padding: 8px 20px;
  background: var(--primary-color);
  color: var(--tertiary-color);
  font-size: 15px;
  font-family: helveticaCE;
}

.mobile-menu {
  display: none;
}

.sticky {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  animation: slidetop 1s linear;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(132, 132, 132, 0.3);
}

@keyframes slidetop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}

/* header ends */

.form-popup-box h2 {
  font-size: 35px;
  color: var(--secondary-color);
}

.close-popup {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 15px;
  color: var(--primary-color);
  background: none;
  outline: none;
  border: 1px solid var(--fourth-color);
}

.close-popup:hover {
  background: var(--primary-color);
  border: transparent;
  color: var(--tertiary-color);
}

.popup-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  transition: all 0.5s;
  outline: none;
  border-radius: 5px;
  margin: 0 0 20px 0;
  background: none;
}

.popup-input:focus {
  border-color: var(--primary-color);
}

.popup-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  transition: all 0.5s;
  outline: none;
  border-radius: 5px;
  margin: 0 0 20px 0;
  background: none;
}

.popup-select:focus {
  border-color: var(--primary-color);
}

.popup-area {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  transition: all 0.5s;
  outline: none;
  border-radius: 5px;
  margin: 0 0 20px 0;
  background: none;
  height: 70px;
}

.popup-area:focus {
  border-color: var(--primary-color);
}

.popup-submit {
  width: 100%;
  padding: 10px 0;
  background: var(--primary-color);
  border: none;
  outline: none;
  color: var(--tertiary-color);
  border-radius: 5px;
}

.popup-submit:hover {
  background: var(--secondary-color);
}

/* header popup ends */

.slider {
  width: 100%;
}

.banner {
  width: 100%;
  position: relative;
  height: 700px;
  text-align: right;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .zoom-in {
  animation: zoom-in 10s infinite forwards ease-in;
}

@keyframes zoom-in {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
} */

.banner-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 11% 0 0 0;
    text-align: left;
    content: "";
    background: linear-gradient(91deg, black 35%, transparent);
}

.banner-cont h1 {
    width: 50%;
    color: #fff;
}

.banner-cont p {
  margin: 20px 0 0 0;
  width: 55%;
  color: #fff;
  /* font-size: 15px; */
  /* font-family: playfairdisplay; */
}

.banner-cont ul {
  display: inline-block;
  margin: 40px 0 0 0;
}

.sticky .logo {
    top: 0;
    width: 90px;
}

.banner-cont ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.banner-cont ul li:last-child {
  margin: 0;
}

.banner-cont ul li a {
  display: inline-block;
  font-size: 15px;
}

.banner-cont .read-btn {
  background: var(--primary-color);
}

.banner-cont .contact-btn {
    background: transparent;
    border: 1px solid #fff;
}

.banner-cont .contact-btn.custom-btn:hover:after {
  background: var(--primary-color);
}

.banner-top {
  width: 100%;
  margin: -75px 0 0 0;
  position: relative;
  z-index: 1;
}

.banner-top .container {
  background: var(--tertiary-color);
  border-radius: 20px;
  padding-right: 0;
}

.banner-top-text {
  width: 100%;
  padding: 0 0 0 20px;
}

.banner-top-icon {
  width: 90px;
  height: 90px;
  background: var(--primary-color);
  margin: 0 30px 0 0;
}

.banner-top-icon img {
  width: 65%;
}

.banner-top-icontext h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 400 !important;
}

.inner-banner-cont nav {
    margin-top: 10px;
}

.banner-top-image {
  width: 100%;
  height: 150px;
  border-radius: 20px;
  position: relative;
}

.banner-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.banner-top-image::before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: #4fa82687;
    content: "";
    width: 100%;
    height: 100%;
}

.banner-top-image a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--primary-color);
  padding: 8px 30px;
}

/* banner ends */

.about-box {
  width: 100%;
  position: relative;
}

.about-shape-one {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-shape-one img {
  height: auto;
}

.about-imagebox {
  margin: 40px 0 0 0;
  position: relative;
  width: 90%;
  position: sticky;
  top: 120px;
  margin-bottom: 50px;
}

.about-image-one {
  width: 85%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.about-image-one img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.8s;
}

.about-image-two {
  width: 60%;
  height: 400px;
  border-radius: 0 30px 0 0;
  border: 8px solid var(--tertiary-color);
  position: absolute;
  top: 40%;
  left: 45%;
  overflow: hidden;
}

.about-image-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 0 0;
  transition: all 0.8s;
}

.about-imagebox:hover img {
  transform: scale(1.2);
}

.about-shape-two {
  position: absolute;
  top: 90%;
  left: 25%;
  z-index: -1;
}

.about-image-text-one {
  background: var(--primary-color);
  position: absolute;
  top: 88%;
  left: 0;
  padding: 0 0 0 150px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  z-index: 1;
  width: 60%;
}

.about-image-text-one p {
  color: var(--tertiary-color);
  font-family: poppins;
  padding: 8px 0;
}

.about-image-text-two {
  width: 75%;
  position: absolute;
  top: 95%;
  left: 0;
  padding: 0 0 0 150px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  background: var(--secondary-color);
  z-index: 1;
}

.about-image-text-two p {
  padding: 15px 0;
  color: var(--tertiary-color);
}

.about-count-box {
  width: 125px;
  height: 125px;
  background: var(--primary-color);
  position: absolute;
  top: 85%;
  left: -20px;
  z-index: 2;
}

.about-counter {
  width: 90px;
  height: 90px;
  background: var(--tertiary-color);
  text-align: center;
}

.about-count-head {
  /* width: 100%; */
  text-align: center;
}

.about-count-head h3 {
  font-family: poppins-bold;
  font-size: 33px;
  color: var(--secondary-color);
}

.about-counter p {
  font-size: 11px;
  font-family: poppins;
}

.about-count-head span {
  font-family: poppins-bold;
  font-size: 25px;
  color: var(--secondary-color);
  margin: 0 0 0 5px;
}

.about-text {
  width: 100%;
  margin: 40px 0 0 0;
}

.about-info {
  font-size: 18px;
  color: var(--fourth-color);
}

.about-flex {
  width: 100%;
  padding: 30px;
  border: 2.5px solid var(--primary-color);
  transition: all 0.5s;
  margin: 30px 0 0 0;
  border-radius: 10px;
  cursor: pointer;
}

.about-box  h5 {
    color: #000;
}

.about-icon {
    width: 90px;
    height: 90px;
    background: var(--primary-color);
    border: 4px solid #5dc238;
    margin: 0 30px 0 0;
    transition: all 0.5s;
    transform-style: preserve-3d;
}

.about-icon img {
  width: 65%;
  filter: invert(1);
}

.about-icontext h3 {
  font-family: poppins-medium;
  font-size: 22px;
  transition: 0.5s;
}

.about-icontext p {
  margin: 10px 0 0 0;
}

.about-flex:hover {
  border-color: var(--secondary-color);
}

.about-flex:hover .about-icon {
  border-color: var(--secondary-color);
  background: var(--primary-color);
  transform: rotateY(180deg);
}

.about-flex:hover .about-icontext h3 {
  color: var(--primary-color);
}

.about-text ul {
  margin: 30px 0 0 0;
}

.about-text ul li {
  margin: 0 0 20px 0;
}

.about-text ul li:last-child {
  margin: 0;
}

.about-text ul li {
  font-size: 20px;
}

.check-icon {
  width: 25px;
  margin: 0 20px 0 0;
}

.check-icon img {
  width: 100%;
}

.choose-box {width: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;background-attachment: fixed;position: relative;overflow: hidden;background-color: #e38d04;background-blend-mode: difference;}

.value-box h5 {
    color: #000;
}

/*.choose-box::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: var(--box-bg-color);*/
/*}*/

.choose-box .container {
  position: relative;
}

.choose-box h5 {
    color: #000000;
}

.choose-box h2 {
    color: #fff;
}

.choose-box .about-shape-one {
  position: absolute;
  top: -130px;
  right: -20px;
  z-index: 1;
  transform: rotate(60deg);
  width: 400px;
}

.choose-box .about-shape-one img {
  width: 100%;
}

.choose {
  width: 30%;
  padding: 30px;
  background-image: url(../images/choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e6e6e6;
  border-radius: 20px;
  margin: 40px 0 0 0;
}

.choose-icon {
  width: 90px;
  height: 90px;
  background: var(--primary-color);
  border: 2px solid var(--secondary-color);
  transition: all 0.5s;
  transform-style: preserve-3d;
}

.choose-icon img {
  width: 65%;
}

.choose h3 {
  font-size: 25px;
  font-family: poppins-medium;
  margin: 15px 0 0 0;
  transition: all 0.5s;
}

.choose p {
  margin: 10px 0 0 0;
}

.choose:hover .choose-icon {
  transform: rotateY(180deg);
  background: var(--secondary-color);
  border-color: var(--primary-color);
}

.choose:hover h3 {
  color: var(--primary-color);
}

.service-detail h3 {
    margin-top: 20px;
}

.choose-quote-box {
  width: 65%;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 80px 0 40px 30px;
  margin: 40px 0 0 0;
  text-align: left;
}

.choose-quote-box h3 {
  font-size: 25px;
  font-family: poppins-medium;
  width: 30%;
  color: var(--tertiary-color);
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.choose-quote-box a {
  background: var(--primary-color);
  font-family: poppins;
}

.choose-quote-box a:hover {
  color: var(--secondary-color);
}

.choose-quote-box a.custom-btn:hover::after {
  background: var(--tertiary-color);
}

.service-box {
  width: 100%;
}

.service {
    width: 30%;
    background-image: url(../images/Ellipse-9.png);
    background-position: 118% 137%;
    background-repeat: no-repeat;
    background-size: 150px;
    border-radius: 20px;
    margin: 40px 0 0 0;
    box-shadow: 0 0 15px #ddd;
    padding: 30px;
}

.service-icon-box {
  width: 100%;
  padding: 0 0 10px 0;
}

.service-icontext h3 {
  display: inline-block;
  /* padding: 10px 0 0 0; */
  position: relative;
}

.service-icontext h3 a {
  color: var(--fourth-color);
  font-family: helveticaCE;
  font-size: 20px;
  font-weight: 700;
}

/*.service-icontext h3::before {*/
/*  content: "";*/
/*  background-image: url(../images/service-shape.png);*/
/*  background-repeat: no-repeat;*/
/*  position: absolute;*/
/*  top: -15px;*/
/*  left: 0;*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  z-index: 1;*/
/*}*/

/*.service-icontext h3::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -10px;*/
/*  left: 20px;*/
/*  width: 60px;*/
/*  height: 2px;*/
/*  background: var(--secondary-color);*/
/*  z-index: 1;*/
/*}*/


.news-form {
    margin-top: 20px;
}
.service-icon {
  width: 80px;
  height: 80px;
  border: 2.5px solid var(--primary-color);
  transform-style: preserve-3d;
  transition: all 0.5s;
  background: var(--secondary-color);
  transform: translateY(12px);
  padding: 16px;
}

.service:hover .service-icon img {
    /* width: 65%; */
    filter: invert(1);
}
.service-text {
  width: 100%;
  padding: 20px 20px 0 20px;
  position: relative;
}

.service-text::before {
  content: "";
  width: 86%;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}

.service-text::after {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}

.service-text p {
  margin: 0 0 40px 0;
}

.service-btn {
  padding: 0 0 8px 0;
  position: relative;
  display: inline-block;
  color: var(--secondary-color);
  font-family: helveticaCE;
}

.service-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 20px;
  height: 2px;
  background: var(--primary-color);
  z-index: 1;
}

.service-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.5s;
  background: var(--secondary-color);
  z-index: 1;
}

.service:hover .service-icon {
  transform: rotateY(180deg) translateY(12px);
  background: var(--primary-color);
  border-color: var(--secondary-color);
}

.service:hover .service-icontext h3 a {
  color: var(--primary-color);
}

.service:hover .service-icontext h3 a:hover {
  color: var(--secondary-color);
}

.service:hover .service-btn {
  color: var(--primary-color);
}

.service:hover .service-btn::after {
  background: var(--primary-color);
}

.service:hover .service-btn::before {
  background: var(--secondary-color);
}

.service:hover .service-text::before {
  background: var(--secondary-color);
}

.service:hover .service-text::after {
  background: var(--secondary-color);
}

.testimonial-box {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    background-color: #e38d04;
    background-blend-mode: difference;
}

.testimonial-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #377f1d url(../images/pattern1.png) no-repeat/cover;
}

.testimonial-box .container {
  position: relative;
}

.testimonial-headtext {
  width: 100%;
  padding: 0 0 0 15px;
}
.testimonial-headtext h2{
    color: #fff;
}

.testimonial-headtext h5 {
    color: #47c41a;
}

.testimonial-headtext p {
  color: var(--tertiary-color);
  padding: 0 0 0 40px;
  line-height: 2;
}

.testimonial-slider .item {
  width: 95%;
  margin: 0 auto;
}

.testimonial-card {
    width: 100%;
    padding: 0 0 40px 0;
    background: #f4f4f4;
    margin: 40px 0 0 0;
    border-radius: 10px;
}

.testimonial-head {
    width: 100%;
    background: var(--tertiary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 50px 0 0;
    border-radius: 10px 10px 0 0;
}

.testimonial {
    width: 120px;
    height: 100px;
    background: #f4f4f4;
    border-radius: 10px 65px 65px 0;
    transition: all 0.5s;
}

.client {
  width: 80px;
  height: 80px;
  border: 3px solid var(--tertiary-color);
}

.client img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.testimonial-iconbox {
  width: calc(100% - 150px);
}

.testimonial-icontext h3 {
  font-size: 25px;
  font-family: helveticaCE;
}

.testimonial-icon {
  width: 50px;
  height: 50px;
  background: #dff3ed;
  transition: all 0.5s;
}

.testimonial-icon img {
  width: 25px !important;
  transition: all 0.5s;
}

.testimonial-text {
  width: 100%;
  border-radius: 65px 0 65px 65px;
  background: var(--tertiary-color);
  padding: 30px 40px;
}


.testimonial-card:hover .testimonial-icontext h3 {
  color: var(--secondary-color);
}

.testimonial-card:hover .testimonial-icon {
  background: var(--secondary-color);
}

.testimonial-card:hover .testimonial-icon img {
  filter: brightness(0) invert(1);
}

.blog:hover .blog-text h3 a{
    color: #fff;
}
.blog .blog-text h3 a:hover{
    color: #fff;
}

.blog {
  width: 32%;
  transition: 0.3s ease-in;
  text-align: left;
  border-radius: 10px;
  margin: 40px 0 0 0;
  padding: 0;
}

.blog-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.blog-text {
    width: 100%;
    box-shadow: 0 0 10px #ddd;
    padding: 30px;
    background-image: url(../images/pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    background-blend-mode: color;
}

.blog-text h3 a {
  color: var(--secondary-color);
  font-size: 25px;
  font-family: helveticaCE-bold;
}

.blog-text p {
  color: #767676;
  font-family: poppins;
  margin: 10px 0 0 0;
}

.blog-btn {
  color: var(--primary-color);
  margin: 20px 0 0 0;
  font-size: 17px;
  display: inline-block;
}

.blog-btn i {
  margin: 0 0 0 10px;
  font-size: 13px;
}

.blog:hover .blog-text {
    background-color: var(--primary-color);
    background-blend-mode: color-burn;
}

.blog:hover .blog-image img {
  transform: scale(1.2);
}

.blog:hover .blog-text p{
    color: #fff;
}

.blog .blog-text h3 a {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.blog:hover .blog-btn {
  color: #fff;
}

.blog:hover .blog-btn:hover {
  color: var(--secondary-color);
}

.newsletter-box {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
  position: relative;
}

.service-box h5{
    color: #000;
}

.newsletter-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
}

.newsletter-box .container {
  position: relative;
}

.newsletter-box.padd {
  padding: 60px 0 80px 0;
}

.news-text {
  width: 95%;
}

.news-text h2 {
  color: var(--tertiary-color);
  /* font-size: 42px; */
}

.news-text p {
  color: var(--tertiary-color);
  font-size: 20px;
  font-family: poppins;
  margin: 15px 0 0 0;
}

.news-flex-box {
    align-items: center;
    gap: 10px;
}

/*.news-input-box {*/
/*  flex-wrap: wrap;*/
/*  width: 100%;*/
/*}*/

.news-input-box p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-input-box p span {
  width: 48%;
}

.news-input-box input {
    border: 1px solid transparent;
    outline: none;
    transition: all 0.5s;
    background: var(--tertiary-color);
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
}

.news-input-box input:focus {
  border: 1px solid var(--secondary-color);
}

.news-input-box textarea {
  border: 1px solid transparent;
  outline: none;
  transition: all 0.5s;
  background: var(--tertiary-color);
  margin: 0 0 20px -5px;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  height: 43px;
}

.news-input-box textarea:focus {
  border: 1px solid var(--secondary-color);
}

.news-btn {
  width: 100%;
  /*  margin: 20px 0 0 0;*/
}

.news-btn input[type="submit"] {
    border: none;
    outline: none;
    color: var(--tertiary-color);
    font-size: 17px;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.news-btn input[type="submit"]:hover {
  color: var(--primary-color);
  background: var(--tertiary-color);
}

.footer {
    padding: 80px 0 20px 0;
    background-image: url(../images/footer-bg.jpg);
    background-color: #000000c7;
    background-blend-mode: color-burn;
}

.footer-image {
  width: 100%;
}

.footer-image img {
  width: 45%;
}

.footer-image p {
  width: 100%;
  color: var(--tertiary-color);
  margin: 20px 0 0 0;
  font-family: poppins;
}

.footer-icon {
  width: 100%;
  margin: 30px 0 0 0;
}

.footer-icon ul {
  display: inline-block;
}

.footer-icon ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.footer-icon ul li a {
  padding: 0;
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  background: var(--primary-color);
  color: var(--tertiary-color);
  font-size: 19px;
}

.footer-icon ul li a:hover {
  background: var(--tertiary-color);
  color: var(--primary-color);
}

.footer-link {
  width: 100%;
}

.footer-link h3 {
  font-size: 25px;
  color: var(--primary-color);
  margin: 0 0 20px 0;
  position: relative;
  font-family: helveticaCE-bold;
}

.footer-link ul li {
  margin: 0 0 10px 0;
}

.footer-link ul li:last-child {
  margin: 0;
}

.footer-link ul li a {
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
  color: var(--tertiary-color);
  font-family: poppins;
}

.footer-link ul li a::before {
  position: absolute;
  content: ">";
  left: 0;
  top: 0;
  color: var(--primary-color);
  transition: 0.5s;
  font-size: 20px;
}

.footer-link ul li a:hover {
  color: #ea7e1e;
}

.footer-link ul li a:hover::before {
  color: var(--tertiary-color);
}

.footer-second {
  padding: 0 0 0 15%;
}

.footer-contact h3 {
  font-size: 25px;
  color: var(--primary-color);
  margin: 0 0 20px 0;
  position: relative;
  font-family: helveticaCE-bold;
}

.foot-iconbox {
  width: 100%;
  margin: 0 0 15px 0;
}

.foot-iconbox:last-child {
  margin: 0;
}

.foot-icon {
  width: 30px;
  height: 30px;
  background: var(--primary-color);
  font-size: 15px;
  color: var(--tertiary-color);
}

.foot-icontext {
  width: calc(100% - 45px);
}

.foot-icontext a {
  color: var(--tertiary-color);
  font-family: poppins;
}

.foot-icontext a:hover {
  color: var(--primary-color);
}

.foot-icontext p {
  font-size: 16px;
  font-family: poppins;
  color: var(--tertiary-color);
  cursor: pointer;
}

.foot-iconbox:hover .foot-icon {
  background: var(--tertiary-color);
  color: var(--primary-color);
}

.footer_copyright {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    border-radius: 8px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e38d04;
}

.footer_copyright p {
  margin: 0;
  color: var(--tertiary-color);
  font-family: proximanova-light;
  padding: 20px 0;
}

.footer_copyright p span {
  font-family: proximanova-semibold;
}

.footer_copyright p a {
  font-family: proximanova-semibold;
  color: var(--tertiary-color);
}

.scroll_top {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: var(--tertiary-color);
  font-size: 17px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  transition: all 0.4s;
  cursor: pointer;
}

.scroll_top:hover {
  background: var(--secondary-color);
}

/* index css ends */

.inner-service-box {
  width: 100%;
}

.inner-service-box .service {
  width: 24%;
}

/* service css ends */

.inner-banner {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10% 0 0 0;
}

.inner-banner-cont .container {
  position: relative;
  z-index: 9;
}

.inner-banner-cont .breadcrumb-item {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: montserrat-semibold;
  color: var(--tertiary-color);
}

.inner-banner-cont .breadcrumb-item:last-child {
  margin: 0;
}

.inner-banner-cont .breadcrumb-item i {
  color: var(--primary-color);
  font-size: 15px;
}

.inner-banner-cont .breadcrumb-item a {
  display: inline-block;
  font-family: montserrat-semibold;
}

.inner-banner-cont .breadcrumb-item a:hover {
  color: var(--primary-color) !important;
  font-family: montserrat-bold;
}

.inner-banner-cont .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.inner-banner-cont .breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.about-banner-cont .breadcrumb-item.active {
  color: var(--tertiary-color);
}

.animation-bubble {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.animation-bubble div[class^="bubble-"] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../images/bubble.png) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.bubble-1 {
  bottom: -5px;
  left: 68%;
  animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
  bottom: -71px;
  left: 97%;
  animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
  bottom: -71px;
  left: 43%;
  animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
  bottom: -3.8px;
  left: 82%;
  animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
  bottom: -73.4px;
  left: 29%;
  animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
  bottom: -71px;
  left: 41%;
  animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
  bottom: -79.4px;
  left: 14%;
  animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
  bottom: -115.4px;
  left: 90%;
  animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
  bottom: -44.6px;
  left: 33%;
  animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
  bottom: -6.2px;
  left: 59%;
  animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }

  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}

/* inner banner css ends */

.about-inner-box.padd {
  padding: 80px 0;
}

.about-inner-text p {
  margin: 0 0 15px 0;
}

.about-inner-text p:last-child {
  margin: 0;
}

.value {
  width: 30%;
  border-radius: 20px;
  padding: 30px;
  background: #f4f4f4;
  transition: all 0.5s;
  margin: 40px 0 0 0;
}

.value-icon {
  width: 90px;
  height: 90px;
  background: var(--primary-color);
  border: 2px solid var(--secondary-color);
  transition: all 0.5s;
  transform-style: preserve-3d;
}

.value-icon img {
  width: 65%;
  transition: all 0.5s;
  filter: invert(1);
}

.value-text {
  margin: 20px 0 0 0;
}

.value-text h3 {
  font-size: 25px;
  transition: all 0.5s;
}

.value-text p {
  color: var(--fourth-color);
  transition: all 0.5s;
  margin: 10px 0 0 0;
}

.value:hover {
  background: var(--primary-color);
}

.value:hover .value-icon {
  transform: rotateY(180deg);
  background: var(--secondary-color);
  border-color: var(--tertiary-color);
}

.value:hover .value-icon img {
  filter: brightness(0) invert(1);
}

.value:hover .value-text p {
  color: var(--tertiary-color);
}

.counter-box {
  width: 100%;
  background: var(--secondary-color);
}

.counter-box.padd {
  padding: 40px 0 80px 0;
}

.counter {
  margin: 40px 0 0 0;
  padding: 0 30px 0 0;
  text-align: center;
}

.counter-box .col-lg-3:last-child .counter {
  padding: 0;
}

.counter-head h2 {
  color: var(--tertiary-color);
  font-family: montserrat-bold;
}

.counter-head span {
  font-size: 50px;
  color: var(--primary-color);
  font-family: montserrat-bold;
  margin: 0 0 0 5px;
}

.counter p {
  color: var(--tertiary-color);
  font-size: 20px;
}

.work-box {
  width: 100%;
}

.work {
  width: 20%;
  margin: 40px 0 0 0;
}

.work-icon {
  width: 150px;
  height: 150px;
  /* background: var(--tertiary-color); */
  position: relative;
}

.work-icon img {
  width: 40%;
  filter: brightness(0) invert(1);
  transition: all 0.5s;
  transform-style: preserve-3d;
}

.work-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-image: url(../images/mask-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 80% 80%;
  background: linear-gradient(rgba(156, 229, 229, 0), var(--primary-color));
  transition: all 0.5s;
}

.work-head {
  margin: 20px 0 0 0;
  flex-wrap: wrap;
}

.work-head-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  font-family: montserrat-bold;
  background: var(--tertiary-color);
  border-radius: 50% 50% 0 0;
  border-bottom: 5px solid var(--secondary-color);
  font-size: 32px;
  color: var(--primary-color);
  margin: 0 auto;
  transition: all 0.5s;
}

.work-head-text {
  width: 100%;
  margin: 15px 0 0 0;
}

.work-head-text h3 {
  font-size: 20px;
  font-family: poppins-medium;
  transition: all 0.5s;
}

.work-text {
  margin: 15px 0 0 0;
}

.work:hover .work-icon::before {
  background: linear-gradient(rgba(156, 229, 229, 0), var(--secondary-color));
}

.work:hover .work-icon img {
  transform: rotateY(180deg);
}

.work:hover .work-head-icon {
  background: var(--primary-color);
  color: var(--tertiary-color);
}

.work:hover .work-head-text h3 {
  color: var(--secondary-color);
}

.faq-one {
  width: 95%;
  margin: 40px 0 0 0;
}

.faq {
  box-shadow: 0 0 5px #ddd;
  margin: 0 0 20px 0;
  border-radius: 8px;
}

.faq:last-child {
  margin: 0;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
}

.toggle-icon {
  width: 20px;
  font-size: 18px;
  color: var(--secondary-color);
}

.question h3 {
  font-size: 18px;
  font-family: montserrat-semibold;
  transition: all 0.3s;
  width: calc(100% - 30px);
}

.question.active {
  border-bottom: 1px solid #ddd;
  border-radius: 8px 8px 0 0;
}

.question.active h3 {
  color: var(--primary-color);
}

.question.active .toggle-icon {
  color: var(--primary-color);
}

.answer {
  width: 100%;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  display: none;
}

.faq-two {
  width: 100%;
  margin: 40px 0 0 0;
}

.faq-sec {
  box-shadow: 0 0 5px #ddd;
  margin: 0 0 20px 0;
  border-radius: 8px;
}

.faq-sec:last-child {
  margin: 0;
}

.question-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
}

.question-sec h3 {
  font-size: 18px;
  font-family: montserrat-semibold;
  transition: all 0.3s;
  width: calc(100%-30px);
}

.question-sec.active {
  border-bottom: 1px solid #ddd;
  border-radius: 8px 8px 0 0;
}

.question-sec.active h3 {
  color: var(--primary-color);
}

.question-sec.active .toggle-icon {
  color: var(--primary-color);
}

/* about css ends */

.contact-form-box {
  width: 100%;
  background: rgba(30, 85, 127, 0.1);
}

.contact-image {
  width: 90%;
}

.contact-image h5 {
  color: var(--fourth-color);
  display: inline-block;
  padding: 0 0 0 50px;
  position: relative;
}

.contact-image h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: var(--fourth-color);
}

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

.contact-flex {
  width: 100%;
  padding: 20px;
  flex-wrap: wrap;
  background: var(--tertiary-color);
  border-radius: 20px;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  transition: all 0.8s;
  font-size: 30px;
  border-radius: 10px;
  color: var(--fourth-color);
}

.contact-icontext {
  width: calc(100% - 100px);
}

.contact-icontext h3 {
  font-size: 25px;
  color: var(--fourth-color);
  text-transform: capitalize;
}

.contact-flex:hover {
  background: #1e5c29;
}

.contact-flex:hover .contact-icon {
  transform: rotateY(180deg);
  background: var(--tertiary-color);
  color: var(--secondary-color) !important;
}

.contact-icontext p {
  margin: 5px 0 0 0;
  text-transform: capitalize;
}

.contact-icontext a {
  color: #454545;
  font-family: poppins-medium;
  font-size: 16px;
  margin: 5px 0 0 0;
  display: inline-block;
  text-transform: capitalize;
}

.contact-flex:hover .contact-icontext h3 {
  color: var(--secondary-color);
}

.contact-flex:hover .contact-icontext a {
  color: #ffffff;
}

.contact-flex:hover .contact-icontext a:hover {
  color: var(--fourth-color);
}

.contact-flex:hover .contact-icontext p {
  color: #ffffff;
}

.cont-info {
  margin: 15px 0 0 0;
}

.contact-text h5 {
  color: var(--fourth-color);
  display: inline-block;
  padding: 0 0 0 50px;
  position: relative;
}

.contact-text h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: var(--fourth-color);
}

.contact-form {
  background: var(--tertiary-color);
  border-radius: 10px;
  border-top: 13px solid var(--primary-color);
  padding: 30px;
  margin: 30px 0 0 0;
}

.contact-form p {
  margin: 0;
}

.contact-form br {
  display: none;
}

.form-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-input {
  width: 48%;
}

.form-input label {
  font-size: 15px;
  font-family: montserrat-semibold;
  display: block;
  margin: 0 0 10px 0;
  color: var(--primary-color);
}

.form-input input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  outline: none;
  background-color: #f5f5f5;
  border-radius: 5px;
  transition: all 0.5s;
  margin: 0 0 20px 0;
}

.form-input input:focus {
  border-color: var(--primary-color);
}

.form-input select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  outline: none;
  background-color: #f5f5f5;
  border-radius: 5px;
  transition: all 0.5s;
  appearance: none;
  margin: 0 0 20px 0;
}

.form-input
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  right: 1px;
  width: 20px;
  transform: translateY(-50%) !important;
  height: auto !important;
}

.form-input
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 9px 10px !important;
  height: auto !important;
  line-height: normal !important;
}

.form-input .select2-container .select2-selection--single {
  height: auto !important;
}

.form-input .select2-container {
  width: 100% !important;
  margin: 0 0 15px 0 !important;
}

.form-input
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.form-input .select2-container--default .select2-selection--single {
  border-radius: 5px !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #e6e6e6 !important;
  transition: all 0.5s;
}

.form-input .select2-container--default .select2-selection--single:focus {
  border-color: var(--primary-color) !important;
}

.form-input
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #898989;
  font-family: poppins;
}

.form-service {
  width: 100%;
}

.form-service label {
  font-size: 15px;
  font-family: montserrat-semibold;
  display: block;
  margin: 0 0 10px 0;
  color: var(--primary-color);
}

.form-service textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  outline: none;
  background-color: #f5f5f5;
  border-radius: 5px;
  transition: all 0.5s;
  margin: 0 0 20px 0;
}

.form-service textarea:focus {
  border-color: var(--primary-color);
}

.form-checkbox {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin: 0 0 20px 0;
}

.form-checkbox input {
  margin: 0 10px 0 0;
  accent-color: var(--secondary-color);
}

.form-checkbox label {
  font-family: poppins;
  color: #454545;
  font-size: 15px;
  margin: 0;
}

.contact-submit {
  display: inline-block;
  padding: 10px 30px;
  background: var(--primary-color);
  color: var(--tertiary-color);
  font-size: 18px;
  outline: none;
  border: none;
  transition: all 0.5s;
  border-radius: 5px;
}

.contact-submit:hover {
  background: var(--fourth-color);
}

.contact-map {
  width: 100%;
  height: 450px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

/* contact css ends */

.service-sidebar {
  width: 100%;
  position: sticky;
  top: 80px;
}

.service-list {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  background: #195a25;
  position: static;
  z-index: -3;
}

.service-list h5 {
  color: var(--secondary-color);
  display: inline-block;
  position: relative;
  padding: 0 50px 0 0;
}

.service-list h5::before {
  width: 40px;
  height: 1px;
  background: var(--secondary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
}

.service-list h3 {
  font-size: 35px;
  margin: 0;
  color: white;
}

.service-list ul {
  margin: 20px 0 0 0;
}

.service-list ul li a {
  background: var(--tertiary-color);
  padding: 15px;
  width: 100%;
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 17px;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  color: var(--secondary-color);
}

.service-list ul li:last-child a {
  margin: 0;
}

.service-list ul li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: var(--secondary-color);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 6px;
}

.service-list ul li a:hover::before {
  width: 100%;
}

.service-list ul li a:hover {
  color: var(--tertiary-color);
}

.service-list ul li a i {
  margin: 0 10px 0 0;
  transform: rotate(45deg);
}

.service-list ul li.active a {
  background: var(--secondary-color);
  color: var(--tertiary-color);
}

.service-formbox {
  margin: 40px 0 0 0;
  padding: 20px;
  background: #f5f5f5;
}

.service-formbox h5 {
  color: var(--secondary-color);
  display: inline-block;
  position: relative;
  padding: 0 50px 0 0;
}

.service-formbox h5::before {
  width: 40px;
  height: 1px;
  background: var(--secondary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
}

.service-formbox h3 {
  font-size: 35px;
  margin: 0;
  color: var(--primary-color);
}

.service-formbox form {
  width: 100%;
  margin: 20px 0 0 0;
}

.service-formbox p {
  margin: 0;
}

.service-formbox br {
  display: none;
}

.service-input {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  outline: none;
  background-color: var(--tertiary-color);
  border-radius: 5px;
  transition: all 0.5s;
  margin: 0 0 10px 0;
  color: var(--fourth-color);
}

.service-input::placeholder {
  color: #000;
  opacity: 1;
}

.service-input:focus {
  border-color: var(--primary-color);
}

.service-select {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  outline: none;
  background-color: var(--tertiary-color);
  border-radius: 5px;
  transition: all 0.5s;
  margin: 0 0 10px 0;
  color: var(--fourth-color);
}

.service-select:focus {
  border-color: var(--primary-color);
}

.service-area {
  width: 100%;
  height: 70px;
  padding: 10px;
  font-size: 14px;
  color: var(--secondary-color);
  border: 1px solid #e6e6e6;
  outline: none;
  background-color: var(--tertiary-color);
  border-radius: 5px;
  transition: all 0.5s;
  margin: 0 0 10px 0;
  color: var(--fourth-color);
}

.service-area::placeholder {
  color: #000;
  opacity: 1;
}

.service-area:focus {
  border-color: var(--primary-color);
}

.service-checkbox {
  width: 100%;
  display: flex;
  align-items: baseline;
}

.service-checkbox input {
  margin: 0 10px 0 0;
  accent-color: var(--primary-color);
}

.service-checkbox label {
  font-family: poppins;
  color: #333;
  font-size: 15px;
  margin: 0;
}

.service-submit {
  margin: 20px 0 0 0;
  display: inline-block;
  font-family: poppins-bold;
  color: var(--tertiary-color);
  background: var(--primary-color);
  padding: 10px 20px;
  transition: all 0.5s;
  border: none;
  outline: none;
  border-radius: 5px;
}

.service-submit:hover {
  background: var(--secondary-color);
}

.service-detail-text {
  width: 95%;
  margin: 0 0 0 auto;
}

.service-detail-text h5 {
  color: var(--primary-color);
  display: inline-block;
}

.service-detail-text h2 {
  margin: 0;
}

.detail-image {
  width: 100%;
  height: 500px;
  margin: 30px 0 10px 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.8s;
}

.detail-image:hover img {
  transform: scale(1.1);
}

.detail-image::before {
  content: "";
  position: absolute;
  left: -290px;
  top: 0;
  height: 100%;
  width: 20%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition: all 1s ease-in-out;
  z-index: 999;
}

.detail-image:hover::before {
  transform: translateX(1110px) skewX(-25deg);
}

.service-detail-text p {
  margin: 20px 0 0 0;
}

.detail-flexbox {
  width: 100%;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}

.detail-imagetext {
  width: 48%;
}

.detail-image-box {
  width: 48%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.detail-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.detail-image-box::before {
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  height: 100%;
  width: 20%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition: all 1s ease-in-out;
  z-index: 999;
}

.detail-image-box:hover::before {
  transform: translateX(1110px) skewX(-25deg);
}

.service-detail-text h4 {
  font-size: 25px;
  color: var(--primary-color);
  margin: 20px 0 0 0;
}

.service-detail-text ul li {
  margin: 20px 0 0 0;
  position: relative;
  padding: 0 0 0 40px;
}

.service-detail-text ul li::before {
  content: url(../images/check.png);
  width: 15px;
  top: 4;
  left: 0;
  position: absolute;
}

.service-detail-text ul li b {
  color: var(--secondary-color);
}

/* .service-detail-text ul li:last-child {
  margin: 0;
} */

.service-detail-text ul li i {
  color: var(--primary-color);
  margin: 0 10px 0 0;
}

.service-related {
  width: 100%;
}

.service-related {
  width: 100%;
}

.service-slider .item {
  width: 90%;
  margin: 0 auto;
}

.service-slider .item .service {
  width: 100%;
  text-align: left;
}

.service-slider .item .service-icon img {
  width: 65% !important;
}

/* service detail css ends */

.blog-detail {
  width: 95%;
  text-align: left;
}

.blog-detail ul {
  margin: 10px 0 0 0;
  display: inline-block;
}

.blog-detail ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.blog-detail ul li:last-child {
  margin: 0;
}

.blog-detail ul li i {
  margin: 0 10px 0 0;
  color: var(--primary-color);
}

.blog-detail-image {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 30px 0 10px 0;
}

.blog-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 10px;
}

.blog-detail-image::before {
  content: "";
  position: absolute;
  left: -290px;
  top: 0;
  height: 100%;
  width: 20%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition: all 1s ease-in-out;
  z-index: 999;
}

.blog-detail-image:hover::before {
  transform: translateX(1110px) skewX(-25deg);
}

.blog-detail p {
  margin: 20px 0 0 0;
}

.blog-detail h4 {
  color: var(--primary-color);
  font-size: 25px;
  margin: 20px 0 0 0;
}

.blog-detail h4 + ul {
  margin: 0;
}

.blog-detail h4 + ul li {
  margin: 20px 0 0 0;
  padding: 0 0 0 40px;
  position: relative;
}

.blog-detail h4 + ul li:last-child {
  margin: 20px 0 0 0;
}

.blog-detail h4 + ul li::before {
  content: url(../images/check.png);
  width: 15px;
  top: 4;
  left: 0;
  position: absolute;
}

.blog-detail h4 + ul li b {
  color: var(--secondary-color);
}

.blog-sidebar {
  width: 100%;
  position: sticky;
  top: 80px;
  text-align: left;
}

.blog-list {
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.blog-list h5 {
  padding: 0 50px 0 0;
  position: relative;
  display: inline-block;
}

.blog-list h5::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 1px;
  background: var(--primary-color);
  content: "";
  transform: translateY(-50%);
}

.blog-list h3 {
  color: var(--secondary-color);
  font-size: 35px;
}

.blog-list-flex {
  margin: 30px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d7d7d7;
}

.blog-list-flex:last-child {
  padding: 0;
  border-bottom: none;
}

.blog-icon {
  width: 80px;
  height: 80px;
  margin: 0 30px 0 0;
}

.blog-icontext a {
  color: var(--fourth-color);
  font-size: 17px;
  display: inline-block;
}

.blog-icontext a:hover {
  color: var(--primary-color);
}

.blog-icontext ul {
  display: inline-block;
  margin: 10px 0 0 0;
}

.blog-icontext ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 14px;
}

.blog-icontext ul li:last-child {
  margin: 0;
}

.blog-icontext ul li i {
  color: var(--secondary-color);
  margin: 0 5px 0 0;
}

.blog-form-sidebar {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 10px;
  margin: 40px 0 0 0;
}

.blog-sidebar-image {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blog-sidebar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.8s;
}

.blog-sidebar-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: inset 0px -250px 100px -40px rgba(30, 85, 127, 0.9);
  color: #1e557f;
  z-index: 1;
}

.blog-sidebar-form-text {
  position: absolute;
  padding: 20px 30px 30px 30px;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.blog-sidebar-form-text p {
  margin: 10px 0 0 0;
}

.blog-sidebar-form-text p a i {
  margin: 0 10px 0 0;
  color: var(--primary-color);
}

.blog-sidebar-form-text p a:hover {
  color: var(--primary-color) !important;
}

.blog-sidebar-form-text p a:hover i {
  color: var(--tertiary-color);
}

/* blog-detail css ends */

.testimonial-inner-box {
  width: 100%;
  background: #e6e6e6;
}

.testimonial-inner-box .testimonial-headtext h5 {
  color: var(--primary-color);
}

.testimonial-inner-box .testimonial-headtext p {
  color: #454545;
}

.testimonial-row {
  width: 100%;
  flex-wrap: wrap;
}

.testimonial-row .testimonial-card {
  width: 48%;
}

/* testimonial css ends  */

.gallery-box {
  width: 100%;
}

.gallery-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery {
  width: 32%;
  height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: 40px 0 0 0;
}

.gallery:last-child {
  margin: 40px auto 0 auto;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: all 1s;
  cursor: pointer;
}

.gallery:hover img {
  transform: scale(1.2);
}

.gallery-abso {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.gallery-abso a {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 25px;
  color: var(--tertiary-color);
  border-radius: 50%;
  background: var(--primary-color);
  transition: all 1s;
  cursor: pointer;
}

.gallery-abso a:hover {
  background: var(--tertiary-color);
  color: var(--secondary-color);
}

.gallery:hover .gallery-abso {
  top: 0;
}

.gallery:hover .gallery-abso a {
  top: 50%;
}

.mfp-image-holder .mfp-content {
  max-width: 500px !important;
}

/* gallery css ends */

.service-row {
  column-gap: 30px;
}

/* media query starts */

@media only screen and (max-width: 1399.2px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 48px;
  }

  .counter-head span {
    font-size: 48px;
  }

  .about-image-text-one {
    width: 70%;
  }

  .about-image-text-two {
    width: 90%;
  }

  .about-image-text-two {
    padding: 0 0 0 140px;
  }

  .about-image-text-two p {
    padding: 10px 0;
  }

  .service-icon {
    width: 70px;
    height: 70px;
  }

  .choose-box .about-shape-one {
    width: 300px;
  }

  .inner-banner-cont {
    padding: 15% 0 0 0;
  }

  .work-icon {
    width: 120px;
    height: 120px;
  }

  .menu ul li {
    margin: 0 15px 0 0;
  }
}

@media only screen and (max-width: 1361px) {
  .banner-cont h1 {
    width: 60%;
  }
	
	    .menu ul li {
        margin: 0 11px 0 0 !important;
    }

  .banner-cont p {
    width: 60%;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 45px;
  }

  .counter-head span {
    font-size: 45px;
  }
  .about-image-two {
    height: 300px;
  }

  .about-count-head h3 {
    font-size: 30px;
  }

  .about-inner-box.padd {
    padding: 80px 0;
  }

  .about-inner-box .about-shape-two {
    top: 70%;
  }
}

@media only screen and (max-width: 1352px) {
  .menu ul li {
    margin: 0 9px 0 0 !important;
  }

  .work-icon {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 1321px) {
  .choose-quote-box h3 {
    width: 40%;
  }
	
	.menu ul li {
        margin: 0 12px 0 0 !important;
    }
	
	.menu ul li a {
    font-size: 13px !important;
}
	
}

@media only screen and (max-width: 1301px) {
  .service-icon {
    transform: translateY(10px);
  }
    .menu ul li a {
        font-size: 12.5px !important;
    }
  .service:hover .service-icon {
    transform: rotateY(180deg) translateY(10px);
  }

  .inner-banner-cont {
    padding: 18% 0 0 0;
  }
}

@media only screen and (max-width: 1280px) {
	
	.menu ul li {
        margin: 0 10px 0 0 !important;
    }

}

@media only screen and (max-width: 1255.2px) {
  .banner {
    height: 600px;
  }
	
	.menu ul li {
        margin: 0 7px 0 0 !important;
    }

  .banner-cont ul {
    margin: 20px 0 0 0;
  }

  .banner-cont h1 {
    width: 70%;
  }

  .banner-cont p {
    width: 70%;
  }

  .banner-cont {
    padding: 12% 0 0 0;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 40px;
  }

  .counter-head span {
    font-size: 40px;
  }

  .news-text h2 {
    font-size: 40px;
  }

  h5 {
    font-size: 15px;
  }

  .padd {
    padding: 40px 0;
  }

  .custom-margin {
    margin: 40px 0;
  }

  .margin-sec {
    margin: 0 0 40px 0;
  }

  .banner-top-icon {
    width: 70px;
    height: 70px;
  }

  .banner-top-icontext h3 {
    font-size: 20px;
  }

  .banner-top-image {
    height: 130px;
  }

  .about-info {
    font-size: 20px;
  }

  .about-icon {
    width: 70px;
    height: 70px;
  }

  .about-text ul li {
    font-size: 18px;
  }

  .choose {
    width: 32%;
  }

  .choose h3 {
    font-size: 24px;
  }

  .choose-icon {
    width: 70px;
    height: 70px;
  }

  .choose-quote-box h3 {
    font-size: 24px;
  }

  .testimonial-headtext {
    padding: 0;
  }

  .blog-text h3 a {
    font-size: 24px;
  }

  .service-icontext h3 a {
    font-size: 23px;
  }

  .about-count-head h3 {
    font-size: 24px;
  }

  .footer-link h3 {
    font-size: 24px;
  }

  .footer {
    padding: 40px 0;
  }

  .about-counter p {
    font-size: 12px;
  }

  .newsletter-box.padd {
    padding: 40px 0;
  }

  .testimonial-icontext h3 {
    font-size: 24px;
  }

  .client {
    width: 70px;
    height: 70px;
  }

  .news-text p {
    font-size: 18px;
  }

  .inner-banner {
    height: 300px;
  }

  .inner-banner-cont {
    padding: 12% 0 0 0;
  }

  .value-text h3 {
    font-size: 24px;
  }

  .value-icon {
    width: 70px;
    height: 70px;
  }

  .work-head-icon {
    width: 70px;
    height: 70px;
    font-size: 35px;
  }

  .question h3 {
    font-size: 17px;
  }

  .toggle-icon {
    font-size: 15px;
  }

  .counter-box.padd {
    padding: 10px 0 40px 0;
  }

  .work {
    width: 20%;
  }

  .work:last-child {
    margin: 40px auto 0 auto;
  }

  .work-icon {
    width: 70px;
    height: 70px;
  }

  .about-inner-box.padd {
    padding: 40px 0;
  }

  .counter p {
    font-size: 18px;
  }

  .contact-icontext h3 {
    font-size: 24px;
  }

  .contact-icon {
    margin: 0 !important;
  }

  .contact-icontext {
    width: calc(100% - 90px);
  }

  .contact-map {
    height: 400px;
  }

  .service-list ul li a {
    font-size: 16px;
  }

  .service-list h3 {
    font-size: 30px;
  }

  .service-formbox h3 {
    font-size: 30px;
  }

  .detail-image {
    height: 400px;
  }

  .service-detail-text h4 {
    font-size: 24px;
  }

  .single-blog-banner .inner-banner-cont {
    padding: 9% 0 0 0;
  }

  .blog-detail-image {
    height: 400px;
  }

  .blog-detail h4 {
    font-size: 24px;
  }

  .blog-icontext a {
    font-size: 16px;
  }

  .blog-icon {
    width: 70px;
    height: 70px;
  }

  .blog-sidebar-form-text h3 {
    font-size: 24px;
  }

  .blog-list {
    padding: 20px;
  }

  .blog-list h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1241px) {
  .menu ul li {
    margin: 0px 4px 0 0 !important;
  }

  .menu {
    width: 100%;
  }
}

@media only screen and (max-width: 1201px) {
  h1 {
    font-size: 35px;
  }
  
  .service-icontext h3 {
    font-size: 1rem;
}

  h2 {
    font-size: 35px;
  }

  .counter-head span {
    font-size: 35px;
  }

  .news-text h2 {
    font-size: 35px;
  }

 .banner-top-icontext h3 {
    font-size: 17px;
    line-height: normal;
}

  .about-count-head h3 {
    font-size: 24px;
  }

  .about-count-head span {
    font-size: 24px;
  }

  .about-image-text-two {
    padding: 0 0 0 100px;
    text-align: center;
  }

  .about-image-text-one {
    padding: 0 0 0 100px;
    text-align: center;
  }

  .click-btn {
    right: -15px;
  }

  .banner-cont p {
    font-size: 16px;
  }

  .banner-cont {
    padding: 15% 0 0 0;
  }

  .choose-box .about-shape-one {
    width: 270px;
  }

  .form-popup-box h2 {
    font-size: 30px;
  }

  .inner-banner-cont {
    padding: 15% 0 0 0;
  }

  .single-blog-banner .inner-banner-cont {
    padding: 12% 0 0 0;
  }
	
	    .menu ul li {
        margin: 0px 7px 0 0 !important;
    }
	
	.menu ul li a {
        font-size: 12px !important;
    }
	
}

@media only screen and (max-width: 1150px) {
    .topbar::after {
    width: 100%;
    clip-path: unset;
}
	
	.menu ul li a {
        font-size: 11px !important;
    }
	
	    .menu ul li {
        margin: 0px 10px 0 0;
    }
	
}

@media only screen and (max-width: 1162px) {
  .banner-top-image a {
    padding: 8px 20px;
  }
	
	    .menu ul li {
        margin: 0px 11px 0 0 !important;
    }
	
	.menu ul li a {
        font-size: 11px !important;
    }
	
	.banner-top-icontext h3 {
        font-size: 16px;
        line-height: normal;
    }
	
}

@media only screen and (max-width: 1151px) {
	
	.menu ul li {
        margin: 0px 9px 0 0 !important;
    }
	
  .service-icon-box {
    flex-direction: column-reverse;
  }

  .service-icon {
    margin: 0 auto 15px 0;
    transform: translateY(0);
  }

  .service:hover .service-icon {
    transform: rotateY(180deg) translateY(0px);
  }

  .service-icontext {
    width: 100%;
    text-align: left;
  }

  .service-text {
    padding: 40px 0 0 20px;
  }

  .service {
    width: 32%;
  }

  .about-image-text-two {
    width: 83%;
    padding: 0 0 0 50px;
    text-align: left;
    left: 80px;
  }

  .about-image-text-one {
    width: 80%;
    padding: 0 0 0 50px;
    text-align: left;
    left: 80px;
  }

  .service-icontext h3::before {
    top: 0;
  }

  .service-icontext h3::after {
    top: 5px;
  }

  .blog-image {
    height: 250px;
  }

  .service-row .service {
    width: 31%;
  }

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

  .blog-icontext {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .blog-icon {
    margin: 0;
  }
}

@media only screen and (max-width: 1140px) {

	.menu ul li {
        margin: 0px 9px 0 0 !important;
    }
	
	    .banner-cont {
        padding: 8% 0 0 0;
    }
	
	.banner {
        height: 470px;
    }
	
}

@media only screen and (max-width: 1101px) {
  .menu ul li {
    margin: 0px 4px 0 0 !important;
  }

  .click-btn {
    right: -15px;
  }
}

@media only screen and (max-width: 1046.2px) {
  .menu ul li a {
    font-size: 10px !important;
  }
	
	.menu ul li {
        margin: 0px 4px 0 0 !important;
    }

  .banner-top-image a {
    padding: 8px 15px;
  }
	
	.farmers-box-sec .farmers-square-box {
    height: 470px !important;
}
	
	
}

@media only screen and (max-width: 1024px) {

	.menu ul li {
        margin: 0px 3px 0 0 !important;
    }
	
}

@media only screen and (max-width: 991.2px) {
	
	.about-inner-text p {
    margin: 15px 0 15px 0;
}
	
	.why-tomatoes-sec img {
    width: 100%;
    height: 450px !important;
}
	
	.why-tomatoes-text.wow.fadeInUp {
    margin-top: 40px;
}
	
	    .farmers-box-sec .farmers-square-box {
        height: auto !important;
    }
	
	.jj-team-sec .jj-team-img img {
    width: 100%;
    height: 450px !important;
}
	
	
  .mobile-menu {
    display: block;
    font-size: 30px;
    margin: 0 0 0 15px;
    color: var(--fourth-color);
  }

  .mobile-menu:hover {
    color: var(--primary-color);
  }

  .logo {
    width: 15%;
  }

  .offcanvas-header {
    width: 100%;
    background: var(--tertiary-color);
  }

 .offcanvas-header .logo {
    width: 50%;
    position: unset;
}

  .offcanvas-header .logo img {
    width: 60%;
  }

  .offcanvas-header .close-sidebar {
    display: grid;
    place-items: center;
    outline: none;
    border: none;
    background: transparent;
    transition: all 0.5s;
    color: var(--fourth-color);
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 2px solid #dddddd;
    border-radius: 50%;
  }

  .offcanvas-header .close-sidebar:hover {
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
  }

  .offcanvas-header .close-sidebar i {
    transition: all 0.3s;
  }

  .offcanvas-header .close-sidebar:hover i {
    transform: rotate(90deg);
  }

  .offcanvas-header .close-sidebar:hover {
    background: var(--primary-color);
    color: var(--tertiary-color);
    border: transparent;
  }

  .menu {
    display: none;
  }

  .offcanvas-body {
    padding: 20px 20px 0 20px;
  }

  .offcanvas-body .menu {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
  }

  .offcanvas-body .menu ul {
    width: 100%;
    padding: 0;
  }

  .offcanvas-body .menu ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .offcanvas-body .menu ul li a {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #e0e0e0;
    display: block;
    font-size: 16px;
  }

  .offcanvas-body .menu ul li:last-child a {
    margin: 0;
  }

  .offcanvas-body .menu ul li:hover a {
    letter-spacing: 2px;
  }

  .offcanvas-body .menu ul li.active a {
    color: var(--primary-color);
  }

  .offcanvas-body .menu ul li.active:hover a {
    letter-spacing: normal;
  }

  .menu-btn {
    width: 94%;
  }

  .offcanvas-body .menu-btn {
    width: 100%;
    text-align: left;
    margin: 30px 0 0 0;
    display: none;
  }

  .click-btn {
    top: 5px;
    right: 0;
  }

  .offcanvas-body .menu ul li:hover > ul.sub-menu {
    display: none;
  }

  .offcanvas-body .menu ul li:hover > ul.sub-menu li a {
    letter-spacing: normal;
  }

  .offcanvas-body ul.sub-menu {
    position: static;
    box-shadow: none;
    padding: 0 0 15px 0;
    border-radius: 0;
  }

  .offcanvas-body ul.sub-menu li {
    border-bottom: none;
  }

  .offcanvas-body ul.sub-menu li a {
    padding: 5px 10px;
    border-radius: 0;
    font-size: 14px;
  }

  .about-image-text-one {
    width: 40%;
  }

  .about-image-text-two {
    width: 50%;
  }

  .nav-bar {
    padding: 15px 0;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 30px;
  }

  .counter-head span {
    font-size: 30px;
  }

  .news-text h2 {
    font-size: 30px;
  }
  
  

.banner-top-icontext h3 {
    font-size: 16px;
}

  .about-info {
    font-size: 18px;
  }

  .choose h3 {
    font-size: 22px;
  }

  .blog-text h3 a {
    font-size: 22px;
  }

  .service-icontext h3 a {
    font-size: 22px;
  }

  .about-count-head h3 {
    font-size: 22px;
  }

  .footer-link h3 {
    font-size: 22px;
  }

  .testimonial-icontext h3 {
    font-size: 22px;
  }

  .about-count-head h3 {
    font-size: 22px;
  }

  .about-count-head span {
    font-size: 22px;
  }

  .banner-cont h1 {
    width: 100%;
  }

  .banner-cont p {
    width: 100%;
  }

  .form-popup-box h2 {
    font-size: 28px;
  }

  .banner-cont {
    padding: 10% 0 0 0;
  }

  .banner {
    height: 500px;
  }

  .about-text {
    margin: 0px 0 0 0;
  }

  .about-shape-one img {
    height: auto;
    width: 250px;
  }

  .about-imagebox {
    width: 100%;
  }

  .about-image-one {
    width: 75%;
  }

  .about-image-two {
    width: 50%;
  }

  .about-icon {
    margin: 0;
  }

  .about-icontext {
    width: calc(100% - 100px);
  }

  .choose {
    width: 48%;
  }

  .choose-quote-box {
    width: 100%;
    padding: 40px 0 40px 30px;
  }

  .choose-quote-box h3 {
    width: auto;
    font-size: 22px;
  }

  .service {
    width: 48%;
  }

  .service:last-child {
    margin: 40px auto 0 auto;
  }

  .testimonial-headtext p {
    padding: 0;
    margin: 15px 0 0 0;
  }

  .blog {
    width: 48%;
  }

  .blog:last-child {
    margin: 40px auto 0 auto;
  }

  .footer {
    padding: 10px 0 40px 0;
  }

  .footer-image {
    margin: 30px 0 0 0;
  }

  .footer-link {
    margin: 30px 0 0 0;
  }

  .footer-contact {
    padding: 0 0 0 15%;
    margin: 30px 0 0 0;
  }

  .footer-contact h3 {
    font-size: 22px;
  }

  .testimonial-icon {
    width: 40px;
    height: 40px;
  }

  .testimonial-icon img {
    width: 20px !important;
  }

  .testimonial-text {
    padding: 30px;
  }

  .news-text p {
    font-size: 16px;
  }

  .service-text p {
    margin: 0 0 20px 0;
  }

  .service-text {
    padding: 20px 0 0 20px;
    margin: 20px 0 0 0;
  }

  .service-icon-box {
    padding: 0;
  }

  .testimonial-head {
    padding: 0 20px 0 0;
  }

 .logo {
    width: 14%;
    top: -15px;
}

  .blog-btn {
    font-size: 16px;
  }

  .news-btn input[type="submit"] {
    font-size: 16px;
  }

  .banner-top-image {
    position: static;
    text-align: right;
    padding: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .banner-top-image a {
    position: static;
    padding: 8px 30px;
    transform: translate(0);
  }

  .banner-top-image::before {
    display: none;
  }

  .banner-top-image img {
    display: none;
  }

  .banner-top .container {
    padding-right: initial;
  }

  .banner-top-text {
    padding: 0;
  }

  .about-shape-one img {
    width: 200px;
  }

  .top-head {
    width: 70%;
  }

  .service-row .service {
    width: 48%;
  }

  .service-row {
    column-gap: 0;
  }

  .service-row.justify-content-center {
    justify-content: space-between !important;
  }

  .inner-banner-cont {
    padding: 18% 0 0 0;
  }

  .gallery {
    width: 48%;
    height: 250px;
  }

  .mfp-image-holder .mfp-content {
    height: 500px !important;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    height: 100% !important;
  }

  .mfp-figure figure {
    height: 100% !important;
  }

  .mfp-figure figure img.mfp-img {
    height: 100% !important;
  }

  .value-text h3 {
    font-size: 22px;
  }

  .value {
    width: 48%;
  }

  .value:last-child {
    margin: 40px auto 0 auto;
  }

  .work {
    width: 48%;
  }

  .counter p {
    font-size: 16px;
  }

  .faq-one {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .faq {
    margin: 30px 0 0 0;
  }

  .faq:last-child {
    margin: 30px 0 0 0;
  }

  .counter {
    padding: 0;
  }

  .contact-icontext h3 {
    font-size: 22px;
  }

  .contact-image {
    width: 100%;
  }

  .contact-text {
    margin: 40px 0 0 0;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin: 0 auto !important;
  }

  .contact-icontext {
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
  }
  
  

  .contact-flex {
    width: 48%;
    margin: 40px 0 0 0 !important;
  }

  /* .contact-flex:last-child{
    margin: 40px auto 0 auto !important;
  } */

  .contact-map {
    height: 350px;
  }

  .service-sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .service-list {
    width: 48%;
    margin: 40px 0 0 0;
  }

  .service-formbox {
    width: 48%;
  }

  .service-detail .row {
    flex-direction: column-reverse;
  }

  .service-detail-text {
    width: 100%;
  }

  .service-detail-text h4 {
    font-size: 22px;
  }

  .notfound .notfound-404 h1 {
    font-size: 100px !important;
  }

  .notfound .notfound-404 {
    height: auto !important;
  }

  .single-blog-banner .inner-banner-cont {
    padding: 15% 0 0 0;
  }

  .blog-detail {
    width: 100%;
  }

  .blog-sidebar-form-text h3 {
    font-size: 22px;
  }

  .blog-list h3 {
    font-size: 22px;
  }

  .blog-sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .blog-list {
    width: 48%;
    margin: 40px 0 0 0;
  }

  .blog-form-sidebar {
    width: 48%;
    position: sticky;
    top: 90px;
  }

  .blog-detail h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 901px) {
  .top-icontext a {
    font-size: 14px;
  }

  .banner-cont p {
    margin: 10px 0 0 0;
  }

  .banner-cont {
    padding: 12% 0 0 0;
  }

 .inner-banner-cont {
    padding: 14% 0 0 0;
}
}

@media only screen and (max-width: 767.2px) {
  .banner-top-image {
    display: block;
    height: auto;
  }

  .banner-top-image {
    display: block;
    height: auto;
    padding: 0;
    text-align: left;
  }

  .banner-top-image {
    margin: 30px 0 0 0;
  }

  .banner-top .container {
    padding: 20px;
  }

  .banner-top .container.shadow {
    box-shadow: 0 0 10px #ddd !important;
  }

  .banner-top {
    margin: 40px 0 0 0;
  }

  .about-image-text-one {
    width: 55%;
  }

  .about-image-text-two {
    width: 70%;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
  }

  .counter-head span {
    font-size: 28px;
  }

  .news-text h2 {
    font-size: 28px;
  }

  .banner {
    height: 450px;
  }

  .banner-cont {
    padding: 15% 0 0 0;
  }

 .logo {
    width: 18%;
}

  .menu-btn {
    width: 94%;
  }

  .about-image-two {
    left: 50%;
  }

  .choose-box .about-shape-one {
    width: 230px;
  }

  .news-input-box {
    margin: 30px 0 0 0;
  }

  .inner-banner-cont {
    padding: 18% 0 0 0;
  }

  .testimonial-row .testimonial-card {
    width: 100%;
  }

  .contact-map {
    height: 300px;
  }

  .service-list h3 {
    font-size: 28px;
  }

  .service-formbox h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 701px) {

  .service-list {
    width: 100%;
  }

  .service-formbox {
    width: 100%;
  }

  .detail-image {
    height: 350px;
  }

  .blog-detail-image {
    height: 350px;
  }

  .blog-list {
    width: 100%;
  }

  .blog-form-sidebar {
    width: 100%;
    position: static;
  }

  .blog-icontext {
    width: calc(100% - 90px);
    margin: 0;
  }
}

@media only screen and (max-width: 651px) {
  .head-icon {
    display: none;
  }
	
	.about-text {
        margin: 30px 0 0 0;
    }

  .topbar::after {
    width: 100%;
    display: none;
  }

  .topbar {
    background: var(--secondary-color);
  }

  .top-head {
    width: 100%;
  }

  .about-image-one {
    height: 400px;
  }

  .about-image-text-two {
    top: 97%;
  }

  .about-image-two {
    top: 30%;
  }

  .inner-banner-cont {
    padding: 22% 0 0 0;
  }

  .single-blog-banner .inner-banner-cont .breadcrumb-item a {
    font-size: 14px;
  }

  .single-blog-banner .inner-banner-cont .breadcrumb-item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 627px) {
  .single-blog-banner .inner-banner-cont {
    padding: 22% 0 0 0;
  }
}

@media only screen and (max-width: 601px) {
  .single-service-banner .inner-banner-cont {
    padding: 25% 0 0 0;
  }
}

@media only screen and (max-width: 576.2px) {
	
	.why-tomatoes-sec img {
        width: 100%;
        height: 400px !important;
    }
	
	.jj-team-sec .jj-team-img img {
        width: 100%;
        height: 400px !important;
    }
	
	
  h1 {
    font-size: 25px;
  }
  .logo {
    width: 20%;
}
  .mobile-menu {
    margin-left: auto;
}

  h2 {
    font-size: 25px;
  }

  .counter-head span {
    font-size: 25px;
  }

  .news-text h2 {
    font-size: 25px;
  }

  .form-popup-box h2 {
    font-size: 25px;
  }

  .footer-icon ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .footer-link {
    padding: 0;
  }

  .footer-contact {
    padding: 0;
  }

  .blog {
    width: 100%;
  }

  .blog-image {
    height: 300px;
  }

  h2 br {
    display: none;
  }

  .service {
    width: 100%;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .choose {
    width: 100%;
  }

  .choose-icon {
    width: 60px;
    height: 60px;
  }

  .about-icon {
    width: 60px;
    height: 60px;
  }

  .about-icontext {
    width: calc(100% - 90px);
  }

  .banner-top-icon {
    width: 60px;
    height: 60px;
  }

  .footer-image img {
    width: 30%;
  }

  .news-input-box p span {
    width: 100%;
  }

  .news-input-box textarea {
    height: 70px;
  }

  .choose-box .about-shape-one {
    width: 200px;
    top: -120px;
  }
  .news-flex-box {
    flex-direction: column;
}

  .menu-btn {
    display: none;
  }

  .offcanvas-body .menu-btn {
    display: block;
  }

  .client {
    width: 60px;
    height: 60px;
  }

  .news-input-box textarea {
    margin: 0 0 20px 0;
  }

  .service-row .service {
    width: 100%;
  }

  .inner-banner {
    height: 250px;
  }

  .inner-banner-cont {
    padding: 18% 0 0 0;
  }

  .gallery {
    width: 100%;
    height: 300px;
  }

  .gallery-abso a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .mfp-image-holder .mfp-content {
    height: 400px !important;
  }

  .value-icon {
    width: 60px;
    height: 60px;
  }

  .work-icon {
    width: 60px;
    height: 60px;
  }

  .value {
    width: 100%;
  }

  .work {
    width: 100%;
  }

  .work-head-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .contact-map {
    height: 250px;
  }

  .contact-flex {
    width: 100%;
  }

  .form-input {
    width: 100%;
  }

  .detail-image {
    height: 300px;
  }

  .service-list h3 {
    font-size: 25px;
  }

  .service-formbox h3 {
    font-size: 25px;
  }

  .single-service-banner .inner-banner-cont {
    padding: 20% 0 0 0;
  }

  .notfound h2 {
    font-size: 18px !important;
  }

  .blog-detail-image {
    height: 300px;
  }
}

@media only screen and (max-width: 551px) {
  .about-image-text-one {
    width: 80%;
    padding: 0 0 0 70px;
    text-align: left;
    left: 50px;
  }

  .about-image-text-two {
    width: 85%;
  }

  .about-image-two {
    top: 37%;
    height: 250px;
  }

  .about-text {
    margin: 36px 0 0 0;
  }

  .footer_copyright p {
    padding: 10px 0;
  }

  .single-blog-banner .inner-banner-cont {
    padding: 18% 0 0 0;
  }
	
	
}

@media only screen and (max-width: 531px) {
  .single-service-banner .inner-banner-cont {
    padding: 25% 0 0 0;
  }

  .single-service-banner .inner-banner-cont .breadcrumb-item {
    font-size: 14px;
  }

  .single-service-banner .inner-banner-cont .breadcrumb-item a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 501px) {
  .banner-top-text {
    flex-wrap: wrap;
  }

  .banner-top-icontext {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .banner-top-icon {
    margin: 0;
  }

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

  .about-icontext {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .about-image-one {
    height: 300px;
  }

  .about-image-text-one {
    top: 85%;
  }

  .inner-banner-cont {
    padding: 22% 0 0 0;
  }

  .inner-banner-cont .breadcrumb-item a {
    font-size: 15px;
  }

  .inner-banner-cont .breadcrumb-item {
    font-size: 15px;
  }

  .gallery {
    height: 250px;
  }

  .mfp-image-holder .mfp-content {
    height: 300px !important;
  }

  .choose-box .about-shape-one {
    width: 185px;
  }

  .single-service-banner .inner-banner-cont {
    padding: 22% 0 0 0;
  }
}

@media only screen and (max-width: 481px) {
  .choose-box .about-shape-one {
    width: 175px;
  }
	
	.call-to-action-sec .call-to-action-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
	
	.call-to-action-sec .call-to-contact-us {
    margin-bottom: 10px;
}
	
	
}

@media only screen and (max-width: 451px) {

  .banner-cont {
    padding: 18% 0 0 0;
  }

  .choose-box .about-shape-one {
    width: 175px;
    top: -95px;
    transform: rotate(80deg);
  }

  .blog-icontext {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .blog-icon {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 433px) {
/*   .top-head ul {
    flex-wrap: wrap;
  } */

  .top-head ul li {
    margin: 0 0 0px 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .top-head ul li:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 431px) {
  .about-image-text-two {
    padding: 0 0 0 40px;
  }

  .about-image-text-one p {
    font-size: 14px;
  }

  .about-image-text-two p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 406px) {
  .single-blog-banner .inner-banner-cont {
    padding: 26% 0 0 0;
  }
	
	    .about-text {
        margin: 46px 0 0 0 !important;
    }
}

@media only screen and (max-width: 401px) {
  .about-image-two {
    display: none;
  }

  .about-image-one {
    width: 100%;
  }

  .logo {
    width: 30%;
  }
  
  .topbar {
    display: none !important;
}

  .banner-cont {
    padding: 26% 0 0 0;
  }

  .banner {
    height: 500px;
  }

  .about-image-text-one p {
    font-size: 14px;
  }

  .about-image-text-two p {
    font-size: 14px;
  }

  .about-image-text-two {
    width: 82%;
  }

  .testimonial-icon {
    display: none !important;
  }

  .blog-image {
    height: 250px;
  }

  .blog-text {
    padding: 20px;
    
  }

  .about-image-one {
    height: 250px;
  }

  .about-image-text-two {
    top: 99%;
  }

  .inner-banner-cont {
    padding: 30% 0 0 0;
  }

  .choose-box .about-shape-one {
    width: 160px;
  }

  .detail-image {
    height: 250px;
  }

  .notfound h2 {
    font-size: 16px !important;
  }

  .notfound .notfound-404 h1 {
    font-size: 80px !important;
  }

  .blog-detail-image {
    height: 250px;
  }

  .blog-form-sidebar {
    height: 250px;
  }
}

@media only screen and (max-width: 381px) {
  .about-image-text-two p {
    padding: 10px;
  }

  .about-image-text-two {
    width: 75%;
  }

  .single-service-banner .inner-banner-cont {
    padding: 25% 0 0 0;
  }

  .single-blog-banner {
    height: 280px;
  }

  .single-blog-banner .inner-banner-cont {
    padding: 13% 0 0 0;
  }

  .blog-form-sidebar {
    height: 280px;
  }
}

@media only screen and (max-width: 375px) {
  .single-blog-banner .inner-banner-cont {
    padding: 26% 0 0 0;
  }
	
	.about-text {
        margin: 54px 0 0 0;
    }
	
}

@media only screen and (max-width: 351px) {

  .inner-banner-cont {
    padding: 40% 0 0 0;
  }

  .testimonial-icontext p {
    font-size: 15px;
  }

  .testimonial-icontext h3 {
    font-size: 18px;
  }

  .single-blog-banner {
    height: 300px;
  }

  .single-blog-banner .inner-banner-cont {
    padding: 30% 0 0 0;
  }

  .blog-form-sidebar {
    height: 300px;
  }

  .blog-sidebar-form-text {
    padding: 20px;
  }
}

@media only screen and (max-width: 321px) {
  .logo {
    width: 38% !important;
  }

  .testimonial-icontext p {
    font-size: 14px;
  }
	
	.why-tomatoes-sec img {
        width: 100%;
        height: 300px !important;
    }
	
	.farmers-box-sec .farmers-text p {
    font-size: 16px;
    color: #494949;
    text-align: center;
}
	
}


section.Startups-box h2 {
    font-size: 36px;
}
section.Startups-box h3 {
	 font-size: 26px;
}
section.Startups-box h5{
	  font-size: 20px;
	  color: #195a25;
	  margin: 10px 0px !important;
}
section.Startups-box p{font-size: 15px;color: #494949;font-weight: 200;}
section.Startups-box ul{
	padding-left: 24px
}
section.Startups-box ul li {list-style: disc;}
.choose-icon img {
    filter: invert(1);

}
.news-flex-box {
    background: #000000;
    padding: 30px 30px 0px 30px;
    border-radius: 10px;
}

/* Table Container */
.table-responsive {
  margin: 20px 0;
  overflow-x: auto;
}

section.Startups-box.custom-margin h2,
section.Startups-box.custom-margin h3,
section.Startups-box.custom-margin h4,
section.Startups-box.custom-margin h5 {
    color: #195a25;
    margin: 12px 0px !important;
} 

/* Partner Table Styling */
.partner-table {
  width: 100%;
  border-collapse: collapse;
  /* font-family: Arial, sans-serif; */
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* Table Head */
.partner-table thead {
  background: #1f2b44; /* Dark Blue */
  color: #fff;
}
.partner-table th {
  text-align: left;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
}

/* Table Body */
.partner-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

/* Hover Effect */
.partner-table tbody tr:hover {
  background: #f7f7f7;
  transition: background 0.3s ease-in-out;
}
.text-primary {
    color: #195a25 !important;
    font-size: 20px !important;
    font-weight: 800;
}

/* 01.09.2025 */
section.Startups-box.custom-margin p strong {
    font-weight: bold;
}

section.Startups-box.custom-margin ol li
 {
    padding: 2px;
    list-style: disc;
    margin-left: 22px;
}

section.Startups-box.custom-margin ol {
    margin: 10px 0;
}

section.about-box.about-inner-box.text-center.wow.fadeInUp.jai-bihar h4 {
    margin: 12px 0;
    color: #195a25;
}

section.about-box.about-inner-box.text-center.wow.fadeInUp.jai-bihar ul {
    margin: 10px 0;
}
section.about-box.about-inner-box.text-center.wow.fadeInUp.jai-bihar ul li {
    list-style: disc;
    margin: 0 0 0 24px;
    padding: 4px;
    font-size: 16px;
}

section.about-box.about-inner-box.text-center.wow.fadeInUp.jai-bihar
 {
    padding: 40px 0;
}

footer.footer.wow.fadeInUp h3 {
    color: #e18d07;
}

section.Startups-box.custom-margin ul {
    margin: 8px 0;
}

/* -----------14.10.2025-------------------- */
.why-tomatoes-sec{
    background-color: #f5f3f3;
}

.why-tomatoes-sec h5{
    color: #000;
}

.why-tomatoes-sec h2{
/*     font-size: 48px; */
    color: #195a25;
}

.why-tomatoes-sec p{
    font-size: 16px;
    color: #494949;
}

.why-tomatoes-sec .tomatoes-img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 18px;
	position: sticky;
    top: 0;
}

.why-tomatoes-sec img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}

.why-tomatoes-sec img:hover{
    transform: scale(1.1);
    filter: brightness(60%);
    transition: all 0.3s ease-in;
}

.jj-team-sec h5{
   color: #000;
}

.jj-team-sec h2{
    color: #195a25;
}

.jj-team-sec .jj-team-box{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    transition: all 0.3s ease;
}

.jj-team-sec .jj-team-box:hover{
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.jj-team-sec .jj-team-img{
    width: 100%;
    height: auto;
    overflow: hidden;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.jj-team-sec .jj-team-img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
	transition: all 0.4s ease-in-out;
	
}

.jj-team-sec .jj-team-img img:hover{
	filter: brightness(60%);
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
}

.jj-team-sec .jj-team-text{
    padding: 20px 10px;
}

.jj-team-sec .jj-team-text h3{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.jj-team-sec .jj-team-text p{
    font-size: 16px;
    color: #494949;
    text-align: center;
}

.jj-team-sec .team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.jj-team-sec .team-social a {
    width: 40px;
    height: 40px;
    background: #ea7e1e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s 
ease;
}

.jj-team-sec .team-social a:hover{
    background-color: #195a25;
}

section.jj-team-sec.padd {
    background-color: #f5f3f3;
}


.farmers-box-sec .farmers-square-box{
    border-radius: 20px;
    padding: 30px;
    background: #ffffff;
    transition: all 0.5s;
    margin: 40px 0 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s ease-in-out;
	min-height: 400px;

}

.farmers-box-sec .farmers-square-box:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #ea7e1e;
    transition: 0.3s ease-in-out;
}

.farmers-box-sec .farmers-square-box:hover .farmers-text{
    color: #fff;
    transition: 0.3s ease-in-out;
}

.farmers-box-sec .farmers-square-box:hover .farmers-icon{
    background-color: #195a25;
    border: 2px solid #195a25;
    transform: rotateY(180deg);
}


.farmers-box-sec .farmers-icon{
    width: 90px;
    height: 90px;
    background: #195a25;
    border: 2px solid #ea7e1e;
    transition: all 0.5s;
    transform-style: preserve-3d;
}

.farmers-box-sec .farmers-icon img{
    width: 65%;
    transition: all 0.5s;
    filter: invert(1);
}

.farmers-box-sec .farmers-text{
    margin: 20px 0 0 0;
}

.farmers-box-sec .farmers-text h3{
    text-align: center;
    font-size: 25px;
}

.farmers-box-sec .farmers-text p{
    font-size: 16px;
    color: #494949;
}

section.farmers-box-sec.padd ul {
    margin: 0;
    padding-left: 24px;
}

section.farmers-box-sec.padd ul li {
    list-style: none;
    padding: 2px 0;
    position: relative;
}

section.farmers-box-sec.padd ul li::before{
    position: absolute;
    content: url('https://webtestinglink.com/beta/jjjksbihar/wp-content/uploads/2025/10/shapte.png');
    left: -24px;
    top: 8px;
}

.call-to-action-sec{
    background-color: #222;
}

.call-to-action-sec .call-to-action-text h2{
    color: #fff;
    font-size: 2.2rem;
}

.call-to-action-sec .call-to-action-text p{
    color: #ffffff;
}

.call-to-action-sec .call-to-action-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.call-to-action-sec .call-to-contact-us a{
    padding: 8px 24px;
    background-color: #195a25;
    color: white;
    border-radius: 10px;
    font-size: 17px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.call-to-action-sec .call-to-contact-us a:hover{
    background-color: #ea7e1e;
    transition: 0.3s ease-in-out;
}

section.new-vision-sec.padd.apni-class-fifty {
    background-color: #ea7e1e;
}

section.about-box.about-inner-box.padd.text-center.wow.fadeInUp ul {
    margin: 10px 0;
    padding-left: 20px;
}

section.about-box.about-inner-box.padd.text-center.wow.fadeInUp ul li {
    list-style: none;
    font-size: 16px;
    position: relative;
    margin: 0px !important;
    padding: 4px 0;
}

section.about-box.about-inner-box.padd.text-center.wow.fadeInUp ul li::before{
	content: url('https://webtestinglink.com/beta/jjjksbihar/wp-content/uploads/2025/10/shapte.png');
	position: absolute;
	left: -22px;
	top: 6px;
}


section.why-tomatoes-sec.padd a {
    padding: 9px 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s 
ease;
    z-index: 0;
    display: inline-block;
    border-radius: 20px;
    color: var(--tertiary-color);
    background: #195a25;
}

section.why-tomatoes-sec.padd a:hover{
	background: #ea7e1e;
	transition: all 0.6s ease;
}

.new-jjks-chall-sec{
    padding: 80px 0;
}

.new-jjks-chall-sec h2{
    color: #195a25;
    text-align: center;
}

.new-jjks-chall-sec .new-jjks-chall-content .new-jjks-chall-box{
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: -webkit-fill-available;
}

.new-jjks-chall-sec .new-jjks-chall-content .new-jjks-chall-box h4{
    color: #195a25;
    font-size: 24px;
}

.new-jjks-chall-sec .new-jjks-chall-content .new-jjks-chall-box h5{
    color: #195a25;
	font-size: 20px;
    font-weight: 800;
}

.new-jjks-chall-sec .new-jjks-chall-content .new-jjks-chall-box p{
    font-size: 16px;
    color: #494949;
}

.new-jjks-chall-sec .new-jjks-chall-content .new-jjks-chall-box ul{
    padding: 0;
}

.new-jjks-chall-sec .new-jjks-chall-content .new-jjks-chall-box ul li{
    position: relative;
    list-style: none;
    background-color: #ea7e1e;
    margin: 10px 0;
    padding: 6px 10px 6px 30px;
    color: #fff;
    border-radius: 10px;
}

.new-jjks-chall-sec .new-jjks-chall-content .new-jjks-chall-box ul li::before{
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.servicemen h2, .servicemen p {
    color: #f3f3f3;
    margin-bottom: 12px;
}
.servicemen .choose {
    width: 48%;
    text-align: left;
}

.servicemen .choose p {
    color: #555;
}

.servicemen .choose ul li {
    padding-left: 23px;
    position: relative;
}

.servicemen .choose ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    background: var(--secondary-color);
    clip-path: polygon(0 0, 100% 49%, 0 100%, 39% 49%);
}
@media only screen and (max-width: 767px) {
	.servicemen .choose {
    width: 100%;
	}
}
li#menu-item-197, li#menu-item-882 {
    margin: 0 18px 0 0 !important;
}