@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

::-moz-selection {
  background-color: #46b298;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #46b298;
  color: #fff;
  text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  /* height: auto !important; */
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
/**************global css end*******/

#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}

.cta {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  padding: 9px 10px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 90px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  min-width: 160px;
}
/* .cta:after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
} */
.cta:hover {
  border: 1px solid #fff;
  color: #000;
}
.cta:hover:after {
  left: 0;
  opacity: 1;
}
.heading {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  line-height: 70px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.subheading {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
}
/* ==========================wpadminbar============ */
/* #wpadminbar{
  display: none;
} */
/*===================scroll top=================== */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 105%;
  right: 20px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 999999;
  color: #fff;
  text-align: center;
  background: #46b298;
  border: 1px solid #46b298;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 0;
}
.scroll-top.cta {
  min-width: 0;
}
.scroll-top:hover {
  color: #fff;
  border: 1px solid #46b298;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 0.6);
}
.scroll-top.open {
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .section_heading span{
	color: #da1d1b;
} */
/*.container{
  position: relative;
  max-width:1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}*/
/* ====================header================== */
.main_header {
  width: 100%;
  display: block;
  margin: 0;
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main_header .logo {
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.main_header .logo a {
  flex: 0 0 auto;
}
.main_header .logo_text {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding-left: 5px;
  border-left: 1px solid #bababa;
}
.main_header .logo img {
  width: 150px;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
/*====================================== Start navigation ========================================*/
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}

.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 18px;
}

.navigation_sec .nav_sec > ul > li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.navigation_sec .nav_sec > ul > .current-menu-item a{
  background: #46b298;
  border-radius: 23px;
  padding: 6px 15px !important;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
}
.navigation_sec .nav_sec ul li:hover > a,
.navigation_sec .nav_sec ul li.active > a {
  color: #46b298;
}
textarea{resize: none; height: 140px;}
.navigation_sec .nav_sec ul li ul {
  width: 250px;
  background: #46b298;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  margin: 0;
  padding: 0;
}

.navigation_sec .nav_sec ul li:hover ul {
  display: block;
}

.navigation_sec .nav_sec ul li ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.navigation_sec .nav_sec ul li ul li + li {
  border-top: 1px solid #46b298;
}

.navigation_sec .nav_sec ul li ul li a {
  margin: 0;
  padding: 10px 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.navigation_sec .nav_sec ul li ul li:hover a {
  color: #000;
}
span.toggle-menu {
  display: none;
}
.nav_sec li.active {
  background: #46b298;
  border-radius: 23px;
  padding: 6px 15px !important;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.nav_sec li.active a {
  color: #fff !important;
}

/*========================= End navigation ======================*/
.banner_main {
  position: relative;
}
.hero_banner {
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 90px 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #06241d;
  opacity: 0.3;
  z-index: -1;
}
.border_bottom_patern {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
.border_bottom_patern img {
  width: 100%;
}
.hero_banner .banner_content {
  width: 100%;
  display: block;
  margin: 0 auto 50px;
  max-width: 540px;
  text-align: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
}
.hero_banner .banner_content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 10px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
/* .hero_banner .banner_content h2 span {
  color: #da1d1b;
} */
.hero_banner .banner_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.banner_main .swiper-button-next,
.banner_main .swiper-button-prev {
  display: none;
}
.banner_main .swiper-horizontal > .swiper-pagination-bullets,
.banner_main .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner_main .swiper-pagination-custom,
.banner_main .swiper-pagination-fraction {
  bottom: 100px;
  /* display: none; */
}
.banner_main .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.banner_main .swiper-pagination-bullet-active {
  background: #46b298;
}
/* ----------------------about===================== */
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
  margin-top: -100px;
}
.about_inner {
  padding: 40px;
  border-radius: 30px 30px 0 0;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
.about-area .section_top {
  text-align: center;
}
.about-area .section_top .heading {
  font-size: 50px;
  line-height: normal;
  font-weight: 800;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.heading span,
.about-area .section_top .heading span {
  color: #46b298;
}
.about-area .section_top p {
  font-size: 18px;
  font-weight: 400;
  max-width: 825px;
  margin: 0 auto;
  text-align: center;
}
.about-area .section_top .cta {
  margin-top: 90px;
  transition: all 0.5s ease-in-out;
}
.about-area .section_top .cta:hover {
  background: #46b298;
  border: 1px solid #46b298;
  color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
}
.arrow_down {
  text-align: center;
}
.arrow_down img {
  text-align: center;
  display: block;
  margin: 10px auto 0;
}
.about_bottom .row {
  --bs-gutter-x: 60px;
}
.about_bottom .each_about_box {
  padding: 20px;
  border-radius: 10px;
  background: #f5f5f5;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}
.about_bottom .each_about_box img {
  display: block;
  margin: 0 auto 20px;
}
.about_bottom .each_about_box span,
.about_bottom .each_about_box .purecounter {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about_bottom .each_about_box p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.about_bottom .each_about_box:hover {
  background: #46b298;
}
.about_bottom .each_about_box:hover span,
.about_bottom .each_about_box:hover p,
.about_bottom .each_about_box:hover .purecounter {
  color: #fff;
}
.about_bottom .each_about_box:hover img {
  filter: invert(1);
}

/* ====================join_us================= */
.join_us {
  position: relative;
  padding: 0 0 20px;
}
.join_us .join_our_team {
  position: relative;
  padding: 40px 0;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.join_us .join_our_team::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.join_us .join_our_team .heading {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.join_us .join_our_team .subheading {
  color: #fff;
  margin-bottom: 5px;
}
.join_us .join_our_team .section_content {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  max-width: 1065px;
  margin: 0 auto 30px;
}
.join_us .join_our_team .cta {
  border: 1px solid #46b298;
  background: #46b298;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.join_us .join_our_team .cta:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 0.6);
}

/* =====================problem_wrap================ */
.problem_wrap {
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}
.problem_wrap::after {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.problem_wrap::before {
  background-image: url(../images/graphics_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1523px;
  z-index: -1;
}
.problem_wrap .heading {
  background: #46b298;
  max-width: 575px;
  margin: 20px auto;
  padding: 5px;
  font-size: 34px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  border-bottom: 7px solid #000;
  /* -webkit-box-shadow: 0px 7px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 7px 0px 0px rgba(0,0,0,1);
box-shadow: 0px 7px 0px 0px rgba(0,0,0,1); */
}
.problem_slider_wrap,
.problem_wrap .each_problem_slider {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.problem_wrap .each_problem_slider img {
  width: 100%;
  border-radius: 0 20px 20px 0;
}
.problem_wrap .problem_content {
  max-width: 500px;
}
.problem_wrap .each_problem_wrap {
  margin-bottom: 50px;
}
.problem_wrap .each_problem_wrap .row {
  --bs-gutter-x: 60px;
}
.problem_wrap .each_problem_wrap:nth-child(even) .problem_slider_wrap,
.problem_wrap .each_problem_wrap:nth-child(even) .each_problem_slider,
.problem_wrap .each_problem_wrap:nth-child(even) .each_problem_slider img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.problem_wrap .each_problem_wrap:nth-child(even) .problem_content {
  margin-left: 100px;
}
.problem_wrap .problem_content span {
  font-size: 80px;
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #46b298;
  border-radius: 10px;
  margin-bottom: 30px;
}
.problem_wrap .problem_content p {
  font-size: 20px;
}
.problem_wrap .each_problem_wrap:nth-child(even) .row {
  flex-direction: row-reverse;
}
.problem_wrap .arrow_down img {
  margin: 30px auto;
}
.problem_wrap .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
.problem_wrap .swiper-pagination-bullet-active {
  background: #46b298;
}
.problem_wrap .swiper-horizontal > .swiper-pagination-bullets,
.problem_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.problem_wrap .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
}

/* ======================our_solution================== */
.our_solution {
  position: relative;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  padding: 100px 0;
}
.our_solution::before {
  background: rgba(6, 36, 29, 0.8);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.our_solution .graphics_bg_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.our_solution .graphics_bg_top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.our_solution .section_top .subheading {
  color: #fff;
}
.our_solution .section_top .heading {
  color: #fff;
  font-size: 66px;
}
.our_solution .arrow_down img {
  filter: invert(1);
}
.our_solution .all_solution_box {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.our_solution .problem_content span {
  font-size: 80px;
  width: 105px;
  height: 105px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #46b298;
  border-radius: 10px;
  margin-bottom: 30px;
}
.our_solution  .problem_content p {
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
.our_solution .each_solution {
  position: relative;
  padding: 10px;
  background: #fff;
  margin: 30px 0;
  max-width: 360px;
  flex: 0 0 auto;
}
.our_solution .problem_content {
  margin-top: 30px;
}
.our_solution .each_solution img {
  width: 100%;
}
.our_solution .each_solution p {
  font-size: 18px;
  text-align: left;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0 0;
}
.our_solution .arrow_down{
  margin-top: 30px;
}
/* =====================Direct Impact on Farmers==================== */
.direct_impact {
  position: relative;
  /* padding: 60px 0; */
}
.direct_impact .heading {
  font-size: 56px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.direct_impact .impact_wrap {
  display: flex;
  gap: 50px;
  align-items: center;
  background: #46b298;
  margin-top: 35px;
}
.direct_impact .impact_wrap .impact_img img {
  width: 100%;
}
.direct_impact .impact_wrap .impact_content ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.direct_impact .impact_wrap .impact_content ul li img {
  width: 40px;
  height: 40px;
}
.direct_impact .impact_wrap .impact_content ul li p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.direct_impact .impact_wrap .impact_content ul li + li {
  margin-top: 20px;
}
.direct_impact .know_more_about {
  padding: 30px 0;
}
.direct_impact .know_more_about .know_more_left {
  border-left: 14px solid #46b298;
  padding-left: 25px;
}
.direct_impact .know_more_about .know_more_left span {
  font-size: 24px;
  font-weight: 400;
}
.direct_impact .know_more_about .know_more_left .heading {
  font-size: 56px;
  font-weight: 700;
  text-align: left;
  line-height: 60px;
  margin: 0;
  text-transform: capitalize;
}

.direct_impact .know_more_about .know_more_right p {
  font-size: 15px;
  margin: 0;
}
/* ===================video_section=============== */
.video_section {
  position: relative;
}
.video_section .video_slider .each_big_video img {
  width: 100%;
}
.video_section .video_slider .each_big_video {
  position: relative;
}
.video_section .video_slider .each_big_video::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video_section .video_slider .each_big_video .video_btn {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_section .video_slider .each_big_video .video_btn i {
  font-size: 76px;
  color: #fff;
}
.video_section .video_slider .each_big_video .video_btn p {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.video_section .video_list {
  margin-top: -100px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.video_section .video_list .video_thumb .each_video_thumb {
  position: relative;
  z-index: 1;
  border: 5px solid #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.video_section .video_list .video_thumb .each_video_thumb::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.video_section .video_list .video_thumb .each_video_thumb img {
  width: 100%;
}

/*======================testimonial_sec======================= */

.testimonial_sec {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  z-index: 1;
}
.testimonial_sec::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.testimonial_sec .heading {
  color: #fff;
  font-size: 56px;
  text-transform: capitalize;
}
.testimonial_sec .arrow_down img {
  filter: invert(1);
  margin-bottom: 30px;
}
.testimonial_content {
  position: relative;
  /* z-index: -1; */
  border-radius: 30px;
  overflow: hidden;
  background: #46b298;
}
.testimonial_content .each_testimonial_slider .main_content {
  color: #fff;
  text-align: left;
  font-size: 20px;
}
/* .testimonial_content .each_testimonial_slider .main_content::before{
  position: absolute;
  content: "\ee81";
  font-family: boxicons!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-size: 42px;
  top: -10px;
} */

.testimonial_content .each_testimonial_slider {
  background: #46b298;
  padding: 70px 50px;
  text-align: left;
  border-radius: 30px;
  position: relative;
}

.testimonial_content .quote_left,
.testimonial_content .quote_right {
  font-size: 42px;
  color: #fff;
  opacity: 0.7;
  position: absolute;
}
.testimonial_content .quote_left {
  position: absolute;
  left: 20px;
  top: 20px;
}
.testimonial_content .quote_right {
  right: 50px;
  /* top: 50%; */
}
.testimonial_content .testi_owner p {
  font-size: 20px;
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  position: relative;
}
.testimonial_content .testi_owner p::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.testimonial_content .testi_owner span {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}
.testimonial_content .swiper-horizontal > .swiper-pagination-bullets,
.testimonial_content .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial_content .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px;
  left: 50px;
  text-align: left;
}
.testimonial_content .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
.testimonial_content .swiper-pagination-bullet-active {
  background: #000;
}
.testimonial_img .testimonial_img_slider {
  width: 335px;
  height: 335px;
  border: 5px solid #fff;
  border-radius: 50%;
}
.testimonial_img .testimonial_img_slider img {
  width: 335px;
  height: 335px;
  border-radius: 50%;
  object-fit: cover;
}

/* ========================awards============== */
.awards {
  position: relative;
  padding: 60px 0 60px;
}
.awards .awards_inner {
  background: linear-gradient(
    3deg,
    rgba(70, 178, 152, 1) 0%,
    rgba(17, 137, 108, 1) 100%
  );
  position: relative;
}
.awards .awards_inner .heading {
  color: #fff;
  text-transform: capitalize;
}
.awards .awards_inner .award_img img {
  width: 100%;
}
.awards .graphics_bg_bottom {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}

/* ========================teams======================= */
.teams {
  position: relative;
  overflow: hidden;
  padding: 60px 0 30px;
  z-index: 1;
}
.teams::before{
  background-image: url(../images/graphics_bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1240px;
    z-index: -1;
}
.teams::after{
  background: rgba(255, 255, 255, 0.6);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.teams  .each_team_slider {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 20px 20px 30px;
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  margin-top: 75px;
  min-height: 330px;
}
.teams  .each_team_slider img {
  width: 170px;
  height: 170px;
  margin: -85px auto 20px;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.teams  .each_team_slider h6 {
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}
.teams  .each_team_slider p {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  min-height: 50px;
  margin-bottom: 20px;
}
.teams  .each_team_slider i {
  color: #0076b2;
  font-size: 40px;
}
.each_roha_team{
  padding-bottom: 30px;
}
/* .teams .swiper-horizontal > .swiper-pagination-bullets,
.teams .swiper-pagination-bullets.swiper-pagination-horizontal,
.teams .swiper-pagination-custom,
.teams .swiper-pagination-fraction {
  position: relative;
  margin-top: 60px;
}
.teams .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #bababa;
  opacity: 1;
}
.teams .swiper-pagination-bullet-active {
  background: #46b298;
}
.teams .team_btn {
  text-align: center;
  margin-top: 30px;
}

.teams .team_btn .cta {
  background: #46b298;
  color: #fff;
  border: 1px solid #46b298;
  padding: 13px 34px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.teams .team_btn .cta:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 0.6);
}
.teams .graphics_bg_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.teams .graphics_bg_bottom img {
  width: 100%;
} */

/* ==============getInTouch============= */
.getInTouch {
  position: relative;
  background: #46b298;
}
.getInTouch::before {
  position: absolute;
  background: #000;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.getInTouch .contact_address h5 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
.getInTouch .contact_address ul li {
  display: flex;
  gap: 20px;
}
.getInTouch .contact_address ul li i {
  font-size: 28px;
  color: #fff;
}
.getInTouch .contact_address ul li p,
.getInTouch .contact_address ul li a {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.getInTouch .contact_address ul li + li {
  margin-top: 30px;
}
.getInTouch .contact_form {
  background: #000;
  position: relative;
  padding: 30px 0;
}
.getInTouch .contact_form .roha_contact_form {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  max-width: 554px;
  margin: 0 auto;
}
.getInTouch .contact_form .roha_form_input {
  width: 100%;
  display: block;
}
.getInTouch .contact_form .roha_form_input .each_form_input {
  font-size: 16px;
  padding: 15px 30px;
  border: 1px solid #bfbfbf;
  border-radius: 7px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}
.getInTouch .contact_form .roha_form_input .each_form_input:focus {
  outline: none;
  box-shadow: none;
}
.getInTouch .contact_form .form_btn {
  text-align: center;
}
.getInTouch .contact_form .form_btn {
  max-width: 145px;
  margin: 0 auto;
  position: relative;
}
.getInTouch .contact_form .form_btn p{
  display: flex;
}
.btn_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  z-index: 9;
  color: #fff;
}
.getInTouch .contact_form .form_btn .cta {
  background: #46b298;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid #46b298;
  position: relative;
  min-width: 145px;
  transition: all 0.5s ease-in-out;
  padding: 15px 20px 15px 10px;
}
.getInTouch .contact_form .form_btn .cta:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 0.6);
}
/* .getInTouch .contact_form  .form_btn::before{
  position: absolute;
  content: "\f138";
  display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
} */

/* ==================subscribe================ */

.subscribe_area {
  position: relative;
  padding: 60px 0 0;
}
.subscribe_area .subscribe_left h5 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
.subscribe_area .subscribe_left p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin: 0;
}
.subscribe_area .subscribe_right {
  position: relative;
}
.subscribe_area .subscribe_right .subs-email {
  font-size: 16px;
  padding: 15px 30px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.subscribe_area .subscribe_right .subs-email:focus{
  outline: none;
}
.subscribe_area .subscribe_right .subscribe_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #f0af07;
  height: 100%;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 25px;
  border-radius: 0 10px 10px 0;
  text-transform: uppercase;
}

/* =======================footer============= */
.main_footer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 100px 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.main_footer::before {
  position: absolute;
  content: "";
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(47, 47, 47, 1) 10%,
    rgba(47, 47, 47, 0.7) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.main_footer .graphics_bg_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.graphics_bg_bottom img,
 .graphics_bg_top img{
  width: 100%;
 }
.main_footer .footer_top {
  width: 100%;
  display: block;
  margin: 0;
  padding: 60px 0 40px;
}
.main_footer .first_col {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.main_footer .footer_logo {
  margin: 0 0 20px;
  max-width: 215px;
  background: #fff;
  padding: 15px;
}
.main_footer .footer_logo a {
  display: inline-block;
}
.main_footer .footer_logo img {
  width: 190px;
}
.main_footer .first_col p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #ffffff;
  max-width: 325px;
}
.main_footer .social_links {
  width: 100%;
  display: flex;
  margin: 40px 0 20px;
  padding: 0;
  gap: 20px;
  align-items: center;
}
.main_footer .social_links h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}
.main_footer .social_links ul {
  margin: 0;
  padding: 0;
}
.main_footer .social_links ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.main_footer .social_links ul li + li {
  margin-left: 20px;
}
.main_footer .social_links ul li a {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.main_footer .social_links ul li a:hover {
  color: #46b298;
}

.main_footer .second_col {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}
.main_footer .footer_nav ul {
  margin: 0;
  padding: 0;
}
.main_footer .footer_nav ul li {
  margin: 0 0 5px;
}
.main_footer .footer_nav ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.main_footer .footer_nav ul li a:hover {
  color: #46b298;
}
.main_footer .footer_top h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 20px;
}
.main_footer .office_address ul {
  padding: 0;
  margin: 0;
}
.main_footer .office_address ul li {
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: start;
}
.main_footer .office_address ul li i {
  color: #fff;
  line-height: 22px;
}

.main_footer .office_address ul li a {
  color: #fff;
  line-height: normal;
  transition: all 0.6s ease-in-out;
}
.main_footer .office_address ul li a:hover{
  color: #46b298;
}
.main_footer .office_address .each_address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px;
}
.main_footer .each_address img {
  margin-right: 20px;
}
.main_footer .each_address h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 10px;
}
.main_footer .each_address p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}

.main_footer .footer_bottom {
  width: 100%;
  display: block;
  margin: 0;
  background: transparent;
  text-align: center;
}
.copyright_text {
  padding: 50px 0;
  border-top: 1px solid #bababa;
}
.copyright_text img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.copyright_text p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.copyright_text p a {
  color: #fff;
}
.copyright_text p a span {
  color: #46b298;
}
/*===================inner_banner=====================*/
.inner_banner {
  /* padding: 190px 0; */
  /* min-height: 70vh; */
  position: relative;
  text-align: center;
  z-index: 1;
}
.mobile_banner-1 {
image-rendering: pixelated;
}
.inner_banner::before {
  position: absolute;
  content: "";
  background: rgba(6, 36, 29, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.inner_banner_content {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.inner_banner_content h2 {
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.inner_banner_content ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
}
.inner_banner_content ol li {
  list-style: none;
  color: #fff;
  font-size: 24px;
}
.inner_banner_content ol li + li {
  padding-left: 10px;
}
.inner_banner_content ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}
.inner_banner_content ol li a {
  color: #fff;
}
.inner_banner_content .border_bottom_patern {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ================inner_about=================== */
.inner_about {
  position: relative;
  padding: 40px 0;
  z-index: 1;
}
.inner_about::before {
  position: absolute;
  content: "";
  background-image: url(../images/about_graphics.png);
  width: 100%;
  height: 1008px;
  top: 120px;
  left: 0;
  z-index: -1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.inner_about .inner_heading {
  color: #46b298;
  font-size: 18px;
  font-weight: 400;
}
.inner_about .heading {
  text-align: left;
  font-size: 68px;
}
.about_inner_box {
  padding: 0 0 150px;
}
.inner_about p {
  font-size: 14px;
}
.inner_about p:not(:last-child){
  margin-bottom: 15px;
}
.inner_about .about_img {
  position: relative;
}
.inner_about .about_img::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 175px;
  background: #46b298;
  border-radius: 50%;
  top: 0;
  right: -50px;
  z-index: -1;
}
.inner_about .about_img img {
  border-radius: 15px;
  width: 100%;
}
/* .inner_about .about_img .about_img_1 {
  max-width: 480px;
} */
.inner_about .about_img .about_img_2 {
  max-width: 380px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}
.inner_about .about_img .bull_img {
  width: 120px;
  height: 120px;
  border: 3px dashed #46b298;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_about .about_img .bull_img img {
  width: 100px;
  height: 100px;
  background: #46b298;
  padding: 10px;
  border-radius: 50%;
}
.inner_about .about_roha {
  margin-top: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}
.inner_about .about_roha::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_about .about_roha img {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.4);
}

.inner_about .about_bottom_text {
  max-width: 830px;
  margin: 50px auto 10px;
  text-align: center;
}
.inner_about .about_bottom_text p {
  font-size: 18px;
}
.inner_about_bottom {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.inner_about_bottom::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner_about_bottom .each_about_box {
  background: transparent;
}

.inner_about_bottom .each_about_box:hover {
  background: transparent;
}
.inner_about_bottom .each_about_box:hover img {
  filter: invert(0);
}
.inner_about_bottom .each_about_box span {
  color: #fff;
  font-size: 32px;
}
.inner_about_bottom .each_about_box p {
  color: #fff;
}
/* =================inner_contact_top================= */

.inner_contact_top {
  position: relative;
  padding: 60px 0;
}
.inner_contact_top::before{
  background-image: url(../images/graphics_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  z-index: -1;
}
.inner_contact_top .each_contact_box {
  border: 2px dashed #46b298;
  text-align: center;
  min-height: 355px;
  padding: 25px;
  margin-top: 25px;
}
.inner_contact_top .each_contact_box .icon_holder {
  width: 133px;
  height: 133px;
  border-radius: 50%;
  background: #46b298;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_contact_top .each_contact_box .icon_holder i {
  color: #fff;
  font-size: 46px;
}
.inner_contact_top .each_contact_box h6 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.inner_contact_top .each_contact_box p,
.inner_contact_top .each_contact_box a {
  color: #686868;
  font-size: 16px;
  font-weight: 500;
}
.contact_map_img iframe{
  width: 100%;
}
/* ==================contact_map================== */
.contact_map {
  position: relative;
  padding: 60px 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact_map::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact_map .inner_contact_left h5 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact_map .inner_contact_left p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}


.inner_contact_form {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
.inner_contact_form h6 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact_map .inner_contact_left .inner_contact_form p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
}
.inner_contact_form .roha_form_input {
  position: relative;
  margin-bottom: 18px;
}
.inner_contact_form .roha_form_input .each_form_input {
  background: #f2fdfa;
  font-size: 14px;
  padding: 15px 20px;
  border: 1px solid #a9efde;
  border-radius: 5px;
  position: relative;
  color: #666;
}
.inner_contact_form .roha_form_input .each_form_input:focus {
  outline: none;
  box-shadow: none;
}
.inner_contact_form .form_btn {
  text-align: center;
}
.inner_contact_form .form_btn .cta {
  background: #46b298;
  border: 1px solid #46b298;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.inner_contact_form .form_btn .cta:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
  box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 0.6);
}
/* =============Gallery================ */
.gallery_img {
  position: relative;
  padding: 60px 0;
  /* border-bottom: 1px solid #d9d9d9; */
}
.gallery_img::before{
  background-image: url(../images/graphics_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  z-index: -1;
}
.gallery_img .image_wrap {
  margin-top: 25px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 15px;
}
.gallery_img .image_wrap::before {
  content: "";
  background: rgba(6, 36, 29, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.gallery_img .image_wrap:hover:before {
  opacity: 1;
}
.gallery_img .image_wrap img.main_image {
  transition: all ease-in-out 0.5s;
  width: 100%;
  min-height: 416px;
  object-fit: cover;
}
.gallery_img .image_wrap:hover img {
  transform: scale(1.1);
}
.gallery_img .image_wrap .image_info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.gallery_img .image_wrap:hover .image_info {
  opacity: 1;
}
.gallery_img .image_wrap .image_info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.gallery_img .image_wrap .image_info a {
  color: #fff;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.gallery_img .image_wrap .image_info img {
  width: 33px;
  height: 33px;
}
.gallery_img .loadmore {
  text-align: center;
  margin-top: 70px;
}
.gallery_img .loadmore a {
  font-size: 18px;
  font-weight: 400;
  color: #46b298;
}

/* ==================our_team================ */
.teams{
  position: relative;
  padding: 60px 0;
}
.teams .heading{
  background: #46b298;
    max-width: 575px;
    margin: 20px auto;
    padding: 5px;
    font-size: 34px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    border-bottom: 7px solid #000;
}



/* =================product============ */
.product{
  position: relative;
  padding: 100px 0;
}
.product::before{
  position: absolute;
    content: "";
    background-image: url(../images/about_graphics.png);
    width: 100%;
    height: 1008px;
    top: 120px;
    left: 0;
    z-index: -1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product .product_img {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.product .product_desc h5{
  font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
    line-height: 30px;
    position: relative;
}
.each_feature{
  margin-bottom: 20px;
}
.product .product_desc h6{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #46b298;
  line-height: 24px;
  position: relative;
}
.product .product_desc ul li{
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.product .product_desc ul li + li{
  margin-top: 8px;
}
.product .product_desc ul li::before{
  content: "\eb29";
  font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    left: 0;
    top: 0;
    color: #46b298;
}
.product_enquiery_btn .cta{
  padding: 10px 35px; 
  text-transform: uppercase;

}
.enquiery_modal .cta:hover,
.product_enquiery_btn .cta:hover{
  background: #46b298;
  border: 1px solid #46b298;
  color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
    box-shadow: 0px 2px 5px 0px rgba(70, 178, 152, 1);
}
.enquiery_modal .cta{
  background: #46b298;
  border: 1px solid #46b298;
  color: #fff;
}
.product_enquiery_btn .cta + .cta{
  background: #46b298;
  border: 1px solid #46b298;
  color: #fff;
  margin-left: 15px;
}
.contact_form .roha_form_input .each_form_input {
  font-size: 16px;
  padding: 15px 30px;
  border: 1px solid #bfbfbf;
  border-radius: 7px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}
.contact_form .roha_form_input .each_form_input:focus{
  outline: none;
  box-shadow: none;
}
.enquiery_modal h5{
  font-size: 28px;
  text-transform: uppercase;
} 
/*====================================================== Responsive ========================================*/
@media only screen and (max-width: 1680px) {
  .inner_banner_content h1 {
    font-size: 60px;
    line-height: 85px;
    margin: 0 0 45px;
  }
  .inner_banner_content .all_info {
    margin: 0 0 15px;
  }
  .inner_banner_content .all_info .each_info {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1600px) {
  .video_section .video_list {
    margin-top: -60px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 1440px) {
  .banner_main{
    padding-top: 46px;
  }
  .hero_banner .banner_content h2 {
    font-size: 27px;
    line-height: 50px;
    margin: 0 0 30px;
    margin-bottom: 10px;
  }
  .inner_about .about_img::before{
    right: 30px;
  }
  .getInTouch .contact_form .form_btn p{
    display: flex;
  }
  .inner_about .about_img .bull_img{
    left: 10px;
  }
.hero_banner .banner_content p{
  text-align:center;
  margin-bottom: 0;
}
  .problem_wrap .problem_content span{
    margin-bottom: 10px;
  }
  .our_solution .problem_content span{
    font-size: 36px;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .video_section .video_list {
    margin-top: -60px;
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 1370px) {
  .cta {
    padding: 12px 10px;
    font-size: 18px;
  }
  .container {
    position: relative;
    max-width: 1170px !important;
    margin: 0 auto;
    padding: 0 15px;
    width: 100% !important;
  }
  on_sec .nav_sec > ul > li + li {
    margin-left: 30px;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 18px;
  }
  /*=========================*/
  .inner_banner_content h1 {
    font-size: 55px;
    line-height: 80px;
    margin: 0 0 30px;
  }
  .inner_banner_content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .hero_banner .banner_content h2 {
    font-size: 45px;
    line-height: 65px;
  }
  .contactUs .contact-wrap .contact-left .contact-address ul li p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .main_header {
    padding: 12px 0;
  }
  .inner_about .about_img .about_img_1{
    max-width: 100%;
  }
  .inner_about .about_img .about_img_2{
    max-width: 100%!important;
  }
  .product .product_desc h5{
    margin-top: 20px;
  }
  .product .product_img img{
    width: 100%;
  }
  .product{
    padding-bottom: 0;
  }
  .gallery_img .image_wrap img.main_image{
    min-height: 470px;
  }
  span.toggle-menu img {
    float: left;
  }

  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #46b298;
    border-radius: 5px;
  }

  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #000;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
  }
  .navigation_sec .nav_sec ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec ul > li a {
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
    display: block;
  }
  .navigation_sec .nav_sec ul > li:hover > a,
  .navigation_sec .nav_sec ul > li.active > a {
    background: #46b298;
    color: #fff;
  }

  .navigation_sec .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }
  .navigation_sec .nav_sec i {
    float: left;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }
  .navigation_sec .nav_sec ul > li:hover ul {
    display: none;
  }
  .nav_sec li.active {
    background: none;
    border-radius: 23px;
    padding: 0 !important;
  }
  .navigation_sec .nav_sec ul > li ul {
    width: 100%;
    background: #197496;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
  }
  .navigation_sec .nav_sec ul li ul li + li {
    border-top: 1px solid #0391c6;
  }
  .navigation_sec .nav_sec ul li ul li a {
    padding: 6px 24px;
    color: #fff;
    font-size: 14px;
  }
  .navigation_sec .nav_sec ul ul > li:hover > a,
  .navigation_sec .nav_sec ul ul > li.active > a {
    background: #1bbde9;
    color: #fff;
  }

  .navigation_sec .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(../images/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation_sec .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
  }
  .hero_banner {
    position: static; 
    padding: 0 0 20px;
  }

  .hero_banner .container{
    padding: 0;
  }

  .hero_banner::before{
    display: none;
  }
  .hero_banner .banner_content {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 0px;
    text-align: center;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 1);
  }
  .hero_banner .banner_content h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 10px;
  }
  .hero_banner .banner_content p {
    text-align: center;
    margin: 0 0 20px;
  }
  .about_bottom .each_about_box img {
    max-width: 60px;
  }
  .about_bottom .row {
    --bs-gutter-x: 20px;
  }
  .about_bottom .each_about_box span,
  .about_bottom .each_about_box .purecounter {
    font-size: 22px;
  }
  .about_bottom .each_about_box p {
    font-size: 14px;
    font-weight: 400;
  }
  .about_bottom {
    padding: 30px 0;
  }
  .about-area .section_top .heading {
    font-size: 32px;
  }
  .about-area .section_top p {
    font-size: 14px;
  }
  .about-area .section_top .cta {
    margin-top: 25px;
  }
  .about_inner {
    padding: 20px;
  }
  .heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .subheading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .join_us .join_our_team .heading {
    font-size: 32px;
    line-height: 40px;
  }
  .join_us .join_our_team .section_content {
    font-size: 14px;
    line-height: 22px;
    max-width: 700px;
    margin: 15px auto 30px;
  }
  .problem_wrap .heading {
    max-width: 495px;
    margin: 10px auto;
    font-size: 28px;
    line-height: 44px;
  }
  .problem_wrap .arrow_down img {
    margin: 15px auto;
  }
  .problem_wrap .each_problem_slider img {
    border-radius: 10px;
  }
  .problem_slider_wrap,
  .problem_wrap .each_problem_slider {
    border-radius: 10px;
    padding: 0 15px;
    overflow: hidden;
  }
  .problem_wrap .problem_content {
    max-width: 100%;
    padding: 0 30px;
    margin-top: 20px;
  }
  .problem_wrap .each_problem_wrap:nth-child(even) .problem_content {
    margin-left: 0;
  }
  .problem_wrap .each_problem_wrap:nth-child(even) .problem_slider_wrap,
  .problem_wrap .each_problem_wrap:nth-child(even) .each_problem_slider,
  .problem_wrap .each_problem_wrap:nth-child(even) .each_problem_slider img {
    border-radius: 10px;
    overflow: hidden;
  }
  .problem_wrap .problem_content span {
    font-size: 36px;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .problem_wrap .problem_content p {
    font-size: 14px;
  }
  .problem_wrap .each_problem_wrap {
    margin-bottom: 25px;
  }
  .problem_wrap .swiper-horizontal > .swiper-pagination-bullets,
  .problem_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  .problem_wrap .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 15px;
  }

  .our_solution .section_top .heading {
    color: #fff;
    font-size: 32px;
  }
  .our_solution {
    padding: 50px 0;
  }
  .our_solution .each_solution p {
    font-size: 14px;
    line-height: 20px;
  }
  .our_solution .all_solution_box {
    gap: 16px;
  }
  .direct_impact .heading {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .direct_impact .impact_wrap {
    gap: 25px;
    margin-top: 20px;
    flex-direction: column;
  }
  .direct_impact .impact_wrap .impact_content ul li img {
    width: 25px;
    height: 25px;
  }
  .direct_impact .impact_wrap .impact_content ul li {
    gap: 10px;
  }
  .direct_impact .impact_wrap .impact_content ul li p {
    font-size: 16px;
  }
  .direct_impact .impact_wrap .impact_content ul li + li {
    margin-top: 0;
  }
  .direct_impact .impact_wrap .impact_content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .impact_content {
    padding: 0 25px 25px;
  }
  .direct_impact .know_more_about .know_more_left span {
    font-size: 18px;
  }
  .direct_impact .know_more_about .know_more_left .heading {
    font-size: 32px;
    line-height: 46px;
  }
  .direct_impact .know_more_about .know_more_left {
    border-left: 6px solid #46b298;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .video_section .video_list {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .video_section .video_slider .each_big_video .video_btn i {
    font-size: 38px;
  }
  .video_section .video_slider .each_big_video .video_btn p {
    font-size: 22px;
  }
  .testimonial_sec .heading {
    font-size: 32px;
  }
  .testimonial_img .testimonial_img_slider {
    width: 170px;
    height: 170px;
  }
  .testimonial_img .testimonial_img_slider img {
    width: 170px;
    height: 170px;
  }
  .testimonial_content .each_testimonial_slider {
    padding: 20px 30px;
    border-radius: 10px;
  }
  .testimonial_content .each_testimonial_slider .main_content {
    font-size: 14px;
  }
  .testimonial_content .quote_left,
  .testimonial_content .quote_right {
    font-size: 18px;
  }
  .testimonial_content .quote_left {
    left: 10px;
    top: 10px;
  }
  .testimonial_content {
    border-radius: 10px;
  }
  .testimonial_content .testi_owner p {
    font-size: 14px;
  }

  .testimonial_content .swiper-horizontal > .swiper-pagination-bullets,
  .testimonial_content .swiper-pagination-bullets.swiper-pagination-horizontal,
  .testimonial_content .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }
  .testimonial_content .testi_owner span {
    font-size: 12px;
  }
  .testimonial_sec .arrow_down {
    margin-bottom: 15px;
  }
  .awards {
    padding: 30px 0;
  }
  .awards .graphics_bg_bottom {
    bottom: 0;
  }
  .arrow_down img {
    height: 30px;
    margin-bottom: 10px;
  }
  .getInTouch .contact_form{
    background: none;
  }
  .teams {
    padding: 30px 0 ;
  }
  .each_roha_team {
    padding-bottom: 0;
}
  .teams .team_slider_wrap .each_team_slider img {
    width: 86px;
    height: 86px;
    margin: -42px auto 10px;
  }
  .teams .team_slider_wrap .each_team_slider h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .teams .team_slider_wrap .each_team_slider i {
    font-size: 28px;
  }
  .teams .team_slider_wrap .each_team_slider p {
    font-size: 14px;
    min-height: 44px;
    margin-bottom: 10px;
  }
  .teams .team_slider_wrap .each_team_slider {
    padding: 0 20px 20px;
  }

  .teams .team_btn .cta {
    padding: 10px 23px;
  }
  .teams .swiper-horizontal > .swiper-pagination-bullets,
  .teams .swiper-pagination-bullets.swiper-pagination-horizontal,
  .teams .swiper-pagination-custom,
  .teams .swiper-pagination-fraction {
    margin-top: 30px;
  }
  .banner_main .swiper-pagination-bullet,
  .problem_wrap .swiper-pagination-bullet,
  .teams .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .teams .team_btn {
    margin-top: 10px;
  }
  .contact_address {
    padding: 30px 0;
  }
  .getInTouch .contact_address h5 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .getInTouch .contact_address ul li p,
  .getInTouch .contact_address ul li a {
    font-size: 16px;
  }
  .getInTouch .contact_address ul li i {
    font-size: 20px;
  }
  .getInTouch .contact_address ul li + li {
    margin-top: 15px;
  }
  .getInTouch::before {
    position: absolute;
    background: #000;
    content: "";
    width: 100%;
    height: 70%;
    bottom: 0;
    right: 0;
    top: unset;
  }
  .getInTouch .contact_form .roha_form_input .each_form_input {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .getInTouch .contact_form .roha_contact_form {
    border-radius: 15px;
    max-width: 554px;
  }
  .subscribe_area {
    padding: 30px 0 15px;
  }
  .subscribe_left {
    margin-bottom: 15px;
  }
  .subscribe_area .subscribe_left h5 {
    font-size: 32px;
  }
  .main_footer {
    padding: 25px 0 0;
  }
  .getInTouch .contact_form .form_btn .cta {
    min-width: 130px;
    padding: 10px 20px 10px 10px;
  }
  .main_footer .footer_logo {
    max-width: 150px;
    padding: 10px;
  }
  .copyright_text {
    padding: 20px 0;
  }
  .main_footer .footer_top {
    padding: 60px 0 15px;
  }

  .awards .awards_inner .heading {
    padding: 20px;
    margin: 0;
  }
  .testi_owner {
    padding-top: 10px;
  }

  .cta {
    padding: 6px 10px;
    font-size: 15px;
    min-width: 130px;
  }
  .inner_about .heading {
    font-size: 32px;
  }
  .about_text {
    margin-bottom: 20px;
  }
  .inner_banner {
    padding: 0;
  }
  .inner_banner::before{
    display: none;
  }
 
  .inner_banner_content {
    padding: 0;
    bottom: 20px;
    display: none;
}
  .border_bottom_patern {
    bottom: 0;
    left: 0;
    display: none;
  }
  .inner_about .heading {
    font-size: 24px;
  }
  .inner_about .about_img .about_img_2 {
    max-width: 380px;
    position: static;
    margin-top: 20px;
  }
  .inner_about .about_img::before {
    display: none;
  }
  .inner_about .about_img .bull_img {
    display: none;
  }
  .about_inner_box {
    padding: 0;
  }
  .inner_about .about_roha {
    margin-top: 30px;
  }
  .inner_about .about_bottom_text {
    margin: 20px auto 10px;
  }
  .inner_about .about_bottom_text p {
    font-size: 14px;
  }
  .inner_about_bottom .each_about_box {
    padding: 20px 0 0;
  }
  .subscribe_area .subscribe_left p {
    font-size: 14px;
  }
  .inner_contact_top .each_contact_box .icon_holder {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
  }
  .inner_contact_top .each_contact_box .icon_holder i {
    font-size: 28px;
  }
  .inner_contact_top .each_contact_box h6 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .inner_contact_top .each_contact_box p,
  .inner_contact_top .each_contact_box a {
    font-size: 14px;
  }
  .inner_contact_top .each_contact_box {
    min-height: 225px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .contact_map .inner_contact_left h5 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .contact_map .inner_contact_left p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
  }
  .contact_map .inner_contact_left .map_item iframe {
    border-radius: 10px;
    border: 5px solid #fff !important;
    height: 320px;
  }
  .contact_map {
    padding: 30px 0;
  }
  .inner_contact_form {
    border-radius: 10px;
  }
  .problem_wrap .each_problem_wrap .row {
    --bs-gutter-x: 20px;
}
}

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

  .hero_banner .banner_content h2{
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .inner_banner_content h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

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

@media only screen and (max-width: 575px) {
  .main_header .logo {
    flex-direction: column;
    gap: 5px;
  }

  .main_header .logo a {
    flex: auto;
}
  .main_header .logo img {
    width: 100px;
  }
  .hero_banner .banner_content{
    margin-bottom: 0;
  }
  .main_header .logo_text {
    font-size: 10px;
    padding-left: 0;
    border: none;
  }

  .hero_banner .banner_content h2 {
    font-size: 20px;
    line-height: 20px;
}
.banner_main .swiper-horizontal > .swiper-pagination-bullets, .banner_main .swiper-pagination-bullets.swiper-pagination-horizontal, .banner_main .swiper-pagination-custom, .banner_main .swiper-pagination-fraction {
  bottom: 40px;
}
  .inner_banner_content ol li {
    font-size: 16px;
  }
  .hero_banner .banner_content p {
    font-size: 15px;
    line-height: 25px;
  }
  .cta {
    padding: 12px 10px;
    font-size: 15px;
    min-width: 145px;
  }

  .hero_banner .banner_content a.cta {
    min-width: 128px;
  }
  .about_bottom {
    padding: 0;
  }
  .about_bottom .each_about_box {
    margin-bottom: 30px;
  }
  .about-area {
    margin-top: 0;
  }
  .join_us .join_our_team .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .subheading {
    font-size: 14px;
    line-height: 18px;
  }
  .join_us .join_our_team .section_content {
    font-size: 14px;
    line-height: 18px;
    margin: 15px auto 30px;
  }
  .problem_wrap .heading {
    max-width: 300px;
    margin: 10px auto;
    font-size: 18px;
    line-height: 32px;
  }
  .problem_wrap .problem_content span {
    font-size: 26px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .problem_slider_wrap,
  .problem_wrap .each_problem_slider {
    border-radius: 20px;
    padding: 0 8px;
  }
  .problem_wrap .problem_content {
    max-width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .our_solution .all_solution_box {
    flex-direction: column;
  }
  .our_solution .each_solution {
    margin: 10px 0;
    max-width: 100%;
  }
  .our_solution .section_top .heading {
    line-height: 30px;
    font-size: 24px;
  }
  .direct_impact .heading {
    font-size: 24px;
  }
  .direct_impact .know_more_about .know_more_left .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .direct_impact .know_more_about .know_more_left span {
    font-size: 14px;
  }
  .video_section .video_list .video_thumb .each_video_thumb {
    border: 2px solid #fff;
  }
  .video_section .video_slider .each_big_video .video_btn i {
    font-size: 24px;
  }
  .video_section .video_slider .each_big_video .video_btn p {
    font-size: 16px;
  }
  .testimonial_sec .heading {
    font-size: 24px;
  }
  .testimonial_sec .row {
    flex-direction: row-reverse;
  }
  .testimonial_sec .row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .testimonial_content .quote_right {
    right: 20px;
    /* top: 50%; */
  }
  .heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .getInTouch .contact_address h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .getInTouch .contact_address ul li p,
  .getInTouch .contact_address ul li a {
    font-size: 14px;
  }
  .getInTouch .contact_address ul li p br,
  .getInTouch .contact_address ul li a br{
   display: none;
  }
  .subscribe_area .subscribe_left h5 {
    font-size: 24px;
  }
  .subscribe_area .subscribe_right .subscribe_btn {
    font-size: 12px;
    padding: 0 15px;
  }
  .subscribe_area .subscribe_right .subs-email {
    font-size: 16px;
    padding: 10px 10px;
  }
  .main_footer .social_links {
    margin: 15px 0 20px;
    gap: 20px;
  }
  .main_footer .footer_top h4 {
    margin: 0 0 10px;
  }
  .main_footer .footer_nav ul li {
    margin: 0 0 5px;
  }
  .main_footer .second_col {
    margin-bottom: 20px;
  }
  .about_inner {
    border-radius: 0;
  }
  .main_footer .footer_top {
    padding: 30px 0 15px;
  }
  .main_footer .footer_logo {
    max-width: 100px;
    padding: 6px;
  }
  .inner_about {
    padding: 20px 0;
  }
  .inner_about .about_roha {
    border-radius: 10px;
  }
  .inner_about .about_img img {
    border-radius: 10px;
  }

  .gallery_img {
    padding: 30px 0;
  }
  .gallery_img .loadmore {
    text-align: center;
    margin-top: 30px;
  }
  .inner_contact_top .each_contact_box {
    min-height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }
  .inner_contact_top {
    padding: 30px 0;
  }

  .inner_contact_top .each_contact_box .icon_holder {
    width: 45px;
    height: 45px;
    margin: 0 auto 15px;
  }
  .inner_contact_top .each_contact_box .icon_holder i {
    font-size: 22px;
  }
  .inner_contact_form h5,
  .contact_map .inner_contact_left h5 {
    font-size: 24px;
  }
  .inner_contact_form .roha_form_input .each_form_input {
    padding: 8px 10px;
  }
  .teams .heading {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .product{
    padding: 40px 0;
  }
  .product_desc {
    margin-top: 20px;
}
.product_enquiery_btn .cta + .cta{
  width: 100%;
  margin-left: 0;
}
.product_enquiery_btn .cta {
  width: 100%;
}
.product .product_desc h5 {
  font-size: 24px;
  line-height: 30px;
}
.teams .each_team_slider{
  min-height: auto;
}
.teams .each_team_slider p{
  min-height: auto;
}
.teams .each_team_slider i {
  font-size: 30px;
}
.teams .each_team_slider img {
  width: 100px;
  height: 100px;
  margin: -70px auto 20px;
}
}
@media screen and (max-width:490px) {
  .btn_arrow{
    right: 34px;
  }
  .banner_main{
    padding-top: 0;
  }
  .contact_map .inner_contact_left .inner_contact_form p{
    text-align: left;
  }
}
@media only screen and (max-width: 420px) {
  .hero_banner .banner_content h2 {
    font-size: 18px;
    line-height: 18px;
  }
  .inner_banner_content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1440px) {
  .main_header .logo img {
    width: 110px;
}
}
