
.icon-tick {
    color: #00a65a;
  }
  .sr-subtitle{
    font-size: 18px;
    font-weight: bold;
    color: #32475b;
    text-align: justify;
  }
  .brand-box {
    border: 1px solid #dddddd;
    padding: 5px;
    text-align: center;
  }

  /*
  ************
  *************************
 Service-Sidebar
  *******************************************************
  *************************************************************** */
  .service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  .service-list li:last-child {
    margin-bottom: 0;
  }
  .service-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0 rgba(0, 0, 0, 0.05);
  }
  .service-list li a:hover,
  .service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: #f5f5e4;
    padding-left: 80px;
  }
  .service-list li a:hover i,
  .service-list li a.current i {
    width: 60px;
    color: var(--text-color-bg-theme-color2);
    background-color:#d8f3d3;
  }
  .service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #e6f9ef;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
  }
  .service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #e6f9ef;
    border-radius: 10px;
    padding: 35px 30px 25px;
  }
  .service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
  }
  .service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
  }
  .service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  .service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
  }
  .service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
  }
  .service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px;
    border-radius: 10px;
    background: 0 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color);
  }
  .service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1);
  }
  .service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
  }
  .service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1);
  }
  .service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
  }
  .service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
  }
  .service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0 44px;
    z-index: 1;
  }
  .service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, 0.93);
    border-radius: 10px;
    content: "";
    z-index: -1;
  }
  .service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2);
  }
  .service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
  }
  .service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
  }
  .service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
  }
  .service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #fff;
    font-size: 36px;
  }
  .service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
  }
  .service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
  }
  .service-sidebar .service-sidebar-single-contact-box p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }
  .service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
  }
  .service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
  }
  .service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
  }
  .service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #fff;
  }
  .service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  }
  .service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
  }
  .service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
  }
  .service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
  }
  .service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
  }
  .service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
  }
  .service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
  }
  .service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
  }
  /*
  ************
  *************************
Bredcume/Page Title
  *******************************************************
  *************************************************************** */
  .page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("page-title.jpg");
    padding: 10px 50px 10px;
    min-height: 50px;
  }
  .page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: 0.6;
    content: "";
  }
  .page-title .title {
    font-size: 64px;
    color: #fff;
    margin-bottom: 17px;
  }
  .page-title .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
  }
  .page-breadcrumb {
    position: relative;
    margin-top: 5px;
  }
  .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-family: "font awesome 5 free";
    color: #fff;
  }
  .page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .page-breadcrumb li:last-child::after {
    display: none;
  }
  .page-breadcrumb li a {
    color: var(--theme-color2);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .page-breadcrumb li a:hover {
    color: #fff;
  }
  .page-title.style-two {
    background-position: center center;
  }
  .page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8;
  }
  .page-title.style-two .page-breadcrumb li {
    color: #070710;
    font-weight: 600;
  }
  .page-title.style-two .page-breadcrumb li:after {
    color: #070710;
  }
  .page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, 0.6);
  }
  .page-title.style-two .page-breadcrumb li a:hover {
    color: #070710;
  }
  /*
  ************
  *************************
footer
  *******************************************************
  *************************************************************** */
  .ns-footer-area {
      z-index: 1;
      position: relative;
      overflow: hidden;
      background-position: right bottom;
    }
    .ns-footer-area::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: rgba(36, 36, 36, 0.941);
      z-index: 2;
    }

    .ns-footer-shape {
      position: absolute;
    }

    .ns-footer-widget {
      position: relative;
      z-index: 5;
    }
    .ns-footer-widget-text {
      font-size: 17px;
      line-height: 26px;
      color: #fff;
      margin-bottom: 35px;
    }

    .ns-footer-logo {
      margin-bottom: 45px;
      max-width: 160px;
    }

    .ns-footer-social a {
      width: 40px;
      height: 40px;
      border: 1px solid #92918f;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      margin-right: 5px;
      color: #aaa;
      font-size: 14px;
    }
    .ns-footer-social a:hover {
      background-color: var(--clr-theme-primary);
      border-color: var(--clr-theme-primary);
      color: #fff;
    }

    .ns-footer-social a:last-child {
      margin-right: 0;
    }

    .ns-footer-widget-title {
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      position: relative;
      padding-bottom: 25px;
      margin-bottom: 35px;
    }

    .ns-footer-widget-title::before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 200px;
      height: 2px;
      background: #525252;
      content: "";
    }

    .ns-footer-widget-title::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      height: 2px;
      width: 35px;
      background: var(--clr-theme-primary);
    }

    .ns-footer-widget-list ul li {
      display: block;
      margin-bottom: 10px;
    }
    .ns-footer-widget-list ul li:last-child {
      margin-bottom: 0;
    }

    .ns-footer-widget-list ul li a {
      font-size: 16px;
      color: #fff;
      display: block;
      position: relative;
      z-index: 1;
      padding-left: 10px;
    }
    .ns-footer-widget-list ul li a:hover {
      color: var(--clr-theme-primary);
    }
    .ns-footer-widget-list ul li a:hover::before {
      background-color: var(--clr-theme-primary);
    }

    .ns-footer-widget-list ul li a::before {
      position: absolute;
      left: 0;
      top: 50%;
      width: 5px;
      height: 2px;
      z-index: 1;
      content: "";
      background: #fff;
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
    }

    .ns-footer-widget-contact p {
      font-size: 16px;
      color: #fff;
      margin-bottom: 10px;
    }

    .ns-footer-widget-contact-info span {
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      display: block;
    }

    .ns-footer-widget-contact-info span a {
      font-weight: 400;
      display: inline-block;
      margin-left: 5px;
    }
    .ns-footer-widget-contact-info span a:hover {
      color: var(--clr-theme-primary);
    }

    .ns-footer-widget-post {
      display: flex;
      gap: 20px;
      align-items: center;
    }

    .ns-footer-widget-post-img {
      width: 85px;
      flex: 0 0 85px;
      height: 85px;
      border-radius: 50%;
      overflow: hidden;
    }

    .ns-footer-widget-post-content span {
      display: block;
      font-size: 14px;
      color: #fff;
      margin-bottom: 5px;
    }

    .ns-footer-widget-post-title {
      font-size: 17px;
      color: #fff;
      font-weight: 600;
      line-height: 1.5;
    }
    .ns-footer-widget-post-title:hover a {
      color: var(--clr-theme-primary);
    }

    .ns-footer-copyright-text p {
      font-size: 16px;
      color: #fff;
      margin-bottom: 0;
    }
    .ns-footer-copyright-text p span {
      font-weight: 500;
    }
    @media (max-width: 767px) {
      .ns-footer-copyright-text {
        text-align: center;
        margin-bottom: 10px;
      }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .ns-footer-copyright-text {
        text-align: start;
        margin-bottom: 0;
      }
    }

    .ns-footer-copyright {
      border-top: 1px solid #3e3e3e;
      padding: 30px 0;
      z-index: 5;
      position: relative;
    }

    @media (max-width: 767px) {
      .ns-footer-copyright-menu {
        text-align: center !important;
      }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .ns-footer-copyright-menu {
        text-align: end !important;
      }
    }
    .ns-footer-copyright-menu ul li {
      display: inline-block;
      margin-right: 20px;
    }

    .ns-footer-copyright-menu ul li a {
      font-size: 16px;
      color: #fff;
    }
    .ns-footer-copyright-menu ul li a:hover {
      color: var(--clr-theme-primary);
    }

    .ns-footer-copyright-menu ul li:last-child {
      margin-right: 0;
    }

    .ns-footer-shape-1.ns-footer-shape {
      left: 0;
      bottom: 0;
      z-index: 4;
    }

    .ns-footer-shape-2.ns-footer-shape {
      top: -295px;
      left: 215px;
      z-index: 4;
      height: 100%;
    }

    .ns-footer-shape-3.ns-footer-shape {
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .ns-footer-area.ns-footer-area-2 .ns-footer-shape-2.ns-footer-shape {
      height: auto;
      left: -140px;
      top: -120px;
    }

    .ns-footer-shape-2.ns-footer-shape.ns-footer-3-shape-3 {
      left: 225px;
      height: 90%;
    }

    .ns-footer-area-6::before {
      background-color: #2c2c35;
    }

    .ns-footer-6-shape-3.ns-footer-shape {
      bottom: 0;
      right: 0;
      z-index: 9;
    }

    /*# sourceMappingURL=main.css.map */
