@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800&display=swap");
* {
  padding: 0px;
  margin: 0px; }

html,
body {
  overflow-x: hidden; }

body {
  font-size: 16px;
  color: #000000;
  font-family: "Archivo", sans-serif; }

.wh-text {
  color: #ffffff; }

.primary-text {
  color: #00a859; }

.secondary-text {
  color: #002f19; }

.primary-bg {
  background: #00a859; }
  .primary-bg h2, .primary-bg h3, .primary-bg p {
    color: #000000; }

.secondary-bg {
  background: #002f19; }
  .secondary-bg h1, .secondary-bg h2, .secondary-bg p, .secondary-bg h5, .secondary-bg a {
    color: #ffffff; }

.primary-light {
  background: #e7fff4; }

.gray-bg {
  background: #f6f6f6; }

.light-bg {
  background: #e8fff4; }

h1 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-size: 35px;
  font-weight: 700; }

h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700; }

h4 {
  font-size: 20px;
  font-weight: 700; }

h5 {
  font-size: 18px;
  font-weight: 700; }

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; }

a {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  text-decoration: none; }

img {
  max-width: 100%; }

video.video {
  width: 100%; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

a {
  color: #00a859; }

a,
a:hover {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

.img-responsive {
  width: 100%; }

button:focus {
  outline: none !important; }

.btn {
  padding: 10px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #00a859;
  border-radius: 30px;
  position: relative;
  z-index: 9;
  overflow: hidden; }
  .btn::after {
    content: "";
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.1;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50%;
    transform: scale(0); }
  .btn:hover::after, .btn:focus::after {
    transform: scale(3); }

.btn-primary {
  background: #00a859;
  border: 1px solid #00a859;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus {
    background: #00a859;
    border-color: #00a859;
    color: #ffffff; }

.btn-secondary {
  background: #002f19;
  border: 1px solid #002f19;
  color: #ffffff; }
  .btn-secondary:hover, .btn-secondary:focus {
    background: #002f19;
    border-color: #002f19;
    color: #ffffff; }

.btn-outline-wh {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff; }
  .btn-outline-wh:hover, .btn-outline-wh:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #002f19; }

.line-animation {
  position: relative;
  padding-bottom: 5px;
  text-decoration: none; }
  .line-animation:hover {
    color: #00a859; }
  .line-animation:focus {
    text-decoration: none;
    border: none; }
  .line-animation::after, .line-animation::before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #00a859;
    transition: all 0.3s ease-in-out; }
  .line-animation::after {
    left: 0;
    right: auto; }
  .line-animation::before {
    left: auto;
    right: 0;
    width: 0; }
  .line-animation:hover::after {
    right: 0;
    left: auto;
    width: 0; }
  .line-animation:hover::before {
    width: 100%;
    left: 0;
    right: auto; }

.container-fluid {
  max-width: 1500px; }

section {
  padding-top: 60px;
  padding-bottom: 60px; }

.border-btm {
  border-bottom: 1px solid #56565e; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.title {
  margin-bottom: 35px; }

.primary-color {
  color: #00a859; }

.wh-color {
  color: #ffffff; }

.owl-dots {
  text-align: center;
  margin-top: 20px; }
  .owl-dots button {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #00a859 !important;
    border-radius: 50px;
    transition: all 0.3s ease-in-out; }
    .owl-dots button.active {
      width: 20px;
      background: #00a859 !important; }
    .owl-dots button span {
      display: none; }

.form-global form label {
  margin: 0 0 5px; }
.form-global form input:not([type="submit"]), .form-global form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e9e7;
  border-radius: 0;
  height: 55px;
  padding: 15px;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0 0 15px;
  transition: all 0.3s ease-in-out; }
.form-global form input::placeholder {
  color: rgba(0, 0, 0, 0.5); }
.form-global form input:not([type="submit"]):focus, .form-global form textarea:focus {
  border-color: #00a859; }
.form-global form textarea {
  height: 100px;
  resize: none; }
.form-global form .btn {
  font-size: 18px;
  text-align: center;
  border: transparent;
  outline: none;
  border-radius: 0;
  width: 100%; }
@media (max-width: 767px) {
  .form-global form input:not([type="submit"]), .form-global form textarea {
    height: 50px; }
  .form-global form .btn {
    font-size: 16px; } }

header {
  padding: 25px 0 0;
  /*background: $secondary-color;*/
  transition: all 0.3s ease-in-out; }
  header .top-sec {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 25px; }
  header .call-sec a:first-child {
    margin-right: 20px; }
  header .call-sec a {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  header .call-sec figure {
    float: left;
    max-width: 35px;
    margin: 5px 10px 0 0; }
  header .call-sec h4 {
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    color: #000000; }
  header .call-sec span {
    display: block;
    font-size: 14px;
    color: #3b3b3b;
    text-transform: uppercase;
    margin: 0 0 3px; }
  header .nav-sec {
    background-color: #002f19; }
  header #navigation {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto; }
    header #navigation ul {
      font-size: 0; }
    header #navigation li {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      header #navigation li a {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        padding: 13px 8px;
        transition: all 0.3s ease-in-out;
        position: relative;
        display: block;
        margin-right: 35px; }
        header #navigation li a::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          right: 0;
          margin: auto;
          height: 1px;
          background: #00a859;
          transition: all 0.3s ease-in-out; }
        header #navigation li a:hover {
          color: #00a859; }
          header #navigation li a:hover::before {
            width: 100%; }
        @media (max-width: 1400px) and (min-width: 1201px) {
          header #navigation li a {
            font-size: 13px;
            padding: 13px 8px;
            margin-right: 25px; } }
        @media (max-width: 1024px) and (min-width: 992px) {
          header #navigation li a {
            font-size: 12px;
            padding: 12px 6px;
            margin-right: 15px; } }
    header #navigation li:last-child a {
      margin: 0; }
    header #navigation li.menu-item-has-children {
      position: relative; }
    header #navigation .submenu {
      position: absolute;
      top: 100%;
      display: block;
      border: transparent;
      right: 0;
      left: auto;
      opacity: 0;
      visibility: hidden;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      min-width: 250px;
      margin-bottom: 0;
      transform: scaleY(0);
      transform-origin: 0 0 0;
      transition: all 0.3s ease-in-out;
      z-index: 9; }
      header #navigation .submenu li {
        width: 100%;
        position: relative; }
        header #navigation .submenu li a {
          padding: 10px 15px;
          width: 100%;
          font-weight: 400;
          transition: all 0.5s ease-in-out;
          display: block;
          text-align: left;
          font-size: 14px;
          color: #000000;
          text-transform: capitalize; }
          header #navigation .submenu li a:before {
            display: none; }
          header #navigation .submenu li a:hover {
            color: #00a859; }
        header #navigation .submenu li .submenu {
          left: 100%;
          top: -1px; }
        header #navigation .submenu li:hover > .submenu {
          visibility: visible;
          opacity: 1;
          transform: scaleY(1); }
    header #navigation li.dropdown > a::after {
      display: inline-block;
      margin-left: 6px;
      vertical-align: top;
      content: "";
      border: 0.7px solid #ffffff;
      border-width: 0 1.8px 1.8px 0;
      padding: 2.5px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      margin-top: 4px; }
    header #navigation li.dropdown:hover > a::after {
      border-color: #00a859; }
    header #navigation li.dropdown:hover > .submenu {
      opacity: 1;
      visibility: visible;
      transform: scaleY(1); }
  header .logo-sec img {
    transition: all 0.5s ease-in-out; }
  header.sticky {
    z-index: 999;
    background: #3300ff;
    border-bottom: 1px solid #6664f1f2;
    -webkit-animation: smoothScroll 0.7s;
    animation: smoothScroll 0.7s; }
  header ul {
    margin: 0;
    padding: 0; }
  header form {
    position: relative; }
    header form .submit {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background-image: url("../images/search.png");
      background-color: transparent;
      border: transparent;
      outline: none;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 14px;
      color: transparent; }
    header form input:not([type=submit]) {
      width: 100%;
      height: 50px;
      border-radius: 0;
      border: transparent;
      outline: none;
      padding: 10px 10px 10px 45px;
      font-size: 15px;
      background: #006e3a;
      color: #ffffff; }
    header form input:not([type=submit])::placeholder {
      color: #ffffff; }

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
.background-bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
  z-index: 9; }

.banner-slider .banner-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 9; }
.banner-slider h1 {
  margin: 20px 0 15px; }
.banner-slider p {
  padding: 3px 0 3px 20px;
  border-left: 2px solid #000; }
.banner-slider .btn {
  margin-top: 30px;
  text-transform: capitalize; }
.banner-slider .owl-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 20px;
  height: 20px; }
  .banner-slider .owl-dots button {
    width: 12px;
    height: 12px;
    border: 3px solid #ffffff; }
    .banner-slider .owl-dots button.active {
      width: 16px;
      height: 16px; }
@media (max-width: 767px) {
  .banner-slider h1 {
    font-size: 20px;
    margin: 10px 0 5px; }
  .banner-slider h3 {
    font-size: 14px; }
  .banner-slider .img-full {
    object-fit: cover; }
  .banner-slider .btn {
    margin-top: 10px; } }
@media (max-width: 568px) {
  .banner-slider .img-full {
    height: 50vh; } }

.home-sec1 .container-fluid {
  max-width: 100%;
  padding: 0; }
.home-sec1 [class*="col-"] {
  padding: 0; }
.home-sec1 .flex-box {
  padding: 40px 25px;
  background: #e7e7e7;
  height: 100%;
  color: #fff; }
  .home-sec1 .flex-box.blue {
    background: #508eab; }
  .home-sec1 .flex-box.orange {
    background: #f47e00; }
  .home-sec1 .flex-box.red {
    background: #b2071e; }
  .home-sec1 .flex-box.purple {
    background: #6c356e; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .home-sec1 .flex-box {
      padding: 15px 20px; }
      .home-sec1 .flex-box p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; } }
.home-sec1 .line-animation {
  color: #fff;
  margin-top: 10px; }
  .home-sec1 .line-animation::after, .home-sec1 .line-animation::before {
    background: #ffffff; }
  .home-sec1 .line-animation:hover {
    color: #ffffff; }

.home-sec2 .flex-box {
  background: #e8fff4;
  padding: 30px;
  height: 100%;
  transform: scale(0.9);
  transition: all .3s; }
  .home-sec2 .flex-box:hover {
    background: #00a859;
    color: #ffffff; }
    .home-sec2 .flex-box:hover .line-animation {
      color: #ffffff; }
      .home-sec2 .flex-box:hover .line-animation::after, .home-sec2 .flex-box:hover .line-animation::before {
        background: #fff; }
  .home-sec2 .flex-box img {
    margin: 0 0 20px;
    max-width: 50px;
    height: 60px;
    object-fit: contain; }
  .home-sec2 .flex-box:hover {
    transform: scale(1); }
    .home-sec2 .flex-box:hover img {
      filter: contrast(0) grayscale(1) brightness(300%); }
  @media (min-width: 768px) and (max-width: 1024px) {
    .home-sec2 .flex-box {
      padding: 20px;
      transform: scale(1); } }
  @media (max-width: 767px) {
    .home-sec2 .flex-box {
      padding: 15px;
      height: auto;
      transform: scale(1);
      margin: 0 0 15px; } }
.home-sec2 .line-animation {
  color: #000000;
  text-decoration: underline; }
  .home-sec2 .line-animation:hover {
    text-decoration: none; }
.home-sec2 .btn {
  box-shadow: 0 0 20px rgba(114, 114, 114, 0.75);
  margin-top: 10px; }

.home-sec3 h2 {
  text-transform: uppercase; }

.home-sec4 {
  background: #f5f5f5; }
  .home-sec4 .title h2 {
    text-transform: uppercase; }
  @media (min-width: 1024px) {
    .home-sec4 .title p {
      max-width: 740px;
      margin: 0 auto 15px; } }
  .home-sec4 .flex-box {
    background: #ffffff;
    margin: 0 0 30px;
    transition: all .3s; }
    .home-sec4 .flex-box:hover {
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04); }
    .home-sec4 .flex-box img {
      width: 100%; }
    .home-sec4 .flex-box h5 {
      margin: 0;
      padding: 15px;
      min-height: 80px; }
      .home-sec4 .flex-box h5 a {
        color: #000; }
        .home-sec4 .flex-box h5 a:hover {
          color: #00a859; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .home-sec4 .flex-box h5 a {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; } }

.testimonial-sec .title h2 {
  text-transform: uppercase; }
  .testimonial-sec .title h2 span {
    display: block;
    text-transform: initial;
    font-weight: 400; }
.testimonial-sec .item {
  background: #ffffff;
  padding: 30px; }
  @media (max-width: 767px) {
    .testimonial-sec .item {
      padding: 20px; } }
  .testimonial-sec .item p {
    font-size: 14px;
    color: #4b4b4b;
    min-height: 90px; }
  .testimonial-sec .item .ups-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px; }
    .testimonial-sec .item .ups-title i {
      width: 35px;
      height: 35px;
      background: #00a859;
      text-align: center;
      border-radius: 50%;
      font-size: 20px;
      padding: 8px;
      color: #ffffff; }
    .testimonial-sec .item .ups-title h6 {
      margin: 0;
      font-size: 16px;
      font-weight: 700; }
.testimonial-sec.quote .item {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .testimonial-sec.quote .item {
      margin-bottom: 15px; } }

.network-sec .item {
  border: 1px solid #c6c6c6;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; }
  .network-sec .item img {
    max-width: 180px;
    height: 50px;
    object-fit: contain; }
.network-sec .owl-nav button {
  position: absolute;
  top: 40%; }
  .network-sec .owl-nav button.owl-prev {
    left: -30px; }
  .network-sec .owl-nav button.owl-next {
    right: -30px; }

.inner-banner {
  position: relative; }
  .inner-banner .banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9; }
  .inner-banner > img {
    width: 100%;
    object-fit: cover; }
    @media (max-width: 767px) {
      .inner-banner > img {
        height: 185px; } }
  .inner-banner h1 {
    margin: 20px 0 15px; }
  .inner-banner p {
    padding: 3px 0 3px 20px;
    border-left: 2px solid #000; }
  .inner-banner .btn {
    margin-top: 30px;
    text-transform: capitalize; }

.grid-content h2 {
  text-transform: uppercase; }

.list-circle ul {
  margin: 20px 0 30px; }
.list-circle li {
  list-style: none;
  position: relative;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  padding-left: 25px; }
  .list-circle li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    border: 1px solid #00a859;
    border-radius: 50%; }
  @media (max-width: 767px) {
    .list-circle li {
      margin: 0 0 12px;
      font-size: 14px;
      line-height: 1.3;
      padding-left: 20px; }
      .list-circle li::after {
        top: 3px;
        width: 12px;
        height: 12px; } }
.list-circle.bg-circle li::after {
  border: transparent;
  background: #00a859; }
@media (max-width: 767px) {
  .list-circle {
    margin: 5px 0 15px; } }

.text-justify p {
  color: #4d4d4d;
  text-align: justify;
  line-height: 1.8; }

.about-sec1 .text-none {
  text-transform: none;
  font-weight: 400; }
.about-sec1 img {
  width: 100%; }

.left-shape {
  position: relative;
  z-index: 9;
  padding-left: 25px;
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .left-shape {
      padding-left: 15px;
      padding-bottom: 15px; }
      .left-shape img {
        border-radius: 0 0 0 15px; }
      .left-shape::after {
        border-radius: 0 0 0 20px; } }
  .left-shape img {
    border-radius: 0 0 0 30px; }
  .left-shape::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 90%;
    background: #00a859;
    z-index: -1;
    border-radius: 0 0 0 40px; }

.right-shape {
  position: relative;
  z-index: 9;
  padding-right: 25px;
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .right-shape {
      padding-right: 15px;
      padding-bottom: 15px; }
      .right-shape img {
        border-radius: 0 0 15px 0; }
      .right-shape::after {
        border-radius: 0 0 20px 0; } }
  .right-shape img {
    border-radius: 0 0 30px 0; }
  .right-shape::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 90%;
    background: #00a859;
    z-index: -1;
    border-radius: 0 0 40px 0; }

.middle-shape {
  position: relative;
  z-index: 9;
  padding: 15px 0 15px 15px; }
  @media (max-width: 767px) {
    .middle-shape {
      padding: 10px 0 10px 10px; }
      .middle-shape img {
        border-radius: 15px; }
      .middle-shape::after {
        border-radius: 20px 0 0 20px; } }
  .middle-shape img {
    border-radius: 20px; }
  .middle-shape::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    background: #00a859;
    z-index: -1;
    border-radius: 30px 0 0 30px; }

.about-sec2 .container {
  max-width: 1100px; }
.about-sec2 figure {
  position: relative;
  z-index: 9; }
  .about-sec2 figure::after {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 300px;
    height: 300px;
    background: #00a859;
    z-index: -1;
    border-radius: 50%; }
  .about-sec2 figure img {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 50%; }
  @media (max-width: 1024px) and (min-width: 992px) {
    .about-sec2 figure img {
      width: 400px;
      height: 400px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .about-sec2 figure img {
      width: 300px;
      height: 300px; } }
  @media (max-width: 767px) {
    .about-sec2 figure::after {
      right: 30px;
      top: -30px;
      width: 180px;
      height: 180px; }
    .about-sec2 figure img {
      width: 230px;
      height: 230px; } }
  .about-sec2 figure.left-circle-shape::after {
    left: -20px; }
  @media (max-width: 767px) {
    .about-sec2 figure.left-circle-shape::after {
      left: 0; } }

.contact-section .pro-box {
  border: 1px solid #00a859;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  text-align: center;
  min-height: 200px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(0, 168, 89, 0.17); }
  .contact-section .pro-box a {
    color: #000000;
    word-break: break-word; }
    .contact-section .pro-box a:hover {
      text-decoration: underline;
      color: #00a859; }
  .contact-section .pro-box::after {
    content: "";
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #c5ffe4 0%, #f3fff2 104.19%);
    z-index: -1;
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0; }
  .contact-section .pro-box:hover::after {
    opacity: 1;
    transform: scale(3); }
  @media (max-width: 767px) {
    .contact-section .pro-box {
      min-height: auto;
      padding: 25px 15px;
      font-size: 15px;
      box-shadow: 0 5px 10px rgba(0, 168, 89, 0.17);
      margin: 0 0 15px; } }

.contact-section2 .pro-box li {
  list-style: none;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500; }
  .contact-section2 .pro-box li a {
    color: #000000;
    word-break: break-word; }
    .contact-section2 .pro-box li a:hover {
      text-decoration: underline;
      color: #00a859; }
  .contact-section2 .pro-box li:last-child {
    margin: 50px 0 30px; }
  @media (max-width: 767px) {
    .contact-section2 .pro-box li:last-child {
      margin: 10px 0 30px; } }
.contact-section2 .form-global {
  background: #eefff7;
  padding: 30px; }
  .contact-section2 .form-global h2 {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .contact-section2 .form-global {
      padding: 15px; }
      .contact-section2 .form-global h2 {
        margin-bottom: 15px; } }

.employers-sec1 h3 {
  text-transform: none;
  font-weight: 400;
  color: #525252; }

.login-sec1 .primary-light, .login-sec1 .primary-bg {
  height: 100%;
  padding: 50px 35px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .login-sec1 .primary-light, .login-sec1 .primary-bg {
      padding: 20px; } }
  @media (max-width: 767px) {
    .login-sec1 .primary-light, .login-sec1 .primary-bg {
      padding: 15px; } }
.login-sec1 .form-global form label {
  margin: 0 0 5px;
  color: #fff; }
.login-sec1 .form-global form .btn {
  border: 2px solid #fff;
  width: 150px;
  text-transform: uppercase; }

.login-unit li {
  list-style: none;
  position: relative;
  margin: 0 0 25px;
  font-size: 22px;
  color: #4f4f4f;
  padding-left: 35px; }
  .login-unit li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background: #00a859;
    border-radius: 50%; }
  .login-unit li a {
    font-weight: 600; }
    .login-unit li a:hover {
      text-decoration: underline;
      color: #00a859; }
  @media (max-width: 767px) {
    .login-unit li {
      margin: 0 0 15px;
      font-size: 15px;
      padding-left: 25px; }
      .login-unit li::after {
        top: 3px;
        width: 15px;
        height: 15px; } }

.team-list .row:not(:first-child):not(:last-child) {
  margin-bottom: 30px; }
.team-list h5 {
  font-weight: 400;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .team-list h5 {
      margin-bottom: 10px; } }
.team-list p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #4e4e4e; }

.papper-text {
  padding: 30px;
  overflow: hidden;
  text-transform: uppercase; }
  .papper-text a {
    float: right;
    display: table;
    width: 90px; }
  .papper-text h3 {
    font-weight: 400; }
  @media (max-width: 568px) {
    .papper-text {
      padding: 15px; }
      .papper-text a {
        float: none;
        width: 70px;
        margin: 0 0 15px; } }

.dca-form a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000; }
  .dca-form a:over {
    color: #00a859; }
  .dca-form a img {
    width: 40px;
    margin-right: 10px; }
.dca-form ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .dca-form ul li {
    margin: 0 0 15px; }
  @media (max-width: 767px) {
    .dca-form ul {
      grid-template-columns: repeat(1, 1fr); } }

.contact-block .sec1 {
  background: #000;
  border-radius: 30px;
  padding: 30px 45px 0;
  color: #fff;
  position: relative; }
  .contact-block .sec1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 95%;
    height: 50px;
    margin: auto;
    background: #00a859;
    border-radius: 0 0 30px 30px;
    z-index: -1; }
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-block .btn {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .contact-block {
    padding-top: 0; }
    .contact-block .sec1 {
      border-radius: 0;
      padding: 25px 15px 0;
      text-align: center; }
      .contact-block .sec1::after {
        bottom: -15px;
        border-radius: 0; }
    .contact-block .btn {
      margin-bottom: 20px; } }

footer {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 70px 0 30px;
  background: #000000; }
  footer h4 {
    color: #ffffff;
    margin: 0 0 25px; }
  footer .f-logo {
    display: inline-block;
    vertical-align: top;
    max-width: 240px; }
  footer p, footer a, footer address {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400; }
  footer li {
    list-style: none; }
  footer .link li {
    margin: 0 0 10px; }
  footer .address li {
    position: relative;
    padding-left: 30px; }
    footer .address li i {
      position: absolute;
      left: 0;
      top: 6px;
      color: #ffffff; }
  footer .social {
    display: flex;
    gap: 10px; }
    footer .social a {
      display: flex;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center;
      border: 1px solid #787878;
      border-radius: 50%; }
    footer .social i {
      font-size: 14px; }
  footer .privacy {
    border-top: 1px solid #787878;
    padding-top: 30px;
    margin-top: 30px; }
    footer .privacy p {
      margin: 0; }

@media only screen and (min-width: 300px) and (max-width: 767.99px) {
  .login-box {
    padding: 40px 20px; }
    .login-box h2 {
      font-size: 40px; } }

.team-list .middle-shape img{
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.team-list .row:nth-child(2) .middle-shape img {
    object-position: center;
}
/*# sourceMappingURL=style.css.map */
