/* padding set to zero */
.pb-0 {
    padding-bottom: 0;
}
.pt-40 {
    padding-top: 40px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-100{
    padding-bottom: 100px;
}

/* padding set to zero end here */

/* padding reduce */
.pb-90 {
    padding-bottom: 90px;
}
/* padding reduce end here */

/* add margin */
.mt-8{
  margin-top: 8px;
}
/* add margin ends*/


/* button color changes */
.home-one-testimonial-left-arrow,
.home-one-testimonial-right-arrow {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.home-one-testimonial-left-arrow:hover,
.home-one-testimonial-right-arrow:hover {
    background-color: #bfa5d4;
}
/* button color change end here */

/* background remove */
.bg-none {
    background: none;
}
/* backgrouind remove ends */

/* home banner 125% zoom issue */
.home-two-hero-left-item-two.zoom-125 .main-image {
    position: relative;
    right: 10%;
}
.home-two-hero-left-item-two.zoom-110 .main-image {
    position: relative;
    right: 10%;
}
/* home banner 125% zoom issue ends */

/* color changes */
.text-white {
    color: #fff;
}
.text-b{
  color: #000;
}
.footer-one-item-main-wrapper a.w--current {
    color: #dd4c4d;
}
.home-two-button-new{
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.home-two-button-new:hover{
    background-color: rgba(246, 255, 130, 0) !important;
    color: #fff !important;
}
/*  color changes ends */

/* changeing section title to center */
.about-one-team-strategy-heading-title,
.home-three-benifit-heading-title,
.service-three-big-wrapper-heading-title {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    text-align: center;
}
/* changeing section title to center end */

/*contact field validation  */
textarea {
    resize: vertical;
}
/*contact field validation ends */

/* home page testimonail section slider design change */
.testimonial-tab-section-home .testimonial-box {
    position: relative;
    background-image: url(../images/slider-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s ease-in-out;
    height: 345px;
}

.testimonial-tab-section-home .quote-icon {
    font-size: 80px;
    color: #f5d7b5;
    margin-bottom: 10px;
    line-height: 0.6;
}

.testimonial-tab-section-home .testimonial-text {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    max-width: 800px;
}

.testimonial-tab-section-home .author {
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.testimonial-tab-section-home .character-img {
    width: 120px;
    margin-bottom: 20px;
}

.testimonial-tab-section-home .avatars {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
}

.testimonial-tab-section-home .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 5px 0 0;
    cursor: pointer;
    transition: transform 0.3s, border 0.3s;
}

.testimonial-tab-section-home .avatar.active {
    transform: scale(1.5);
    /*border: 3px solid #ff6f61;
    */
    -webkit-transform: scale(2.2);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.testimonial-tab-section-home .character-img {
    display: none;
}
/* home page testimonail section slider design change end */

/*tab heading font style changes  */
.feature-tab-section .testimonial-tabs-menu a{
  font-weight: 500;
  font-family: Fahkwang, sans-serif;
}
/*tab heading font style changes ends */
/* logo cursor settings starts */
.footer-two-bottom-main a.footer-two-logo, .header-one-main .nav-bar-logo{
    display: block;
    pointer-events: none;
}
.footer-two-bottom-main a.footer-two-logo img, .header-one-main .nav-bar-logo  img{
    pointer-events: auto; /* Enables click only on the image */
}
.footer-one-item-main-wrapper a{
    width: fit-content;
}
.contact-two-contact-item a:hover div{
    color: #dd4c4d;
}
/* media query starts here */
@media (min-width: 1281px) and (max-width: 1720px){
    .main-banner-particle .main-image{
       position: relative;
       right: 10%;
    }
}
@media (min-width: 1024px) {
    .service-box .service-detail h3 {
        font-size: 23px;
    }
    .service-two-idea .heading-five {
        font-size: 23px;
    }
    /* adding space */
    .space20 {
        height: 20px;
    }
    /* adding space end */
    .home-two-button-new {
        width: 202px;
    }
    .home-one-progress-text-item-margin-top{
      margin-top: -20px;
    }
    .mt-20{
      margin-top: 20px;
    }
}
@media  (min-width: 1024px) and (max-width: 1366px) 
  {
    .footer-one-item{
      margin-right: 40px;
    }
    .about-two-software-item-heading .heading-five{
      font-size: 16px;
    }
    .home-two-potential{
      padding-bottom: 100px;
    }
  }
@media (max-width: 1024px) {
    .testimonial-tab-section-home .testimonial-box {
        background-image: none;
        background-color: #f5d7b5;
        border-radius: 50px;
    }
    .testimonial-tab-section-home {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-two-button-new{
      background: linear-gradient(60deg, #dd4c4d, #d15064, #c05876, #ad6080, #9d628b, #8c629c, #6f66ab, #3d6bb3);
      color: #fff;
    }
    .pb-100{
        padding-bottom: 70px;
    }
}
@media (max-width: 1023px) {
    .about-two-software h2.text-align-center,
    .about-two-software p {
        text-align: left;
    }
    .header-one-main {
        z-index: 999;
    }
}
@media (min-width:768px) and (max-width: 1023px){
  .about-one-business-text{
    margin-top: 40px;
  }
  .home-two-goal-wrapper {
    grid-column-gap: 0px;
  }
  .service-three-service-item-wrapper{
    flex: auto;
    max-width: none;
  }
  .home-three-service-wrapper{
    align-items: center;
  }
}
@media (max-width: 767px) {
    .text-align-left {
        text-align: left;
    }
    .services-home-two-potential h2.text-align-center,
    .services-home-two-potential p {
        text-align: left;
    }
    .service-two-idea h2.text-align-center,
    .service-two-idea p {
        text-align: left;
    }
    .home-two-engine-heading {
        text-align: left;
    }
    .home-one-offer-details {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }
    .home-one-offer h2.text-align-center,
    .home-one-offer p {
        text-align: left;
    }
    .feature-section .section-title.text-center,
    .feature-section p {
        text-align: left;
    }
    .faqs-section .faq-title-wrap,
    .contact-two-hero .contact-two-hero-wrapper {
        text-align: left;
    }

    .testimonial-tab-section-home .testimonial-text {
        font-size: 1rem;
    }

    .testimonial-tab-section-home .quote-icon {
        font-size: 50px;
    }

    .testimonial-tab-section-home .avatars {
        flex-wrap: wrap;
    }

    .testimonial-tab-section-home .avatar {
        width: 30px;
        height: 30px;
    }
    .testimonial-tab-section-home .avatars {
        flex-wrap: nowrap;
        top: 70%;
    }
    .testimonial-tab-section-home .avatar.active {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }
    .pb-100{
        padding-bottom: 40px;
    }
}

/* media query  ends here */
