*{
    padding: 0;
    margin: 0;
}


.bg-light-blue{
    background-color: #D9DBEB;
}
.bg-light-pink {
    background: #fdeff2;
}


input:focus, .form-control:focus {
  box-shadow: none;
  outline: 0px;
}
input::placeholder, .form-control::placeholder {
  color: #fff;
}
.h_form .form-control {
  color: #fff;
  border: 0px;
/*    border-bottom: 1px solid #c2c2c2;*/
  border-bottom: 1px solid #c2c2c2;
  border-radius: 0px;
  padding: 14px 0;
  transition: all 0.3s;
  outline: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.add-ons .col-lg-4, .add-ons .col-lg-6 {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.add-ons .col-lg-4 img, .add-ons .col-lg-6 img {
  height: 70px;
}

.add-ons .col-lg-4 svg, .add-ons .col-lg-6 svg {
  height: 70px;
  width: 70px;
}

.add-ons .col-lg-4 ul li svg, .add-ons .col-lg-6 ul li svg {
  height: 30px !important;
  width: 30px;
  transform: rotate(45deg);
  margin-right: 13px;
  /* filter: brightness(0) invert(1); */
  margin-top: 0px;
}

.add-ons .col-lg-4 h3, .add-ons .col-lg-6 h3 {
  font-size: 24px;
  margin: 20px 0;
}

.add-ons .col-lg-4:nth-child(3), .add-ons .col-lg-6:nth-child(3),
.add-ons .col-lg-4:nth-child(6), .add-ons .col-lg-6:nth-child(5),
.add-ons .col-lg-4:nth-child(9) {
  border-right: 0px solid #000;
}

.add-ons .col-lg-4.last, .add-ons .col-lg-4.last_row, .add-ons .col-lg-6.last, .add-ons .col-lg-6.last_row {
  border-bottom: none;
}


/* .add-ons .col-md-4 * {
    margin-bottom: 20px;
} */

.add-ons ul {
  padding-left: 0px;
}

.add-ons ul li {
  text-decoration: none;
  list-style: none;
  padding: 3px 0;
  color: #000;
  display: flex;
  font-size: 16px;
  margin-bottom: 0;
}
.add-ons ul li span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 12px;
  margin-top: -5px;
}


.add-ons ul li img {
  height: 13px !important;
  width: 13px;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-top: 5px;
}

/*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: 320px;
} 
@media (max-width: 1400px) {
    .why_us-img img { max-width: 290px; }
}
.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(-105%, -50%);
  transform: rotate(-26deg) translate(-105%, -50%);
  -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(40px, -50%);
  transform: rotate(-26deg) translate(40px, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__img {
      max-width: 260px;
  }

}



.portfolio-img img{
  border-radius: 10px;
}
.wortitle {
  position: relative;
  color: #ff214f !important;
  font-weight: 700;
  font-size: 20px;
}


.sec_title.large_text {
  font-size: 72px;
}
.sm-text-continer {
  width: auto;
  position: relative;
  margin-left: 32%;
  margin-top: 20px;
}
.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: -ms-grid;
  display: grid;
  -ms-grid-columns: 0fr 1.5fr 4.2fr;
  grid-template-columns: 0fr 1.5fr 4.2fr;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
*/
  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: 33%;    
  transition: all 0.3s;
}
.w-list-item.last { border-bottom: 0px; }
.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 p {
  width: calc(67% - 95px);
}
.golang .w-list-item h3 { width: 42%; }
.golang .w-list-item p {  width: calc(68% - 70px); }

.dma_dubai .w-list-item h3 { font-size: 23px; }
.dma_dubai .w-list-item p {  width: calc(67% - 75px); }

.portfolio__service-list{
  padding-top: 60px;
}

.portfolio__service-item {
  padding: 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: 300px;
}

.portfolio__service-item .icon{
  position: absolute;
  top: -10px;
  right: 0px;
}
.portfolio__service-item .icon img{
  height: 60px;
}
.portfolio__service-item .icon svg{
  height: 70px;
}

.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: 600;
  font-size: 24px;
  line-height: 1.5;
  /* text-transform: uppercase; */
  color: #000;
  padding-bottom: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 70px;
  margin-right: 75px;
}

.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 ul{
  padding-left: 0;
}
.portfolio__service-item ul li{
  text-decoration: none;
  list-style: none;
}
.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 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 p {
  color: #fff;
}
.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-item:hover svg .a, .portfolio__service-item:hover svg .b {
  stroke: #fff !important; 
}
.portfolio__service-item:not(.one):hover svg .a, .portfolio__service-item:not(.one):hover svg .b {
  stroke: #fff !important; 
  fill: #fff !important;
}
.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, #651dcc, #ffb1b1);
}
.portfolio__service-list .portfolio__service-item.eight::after {
  background: linear-gradient(45deg, #2bd190, #86b9dc);
}
.portfolio__service-list .portfolio__service-item.nine::after {
  background: linear-gradient(45deg, #1f3e7b, #6ef096);
}
.portfolio__service-item ul{
  padding-left: 0;
}
.portfolio__service-item ul li{
  text-decoration: none;
  list-style: none;
  display: flex;
}
.portfolio__service-item:hover {
  border: 1px solid #fff0;
}

.for_software .portfolio__service-item {
  height: 92%;
}
.for_software .portfolio__service-item p {
  margin-bottom: 0;
}
.for_software .portfolio__service-item ul li {
  margin-top: 12px;
}
.for_software .portfolio__service-item:hover .icon-arrow {
  fill: #fff;
}
li .icon-arrow {
  min-width: 14px;
  width: 14px;
  height: 20px;
  max-height: 20px;
  stroke: none;
  display: block;
  margin-right: 8px;
  margin-top: 4px;
}

.service__detail-circle {
  position: relative;
  z-index: 1;
}
.service__detail-circle span {
  position: relative;
  display: block;
  width: 136px;
  height: 136px;
  background-color: var(--theme-pink);
  border-radius: 100%;
}
.service__detail-circle span::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  background-color: #1c1c1c;
  border-radius: 100%;
}
.service__detail-circle span::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 2px;
  left: 50%;
  top: calc(50% - 1px);
  background-color: #1c1c1c;
  border-radius: 100%;
}
.service__detail-img {
  margin-bottom: 60px;
}
/*ADD ONs*/
/*********/

.add-ons .col-lg-3 {
  padding: 40px 40px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.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 svg {
  width: 80px;
    display: inline-block;
}
.case_item {
  background-color: #f8f8f8;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.case_item:hover * {
  color: #000 !important;
}
.case_item .case_image {
  height: 250px;
}

.case_item .case_image video {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.case_item .case_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.case_content {
  padding: 20px 20px;
}

.case_content .category ul {
  padding-left: 0;
  display: flex;
}

.case_content .category ul li {
  list-style: none;
  margin: 0 5px;
  padding: 3px 10px;
  font-size: 13px;
  background-color: #fb0e3d17;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
}

.case_item .brandImg {
  width: auto;
  height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
}

.case_content h3 {
  font-size: 20px;
  cursor: pointer;
}


/* process */

.process-item{
  border-right: 1px solid #3c3c3c;
  padding: 30px 30px;
  margin-top: 40px;
}

.process-item.last{
  border-right: none;
}

.process-item .process-image{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.process-item .process-image img {
  min-width: 90px;
  width: 90px;
}
.process-item .process-image h4{
  font-size: 24px;
  /* margin-left: 15px; */
  text-align: right;
  padding-right: 10px;

}

.process-item .content {
  color: #212529;
  padding-top: 20px;
}






/* 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: 40vw;
  border: none;
  padding: 30px 15px;
  background: transparent;
  border-radius: 0px;

}
.horizontal .p_box{
  width: 100%;
  position: relative;
}
.horizontal .p_box .shape1{
  position: absolute;
  top: -40px;
  left: 0;
  transform: rotate(285deg);
}
.horizontal .p_box .shape2{
  position: absolute;
  bottom: 0;
  right: -10px;
  height: 60px;

}

.horizontal .p_box .list-type ul {
  padding-left: 0;
}
.horizontal .p_box .list-type ul li{
  text-decoration: none;
  list-style: none;
  color: #fff;
  display: flex;
  align-items: top;
  padding: 7px 0;
}

.horizontal .p_box .list-type ul li i{
  margin-right: 20px;
  color: #fb0e3f;
  font-size: 20px;
}


@media only screen and (max-width: 600px) {
  .horizontal .card {
      width: 80vw;
  }

}


/* 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 div.card {
  align-items: stretch;
  /* width: 540px; */
  max-width: 30vw;
  border: none;
  text-align: center;
  padding: 30px;
  background: transparent;
  border-radius: 0px;
  /* color: #f6f2e8; */
    height: auto;
}

.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: 100px;
  width: 100px;
  z-index: 9999;
}

.horizontal .p_box h6 {
  font-size: 22px;
  font-weight: 600;
}

.horizontal .p_box p {
  margin-top: 10px;
  font-size: 16px;
}




.ppc-service{ 
  padding: 50px 30px 0 30px;
  background-color: #fbe7ea;
  border-radius: 20px;
  /* border-right: 1px solid #2c2c2c; */
  /* backdrop-filter: blur(10px); */
  position: relative;
  min-height: 360px;
  transition: .5s all;
}

.ppc-service:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/shopify-development/pattern-3.png) no-repeat;

}


.ppc-service img{ 
  height: 60px;
}
.ppc-service svg{
  height: 60px;
  width: 60px;
}
.ppc-service h2{
  font-size: 24px;
  padding-top: 15px;
}

.count{
  position: absolute;
  top: -20px;
  right: 10px;
  font-size: 100px;
  font-weight: 400;
  color: #fb0e3d;
  opacity: .1;
  transition: .5s all;
}

.ppc-service:hover{
  transform: scale(1.06);
    
}
.ppc-service:hover .count{
  opacity: 1;
}








.feature__content-right {
  padding: 30px;
}

.feature__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 5px;
  padding-left: 50px;
  position: relative;
  margin-top: 30px;
}

.feature__title::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 40px;
  height: 1px;
  content: "";
  background: #fff;
}
.feature__content-right p{
  color: #fff;
}

.box_design2 {
  padding: 35px;
  height: 270px;
  background: #fff;
}


.sm-text-continer {
    /* width: 39%; */
    position: relative;
    margin-left: 32%;
    margin-top: 50px;
}
.small-text {
    opacity: 0.8;
}
.with_line {
    position: absolute;
    width: 150px;
    background: #000;
    height: 0.5px;
    top: 12px;
    left: -180px;
}


.box_design2.border-btm {
    border-bottom: 1px solid #a3a3a3;
}
.box_design2.border-sides {
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
}
.box_design2 h3 span {
    position: relative;
    padding-left: 50px;
    transition: all 0.3s linear;
}
.box_design2 h3 span:before {
    content: '';
    transition: all 0.3s linear;
    width: 40px;
    height: 1px;
    background: var(--theme-pink);
    position: absolute;
    top: 50%;
    left: 0;
}
.box_design2:hover {
    background: #f8f8f8;
}
.box_design2:hover h3 span {
    padding-left: 0px;
}
.box_design2:hover h3 span:before {
    width: 0px;
}




/* 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;
  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.05);
}

.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: 24px;
  color: #000;
}
.work-content p{
  color: #000;
  font-size: 15px;
}
.work-image .icon{
  display: none;
}


.d_process li {
  font-size: 22px;
    display: flex;
  padding: 18px 5px;
}
.d_process p {
  font-size: 16px;
  padding-left: 45px;
}
.d_process li:not(:last-child) {
  border-bottom: 1px solid #3c3c3c;
  margin-bottom: 10px;
}
.d_process li span {
  font-weight: 700;
  margin-right: 14px;
}

.trusted_exp, .different { margin-top: 50px; }
.trusted_exp .hover_box { background: #fff; padding: 20px; border: 1px solid #f3f3f3;border-radius: 20px;box-shadow: 0 4px 12px #0000000f;margin-bottom: 30px; transition: all 0.3s;}
.trusted_exp .hover_box:hover { background: var(--theme-pink); color: #fff; }
.trusted_exp .hover_box img{ height: 72px; max-width: 225px; object-fit: contain; margin: 20px auto; background: #fff; padding: 12px; border-radius: 8px; }

.different table th, .different table td { padding: 15px; }
.different table td { text-align: center; width: 250px; }
.different table tr th:nth-child(2), .different table tr td:nth-child(2) { background: var(--theme-pink); color: #fff; font-weight: 700; }
.different table th { background: #fbfbfb;  min-width: 186px; }




/* .amp-testimonial */
#c4 .owl-stage {  display: flex; }
#c4 .owl-stage .item { height: 100%; }
.testimonials .owl-theme .owl-nav { text-align: center; margin-top: 30px; }

.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;}

.review_box { padding: 25px; border-radius: 20px; border: 1px solid #dcdcdc; height: 100%;   width: 99%;margin: auto; }
.review_box img.g-img { --size: 46px; width: var(--size); height: var(--size); object-fit: contain; }
.review_box .rating i { color: #f6b809; margin-right: 2px; font-size: 14px; }
.testimonials .r_content { margin-top: 0; }
.testimonials .r_content .row { margin-bottom: 50px; }
.testimonials .r_content p { margin-bottom: 0; }
.testimonials .owl-theme .owl-nav [class*=owl-] svg {width: 1em;transition: all 0.3s;}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover svg {fill: #fff;}

.about__area-2 {overflow: hidden;background-color: #fff4f4;background-image: url(../images/social-media-marketing/2.png);background-repeat: no-repeat;background-position: 0 167%;background-size: 10%;}

.review_logo .row { gap: 80px; }
.review_logo .row .col { flex: 0 0 calc((100% /5) - 80px); text-align: center; }
.review_logo img { height: 120px; object-fit: contain; }

.comparison { text-align: left; margin-top: 60px; border: 1px solid #edebeb; border-radius: 30px;}
.comparison th { background: #000; color: #fff; vertical-align: middle; text-align: left; font-size: 18px; }
.comparison tbody th:first-child { background: #373636; color: #fff; vertical-align: middle;}
.comparison thead th:nth-child(2), .comparison tbody td:nth-child(2) { background: #d4e1bb ; color: #000; font-weight: 500; }
.comparison th, .comparison td { padding: 30px 40px;}
.comparison td { width: 25%; border-bottom: 1px solid #e7e7e7; background: #fdfdfd;}
table td i.fa-check-circle {color: #68a519;font-size: 1.4em;margin-right: 4px;transform: translateY(2px);}
table td i.fa-times-circle {color: #f70d39;font-size: 1.4em;margin-right: 4px;transform: translateY(2px); }


.pricing-sec .col-lg-4{/* height: 100%; */margin-bottom: 30px;}

.price-card{/* border: 1px solid #a3a3a3; */padding: 30px 20px;background-color: #fff;border-radius: 10px;height: 100%;/* margin-bottom: 30px;*/}

.price-card h4{font-size: 28px;text-align: center;color: #f70d39;font-weight: 600;}
.price-card p{text-align: center;}

.header-part{padding-bottom: 30px;border-bottom: 1px solid #c9c9c9;}


.price-card ul {padding-left: 0;padding-top: 20px;margin-bottom: 0;}

.price-card ul li{text-decoration: none;list-style: none;display: flex;align-items: safe;padding: 4px 0;font-size: 15px; justify-content: center
; }
.price-card ul li i{margin-top: 7px;font-size: 14px;color: #fe3939;margin-right: 10px;}


.header-part a{width: 100%;}

.best-pricing-btn {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 50px;
  background-color: transparent;
  border: 1px solid #F8345D;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.best-pricing-btn .icon {-webkit-transition: 0.3s;transition: 0.3s;margin-left: 15px; font-size: 18px; line-height: 01; }
.best-pricing-btn .icon svg {width: 1em; }

.best-pricing-btn::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #F8345D;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.best-pricing-btn:hover {border: 1px solid transparent;color: #ffffff;width: 100%; fill: #fff;}

.best-pricing-btn:hover::before {-webkit-transform: translateX(0%);transform: translateX(0%);}

.best-pricing-btn:hover .icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-filter: brightness(100) sepia(1) hue-rotate(-120deg) grayscale(100%) contrast(5);
  filter: brightness(100) sepia(1) hue-rotate(-120deg) grayscale(100%) contrast(5);
}
.best-pricing-btn:hover .icon img {filter: brightness(0) invert(1);}
.best-php-dev ul { padding-left: 12px; }
.best-php-dev ul li {
    text-decoration: none;
    list-style: none;
    padding: 8px 0;
}
.best-php-dev ul li img {
    height: 14px;
    transform: rotate(45deg);
    margin-right: 10px;
}
.small-info {
    background: #fcf4f4;
    padding: 18px;
    border-radius: 12px;
    margin-top: 24px;
}

.tech_accordion .accordion-button { color: #fff; background-color: #ffffff14; border-radius: 12px !important;}
.tech_accordion .accordion-body { padding-left: 12px; }
.tech_accordion .accordion-button:not(.collapsed) { background-color: var(--bs-accordion-active-color); box-shadow: none; }
.tech_accordion .accordion-item { background-color: #fff0; margin-bottom: 15px; border-bottom: 0px; }


.Intro img.big_img { border-radius: 20px; height: 100%; object-fit: cover;}
/* portfolio horizontal scroll */


.portfolioHorizontal .card.col-md-4 { width: 33.33%; padding: 15px; border: 0; }
.portfolio_horizontal-scoll-wrapper {overflow: hidden;height: auto;position: relative;}
.portfolioHorizontal {display: flex;height: 100%;}
.portfolioHorizontal .card {
  align-items: stretch;
  /* width: 540px; */
  width: 95vw;
  border: none;
  padding: 50px 0px;
  background: transparent;
  border-radius: 0px;
}
.portfolioHorizontal .p_box {width: 100%;position: relative;}


@media only screen and (max-width: 600px) {
  .portfolioHorizontal .card.col-md-4 {width: 95vw; padding: 12px;}
  .portfolioHorizontal .process_wrap.d-flex {flex-direction: row;}

}




@media screen and (max-width: 767px) {
  .sec_padding {
    padding: 40px 0px;
  }

  .sm-text-continer {
    width: auto;
    position: relative;
    margin-left: 0;
    margin-top: 0px;
  }
  
  .horizontal .card {
    width: 90vw;
  }
  .ppc-service {
    padding: 30px 20px 10px 20px;
    min-height: 370px;
    height: 100%;
  }

  .count {
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 70px;
  }

  .ppc-service svg {
    height: 50px;
    width: 50px;
  }

  .ppc-service h2 {
    font-size: 20px;
    padding-top: 10px;
  }
  
  .feature__content-right {
    padding: 20px 10px;
  }
  .make_us_top .col-md-4:not(:first-child) .box_design2 { border-top: 1px solid #a3a3a3; }
  .box_design2.border-sides{
    border-top: 1px solid #a3a3a3;
    border-left: 0; border-right: 0;
  }
    .box_design2 p { margin-bottom: 0; } 
  .box_design2{
    padding: 30px 30px;
    height: auto;
  }
  .work-image{
    margin-bottom: 20px;
    padding-left: 10px;
  }
    
    .why-choose .title-sec { margin-bottom: 15px; }
    .w-list-item { flex-direction: column; }
    .w-list-item h3, .point_list li.active .w-list-item h3 { font-size: 22px;  color: #000; font-weight: 600 }
    .w-list-item h3 br { display: none; }
    .w-list-item p { margin-bottom: 0; }
    .w-list-item h3, .w-list-item p { width: 100%; }
  .review_logo .row {gap: 0px; row-gap: 20px; justify-content: center; }
  .review_logo .row .col { flex: 0 0 calc((100% /3) - 0px);}
  .review_logo img { min-height: 50px; height: 20vw; max-height: 60px; }

  .testimonials .review_box { padding: 18px; }
  .testimonials .r_content p { font-size: 15px; }
  .review_box img.g-img { --size: 36px; }

  .process_wrap.d-flex { flex-direction: column; }
  .horizontal div.card { width: 100%; max-width: 100%; padding: 0; margin-bottom: 25px; }
  .horizontal div.card:last-child { margin-bottom: 0;} 
  .horizontal .p_box .circle:before { display: none; }
  .horizontal .p_box .circle {height: 88px;width: 88px; }
  .horizontal .p_box .circle svg, .horizontal .p_box .circle img { width: 50px; height: 50px; }
/*  .horizontal .p_box { text-align: left; }*/
    
  .comparison {font-size: 14px; border-radius: 15px;}
  .comparison thead img { height: 36px;margin: auto;display: block; }
  .comparison th { font-size: 15px; }
  .comparison th, .comparison td {padding: 12px 10px; min-width: 150px; }
  .comparison thead th:nth-child(1), .comparison tbody td:nth-child(1) { min-width: 150px }
  .comparison thead th:nth-child(2), .comparison tbody td:nth-child(2) { min-width: 200px }
    
  .portfolio__service-list {padding-top: 25px;}
    .portfolio__service-item { padding: 18px; }
    .portfolio__service-list .portfolio__service-item .ps-title { min-height: 20px; }
    .portfolio__service-list .portfolio__service-item .icon { display: none;}
  .add-ons .col-lg-4 img, .add-ons .col-lg-6 img, .add-ons .col-lg-4 svg, .add-ons .col-lg-6 svg {height: 52px;width: 52px;}

}


@media screen and (min-width: 768px) and (max-width:992px) {
  .sec_padding {
    padding: 40px 10px;
  }

  .sm-text-continer {
    width: 70%;
    position: relative;
    margin-left: 28%;
    margin-top: 30px;
  }

  .portfolio__service-item .icon svg {
    height: 50px;
    width: 50px;
  }

  .horizontal .card {
    width: 45vw;
  }

  .ppc-service {
    padding: 30px 25px 10px 25px;
    min-height: 380px;
    height: 100%;
  }

  .count {
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 70px;
  }

  .ppc-service svg {
    height: 60px;
    width: 60px;
  }
  .box_design2{
    height: 300px;
    padding: 20px;
  }
  .work-image{
    margin-bottom: 20px;
    padding-left: 10px;
  }
    .comparison th, .comparison td {
        padding: 20px 18px;
    }
    
    .review_logo .row {gap: 0px; row-gap: 20px; justify-content: center; }
    .review_logo .row .col { flex: 0 0 calc((100% /5) - 0px);}
    .review_logo img { min-height: 30px; height: 20vw; max-height: 40px; }
}


@media screen and  (min-width: 992px) and (max-width:1299px) {
  .sm-text-continer {
    width: 70%;
    position: relative;
    margin-left: 28%;
    margin-top: 30px;
    
  }
  .work-image{
    margin-bottom: 20px;
    padding-left: 10px;
    height: 200px;
  }
}