@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import "bootstrap.min.css";
@import "plugins/materialicons.css";
@import "plugins/slick.css";
@import "plugins/odometer-min.css";
@import "plugins/all.min.css";
@import "plugins/animate.css";
@import "plugins/magnific-popup.css";
:root {
  --body-font: "Inter", sans-serif;
  --transition: 0.35s linear;
  --primary-color: #0084ff;
  --secondary-color: #3fca90;
  --pc-one: #39B54A;
  --pc-two: #07312F;
  --pc-three: #DB0;
  --pc-four: #E7893C;
  --pc-five: #002F47;
  --primary-text-clr: #6E7486;
  --text-black: #2B2220;
  --text-orange: #F66135;
  --text-green: #16A87A;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-text-clr);
  background: #fff;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
  background: rgba(83, 154, 178, 0.05);
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(83, 154, 178, 0.05);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #39B54A;
  border: 2px solid #39B54A;
}

#backtotopup {
  display: inline-block;
  background-color: #F66135;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.6s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  transition: 0.3 linear;
  visibility: hidden;
  z-index: 1000;
}
#backtotopup::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
#backtotopup:hover {
  cursor: pointer;
  background-color: #16A87A;
}
#backtotopup:active {
  background-color: #F66135;
}

#backtotopup.show {
  opacity: 1;
  visibility: visible;
}

.display1 {
  font-size: 80px;
  line-height: 120%;
}

.display2 {
  font-size: 72px;
  line-height: 120%;
}

.display3 {
  font-size: 64px;
  line-height: 120%;
}

.display4 {
  font-size: 56px;
  line-height: 120%;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.f-one,
h1,
h1 > a {
  font-size: 48px;
  line-height: 120%;
}

.f-two,
h2,
h2 > a {
  font-size: 40px;
  line-height: 120%;
}

.f-three,
h3,
h3 > a {
  font-size: 32px;
  line-height: 120%;
}

.f-four,
h4,
h4 > a {
  font-size: 24px;
  line-height: 130%;
}

.f-five,
h5,
h5 > a {
  font-size: 20px;
  line-height: 130%;
}

.f-six,
h6,
h6 > a {
  font-size: 16px;
  line-height: 130%;
}

a,
p,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
}

.f24 {
  font-size: 24px;
  line-height: 150%;
}

.f20 {
  font-size: 20px;
  line-height: 150%;
}

.f18 {
  font-size: 18px;
  line-height: 150%;
}

.f14 {
  font-size: 14px;
  line-height: 150%;
}

.f12 {
  font-size: 12px;
  line-height: 150%;
}

.f10 {
  font-size: 10px;
  line-height: 150%;
}

span {
  display: inline-block;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  color: var(--text-black);
  font-weight: 600;
  padding: 0;
  margin: 0;
  display: block;
  transition: all 0.3s;
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span {
  font-size: inherit;
  font-family: inherit;
  color: var(--text-orange);
  line-height: inherit;
  font-weight: inherit;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin: 0;
  padding: 0;
  color: var(--text-black);
  font-weight: 600;
}
h6 span,
h5 span,
h4 span,
h3 span,
h2 span,
h1 span {
  font-size: inherit;
  line-height: inherit;
  color: var(--text-orange);
}

a {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  color: var(--primary-text-clr);
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

a,
p,
span,
label,
li {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
}

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

.d-start {
  display: flex;
  justify-content: start;
  align-items: center;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  font-size: inherit;
}

input,
textarea {
  padding: 20px 16px 20px 16px;
  color: var(--primary-text-clr);
  width: 100%;
  font-family: var(--body-font);
  font-size: 16px;
  background-color: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--primary-text-clr);
  font-size: 16px;
  line-height: 150%;
}
input::placeholder,
textarea::placeholder {
  color: var(--primary-text-clr);
  font-size: 16px;
  line-height: 150%;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

.m-point {
  cursor: pointer;
}

.gape {
  row-gap: 24px;
}

p select {
  padding: 20px 16px 20px 16px;
  cursor: pointer;
  outline: none;
}

span {
  display: inline-block;
}

.b-none {
  border: none !important;
}

iframe {
  border: 0;
  width: 100%;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt28 {
  margin-top: 28px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

img {
  max-width: 100%;
  height: auto;
}

.max-un {
  max-width: unset;
}

.max100 {
  width: 100%;
}

.d-rtl {
  direction: rtl;
}

.d-ltr {
  direction: ltr;
}

.hover-animation:hover {
  color: var(--text-orange);
  margin-left: 14px;
}

.hover-green:hover {
  color: var(--text-orange);
}

.active-cb {
  color: var(--text-orange) !important;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212121;
}

.loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #F66135;
  position: relative;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #16A87A;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
@keyframes previewShapeY {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes previewShapeFade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1) rotate(15deg);
  }
  100% {
    transform: scale(0.9);
  }
}
.padding-top {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 120px;
}

.padding-top-bottom {
  padding: 120px 0px;
}

.pd-hero-top {
  padding-top: 96px;
}

.pd60 {
  padding: 60px 110px;
}

.pd6 {
  padding-top: 60px;
}

.button-header {
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  background-color: #16A87A;
  color: white;
  transition: 0.8s linear;
  position: relative;
}
.button-header:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #F66135 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #F66135 0.2em, transparent 0.3em) 0 0/1em 1em;
}
@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}

.button1 {
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #35F6A5;
  border-right: 1px solid #35F6A5;
  border-bottom: 3px solid #35F6A5;
  border-left: 3px solid #35F6A5;
  border-radius: 40px;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  border-color: #35F6A5;
  color: white;
}
.button1:hover {
  border-top: 1px solid #F66135;
  border-right: 1px solid #F66135;
  border-bottom: 3px solid #F66135;
  border-left: 3px solid #F66135;
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #F66135 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #F66135 0.2em, transparent 0.3em) 0 0/1em 1em;
}
@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}

.button2 {
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #F66135;
  border-right: 1px solid #F66135;
  border-bottom: 3px solid #F66135;
  border-left: 3px solid #F66135;
  border-radius: 40px;
  background-color: #F66135;
  text-align: center;
  transition: all 0.35s;
  box-sizing: border-box;
  border-color: #F66135;
  color: white;
}
.button2:hover {
  border-top: 1px solid #16A87A;
  border-right: 1px solid #16A87A;
  border-bottom: 3px solid #16A87A;
  border-left: 3px solid #16A87A;
  color: white;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #16A87A 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #16A87A 0.2em, transparent 0.3em) 0 0/1em 1em;
}
@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}

.button3 {
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  background-color: #F66135;
  text-align: center;
  transition: all 0.35s;
  box-sizing: border-box;
  color: white;
}
.button3:hover {
  color: white;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #16A87A 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #16A87A 0.2em, transparent 0.3em) 0 0/1em 1em;
}
@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}

.button4 {
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  text-align: center;
  transition: all 0.35s;
  box-sizing: border-box;
  color: var(--text-orange);
  border-radius: 8px;
}
.button4:hover {
  color: white;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #F66135 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #F66135 0.2em, transparent 0.3em) 0 0/1em 1em;
}
@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}

.play-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .play-btn {
    width: 40px;
    height: 40px;
  }
}
.play-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgb(var(--n3));
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@media (max-width: 575px) {
  .play-btn:before {
    width: 40px;
    height: 40px;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .f24 {
    font-size: 20px;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  .display1 {
    font-size: 72px;
    line-height: 120%;
  }
  .display2 {
    font-size: 64px;
    line-height: 120%;
  }
  .display3 {
    font-size: 56px;
    line-height: 120%;
  }
  .display4 {
    font-size: 48px;
    line-height: 120%;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 120%;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 120%;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px;
    line-height: 130%;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 130%;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 16px;
    line-height: 130%;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 15px;
    line-height: 130%;
  }
  a,
  p,
  span,
  label,
  li {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
  }
  .f24 {
    font-size: 18px;
    line-height: 150%;
  }
  .f20 {
    font-size: 16px;
    line-height: 150%;
  }
  .f18 {
    font-size: 16px;
    line-height: 150%;
  }
  .f14 {
    font-size: 12px;
    line-height: 150%;
  }
  span {
    font-size: 14px;
    line-height: 150%;
  }
  .padding-top {
    padding-top: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .padding-top-bottom {
    padding: 70px 0px;
  }
  .pd60 {
    padding: 40px 60px;
  }
  .pd6 {
    padding-top: 50px;
  }
  .button-header {
    padding: 10px 20px;
  }
  .button1 {
    padding: 10px 20px;
  }
  .button2 {
    padding: 10px 20px;
  }
  .button3 {
    padding: 10px 20px;
  }
  .button4 {
    padding: 10px 16px;
  }
  .play-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .play-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgb(var(--n3));
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .play-btn:before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .play-btn2 {
    top: 50%;
    left: 40% !important;
  }
  #backtotopup {
    width: 40px;
    height: 40px;
  }
  #backtotopup::after {
    position: absolute;
    top: -5%;
    right: 30%;
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .mt8 {
    margin-top: 6px;
  }
  .mt10 {
    margin-top: 8px;
  }
  .mt16 {
    margin-top: 10px;
  }
  .mt20 {
    margin-top: 15px;
  }
  .mt28 {
    margin-top: 18px;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mt40 {
    margin-top: 25px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt60 {
    margin-top: 35px;
  }
  .mt70 {
    margin-top: 45px;
  }
  .mb10 {
    margin-bottom: 8px;
  }
  .mb16 {
    margin-bottom: 10px;
  }
  .mb20 {
    margin-bottom: 15px;
  }
  .mb28 {
    margin-bottom: 18px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb60 {
    margin-bottom: 35px;
  }
  .mb70 {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .display1 {
    font-size: 64px;
    line-height: 120%;
  }
  .display2 {
    font-size: 32px;
    line-height: 120%;
  }
  .display3 {
    font-size: 48px;
    line-height: 120%;
  }
  .display4 {
    font-size: 40px;
    line-height: 120%;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 32px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 24px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 20px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 16px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 15px;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  a {
    font-size: 14px;
  }
  .f24 {
    font-size: 16px;
  }
  .f20 {
    font-size: 15px;
  }
  .f18 {
    font-size: 15px;
  }
  span {
    font-size: 14px;
  }
  .padding-top {
    padding-top: 50px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .padding-top-bottom {
    padding: 50px 0px;
  }
  .pd-hero-top {
    padding-top: 60px;
  }
  .pd60 {
    padding: 30px 20px;
  }
  .pd6 {
    padding-top: 40px;
  }
  .button-header {
    padding: 8px 16px;
  }
  .button1 {
    padding: 8px 16px;
  }
  .button2 {
    padding: 8px 16px;
  }
  .button3 {
    padding: 8px 16px;
  }
  .button4 {
    padding: 8px 12px;
  }
  .play-btn {
    display: none;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
}

.active > a {
  color: var(--text-orange) !important;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: all 0.5s ease;
  padding: 21px 60px;
}
.navbar__menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar__list {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  gap: 2.5rem;
}
.navbar__list .active {
  color: var(--text-orange);
}
.navbar__list li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: all 0.8s ease;
  color: var(--text-black);
}
.navbar__list li a span:hover {
  color: var(--text-orange);
}
.navbar__list li a:hover {
  color: var(--text-orange);
}
.navbar__list li .arrow {
  transition: 0.3s ease;
}
.navbar__list li .arrow.up {
  transform: rotate(180deg);
}
.navbar__list-drop {
  display: inline-block;
  position: relative;
}
.navbar__list-drop-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background-color: white;
  border-radius: 8px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.6s ease-in-out;
  width: 160px;
}
.navbar__list-drop-menu li {
  margin-bottom: 10px;
}
.navbar__list-drop-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.navbar__list-drop-menu.features {
  left: 0;
}
.navbar__list-drop-menu.company {
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
.navbar__buttons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.navbar .menu {
  display: none;
  float: left;
  transition: all 275ms ease;
  cursor: pointer;
}
.navbar .menu span {
  display: block;
  width: 22px;
  height: 4px;
  background: #000000;
  margin-bottom: 2px;
  border-radius: 1px;
  transition: all 275ms ease;
}
.navbar .menu.active {
  transform: rotate(-45deg);
}
.navbar .menu.active .bar1 {
  transform: rotate(0deg) translateY(6px);
}
.navbar .menu.active .bar2 {
  opacity: 0;
}
.navbar .menu.active .bar3 {
  transform: rotate(-90deg) translateX(5px);
}

.footer .single-area {
  margin-left: 32px;
}
.footer__iconbox a {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__iconbox a i {
  color: #fff;
}
.footer__iconbox .insta {
  background-color: #C7981F;
}
.footer__iconbox .facebook {
  background-color: #4084C3;
}
.footer__iconbox .print {
  background-color: #EC3E3E;
}
.footer__iconbox .linkdin {
  background-color: #4084C3;
}

.hero-area {
  background-image: url("../images/hero-banner.png"), url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: cover, auto;
  background-position: center, bottom left;
  position: relative;
  background-color: white;
}
.hero-area .left-popup a .play-btn {
  animation: pulse-border 3s linear infinite;
}
.hero-area .hero-svg {
  fill: white;
}

.aboutus__right-top {
  color: var(--text-green);
  font-weight: 500;
}
.aboutus__right h2 {
  font-weight: 600;
}
.aboutus__item-right img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.aboutus__left-count {
  background-color: var(--text-green);
  top: 0;
  right: 0%;
}
.aboutus__left-count .count-number {
  font-size: 80px;
  color: var(--text-green);
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.aboutus__left-count .count-number span {
  font-size: inherit;
  font-weight: inherit;
}
.aboutus__certified {
  padding: 40px;
}
.aboutus__certified-right img {
  max-width: 100px;
  min-width: 50px;
}

.services__heading-top {
  color: var(--text-green);
}
.services__card {
  border-radius: 6px;
  border: 1px solid var(--st, #E9E9E9);
  background: #FFF;
  padding: 32px;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.services__card-right {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-orange);
}
.services__card-left a {
  color: var(--text-green);
}
.services__card-left a span {
  transition: 0.3s ease-in-out;
}
.services__card-left a:hover {
  color: var(--text-orange);
}
.services__card-left a:hover span {
  transition: 0.3s ease-in-out;
  margin-left: 12px;
}
.services__card:hover {
  transition: 0.3s ease-in-out;
  background: #FFF7F5;
  box-shadow: 0px 1px 3px 0px rgba(58, 58, 58, 0.05), 0px 1px 2px 0px rgba(58, 58, 58, 0.08);
}
.services__card .web-icon {
  background-color: #CE44FF;
}
.services__card .soft-icon {
  background-color: var(--text-green);
}
.services__card .anal-icon {
  background-color: #FFBB0B;
}
.services__card .cart-icon {
  background-color: #0D8BFF;
}
.services__card .security-icon {
  background-color: #7C41FB;
}

.dlwd {
  background-color: #FFF7F5;
}

.workprocess .workprocess-card {
  height: 100%;
  transition: 0.3s linear;
  border: 1px solid #E9E9E9;
}
.workprocess .workprocess-card:hover {
  border: 1px solid #F66135;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25) !important;
}

.calltoaction {
  background-image: url("../images/call-to-action-banner.png");
}
.calltoaction__right-top {
  color: var(--text-black);
}
.calltoaction__left {
  background-image: url("../images/call-to-action-play.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.calltoaction__left .video .play-btn {
  animation: pulse-border 3s linear infinite;
}

.counter {
  background-image: url("../images/coun-down.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.counter__banner {
  background-image: url("../images/counter-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 56px 0;
}
.counter__item h2 {
  color: var(--text-green);
}
.counter__item span {
  color: var(--text-black);
}
.counter__countdown .count-down {
  font-size: 40px;
  color: var(--text-green) !important;
}
.counter__countdown .count-down span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.counter .bstyel {
  border-right: 1px solid red;
  margin-right: -10px;
}

.testimonial__heading-top {
  color: var(--text-green);
}
.testimonial__slider {
  margin: -12px 0;
}
.testimonial__slider .slick-slide {
  padding: 12px 12px;
}
.testimonial__item {
  padding: 32px 24px 40px 24px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  transition: 0.3s linear;
}
.testimonial__item:hover {
  border: 1px solid #F66135;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25) !important;
}
.testimonial__item-thumb img {
  width: 94px;
  min-width: 94px;
  height: 94px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.testimonial__item-name {
  color: var(--text-black);
}
.testimonial__item .icon-box span {
  color: var(--text-orange);
  fill: #F66135;
  cursor: pointer;
}
.testimonial__item p {
  font-style: italic;
}

.gallery {
  background: #F8F7F6;
}
.gallery__heading-top {
  color: var(--text-green);
}
.gallery__item {
  position: relative;
  overflow: hidden;
}
.gallery__item img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.gallery__item img:hover {
  transform: scale(1.1);
}
.gallery__item-number {
  height: 37px;
  width: 56px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
}

.img-swiped {
  transition: all 0.5s ease-in-out;
}
.img-swiped:hover {
  transform: scale(1.1);
}

.members__heading-top {
  color: var(--text-green);
}
.members__item {
  border-bottom: 2px solid #16A87A;
  box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.06), 0px 2px 4px 0px rgba(58, 58, 58, 0.08);
}
.members__item-name {
  color: var(--text-black);
}
.members__item-position {
  color: var(--text-green);
}

.ourblog {
  background: #F8F7F6;
}
.ourblog__item {
  background: var(--primary-white, #FFF);
  box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.06), 0px 2px 4px 0px rgba(58, 58, 58, 0.08);
  height: 100%;
}
.ourblog__item-thumb {
  overflow: hidden;
}
.ourblog__item-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.ourblog__item:hover .ourblog__item-thumb img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}
.ourblog__heading-top {
  color: var(--text-green);
}
.ourblog__datetime {
  width: 122px;
  height: 37px;
  padding: 8px 20px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
}
.ourblog__datetime-date {
  color: var(--text-black);
}
.ourblog__textcontent {
  padding: 20px;
}
.ourblog__icon {
  cursor: pointer;
}
.ourblog__icon img {
  height: 16px;
  width: 16px;
}
.ourblog__icon span {
  color: var(--text-black);
}
.ourblog__read {
  color: var(--text-green);
}
.ourblog__read span {
  transition: 0.3s ease-in-out;
}
.ourblog__read:hover span {
  transition: 0.3s ease-in-out;
  margin-left: 12px;
}

@media (max-width: 1799px) {
  .dlwd__left img {
    width: 100%;
  }
  .dlwd {
    padding: 120px 0;
  }
}
@media (max-width: 1699px) {
  .aboutus__left-count .count-number {
    font-size: 48px;
  }
}
@media (max-width: 1399px) {
  .aboutus__certified {
    padding: 20px;
  }
  .aboutus__certified-right img {
    width: 70px;
  }
  .counter .bstyel {
    border-right: none;
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .aboutus__left-count .count-number {
    font-size: 40px;
  }
  .dlwd {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .dlwd__left img {
    width: 100%;
  }
  .calltoaction__left {
    height: 300px;
  }
  .counter__countdown .count-down {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .heroright h1 {
    font-weight: 600;
  }
  .aboutus__certified {
    padding: 10px;
    text-align: center;
  }
  .aboutus__certified-right img {
    width: 60px;
  }
  .dlwd {
    padding: 50px 0;
  }
  .calltoaction__left {
    height: 200px;
  }
  .counter__countdown .count-down {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .testimonial__slider {
    margin: -12px 0;
  }
  .testimonial__slider .slick-slide {
    padding: 12px 12px;
  }
  .testimonial__item {
    padding: 16px 12px 20px 12px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    transition: 0.3s linear;
  }
  .testimonial__item-thumb img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.about-heroarea {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 100%), linear-gradient(267deg, rgba(0, 0, 0, 0.2) 3.86%, rgba(0, 0, 0, 0.8) 92.61%), url("../images/bg-for-innder.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.heroarea {
  padding: 174px 0 142px 0;
}
.heroarea__backhome a,
.heroarea__backhome span {
  color: rgba(255, 255, 255, 0.8);
}

.experience__thumb img {
  animation: previewShapeY 3s linear infinite;
}
.experience__decs-top {
  color: var(--text-green);
}
.experience__item .select-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #16A87A;
}
.experience__item .select-icon span {
  color: white;
}
.experience__item span {
  color: rgba(43, 34, 32, 0.78);
}

.teamexpert {
  background: #FBFAF9;
}
.teamexpert__heading-top {
  color: var(--text-green);
}
.teamexpert__card {
  height: 100%;
  padding: 16px 16px 36px 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.06), 0px 2px 4px 0px rgba(58, 58, 58, 0.08);
}
.teamexpert__thumb {
  overflow: hidden;
}
.teamexpert__thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.teamexpert__thumb img:hover {
  transform: scale(1.1);
}
.teamexpert__cbody-name {
  color: var(--text-black);
}
.teamexpert__cbody-position {
  color: #16A87A;
}
.teamexpert__social a {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teamexpert__social a i {
  padding: 6px 5.5px 6px 6.5px;
  color: white;
}
.teamexpert__social .facebook {
  background: #4084C3;
}
.teamexpert__social .pinterest {
  background: #EC3E3E;
}

@media (max-width: 991px) {
  .heroarea {
    padding: 120px 0 80px 0;
  }
  .experience__item .select-icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .experience__item span {
    color: rgba(43, 34, 32, 0.78);
  }
  .teamexpert__social a {
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .heroarea {
    padding: 70px 0 50px 0;
  }
}
.ourbenefits .ourbenefits__right-top {
  color: var(--text-green);
}
.ourbenefits__left {
  padding: 32px 24px;
  background: #FEEFEB;
}
.ourbenefits__itemone-number {
  color: var(--text-black);
}
.ourbenefits__itemone-head {
  color: var(--text-orange);
}
.ourbenefits__itemone p {
  padding-right: 10px;
}
.ourbenefits__itemtwo-support {
  color: var(--text-orange);
}
.ourbenefits__memberimg img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -16px;
}
.ourbenefits__bright {
  padding: 32px 24px;
  background: #2B2220;
}
.ourbenefits__bright h2 {
  color: white;
}
.ourbenefits__bright p {
  color: rgba(255, 255, 255, 0.8);
}
.ourbenefits__bleft {
  height: 100%;
  background: #EDFDF8;
  padding: 32px 24px;
}
.ourbenefits__bleft-number {
  color: var(--text-black);
}
.ourbenefits__bleft-head {
  color: var(--text-green);
}
.ourbenefits__star-icon i {
  color: #16A87A;
}

.certified {
  background: #111;
}
.certified__heading-top {
  color: var(--text-green);
}
.certified__heading h2 {
  color: white;
}
.certified__heading p {
  color: rgba(255, 255, 255, 0.8);
}
.certified__item {
  padding: 32px 24px;
  background: #212121;
  border: 1px solid rgba(233, 233, 233, 0.3019607843);
  box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.06), 0px 2px 4px 0px rgba(58, 58, 58, 0.08);
  transition: 0.3s all linear;
}
.certified__item:hover {
  transition: 0.3s all linear;
  border: 1px solid #F66135;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25) !important;
}
.certified__item-number {
  color: rgba(255, 255, 255, 0.24);
  transition: 0.3s linear;
}
.certified__item-number:hover {
  color: #F7724A;
  transition: 0.3s linear;
}
.certified__item-pos {
  color: white;
  transition: 0.3s linear;
}
.certified__item-pos:hover {
  color: #F7724A;
  transition: 0.3s linear;
}
.certified__item p {
  color: rgba(255, 255, 255, 0.8);
}
.certified__item a {
  color: #46E7B4;
  transition: 0.3s linear;
}
.certified__item a span {
  transition: 0.3s ease-in-out;
}
.certified__item a:hover {
  color: #F7724A;
  transition: 0.3s linear;
}
.certified__item a:hover span {
  color: #F7724A;
  transition: 0.3s ease-in-out;
  margin-left: 12px;
}
.certified__pagination nav ul li a {
  background-color: transparent;
  color: white;
  border-radius: 4px;
  border: 1px solid #FFF;
}

.skillset {
  background: #FBFAF9;
}
.skillset__decs-top {
  color: var(--text-green);
}
.skillset__progress-item .progress {
  height: 1px;
  background-color: #B3B3B3;
}
.skillset__progress-item .progress .progress-bar {
  background-color: var(--text-black);
}
.skillset__progress-item .size-setup {
  height: 5px;
  width: 2px;
  background-color: black;
  z-index: 999;
  right: 20%;
  top: 94%;
}
.skillset__progress-item span {
  color: var(--text-black);
}

.request {
  padding: 36px 0;
  background-color: #2B2220;
}
.request__left a {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .skillset__progress-item .size-setup {
    right: 20%;
    top: 89%;
  }
}
@media (max-width: 575px) {
  .ourbenefits__left {
    padding: 20px 12px;
  }
  .ourbenefits__itemone p {
    padding-right: 0px;
  }
  .ourbenefits__memberimg img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -12px;
  }
  .ourbenefits__bright {
    padding: 20px 12px;
  }
  .ourbenefits__bright-round img {
    width: 50%;
  }
  .ourbenefits__bleft {
    padding: 20px 12px;
  }
  .ourbenefits__star-icon i {
    font-size: 14px;
  }
  .certified__item {
    padding: 20px 12px;
  }
}
.details {
  overflow: initial !important;
}
.details__topthumb img {
  animation: previewShapeY 3s linear infinite;
}
.details__select-item .icon-select {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-green);
  padding: 5px;
}
.details__select-item .icon-select span {
  color: white;
}
.details__select-item .select-title {
  color: var(--text-black);
}
.details__list span {
  color: var(--text-green);
}
.details__extra span {
  width: 75px;
  height: 3px;
  border-radius: 0px 0px 3px 3px;
  background: #16A87A;
}
.details__imagegroup-thumb {
  overflow: hidden;
}
.details__imagegroup-thumb img {
  transition: all 0.5s ease-in-out;
}
.details__imagegroup-thumb img:hover {
  transform: scale(1.1);
}
.details__listn {
  margin-right: 15px;
}
.details__listn span {
  color: var(--text-black);
}
.details__rightpart {
  position: sticky !important;
  top: 120px;
}
.details__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 85vh;
}

.ourbg {
  background-color: #F8F7F6;
}

@media (max-width: 1199px) {
  .details__extra span {
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 991px) {
  .details {
    overflow: hidden;
  }
  .details__extra span {
    width: 50px;
    height: 3px;
  }
  .details__rightpart {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    overflow: initial;
  }
  .details__left {
    border-radius: 10px;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    overflow-x: hidden;
    padding: 10px;
    right: 0;
    transform: translateX(100%);
    transition: 0.5s;
    padding-bottom: 50px;
    width: 300px;
    max-height: 60vh;
    z-index: 999 !important;
    opacity: 0;
  }
  .details__left.show {
    transform: translateX(0%);
    transition: 0.5s;
    opacity: 1;
  }
  .details__hide {
    top: 190px;
    z-index: 999;
    top: 0;
  }
  .details__hide .none_two {
    padding: 8px 15px !important;
  }
}
.blog__right-top {
  border-bottom: 1px solid var(--text-black);
}
.blog__right-thumb {
  overflow: hidden;
}
.blog__right-thumb img {
  transition: all 0.5s ease-in-out;
}
.blog__right-thumb img:hover {
  transform: scale(1.1);
}
.blog__search .form-outline {
  width: 88%;
}
.blog__search .form-control {
  padding: 16px;
  border-radius: 0;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
}
.blog__search .form-control:focus {
  color: var(--text-black);
  background-color: var(--bs-body-bg);
  border-color: #E9E9E9;
  outline: 0;
  box-shadow: none;
}
.blog__search button {
  border: none;
  border-radius: 0;
  background-color: var(--text-orange);
}
.blog__search button:hover {
  background-color: var(--text-orange);
}
.blog__box {
  border-bottom: 1px solid #E9E9E9;
}
.blog__box-right img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.blog .cstyle {
  color: #6E7486;
}
.blog__tag {
  padding: 8px 16px;
  border: 0.5px solid #6E7486;
  transition: 0.3s linear;
}
.blog__tag:hover {
  transition: 0.3s linear;
  background-color: rgba(110, 116, 134, 0.2);
}

@media (max-width: 1399px) {
  .blog__search .form-outline {
    width: 80%;
  }
  .blog__search .form-control {
    padding: 12px;
    border-radius: 0;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
  }
  .blog__search .form-control:focus {
    color: var(--text-black);
    background-color: var(--bs-body-bg);
    border-color: #E9E9E9;
    outline: 0;
    box-shadow: none;
  }
  .blog__search button {
    border: none;
    border-radius: 0;
    padding: 0 15px;
    background-color: var(--text-orange);
  }
  .blog__search button:hover {
    background-color: var(--text-orange);
  }
}
.blogdetails {
  position: initial !important;
}
.blogdetails .head-thumb img {
  animation: previewShapeY 3s linear infinite;
}
.blogdetails__cthumb {
  overflow: hidden;
}
.blogdetails__cthumb img {
  transition: all 0.5s ease-in-out;
}
.blogdetails__cthumb img:hover {
  transform: scale(1.1);
}
.blogdetails__id {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.blogdetails__daniel {
  background: #EDFDF8;
}
.blogdetails__daniel h3 {
  color: var(--text-green);
}
.blogdetails__previous {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.blogdetails__previous-middle {
  cursor: pointer;
}
.blogdetails__slider-thumb img {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogdetails__comment .gap-style {
  margin-left: 110px;
}
.blogdetails__dcontent button {
  padding: 12px 24px;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #6E7486;
}
.blogdetails__cprofile-thumb img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogdetails__replyfrom {
  padding: 40px;
  background: #F5F5F5;
}
.blogdetails__replyfrom form div input,
.blogdetails__replyfrom form div textarea {
  padding: 20px 16px;
  border: none;
}
.blogdetails__replyfrom form div input:focus,
.blogdetails__replyfrom form div textarea:focus {
  box-shadow: none;
}
.blogdetails__replyfrom form div input::-moz-placeholder, .blogdetails__replyfrom form div textarea::-moz-placeholder {
  color: #6E7486;
}
.blogdetails__replyfrom form div input::placeholder,
.blogdetails__replyfrom form div textarea::placeholder {
  color: #6E7486;
}
.blogdetails__repyinput {
  display: none;
}
.blogdetails__repyinput .input-text {
  height: 40px;
  border: 1px solid;
  border-radius: 20px;
}
.blogdetails__repyinput .input-sumbit {
  width: 20%;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .blogdetails__comment .gap-style {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .blogdetails__replyfrom {
    padding: 20px;
  }
  .blogdetails__replyfrom form div input,
  .blogdetails__replyfrom form div textarea {
    padding: 15px 10px;
    border: none;
  }
  .blogdetails__replyfrom form div input:focus,
  .blogdetails__replyfrom form div textarea:focus {
    box-shadow: none;
  }
  .blogdetails__replyfrom form div input::-moz-placeholder, .blogdetails__replyfrom form div textarea::-moz-placeholder {
    font-size: 14px;
    color: #6E7486;
  }
  .blogdetails__replyfrom form div input::placeholder,
  .blogdetails__replyfrom form div textarea::placeholder {
    font-size: 14px;
    color: #6E7486;
  }
}
.culture__title-top {
  color: var(--text-green);
}
.culture img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.culture img:hover {
  transform: scale(1.1);
}
.culture__two {
  height: 100%;
  background-color: rgba(246, 97, 53, 0.12);
  height: 100%;
}
.culture__two-title {
  color: var(--text-orange);
}
.culture__four {
  height: 100%;
  background: rgba(22, 168, 122, 0.12);
}
.culture__four-button {
  color: var(--text-green);
}
.culture__four-title {
  color: var(--text-green);
}

.benefits__item-icon img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.benefits__item h4 {
  transition: 0.3s linear;
}
.benefits__item a {
  color: var(--text-green);
  transition: 0.3s linear;
}
.benefits__item a span {
  transition: 0.3s ease-in-out;
}
.benefits__item a:hover span {
  color: var(--text-orange);
  transition: 0.3s ease-in-out;
  margin-left: 12px;
}
.benefits__item:hover h4 {
  color: var(--text-orange);
  transition: 0.3s linear;
}
.benefits__item:hover a {
  color: var(--text-orange);
  transition: 0.3s linear;
}

.cofunder {
  background: rgba(22, 168, 122, 0.06);
}
.cofunder__bg {
  background-image: url("../images/co-funder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cofunder__decs {
  padding: 85px 0;
}
.cofunder__decs-top {
  color: var(--text-green);
}
.cofunder__decs p {
  color: var(--text-black);
}

@media (max-width: 991px) {
  .cofunder__decs {
    padding: 0 0;
  }
}
@media (max-width: 575px) {
  .culture__two {
    padding: 50px 0;
  }
  .culture__four {
    padding: 50px 0;
  }
  .benefits__item-icon img {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .navbar__list {
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  .navbar {
    z-index: 999;
  }
  .navbar .logo-sm img {
    width: 80%;
  }
  .navbar__menu {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 280px;
    height: 86vh;
    overflow-y: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0 1rem 2rem 1rem;
    transition: all 0.5s ease;
  }
  .navbar__menu.right-open {
    right: 0;
    background-color: white;
  }
  .navbar__list {
    flex-direction: column;
    flex-grow: 0;
    gap: 1rem;
  }
  .navbar__list-drop-menu {
    display: none;
    position: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
  .navbar__list-drop-menu li {
    margin-bottom: 5px !important;
  }
  .navbar__list-drop-menu.open {
    display: flex;
  }
  .navbar__buttons {
    flex-direction: column;
  }
  .navbar__buttons a {
    color: white;
    background-color: #16A87A;
    font-weight: 500;
    transition: 0.3s ease;
    padding: 10px 20px;
    border-radius: 8px;
  }
  .navbar__buttons a:hover {
    color: white;
  }
  .navbar .menu {
    display: block;
  }
  .left-popup a img {
    width: 80%;
  }
  .footer .single-area {
    margin-left: 0;
  }
  .footer__logo img {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .navbar {
    padding: 15px 30px;
  }
  .navbar .logo-sm img {
    width: 50%;
  }
  .footer__logo img {
    width: 90px;
  }
}/*# sourceMappingURL=style.css.map */