/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

button,
[role=button] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}

.header-area {
  width: 100%;
  height: 67px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.5s;
  padding: 0 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .header-area {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-area {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .header-area {
    height: 40px;
    padding: 0px;
  }
}
.header-area .header-wrap {
  width: 100%;
  height: 67px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-area .header-wrap {
    height: 40px;
  }
}
.header-area .header-wrap .logo .logo-icon {
  display: block;
}
@media screen and (max-width: 768px) {
  .header-area .header-wrap .logo .logo-icon {
    width: 24px;
  }
}
.header-area .header-wrap .logo .full-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-area .header-wrap .logo .full-logo {
    width: 160px;
  }
}
.header-area .header-wrap .menu {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .header-area .header-wrap .menu {
    justify-content: flex-start;
    flex-direction: column;
    text-align: right;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: -300px;
    background: #fff;
    height: 100vh;
    padding-top: 50px;
    transition: 0.5s;
    width: 300px;
  }
  .header-area .header-wrap .menu.mobile-menu {
    right: 0;
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header-area .header-wrap .menu {
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
    padding-right: 24px;
  }
}
.header-area .header-wrap .menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .header-area .header-wrap .menu ul {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header-area .header-wrap .menu ul {
    flex-direction: column;
    display: block;
    margin-top: 50px;
  }
}
.header-area .header-wrap .menu ul li {
  margin-left: 32px;
}
@media screen and (max-width: 1024px) {
  .header-area .header-wrap .menu ul li {
    margin-bottom: 30px;
  }
}
.header-area .header-wrap .menu ul li a {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #ffffff;
  transition: 0.3s;
  display: block;
  font-family: "Overpass", sans-serif;
  position: relative;
}
.header-area .header-wrap .menu ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #89AF3D;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: left;
}
.header-area .header-wrap .menu ul li a:hover {
  color: #89AF3D;
}
.header-area .header-wrap .menu ul li a:hover::after {
  transform: scaleX(1);
}
.header-area .header-wrap .menu ul li a.active {
  color: #89AF3D;
  border-bottom: 1px solid #89AF3D;
}
.header-area .header-wrap .menu ul li a.active:hover::after {
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1140px) {
  .header-area .header-wrap .menu ul li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-area .header-wrap .menu ul li a {
    color: #264027;
  }
  .header-area .header-wrap .menu ul li a.active {
    color: #89AF3D;
    border-bottom: none;
  }
  .header-area .header-wrap .menu ul li a:hover::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-area .header-wrap .menu ul li a {
    text-align: right;
    color: #264027;
  }
  .header-area .header-wrap .menu ul li a.active {
    color: #89AF3D;
    border-bottom: none;
  }
  .header-area .header-wrap .menu ul li a:hover::after {
    display: none;
  }
}
.header-area .header-wrap .menu .carrer-btn {
  background-color: transparent;
  padding: 6px 22px 4px;
  line-height: 23px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 99px;
  transition: 0.3s;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Overpass", sans-serif;
}
.header-area .header-wrap .menu .carrer-btn.mar-lft {
  margin-left: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-area .header-wrap .menu .carrer-btn.mar-lft {
    margin-left: 135px;
  }
}
.header-area .header-wrap .menu .carrer-btn:hover {
  background-color: #89AF3D;
  border: 1px solid #89AF3D;
  color: #ffffff;
}
.header-area .header-wrap .menu .carrer-btn.active {
  background-color: #89AF3D;
  border: 1px solid #89AF3D;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .header-area .header-wrap .menu .carrer-btn {
    color: #8DAC3D;
    border: 1px solid #8DAC3D;
  }
}
.header-area .header-wrap .menu .menu-cross {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-area .header-wrap .menu .menu-cross {
    display: flex;
    justify-content: flex-end;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .header-area .header-wrap .menu .menu-cross img {
    width: 17px;
    height: 17px;
  }
}
.header-area .header-wrap .mobile-menu-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-area .header-wrap .mobile-menu-icon {
    display: block;
  }
}
.header-area .header-wrap .mobile-menu-icon .white_icon {
  display: block;
}
.header-area .header-wrap .mobile-menu-icon .black_icon {
  display: none;
}
.header-area.active {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.header-area.active .header-wrap .logo .logo-icon {
  display: none;
}
.header-area.active .header-wrap .logo .full-logo {
  display: block;
}
@media screen and (max-width: 1220px) {
  .header-area.active .header-wrap .menu ul li {
    margin-left: 14px;
  }
}
.header-area.active .header-wrap .menu ul li a {
  color: #264027;
}
.header-area.active .header-wrap .menu ul li a.active {
  color: #89AF3D;
}
.header-area.active .header-wrap .menu ul li a:hover {
  color: #89AF3D;
}
@media screen and (max-width: 1106px) {
  .header-area.active .header-wrap .menu ul li a {
    font-size: 15px;
  }
}
.header-area.active .header-wrap .menu .carrer-btn {
  border: 1px solid #89AF3D;
  color: #89AF3D;
}
.header-area.active .header-wrap .menu .carrer-btn:hover {
  background-color: #89AF3D;
  border: 1px solid #89AF3D;
  color: #ffffff;
}
.header-area.active .header-wrap .menu .carrer-btn.active {
  background-color: #89AF3D;
  border: 1px solid #89AF3D;
  color: #ffffff;
}
.header-area.active .header-wrap .mobile-menu-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-area.active .header-wrap .mobile-menu-icon {
    display: block;
  }
}
.header-area.active .header-wrap .mobile-menu-icon .white_icon {
  display: none;
}
.header-area.active .header-wrap .mobile-menu-icon .black_icon {
  display: block;
}
.header-area.privacy-header {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.header-area.privacy-header .header-wrap .logo .logo-icon {
  display: none;
}
.header-area.privacy-header .header-wrap .logo .full-logo {
  display: block;
}
.header-area.privacy-header .header-wrap .menu ul li a {
  color: #264027;
}
.header-area.privacy-header .header-wrap .menu .carrer-btn {
  color: #8DAC3D;
}
.header-area.privacy-header .header-wrap .menu .carrer-btn:hover {
  color: #ffffff;
}

footer {
  background-color: #111111;
  padding: 50px 85px;
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  footer {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  footer {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 24px 0px;
  }
}
footer .logo-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  footer .logo-wrap .footer-logo img {
    width: 231px;
  }
}
@media screen and (max-width: 768px) {
  footer .social-media {
    display: none;
  }
}
footer .social-media ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .social-media ul li {
  margin-left: 25px;
}
footer .social-media ul li a img {
  width: 24px;
  height: auto;
}
footer .social-media.responsive-media {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .social-media.responsive-media {
    display: block;
    padding: 24px 0;
  }
}
footer .social-media.responsive-media ul {
  justify-content: center;
}
footer .footer-listing {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}
@media screen and (max-width: 1140px) {
  footer .footer-listing .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1140px) {
  footer .footer-listing .listing .col-sm-12 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-listing .listing .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
footer .footer-listing .listing ul li {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #E0E0E0;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  transition: 0.5s;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  footer .footer-listing .listing ul li {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin-left: 0;
  }
}
footer .footer-listing .listing ul li a {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #E0E0E0;
  position: relative;
}
footer .footer-listing .listing ul li a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 6px;
  height: 12px;
  background: url(../../assets/icons/right-arrow.svg);
  opacity: 0;
  transition: 0.3s;
}
footer .footer-listing .listing ul li a:hover::after {
  right: -20px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  footer .footer-listing .listing ul li a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin-left: 0;
  }
}
footer .footer-listing .info .country {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  footer .footer-listing .info .country {
    margin-top: 24px;
  }
}
footer .footer-listing .info .country h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  footer .footer-listing .info .country h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-left: 0;
    padding-bottom: 0px;
  }
}
footer .footer-listing .info .country ul {
  margin-top: 15px;
}
footer .footer-listing .info .country ul li {
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
  font-family: "Overpass", sans-serif;
}
footer .footer-listing .info .country ul li:first-child {
  padding-top: 0;
}
footer .footer-listing .info .country ul li span {
  width: 24px;
}
footer .footer-listing .info .country ul li p {
  width: calc(100% - 24px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  color: #ffffff;
  padding-left: 11px;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  footer .footer-listing .info .country ul li p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-left: 0;
  }
}
footer .copyright {
  padding-top: 15px;
  border-top: 1px solid #333333;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 0;
  }
}
footer .copyright p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #676768;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
}

.icon-bell {
  background: url(../../assets/icons/icon-bell.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-back {
  background: url(../../assets/icons/icon-back.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-fav {
  background: url(../../assets/icons/icon-fav.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-search {
  background: url(../../assets/icons/icon-search.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-settings {
  background: url(../../assets/icons/icon-settings.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-home {
  background: url(../../assets/icons/icon-home.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-chat {
  background: url(../../assets/icons/icon-chat.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-trash {
  background: url(../../assets/icons/icon-trash.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-profile {
  background: url(../../assets/icons/icon-profile.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-category {
  background: url(../../assets/icons/icon-category.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-arwR-big {
  background: url(../../assets/icons/icon-arwR-big.svg) no-repeat center center;
  background-size: auto 25px;
  width: 38px;
  height: 25px;
  display: inline-block;
}

.icon-arwR-small {
  background: url(../../assets/icons/icon-arwR-big.svg) no-repeat center center;
  background-size: auto 14px;
  width: 21px;
  height: 14px;
  display: inline-block;
}

.icon-star-blue {
  background: url(../../assets/icons/star-blue.svg) no-repeat center center;
  background-size: auto 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
}

.icon-star-grey {
  background: url(../../assets/icons/star-grey.svg) no-repeat center center;
  background-size: auto 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
}

.icon-star-grey-light {
  background: url(../../assets/icons/star-grey-light.svg) no-repeat center center;
  background-size: auto 26px;
  width: 28px;
  height: 26px;
  display: inline-block;
}

.icon-smile {
  background: url(../../assets/icons/icon-smile.svg) no-repeat center center;
  background-size: auto 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.icon-tick-green {
  background: url(../../assets/icons/icon-tick-green.svg) no-repeat center center;
  background-size: auto 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.icon-tick-grey {
  background: url(../../assets/icons/icon-tick-grey.svg) no-repeat center center;
  background-size: auto 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.icon-tick-yellow {
  background: url(../../assets/icons/icon-tick-yellow.svg) no-repeat center center;
  background-size: auto 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.icon-tick-red {
  background: url(../../assets/icons/icon-tick-red.svg) no-repeat center center;
  background-size: auto 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.icon-clock {
  background: url(../../assets/icons/icon-clock.svg) no-repeat center center;
  background-size: auto 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.icon-arw-small {
  background: url(../../assets/icons/icon-arw-small.svg) no-repeat right center;
  background-size: auto 14px;
  width: 21px;
  height: 14px;
  display: inline-block;
}

.icon-arwLeft-small {
  background: url(../../assets/icons/icon-arwLeft-small.svg) no-repeat right center;
  background-size: auto 11px;
  width: 6px;
  height: 11px;
  display: inline-block;
}

.icon-wish {
  background: url(../../assets/icons/icon-wish.svg) no-repeat right center;
  background-size: auto 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.icon-wish2 {
  background: url(../../assets/icons/icon-fav2.svg) no-repeat right center;
  background-size: auto 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.icon-modal-close {
  background: url(../../assets/icons/icon-modal-close.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-search-close {
  background: url(../../assets/icons/icon-search-close.svg) no-repeat right center;
  background-size: auto 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.icon-downArw-blue {
  background: url(../../assets/icons/icon-downArw-blue.svg) no-repeat right center;
  background-size: auto 6px;
  width: 10px;
  height: 6px;
  display: inline-block;
}

.icon-black-heart {
  background: url(../../assets/icons/icon-black-heart.svg) no-repeat right center;
  background-size: auto 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.icon-blue-heart {
  background: url(../../assets/icons/icon-blue-heart.svg) no-repeat right center;
  background-size: auto 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.icon-black-chat {
  background: url(../../assets/icons/icon-black-chat.svg) no-repeat right center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-lock {
  background: url(../../assets/icons/icon-lock.svg) no-repeat right center;
  background-size: auto 27px;
  width: 24px;
  height: 27px;
  display: inline-block;
}

.icon-bottle {
  background: url(../../assets/icons/icon-bottle.svg) no-repeat right center;
  background-size: auto 32px;
  width: 16px;
  height: 32px;
  display: inline-block;
}

.icon-bowl {
  background: url(../../assets/icons/icon-bowl.svg) no-repeat right center;
  background-size: auto 31px;
  width: 35px;
  height: 31px;
  display: inline-block;
}

.icon-bread {
  background: url(../../assets/icons/icon-bread.svg) no-repeat right center;
  background-size: auto 25px;
  width: 29px;
  height: 25px;
  display: inline-block;
}

.icon-flower {
  background: url(../../assets/icons/icon-flower.svg) no-repeat right center;
  background-size: auto 26px;
  width: 24px;
  height: 26px;
  display: inline-block;
}

.icon-card {
  background: url(../../assets/icons/icon-card.svg) no-repeat right center;
  background-size: auto 25px;
  width: 29px;
  height: 25px;
  display: inline-block;
}

.icon-ice {
  background: url(../../assets/icons/icon-ice.svg) no-repeat right center;
  background-size: auto 32px;
  width: 27px;
  height: 32px;
  display: inline-block;
}

.icon-milk-btl {
  background: url(../../assets/icons/icon-milk-btl.svg) no-repeat right center;
  background-size: auto 26px;
  width: 20px;
  height: 26px;
  display: inline-block;
}

.icon-fish {
  background: url(../../assets/icons/icon-fish.svg) no-repeat right center;
  background-size: auto 19px;
  width: 31px;
  height: 19px;
  display: inline-block;
}

.icon-rollar {
  background: url(../../assets/icons/icon-rollar.svg) no-repeat right center;
  background-size: auto 33px;
  width: 36px;
  height: 33px;
  display: inline-block;
}

.icon-cup {
  background: url(../../assets/icons/icon-cup.svg) no-repeat right center;
  background-size: auto 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.icon-baby {
  background: url(../../assets/icons/icon-baby.svg) no-repeat right center;
  background-size: auto 34px;
  width: 34px;
  height: 34px;
  display: inline-block;
}

.icon-badge {
  background: url(../../assets/icons/icon-badge.svg) no-repeat right center;
  background-size: auto 27px;
  width: 16px;
  height: 27px;
  display: inline-block;
}

.icon-wait-measure {
  background: url(../../assets/icons/icon-wait-measure.svg) no-repeat right center;
  background-size: auto 26px;
  width: 27px;
  height: 26px;
  display: inline-block;
}

.icon-big-leaves {
  background: url(../../assets/icons/icon-big-leaves.svg) no-repeat right center;
  background-size: auto 36px;
  width: 34px;
  height: 36px;
  display: inline-block;
}

.icon-small-leaves {
  background: url(../../assets/icons/icon-small-leaves.svg) no-repeat right center;
  background-size: auto 33px;
  width: 33px;
  height: 33px;
  display: inline-block;
}

.icon-white-arw {
  background: url(../../assets/icons/icon-white-arw.svg) no-repeat right center;
  background-size: auto 10px;
  width: 6px;
  height: 10px;
  display: inline-block;
}

.icon-rightArw-blue {
  background: url(../../assets/icons/icon-rightArw-blue.svg) no-repeat right center;
  background-size: auto 10px;
  width: 6px;
  height: 10px;
  display: inline-block;
}

.icon-camara-white {
  background: url(../../assets/icons/icon-camara-white.svg) no-repeat right center;
  background-size: auto 11px;
  width: 13px;
  height: 11px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 24px 0;
  }
}
section .heading {
  width: 100%;
  text-align: center;
}
section .heading h4 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
  color: #676768;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  section .heading h4 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section .heading h4 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  section .heading h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 8px;
  }
}
section .heading img {
  margin: 0px auto;
}
section .heading.dark-back h4 {
  color: #ffffff;
}
section .subheading {
  margin-top: 50px;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  section .subheading {
    margin-top: 24px;
  }
}
section .subheading p {
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  color: #676768;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  section .subheading p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section .subheading p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  section .subheading p {
    font-size: 18px;
    line-height: 25px;
  }
}
section .subheading.dark-back p {
  color: #ffffff;
}
section .subheading.extrapads {
  padding: 0 385px;
}
@media screen and (max-width: 1366px) {
  section .subheading.extrapads {
    padding: 0 200px;
  }
}
@media screen and (max-width: 1220px) {
  section .subheading.extrapads {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1024px) {
  section .subheading.extrapads {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  section .subheading.extrapads {
    padding: 0px;
  }
}

.rating-section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 150px 85px;
  background-color: #FBfBfB;
  /* Tablet Layout: 768px. */
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .rating-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .rating-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .rating-section {
    padding: 32px 0px;
  }
}
.rating-section .main-wrap {
  margin-top: 80px;
  padding: 0 185px;
}
@media only screen and (min-width: 769px) and (max-width: 1880px) {
  .rating-section .main-wrap {
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .rating-section .main-wrap {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .rating-section .main-wrap {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .rating-section .main-wrap {
    margin-top: 8px;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .rating-section .main-wrap .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.rating-section .rating {
  width: 100%;
  height: auto;
  padding: 19px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 770px) and (max-width: 1024px) {
  .rating-section .rating {
    padding: 14px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .rating-section .rating {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .rating-section .rating {
    margin-top: 16px;
  }
}
.rating-section .rating .logo {
  width: 80px;
}
.rating-section .rating .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .rating-section .rating .logo {
    width: 64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .rating-section .rating .logo {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .rating-section .rating .logo {
    width: 80px;
  }
}
.rating-section .rating .name {
  margin-left: 12px;
}
.rating-section .rating .name h4 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  color: #111111;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1601px) and (max-width: 1880px) {
  .rating-section .rating .name h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .rating-section .rating .name h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
  .rating-section .rating .name h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .rating-section .rating .name h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .rating-section .rating .name h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }
}
.rating-section .rating .name .rate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
}
.rating-section .rating .name .rate p {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #89AF3D;
}
@media screen and (max-width: 1024px) {
  .rating-section .rating .name .rate p {
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .rating-section .rating .name .rate p {
    font-size: 24px;
    line-height: 29px;
  }
}
.rating-section .rating .name .rate ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating-section .rating .name .rate ul li {
  margin-left: 8px;
}

.brand-sec {
  width: 100%;
  height: auto;
  background-color: #FBfBfB;
  padding: 150px 85px 120px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .brand-sec {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .brand-sec {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .brand-sec {
    padding: 32px 0;
  }
}
.brand-sec .main-wrap {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .brand-sec .main-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .brand-sec .main-wrap {
    margin-top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .brand-sec .main-wrap .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.brand-sec .brand {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 150px;
  margin: 0px auto;
  margin-top: 30px;
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .brand-sec .brand {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .brand-sec .brand {
    max-width: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .brand-sec .brand {
    max-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .brand-sec .brand {
    margin-top: 15px;
  }
}
.brand-sec .brand img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .brand-sec .brand img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .brand-sec .brand img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .brand-sec .brand img {
    max-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .brand-sec .brand img {
    max-width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .brand-sec .brand .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.technology-section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .technology-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .technology-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .technology-section {
    padding: 32px 1px;
  }
}
@media screen and (max-width: 1024px) {
  .technology-section .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .technology-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.technology-section .main-wrap {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .technology-section .main-wrap {
    padding: 8px 0 0;
  }
}
.technology-section .technology {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  transition: 0.5s;
  margin-top: 30px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .technology-section .technology {
    padding: 30px;
    min-height: 210px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
  .technology-section .technology {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .technology-section .technology {
    margin-top: 16px;
  }
}
.technology-section .technology .title-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.technology-section .technology .title-wrap .icons {
  position: relative;
  width: 64px;
  height: 64px;
  padding: 3px;
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  .technology-section .technology .title-wrap .icons {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .technology-section .technology .title-wrap .icons {
    width: 48px;
    height: 48px;
  }
}
.technology-section .technology .title-wrap .icons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #cee19e;
}
.technology-section .technology .title-wrap .icons img {
  position: relative;
  z-index: 32;
}
.technology-section .technology .title-wrap h5 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  color: #264027;
  margin-left: 20px;
  transition: 0.5s;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .technology-section .technology .title-wrap h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .technology-section .technology .title-wrap h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .technology-section .technology .title-wrap h5 {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 400;
    margin-left: 20px;
  }
}
.technology-section .technology:hover {
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.16);
}
.technology-section .technology:hover .title-wrap h5 {
  color: #89AF3D;
}
.technology-section .technology:hover .title-wrap .icons::after {
  background: #89af3d;
  transition: all 0.3s;
}
.technology-section .technology:hover .description a {
  color: #89AF3D;
}
.technology-section .technology:hover .description a span svg path {
  fill: #89AF3D;
}
@media screen and (max-width: 768px) {
  .technology-section .technology {
    min-height: auto;
    padding: 16px;
  }
}
.technology-section .technology .description {
  padding-top: 20px;
}
.technology-section .technology .description p {
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 400;
  color: #676768;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .technology-section .technology .description p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .technology-section .technology .description p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
.technology-section .technology .description a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #111111;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  transition: 0.5s;
}
.technology-section .technology .description a span {
  margin-left: 7px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .technology-section .technology .description a span svg {
    width: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .technology-section .technology .description a {
    font-size: 16px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .technology-section .technology .description a {
    margin-top: 14px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .technology-section .technology.m-0 {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .service-pad {
    padding: 8px 0 40px;
  }
}

.award-section {
  width: 100%;
  background-color: #FFFDF8;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .award-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .award-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .award-section {
    padding: 32px 0px;
  }
}
.award-section .main-wrap {
  margin-top: 80px;
  padding: 0 57px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .award-section .main-wrap {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .award-section .main-wrap {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .award-section .main-wrap {
    margin-top: 24px;
    padding: 0px;
  }
}
@media screen and (max-width: 1290px) {
  .award-section .col-lg-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .award-section .col-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.award-section .award-wrap {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  height: 292px;
}
@media only screen and (min-width: 769px) and (max-width: 1290px) {
  .award-section .award-wrap {
    height: 322px;
  }
}
.award-section .award-wrap .image {
  width: 100%;
  height: 292px;
  background-image: url(../../assets/images/award.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.award-section .award-wrap .image .dtls {
  padding-top: 60px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .award-section .award-wrap .image .dtls {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .award-section .award-wrap .image .dtls {
    padding-top: 30px;
  }
}
.award-section .award-wrap .image .dtls h4 {
  font-size: 42px;
  line-height: 63px;
  font-weight: 500;
  color: #8FA93D;
  font-family: "Overpass", sans-serif;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .award-section .award-wrap .image .dtls h4 {
    font-size: 38px;
    line-height: 56px;
  }
}
.award-section .award-wrap .image .dtls h5 {
  font-size: 18px;
  line-height: 28px;
  color: #111111;
  font-weight: 400;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .award-section .award-wrap .image .dtls h5 {
    font-size: 15px;
    line-height: 24px;
  }
}
.award-section .award-wrap .image .dtls p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #676768;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .award-section .award-wrap .image .dtls p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .award-section .award-wrap {
    margin-bottom: 50px;
  }
  .award-section .award-wrap.mob-no-margin {
    margin-bottom: 0;
  }
}

.tech-work-section {
  width: 100%;
  height: auto;
  background-color: #FBfBfB;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .tech-work-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tech-work-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .tech-work-section {
    padding: 32px 0;
  }
}
.tech-work-section .main-wrap {
  margin-top: 80px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .tech-work-section .main-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tech-work-section .main-wrap {
    margin-top: 24px;
  }
}
.tech-work-section .tech-accordian .nav-tabs {
  border: none;
  justify-content: space-between;
  border-bottom: 1px solid #F5F5F5;
}
@media screen and (max-width: 768px) {
  .tech-work-section .tech-accordian .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.tech-work-section .tech-accordian .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  border: 0;
  color: #676768;
  text-align: left;
  padding: 0;
  width: 100%;
  max-width: 220px;
  text-align: center;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .tech-work-section .tech-accordian .nav-tabs .nav-link {
    font-size: 24px;
    max-width: 200px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1365px) and (max-width: 1439px) {
  .tech-work-section .tech-accordian .nav-tabs .nav-link {
    font-size: 22px;
    max-width: 180px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1364px) {
  .tech-work-section .tech-accordian .nav-tabs .nav-link {
    font-size: 18px;
    max-width: 140px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tech-work-section .tech-accordian .nav-tabs .nav-link {
    font-size: 18px;
    max-width: 116px;
    line-height: 26px;
  }
}
.tech-work-section .tech-accordian .nav-tabs .nav-link:hover {
  border-bottom: transparent;
}
.tech-work-section .tech-accordian .nav-tabs .nav-link.active {
  border: 0;
  color: #89AF3D;
  border-bottom: 4px solid #89AF3D;
  background: none;
}
@media screen and (max-width: 768px) {
  .tech-work-section .tech-accordian .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    white-space: nowrap;
    padding: 0 16px;
  }
}
.tech-work-section .tech-accordian .tab-content {
  padding: 0 !important;
  margin-top: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tech-work-section .tech-accordian .tab-content {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tech-work-section .tech-accordian .tab-content {
    margin-top: 9px;
  }
}
.tech-work-section .tech-accordian .tab-content .tab-pane .tech-logo {
  width: 100%;
  margin: 0px auto;
  background-color: #F5F5F5;
  padding: 40px 0;
}
.tech-work-section .tech-accordian .tab-content .tab-pane .tech-logo img {
  margin: 0px auto;
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  .tech-work-section .tech-accordian .tab-content .tab-pane .tech-logo {
    width: 80%;
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .tech-work-section .tech-accordian .tab-content .tab-pane .tech-logo {
    margin: 15px auto;
    padding: 3px 0;
  }
}
@media screen and (max-width: 768px) {
  .tech-work-section .tech-accordian .tab-content .col-sm-4 {
    max-width: 33.33%;
    flex: 33.33%;
  }
}

.industries-section {
  width: 100%;
  height: auto;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .industries-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .industries-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .industries-section {
    padding: 32px 0px;
  }
}
.industries-section .main-wrap {
  margin-top: 65px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .industries-section .main-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .industries-section .main-wrap {
    margin-top: 9px;
  }
}
@media screen and (max-width: 1140px) {
  .industries-section .main-wrap .col-sm-6 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media screen and (max-width: 576px) {
  .industries-section .main-wrap .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.industries-section .industries {
  width: 100%;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-top: 40px;
  transition: 0.3s;
  display: flex;
  min-height: 170px;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .industries-section .industries {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .industries-section .industries {
    margin-top: 16px;
    padding: 15px;
    min-height: auto;
  }
}
.industries-section .industries:hover {
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.16);
}
.industries-section .industries:hover .wrap .icons::after {
  background: #89af3d;
}
.industries-section .industries .wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .industries-section .industries .wrap {
    flex-direction: column;
  }
}
.industries-section .industries .wrap .icons {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 3px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  .industries-section .industries .wrap .icons {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .industries-section .industries .wrap .icons {
    width: 48px;
    height: 48px;
  }
}
.industries-section .industries .wrap .icons img {
  position: relative;
  z-index: 1;
}
.industries-section .industries .wrap .icons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #cee19e;
  transition: all 0.3s;
}
.industries-section .industries .wrap p {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  color: #264027;
  font-family: "Overpass", sans-serif;
  margin-left: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .industries-section .industries .wrap p {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .industries-section .industries .wrap p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .industries-section .industries .wrap p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-left: 0;
  }
}

.team-section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .team-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .team-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .team-section {
    padding: 32px 0px;
  }
}
.team-section .team-wrap {
  margin-top: 80px;
}
@media only screen and (min-width: 1240px) and (max-width: 1366px) {
  .team-section .team-wrap {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .team-section .team-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .team-section .team-wrap {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1240px) {
  .team-section .team-wrap .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .team-section .team-wrap .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.team-section .team-member {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .team-section .team-member {
    padding: 10px;
  }
}
@media screen and (max-width: 1920px) {
  .team-section .team-member {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1240px) {
  .team-section .team-member {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .team-section .team-member {
    padding: 20px;
  }
}
.team-section .team-member .wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .team-section .team-member .wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.team-section .team-member .wrap img {
  width: 132px;
  height: 132px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .team-section .team-member .wrap img {
    width: 100px;
    height: 100px;
  }
}
.team-section .team-member .wrap .details {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .team-section .team-member .wrap .details {
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}
.team-section .team-member .wrap .details p {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  color: #111111;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .team-section .team-member .wrap .details p {
    font-size: 22px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .team-section .team-member .wrap .details p {
    font-size: 26px;
    line-height: 39px;
  }
}
.team-section .team-member .wrap .details span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
}
@media screen and (max-width: 1366px) {
  .team-section .team-member .wrap .details span {
    font-size: 14px;
    line-height: 18px;
  }
}

.job-section {
  width: 100%;
  height: auto;
  padding: 150px 85px;
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .job-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .job-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .job-section {
    padding: 32px 0px;
  }
}
.job-section .main-job-wrap {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .job-section .main-job-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .job-section .main-job-wrap .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .job-section .main-job-wrap {
    margin: 8px 0;
  }
  .job-section .main-job-wrap .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.job-section .job-all {
  width: 100%;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background-color: #ffffff;
  padding: 40px;
  margin-top: 30px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .job-section .job-all {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .job-section .job-all {
    margin-top: 16px;
    padding: 16px;
  }
}
.job-section .job-all .job-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.job-section .job-all .job-heading .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-section .job-all .job-heading .wrap p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #111111;
  font-family: "Overpass", sans-serif;
}
.job-section .job-all .job-heading .wrap p span {
  color: #676768;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .job-section .job-all .job-heading .wrap p {
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 400;
  }
}
.job-section .job-all .job-heading .wrap button {
  padding: 3px 10px;
  border-radius: 8px;
  background-color: #EB5757;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  font-family: "Overpass", sans-serif;
}
.job-section .job-all .job-heading .heading {
  width: 100%;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .job-section .job-all .job-heading .heading {
    margin-top: 19px;
  }
}
.job-section .job-all .job-heading .heading h4 {
  font-size: 30px;
  line-height: 45px;
  color: #111111;
  font-weight: 400;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1140px) and (max-width: 1400px) {
  .job-section .job-all .job-heading .heading h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1139px) {
  .job-section .job-all .job-heading .heading h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .job-section .job-all .job-heading .heading h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
}
.job-section .job-all .job-heading .heading span {
  margin-top: 4px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .job-section .job-all .job-heading .heading span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .job-section .job-all .job-heading .heading span {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
.job-section .job-all .job-description {
  padding-top: 20px;
  position: relative;
}
.job-section .job-all .job-description p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .job-section .job-all .job-description p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .job-section .job-all .job-description p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
.job-section .job-all .job-description button {
  padding: 8px 24px;
  border-radius: 100px;
  background-color: #8DAC3D;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 30px;
  border: 1px solid transparent;
  transition: 0.3s all;
}
.job-section .job-all .job-description button:hover {
  border: 1px solid #8DAC3D;
  color: #8DAC3D;
  background: none !important;
  transition: 0.3s all;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .job-section .job-all .job-description button {
    padding: 7px 22px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .job-section .job-all .job-description button {
    padding: 7px 20px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .job-section .job-all .job-description button {
    margin-top: 16px;
    padding: 7px 18px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
}
.job-section .job-all:hover {
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.16);
}
.job-section .job-all:hover .job-heading .heading h4 {
  color: #8DAC3D;
}

.check-balck-wrap {
  display: block;
  margin-bottom: 20px;
}
.check-balck-wrap label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.42px;
  color: #828282;
  margin: 0;
  max-width: inherit !important;
}
.check-balck-wrap label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #828282;
  width: 14px;
  height: 14px;
  border-radius: 0px;
  display: flex;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
}
.check-balck-wrap input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check-balck-wrap input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: url("../../assets/icons/select-checkbox-blk.png");
}

@media screen and (max-width: 1024px) {
  .hide {
    display: none;
  }
}
@media (max-width: 768px) {
  .desktop-show {
    display: initial;
  }
}
.confirmation-modal .modal-content {
  border-radius: 8px;
}
.confirmation-modal .modal-content .modal-header {
  font-size: 24px;
  font-weight: 400;
  font-family: "Overpass", sans-serif;
  color: #676768;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .confirmation-modal .modal-content .modal-header {
    font-size: 20px;
  }
}
.confirmation-modal .modal-content .modal-body button {
  border: 1px solid #89af3d;
  background-color: #89af3d;
  width: 100%;
  color: #ffffff;
  padding: 6px 0;
  border-radius: 24px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .confirmation-modal .modal-content .modal-body button {
    font-size: 20px;
  }
}

.error {
  font-size: 14px;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .error {
    font-size: 13px;
  }
}

.banner-home {
  width: 100%;
  height: 936px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .banner-home {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .banner-home {
    height: 280px;
  }
}
.banner-home .banner-home-inner {
  position: relative;
  width: 100%;
  padding: 0 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .banner-home .banner-home-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-home .banner-home-inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .banner-home .banner-home-inner {
    padding: 0px;
  }
}
.banner-home .banner-home-inner .content h1 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .banner-home .banner-home-inner .content h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-home .banner-home-inner .content h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .banner-home .banner-home-inner .content h1 {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 300;
  }
}
.banner-home .banner-home-inner .content h1 b {
  font-weight: 900;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .banner-home .banner-home-inner .content h1 b {
    font-weight: 700;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-home .banner-home-inner .content h1 b {
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .banner-home .banner-home-inner .content h1 b {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 500;
  }
}
.banner-home .banner-home-inner .content .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .banner-home .banner-home-inner .content .btn-wrap {
    margin-top: 15px;
  }
}
.banner-home .banner-home-inner .content .btn-wrap .line-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 48px 13px;
  background: transparent;
  color: #ffffff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  border: 2px solid #ffffff;
  border-radius: 100px;
  margin-left: 30px;
  transition: 0.3s;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .banner-home .banner-home-inner .content .btn-wrap .line-btns {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .banner-home .banner-home-inner .content .btn-wrap .line-btns {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-home .banner-home-inner .content .btn-wrap .line-btns {
    font-size: 16px;
    line-height: 24px;
    padding: 7px 18px;
  }
}
@media screen and (max-width: 768px) {
  .banner-home .banner-home-inner .content .btn-wrap .line-btns {
    font-size: 14px;
    line-height: 21px;
    padding: 7px 18px;
    margin-left: 15px;
  }
}
.banner-home .banner-home-inner .content .btn-wrap .line-btns img {
  padding-left: 28px;
}
@media screen and (max-width: 1024px) {
  .banner-home .banner-home-inner .content .btn-wrap .line-btns img {
    width: 30px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .banner-home .banner-home-inner .content .btn-wrap .line-btns img {
    width: 20px;
    padding-left: 5px;
  }
}
.banner-home .banner-home-inner .content .btn-wrap .line-btns:first-child {
  margin-left: 0;
}
.banner-home .banner-home-inner .content .btn-wrap .line-btns.solid {
  background-color: #8DAC3D;
  border: 2px solid #8DAC3D;
}
.banner-home .banner-home-inner .content .btn-wrap .line-btns.solid:hover {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.banner-home .banner-home-inner .content .btn-wrap .line-btns:hover {
  background-color: #8DAC3D;
  border: 1px solid #8DAC3D;
}

.team-work-section {
  width: 100%;
  height: auto;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .team-work-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .team-work-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .team-work-section {
    padding: 32px 0px;
  }
}
.team-work-section .details {
  padding: 60px 200px 20px;
  width: 100%;
  height: auto;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .team-work-section .details {
    padding: 20px 0px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .team-work-section .details {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .team-work-section .details {
    padding: 24px 0px 24px;
  }
}
.team-work-section .details p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .team-work-section .details p {
    font-size: 16px;
    line-height: 20px;
  }
  .team-work-section .details p:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .team-work-section .details p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .team-work-section .details p:first-child {
    margin-top: 0;
  }
}
.team-work-section .log-img-area {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .team-work-section .log-img-area {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .team-work-section .log-img-area {
    margin-top: 20px;
  }
}
.team-work-section .log-img-area img {
  width: 100%;
  margin: 0px auto;
}

.Project-slider-section {
  width: 100%;
  background-color: #FBfBfB;
  padding: 150px 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .Project-slider-section {
    padding: 100px 45px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .Project-slider-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .Project-slider-section {
    padding: 32px 0;
  }
}
.Project-slider-section .container {
  padding: 0;
}
.Project-slider-section .project {
  margin-top: 80px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .Project-slider-section .project {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project {
    margin-top: 24px;
  }
}
.Project-slider-section .project .project-slider {
  position: relative;
  width: 100%;
  padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider {
    padding-bottom: 60px;
  }
}
.Project-slider-section .project .project-slider .wrapper {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Project-slider-section .project .project-slider .wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper {
    padding: 0 16px;
  }
}
.Project-slider-section .project .project-slider .wrapper .inner-wrapper {
  position: relative;
  width: 100%;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .Project-slider-section .project .project-slider .wrapper .inner-wrapper {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .Project-slider-section .project .project-slider .wrapper .inner-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper .inner-wrapper {
    flex-direction: row-reverse;
    flex-flow: column-reverse;
  }
}
.Project-slider-section .project .project-slider .wrapper .content {
  width: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper .content {
    width: 100%;
    margin-top: 24px;
  }
}
.Project-slider-section .project .project-slider .wrapper .content .slide-heads {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.Project-slider-section .project .project-slider .wrapper .content .slide-heads .heads {
  display: flex;
}
.Project-slider-section .project .project-slider .wrapper .content .slide-heads .heads img {
  width: 32px;
  height: 32px;
}
.Project-slider-section .project .project-slider .wrapper .content .slide-heads .heads p {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  color: #181818;
  margin-left: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper .content .slide-heads .heads p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
.Project-slider-section .project .project-slider .wrapper .content .slide-heads span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding-left: 40px;
}
.Project-slider-section .project .project-slider .wrapper .content .para-content {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
.Project-slider-section .project .project-slider .wrapper .content .para-content h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4C4C4C;
  margin-bottom: 4px;
}
.Project-slider-section .project .project-slider .wrapper .content .para-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #4C4C4C;
}
.Project-slider-section .project .project-slider .wrapper .content .use-techno {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.Project-slider-section .project .project-slider .wrapper .content .use-techno h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4C4C4C;
  margin-bottom: 4px;
}
.Project-slider-section .project .project-slider .wrapper .content .use-techno .techo-logo {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
}
.Project-slider-section .project .project-slider .wrapper .content .dtls h5 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  margin-top: 13px;
  padding-bottom: 10px;
  color: #676768;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper .content .dtls h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding-bottom: 0;
  }
}
.Project-slider-section .project .project-slider .wrapper .content .dtls p {
  margin-top: 20px;
  color: #676768;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper .content .dtls p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
}
.Project-slider-section .project .project-slider .wrapper .content .mobile {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper .content .mobile {
    margin-top: 20px;
  }
}
.Project-slider-section .project .project-slider .wrapper .content .mobile img {
  margin-left: 16px;
  width: 48px;
  height: 48px;
}
.Project-slider-section .project .project-slider .wrapper .content .mobile img:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper .content .mobile img {
    margin-left: 16px;
  }
}
.Project-slider-section .project .project-slider .wrapper .content a {
  margin-top: 30px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #8DAC3D;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Overpass", sans-serif;
}
.Project-slider-section .project .project-slider .wrapper .content a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper .content a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 30px;
  }
}
.Project-slider-section .project .project-slider .wrapper .image {
  width: 50%;
  position: relative;
  min-height: 420px;
}
@media screen and (max-width: 768px) {
  .Project-slider-section .project .project-slider .wrapper .image {
    width: 100%;
  }
}
.Project-slider-section .project .project-slider .wrapper .image img {
  width: 100%;
  margin: 0px auto;
}
.Project-slider-section .project .project-slider .wrapper .image .oval {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  gap: 10px;
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.03);
  border-radius: 999px;
}
.Project-slider-section a.slick-prev.slick-arrow {
  position: absolute;
  background: url(../../assets/icons/arrow-narrow-right.svg) no-repeat center !important;
  background-size: cover !important;
  width: 32px;
  height: 32px;
  bottom: 0;
  left: calc(48% - 16px);
  transform: rotate(180deg);
}
.Project-slider-section a.slick-prev.slick-arrow.actives {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .Project-slider-section a.slick-prev.slick-arrow {
    left: calc(48% - 30px);
  }
}
.Project-slider-section a.slick-next.slick-arrow {
  position: absolute;
  bottom: 0;
  right: calc(50% - 16px);
  z-index: 32;
  background: url(../../assets/icons/arrow-narrow-right.svg) no-repeat center !important;
  background-size: cover !important;
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .Project-slider-section a.slick-next.slick-arrow {
    right: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .Project-slider-section a.slick-next.slick-arrow {
    right: calc(50% - 30px);
  }
}

.join-banner-sec {
  width: 100%;
  height: auto;
  background-color: #89AF3D;
  padding: 100px 85px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .join-banner-sec {
    padding: 50px 35px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .join-banner-sec {
    padding: 50px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .join-banner-sec {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .join-banner-sec {
    padding: 32px 0px;
  }
}
.join-banner-sec .content {
  width: 100%;
}
.join-banner-sec .content h2 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .join-banner-sec .content h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .join-banner-sec .content h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .join-banner-sec .content h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
  }
}
.join-banner-sec .content .button {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.join-banner-sec .content .button a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 32px;
  font-family: "Overpass", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.join-banner-sec .content .button a:first-child {
  margin-left: 0;
}
.join-banner-sec .content .button a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .join-banner-sec .content .button a img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .join-banner-sec .content .button a img {
    width: 34px;
    height: 34px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .join-banner-sec .content .button a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .join-banner-sec .content .button a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .join-banner-sec .content .button a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
.join-banner-sec .content .button a.yellow {
  color: #FFD600;
}
.join-banner-sec .responsive-div {
  width: 50%;
}
.join-banner-sec .counting {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .join-banner-sec .counting {
    margin-top: 24px;
  }
}
.join-banner-sec .counting .wrap {
  margin-left: 16px;
}
.join-banner-sec .counting .wrap h4 {
  font-size: 48px;
  line-height: 57px;
  font-weight: 800;
  color: #ffffff;
  font-style: italic;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .join-banner-sec .counting .wrap h4 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .join-banner-sec .counting .wrap h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .join-banner-sec .counting .wrap h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
  }
}
.join-banner-sec .counting .wrap p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .join-banner-sec .counting .wrap p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
}

.tech-work-section .tech-accordian .nav-tabs::-webkit-scrollbar {
  display: none;
}

.banner-inner {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 85px;
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .banner-inner {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .banner-inner {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner-inner {
    height: 260px;
    padding: 0 0px;
  }
}
.banner-inner .content {
  width: 60%;
}
.banner-inner .content h1 {
  font-size: 42px;
  line-height: 63px;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .banner-inner .content h1 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-inner .content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .banner-inner .content h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.banner-inner .content p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 15px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .banner-inner .content p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-inner .content p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .banner-inner .content p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
  }
}

.who-we-are-section {
  width: 100%;
  position: relative;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .who-we-are-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .who-we-are-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .who-we-are-section {
    padding: 32px 0px;
  }
}
@media screen and (max-width: 768px) {
  .who-we-are-section .subheading br {
    display: none;
  }
}
.who-we-are-section .company-details {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .who-we-are-section .company-details {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .who-we-are-section .company-details .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .who-we-are-section .company-details .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .who-we-are-section .company-details {
    margin-top: 8px;
  }
}
.who-we-are-section .company-details .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 16px;
  padding: 40px;
  margin-top: 30px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .who-we-are-section .company-details .wrap {
    padding: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 840px) {
  .who-we-are-section .company-details .wrap {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .who-we-are-section .company-details .wrap {
    padding: 30px 20px;
  }
}
.who-we-are-section .company-details .wrap .icons {
  position: relative;
  width: 64px;
  height: 64px;
  padding: 3px;
}
.who-we-are-section .company-details .wrap .icons img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .who-we-are-section .company-details .wrap .icons {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .who-we-are-section .company-details .wrap .icons {
    width: 48px;
    height: 48px;
  }
}
.who-we-are-section .company-details .wrap .icons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #cee19e;
}
.who-we-are-section .company-details .wrap .icons img {
  position: relative;
  z-index: 32;
}
.who-we-are-section .company-details .wrap .content {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .who-we-are-section .company-details .wrap .content {
    margin-left: 0px;
    margin-top: 16px;
  }
}
.who-we-are-section .company-details .wrap .content p {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  color: #264027;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .who-we-are-section .company-details .wrap .content p {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .who-we-are-section .company-details .wrap .content p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .who-we-are-section .company-details .wrap .content p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
}
.who-we-are-section .company-details .wrap .content span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .who-we-are-section .company-details .wrap .content span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .who-we-are-section .company-details .wrap .content span {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}

.mission-section {
  width: 100%;
  height: auto;
  background-color: #FBfBfB;
  position: relative;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .mission-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mission-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .mission-section {
    padding: 32px 0px;
  }
}
.mission-section .mission {
  width: 100%;
  height: auto;
}
.mission-section .mission .img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .mission-section .mission .head {
    margin-top: 30px;
  }
  .mission-section .mission .head.m-t-0 {
    margin-top: 24px;
  }
}
.mission-section .mission .head h4 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
  color: #676768;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .mission-section .mission .head h4 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mission-section .mission .head h4 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .mission-section .mission .head h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 8px;
  }
}
.mission-section .mission .dtls {
  margin-top: 80px;
}
@media screen and (max-width: 1093px) {
  .mission-section .mission .dtls {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mission-section .mission .dtls {
    margin-top: 24px;
  }
}
.mission-section .mission .dtls p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
}
@media screen and (max-width: 1024px) {
  .mission-section .mission .dtls p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .mission-section .mission .dtls p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .mission-section .mission .reverse {
    flex-flow: column-reverse;
  }
}
.mission-section .mission .pad-left {
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .mission-section .mission .pad-left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mission-section .mission .pad-left {
    padding-left: 0;
  }
}
.mission-section .mission .pad-right {
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .mission-section .mission .pad-right {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mission-section .mission .pad-right {
    padding-right: 0;
  }
}
.mission-section.vision-section {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mission-section.vision-section .reverse {
    flex-flow: column-reverse;
  }
}

.achived-section {
  width: 100%;
  height: auto;
  background-color: #FBfBfB;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .achived-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .achived-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .achived-section {
    padding: 32px 0;
  }
}
.achived-section .main-wrap {
  padding: 0 200px;
}
@media screen and (max-width: 1224px) {
  .achived-section .main-wrap {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1024px) {
  .achived-section .main-wrap {
    padding: 0;
  }
}
@media screen and (min-width: 575px) and (max-width: 768px) {
  .achived-section .main-wrap .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.achived-section .achivement {
  width: 100%;
  height: auto;
  text-align: center;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-top: 80px;
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .achived-section .achivement {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .achived-section .achivement {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .achived-section .achivement {
    margin-top: 24px;
    padding: 16px 0;
  }
}
.achived-section .achivement .wrap {
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 0px auto;
}
.achived-section .achivement .wrap h5 {
  font-size: 48px;
  line-height: 72px;
  color: #676768;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .achived-section .achivement .wrap h5 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .achived-section .achivement .wrap h5 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .achived-section .achivement .wrap h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
  }
}
.achived-section .achivement .wrap p {
  font-family: "Overpass", sans-serif;
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  color: #264027;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .achived-section .achivement .wrap p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .achived-section .achivement .wrap p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 16px;
  }
}
.achived-section .achivement .wrap .rounds {
  background-image: url(../../assets/icons/dot.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  left: 45px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .achived-section .achivement .wrap .rounds {
    left: 70px;
    top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .achived-section .achivement .wrap .rounds {
    left: 102px;
    top: 4px;
  }
}
.achived-section .achivement .wrap .rounds.std {
  left: 50px;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .achived-section .achivement .wrap .rounds.std {
    left: 70px;
    top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .achived-section .achivement .wrap .rounds.std {
    left: 105px;
    top: 6px;
  }
}
.achived-section .achivement .wrap .rounds.std2 {
  left: 65px;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .achived-section .achivement .wrap .rounds.std2 {
    left: 80px;
    top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .achived-section .achivement .wrap .rounds.std2 {
    left: 125px;
    top: 3px;
  }
}

.leader-section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .leader-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .leader-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .leader-section {
    padding: 32px 0px;
  }
}
.leader-section .leader {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .leader-section .leader {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .leader-section .leader {
    margin-top: 25px;
  }
}
.leader-section .leader .leader-image {
  width: 264px;
  height: 264px;
  margin-left: 65px;
}
.leader-section .leader .leader-image:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .leader-section .leader .leader-image {
    width: 141px;
    height: auto;
    margin-left: 34px;
  }
}
.leader-section .leader .leader-image img {
  width: 264px;
  height: 264px;
  margin: 0px auto;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .leader-section .leader .leader-image img {
    height: auto;
    width: 141px;
  }
}

.bgwhite {
  background: #ffffff;
}

.inhouse-project-section {
  width: 100%;
  background-color: #FBfBfB;
  position: relative;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .inhouse-project-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .inhouse-project-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .inhouse-project-section {
    padding: 32px 0;
  }
}
.inhouse-project-section .project_button {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .inhouse-project-section .project_button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .inhouse-project-section .project_button {
    margin-top: 16px;
  }
}
.inhouse-project-section .project_button button {
  padding: 16px 48px;
  background-color: #8DAC3D;
  color: #ffffff;
  border-radius: 100px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  border: 1px solid transparent;
  transition: 0.3s all;
}
.inhouse-project-section .project_button button:hover {
  border: 1px solid #8DAC3D;
  color: #8DAC3D;
  background: none !important;
  transition: 0.3s all;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .inhouse-project-section .project_button button {
    padding: 12px 36px;
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .inhouse-project-section .project_button button {
    padding: 9px 18px 7px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .inhouse-project-section .subheading p br {
    display: none;
  }
}

.client-say-section {
  width: 100%;
  height: auto;
  padding: 150px 85px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .client-say-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .client-say-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .client-say-section {
    padding: 32px 0px;
  }
}
.client-say-section .client-slider {
  width: 100%;
  margin-top: 80px;
  position: relative;
  padding: 0 285px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .client-say-section .client-slider {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .client-say-section .client-slider {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .client-say-section .client-slider {
    margin-top: 24px;
    padding: 0;
  }
}
.client-say-section .client-slider .item .content {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  padding-top: 42px;
}
.client-say-section .client-slider .item .content::before {
  content: "";
  background: url(../../assets/icons/invited.png) no-repeat center center;
  background-size: cover;
  width: 160px;
  height: 109px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: calc(50% - 80px);
}
.client-say-section .client-slider .item .content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
}
@media screen and (max-width: 768px) {
  .client-say-section .client-slider .item .content p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
.client-say-section .client-slider .item .content .client-details {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .client-say-section .client-slider .item .content .client-details {
    margin-top: 24px;
  }
}
.client-say-section .client-slider .item .content .client-details img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
}
.client-say-section .client-slider .item .content .client-details .dtls {
  text-align: left;
  margin-left: 16px;
}
.client-say-section .client-slider .item .content .client-details .dtls h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #111111;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .client-say-section .client-slider .item .content .client-details .dtls h6 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
}
.client-say-section .client-slider .item .content .client-details .dtls p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #676768;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .client-say-section .client-slider .item .content .client-details .dtls p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
}
.client-say-section .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .client-say-section .owl-nav {
    margin-top: 24px;
  }
}
.client-say-section .owl-nav .owl-prev {
  background: url(../../assets/icons/arrow-narrow-right.svg) no-repeat center !important;
  background-size: cover !important;
  width: 32px;
  margin-right: 10px;
  transform: rotate(180deg);
}
.client-say-section .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.client-say-section .owl-nav .owl-prev span {
  opacity: 0;
}
.client-say-section .owl-nav .owl-next {
  background: url(../../assets/icons/arrow-narrow-right.svg) no-repeat center !important;
  background-size: cover !important;
  width: 32px;
  margin-left: 10px;
}
.client-say-section .owl-nav .owl-next span {
  opacity: 0;
}

.bg-grey {
  background-color: #FBfBfB;
}

.cheerfull-section {
  width: 100%;
  height: auto;
}
.cheerfull-section img {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

.dream-job-section {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 85px 150px;
  position: relative;
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .dream-job-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .dream-job-section {
    padding: 32px 0;
  }
}
.dream-job-section .subheading p {
  text-transform: capitalize;
}
.dream-job-section .project_button {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dream-job-section .project_button {
    margin-top: 24px;
  }
}
.dream-job-section .project_button button {
  padding: 16px 48px;
  background-color: #8DAC3D;
  color: #ffffff;
  border-radius: 100px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .dream-job-section .project_button button {
    padding: 12px 36px;
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .dream-job-section .project_button button {
    padding: 8px 24px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
}

.promotion-policy {
  position: relative;
  width: 100%;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .promotion-policy {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .promotion-policy {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .promotion-policy {
    padding: 32px 0px;
  }
}
.promotion-policy .body-text {
  padding: 80px 230px 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .promotion-policy .body-text {
    padding: 50px 50px 0;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .promotion-policy .body-text {
    padding: 50px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .promotion-policy .body-text {
    padding: 0px;
    padding-top: 24px;
  }
}
.promotion-policy .body-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #676768;
}

.team-comment-section {
  width: 100%;
  height: auto;
  background-color: #FBfBfB;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .team-comment-section {
    padding: 100px 85px;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .team-comment-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .team-comment-section {
    padding: 32px 0px;
  }
}
.team-comment-section .all-comment-slider {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider {
    margin-top: 24px;
  }
}
.team-comment-section .all-comment-slider .owl-stage-outer {
  padding: 10px 0;
}
.team-comment-section .all-comment-slider .item {
  margin: 0 5px;
}
.team-comment-section .all-comment-slider .item .content {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .team-comment-section .all-comment-slider .item .content {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider .item .content {
    padding: 16px;
  }
}
.team-comment-section .all-comment-slider .item .content .heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.team-comment-section .all-comment-slider .item .content .heading .wrap {
  text-align: left;
}
.team-comment-section .all-comment-slider .item .content .heading .wrap p {
  font-size: 26px;
  line-height: 39px;
  color: #111111;
  font-weight: 500;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 1366px) {
  .team-comment-section .all-comment-slider .item .content .heading .wrap p {
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider .item .content .heading .wrap p {
    font-size: 20px;
    line-height: 30px;
  }
}
.team-comment-section .all-comment-slider .item .content .heading .wrap span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #676768;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider .item .content .heading .wrap span {
    font-size: 14px;
    line-height: 19px;
  }
}
.team-comment-section .all-comment-slider .item .content .heading .rating {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.team-comment-section .all-comment-slider .item .content .heading .rating p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #89AF3D;
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider .item .content .heading .rating p {
    font-size: 20px;
    line-height: 30px;
  }
}
.team-comment-section .all-comment-slider .item .content .heading .rating img {
  margin-left: 6px;
  margin-bottom: 3px;
}
.team-comment-section .all-comment-slider .item .content .details {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider .item .content .details {
    height: auto;
    overflow: inherit;
    display: block;
  }
}
.team-comment-section .all-comment-slider .item .content .details ul {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.team-comment-section .all-comment-slider .item .content .details ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .team-comment-section .all-comment-slider .item .content .details ul li {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider .item .content .details ul li {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.team-comment-section .all-comment-slider .item .content .details .more {
  margin-top: 30px;
}
.team-comment-section .all-comment-slider .item .content .details .more a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #89AF3D;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.team-comment-section .all-comment-slider .item .content .details .more a img {
  margin-left: 4px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider .item .content .details .more a img {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider .item .content .details .more a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }
}
.team-comment-section .all-comment-slider .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .team-comment-section .all-comment-slider .owl-nav {
    margin-top: 24px;
  }
}
.team-comment-section .all-comment-slider .owl-nav .owl-prev {
  background: url(../../assets/icons/arrow-narrow-right.svg) no-repeat center !important;
  background-size: cover !important;
  width: 32px;
  transform: rotate(180deg);
}
.team-comment-section .all-comment-slider .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.team-comment-section .all-comment-slider .owl-nav .owl-prev span {
  opacity: 0;
}
.team-comment-section .all-comment-slider .owl-nav .owl-next {
  background: url(../../assets/icons/arrow-narrow-right.svg) no-repeat center !important;
  background-size: cover !important;
  width: 32px;
}
.team-comment-section .all-comment-slider .owl-nav .owl-next.disabled {
  opacity: 0.5;
}
.team-comment-section .all-comment-slider .owl-nav .owl-next span {
  opacity: 0;
}

.dream-life {
  width: 100%;
  height: auto;
  background-color: #FBfBfB;
  position: relative;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .dream-life {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .dream-life {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .dream-life {
    padding: 32px 0px;
  }
}
.dream-life .project_button {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .dream-life .project_button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .dream-life .project_button {
    margin-top: 24px;
  }
}
.dream-life .project_button button {
  padding: 16px 48px;
  background-color: #8DAC3D;
  color: #ffffff;
  border-radius: 100px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .dream-life .project_button button {
    padding: 12px 36px;
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .dream-life .project_button button {
    padding: 8px 24px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
}

.career-details {
  width: 100%;
  position: relative;
  padding: 150px 100px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .career-details {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .career-details {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .career-details {
    padding: 32px 0px;
  }
}
.career-details .main-wrap {
  width: 100%;
  height: auto;
}
.career-details .main-wrap .position span {
  border-radius: 100px;
  padding: 8px 20px;
  background: #264027;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
}
.career-details .main-wrap .heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .heading-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.career-details .main-wrap .heading-wrap .heading {
  text-align: left;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .heading-wrap .heading {
    width: 100%;
  }
}
.career-details .main-wrap .heading-wrap .heading img {
  margin: 0px;
}
.career-details .main-wrap .heading-wrap button {
  padding: 16px 48px;
  background-color: #8DAC3D;
  border-radius: 100px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.3s all;
}
.career-details .main-wrap .heading-wrap button:hover {
  border: 1px solid #8DAC3D;
  color: #8DAC3D;
  background: none !important;
  transition: 0.3s all;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .career-details .main-wrap .heading-wrap button {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .career-details .main-wrap .heading-wrap button {
    padding: 12px 24px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .heading-wrap button {
    width: 100%;
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
    padding: 8px 12px;
  }
}
.career-details .main-wrap .details {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details {
    margin-top: 24px;
  }
}
.career-details .main-wrap .details .wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 1365px) {
  .career-details .main-wrap .details .wrapper {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.career-details .main-wrap .details .wrapper h4 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  color: #111111;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .career-details .main-wrap .details .wrapper h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
}
.career-details .main-wrap .details .wrapper p {
  font-size: 18px;
  line-height: 28px;
  color: #676768;
  font-weight: 400;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .career-details .main-wrap .details .wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 16px;
  }
}
.career-details .main-wrap .details .wrapper .d-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper .d-wrap {
    margin-top: 16px;
  }
}
.career-details .main-wrap .details .wrapper .d-wrap .dot {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #676768;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper .d-wrap .dot {
    width: 8px;
    height: 8px;
  }
}
.career-details .main-wrap .details .wrapper .d-wrap p {
  width: calc(100% - 24px);
  font-size: 18px;
  line-height: 28px;
  color: #676768;
  font-weight: 400;
  margin-top: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .career-details .main-wrap .details .wrapper .d-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper .d-wrap p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
.career-details .main-wrap .details .wrapper ul {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper ul {
    margin-top: 16px;
  }
}
.career-details .main-wrap .details .wrapper ul li {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.career-details .main-wrap .details .wrapper ul li p {
  width: calc(100% - 24px);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
  margin-top: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .career-details .main-wrap .details .wrapper ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper ul li p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
.career-details .main-wrap .details .wrapper ul li .dot {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #676768;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .details .wrapper ul li .dot {
    width: 8px;
    height: 8px;
  }
}
.career-details .main-wrap .apply {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .career-details .main-wrap .apply {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .apply {
    margin-top: 40px;
  }
}
.career-details .main-wrap .apply button {
  padding: 16px 48px;
  background-color: #8DAC3D;
  border-radius: 100px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.3s all;
}
.career-details .main-wrap .apply button:hover {
  border: 1px solid #8DAC3D;
  color: #8DAC3D;
  background: none !important;
  transition: 0.3s all;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .career-details .main-wrap .apply button {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .career-details .main-wrap .apply button {
    padding: 12px 24px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .career-details .main-wrap .apply button {
    width: 100%;
    padding: 8px 48px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .subheading p {
    font-size: 29px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .job-section {
    padding: 50px 16px;
  }
}
.job-section .subheading p {
  padding: 0 200px;
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .job-section .subheading p {
    padding: 0 160px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .job-section .subheading p {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .job-section .subheading p {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .job-section .subheading p {
    padding: 0;
  }
}
.job-section .main-job-wrap .job-heading .wrap button {
  padding: 4px 10px 3px;
}
@media screen and (max-width: 768px) {
  .job-section .main-job-wrap .job-heading .heading {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .job-section .main-job-wrap .job-heading .heading h4 {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .job-section .main-job-wrap .job-description button {
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .industries-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 768px) {
  .industries-section {
    padding: 32px 0;
  }
}
.industries-section .container .subheading p {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .industries-section .container .subheading p {
    margin-bottom: 8px;
  }
}
.industries-section .container .main-wrap .industries {
  margin: 15px 0px;
}
@media screen and (max-width: 768px) {
  .industries-section .container .main-wrap .industries .wrap {
    gap: 20px;
    align-items: flex-start;
  }
}
.industries-section .container .main-wrap .industries .wrap img {
  width: 63px;
  height: 64px;
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  .industries-section .container .main-wrap .industries .wrap img {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .industries-section .container .main-wrap .industries .wrap img {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .industries-section .container .main-wrap .industries .wrap p {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 400;
  }
}
@media screen and (max-width: 375px) {
  .industries-section .container .main-wrap .industries .wrap p {
    font-size: 16px;
    line-height: 22px;
  }
}

.contact-section {
  width: 100%;
  position: relative;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .contact-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .contact-section {
    padding: 50px 16px;
  }
  .contact-section .break {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 32px 0px;
  }
  .contact-section .break {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.contact-section .heading {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-section .heading {
    text-align: center;
  }
}
.contact-section .heading img {
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .contact-section .heading img {
    margin: 0px auto;
  }
}
.contact-section .address-details {
  width: 100%;
  margin-top: 80px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .contact-section .address-details {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section .address-details {
    margin-top: 0;
  }
  .contact-section .address-details .break {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .contact-section .address-details .dtls {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section .address-details .dtls {
    margin-top: 24px;
  }
}
.contact-section .address-details .dtls h3 {
  font-size: 42px;
  line-height: 63px;
  font-weight: 500;
  color: #111111;
  padding-bottom: 10px;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .contact-section .address-details .dtls h3 {
    font-size: 32px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .contact-section .address-details .dtls h3 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section .address-details .dtls h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    padding-bottom: 0;
  }
}
.contact-section .address-details .dtls .wrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contact-section .address-details .dtls .wrap {
    margin-top: 16px;
  }
}
.contact-section .address-details .dtls .wrap img {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .contact-section .address-details .dtls .wrap img {
    margin-top: 0px;
  }
}
.contact-section .address-details .dtls .wrap .content {
  margin-left: 10px;
}
.contact-section .address-details .dtls .wrap .content p {
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  color: #111111;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact-section .address-details .dtls .wrap .content p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
}
.contact-section .address-details .dtls .wrap .content span {
  font-size: 18px;
  margin-top: 8px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
  display: block;
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .contact-section .address-details .dtls .wrap .content span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section .address-details .dtls .wrap .content span {
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
  }
}
.contact-section .address-details .info {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #676768;
  margin-top: 80px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .contact-section .address-details .info {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section .address-details .info {
    margin-top: 24px;
    font-size: 13px;
    line-height: 16.9px;
  }
}
.contact-section .address-details .info a {
  color: #89AF3D;
}
.contact-section .form-section {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.16);
  padding: 40px;
  margin: 0px auto;
}
@media screen and (max-width: 1024px) {
  .contact-section .form-section {
    margin: 0;
    margin-top: 64px;
    box-shadow: none;
    padding: 0px;
  }
}
.contact-section .form-section .heading {
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .contact-section .form-section .heading h4 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .contact-section .form-section .heading h4 {
    font-size: 36px;
    line-height: 38px;
  }
}
.contact-section .form-section .heading img {
  margin: 0px auto;
}
.contact-section .form-section .form {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact-section .form-section .form {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
.contact-section .form-section .form .wrap {
  margin-top: 20px;
}
.contact-section .form-section .form .wrap p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .contact-section .form-section .form .wrap p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section .form-section .form .wrap p {
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
  }
}
.contact-section .form-section .form .wrap input {
  width: 100%;
  height: 38px;
  padding: 0px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  font-family: "Overpass", sans-serif;
}
.contact-section .form-section .form .wrap select {
  width: 100%;
  height: 38px;
  padding: 0px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-top: 4px;
  outline: none;
  background: url(../../assets/icons/select_drop_down.svg) no-repeat center right 12px;
}
.contact-section .form-section .form .wrap textarea {
  width: 100%;
  height: 107px;
  display: block;
  resize: none;
  padding: 10px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.contact-section .form-section .form button {
  width: 100%;
  padding: 16px;
  background-color: #89AF3D;
  color: #ffffff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  margin-top: 50px;
  border-radius: 100px;
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .contact-section .form-section .form button {
    padding: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section .form-section .form button {
    margin-top: 24px;
    padding: 12px;
    font-size: 24px;
    line-height: 36px;
  }
}

.technology-page-section {
  width: 100%;
  height: auto;
  padding: 150px 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .technology-page-section {
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .technology-page-section {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 768px) {
  .technology-page-section {
    padding: 32px 0;
  }
}
.technology-page-section .technology-wrap {
  width: 100%;
  margin-top: 80px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .technology-page-section .technology-wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap {
    margin-top: 24px;
  }
}
.technology-page-section .technology-wrap .main-wrap {
  margin-top: 50px;
  padding: 0 85px;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .technology-page-section .technology-wrap .main-wrap {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .technology-page-section .technology-wrap .main-wrap {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap {
    margin-top: 24px;
    padding: 0;
  }
  .technology-page-section .technology-wrap .main-wrap:first-child {
    margin-top: 8px;
  }
}
.technology-page-section .technology-wrap .main-wrap .title h4 {
  font-size: 42px;
  line-height: 63px;
  font-weight: 500;
  color: #264027;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .technology-page-section .technology-wrap .main-wrap .title h4 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .technology-page-section .technology-wrap .main-wrap .title h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap .title h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
}
.technology-page-section .technology-wrap .main-wrap .tech {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap .tech {
    padding-top: 0px;
  }
}
.technology-page-section .technology-wrap .main-wrap .tech .card {
  padding: 40px;
  margin-top: 30px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card {
    margin-top: 16px;
    padding: 16px;
  }
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-header {
  width: 100%;
  background: #ffffff;
  padding: 0;
  border: 0;
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-header a {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.1s;
  background-size: 24px;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card .card-header a {
    background-size: 16px;
  }
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-header a .d-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card .card-header a .d-wrap img {
    width: 48px;
    height: auto;
  }
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-header a .d-wrap span {
  font-size: 30px;
  line-height: 45px;
  color: #676768;
  font-weight: 400;
  margin: 0;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card .card-header a .d-wrap span {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card .card-header a .d-wrap span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card .card-header a .d-wrap span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-header a .more-btn {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #8DAC3D;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  width: 80px;
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-header a .more-btn::after {
  content: "less";
  position: absolute;
  background: url(../../assets/icons/accordion-up-arrow.svg) no-repeat;
  width: 80px;
  top: 0px;
  right: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #8DAC3D;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  text-align: left;
  background-position: 60px 9px;
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card .card-header a .more-btn {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-header a.collapsed .more-btn::after {
  content: "more";
  background: url(../../assets/icons/accordion-down-arrow.svg) no-repeat;
  background-position: 56px 3px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #8DAC3D;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card .card-header a.collapsed {
    background-size: 16px;
  }
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-body {
  padding: 20px 0 0 0;
  margin-top: 20px;
  border-top: 1px solid #E0E0E0;
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-body p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
  margin-top: 20px;
}
.technology-page-section .technology-wrap .main-wrap .tech .card .card-body p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card .card-body p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .technology-page-section .technology-wrap .main-wrap .tech .card .card-body p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 15px;
  }
}

.event-section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 150px 85px;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .event-section {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .event-section {
    padding: 50px 16px;
  }
}
@media (max-width: 768px) {
  .event-section {
    padding: 32px 0px;
  }
}
.event-section .main-event {
  width: 100%;
}
.event-section .main-event #gallery {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .event-section .main-event #gallery {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 800px) {
  .event-section .main-event #gallery {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 768px) {
  .event-section .main-event #gallery {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    column-gap: 10px;
  }
}
.event-section .main-event #gallery a.thumbs {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 30px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.event-section .main-event #gallery a.thumbs img {
  grid-row: 1/-1;
  grid-column: 1;
}
.event-section .main-event #gallery a.thumbs:first-child {
  margin-top: 0;
}
.event-section .main-event #gallery a.thumbs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.5) url("../../assets/icons/zoom-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
}
.event-section .main-event #gallery a.thumbs:hover::after {
  height: 100%;
  transition: all 0.2s;
}
.event-section .main-event #gallery a.thumbs img, .event-section .main-event #gallery a.thumbs #gallery video {
  width: 100%;
  height: auto;
  transition: all 0.2s;
}
.event-section .main-event #myModal .modal-dialog {
  max-width: 1000px;
  margin: 120px auto;
}
@media screen and (max-width: 1024px) {
  .event-section .main-event #myModal .modal-dialog {
    margin: 120px 16px;
  }
}
.event-section .main-event #myModal .modal-dialog .modal-content {
  border-radius: 16px;
}
.event-section .main-event #myModal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.event-section .main-event #myModal .modal-dialog .modal-content .modal-body .modal-img {
  border-radius: 16px;
}
.event-section .main-event .img-responsive {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sl-image {
  border-radius: 15px;
  overflow: hidden;
}

.sl-counter {
  display: none !important;
}

@media screen and (max-width: 880px) {
  #applyModal {
    padding: 0 16px !important;
  }
}
@media screen and (max-width: 575px) {
  #applyModal {
    padding: 16px !important;
  }
}
#applyModal .modal-dialog {
  max-width: 846px;
}
@media screen and (max-width: 575px) {
  #applyModal .modal-dialog {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #applyModal .modal-dialog {
    z-index: 99999;
  }
}
#applyModal .modal-dialog .modal-content {
  border-radius: 16px;
}
#applyModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#applyModal .modal-dialog .modal-content .modal-body .form-section {
  margin: 0;
}

.form-section {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.16);
  padding: 40px;
  margin: 46px auto;
}
@media screen and (max-width: 768px) {
  .form-section {
    padding: 20px;
    margin: 16px;
  }
}
.form-section .heading {
  text-align: center;
}
.form-section .heading h4 {
  font-weight: 400;
  font-size: 48px;
  line-height: 72px;
  color: #676768;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .form-section .heading h4 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .form-section .heading h4 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .form-section .heading h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
  }
}
.form-section .heading img {
  margin: 0px auto;
}
.form-section .heading button img {
  position: absolute;
  top: 11.5px;
  right: 11.5px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .form-section .heading button img {
    width: 18px;
    height: 18px;
  }
}
.form-section .form {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .form-section .form {
    margin: 24px 0px 0;
  }
}
.form-section .form .wrap {
  margin-top: 20px;
}
.form-section .form .wrap p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #676768;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .form-section .form .wrap p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .form-section .form .wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-section .form .wrap p span {
  color: #EB5757;
}
.form-section .form .wrap input {
  width: 100%;
  height: 38px;
  resize: none;
  padding: 10px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.form-section .form .wrap .file-wrapper {
  position: relative;
  height: 38px;
  width: 100%;
  margin-top: 4px;
}
.form-section .form .wrap .file-wrapper .file-name {
  height: 38px;
  border: 1px solid #CFCFCF;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1%;
  color: #A4A4A4;
}
.form-section .form .wrap .file-wrapper label {
  width: 100px;
  height: 38px;
  padding: 8px 18px 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  background-color: rgb(224, 224, 224);
  cursor: pointer;
  color: #676768;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
}
.form-section .form .wrap .note {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-transform: capitalize;
  color: #a4a4a4;
  padding-top: 8px;
  display: flex;
}
.form-section .form .wrap .check-balck-wrap {
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
}
.form-section .form .wrap .check-balck-wrap:last-child {
  margin-bottom: 0;
}
.form-section .form .wrap .check-balck-wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  margin-top: 8px;
  color: #676768;
  margin: 0;
  font-family: "Overpass", sans-serif;
}
.form-section .form .wrap .check-balck-wrap p span {
  color: #89AF3D;
}
.form-section .form .wrap .captcha {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-section .form .wrap .captcha button {
  width: 50px;
  padding: 0 10px;
  margin: 0 10px;
  border-radius: 5px;
  border: 0;
}
.form-section .form button {
  width: 100%;
  padding: 16px 30px;
  background-color: #89AF3D;
  color: #ffffff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  margin-top: 50px;
  border-radius: 100px;
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .form-section .form button {
    padding: 14px 30px;
  }
}
@media screen and (max-width: 768px) {
  .form-section .form button {
    font-size: 20px;
    line-height: 36px;
    padding: 8px 3.5px;
    margin-top: 24px;
  }
}

.close {
  opacity: 1 !important;
}

.privacy-container {
  width: 100%;
  padding: 167px 100px 100px 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .privacy-container {
    padding: 100px 50px;
  }
}
@media only screen and (min-width: 779px) and (max-width: 1024px) {
  .privacy-container {
    padding: 100px 32px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-container {
    padding: 64px 16px 40px 16px;
  }
}
.privacy-container .page-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .privacy-container .page-title {
    margin-bottom: 24px;
  }
}
.privacy-container .page-title h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 63px;
  letter-spacing: -1%;
  color: #111111;
  font-family: "Overpass", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .privacy-container .page-title h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .privacy-container .page-title h1 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-container .page-title h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
}
.privacy-container .page-title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -1%;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .privacy-container .page-title p {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.privacy-container .wrap {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.privacy-container .wrap h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: -1%;
  color: #111111;
  margin-bottom: 15px;
  font-family: "Overpass", sans-serif;
}
@media screen and (max-width: 768px) {
  .privacy-container .wrap h3 {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 16px;
  }
}
.privacy-container .wrap h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -1%;
  color: #111111;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .privacy-container .wrap h4 {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 16px;
  }
}
.privacy-container .wrap p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -1%;
  color: #676768;
  margin-bottom: 20px;
}
.privacy-container .wrap p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .privacy-container .wrap p {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 15px;
  }
  .privacy-container .wrap p:last-child {
    margin-bottom: 0px;
  }
}

html,
body {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.main-body {
  margin: 0 !important;
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 420px) {
  .main-body {
    background: #ffffff;
    height: auto;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

a {
  color: #000000;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input:focus {
  outline: 0;
  box-shadow: none;
}

strong {
  font-weight: bold;
}

textarea {
  resize: none;
}

input {
  outline: none;
}

/*container sizing as per feedback*/
.main-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
}

.inner-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0px 16px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/*** Totop button ***/
.totop-wrap {
  position: fixed;
  z-index: 7;
  bottom: 24px;
  right: 0;
  margin: 0 auto;
  right: 15px;
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
}
.totop-wrap .totop {
  opacity: 0;
  display: block;
  transition: all 0.2s ease-out;
}
.totop-wrap .totop .round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 64px;
  height: 64px;
  background-color: #FFD600;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .totop-wrap .totop .round {
    width: 50px;
    height: 50px;
  }
}
.totop-wrap .totop .round img {
  width: 38px;
  height: auto;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .totop-wrap .totop .round img {
    width: 20px;
  }
}
.totop-wrap .totop.show {
  opacity: 1;
  visibility: visible;
}

.floting_mail {
  position: fixed;
  z-index: 7;
  bottom: 120px;
  right: 0;
  margin: 0 auto;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .floting_mail {
    bottom: 85px;
  }
}
.floting_mail .f-mail {
  display: block;
}
.floting_mail .f-mail .round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(197, 197, 197, 0.71);
}
@media screen and (max-width: 768px) {
  .floting_mail .f-mail .round {
    width: 50px;
    height: 50px;
  }
}
.floting_mail .f-mail .round img {
  width: 30px;
  height: auto;
  margin: 0px auto;
}

.form-control {
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 10px;
  line-height: 160%;
  padding: 12px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #264027;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BDBDBD;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #BDBDBD;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #BDBDBD;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #BDBDBD;
}

.custom-checkbox-wrap .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #828282;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox-wrap .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox-wrap .custom-checkbox .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 14px;
  width: 14px;
}
.custom-checkbox-wrap .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox-wrap .custom-checkbox input ~ .checkmark {
  background: url(../../assets/icons/uncheck.svg) no-repeat center center;
}

.custom-checkbox-wrap .custom-checkbox input:checked ~ .checkmark {
  background: url(../../assets/icons/check.svg) no-repeat center center;
}

.custom-checkbox-wrap .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 25px;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}

.green-btn {
  background: #264027;
}

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1051;
}
.loader-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alert-text {
  text-align: center;
  padding: 5px 10px;
  margin-top: 10px;
}
.alert-text p {
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
}
.alert-text.success {
  background: #ffffff;
}
.alert-text.success p {
  color: #264027;
}

.p-0 {
  padding: 0;
}

.m-t-50 {
  margin-top: 50px;
}

.m-0 {
  margin-top: 0;
}

.owl-dots {
  display: none;
}