body {
    background: #f5f5f5;
    font-family: "Inter", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
    color: #777;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}
.header{
    background: #fff;
}
.btn{
    background: #ff5e00;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}
.banner-content span{
    font-size: 18px;
    color: #ff5e00;
    line-height: 26px;
    font-weight: 600;
}
.banner-content h1{
    font-size: 72px;    
    color: #292929;
    font-weight: 700;    
    line-height: 80px;
}
.banner-content p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #3d3d3d;
}
.banner{
    padding: 120px 0px;
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading2 span{
    font-size: 18px;
    color: #666;
    line-height: 26px;
    font-weight: 600;
}
.client-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.client-box img{
    filter: invert(41%) sepia(3%) saturate(17%) hue-rotate(30deg) brightness(94%) contrast(88%);
    width: 149px !important;
    opacity: .5;
}
.client-box img:hover{
    opacity: 1;
    filter: none;
}
.f-widget a{
    text-decoration: none;
    color: #807e7e;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 5px 0px;
}
.copy a{
    text-decoration: none;
    color: #807e7e;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 10px;
}
.copy-warper p{
    color: #807e7e;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.copy-warper{
    margin-top:30px ;
    padding-top:30px ;
    border-top: 1px solid #ebebeb;
}
.footer{
    background: #fff;
}
.heading h2{
    font-size: 48px;    
    color: #292929;
    font-weight: 700;
}
.heading p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #3d3d3d;
}
.review-box{
    border-radius: 16px;
    background: #fbfbfb;
    padding: 32px;
}
.star i{
    color: #ff5e00;
}
.r-head p{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1px;
    font-weight: 500;
    color: #3d3d3d;
    border-radius: 48px;
    background: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.review-box h6{
    color: #292929;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.profile img{
    width: 48px !important;
    height: 48px;
}
.profile p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #292929;
}
.profile span{
    color: #666;
    font-size: 12px;
    line-height: 16px;
}
.acquisition-box {
    background: #fff;
    border-radius: 16px;
    padding: 24px;    
    border-radius: 24px;
}
.acquisition-box h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
.acquisition-box li{
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 5px 0px;
    color: #666;
}
.acquisition-box ul{
    flex-wrap: wrap;
}
.acquisition-box a{
    color: #ff5e00;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    border:1px solid #ff5e00;
    border-radius: 100%;
}
.acquisition-box ul {
    padding-left: 1rem;
}
.acquisition-box2 p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
}
.btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.btn-box a{
    color: #666;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    padding: 24px;
    border-radius: 16px;
    background: #fff;
}
.btn-box a i{
    color: #e0e0e0;
}
.challenges-box{
    padding: 24px;
    background: #fff;
    border-radius: 24px;
}
.challenges-box img{
    padding: 8px;
    margin-bottom: 10px;
}
.challenges-box h6{
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
}
.challenges-box p{
    color: #666;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.heading h1{
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
}
.heading span{
    color: #fd5d00;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
}
.heading a{
    background: #ff5e00;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}
.aprt-box{
    padding: 16px;
    background: #fff;
    border-radius: 16px;
}
.aprt-box img{
    border-radius: 16px;
    margin-top: 10px;
}
.aprt-box h3{
    padding: 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -.2px;
}
.aprt-box p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 10px 10px;
}
.pipiline{
    border-radius: 24px;
    padding: 80px;
    background: #1f1f1f;
}
.faqs {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #3d3d3d;
}
.faqs h6{
    color: #b8b8b8;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.accordion-item {
    color: #fff;
    padding: 20px 24px;
    background: #3d3d3d;
    border-radius: 12px !important;
    margin-bottom: 20px;
}
.accordion-body {
    padding: 0px;
    margin-top: 12px;
    color: #b8b8b8;    
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
button.accordion-button{
    color: #fff;
    background: transparent;
    padding: 0px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow.svg);
}
.accordion-button::after {
    background-image: url(../images/arrow.svg);
}










@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .btn-box a{
        width: 47%;
        padding: 14px;
    }
    .pipiline{
        padding: 20px;
    }
    .heading h1{
        line-height: 40px;
        font-size: 40px;
    }
    .heading h1 span{
        line-height: 40px;
        font-size: 40px;
    }
    .banner-content h1{
       line-height: 40px;
        font-size: 40px; 
    }
    .banner{
        padding: 60px 0px;
    }
    .heading h2 {
        font-size: 34px;
    }
    .faqs{
        padding: 10px;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}