html {
  scroll-padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

.bg_bdtask {
  background-color: #32a000;
}

.btn-pd {
  padding: 12px 24px;
}

.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: 60px;
  letter-spacing: 1.5px;
}

.navbar_fixed {
  z-index: 999;
}

.customSoftBg {
  background: url(img/website-development-service_1.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-image: linear-gradient(to right, #04b700, #38d336 64%, #04b700);
}

.shadow_before::before {
  content: "";
  position: absolute;
  top: 0;
  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;
}

.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;
  border: 0;
  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;
}

.rotate_img:hover .rotateOnHover {
  transform: scale(1.3) rotate(5deg);
}

@keyframes rotateAnim {
  50% {
    transform: rotate(180deg);
  }
}

.sec_title p,
.title_addons p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 25px;
}

/*========= Production cycle CSS
==================================*/

.ent_wrap {
  min-width: 70px;
  width: 70px;
  line-height: 60px;
  border: 5px solid rgb(0 82 18 / 50%);
}

.ent_wrap:hover {
  transform: scale(1.3);
}

.factors_bg {
  background: url("img/bg-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.factors_bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgb(0 0 0 / 75%);
}

.shape_dotTop {
  width: 995px;
  top: 115px;
  left: 225px;
  right: 0;
  height: 336px;
  border-top: 2px dashed #fff;
  border-right: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  z-index: 0;
  border-radius: 0 10px 10px 0;
}

.shape_dotlast {
  top: 15px;
  border: 2px dashed #fff;
  width: 2px;
  height: 170px;
  left: 58px;
}

.last_item {
  transform: translateX(120px);
}

.arrow-pointer {
  width: 0;
  bottom: 26px;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
}

.arrow-pointer-reverse {
  width: 0;
  top: 26px;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.arrow-pointer-down {
  width: 0;
  bottom: -52px;
  right: 24px;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.arrow-pointer-up {
  width: 0;
  bottom: -25px;
  height: 0;
  left: 50px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
  transform: translateY(30px);
}

@media (max-width: 1399px) {
  .shape_dotTop {
    width: calc(100% - 318px);
    border-radius: 15px;
  }

  .last_item {
    transform: translateX(85px);
  }
}

@media (max-width: 1063px) {
  .shape_dotTop {
    width: calc(100% - 314px);
    top: 134px;
  }
}
@media (max-width: 1036px) {
  .shape_dotTop {
    width: calc(100% - 258px);
    left: 170px;
  }
  .last_item {
    transform: translateX(70px);
  }
}

/*========= Swiper slider CSS
==================================*/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.mySwiper {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9;
  height: 100%;
}

.mySwiper .swiper-slide {
  height: 100%;
  background: rgb(0 0 0 / 75%);
  border: 0.013rem solid rgb(255 255 255 / 15%);
}

.info_wrapper {
  transform: translateY(115px);
  min-height: 358px;
}

.info_wrapper .hover_text {
  opacity: 0;
}

.mySwiper .swiper-slide:hover .info_wrapper {
  transform: translateY(0);
}

.mySwiper .swiper-slide:hover .info_wrapper .hover_text {
  opacity: 1;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active,
.mySwiper .swiper-slide:focus,
.mySwiper .swiper-slide:hover {
  background: rgb(3 38 0 / 70%);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*========= 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) {
}
@media (max-width: 520px) {
  .banner_pad {
    padding: 50px 0;
  }
  .banner .main_title {
    line-height: 35px;
    font-size: 28px;
  }
}

.newsletter-area {
  margin-bottom: -90px;
}
.nz-index {
  z-index: 2;
  position: relative;
}
.anewsletter--bg {
  padding: 35px 40px;
  background: #0aa100e3;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.anewsletter--bg .news__shape1 {
  left: 100px;
  top: -60px;
  animation: float-bob-y infinite 3s linear;
}
.anewsletter--bg .news__shape2 {
  right: 108px;
  bottom: -60px;
  animation: float-bob-y infinite 3s linear;
}
.anewsletter--bg .news__shape {
  position: absolute;
  z-index: 1;
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}

/* tab css start  */

.tab {
  line-height: 0.8;
  display: inline-block;
  margin-left: -35px;
  filter: drop-shadow(0px -3px 2px rgba(0, 0, 0, 0.05));
  border: none;
  border-radius: 6px 6px 0 0;
  position: relative;
  margin-right: 4rem;
  background: var(--background);
  white-space: nowrap;
  cursor: pointer;
  background: var(--background);
}
.tab:focus {
  outline: none;
}
.tab:focus span {
  border-bottom: 2px solid;
  border-radius: 0;
}
.tab:first-of-type {
  margin-left: 30px;
}
.tab div {
  background: var(--background);
  padding: 6px 0;
  position: relative;
  z-index: 10;
}
.tab span {
  display: inline-block;
  border: 2px solid transparent;
  padding: 6px 15px 6px;
  border-radius: 5px;
  z-index: 5;
  position: relative;
  color: #fff;
  min-width: 6rem;
  font-size: 16px;
  font-weight: 600;
}
.tab:before,
.tab:after {
  content: "";
  height: 100%;
  position: absolute;
  background: var(--background);
  border-radius: 8px 8px 0 0;
  width: 30px;
  top: 0;
}
.tab:before {
  right: -16px;
  transform: skew(25deg);
  border-radius: 0 8px 0 0;
}
.tab:after {
  transform: skew(-25deg);
  left: -16px;
  border-radius: 8px 0 0 0;
}
.tab.active {
  z-index: 50;
  position: relative;
}
.tab.active span {
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: black;
}

.content {
  border-radius: 10px;
  position: relative;
  width: 100%;
}
.content #tab-1 {
  display: block;
}
.content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.content__inner {
  display: none;
  background: var(--background);
  border-radius: inherit;
  padding: 1rem;
  filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.1));
  z-index: 5;
}

.tab-wraper {
  margin: 1rem auto;
  max-width: 55rem;
  width: 100%;
  scrollbar-height: none;
  -ms-overflow-style: none;
}
.tab-wraper ::-webkit-scrollbar {
  background: transparent;
  display: none;
}

.page {
  padding: 1.5rem;
  border-radius: 2px;
  min-height: 18rem;
  background-color: #f9f9f9;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.15));
}

.tabs {
  padding: 2rem 0 0 0;
  width: 100%;
  margin: 0 0.5rem;
  overflow-x: auto;
  width: calc(100% - 1rem);
  white-space: nowrap;
}
@media (min-width: 50rem) {
  .tabs {
    margin: 0 2rem;
    width: calc(100% - 4rem);
  }
}
.tab-wraper .tab:nth-of-type(1),
.tab-wraper .content__inner:nth-of-type(1) {
  background: #0e2954;
}
.tab-wraper .content__inner:nth-of-type(1) ul li::marker {
  color: #0e2954;
  font-size: 25px;
}
.tab-wraper .tab:nth-of-type(1):not(.active):before,
.tab-wraper .tab:nth-of-type(1):not(.active):after {
  background: #0e2954;
}
.tab-wraper .tab:nth-of-type(1).active:before,
.tab-wraper .tab:nth-of-type(1).active:after {
  background: #0e2954;
}

.tab-wraper .tab:nth-of-type(2),
.tab-wraper .content__inner:nth-of-type(2) {
  background: #1f6e8c;
}
.tab-wraper .tab:nth-of-type(2):not(.active):before,
.tab-wraper .tab:nth-of-type(2):not(.active):after {
  background: #1f6e8c;
}
.tab-wraper .tab:nth-of-type(2).active:before,
.tab-wraper .tab:nth-of-type(2).active:after {
  background: #1f6e8c;
}
.tab-wraper .content__inner:nth-of-type(2) ul li::marker {
  color: #1f6e8c;
  font-size: 25px;
}

.tab-wraper .tab:nth-of-type(3),
.tab-wraper .content__inner:nth-of-type(3) {
  background: #2e8a99;
}
.tab-wraper .tab:nth-of-type(3):not(.active):before,
.tab-wraper .tab:nth-of-type(3):not(.active):after {
  background: #2e8a99;
}
.tab-wraper .tab:nth-of-type(3).active:before,
.tab-wraper .tab:nth-of-type(3).active:after {
  background: #2e8a99;
}
.tab-wraper .content__inner:nth-of-type(3) ul li::marker {
  color: #2e8a99;
  font-size: 25px;
}

.tab-wraper .tab {
  border: 2px solid;
  border-width: 2px 0 0;
}
.tab-wraper .tab:before,
.tab-wraper .tab:after {
  top: -2px;
  border-top: 2px solid;
}
.tab-wraper .tab:before {
  border-right: 2px solid;
}
.tab-wraper .tab:after {
  border-left: 2px solid;
}
.tab-wraper .tab.active span {
  border: 2px solid;
}
.tab-wraper .tab.active:focus span {
  outline: 1px solid rgba(255, 255, 255, 0.7);
}
.tab-wraper .tab:not(.active) {
  border-bottom: 2px solid;
}
.tab-wraper .content {
  top: -2px;
  left: -2px;
}
.tab-wraper .content__inner {
  box-shadow: 0 0 0 1.5px black;
}
.tab-wraper .page {
  border: 2px solid;
}

/* tab css end  */
.btn_cta_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, #ffe575 0%, #fdff05 100%);
  background-size: 300px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 26px;
  border: 0;
}
.check-bg {
  background: #9cffce;
  padding: 5px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 800;
  margin-right: 7px;
}
.features_pills .link_tabs {
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  text-align: left;
  width: calc(100% - 12px);
  background-color: #fff;
}

.features_pills .link_tabs:focus,
.features_pills .link_tabs:hover {
  color: rgb(0 0 0);
  background: #05fe013c;
}

.features_pills .link_tabs.active {
  background-image: linear-gradient(to right, #38c536 0%, #04b700 100%);
  color: #ffffff;
}

.featuresList li {
  font-size: 18px;
  line-height: 30px;
}

.tab_title {
  font-size: 25px;
  line-height: 30px;
}

@media (min-width: 600px) {
  .features_scrollbar {
    max-height: 485px;
    overflow-y: scroll;
  }
}
@media (min-width: 600px) and (max-width: 1399px) {
  .features_scrollbar {
    max-height: 475px;
    overflow-y: scroll;
  }
}
@media (max-width: 599px) {
  .features_scrollbar {
    max-height: 275px;
    overflow-y: scroll;
  }
}
.features_scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.features_scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.features_scrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #04b700;
}

.process_pills .link_tabs {
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  text-align: left;
  width: calc(100% - 12px);
  background-color: #fff;
}

.process_pills .link_tabs:focus,
.process_pills .link_tabs:hover {
  color: rgb(0 0 0);
  background: #05fe013c;
}

.process_pills .link_tabs.active {
  background-image: linear-gradient(to right, #04b700 0%, #38c536 100%);
  color: #ffffff;
}

.processList li {
  font-size: 18px;
  line-height: 30px;
}

.tab_title {
  font-size: 25px;
  line-height: 30px;
}

@media (min-width: 600px) {
  .process_scrollbar {
    max-height: 430px;
    overflow-y: scroll;
  }
}
@media (min-width: 600px) and (max-width: 1399px) {
  .process_scrollbar {
    max-height: 430px;
    overflow-y: scroll;
  }
}
@media (max-width: 599px) {
  .process_scrollbar {
    max-height: 275px;
    overflow-y: scroll;
  }
}
.process_scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.process_scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.process_scrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #04b700;
}

.accordion-item {
  border-radius: 20px;
  background: #ffffff;
}
.accordion-item .accordion-button {
  border-radius: 20px;
  font-weight: 600;
  width: 100%;
  text-align: start;
  padding: 20px 75px 20px 40px;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.accordion-item:first-of-type button {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.accordion-item:first-of-type {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.accordion-button::after {
  margin-left: auto;
  background-color: #44c642;
  padding: 20px 20px;
  content: "";
  right: 25px;
  position: absolute;
  background-image: url(img/faq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.4rem;
  transition: transform 0.2s ease-in-out;
  border-radius: 20px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(img/faq-not.png) !important;
  transform: rotate(1deg);
  background-size: 0.7rem;
}
.faq .accordion-button:not(.collapsed) {
  color: #000000;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 0px solid #ddd;
  box-shadow: none;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .item {
  height: 100%;
}
.faq-shadow {
  box-shadow: 0 0 5px 0px rgb(115 115 115 / 29%);
}
.accordion-item {
  background-color: #fff;
  border: 0px !important;
}
