html {
  scroll-padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

.bg_bdtask {
  background-color: #32a000;
}

.btn-pd {
  padding: 12px 24px;
}

.btn-6 {
  color: #6ca03a;
}

.btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #31560e;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.fs-36 {
  font-size: 36px;
}

.btn-6:hover {
  color: #d4e3c5;
}

.btn-6:hover span {
  width: 225%;
  height: 562px;
}

.btn-6:active {
  background-color: #528f17;
}

.text_green {
  color: #00d167 !important;
}

.header_area {
  background: #fff;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.banner_pad {
  padding: 180px 0;
}

.banner .main_title {
  line-height: 75px;
  font-size: 50px;
  letter-spacing: 1.5px;
}

.customSoftBg {
  background: url(img/campus-management-bg.webp);
  background-size: cover;
}

.customSoftBg .navbar_fixed .nav-pills .nav-link,
.mega-dropdown-menu .nav-pills .nav-link {
  color: #212529;
}

.tabs_pro .nav-pills .nav-link {
  padding: 14px 16px;
  width: 100%;
}

.tabs_pro .nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #37a000;
}

.shadow_before::before {
  content: "";
  position: absolute;
  top: 137px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgb(0 0 0 / 75%);
  background: linear-gradient(-45deg, rgb(0 0 0 / 85%), rgb(2 76 0 / 65%), rgb(97 0 0 / 75%), rgb(35 52 213 / 85%));
  background-size: 400% 400%;
  animation: gradientShadow 10s ease infinite;
}

.shadow_black::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-radius: 15px;
  background: rgb(0 0 0 / 65%);
}

.textAnim {
  position: relative;
  animation: anima 4s ease infinite;
  transition-duration: 0.4s;
  color: #fff;
}

@keyframes anima {
  33% {
    color: #ffc107;
  }

  66% {
    color: #3aff1b;
  }
}

@keyframes gradientShadow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.bgChangeOnHover::before {
  background: #f5afaf;
}

.demo_abs_part .demo_abs {
  transition: all linear 0.4s;
  transform: translateY(20px);
  opacity: 0;
}

.demo_view_inner .img_part:hover .demo_abs {
  transform: translateY(0);
  opacity: 1;
}

.demo_view_inner .img_part .demo_abs_part .demo_abs:last-child {
  transition-delay: 0.2s;
}

.desktop_ver .demo_btn.download {
  background-color: #bf3129;
}

.desktop_ver .demo_btn.buy {
  background-color: #4652e4;
}

.desktop_ver .demo_btn.doc {
  background-color: #13a778;
}

.rotateAnim {
  transition-duration: 0.4s;
  animation: rotateAnim 30s infinite;
}

.text_gradient {
  background: -webkit-linear-gradient(#ff6d6d, #970000);
  background: -webkit-linear-gradient(#ff0000, #560000);
  -webkit-background-clip: text;
  text-shadow: -1px 3px 7px rgb(0 0 0 / 4%);
  -webkit-text-fill-color: transparent;
}

.btn_live_gr {
  color: #fff;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(top, #7de27c 0%, #059302 100%);
  background-image: linear-gradient(to bottom, #7de27c 0%, #049201 100%);
  background-size: 300px;
  min-width: 170px;
  font-weight: 600;
  font-size: 15px;
  line-height: 45px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.btn_live_gr:focus,
.btn_live_gr:hover {
  background-image: -webkit-linear-gradient(top, #049201 0%, #7de27c 100%);
  background-image: linear-gradient(to bottom, #049201 0%, #7de27c 100%);
  color: #fff;
}

.btn_buy_gr {
  color: #1d1d1d;
  border-radius: 6px;
  background-image: -moz-linear-gradient(top, #fff8da 0%, #e8e95b 100%);
  background-image: -webkit-linear-gradient(top, #fff8da 0%, #e8e95b 100%);
  background-image: linear-gradient(to bottom, #fff8da 0%, #e8e95b 100%);
  background-size: 300px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 26px;
  border: 0;
}

.btn_buy_gr:focus,
.btn_buy_gr:hover {
  background-image: -moz-linear-gradient(top, #ffff14 0%, #fff8da 100%);
  background-image: -webkit-linear-gradient(top, #ffff14 0%, #fff8da 100%);
  background-image: linear-gradient(to bottom, #ffff14 0%, #fff8da 100%);
}

.height_fit {
  height: 345px;
  object-fit: cover;
}

@keyframes rotateAnim {
  50% {
    transform: rotate(180deg);
  }
}

.sec_title p,
.title_addons p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 25px;
}

.production_bg {
  background: url("../custom-soft/img/custom-software-development-production-cycle.webp");
}

.production_bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgb(0 0 0 / 75%);
}

/* Package Area 
==============================*/
.package_area .single-price {
  background: #fff;
  padding: 25px;
  transition-duration: 0.3s;
  box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
  border: 0;
}

.package_area .single-price:hover {
  transform: translateY(-15px);
}

.license .single-price .title {
  font-size: 21px;
  font-weight: 500;
  color: #2a2a48;
}

.license .price-details {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  padding: 15px 0;
}

.license .buy-now-button .demo_btn {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #424242;
}

.buy-now-button .demo_btn {
  display: block;
  line-height: 30px;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
}

.license .buy-now-button .demo_btn:focus,
.license .buy-now-button .demo_btn:hover {
  border-radius: 0;
  background-color: #37a000;
  border: 1px solid #37a000;
  color: #fff;
}

.license .contact-details {
  box-shadow: 0px 10px 40px 0px rgb(64 1 9 / 6%);
  background-color: #fff;
  padding: 30px;
}

/*========= Testimonial CSS
==================================*/

.client_comment {
  line-height: 40px;
}

.testimonial_part .new-test .owl-nav {
  display: none;
}

.testi_comment {
  min-height: 120px;
}

.new-test .owl-dots {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
}

.new-test .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #c4c4c4;
  margin: 0 3px;
  border-radius: 50%;
}

.new-test .owl-dots .owl-dot.active {
  background-color: #00c156;
}

.testimonial_part .quotation-icon {
  opacity: 0.05;
}

.testi_nav .owl-nav {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  right: -40px;
  display: flex;
  justify-content: space-between;
}

/*========= FAQ CSS
==================================*/

.faq .accordion-button:not(.collapsed) {
  color: #000000;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

@media (max-width: 1199px) {
  .testi_nav .owl-nav {
    left: 0;
    right: 0;
  }
}

@media (max-width: 991px) {
  .banner_pad {
    padding: 80px 0;
  }

  .banner .main_title {
    line-height: 58px;
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .py_140 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs_pro .nav-pills .nav-link {
    padding: 10px;
    width: calc(50% - 8px);
    margin-right: 8px;
  }

  .badge_all .addon {
    right: 0;
  }
}

@media (max-width: 575px) {
  .w_sm_100 {
    width: 100% !important;
  }
  .faq .px-40 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 520px) {
  .banner_pad {
    padding: 50px 0;
  }

  .banner .main_title {
    line-height: 35px;
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .tabs_pro .nav-pills .nav-link {
    width: 100%;
  }
}
