
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&amp;display=swap');


* {
    padding: 0;
    margin: 0;
  }
  

  .bg-light-pink {
    background-color: #fff1f4;
  }
  
  .bg-light-blue {
    background-color: #D9DBEB;
  }


  .h_form input::placeholder, .form-control::placeholder {
    color: #fff !important;
  }

  form.h_form.needs-validation {
    backdrop-filter: blur(40px);
    /* background-color: #c7c7c76b; */
}

  .sec_padding{
    padding: 80px 0px;
  }
  
  







.bread_desc {
  font-size: 21px;
  margin-bottom: 30px;
}
.bread_title {
  text-align: left;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 30px;
}



.sm-text-continer {
  width: auto;
  position: relative;
  margin-left: 32%;
  margin-top: 30px;
}
.with_line {
  position: absolute;
  width: 150px;
  background: #000;
  height: 0.5px;
  top: 12px;
  left: -180px;
}








/*ADD ONs*/
/*********/

.add-ons .col-lg-3 {
  padding: 30px 30px 30px 30px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.add-ons .col-lg-3 img{
  height: 70px;
}

.add-ons .col-lg-3 svg{
  height: 70px;
  width: 70px;
}
.add-ons .col-lg-3:last-child {
  border-right: 0px solid #000;
}
.add-ons .col-lg-3 * {
  margin-bottom: 20px;
}
.add-ons .col-lg-3 h3{
  font-size: 24px;
  margin-bottom: 40px;
}
.add-ons ul{
  padding-left: 0;
}
.add-ons ul li{
  display: flex;
  text-decoration: none;
  list-style: none;
  margin-top: -15px;
}
.add-ons ul li img{
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 15px;
  margin-top: 5px;
}


.dev_services .add-ons .col-lg-4:nth-child(1), .dev_services .add-ons .col-lg-4:nth-child(2), .dev_services .add-ons .col-lg-4:nth-child(3) {
  border-top: 0px solid #000;
}
.dev_services .add-ons .col-lg-4 {
  padding: 40px 40px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.dev_services .add-ons .col-lg-4 img{
  height: 80px;
}

.dev_services .add-ons .col-lg-4 svg{
  height: 70px;
  width: 70px;
}

.dev_services .add-ons .col-lg-4:last-child {
  border-right: 0px solid #000;
}
.dev_services .add-ons .col-lg-4 * {
  margin-bottom: 20px;
}
.dev_services .add-ons .col-lg-4 h3{
  font-size: 24px;
  font-weight: 600;
}








.box_design2 {
  padding: 35px;
  height: 100%;
  background: #fff;
}


.started__item{
  align-items: self-start;
  display: flex;
  margin-bottom: 30px;
  transition: .5s ease-in-out;
}

.started__item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.started__item span p{
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #fb0e3f;
  /* margin-top: 25px; */
}


.started__item:hover .started__num{
  background-color: #fb0e3f;
  transition: .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

span.started__num {
  align-items: center;
  display: inline-flex;
  /* flex: 0 0 70px; */
  font-size: 24px;
  font-weight: 500;
  height: 80px;
  justify-content: center;
  line-height: 1;
  margin-right: 20px;
  min-width: 80px;
  position: relative;
  color: #fff;
  background-color: #161616;
  border-radius: 18px;
}

.started__item span img{
  height: 40px;
  filter: brightness(0) invert(1);
}


span.started__num:after {
  background: radial-gradient(#000000 0,hsl(0, 0%, 0%) 100%);
  /* border-radius: 2px; */
  content: "";
  display: inline-block;
  height: 150px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 80px;
  transform: translate(-50%);
  width: 2px;
  z-index: 0;
}

.started__item:last-of-type .started__num:after {
  display: none
}

/* .started__item:last-of-type .started__num {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg,#ff512f,#f09819);
  -webkit-background-clip: text;
  background-clip: text
} */












.portfolio__service .sec-text {
  background-image: url(../images/wordpress-development/14.png);
  background-repeat: no-repeat;
  background-position: 0 80px;
  /* opacity: 0; */
}

.portfolio__service .sec-text p {
  max-width: 70%;
  font-size: 16px;
  line-height: 1.4;
  color:#000;
  padding-top: 150px;
}



.portfolio__service-list{
  padding-top: 60px;
}

.portfolio__service-item {
  padding: 20px 30px;
  border: 1.3px solid #000;
  border-radius: 21px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-bottom: 30px;
  height: 350px;
}

.portfolio__service-item .icon{
  position: absolute;
  top: 0;
  right: 0;
}
.portfolio__service-item .icon img{
  height: 60px;
}

.portfolio__service-item .icon svg{
  height: 60px;
  width: 60px;
}

.portfolio__service-item, .portfolio__service .sec-title, 
.portfolio__service .sec-text, 
.portfolio__service .sec-text p {
  opacity: 1;
}

.portfolio__service-list .portfolio__service-item .ps-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding-bottom: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 70px;
}

.portfolio__service-list .portfolio__service-item .wordpress-item {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;

}

.portfolio__service-list .portfolio__service-item::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 76px;
  right: -2px;
  top: calc(50% - 38px);
  background:#000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px 0px 0px 15px;
}
.portfolio__service-item:hover::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  right: -1px;
  top: 0;
  border-radius: 15px;
  color: #fff;
}
.portfolio__service-item:hover {
  border: 1px solid #fff0;
}

.portfolio__service-item ul{
  padding-left: 0;
}
.portfolio__service-item ul li{
  text-decoration: none;
  list-style: none;
  display: flex;
}
.portfolio__service-item ul li img{
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-top: 5px;
}
.portfolio__service-item:hover .ps-title, 
.portfolio__service-item:hover ul li {
  color: #fff;
}

.portfolio__service-item:hover .icon img{
  filter: brightness(0) invert(1);
}
.portfolio__service-item:hover .icon svg{
  filter: brightness(0) invert(1);
}
.portfolio__service-item:hover ul li img{
  filter: brightness(0) invert(1);
}



ul.arrow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 70%;
}
ul.arrow-list li {
    display: flex;
    margin-bottom: 12px;
}
ul.arrow-list li * {
    flex: 0 0 auto;
}

li .icon-arrow {
    min-width: 14px;
    width: 14px;
    height: 20px;
    max-height: 20px;
    stroke: none;
    display: block;
    margin-right: 8px;
    margin-top: 4px;
}
.portfolio__service-item ul li a, .w-list-item a {
    color: var(--theme-pink);
    display: inline-block;
}
.portfolio__service-item:hover ul li a {
    color: #fff;
    text-decoration: underline;
}
.portfolio__service-item:hover ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.w-list-item a:hover {
    color: #000;
    text-decoration: underline;
}

.portfolio__service-list .portfolio__service-item.one::after {
  background: linear-gradient(45deg, #fe3939, #fcaaaa);
}
.portfolio__service-list .portfolio__service-item.two::after {
  background: linear-gradient(45deg, #189ddc, #aadbfc);
}
.portfolio__service-list .portfolio__service-item.three::after {
  background: linear-gradient(45deg, #fec639, #fcaaaa);
}
.portfolio__service-list .portfolio__service-item.four::after {
  background: linear-gradient(45deg, #ff37a0, #ffb1b1);
}
.portfolio__service-list .portfolio__service-item.five::after {
  background: linear-gradient(45deg, #ca39fe, #fcaaaa);
}
.portfolio__service-list .portfolio__service-item.six::after {
  background: linear-gradient(45deg, #397afe, #fcaaaa);
}
.portfolio__service-list .portfolio__service-item.seven::after {
  background: linear-gradient(45deg, #e2a3ff, #1bb7bd);
}
.portfolio__service-list .portfolio__service-item.eight::after {
  background: linear-gradient(45deg, #ff6b09, #fe39c3);
}







.Benefit__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  padding-bottom: 5px;
  padding-left: 60px;
  position: relative;
  margin-top: 30px;
}

.Benefit__title::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 50px;
  height: 1px;
  content: "";
  background: #000;
}


.get-start{
  background-size: cover; 
  background-position: right; 
  background-repeat: no-repeat; 
}


.team-btn-sm {
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 140px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  margin-left: var(--mr-left);
  color: #000;
}
.team-btn-sm:before {
  content: '';
  position: absolute;
  left: 50%;top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;height: 10px;
  border-radius: 50%;
  transition: all 0.3s linear;
  background: #fff;
  transform-origin: center;
  opacity: 0;
  z-index: -1;
}
.team-btn-sm:hover::before {
  opacity: 1;
  width: 150px;
  height: 150px;
}
.team-btn-sm .icon-arrow {
  fill: #000;
  display: inline-block;
  width: 18px;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: all 0.3s linear;
}
.team-btn-sm:hover {
  color: #fb0e3f;
}
.team-btn-sm:hover svg {
  fill: var(--theme-pink);
  transform: rotate(-0deg);
}








  
/*FAQs*/
/*********/
.accordion {
  margin-top: 50px;
  --bs-accordion-active-color: #fb0e3f;
  --bs-accordion-active-bg: #f4f4f4;
}
.accordion-button {
  font-size: 19px;
  color: #000;
  font-weight: 600;
  padding: 25px 15px;
}
.accordion-button::after {
  background: none;
  content: "\f067";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: none;
}


.testimonials .owl-theme .owl-nav {
  text-align: right;
}
.testimonials .owl-theme .owl-nav [class*=owl-] {
  font-size: 25px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 25px !important;
  line-height: 25px;
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--theme-pink);
  border-color: #fff;
}

.benifit-of-ecommerce .col-lg-6 {
    padding: 20px 40px;
    transition: all 0.3s linear;
    border-radius: 15px;
} 
.benifit-of-ecommerce .col-lg-6:hover {
    box-shadow: 0 0 15px #e1e1e1;
}

.benifit-of-ecommerce .col-lg-6:hover .Benefit__title {
    color: var(--theme-pink);
}






.d-ul ul{
  padding-left: 0px;
}

.d-ul ul li {
  text-decoration: none;
  list-style: none;
  padding: 7px 0px;
  color: #000;
  display: flex;
}
.d-ul ul li img {
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 15px;
  /* filter: brightness(0) invert(1); */
  margin-top: 5px;
}

 .CTA-pink {
  background: #fcf4f4;
  padding: 30px 20px 20px 20px;
  border-radius: 12px;
  margin-top: 24px;

}
.CTA-pink h5{
  font-size: 24px !important;
}





/* horizontal scroll */


.horizontal-scoll-wrapper {
  overflow: hidden;
  height: auto;
  position: relative;
}

.horizontal {
  display: flex;
  height: 100%;
}

/* .horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
} */

/* .horizontal > div:first-child {
  padding: 0 5px 0 15px;
}

.horizontal > div:last-child {
  padding: 0 15px 0 5px;
} */

.horizontal .card {
  align-items: stretch;
  /* width: 540px; */
  width: 30vw;
  border: none;
  text-align: center;
  padding: 20px 20px;
  background: transparent;
  border-radius: 0px;
  /* color: #f6f2e8; */
}
.horizontal .p_box{
  width: 100%;
}

.horizontal .p_box .circle{
  height: 200px;
  width: 200px;
  margin: auto;
  display: flex;
  position:relative;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 100%;
}

/* .horizontal .p_box .circle-sm{
  height: 180px;
  width: 180px;
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 100%;
} */

.horizontal .p_box .circle:before {
  content: '';
  top: 50%;
  left: 50%;
  width: 30vw;
  height: 2px;
  background: #000;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 1.5s ease;
}

.horizontal .p_box .circle.is-active:before {
  transform: scaleX(1);
}
.horizontal .p_box.last .circle.is-active:before {
  display: none;
}

.horizontal .p_box .circle img{
  height: 80px;
  z-index: 9999;
  filter: brightness(0) invert(1);
}

.horizontal .p_box .circle svg{
  height: 90px;
  width: 90px;
  z-index: 9999;
}

.horizontal .p_box h6{
  font-size: 24px;
  font-weight: 600;
}
.horizontal .p_box p{
  margin-top: 10px;
  font-size: 16px;
}



@media only screen and (max-width: 600px) {
  .horizontal .card {
      width: 80vw;
  }
  .horizontal .p_box .circle{
      height: 150px;
      width: 150px;
    }
    .horizontal .p_box .circle:before {
      content: '';
      top: 50%;
      left: 50%;
      width: 80vw;
  }
}





/* Our Industry Specific ROI Based Digital Marketing Solution */


/*Why Choose*/
/***********/
/* .title-sec h2 {
  padding-right: 5%;
}
.title-sec {
  margin-bottom: 60px;
} */
.why_us-img.relative {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}
.why_us-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(0deg) translateX(-100px);
  transform: rotate(0deg) translateX(-100px);
  max-width: 266px;
} 
.why_us-img picture.active img {
  opacity: 1;
  -webkit-transform: rotate(15deg) translateX(60px) translateY(30px);
  transform: rotate(15deg) translateX(60px) translateY(30px);
}
.why_us-img span {
  position: absolute;
  width: 175px;
  height: 70px;
  background-color: var(--theme-pink);
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-26deg) translate(-100%, -100%);
  transform: rotate(-26deg) translate(-100%, -100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 1;
}
.why_us-img span.current {
  -webkit-transform: rotate(-26deg) translate(120px, -100%);
  transform: rotate(-26deg) translate(120px, -100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__img {
      max-width: 260px;
  }

}

.sec_title.large_text {
  font-size: 72px;
}
.sm-text-continer {
  width: auto;
  position: relative;
  margin-left: 32%;
  margin-top: 50px;
}
.with_line {
  position: absolute;
  width: 150px;
  background: #000;
  height: 0.5px;
  top: 12px;
  left: -180px;
}
.small-text {
  opacity: 0.8;
}
.list-styled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.w-list-item  {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.w-list-item * {
  flex: 0 0 auto;
}
.w-list-item span.point-num {
  width: 80px;
  display: block;
  font-size: 25px;
  font-weight: 600;
  transition: all 0.3s;
}
.w-list-item img {
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0.0;
  transition: all 0.3s;
}
.w-list-item h3 {
  font-size: 25px;
  padding-right: 30px;
  width: 40%;    
  transition: all 0.3s;
}

.point_list li.active .w-list-item h3, .point_list li.active .w-list-item span.point-num {
  color: var(--theme-pink);
}
.point_list li.active .w-list-item img {
  opacity: 0.06;
}
.w-list-item .list-styled li p {
  width: 100%;
  padding-left: 2px;
  margin-bottom: 0;
  margin-top: 5px;
}


/* .list-styled li{
  display: flex;
} */

.list-styled ul li span{
  font-size: 20px;
  font-weight: 600;
  margin-right: 6px;
}









.card__pin {
  padding-top: 40px !important;
  position: relative; 
}

.card-secs {
  background-color: #121212;
  padding: 10% 10% 6% 10%; 
  border-radius: 24px;
  overflow: hidden;
  transform-origin: top;
  position: sticky;
  top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
 
}
.card-secs h1 {
  font-weight: 600;
  font-size: 34px;
  color: #fff;

}
.card-secs p{
  font-size: 19px;
}

.supa1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
  color: #ffff;
  opacity: .1;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.pin_icon{
  display: flex;
  align-items: center;
  justify-content: left;
  border-right: 1px solid #000;
}

.pin_icon.last{
  border-right: none;
}
.pin_icon img{
  /* filter: brightness(0) invert(1); */
  height: 55px;
  margin-right: 15px;
}
.pin_icon h5{
  color: #fff;
  font-weight: 400;
}

.pin-cont ul{
  padding-left: 0;
}
.pin-cont ul li{
  display: flex;
  text-decoration: none;
  list-style: none;
  font-size: 17px;
  padding: 4px 0;
  color: #fff;
}
.pin-cont ul li img{
  height: 13px !important;
  transform: rotate(45deg);
  margin-right: 15px;
  margin-top: 5px;
    filter: brightness(0) invert(1);
}







/* work protofolio */



  
.work-image{
  height: 220px;
  position: relative;
  cursor: pointer;
}

.figure-rollover__file {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
  transition: .5s all;

}

.work-image .icon{
  position: absolute;
  bottom: -10px;
  right: 0%;
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: none;
  background-color: #0000006c;
  border-radius: 30px;
  /* transform: translate(-50% , -50%); */
  opacity: 0;
  transition: .6s ease-in-out;
}

.work-image:hover .figure-rollover__file{
  /* border-radius: 10%; */
  transform: scale(1.09);
}

.work-image:hover .icon{
  opacity: 1;
  bottom: 5px;
}
.work-section ul{
  transition: .5s all;
  transform: scale(1);
  padding-left: 0;
  padding-top: 40px;
}

.work-section ul li{
  text-decoration: none;
  list-style: none;
  transition: .5s all;
}
.work-section ul li a{
  text-decoration: none;
  list-style: none;
  transition: .5s all;
}

/* .work-section ul:hover li:not(:hover){
  opacity: 0.8;
  filter: blur(2px);
  transform: scale(.9);
} */

.work-content{
  padding: 20px 5px;
}
.work-content h5{
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.work-content p{
  color: #000;
  font-size: 15px;
}









@media screen and (max-width: 767px) {
  .sec_padding{
    padding: 40px 15px;
  }
  .bread_desc{
    font-size: 16px;
  }
  
  .sm-text-continer {
    width: auto;
    position: relative;
    margin-left: 0;
    margin-top: 0px;
  }

  .with_line {
    display: none;
  }
  .portfolio__service-list .portfolio__service-item .ps-title{
    font-size: 20px;
  }
  .portfolio__service-item{
    padding: 20px;
    height: auto;
  }
  .portfolio__service-item ul li img {
    height: 11px !important;
    transform: rotate(45deg);
    margin-right: 10px;
    margin-top: 7px;
  }
  .portfolio__service-item .icon svg{
    height: 50px;
    width: 50px;
  }
  .add-ons .col-md-3 h3{
    font-size: 20px;
  }
  .add-ons .col-md-3 svg{
    height: 60px;
    width: 60px;
  }
  .work-image{
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .horizontal .p_box h6{
    font-size: 20px;
  }

  
  .pin_img {
    display: none !important;
  }


  .w-list-item span.point-num {
    margin-top: -2px;
  }

  .w-list-item {
    display: flex;
    padding: 30px 0 30px 0;
    flex-wrap: wrap;
  }

  .w-list-item h3 {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 10px;
    color: #fb0e3f;
  }

  .w-list-item .list_point {
    width: 100%;
  }

  .w-list-item p {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0;
  }
  
  .w-list-item li {
    width: 80%;
    padding-left: 0px;
    display: flex;
    /* flex-wrap: wrap; */
  }
  .list-styled ul li span {
    font-size: 17px;
    font-weight: 600;
    margin-right: 8px;
  }
  .why-us_list {
    margin-top: -50px;
  }
  .w-list-item.last{
    border-bottom: none !important;
  }
  .dev_services .add-ons .col-lg-4{
    border-bottom: 1px solid #121212;
    padding: 20px 40px;
    border-top: none;
  }
  .dev_services .add-ons .col-lg-4:last-child{
    border-bottom: none;
  }
  .dev_services .add-ons .col-lg-4 svg{
    height: 60px;
    width: 60px;
  }
  .dev_services .add-ons .col-lg-4 h3{
    font-size: 20px;
  }


  .supa1{
    font-size: 60px;
  }
  .pin-cont ul li{
    font-size: 15px;
    padding: 2px 0;
  }
  .card-secs {
    background-color: #121212;
    padding: 50px 10px 20px 25px;
  }
  .pin-cont ul li img {
    height: 11px !important;
    transform: rotate(45deg);
    margin-right: 10px;
    margin-top: 6px;
    filter: brightness(0) invert(1);
  }
    
}





@media screen and  (min-width: 768px) and (max-width:992px) {
  .sec_padding{
    padding: 40px 20px;
  }
  .sm-text-continer{
    margin-left: 30%;
  }
  .portfolio__service-list .portfolio__service-item .ps-title{
    font-size: 20px;
  }
  .portfolio__service-item .icon svg{
    height: 50px;
    width: 50px;
  }
  .portfolio__service-item{
    padding: 20px;
    height: 470px;
  }
  .portfolio__service-item ul li{
    font-size: 15px;
  }

  .add-ons .col-lg-3:nth-child(1) ,
  .add-ons .col-lg-3:nth-child(2){
    border-top: none;
  }

  .work-image{
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .horizontal .card{
    width: 45vw;
  }
  .horizontal .p_box .circle:before{
    width: 45vw;
  }

  
  .pin_img {
    display: none !important;
  }


  .w-list-item span.point-num {
    margin-top: -2px;
  }

  .w-list-item {
    display: flex;
    padding: 30px 0 30px 0;
    flex-wrap: wrap;
  }

  .w-list-item h3 {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 10px;
    color: #fb0e3f;
  }
  .why-us_list {
    margin-top: -50px;
  }
  .w-list-item.last{
    border-bottom: none !important;
  }
  .dev_services .add-ons .col-lg-4{
    padding: 30px;
    border-right: none;
  }
  .dev_services .add-ons .col-lg-4:nth-child(1) ,
  .dev_services .add-ons .col-lg-4:nth-child(3) ,
  .dev_services .add-ons .col-lg-4:nth-child(5) ,
  .dev_services .add-ons .col-lg-4:nth-child(7) ,
  .dev_services .add-ons .col-lg-4:nth-child(9){
    border-right: 1px solid #121212;
  }
  .dev_services .add-ons .col-lg-4:nth-child(1) ,
  .dev_services .add-ons .col-lg-4:nth-child(8)
  {
    border-bottom: 1px solid #121212;
  }

  .card-secs {
    background-color: #121212;
    padding: 15% 6% 6% 6%;
    border-radius: 24px;
    overflow: hidden;
    transform-origin: top;
  }
}



@media screen and  (min-width: 992px) and (max-width:1299px) {
  .sec_padding{
    padding: 40px 10px;
  }
  .portfolio__service-item{
    height: 370px;
  }
  .portfolio__service-list .portfolio__service-item .ps-title{
    font-size: 20px;
  }
  .portfolio__service-item .icon svg{
    height: 50px;
    width: 50px;
  }
  .add-ons .col-lg-3{
    padding: 30px 25px;
  }
  .add-ons .col-lg-3 h3{
    font-size: 20px;
  }
  .add-ons .col-lg-3 ul{
    padding-left: 0;
  }
  
  .add-ons .col-lg-3 ul li{
    font-size: 15px;
  }
  .work-image{
    height: 200px;
    padding-left: 10px;
  }
  .why_us-img img{
    max-width: 220px !important;
    height: 320px !important;
  }
  .why_us-img span.current{
    transform: rotate(-26deg) translate(103px, -110%);
  }
  .w-list-item h3{
    font-size: 22px;
  }
  .dev_services .add-ons .col-lg-4 h3{
    font-size: 22px;
  }

  .card-secs{
    background-color: #121212;
    padding: 7% 10% 4% 6%;
  }
  .pin-cont ul li{
    font-size: 16px;
    padding: 2px 0;
  }


}