img{
    width: 100%;
}

.custom-nav{
    padding: 0;
}
 .main_head{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 8px 0;
    align-items: center;
 }
 .main_head .custom-brand{
    color: #f04f23;
    font-size: 26px;
    font-weight: bold;
    width: 11%;
}
.custom-nav .navbar-brand:hover{
  color: none;
}
.custom-nav .navbar-brand img{
    width: 70%;
}
.custom-nav .navbar-collapse{
    display: flex;
    align-items: center;
    justify-content: end;
}
.custom-nav .navbar-collapse .custom-ul{}
.custom-nav .navbar-collapse .custom-ul .nav-item{
    color: #fff;
    font-size: 18px;
    padding: 0px 15px;
    font-weight: 600;
}

.custom-nav .navbar-collapse .custom-ul .nav-item .nav-link{
    color: #2d2d2d;
}

.custom-nav .navbar-collapse .custom-ul .nav-item .nav-link.active{
    color: #d67a2f;
}


.main-banner{
    background: url(../img/b-1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 590px;
    position: relative;
}
.main-banner .opacity{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 589px;
    background: #000000c4;
    z-index: 0;
}

.main-banner .banner-text{
    padding: 48px 39px;
    position: relative;
}
.main-banner .banner-text h1{
    font-size: 53px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
}
.main-banner .banner-text h1 .shopify{
    color: #88c12e;
}
.main-banner .banner-text h1 .ecom{
    color: #ff5900;
}
.main-banner .banner-text p{
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    padding: 9px 0px;
    font-family: sans-serif;
}
.main-banner .banner-text .banner-content{}
.main-banner .banner-text .banner-service{
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc; */
    flex-wrap: wrap;
    padding: 0 9px;
}
.main-banner .banner-text .banner-service li{
    list-style: none;
    color: #fff;
    border: 1px solid;
    width: 211px;
    margin: 7px 5px;
    border-radius: 23px;
    padding: 8px 8px;
    text-align: center;
}
.main-banner .banner-text .banner-service li img{
    width: 36px;
}
.main-banner .banner-text .banner-icon{
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    /* border-color: #74bb04; */
    border-radius: 4px 4px 4px 4px;
    /* background: rgb(83, 147, 53); */
    /* background: linear-gradient(153deg, rgba(83, 147, 53, 1) 30%, rgba(138, 195, 46, 1) 100%); */
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.blink {
    background: #88c12e;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: #ff5a00; }}
        @keyframes blink { 50% { background-color: #ff5a00; }}
.main-banner .banner-text .banner-icon a{
    color:#fff;
    text-decoration: none;
}
.main-banner  .banner-form{
    width: 470px;
    /* border: 1px solid #6e5353; */
    border-radius: 4px;
    overflow: hidden;
    margin: 60px auto;
    position: relative;
}
.main-banner .banner-form h3{
    color: #ffffff;
    background: #ff5a00;
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
    margin: 0;
 }

 .main-banner .banner-form .form-details{
    background-color: #7a7a7a;
    padding: 9px 14px;
}
.main-banner .banner-form .form-details .form-inputs{
    width: 100%;
    border: 1px solid #ccc;
    padding: 11px 11px;
    font-size: 14px;
    border-radius: 3px;
}
.main-banner .banner-form .form-details .banner-form-button{}
.main-banner .banner-form .form-details .banner-form-button .submit-btn {
    background-color: #88c12e; /* Green background */
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}





.agency-partner{
    /* background: #cbcbcb; */
    padding-top: 74px;
    padding-bottom: 69px;
}

.agency-partner .agency-reason{
    width: 100%;
}
.agency-partner .agency-text{}
.agency-partner .agency-text h2{
    color: #23325e;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    padding: 8px 0px;
}
.agency-partner .agency-text p{
    font-size: 23px;
    text-align: left;
}


.need-sec{
    background: rgb(83,147,53);
    background: linear-gradient(153deg, rgba(83,147,53,1) 30%, rgba(138,195,46,1) 100%);
    padding: 80px 0;
}
.need-sec .need-sec-content{
    /* padding-right: 45px; */
    display: flex;
    width: 100%;
}
.need-sec .need-sec-content .need-info {width: 50%;padding-top: 40px;}
.need-sec .need-sec-content .need-info .need-sec_title{
    text-transform: capitalize;
    color: #fff;
    font-size: 38px;
}
.need-sec .need-sec-content .need-info .need-sec-text{
    color: #ffffff;
    font-size: 20px;
}
.need-sec .need-sec-content .need-counter{
    display: flex;
    width: 100%;
}
.need-sec .need-sec-content .need-counter .need-projects{
    color: #fff;
    padding: 35px 0px;
    width: 218px;
    border-right: 1px solid #000;
    text-align: center;
}
.need-sec .need-sec-content .need-counter .need-projects:nth-last-child(1){
    border-right: none;
}
.need-sec .need-sec-content .need-counter .need-projects p{
    color: #000000;
    font-size: 61px;
    font-weight: 700;
    padding: 0px 2px;
    text-align: center;
    margin: 0;
}
.need-sec .need-sec-content .need-counter .need-projects span{text-align: center;font-size: 27px;/* padding: 0px 6px; */}



.compre-dev{
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
}
.compre-dev .compre-wrapper{
    padding: 0;
}
.compre-dev .compre-wrapper h3{
    text-align: center;
    font-size: 40px;
    color: #221f1f;
    padding: 8px 0px;
    margin: 0;
}
.compre-dev .compre-wrapper p{
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}
.compre-dev .compre-info{
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #e7e7e7;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    height: 90%;
}
.compre-dev .compre-info .compre-info-img{
    display: inline-block;
    padding: 12px;
    border-radius: 32px;
    width: 18%;
    background: rgb(83,147,53);
    background: linear-gradient(153deg, rgba(83,147,53,1) 30%, rgba(138,195,46,1) 100%);
}
.compre-dev .compre-info .compre-info-img img{}
.compre-dev .compre-info  .compre-info-text{
    padding: 9px 0px;
}




.compre-dev .compre-info  .compre-info-text h3{
    font-size: 20px;
    font-weight:400;
}
.compre-dev .compre-info  .compre-info-text p{
    font-size: 16px;
}
.compre-dev .compre-info  .compre-info-text ul{
    text-align: left;
    width: 72%;
    margin: 0 auto;
}
.compre-dev .compre-info  .compre-info-text ul li{
    font-size: 16px;
    list-style-type: decimal;
}
.prt-slider{
    width: 100%;
    padding: 40px 0px;
    margin: 0 auto;
}
.prt-slider .prt-title{
  
padding: 0;
}
.prt-slider .prt-title h2{
  
text-align: center;
  
font-size: 48px;
  
color: #221f1f;
}
.prt-slider .frame_wall{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.prt-slider .frame_wall .frame_block{
    align-items: center;
    background-color: #f5f7f9;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex: 0 0 24.5rem;
    flex-direction: column;
    margin: 0.5rem;
    padding: 0.5rem;
    position: relative;
}
.prt-slider .frame_wall .frame_block .frame_image{
    height: 400px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    width: 100%;
}
.prt-slider .frame_wall .frame_block .frame_image img{
    object-fit: cover;
    overflow: hidden;
    transition: transform 1s ease-in-out;
    width: 100%;
}
.prt-slider .frame_wall .frame_block .frame_image:hover img{
    transform: translateY(calc(-100% + 400px));
    transition: transform 5s ease-in-out;
}


.client-slider{
    padding: 72px 0px;
}
.client-slider .client-title{
  
padding: 30px 0px;
}
.client-slider .client-title h2{
  
text-align: center;
  
font-size: 40px;
  
color: #221f1f;
}
.client-slider .client-slider{
    padding: 7px 0;
}
.client-slider .client-slider .item{}
.client-slider .client-slider .item .client-image{
    width: 70%;
    border: 1px solid #ccc;
    margin: 0 auto;
}
.client-slider .client-slider .item .client-image img{

}

.cta-section-main{
    background-image: url(../img/b-1.png);
    height: 50vh;
    background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
  
}

.cta-section-main::after{
    content: "";
    position: absolute;
    right: 0;
    width: 65%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    background-color: #6eab32;
    background-image: linear-gradient(62deg, #517f25 0%, #8ac32e 100%);
}

.cta-section-main .cta-main{
    position: absolute;
    top: 32%;
    right: 0;
    z-index: 99;
    width: 57%;
    margin: 0 auto;
    padding: 9px 74px;
}

.cta-section-main .cta-main p{
    color: #fff;
}
.cta-section-main .cta-main h2{
    font-size: 37px;
    color: #fff;
}
.cta-section-main .cta-main span{
    color: #ffffff;
    font-size: 20px;
}
.cta-section-main .cta-main .newsletter-form{
    margin-top: 37px;
}
.cta-section-main .cta-main .newsletter-form a{
    background: #FF9800;
    border: 1px solid #ff9800;
    width: 201px;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 17px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.ask-faq{}
.ask-faq .asd-heading{
    padding-top: 50px;
    padding-bottom: 9px;
}
.ask-faq .asd-heading h2{
    text-align: center;
    color: #221f1f;
    font-size: 40px;
}
.ask-faq .accordion-flush{
    padding-bottom: 60px;
}
.ask-faq .accordion-flush .accordion-item{}
.ask-faq .accordion-flush .accordion-item .faq-header{}

.ask-faq .accordion-flush .accordion-item .accordion-button{
    color: #141414;
    font-size: 19px;
    font-weight: 500;
}
.ask-faq .accordion-flush .accordion-item .accordion-button .accordion-collapse{}

.top-footer {
    background: #222222;
    padding: 20px 0px;
    padding-top: 50px;
}
.top-footer .disclaim{
   
text-align: center;
}
.top-footer .disclaim p{
     color: #fff;
    font-size: 14px;
}
.top-footer .copyright{
    text-align:center;
}
.top-footer .copyright p{
     color: #fff;
    font-size: 14px;
}
.top-footer .copyright p a{
     color: #fff;
     font-size: 14px;
     text-decoration: none;
}
.top-footer .copyright p:hover a{
     color: #ff6e02;
    
}
.top-footer .foot-title-head {
    color: #6eab32;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
}


.top-footer .footer-menu{
    padding: 0;
    margin: 0;
}
.top-footer .footer-menu li{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 27px;
}
.top-footer .footer-menu a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.top-footer .ft-contact-info .social-icons {
    text-align: left; 
/* padding: 0px 18px; */
}

.top-footer .ft-contact-info .social-icons a {
    color: #c7c7c7;
    font-size: 19px;
    padding: 0px 7px;
}
.top-footer .ft-contact-info .social-icons i {}
.top-footer .ft-contact-info {display: flex;align-items: baseline;}
.top-footer .ft-contact-info .foot-title{
    color: #fff;
    font-size: 17px;
    padding: 4px 6px;
}
.top-footer .foot-social{width: 100%;}
.top-footer .foot-social ul{
    padding: 0;
}
.top-footer .foot-social ul li{
    list-style: none;
    margin: 0;
    color: #fff;
    display: flex;
    align-items: baseline;
}
.top-footer .foot-social ul li a{
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: none;
}
.top-footer .foot-social i{padding: 0px 10px;}


/* .footer-bottom{
    background: #e2e2e2;
    border-top: 1px solid #ccc;
    padding: 25px 0px 25px 0px;
}
.footer-bottom .footer-bottom-content{
    text-align: center;
    line-height: 45px;
}
.footer-bottom .footer-bottom-content p{
    margin: 0;
}
.footer-bottom .footer-bottom-content h5{}
.footer-bottom .footer-bottom-content h6{} */


.solution{
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.solution h2{
   text-align:center;
   margin-bottom: 50px;
   color: #221f1f;
   font-size: 37px;
   font-weight: 700;
}
.solution .inner_colum{
    background-color: #f5f8fd;
    padding: 2rem;
    border-radius: 1rem;
    height: 500px;
}
.solution .inner_colum .wrap_colum{}
.solution .inner_colum .wrap_colum .colum_icon{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 21px;
}
.solution .inner_colum .wrap_colum .colum_icon h3{
    font-size: 21px;
    font-style: italic;
    margin: 0;
    font-weight: bold;
}
.solution .inner_colum .wrap_colum .colum_icon i{}
.solution .inner_colum .wrap_colum .colum_title{}
.solution .inner_colum .wrap_colum .colum_title h2{
    font-size: 22px;
    text-align: left;
    margin: 30px 0;
    font-weight: 500;
}
.solution .inner_colum .wrap_colum .colum_detail{
    padding-left: 0.5rem;
    list-style-position: inside;
}
.solution .inner_colum .wrap_colum .colum_detail p{}
.solution .inner_colum .wrap_colum .colum_detail ul{
    padding: 0;
}
.solution .inner_colum .wrap_colum .colum_detail ul li{
    list-style-type: decimal;
    font-size: 1rem;
    padding-bottom: 1rem;
}

.approch{
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background: #222222;
}
.approch .heading{ 
   margin-bottom: 50px;
}
.approch .heading h2{
   margin-bottom: 20px;
   color: #fff;
}
.approch .heading p{  
   color: #fff;
}
.approch .inner_colum{
    background-color: #303030;
    padding: 2rem;
    border-radius: 1rem;
    height: 300px;
    margin-bottom: 24px;
}
.approch .inner_colum .wrap_colum{}
.approch .inner_colum .wrap_colum .colum_icon{}
.approch .inner_colum .wrap_colum .colum_icon i{
    color: #83bd2e;
    font-size: 25px;
}
.approch .inner_colum .wrap_colum .colum_title{}
.approch .inner_colum .wrap_colum .colum_title h2{
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 30px 0;
    color: #fff;
}
.approch .inner_colum .wrap_colum .colum_detail{
    padding-left: 0.5rem;
    list-style-position: inside;
}
.approch .inner_colum .wrap_colum .colum_detail p{
    color: #fff;
}

.nst_whatsapp{
    position: fixed;
    bottom: 4%;
    z-index: 1000;
    width: 140px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-color: #008705;
    border: 3px solid #329300;
    border-radius: 50px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #329300;
    margin-right: 5px;
    margin-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    right: 0;
 }
 .nst_whatsapp:hover{
   box-shadow: 0 0 10px 0 #46c504 inset, 0 0 20px 2px #46c504;
   border: 3px solid #46c504;
 }
 .nst_whatsapp:hover a{
    color: #fff;}
 .nst_whatsapp a{
   color: #fff;
   font-size: 16px;
   text-decoration: none;
   font-weight: 500;
   position: relative;
   top: 0px;
   display: flex;
   padding: 1px 14px;
 }
 
 .nst_whatsapp a i{
     color: #fff;
     font-size: 28px;
     padding-right: 7px;
 }


 .site_tfn{}
 .site_tfn a{
    text-decoration: none;
    cursor: pointer;
 }
 .site_tfn span{
   font-size: 13px;
   display: block;
   color: #353535;
 }
 
 .site_tfn .tfn_effect::before {
   position: absolute;
   content: "";
   width: 218px;
   height: 56px;
   animation: call-wobble-effect 2s cubic-bezier(.42,.14,.43,1) .2s infinite;
   box-shadow: #ff5300 0 0 10px 10px inset;
   border-radius: 17px;
   opacity: 0;
 }
 
 @keyframes call-wobble-effect {
   0% {
       transform: scale(.1)
   }
 
   20% {
       opacity: .4
   }
 
   40%,100% {
       transform: scale(1.1)
   }
 
   0% {
       transform: scale(.1)
   }
 
   20% {
       opacity: .4
   }
 
   40%,100% {
       transform: scale(1.1)
   }
 }
 .site_tfn .tfn_effect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
 }
 .site_tfn .tfn_effect .tfn_icon{
     width: 50px;
     position: relative;
     margin-right: 10px;
 }
 .site_tfn .tfn_effect .tfn_icon img{}
 .site_tfn .tfn_effect .tfn_icon .sub_icon{
     position: absolute;
     bottom: 0;
 }
 .site_tfn .tfn_effect .tfn_icon .sub_icon i{
     color: #00be85;
     font-size: 20px;
 }
 .animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-iteration-count: infinite;
 }
 @-webkit-keyframes wobble { 
   0% { -webkit-transform: translateX(0%); } 
   15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
   30% { -webkit-transform: translateX(20%) rotate(3deg); } 
   45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
   60% { -webkit-transform: translateX(10%) rotate(2deg); } 
   75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
   100% { -webkit-transform: translateX(0%); } 
 }
 
 @keyframes wobble { 
   0% { transform: translateX(0%); } 
   15% { transform: translateX(-25%) rotate(-5deg); } 
   30% { transform: translateX(20%) rotate(3deg); } 
   45% { transform: translateX(-15%) rotate(-3deg); } 
   60% { transform: translateX(10%) rotate(2deg); } 
   75% { transform: translateX(-5%) rotate(-1deg); } 
   100% { transform: translateX(0%); } 
 }
 
 .wobble { 
   -webkit-animation-name: wobble; 
   animation-name: wobble; 
 }
 .site_tfn .tfn_effect .tfn_text{
     font-weight: 700;
     color: #ff5300;
     font-size: 18px;
 }
 .site_tfn .tfn_effect .tfn_text{}


 @media (max-width:1366px) and (min-width:1200px){
    .site_tfn .tfn_effect .tfn_icon {
    width: 37px;
}
.site_tfn .tfn_effect::before {
    border-radius: 8px;
    width: 198px;
    height: 46px;
}
.main-banner .banner-text h1 {
    font-size: 38px;
}
.main-banner .banner-form h3 {
 font-size: 17px;
}
.need-sec .need-sec-content .need-counter {
     width: 60%;
    align-items: center;
}
.need-sec .need-sec-content .need-counter .need-projects {
 padding: 0;
}

.need-sec .need-sec-content .need-counter .need-projects p {   
    font-size: 40px;
}
.need-sec .need-sec-content .need-counter .need-projects span {
    font-size: 17px;
}
     .cta-section-main .cta-main  {
    top: 22%;
}
.cta-section-main .cta-main h2 {
    font-size: 20px;
}
.solution .inner_colum {
    height: 420px;
}
.solution h2 {
    font-size: 28px;
}

.solution .inner_colum .wrap_colum .colum_icon h3 {
    font-size: 16px;
}

.solution .inner_colum .wrap_colum .colum_detail ul li {
    font-size: 13px;
    padding-bottom: 6px;
}

.compre-dev .compre-wrapper h3 {
    font-size: 30px;
}

.compre-dev .compre-wrapper p {
    font-size: 14px;
    font-weight: normal;
}

.compre-dev .compre-info .compre-info-text ul {
    width: 78%;
}
.compre-dev .compre-info .compre-info-text ul li {
    font-size: 14px;
}

.approch .inner_colum .wrap_colum .colum_title h2 {
    font-size: 18px;
    margin: 17px 0;
}

.approch .inner_colum .wrap_colum .colum_detail p {
    font-size: 14px;
}

.prt-slider .prt-title h2 {
    font-size: 38px;
}
.ask-faq .asd-heading h2 {
    font-size: 38px;
}
.client-slider .client-title h2 {
  font-size: 38px;
}
.ask-faq .accordion-flush .accordion-item .accordion-button {
    font-size: 16px;
}

.accordion-body {
    font-size: 14px;
}
.top-footer .foot-title-head {
    font-size: 18px;
}
.top-footer .footer-menu a {
    font-size: 14px;
}

.cta-section-main .cta-main .newsletter-form a {
    font-size: 15px;
    border-radius: 12px;
}
.top-footer .foot-social ul li, .top-footer .foot-social ul li a {
    font-size: 14px;
}
.top-footer .ft-contact-info .foot-title {
    font-size: 16px;
    padding: 4px 0px;
}
.top-footer .ft-contact-info .social-icons a {
    font-size: 15px;
}

.top-footer .copyright p {
    font-size: 12px;
}
 }


 @media (max-width:1180px) and (min-width:800px){
    .main-banner .banner-text {
        padding: 52px 39px;
    }
    .main-banner .banner-text h1 {
        font-size: 40px;
    }
    .need-sec .need-sec-content .need-counter {
        width: 50%;
        justify-content: center;
        flex-wrap: wrap;
    }
.need-sec .need-sec-content .need-counter .need-projects {
    padding: 16px 0px;
    text-align: center;
    border: none;
}
.need-sec .need-sec-content .need-counter .need-projects:nth-child(1){
    border-right: 1px #f5f8fd solid;
    border-bottom: 1px #f5f8fd solid;
}
.need-sec .need-sec-content .need-counter .need-projects:nth-child(2){
    border-bottom: 1px #f5f8fd solid;
}
.need-sec .need-sec-content .need-counter .need-projects:nth-child(3){
    border-right: 1px #f5f8fd solid;
}
.need-sec .need-sec-content .need-counter .need-projects span {
    font-size: 21px;
}
     .need-sec .need-sec-content .need-counter .need-projects p {
    font-size: 56px;
}
.compre-dev .compre-info .compre-info-text ul {
    width: 100%;
}
.prt-slider .frame_wall {
    flex-wrap: wrap;
    justify-content: center;
}
.top-footer .ft-contact-info .foot-title {
    font-size: 17px;
    padding: 5px 3px;
}
.approch .inner_colum .wrap_colum {
    padding-top: 20px;
}
.approch .inner_colum {
    padding: 10px;
    height: 300px;
}
.approch .inner_colum .wrap_colum .colum_title h2 {
    font-size: 22px;
    margin: 21px 0;
}

 }
@media (max-width:1024px){
    .need-sec .need-sec-content {
        /* padding-right: 45px; */
        display: block;
        width: 100%;
    }
    .need-sec .need-sec-content .need-info {
        width: 100%;
        padding-top: 40px;
    }
    .need-sec .need-sec-content .need-info {
      
        text-align: center;
    }
    .need-sec .need-sec-content .need-counter {
        display: flex
    ;
        padding: 36px 0px;
    }
    .top-footer .ft-contact-info .foot-social {
        width: 313px;
    }
    .main-banner {      
        height: 88vh;       
    }
    .main-banner .banner-form {     
        padding: 0px 0px;
    }
    .main-banner .banner-form .form-details .form-inputs {
        width: 385px;       
    }
    .main-banner .banner-form {     
        width: 408px;      
    }
    .main-banner .banner-form .form-details {     
        padding: 9px 8px;
    }
    .main-banner .banner-form h3 {
        color: #ffffff;       
    }
  
}


/* Responsive styles for phones */
@media (max-width: 768px) {
    .custom-nav {
        padding: 0px 15px;
    }
    .custom-nav .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }
    .custom-nav .navbar-collapse .custom-ul .nav-item {
        font-size: 16px;
        padding: 10px 0px;
    }
    .main-banner {
        height: auto;
        background-position: center;
    }
    .main-banner .banner-text {
        padding: 20px 15px;
    }
    .main-banner .banner-text h1 {
        font-size: 26px;
        text-align: center;
        margin-left: 0;
    }
    .main-banner .banner-text p {
        font-size: 14px;
        text-align: center;
        margin: 0;
    }
    .main-banner .banner-text .banner-service {
        justify-content: space-between;
        padding: 0;
    }
    .main-banner .banner-text .banner-service li {
        width: 46%;
        font-size: 14px;
        padding: 10px 0;
        margin: 0;
        margin-bottom: 10px;
    }
    .main-banner .banner-text .banner-service li img {
        display: none;
    }
    .solution h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .solution .inner_colum {
        margin-bottom: 20px;
    }
    .need-sec .need-sec-content .need-info .need-sec_title {
        font-size: 22px;
    }
    .need-sec .need-sec-content .need-info .need-sec-text {
        font-size: 16px;
    }
    .main-banner .banner-form {
        width: 90%;
        margin: 30px auto;
    }
    .main-banner .banner-form h3 {
        font-size: 20px;
    }
    .main-banner .banner-form .form-details .form-inputs {
        width: 100%;
        font-size: 16px;
    }
    .main-banner .banner-form .form-details .submit-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
    .need-sec {
        padding: 50px 15px;
    }
    .need-sec .need-sec-content {
        flex-direction: column;
    }   
   .site_tfn span {
    font-size: 11px;
}
    .need-sec .need-counter .need-projects {
        width: 100%;
        border: none;
        padding: 20px 0;
    }
    .compre-dev .compre-wrapper h3 {
        font-size: 28px;
    }
    .compre-dev .compre-wrapper p {
        font-size: 14px;
        font-weight: normal;
    }
    .compre-dev .compre-info {
        height: auto;
        padding: 15px;
    }
    .compre-dev .compre-info .compre-info-img {
        width: 50px;
    }
    .compre-dev .compre-info .compre-info-text h3 {
        font-size: 20px;
    }
    .compre-dev .compre-info .compre-info-text p {
        font-size: 14px;
    }
    .prt-slider .prt-title h2 {
        font-size: 36px;
    }
    .prt-slider .main-slider .item .item-image img {
        width: 100%;
        height: auto;
    }
    
    .cta-section-main .call-info h4 {
        font-size: 24px;
    }
    .cta-section-main .main-banner-button {
        width: 50%;
    }
    .cta-section-main .main-banner-button a {
        font-size: 18px;
    }
    .ask-faq .asd-heading h2 {
        font-size: 28px;
    }
    .ask-faq .accordion-flush .accordion-item .accordion-button {
        font-size: 16px;
    }
    .cta-section-main::after{
        width: 100%;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
        background-color: #6eab3278;
        background-image: linear-gradient(62deg, #517f25c7 0%, #2d4800a6 100%);
    }

    .cta-section-main .cta-main {
        width: 100%;
        padding: 26px 15px;
        text-align: center;
    }
    .main-banner .banner-text .banner-icon li img {
        width: 62px;
    }
    .main-banner .opacity {      
        height: 100%;      
    }
    .agency-partner .agency-text h2 {    
        font-size: 28px;      
    }
    .need-sec .need-sec-content .need-info {
        width: 100%;
    }
    .need-sec .need-sec-content .need-counter .need-projects {
        color: #fff;
        padding: 35px 0px;
        /* width: 218px; */
        /* border-right: 1px solid #cccc; */
        text-align: center;
    }
    .prt-slider .frame_wall {
        flex-direction: column;
    }
    .top-footer .foot-social {
       width: 100%;
    }
    .top-footer .foot-title-head {
        font-size: 18px;
    }
    .top-footer .footer-menu a {
        font-size: 14px;
    }
    .top-footer .foot-social ul li, .top-footer .foot-social ul li a {
        font-size: 14px;
    }
    .main-banner .banner-text .banner-icon {
        width: 100%;
    }
    }
    
@media (max-width: 480px) {
    .need-sec .need-sec-content {
        flex-direction: column;
    }
    .need-sec .need-sec-content .need-counter .need-projects {
        color: #fff;
        padding: 15px 0px;
        /* border-right: 1px solid #cccc; */
        text-align: center;
        border: 1px solid;
        margin: 9px 0px;
        width: 48%;
        border-radius: 6px;
    }
    .need-sec .need-sec-content .need-counter .need-projects p {
        font-size: 40px;
    }
    .need-sec .need-sec-content .need-counter .need-projects span {
        font-size: 16px;
    }
    .top-footer {
        background: #23325e;
        height: auto;
        padding: 11px 0px;
    }
    .top-footer .ft-contact-info .foot-social a {
        color: #fff;
        font-size: 12px;
        line-height: 20px;
  
    }
    .cta-section-main .cta-main h2 {
        font-size: 24px;
    }
    .cta-section-main .cta-main p {
        color: #fff;
    }
    .cta-section-main .cta-main .newsletter-form {
        margin-top: 20px;
        text-align: center;
    }
    .need-sec .need-sec-content .need-counter .need-projects:nth-last-child(1){
        border-right: 1px solid;
    }
    .need-sec .need-sec-content .need-counter {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prt-slider .main-slider .item .item-image {
        padding: 0px 23px;
    }
    .top-footer .ft-contact-info .foot-social {
        width: 380px;
    }
    .compre-dev .compre-wrapper {
        padding: 25px 11px;
    }
    .prt-slider {
        padding: 5px 0px;
    }
    .site_tfn .tfn_effect::before {
        width: 204px;
        height: 44px;
    }
    .main_head {
        align-items: center;
        width: 90%;
    }
    .site_tfn .tfn_effect .tfn_icon {
        width: 40px;
    }
    .site_tfn .tfn_effect .tfn_text {
        font-size: 15px;
    }
    .main_head .custom-brand {
        width: 32%;
    }
}