:root {
    --blue: #337CCF;
    --black: #040D12;
 }

 /* layout */

 .service-content-section{
    padding: 80px 0;
}
b{
 color: var(--black) !important;
}


/* BreadCrumb */

.bread-crumbs ul li:nth-last-child(2){
    color: var(--black);
    border-right: 1px solid var(--blue);
    padding: 0 10px;
    line-height: 15px;
}
.bread-crumbs ul li:nth-last-child(3) {
    color: var(--black);
    border-right: 1px solid var(--blue);
    padding: 0 10px;
    line-height: 15px;
}
.bread-crumbs ul li:nth-last-child(1) {
    margin: 0 20px;
    color: #337ccf;
    line-height: 15px;
}
.servicepage-title {
    color: var(--blue);
    font-family: Plus Jakarta Sans;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    /* letter-spacing: -0.2px; */
}
.service-avatar {
    width: 500px;
    height: 420px;
    overflow: hidden;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}
.service-banner {
    padding: 10px 100px;
    background-color: #EAF3FF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Service Content */


.service-content-section-2{
    padding-top: 80px;
}
.service-content-section-2 p {
    margin-bottom: 0px;
}
.service-detail{
    padding-top: 30px;
}
.service-detail h2{
    color: var(--blue);
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 5%;
    margin-bottom: 30px;
}
.sub-servcie-detail {
    padding: 30px 50px;
}
.sub-servcie-detail p{
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 5%;

}
.sub-servcie-detail  span{
    color: var(--blue);
    font-weight: 500;
}
/* .content-button{
    pa
} */
a.service-content-btn
{
    padding: 14px 33px;
    background-color: var(--blue);
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 5%;
    height: 100%;
    display: inline-block;

}


/* Pricing  */
.pricing-heading {
    color: var(--black);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
}
.pricing-heading span{
    color: var(--blue);
}
.webPageCardClr .cardTemp {
    background: rgba(247, 246, 243, 1);
  }

  .cutomButtons button {
    padding: 0.7rem 1.3rem;
    outline: none;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    background: white;
    color: black;
  }

  .cutomButtons .blueBtn {
    font-size: 12px;
    background: #337ccf;
    color: white;
  }
  .webPricingCard .card .price .dollar {
    color: #337ccf;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0px;
    text-align: left;
  }

  .webPricingCard .card .price {
    gap: 1rem;
    align-items: center;
    display: flex;
  }
  .webPricingCard .card .blurPara {
    color: #337ccf;
  }

  .webPricingCard .card {
    color: #848199;
    margin: 1rem auto;
    max-width: 232px;
    border: none;
  }
  .webPricingCard .card .btn button {
    width: 100%;
    padding: 0.5rem 2.5rem;
    border-radius: 18px;
    opacity: 0.1px;
    color: #337ccf;
    outline: none;
    border: none;
  }

  .webPricingCard .active {
    padding: 20px 20px 43px 30px !important;
    max-width: 292px;
    min-height: 480px;
    transform: scale(1) translate(-4%, -11%);
    -webkit-box-shadow: 0px 33px 25px 0px rgba(51, 124, 207, 0.33);
    -moz-box-shadow: 0px 33px 25px 0px rgba(51, 124, 207, 0.33);
    box-shadow: 0px 33px 25px 0px rgba(51, 124, 207, 0.33);
    color: white !important;
    background: var(--blue);
    background-image: url('../../img/pricing-bg.svg');
    background-repeat: no-repeat;
    background-position: right;
  }
  .webPricingCard .active .price .dollar {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0px;
  }
  .webPricingCard .active .price p {
    color: rgba(255, 255, 255, 1) !important;
  }
  .webPricingCard .active .heading p {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .webPricingCard .active .btn button {
    color: rgba(255, 255, 255, 1) !important;
    background: #040d12;
  }

  .webPricingCard .active .btnTop {
    align-self: self-end;
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    font-style: italic;
    font-weight: 200;
    line-height: 13px;
    letter-spacing: 0.8333333134651184px;
  }
  .webPricingCard .active .btnTop button {
    color: white !important;
    border-radius: 15px;
    outline: none;
    border: none;
    padding: 7px 18px;
    background: #040d12;
    font-size: 10px;
    font-style: italic;
    font-weight: 200;
    line-height: 13px;
    letter-spacing: 0.8333333134651184px;
    text-align: center;
  }

  .webPricingCard .active .checkboxes i {
    margin: 5px 0;
    margin-right: 3px;
    background: #4789d4;
    padding: 5px;
    font-size: 13px;
    color: white;
    border-radius: 50%;
  }
  .webPricingCard .checkboxes i {
    margin: 5px 0;
    margin-right: 3px;
    background: #337ccf33;
    padding: 5px;
    font-size: 10px;
    color: #337ccf;
    border-radius: 50%;
  }
.pricing-button{
    padding: 30px 0;
}
/* End Pricing */

/* FAQ */
/* acordion fix width */
/* accordian  */
.accordian {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 472px;
  }
  .accordianLeft {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 408px;
    border: 1px solid rgba(128, 128, 128, 0.185);
  }

  .firstP {
    /* padding: 1rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }
  .firstP .para {
    display: flex;
    align-items: center;
    justify-content: center;
    grid: 2rem;
  }

  .firstP .radioBtn {
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    padding: 8px;
    width: 20px;
    border-radius: 50%;
    background: rgba(235, 242, 251, 1);
  }
  .firstP .active {
    background: rgba(51, 124, 207, 1);
  }

  .cards {
    background: rgba(249, 249, 249, 1);
    padding-left: 70px;
    max-width: 648px;
    padding: 40px, 32px, 14px, 144px;
    border-radius: 16px;
    gap: 10px;
    min-height: 472px;
    padding-top: 40px;
  }

  .cards .cardBody {
    height: 100%;
    width: 90%;
  }
  .cards .cardBody h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
  }
  .cards .cardBody p {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }



/* End FAQ */

.acordionWidth {
    margin: 0 auto;
    margin-top: 32px;
    /* max-width: 1280px; */
  }

  .acordionWidth .accordian {
    position: relative;
  }

  .acordionWidth .accordian .accordianLeft {
    position: absolute;
    left: 25px;
    top: 32px;
    z-index: 100;
    background: #fff;
    padding: 0 !important;
    min-height: 360px !important;
    max-width: 770px !important;
    min-width: 680px;
    outline: none;
    border: none;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
  }
  .acordionWidth .accordian .accordianLeft .firstP {
    margin: 0 !important;
    padding: 24px;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
  }
  .acordionWidth .accordian .accordianRight {
    position: absolute;
    right: 25px;
    max-width: 648px;
    border-radius: 16px;
    padding: 0 !important;
    box-shadow: 0px 0px 4px 1px #00000026;
  }

  @media screen and (max-width: 1400px) {
    .acordionWidth .accordian .accordianLeft {
      min-width: 600px;
    }

    .acordionWidth .accordian .accordianRight {
      min-width: auto;
      min-height: auto;
    }
  }
  @media screen and (max-width: 1200px) {
    .acordionWidth .accordian .accordianLeft {
      min-width: 550px;
      left: 0;
    }

    .acordionWidth .accordian .accordianRight {
      min-width: auto;
      right: 0;
      min-height: auto;
    }
  }

  @media screen and (max-width: 1000px) {
    .acordionWidth .accordian .accordianLeft {
      left: 0;
    }

    .acordionWidth .accordian .accordianRight {
      right: 0;
      min-width: auto;
      min-height: auto;
    }
  }

  @media screen and (max-width: 815px) {
    .acordionWidth .accordian {
      position: static;
    }

    .acordionWidth .accordian .accordianLeft {
      position: static;
      min-width: auto;
    }

    .acordionWidth .accordian .accordianRight {
      position: static;
    }
  }

  .acordionWidth .accordian .accordianRight .cards {
    padding-top: 40px;
    padding-left: 114px;
  }

  .acordionWidth .accordian .accordianLeft .active {
    background: #fafbff;
  }

  .acordionWidth .accordian .accordianLeft .active .radioBtn {
    background: #337ccf;
  }
  .acordionWidth .accordian .accordianLeft .active i {
    font-size: 18px;
  }

  .acordionWidth .accordianHeading h2 {
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
  }
  .firstP.active i{
      color: var(--blue);
  }
  .firstP i{
      color: rgba(235, 242, 251, 1);
  }
  /* technologies and tools */
.row.paras {
    padding-top: 45px;
}
  .roundCards .detail h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #040d12;
  }

  .designingProcess .paras p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .designingProcess .pParas p {
    padding-left: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-align: left;
  }
/* Testimonials */

.container-flex.testimonials {
  padding: 50px 0;
}


/* .fixWidthTesti {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 1230px;
  }

  .fixWidthTesti .contentTitle {
    margin-bottom: 32px;
  }
  .fixWidthTesti .contentTitle .serviceHeading h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
  }
  .fixWidthTesti .contentTitle .serviceHeading h2 .span {
    color: #337ccf;
  }

  .customTesti {
    width: 100%;
    max-width: 270px;
    min-height: 378px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    gap: 30px;
  }
  .test {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .owl-item.test.active.center .testimonial-card.customTesti{
    transform: scale(1.1);
    width: 290px !important;
    min-height: 406px !important;
    background: #F1F1F1;
  } */

  /* .testimonials .active .customTesti .testimonialText .firstComma {
    filter: grayscale(0%);
    opacity: 1;
  }
  .testimonials .active .customTesti .testimonialText .secondComma {
    filter: grayscale(0%);
    opacity: 1;
  } */

  /* .customTesti .testimonialText {
    margin-top: 34px;
    display: flex;
  } */
  /* .customTesti .testimonialText .firstComma {
    top: -12;
    left: 20px;
    filter: grayscale(100%);
    opacity: 0.2;
  }
  .customTesti .testimonialText .secondComma {
    right: 20px;
    bottom: 15px;
    filter: grayscale(100%);
    opacity: 0.2;
  } */
  /* .customTesti .testimonialText p {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: var(--black);
  }
  .customTesti .testimonialText img {
    height: 20px;
    width: 20px;
  }

  .customTesti .secondRow .lowerTesti {
    gap: 1rem;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .customTesti .secondRow .lowerTesti img {
    height: 57px;
    width: 57px;
  }
  .customTesti .secondRow .lowerTesti p {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
  } */

  /* .customTesti .secondRow .lowerTesti .nameLine {
    position: absolute;
    top: 49%;
    left: 42%;
    height: 1px;
    width: 14px;
    border-bottom: 2px solid rgba(149, 149, 149, 1);
    color: #337ccf;
  }

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    background: #337ccf !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: white !important;
    z-index: -100;
  }

  .owl-carousel .owl-nav .owl-prev i,
  .owl-carousel .owl-nav .owl-next i {
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quote-icon-bottom {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}
.testimonial-card{
    border: none;
    padding: 0px;
}
.testimonial-card.customTesti{
    background-color: #FBFBFB;
    padding: 50px 30px;
} */
/* End Testimonials */


/* Contact */

.contact-section{
    padding: 80px 0px;
}

/* Portfolio */

.prod-thumbnail.owl-dots .owl-dot img{
    width: 75px;
    height: 50px;
    border-radius: 5px;
    }
    .prod-thumbnail.owl-dots{
    display: flex;
    justify-content: space-between;
    }
    .prod-thumbnail.owl-dots .owl-dot:before {
    content: "";
    display: block;
    height: 50px;
    width: 75px;
    border-radius: 5px;
    background: #0000007a;
    z-index: 1;
    position: absolute;
    }
    .prod-thumbnail.owl-dots .owl-dot.active::before {
    display: none;
    }
    .prod-thumbnail.owl-dots button {
    border: none;
    padding: 0;
    }
    .cardTemp{
        position: relative;
    }
    .link-icon {
        background: #fff;
        position: absolute;
        bottom: 29%;
        z-index: 2;
        right: 10%;
        padding: 8px 14px;
        border-radius: 10px;
        box-shadow: 1px 1px 8px 1px rgba(15, 15, 15, 0.2);
    }
    .heading h4 {
        font-size: 16px;
        font-weight: 600;
    }
    .thirdCards .firstRow .cardTemp .heading{
    line-height: 20px;
        height: 100%;
    }
    .thirdCards{
    height: 100%;
    margin-top: 45px;
    }
    .secondRow.row {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 45px;
    }
/* Third cards starts from here */
.thirdCards {
    margin-top: 69px;
    min-height: 800px;
  }

  .thirdCards .firstRow {
    gap: 30px 20px;
    align-items: center;
    justify-content: center;
  }
  .thirdCards .cardTemp {
    background: #f7f6f3;
    border-radius: 10px;
    border: none;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    padding: 42px 32px;
    overflow: hidden;
    max-width: 414px;
    min-height: 300px;
  }

  .thirdCards .firstRow .cardTemp .heading h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
  }

  .thirdCards .firstRow .cardTemp .img {
    width: 100%;
    height: 250px;
    object-fit: fill;
  }
  .thirdCards .firstRow .cardTemp .img img {
    width: 100%;
    height: 100%;
  }

  .thirdCards .firstRow .cardTemp .imgMini {
    width: 100%;
    height: 54px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .thirdCards .firstRow .cardTemp .imgMini img {
    cursor: pointer;
    width: 23%;
    height: 100%;
  }

  /* second row client success cards */
  .toGiveSpace {
    margin-top: 20px;
  }

  .thirdCards .secondRow .cardTemp .heading {
    height: 55px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
  }

  .thirdCards .secondRow .cardTemp .img {
    width: 100%;
    height: 250px;
    object-fit: fill;
  }
  .thirdCards .secondRow .cardTemp .img img {
    width: 100%;
    height: 100%;
  }

  .thirdCards .secondRow .cardTemp .imgMini {
    width: 100%;
    height: 54px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .thirdCards .secondRow .cardTemp .imgMini img {
    cursor: pointer;
    width: 23%;
    height: 100%;
  }
.projects-text {
    padding-top: 30px;
}
.projects-text p{
    margin-bottom: 45px;
}
.mobile-dnone{
    display: block;
}
.desktop-dnone{
    display: none;
}

@media screen and (max-width: 768px) {
    .service-vector{
        display: none;
    }
    .service-content-section {
        display: none;
    }
    .webPricingCard .active{
        transform: none;
        box-shadow: none;
    }
    .acordionWidth .accordian .accordianRight .cards{
        padding-left: 50px;
    }
    .cardOne {
        padding: 56px 40px 56px 40px !important;
    }
    .service-banner {
        padding: 50px 30px;
    }
    .servicepage-title {
        font-size: 32px;
        line-height: 42px;
    }
    .bread-crumbs ul li:nth-last-child(2) {
        padding: 0 10px 0 0;
    }
    .contact-section {
        padding: 50px 0px;
    }
    .mobile-dnone{
        display: none;
    }
    .desktop-dnone{
        display: block;
    }
    button.accordion-button.collapsed .radioBtn {
        display: inline-block;
        margin-right: 20px;
        height: 20px;
        padding: 8px;
        width: 20px;
        border-radius: 50%;
        background: rgba(235, 242, 251, 1);
    }
    button.accordion-button .radioBtn {
        display: inline-block;
        margin-right: 20px;
        height: 20px;
        padding: 8px;
        width: 20px;
        border-radius: 50%;
        background: var(--blue);
    }
    .accordion-header {
        margin-bottom: 0;
        padding: 10px 5px;
    }
    .accordion-button:not(.collapsed){
        background-color: #fff;
    }
    .sub-servcie-detail {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1084px) {
  .desktop-dnone{
    display: block;
  }
}