* {
    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;
  }
  
  
  
  
  .sm-text-continer {
    width: auto;
    position: relative;
    margin-left: 24%;
    margin-top: 30px;
  }
  
  .with_line {
    position: absolute;
    width: 150px;
    background: #000;
    height: 0.5px;
    top: 12px;
    left: -180px;
  }
  
  .large_text1 {
    font-size: 63px;
  }
  
  
  .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;
  }
  
  
  
  
  .Frameworks__btm .feature__item {
    border-right: 1px solid #000;
    padding: 40px 20px 20px 20px;
    height: 100%;
  }
  
  .Frameworks__btm .feature__item img {
    margin-bottom: 10px;
    height: 70px;
    filter: brightness(1) invert(0);
  }
  
  .Frameworks__btm .feature__item svg {
    margin-bottom: 10px;
    height: 70px;
    width: 70px;
    /* filter: brightness(1) invert(0); */
  }
  
  .Frameworks__btm .feature__item.last {
    border-right: none;
  }
  
  .Frameworks__btm .feature_title {
    font-size: 24px;
    margin-bottom: 15px;
    /* min-height: 60px; */
    color: #000;
  }
  
  .Frameworks__btm .feature__item p {
    font-size: 15px;
  }
  
  .feature__item ul {
    padding-left: 0px;
  }
  
  .feature__item ul li {
    text-decoration: none;
    list-style: none;
    padding: 4px 0px;
    color: #000;
    display: flex;
  }
  
  .feature__item ul li img {
    height: 13px !important;
    transform: rotate(45deg);
    margin-right: 15px;
    /* filter: brightness(0) invert(1); */
    margin-top: 5px;
  }
  
  
  .Frameworks__btm ul {
    padding-left: 0px;
  }
  
  .Frameworks__btm ul li {
    text-decoration: none;
    list-style: none;
    padding: 4px 0px;
    color: #000;
    display: flex;
  }
  
  .Frameworks__btm ul li img {
    height: 13px !important;
    transform: rotate(45deg);
    margin-right: 15px;
    /* filter: brightness(0) invert(1); */
    margin-top: 5px;
  }
  
  
  
  
  
  .seo_strategy ul {
    padding-left: 0px;
  }
  
  .seo_strategy ul li {
    text-decoration: none;
    list-style: none;
    padding: 4px 0px;
    color: #000;
    display: flex;
  }
  
  .seo_strategy 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: 18px !important;
  }
  
  
  .portfolio-img img {
    border-radius: 10px;
  }
  
  .wortitle {
    position: relative;
    color: #ff214f !important;
    font-weight: 700;
    font-size: 20px;
  }
  
  
  
  
  
  
  .seo-lead {
    background-image: url(../images/seo-company/bg-shape2-left.svg);
    background-repeat: no-repeat;
    background-position: left;
  }
  
  
  
  .Benefit__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    padding-bottom: 5px;
    padding-left: 50px;
    position: relative;
    margin-top: 30px;
  }
  
  .Benefit__title::before {
    position: absolute;
    top: 24px;
    left: 0;
    width: 40px;
    height: 1px;
    content: "";
    background: #000;
  }
  
  .Essential-Factors p {
    text-align: justify;
  }
  
  
  
  /* protofolio  */
  
  .portfolio__detail-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  
  /* .portfolio__detail-btns a {
   
  } */
  .portfolio__detail-btns .wc-btn-primary {
    width: 200px;
    height: 200px;
    margin: 0 -10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    padding: 20px;
    text-transform: capitalize;
    color: #000;
    border: 1px solid #d0d0d0;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .portfolio__detail-btns .wc-btn-primary .icon {
    width: 80px;
    height: 80px;
    margin: auto;
  }
  
  .portfolio__detail-btns .wc-btn-primary .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .portfolio__detail-btns .wc-btn-primary .content {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  
  .margin-minus {
    margin-top: -20px;
  }
  
  
  .portfolio__service .sec-text {
    background-image: url(../images/wordpress-development/14.png);
    background-repeat: no-repeat;
    background-position: 0 25px;
    /* opacity: 0; */
  }
  
  .portfolio__service .sec-text p {
    max-width: 70%;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    padding-top: 85px;
  }
  
  
  
  .portfolio__service-list {
    padding-top: 60px;
  }
  
  .portfolio__service-item {
    padding: 20px 20px;
    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: 0;
    right: 0;
  }
  
  .portfolio__service-item .icon img,
  .portfolio__service-item .icon svg {
    width: 60px;
    height: 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;
    padding-bottom: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .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 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, #fdbb2d, #22c1c3);
  }
  
  .portfolio__service-list .portfolio__service-item.eight::after {
    background: linear-gradient(45deg, #fd1d1d, #fcb045);
  }
  
  .portfolio__service-list .portfolio__service-item.nine::after {
    background: linear-gradient(45deg, #ffcb82, #fd1d9e);
  }
  
  
  
  .portfolio__service-item ul {
    padding-left: 0;
  }
  
  .portfolio__service-item ul li {
    text-decoration: none;
    list-style: none;
    display: flex;
    margin-bottom: 10px;
  }
  
  .portfolio__service-item ul li img {
    height: 12px !important;
    transform: rotate(45deg);
    margin-right: 15px;
    margin-top: 6px;
  }
  
  .portfolio__service-item:hover {
    border: 1px solid #fff0;
  }
  
  .portfolio__service-item:hover .ps-title,
  .portfolio__service-item:hover ul li {
    color: #fff;
  }
  
  .portfolio__service-item:hover .icon img,
  .portfolio__service-item:hover ul li img {
    filter: brightness(0) invert(1);
  }
  
  /* 
  .seo_strategy ul{
    padding-left: 0px;
  }
  
  .seo_strategy ul li {
    text-decoration: none;
    list-style: none;
    padding: 4px 0px;
    color: #000;
    display: flex;
  } */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* 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: 100px;
    width: 100px;
    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;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  /* Get_Assistance */
  
  .Get_Assistance p {
    font-weight: 300;
    font-size: 16px;
  }
  
  
  .recognision .r-wrapper {
    display: flex;
    overflow: hidden;
    height: auto;
    left: 0;
  }
  
  .recognision .r-wrapper .r-pin {
    display: flex;
    /* width: 100%; */
    /* justify-content: space-between !important; */
    /* margin: 0px auto; */
    /* justify-content: baseline;
    align-items: center; */
    /* padding: 0px 2vw; */
  }
  
  .recognision .r-wrapper .r-pin .r-box {
    width: 38vw;
    height: auto;
    text-align: center;
    padding: 0 20px 50px 20px;
  }
  
  /* .recognision .process__bx{
    height: 200px;
    width: 200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #161616;
    position: relative;
    z-index: 999;
  }
  .recognision .process__bx::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 15vw;
    z-index: -1 !important;
    height: 2px;
    background-color: #161616;
  } */
  
  /* .recognision .process__bx img{
    height: 80px;
    filter: brightness(0) invert(1);
  } */
  
  /* .recognision .r-wrapper .r-pin .r-box h6{
    font-size: 22px;
  }
  .recognision .r-wrapper .r-pin .r-box p{
    font-size: 15px;
  } */
  /* .recognision .process__bx::before {
    content: '';
    top: 0%;
    left: 00%;
    width: 30vw;
    height: 2px;
    background: #000;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 1.5s ease;
  } */
  
  
  
  
  
  
  .section_process {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
    /* box-sizing: border-box; */
  }
  
  .section__cards {
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 55%;
    height: 100%;
    flex-shrink: 0;
  }
  
  .section__card {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
  }
  
  .section__card img {
    border-radius: 30px;
  }
  
  .section__card+.section__card {
    margin-left: 20%;
  }
  
  .section__title {
    color: #1b2b34;
  }
  
  
  
  
  
  
  
  
  
  .custom-dev .feature__item {
    border-right: 1px solid #000;
    padding: 40px 30px 20px 30px;
    height: 100%;
    /* background-color: #fde8ec; */
  }
  
  .custom-dev .feature__item img {
    margin-bottom: 25px;
    height: 80px;
    /* filter: brightness(1) invert(0); */
  }
  
  .custom-dev .feature__item svg {
    margin-bottom: 20px;
    height: 70px;
    width: 70px;
    /* filter: brightness(1) invert(0); */
  }
  
  
  .custom-dev .feature__item.last {
    border-right: none;
  }
  
  .custom-dev .feature_title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    /* min-height: 70px; */
    color: #000;
  }
  
  .custom-dev .feature__item p {
    font-size: 15px;
  }
  
  
  
  
  
  
  /*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_point {
    width: calc(60% - 0px);
  }
  
  .list-styled ul li span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 6px;
  }
  
  
  .list_point ul li {
    display: flex;
  }
  
  .list-styled ul li span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 12px;
    margin-top: -5px;
  }
  
  .list-styled ul li p {
    width: 80%;
    margin-bottom: 0;
  }
  
  
  
  
  .Social_Media_Marketing .box_design2 {
    padding: 35px 45px;
    height: 280px;
    min-height: 280px;
    background: #fff;
  }
  
  .box_design2 {
    padding: 35px;
    height: 356px;
    background: #fff;
  }
  
  .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;
  }
  
  
  
  
  
  .card__pin {
    padding-top: 40px !important;
    position: relative;
  }
  
  .card-secs {
    /* background: #00000027; */
    padding: 10% 7% 7% 7%;
    border-radius: 24px;
    overflow: hidden;
    transform-origin: top;
    position: sticky;
    top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s all;
  
  }
  
  .card-secs h3 {
    font-weight: 600;
    font-size: 34px;
    color: #000 !important;
  
  }
  
  .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: 18px;
    padding: 4px 0;
    color: #000;
  }
  
  .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 10px;
    }
  
    .sm-text-continer {
      width: auto;
      position: relative;
      margin-left: 0;
      margin-top: 0px;
    }
  
    .with_line {
      display: none;
    }
  
    .Frameworks__btm .feature__item {
      border-right: none;
    }
  
    .Frameworks__btm .feature__item {
      padding: 20px 10px 10px 10px;
    }
  
    .Frameworks__btm .feature_title {
      font-size: 20px;
      font-weight: 600;
    }
  
    .Frameworks__btm .feature__item svg {
      height: 50px;
      width: 50px;
      margin-bottom: 20px;
    }
  
    .Frameworks__btm .col-lg-4:nth-child(4),
    .Frameworks__btm .col-lg-4:nth-child(5) {
      border-bottom: 1px solid #121212;
    }
  
    .work-image {
      margin-bottom: 20px;
      padding-left: 10px;
    }
  
    .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: 50px;
    }
  
    .why-us_list {
      margin-top: -50px;
    }
  
    .list-styled ul li p {
      width: 100%;
      padding-left: 0;
    }
  
    .point_list .w-list-item.last {
      border-bottom: none;
    }
  
    .portfolio__service-item {
      height: auto;
    }
  
    .portfolio__service-list .portfolio__service-item .ps-title {
      font-size: 18px;
      /* width: 80%; */
    }
  
    .portfolio__service-item .icon img,
    .portfolio__service-item .icon svg {
      height: 50px;
      width: 50px;
    }
  
    .portfolio__service-item .icon {
      right: -10px;
    }
  
    .custom-dev .feature__btm {
      border-top: none;
    }
  
    .custom-dev .feature__item {
      border-right: none;
      padding: 20px;
      border-bottom: 1px solid #a3a3a3;
      height: auto;
    }
  
    .custom-dev .feature__item svg {
      height: 50px;
      width: 50px;
    }
  
    .custom-dev .feature_title {
      font-size: 20px;
      font-weight: 600;
    }
  
    .custom-dev .feature__item.last {
      border-bottom: none;
    }
  
    .Mobile_aplication_service ul li {
      padding: 2px 0;
    }
  
    .custom-dev .feature__item li .icon-arrow {
      min-width: 13px;
      width: 14px;
      height: 20px;
      max-height: 13px;
      margin-right: 8px;
      margin-top: 7px;
    }
  
    .horizontal .p_box h6 {
      font-size: 20px;
    }
  
    .Social_Media_Marketing .box_design2 {
      padding: 30px;
      height: auto;
      min-height: auto;
      border-bottom: 1px solid #121212;
    }
  
    .Social_Media_Marketing .col-lg-4:last-child .box_design2 {
      border-bottom: none;
    }
  
  
    .card-secs {
      background-color: #121212;
      padding: 40px 20px 10px 30px;
      border-radius: 15px;
      overflow: hidden;
      transform-origin: top;
      position: sticky;
      top: 50px;
    }
    .card-secs h3{
      font-size: 20px !important;
    }
    .supa1{
      font-size: 60px;
    }
    .pin-cont ul li{
      font-size: 15px;
    }
    .horizontal .p_box .circle svg{
      height: 70px;
      width: 70px;
    }
  }
  
  
  
  @media screen and  (min-width: 768px) and (max-width:992px) {
    .sec_padding{
      padding: 40px 10px;
    }
    .sm-text-continer {
      margin-left: 28%;
      margin-top: 30px;
    }
    .Frameworks__btm .feature__item{
      border-right: none;
    }
    
    .Frameworks__btm .col-lg-4:nth-child(1),
    .Frameworks__btm .col-lg-4:nth-child(3),
    .Frameworks__btm .col-lg-4:nth-child(5) {
      border-right: 1px solid #121212;
    }
    .Frameworks__btm .col-lg-4:nth-child(4) {
      border-bottom: 1px solid #121212;
    }
    .work-image{
      margin-bottom: 20px;
      padding-left: 10px;
    }
    
    .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: 50px;
    }
  
    .why-us_list {
      margin-top: -50px;
    }
  
    .list-styled ul li p {
      width: 100%;
      padding-left: 0;
    }
    .portfolio__service-list .portfolio__service-item .ps-title{
      font-size: 20px;
    }
    .portfolio__service-item .icon img, .portfolio__service-item .icon svg{
      height: 50px;
    }
    .portfolio__service-item .icon{
      right: -12px;
    }
    .portfolio__service-item{
      height: 330px;
    }
  
    .custom-dev .feature__item{
      border-right: none;
    }
    .feature__btm .col-lg-4:nth-child(1),
    .feature__btm .col-lg-4:nth-child(3),
    .feature__btm .col-lg-4:nth-child(5){
      border-right: 1px solid #121212;
    }
    .feature__btm .col-lg-4:nth-child(1){
      border-bottom: 1px solid #121212;
    }
  
    .horizontal .card{
      width: 45vw;
    }
    .horizontal .p_box .circle:before{
      width: 45vw;
    }
  
    .Social_Media_Marketing .box_design2 {
      padding: 35px;
      height: 320px;
      min-height: 320px;
      background: #fff;
    }
  
    .Social_Media_Marketing .col-lg-4:nth-child(3){
      border-right: 1px solid #a3a3a3;
    }
    .Social_Media_Marketing .col-lg-4:nth-child(4){
      border-bottom: 1px solid #a3a3a3;
    }
  }
  
  
  @media screen and  (min-width: 992px) and (max-width:1299px) {
      .sec_padding{
        padding: 40px 10px;
      }
      .Frameworks__btm .feature__item{
        padding: 30px 10px 10px 5px;
      }
      .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: 20px;
      }
      .portfolio__service-item{
        height: 340px;
      }
      .portfolio__service-list .portfolio__service-item .ps-title{
        font-size: 18px;
      }
      .portfolio__service-item .icon img, .portfolio__service-item .icon svg{
        height: 50px;
        width: 50px;
      }
      .portfolio__service-item .icon{
        right: -10px;
      }
      .portfolio__service-item ul li{
        margin-bottom: 2px;
      }
      .custom-dev .feature__item{
        padding: 40px 20px 20px 20px;
      }
  
      .Social_Media_Marketing .box_design2 {
        padding: 30px 25px;
        height: 300px;
        min-height: 300px;
        background: #fff;
      }
  }
  