:root {
  --as-main-color: #08ca73;
  --as-secondary-color: #0a0f03;
  --as-text-main-color: #555;
  --as-bgmain-color: #202020;
  --as-light-color: #8a8a8a;
  --as-textlight-color: #f5f7ff;
  --as-white-color: #ffffff;
}

body {
  font-size: 16px;
  color: var(--po-text-main-color);
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  position: relative;
}
* {
  scroll-behavior: smooth;
}
a {
  color: var(--po-text-main-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: var(--as-main-color);
  text-decoration: none;
}
.as-light-link a {
  color: var(--as-main-color);
}
img {
  max-width: 100%;
  height: auto;
}

input,
textarea,
select {
  width: 100%;
  height: 50px;
  border: 1px solid var(--as-textlight-color);
  padding: 0 15px;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
  background: transparent;
}

textarea {
  height: 100px;
  resize: none;
  padding: 15px;
  border-radius: 5px;
}

::placeholder {
  color: var(--as-light-color);
  text-transform: capitalize;
  font-size: 14px;
}

:focus {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}
section {
  padding: 60px 0;
}
.as-bg-color {
  background: var(--as-textlight-color);
}
.as-maintitle-heading h2 {
  font-size: 40px;
  font-weight: 600;
  position: relative;
}
.as-product-Contentbox {
  margin: 50px 0;
}
.as-product-Contentbox ul li {
  padding-bottom: 10px;
}

.as-product-Contentbox ul {
  padding: 15px 0;
}
.as-maintitle-heading p {
  color: var(--as-text-main-color);
}
.as-maintitle-heading {
  text-align: center;
  margin-bottom: 40px;
}
.as-btn {
  color: var(--as-white-color);
  background: var(--as-main-color);
  text-transform: capitalize;
  border: none;
  padding: 10px 30px;
  transition: 0.6s all;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}

.as-btn:hover {
  background: var(--as-secondary-color);
  color: var(--as-white-color);
}
.as-main-wrapper-header {
  box-shadow: 0 0 6px 3px rgb(33 37 41 / 5%);
}
.as-query-sec {
  height: calc(100% - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
/* end */

/* header */
.as-topheader-bar {
  background: var(--as-white-color);
  box-shadow: 0 2px 6px 0px #19230d1c;
}
.as-main-wrapper-header .as-main-nav .as-menu > ul > li {
  margin-right: 25px;
}

.as-main-nav .offcanvas-header {
  justify-content: end;
  position: absolute;
  right: 0;
  font-size: 14px;
}

.as-main-nav .navbar-toggler {
  border: 0;
  padding: 0;
}

.as-main-nav .navbar-toggler:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

.as-main-wrapper-header .as-logo img {
  width: 100%;
  min-width: 280px;
}

.as-main-wrapper-header .as-main-nav .as-menu > ul > li {
  margin-right: 25px;
}

.as-main-wrapper-header .as-main-nav .as-menu > ul > li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--as-text-main-color);
}
.as-main-wrapper-header .as-main-nav .as-menu > ul > li a:hover {
  color: var(--as-main-color);
}

.as-main-wrapper-header .as-main-nav .as-tree-menu {
  border-radius: 0;
  border: 0;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
  padding: 0;
}

.as-main-wrapper-header .as-main-nav .as-tree-menu a {
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 13px !important;
  border-bottom: 1px solid var(--as-textlight-color);
}

.as-main-wrapper-header .as-main-nav .as-tree-menu.dropdown-menu {
  /* max-width: 140px;
  min-width: 140px;
  width: 100%; */
  margin: 15px auto 8px;
}

.as-main-wrapper-header .as-main-nav .as-tree-menu.dropdown-menu a:hover {
  background: var(--as-main-color);
  color: var(--as-white-color) !important;
}

/* top head start */
.as-top-head-contact ul li,
.as-top-head-social ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.as-top-head-contact ul li:last-child,
.as-top-head-social ul li:last-child {
  margin: 0;
}
.as-top-head-contact ul li svg {
  margin-right: 5px;
  fill: var(--as-main-color);
  width: 14px;
  height: 14px;
}
.as-top-header {
  padding: 10px 0;
  background: var(--as-textlight-color);
}
.as-top-head-social {
  text-align: right;
}
/* top head end */
.as-bannerContent-box p {
  color: #555;
}
.offcanvas.offcanvas-end {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  width: 280px;
}

.offcanvas-body {
  padding: 0;
}

/* industry sec */
.as-indusry-sec {
  background: var(--as-textlight-color);
  position: relative;
}
.as-industry-heading {
  padding-left: 50px;
}
.as-industry-heading h3 {
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 40px;
}
.as-industry-heading p {
  color: var(--as-text-main-color);
  margin-bottom: 0;
}

/* end */

/* Top main banner sec start */
.as-mainBanner-sec {
  /* background: linear-gradient(125deg,
    rgba(58, 174, 104,0.16) 0%,
    rgba(58, 174, 104,0.16) 53%,
    rgba(58, 174, 104,0.2) 53%,
    rgba(58, 174, 104,0.2) 60%,
    rgba(58, 174, 104,0.2) 65%,
    rgba(58, 174, 104,0.3) 65%,
    rgba(58, 174, 104,0.3) 74%,
    rgba(58, 174, 104,0.3) 75%,
    rgba(58, 174, 104,0.4) 75%,
    rgba(58, 174, 104,0.4) 84%,
    rgba(58, 174, 104,0.4) 85%,
    rgba(58, 174, 104,0.5) 85%,
    rgba(58, 174, 104,0.5) 84%); */
  background: -webkit-linear-gradient(
    325deg,
    rgba(62, 207, 142, 0.04) 0%,
    rgba(62, 207, 142, 0.04) 53%,
    rgba(62, 207, 142, 0.09) 53%,
    rgba(62, 207, 142, 0.09) 60%,
    rgba(62, 207, 142, 0.08) 65%,
    rgba(62, 207, 142, 0.12) 65%,
    rgba(62, 207, 142, 0.12) 74%,
    rgba(62, 207, 142, 0.12) 75%,
    rgba(62, 207, 142, 0.16) 75%,
    rgba(62, 207, 142, 0.16) 84%,
    rgba(62, 207, 142, 0.16) 85%,
    rgba(62, 207, 142, 0.2) 85%,
    rgba(62, 207, 142, 0.2) 84%
  );
  background: -o-linear-gradient(
    325deg,
    rgba(62, 207, 142, 0.04) 0%,
    rgba(62, 207, 142, 0.04) 53%,
    rgba(62, 207, 142, 0.09) 53%,
    rgba(62, 207, 142, 0.09) 60%,
    rgba(62, 207, 142, 0.08) 65%,
    rgba(62, 207, 142, 0.12) 65%,
    rgba(62, 207, 142, 0.12) 74%,
    rgba(62, 207, 142, 0.12) 75%,
    rgba(62, 207, 142, 0.16) 75%,
    rgba(62, 207, 142, 0.16) 84%,
    rgba(62, 207, 142, 0.16) 85%,
    rgba(62, 207, 142, 0.2) 85%,
    rgba(62, 207, 142, 0.2) 84%
  );
  background: linear-gradient(
    125deg,
    rgba(62, 207, 142, 0.04) 0%,
    rgba(62, 207, 142, 0.04) 53%,
    rgba(62, 207, 142, 0.09) 53%,
    rgba(62, 207, 142, 0.09) 60%,
    rgba(62, 207, 142, 0.08) 65%,
    rgba(62, 207, 142, 0.12) 65%,
    rgba(62, 207, 142, 0.12) 74%,
    rgba(62, 207, 142, 0.12) 75%,
    rgba(62, 207, 142, 0.16) 75%,
    rgba(62, 207, 142, 0.16) 84%,
    rgba(62, 207, 142, 0.16) 85%,
    rgba(62, 207, 142, 0.2) 85%,
    rgba(62, 207, 142, 0.2) 84%
  );
}

.as-bannerImage-box {
  display: flex;
  justify-content: end;
  align-items: center;
}
.as-mainBanner-sec .swiper-pagination-bullet,
.as-shredder-wrap .swiper-pagination-bullet {
  text-align: right;
  line-height: 20px;
  font-size: 18px;
  color: var(--as-light-color);
  opacity: 1;
  background: transparent;
  width: 40px;
  letter-spacing: 2px;
  position: relative;
  transition: 0.3s;
  margin-right: 40px !important;
}
.as-mainBanner-sec .swiper-pagination-bullet:before,
.as-shredder-wrap .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 1.5px;
  background: var(--as-light-color);
  transform: skewX(-15deg);
}

.as-mainBanner-sec .swiper-pagination-bullet-active,
.as-shredder-wrap .swiper-pagination-bullet-active {
  background: transparent;
  color: var(--as-main-color);
  position: relative;
  transition: 0.3s;
  font-size: 32px;
  margin-right: 22px !important;
}

.as-mainBanner-sec .swiper-pagination-bullet-active::before,
.as-shredder-wrap .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: -90px;
  width: 30px;
  height: 2px;
  top: 0px;
  bottom: -10px;
  transform: skewX(0deg);
  margin: auto;
  background: var(--as-main-color);
  right: 0;
}
.as-mainBanner-sec .swiper-pagination,
.as-shredder-wrap .swiper-pagination {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.swiper.as-shredder-slider.swiper-initialized.swiper-horizontal {
    padding-bottom: 50px;
}
.as-shredder-slider {
    text-align: center;
}
.as-bannerContent-box h1 {
  font-weight: 600;
  margin-bottom: 20px;
}
.as-bannerContent-box h1 span {
  color: var(--as-main-color);
}

.as-view-property .as-btn {
  background: var(--as-secondary-color);
  padding: 15px 25px;
  margin-top: 20px;
  display: inline-block;
  max-width: 180px;
  min-width: 180px;
  width: 100%;
  height: 50px;
  text-align: center;
}
.as-view-property .as-btn:hover {
  background: var(--as-main-color);
}

.as-banner-navigate .swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 0;
}
.as-banner-navigate .swiper-button-prev:after{
  font-size: 0;
}
.as-banner-navigate .swiper-button-next {
  left: 0;
  top: auto;
  bottom: 0;
}
.as-banner-navigate .swiper-button-prev {
  right: 0;
  top: auto;
  bottom: 0;
}
.as-banner-navigate .swiper-button-next,
.as-banner-navigate .swiper-button-prev {
  color: var(--as-main-color);
}
.as-banner-navigate .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  margin-left: -200px;
}
.as-banner-navigate .swiper-button-next.swiper-button-disabled,
.as-banner-navigate .swiper-button-prev.swiper-button-disabled {
  color: var(--as-light-color);
  opacity: 1;
}
/* Top main banner sec end */

/* industry sec start */

.as-industries-sec {
  background: url(../images/mainbanner-bg.svg) no-repeat top center;
  background-size: cover;
}

.as-industries-box {
  background: var(--as-white-color);
  box-shadow: 0 0 16px 0 #0c406724;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  margin: 15px;
}

.as-innerContent-box h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 20px 10px;
}
.as-industries-sec .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.as-industries-sec .swiper-wrapper {
  margin-bottom: 60px;
}
.as-industries-sec .swiper-pagination-bullet-active {
  background: var(--as-main-color);
  padding: 0px;
  border: 1px solid var(--as-textlight-color);
  position: relative;
  width: 16px;
  height: 16px;
}
.as-industries-sec .swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid var(--as-textlight-color);
  border-radius: 50px;
}
.as-industries-sec .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* property sec end */
.as-whyus-sec {
  background: var(--as-textlight-color);
  position: relative;
}
.as-whyus-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.as-whyus-box ul li {
  background: var(--as-white-color);
  box-shadow: 4px 4px 16px 0 #043d6b1f;
  border-radius: 10px;
  padding: 0 20px 30px;
}

.as-whyus-box ul li h4 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}

.as-whyus-box ul li img {
  padding: 0 40px 0;
  transition: all 0.3s;
}

.as-aboutus-sec {
  background: #bae0f8;
  position: relative;
  padding-bottom: 30px;
}
.as-aboutus-box h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--as-white-color);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.as-aboutus-box p {
  color: var(--as-white-color);
  font-weight: 300;
}

/* about us end */
/* conatct sec */
.as-industries-sec .as-contact-highlight h2,
.as-industries-sec .as-contact-highlight h6 {
  color: var(--as-secondary-color);
}
.as-industries-sec .as-contact-form ul li input,
.as-industries-sec .as-contact-form ul li select.form-select {
  color: var(--as-light-color);
  background: var(--as-white-color);
}
.as-industries-sec .as-contact-form ul li input::placeholder {
  color: var(--as-light-color);
}
.as-industries-sec .as-login-btn .as-btn {
  width: max-content;
  margin-top: 30px;
  padding: 12px 30px;
}
/* contact sec end */

.as-owcbanner-sec {
  height: 100%;
  background: -webkit-linear-gradient(
    325deg,
    rgba(62, 207, 142, 0.04) 0%,
    rgba(62, 207, 142, 0.04) 53%,
    rgba(62, 207, 142, 0.09) 53%,
    rgba(62, 207, 142, 0.09) 60%,
    rgba(62, 207, 142, 0.08) 65%,
    rgba(62, 207, 142, 0.12) 65%,
    rgba(62, 207, 142, 0.12) 74%,
    rgba(62, 207, 142, 0.12) 75%,
    rgba(62, 207, 142, 0.16) 75%,
    rgba(62, 207, 142, 0.16) 84%,
    rgba(62, 207, 142, 0.16) 85%,
    rgba(62, 207, 142, 0.2) 85%,
    rgba(62, 207, 142, 0.2) 84%
  );
  background: -o-linear-gradient(
    325deg,
    rgba(62, 207, 142, 0.04) 0%,
    rgba(62, 207, 142, 0.04) 53%,
    rgba(62, 207, 142, 0.09) 53%,
    rgba(62, 207, 142, 0.09) 60%,
    rgba(62, 207, 142, 0.08) 65%,
    rgba(62, 207, 142, 0.12) 65%,
    rgba(62, 207, 142, 0.12) 74%,
    rgba(62, 207, 142, 0.12) 75%,
    rgba(62, 207, 142, 0.16) 75%,
    rgba(62, 207, 142, 0.16) 84%,
    rgba(62, 207, 142, 0.16) 85%,
    rgba(62, 207, 142, 0.2) 85%,
    rgba(62, 207, 142, 0.2) 84%
  );
  background: linear-gradient(
    125deg,
    rgba(62, 207, 142, 0.04) 0%,
    rgba(62, 207, 142, 0.04) 53%,
    rgba(62, 207, 142, 0.09) 53%,
    rgba(62, 207, 142, 0.09) 60%,
    rgba(62, 207, 142, 0.08) 65%,
    rgba(62, 207, 142, 0.12) 65%,
    rgba(62, 207, 142, 0.12) 74%,
    rgba(62, 207, 142, 0.12) 75%,
    rgba(62, 207, 142, 0.16) 75%,
    rgba(62, 207, 142, 0.16) 84%,
    rgba(62, 207, 142, 0.16) 85%,
    rgba(62, 207, 142, 0.2) 85%,
    rgba(62, 207, 142, 0.2) 84%
  );
}
.as-work-tech ul {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  text-align: center;
}
.as-work-tech .absolutenumber {
  border: 1px solid;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  margin: 20px auto;
  color: var(--as-light-color);
}
/* services */

.working-prosess {
  overflow-x: hidden;
  position: relative;
  background: var(--as-textlight-color);
  z-index: 0;
  padding-bottom: 0;
}

.project-wrapper {
  background: var(--as-textlight-color);
  position: relative;
  z-index: 9;
}

.working-prosess .section-title {
  position: relative;
}

.working-prosess .section-title h2 {
  z-index: 100;
}

.working-prosess .section-title .yellow-bg {
  z-index: -1;
  position: absolute;
  top: 66%;
  left: 15%;
}

.working-prosess .working-head {
  margin-bottom: 50px;
}
.working-prosess .single-working .icon .img i {
  font-size: 32px;
  color: var(--as-main-color);
}
.working-prosess .single-working {
  margin-bottom: 100px;
  padding: 20px;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  position: relative;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 10px 34px -15px rgb(0 22 89 / 10%);
  box-shadow: 0px 15px 34px -15px rgb(0 22 89 / 10%);
  height: calc(100% - 100px);
}

.working-prosess .single-working:hover {
  transform: translateY(-6px);
  -webkit-box-shadow: 0px 10px 34px -15px rgb(0 22 89 / 15%);
  box-shadow: 0px 10px 34px -15px rgb(0 22 89 / 15%);
}

.feature-button {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
}

.single-working:hover .feature-button a i {
  color: var(--as-white-color);
  background: var(--as-main-color);
}

.feature-button a i {
  height: 2.3rem;
  width: 2.3rem;
  text-align: center;
  border: 1px solid var(--as-main-color);
  display: inline-block;
  border-radius: 50%;
  color: var(--as-main-color);
  font-size: 14px;
  line-height: 36px;
  transition: background-color 0.5s ease;
  background: var(--as-white-color);
}

.working-prosess .single-working .img img {
  max-width: 50px;
}

.working-prosess .single-working .icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin: -80px auto 0;
  border-radius: 50%;
  background: var(--as-white-color);
  border: 6px solid var(--as-textlight-color);
}

.working-prosess .single-working .icon .number {
  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;
  position: absolute;
  top: -2%;
  right: -5%;
  background: var(--as-white-color);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid var(--as-white-color);
  box-shadow: 0 0 8px 0 #00000026;
}

.working-prosess .single-working .icon .number h6 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
  color: var(--as-secondary-color);
}

.working-prosess .single-working .content {
  margin-top: 15px;
  margin-bottom: 10px;
}

.working-prosess .single-working .content h5 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
}

.working-prosess .single-working .content p {
  max-width: fit-content;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  color: var(--as-text-main-color);
}
.ph-process-sec-f {
  margin-top: 70px;
}
.working-prosess .single-working:hover .img {
  -webkit-animation: shake 0.5s linear 1;
  animation: shake 0.5s linear 1;
}

.working-prosess .vectore {
  position: absolute;
  top: 40%;
  left: 20%;
  z-index: -1;
}
.as-seviceContent-inner p {
  color: var(--as-text-main-color);
  text-align: center;
}
.as-cousulty-box p {
  color: var(--as-text-main-color);
}
.as-cousulty-box ul li {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px;
}

.as-cousulty-box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: var(--as-main-color);
  margin: auto;
  border-radius: 50px;
}
.as-career-inner ul {
  display: flex;
  gap: 30px;
  text-align: center;
}

.as-career-inner ul li img {
  max-width: 50px;
  width: 100%;
  margin-bottom: 15px;
}

.as-career-inner ul li {
  margin-top: 20px;
}

.as-career-inner ul li p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--as-text-main-color);
}

.as-career-inner ul li:first-child {
  border-right: 1px dashed var(--as-main-color);
  padding-right: 34px;
}
/* end */

/*footer sec start*/
.as-footer-logo img {
  min-width: 280px;
  margin-bottom: 20px;
}

.as-footer-all {
  padding: 50px 0;
}

.as-footer-content p span img {
  max-width: fit-content;
}

.as-footer-content p span {
  display: inline-block;
  margin-right: 10px;
}

.as-footer-list {
  padding-top: 20px;
}

.as-footer-main {
  background: var(--as-bgmain-color);
}

.as-footer-describe p {
  font-size: 14px;
  color: var(--as-textlight-color);
}
.as-footer-describe {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--as-light-color);
}

.as-footer-content {
  padding-right: 80px;
}

.as-footer-content p {
  display: -webkit-box;
  /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;
  /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* tweener - ie 10 */
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  grid-gap: 10px;
  font-size: 15px;
  color: var(--as-white-color);
  align-items: center;
}

.as-footer-list h4 {
  color: var(--as-white-color);
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.as-footer-list ul li a {
  color: var(--as-light-color);
  font-size: 14px;
  line-height: 36px;
  position: relative;
  transition: all 0.3s;
}

.as-footer-list ul li a:hover {
  color: var(--as-main-color);
}

.as-copy-right {
  padding: 15px;
  text-align: center;
  background: var(--as-black-color);
  border-top: 1px solid var(--as-light-color);
}

.as-copy-right p {
  font-size: 14px;
  color: var(--as-white-color);
  margin-bottom: 0;
}

.as-contact-footer i {
  font-size: 18px;
  vertical-align: middle;
  color: var(--as-main-color);
}

.as-footer-content .as-content-f {
  display: flex;
  align-items: center;
}

.as-footer-content .as-content-f {
  color: var(--as-white-color);
}

.as-footer-content .as-content-f p:first-child {
  margin-right: 20px;
}

.as-copy-right p {
  text-align: left;
}

.as-copy-right .as-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.as-copy-right .as-social-icons li a {
  color: var(--as-white-color);
  font-size: 16px;
  transition: all 0.3s;
}

.as-copy-right .as-social-icons li a:hover {
  color: var(--as-main-color);
}

.as-copy-right .as-social-icons li {
  margin-left: 25px;
}

.as-copy-right .as-social-icons li:first-child {
  margin-left: 0;
}
.as-ourclient-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.as-product-Contentbox ul li span {
  color: var(--as-main-color);
}
/* footer sec start */

/* overlay start */
.as-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background: url(../images/popup-bg.svg) no-repeat;
  background-size: cover;
  overflow-y: hidden;
  transition: all 0.3s;
}

.as-overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.as-overlay-header .as-closebtn {
  font-size: 32px;
  color: var(--as-white-color);
  position: relative;
  z-index: 99;
}
.as-overlay-header .as-closebtn:hover {
  color: var(--as-main-color);
}
.as-overlay-header .as-login-logo img {
  min-width: 280px;
  width: 100%;
}
.as-contact-field .form-check-input:checked {
  background-color: var(--as-main-color);
  border-color: var(--as-main-color);
}
.as-contact-field .form-check-input {
  padding: 9px;
  margin-right: 10px;
}
.as-userforgot-pass {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.as-userforgot-pass label,
.as-userforgot-pass a {
  font-size: 14px;
  font-weight: 300;
  color: var(--as-white-color);
}

.as-contact-form {
  text-align: center;
  padding: 0px 80px 0px;
}
.as-contact-form ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.as-contact-form ul li input,
.as-contact-form ul li select.form-select {
  height: 58px;
  padding: 15px 30px;
  border-color: var(--as-light-color);
  color: var(--as-white-color);
  border-radius: 50px;
  background: transparent;
  font-size: 14px;
}
.as-contact-form ul li input:focus {
  border-color: var(--as-light-color);
}
.as-contact-form ul li input::placeholder {
  color: var(--as-white-color);
  font-weight: 400;
}
.as-contact-highlight h2 {
  color: var(--as-white-color);
  font-size: 32px;
}

.as-contact-highlight h6 {
  color: var(--as-white-color);
  font-weight: 300;
}

.as-contact-highlight {
  padding-bottom: 50px;
}
.as-login-btn .as-btn {
  display: inline-block;
  width: 100%;
  padding: 14px;
}
.as-login-btn .as-btn {
  border: 2px solid transparent;
  margin-top: 20px;
}
.as-login-btn .as-btn:hover {
  color: var(--as-main-color);
  border: 2px solid var(--as-main-color);
}
.as-signup-form .as-sigup-describe {
  font-size: 14px;
  font-weight: 400;
  color: var(--as-white-color);
}
.as-signup-form .as-sigup-describe a,
.as-privacy-describe a {
  color: var(--as-main-color);
}
.as-privacy-describe {
  font-size: 12px;
  font-weight: 300;
  color: var(--as-white-color);
  margin-bottom: 0;
}
.as-signup-form {
  padding-top: 30px;
}
.as-banner-navigate .swiper-button-prev:after {
  margin-right: -15px;
}
.as-ourclient-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin-bottom: 15px;
}

/* about us */
.as-title-sec {
  background: var(--as-bgmain-color);
  padding: 30px 0;
}

.as-page-title h1 {
  position: relative;
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 400;
  color: var(--as-white-color);
}
.as-page-title h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 4px;
  width: 40px;
  background: var(--as-main-color);
}
.as-ourclient-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.as-ourproducts-box {
  box-shadow: 0 2px 16px 0 #06367521;
  padding: 15px;
  text-align: center;
  background: var(--as-white-color);
  border-radius: 8px;
  margin-bottom: 24px;
}
.as-loadmore-btn {
  text-align: center;
  margin-top: 20px;
}
.as-product-contetnt h6 {
  margin-bottom: 0;
  font-weight: 400;
}

.as-product-contetnt {
  border-top: 1px solid var(--as-textlight-color);
  padding-top: 15px;
}
.as-video-point {
  display: flex;
  gap: 30px;
  column-gap: 30px;
}

.as-video-point ul:first-child {
  border-right: 1px solid #888;
  padding-right: 30px;
}

.as-video-content .bs-login {
  margin-top: 20px;
}

.as-video-content .bs-login a {
  margin-right: 20px;
  text-transform: uppercase;
}

.as-video-content .bs-login a:last-child {
  text-decoration: underline;
  color: var(--as-main-color);
}

.as-video-point ul li {
  line-height: 31px;
  font-weight: 400;
  color: var(--as-text-main-color);
}
.as-play-video {
  margin-top: 20px;
}
.as-play-video i {
  font-size: 30px;
  vertical-align: sub;
  margin-right: 5px;
}

.as-play-video a:hover {
  transform: scale(1.05);
}

.as-play-video a {
  display: inline-block;
  transition: all 0.5s;
}
.as-video-content,
.as-video-img {
  padding: 50px 0;
}
.as-video-sec {
  background: url(../images/excel-left-bg.png) no-repeat left top;
  background-position-y: 30%;
}
.as-mainbox-blog {
  box-shadow: 0 10px 20px 0 #15205817;
  padding: 20px;
  background: var(--as-white-color);
  border-radius: 8px;
}

.as-mainbox-blog img {
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.as-accordion-sec .accordion-button:not(.collapsed) {
  color: var(--as-main-color);
  background: #f8fdfb;
}
.as-mainbox-blog a {
  transition: all 0.5s;
  text-decoration: underline;
}
.as-mainbox-blog a:hover {
  color: var(--as-main-color);
  text-decoration: none;
}

.accordion-button:focus{
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--as-secondary-color);
}

/* overlay end */
.as-industries-sec.as-testimonials-wrap {
    background: unset;
}
.as-testi-box h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 2px;
  color: var(--as-main-color);
  font-weight: 600;
}
.as-testi-box h5 {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}
.as-why-agis-box {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 10px;
  height: calc(100% - 20px);
}

.as-why-agis-box .as-why-agis-content {
  width: calc(100% - 60px);
  padding-left: 10px;
  text-align: left;
}

.as-why-agis-box img {
  width: 60px;
}

.as-why-agis-content p {
  margin: 0;
  line-height: normal;
}
.as-stickymob {
  display: none;
  bottom: 0px;
  z-index: 100;
  position: fixed;
  width: 100%;
  background: var(--as-main-color);
}
.as-stickymob a {
  color: var(--as-white-color);
  padding: 5px 10px;
}
.as-stickymob a:first-child {
  border-right: 2px solid var(--as-white-color);
}
.as-swachh-bharat {
  background: linear-gradient(45deg, rgb(47 68 47 / 64%), rgb(47 68 47 / 64%)) ,url(../images/swachh-bharat.jpg);
  background-position: center;
  background-attachment: fixed;
}
.as-swachh-bharat .as-maintitle-heading h2,
.as-swachh-bharat .as-play-video {
  color: var(--as-white-color);
}
.as-bannerContent-box {
  padding: 30px 0;
}
.as-bannerImage-box {
  padding: 50px 0;
}
.response {
  color: #F44336;
  margin: 10px 0;
  text-align: center;
}
.response p{
  margin: 0;
}
.as-thankyou-wrap {
    background: var(--as-textlight-color);
}
.as-thankyou {
    background: var(--as-white-color);
    box-shadow: 0 0 16px 0 #0c406724;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    max-width: 460px;
    padding: 40px;
    border: 1px solid #eee;
    margin: 30px auto;
}

.as-thankyou h1 {
    font-size: 26px;
    color: var(--as-bgmain-color);
    margin: 0;
    line-height: 1.4;
}
@media screen and (max-width: 1250px) {
  .as-overlay {
    overflow-y: auto;
    padding: 0 15px;
    z-index: 9999;
  }
}
/* custom responsive */
@media screen and (max-width: 991px) {
  .as-pagination-arrow {
    display: none;
  }
  .as-maintitle-heading h2 {
    font-size: 32px;
  }
  .as-maintitle-heading p {
    font-size: 14px;
  }
  .as-main-wrapper-header .as-main-nav .as-menu > ul > li {
    margin-right: 0px;
    border-bottom: 1px solid var(--as-textlight-color);
    padding: 8px 20px;
  }
  .bs-login {
    padding-left: 18px;
    margin-top: 10px;
  }
  .as-maintitle-heading {
    font-size: 32px;
  }
  .as-bannerContent-box p {
    font-size: 14px;
  }
  .as-aboutus-sec .as-aboutusimg-box {
    justify-content: start;
    margin-top: 50px;
  }
  .as-aboutusimg-box img {
    width: 100%;
  }
  .as-aboutus-box p {
    font-size: 14px;
  }
  .as-top-header {
    display: none;
  }
  .as-whyus-box ul li {
    flex: 300px 0 0;
    min-width: 300px;
    max-width: 300px;
  }
  .as-contact-form {
    padding: 0;
  }
  .as-footer-main {
    margin-bottom: 35px;
    }
    .as-main-wrapper-header {
    position: sticky;
    top: 0;
    z-index: 999;
    }
}

@media screen and (max-width: 767px) {
  .as-mainbox-blog {
    margin-bottom: 30px;
  }
  .as-shredder-wrap .swiper-pagination {
      display:none;
  }
}
@media screen and (max-width: 480px) {
  .as-mainBanner-sec .swiper-slide {
    padding: 12px;
  }
  .as-bannerImage-box {
    justify-content: center;
    padding-top: 20px;
  }
  .as-bannerImage-box img {
    width: 100% !important;
  }
  .as-maintitle-heading h2 {
    font-size: 30px;
  }
  .as-property-slide .swiper-slide .as-property-box {
    padding: 0px !important;
  }
  .as-property-slide .swiper-wrapper {
    padding: 0px;
  }
  .as-property-box img {
    width: 100%;
  }
  .as-innerContent-box {
    padding: 15px 12px;
  }
  .as-aboutus-box p {
    font-size: 14px;
  }
  .as-aboutusimg-box {
    padding-top: 30px;
  }
  .as-copy-right .as-social-icons {
    justify-content: center;
  }
  .as-copy-right p {
    text-align: center;
  }
  .as-whyus-box ul {
    overflow: auto;
    display: flex;
  }
  .as-industry-heading {
    padding-left: 0;
  }
  .as-contact-form {
    padding: 0;
  }
  /* .as-main-wrapper-header .as-main-nav .as-menu > ul > li:last-child {
    border-bottom: 0;
  } */
  .as-mainBanner-sec .swiper-pagination {
    display: none;
  }
  .as-banner-navigate .swiper-button-next,
  .swiper-button-prev {
    margin: auto auto 5px auto;
  }
  .as-banner-navigate span {
    border: 1px solid;
    padding: 0px 12px;
    border-radius: 4px;
    font-size: 13px;
  }
  .as-searchinner-box {
    padding: 15px;
  }
  .as-whyus-box ul li {
    flex: 260px 0 0;
    min-width: 260px;
    max-width: 260px;
  }
  .as-contact-form ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .as-work-tech ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .as-video-content .bs-login {
    padding-left: 0;
  }
  .as-main-wrapper-header .as-logo img {
    min-width: auto;
    }
}
