*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* @font-face{
    src:url(../font/Serif-Regular.ttf);
    font-family: fontdesign;
} */
a{
    text-decoration: none!important;
}
body{
    background-color: #fff !important;;
    color: #1F2340!important;
    font-weight: 400!important;
    font-family: 'Droid Serif',serif!important;
}
.hero{
    /* background: #EEF9FF; */
    background: #fff;

}

.hero_section{
    padding: 2rem 4rem;
}
.hero_section .hero_title_box .hero_title{
    color: #161414;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: .86px;
    text-transform: capitalize;
}
.hero_title_box{
    margin-top: 5rem;
}
.hero_section .hero_title_box p{
    /* color: #585858; */
    /* font-size: 18px; */
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 128.571% */
    margin: 0;
    padding-top: 0.5rem;
}
.hero_title_box .explore_btn{
    border-radius: 8px;
    background: #ff7200;
    border: 1px solid #ff7200;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.8rem 2rem;
}
.hero_title_box .service_btn{
    color: #ff7200;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;   
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #ff7200;
    background: rgba(253, 89, 50, 0.00);
    padding: 0.8rem 2rem;
    margin-left: 1rem;
}
.hero_title_box .feature{
    margin-top: 2rem;
}
.hero_title_box .feature, .hero_title_box .feature .feature1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.hero_title_box .feature .feature1 .icon img{
    width: 100%;
}
.hero_title_box .feature .feature1 .icon_content h2{
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.hero_title_box .feature .feature1 .icon_content p{
    color: #585858;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-top: 0;
}
.hero_img img{
    width: 100%;
}
.icon_content{
    padding-left: 0.8rem;
}


/*feature section*/
.feature .hero_section h2{
    color: #1F2340;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}
.feature .hero_section p{
    font-size: 1.05rem;
    color: #29303b;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.feature .hero_section .feature_box1{
    /* border-radius: 8px; */
    /* border: 1px solid #ECD2E1; */
    /* background: #FEFCFD; */
    /* position: relative; */
    /* padding: 1rem;
    height: 100%;
    background: #faf6f3;
    border-left: 0;
    border-bottom: 0;
    border-right: 0px;
    border-top: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0; */

    background-color: #FEFFF9 !important;
    box-shadow: 0 5px 20px rgba(7, 36, 86, 0.15);
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 10px 10px 10px 10px;
    padding: 1rem !important;
    height: 100%;
    overflow: hidden;
}
/* {
    box-shadow: rgba(255, 114, 0, .5) 1px 1px 8px 1px !important;
    transition: .5s;
} */
.feature .hero_section .feature_box1:hover, .feature .hero_section .feature_box1:focus{
    /* box-shadow: 0px 1px 36px 0px #ECD2E1; */
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    transition: all 0.9s ease;
}
.feature .hero_section .feature_box1 .icon_box, .feature .hero_section .feature_box2 .icon_box, .feature .hero_section .feature_box3 .icon_box, .feature .hero_section .feature_box4 .icon_box{
    /* background: #ffe9d7; */
    /* width: 28%; */
    /* border-radius: 7rem; */
    /* position: absolute; */
    /* top: -18%; */
/*    margin: -10% 0% 5% 10%;*/
display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem;
    width: 60px;
    height: 60px;
    background: #ffe9d7;
    border-radius: 7px;
    margin-bottom: 10px;
}
.feature .hero_section .feature_box1 .icon_box{
    /* border: 1px solid #ffdaef; */
}
.feature .hero_section .feature_box2 .icon_box{
    /* border: 1px solid #CDFFD1; */
}
.feature .hero_section .feature_box3 .icon_box{
    /* border: 1px solid #B6E9FF; */
}
.feature .hero_section .feature_box4 .icon_box{
    /* border: 1px solid #FFF2AF; */
}
.feature .hero_section .feature_box1 .icon_box img, .feature .hero_section .feature_box2 .icon_box img, .feature .hero_section .feature_box3 .icon_box img, .feature .hero_section .feature_box4 .icon_box img{
    width: 100%;
    padding: 0rem;
}
.feature .hero_section .feature_box1 .content_box h3, .feature .hero_section .feature_box2 .content_box h3, .feature .hero_section .feature_box3 .content_box h3, .feature .hero_section .feature_box4 .content_box h3{
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.feature .hero_section .feature_box1 .content_box p, .feature .hero_section .feature_box2 .content_box p, .feature .hero_section .feature_box3 .content_box p, .feature .hero_section .feature_box4 .content_box p{
    color: #585858;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 24px; /* 166.667% */
    margin: 0;
    padding-top: 0.5rem;    
}
.feature .hero_section .feature_box2{
    border-radius: 8px;
    background: #FEFCFD;
    border: 1px solid #CDFFD1;
    position: relative;
    padding: 4rem 2rem 2rem;
    height: 100%;
    padding: 1rem;
    height: 100%;
    background: #faf6f3;
    border-left: 0;
    border-bottom: 0;
    border-right: 0px;
    border-top: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}
.feature .hero_section .feature_box2:hover, .feature .hero_section .feature_box2:focus{
    /* box-shadow: 0px 0px 38px 0px #CCEACE; */
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    transition: all 0.9s ease;
}
.feature .hero_section .feature_box3{
    border-radius: 8px;
    border: 1px solid #B6E9FF;
    background: #FEFCFD;
    position: relative;
    padding: 4rem 2rem 2rem;
    height: 100%;
    padding: 1rem;
    height: 100%;
    background: #faf6f3;
    border-left: 0;
    border-bottom: 0;
    border-right: 0px;
    border-top: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}
.feature .hero_section .feature_box3:hover, .feature .hero_section .feature_box3:focus{
    /* box-shadow: 0px 0px 38px 0px #CBE0E9; */
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    transition: all 0.9s ease;
}

.feature .hero_section .feature_box4{
    border-radius: 8px;
    border: 1px solid #FFF2AF;
    background: #FEFCFD;
    position: relative;
    padding: 4rem 2rem 2rem;
    height: 100%;
    padding: 1rem;
    height: 100%;
    background: #faf6f3;
    border-left: 0;
    border-bottom: 0;
    border-right: 0px;
    border-top: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}
.feature .hero_section .feature_box4:hover, .feature .hero_section .feature_box4:focus{
    /* box-shadow: 0px 0px 33px 0px #E9E4CB; */
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    transition: all 0.9s ease;
}

/*gaurantee section*/
.gaurantee{
    /* background: #EEF9FF; */
}
.gaurantee .hero_section h2{
    color: #1F2340;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}
.gaurantee .hero_section p{
    font-size: 1.05rem;
    color: #29303b;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* line-height: 22px; */
/*    margin: 0;*/
}
input::placeholder{color:#d6d6d6!important;font-size:1rem}
.card_new{
    background: #FEFFF9 !important;
    box-shadow: 0 5px 20px rgba(7, 36, 86, 0.15)!important;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 10px 10px 10px 10px;
    padding: 1rem !important;
    height: 100%;
    overflow: hidden;
}
.gaurantee .hero_section .gaurantee_content h5{
    color: #1F2340;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
}
.gaurantee .hero_section .gaurantee_content h3{
    color: #1F2340;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gaurantee .hero_section .gaurantee_content p{
    font-size: 1.05rem;
    color: #29303b;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.design_btn_group{
    gap: 1rem;
}
.gaurantee .hero_section .gaurantee_content .design_btn_group .btn_design1{
    /* color: #1F2340; */
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 241.667%*/
    border-radius: 8px;
    /* background: #CBDBEE; */
    background: #ff7200;
    padding: 0.8rem 1.8rem;
}
.gaurantee .hero_section .gaurantee_content .design_btn_group .btn_design2{
    /* color: #1F2340; */
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 241.667%*/
    border-radius: 8px;
    /* background: #E5CBEE; */
    background: #ff7200;
    padding: 0.8rem 1.8rem;
}
.gaurantee .hero_section .gaurantee_content .design_btn_group .btn_design3{
    /* color: #1F2340; */
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 241.667%*/
    border-radius: 8px;
    /* background: #CBEEE4; */
    background: #ff7200;
    padding: 0.8rem 1.8rem;
}
.gaurantee .hero_section .gaurantee_content .design_btn_group .btn_design4{
    /* color: #1F2340; */
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 241.667%*/
    border-radius: 5px;
    /* background: #D2CBEE; */
    background: #ff7200;
    padding: 0.8rem 1.8rem;
}
.gaurantee .hero_section .gaurantee_content .design_btn_group .btn_design5{
    /* color: #1F2340; */
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 241.667%*/
    border-radius: 8px;
    /* background: #CBEED5; */
    background: #ff7200;
    padding: 0.8rem 1.8rem;
}
.gaurantee .hero_section .gaurantee_content .design_btn_group .btn_design6{
    /* color: #1F2340; */
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 241.667%*/
    border-radius: 8px;
    /* background: #EEDECB; */
    background: #ff7200;
    padding: 0.8rem 1.8rem;
}
.gaurantee_img img{
    width: 100%;
}

/*project section*/
.project .hero_section h2{
    color: #1F2340;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.project .hero_section p{
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.card{
    border-radius: 8px;
    background: #FEFFF9!important;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
}
.card .project_img img{
    width: 100%;
    height: 146px;
    /* object-fit: cover; */
}
.card .project_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem;
}

.card .project_content .project_content_top{
    display: flex;
    align-items: center;
}
.card .project_content .project_content_top .profile_img img{
    width: 85%;
    padding: 0rem 0.5rem 0rem 0rem;
}
.card .project_content .project_content_top .profile_name h3{
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.card .project_content .project_content_top .profile_name h4{
    color: #ff7200;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
 .bid_btn .btn_bid{
    border-radius: 8px;
    border: 1px solid #ff7200;
    background: #ff7200;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.6rem 1rem;
}
.bid_btn .btn_bid:hover{
    color: white;
    border: 1px solid #ff7200;
    background: #ff7200;
}
.card .middle_content{
    padding: 1rem;
}
.card .middle_content h2{
    color: #1F2340;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.card .middle_content h5{
    color: #585858;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card .middle_content p{
    /* text-align: left;
    color: #585858;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    margin-bottom: 10px; */
    text-align: left;
    color: #595c73;
    font-weight: 400;
    line-height: 1.2;
    font-size: 14px;
    max-height: 36px !important;
    margin-bottom: 10px;
}

/* .project_btn {
    background: #f6aa34;
    padding: 0px 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 3px;
    color: white;
    font-size: 0.6rem;
    margin-left: 0px;
    margin-top: -28px;
    float: left;
    /* z-index: 100; *
    position: relative;
    line-height: 19px; 
} */
.card .middle_content .project_btn .group1, .card .middle_content .project_btn .group2, .card .middle_content .project_btn .group3{
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* padding: 0.3rem 0.6rem; */
}
.card .middle_content .project_btn .group1{
    /* background: #FFE2C7; */
}
.card .middle_content .project_btn .group2{
    /* background: #FADBFF; */
}
.card .middle_content .project_btn .group3{
    /* background: #C3FCEB; */
}
.card .footer_card{
    padding: 0rem 1rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.card .footer_card .total_bid_btn{
    /* display: flex;
    justify-content: end; */
}
.total_bid_btn a{
    background: #0ad251;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
    padding: 3px 11px;
    line-height: 14px;
}
.card .footer_card .total_bid_btn a{
    border-radius: 8px;
    background: #FEB59E;
    color: #1F2340;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.5rem 0.8rem;
}
.item-card-footer .left .give-love-amount{
    color: #fff;
}
.item-card-footer .item-like{
    color:#585858;
}
.rating_setup{
    display: flex;
    justify-content: space-between;
}
.rating_setup .ratings i, .rating_setup .ratings span{
    color: #ff7200;
}
.footer_btn_group .order-btn .btn--base{
    padding: 0.5rem;
    font-size: 14px;
    margin-left: 6px;
}
.item-card-footer {
    padding: 7px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(177deg, rgb(0 0 0 / 64%) -50%, transparent);
    min-height: 9rem;
    align-items: start;
    padding: 0.9rem;
    
}

.footer_card .profile_name h3, .credit-tag{
    font-size: 12px!important;
    margin: 0;
    text-transform: capitalize;
    color: #8d8f91!important;
}
.footer_card .profile_name h4, .amount-tag{
    font-size: 18px!important;
    font-weight: 600;
    margin: 0;
    color: #40525f;
}
/*choose section*/
.choose .hero_section h2{
    color: #1F2340;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.choose .hero_section p{
    color: #383838;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
/*    margin: 0;*/
}
.choose .hero_section .choose_box1{
    border-radius: 15px;
    /* border: 1px solid #F7F8FF;
    background: #F7F8FF; */
    border: 1px solid #faf6f3;
    background: #faf6f3;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.11);
    padding: 1rem;
    margin-top: 2rem;
    height: 95%;
}
.choose .hero_section .choose_box1 .icon1 img{
    margin: auto;
    display: block;
    width: 90px;
}
.choose .hero_section .choose_box1 .choose_content{
    padding-top: 2rem;
}
.choose .hero_section .choose_box1 .choose_content h3{
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.choose .hero_section .choose_box1 .choose_content p{
    color: #585858;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin: 0;
    text-align: left;
}


.choose .hero_section .choose_box2{
    border-radius: 15px;
    /* border: 1px solid #FDFFF7;
    background: #FDFFF7; */
    border: 1px solid #faf6f3;
    background: #faf6f3;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.11);
    padding: 1rem;
    margin-top: 2rem;
    height: 95%;
}
.choose .hero_section .choose_box2 .icon1 img{
    margin: auto;
    display: block;
    width: 90px;
}
.choose .hero_section .choose_box2 .choose_content{
    padding-top: 2rem;
}
.choose .hero_section .choose_box2 .choose_content h3{
    color: #333;
    /* color: #1F2340; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.choose .hero_section .choose_box2 .choose_content p{
    color: #585858;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin: 0;
    text-align: left;
}

.choose .hero_section .choose_box3{
    border-radius: 15px;
    /* border: 1px solid #FDFFF7;
    background: #FDFFF7; */
    border: 1px solid #fefff9;
    background: #fefff9;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.11);
    padding: 1rem;
    margin-top: 2rem;
    height: 95%;
}
.choose .hero_section .choose_box3 .icon1 img{
    margin: auto;
    display: block;
    width: 90px;
}
.choose .hero_section .choose_box3 .choose_content{
    padding-top: 2rem;
}
.choose .hero_section .choose_box3 .choose_content h3{
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.choose .hero_section .choose_box3 .choose_content p{
    color: #585858;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin: 0;
    text-align: left;
}

/*testimonial*/
.testimonial{
    background: rgba(244,251,255,49%)!important;
    background:#fff;
    margin-top: 5rem;
}
.testimonial .hero_section h2{
    color: #1F2340;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.testimonial .hero_section p{
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 20px; /* 142.857% */
}
.testimonial .hero_section .testi_box1{
    border-radius: 8px;
    /* background: #F2FFF7; */
    background: #fefff9;
    position: relative;
    padding: 2rem;
    margin: 0.5rem 1rem 2rem;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}
.testimonial .hero_section .testi_box1 p{
    color: #585858;
    text-align: center;
    /* font-size: 13px; */
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 166.667% */
}
.testimonial .hero_section .testi_box1 h2{
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.testimonial .hero_section .testi_box1 .testi_profile_img img{
    position: absolute;
    left: 40%;
    width: 65px;
}



.testimonial .hero_section .testi_box2{
    border-radius: 8px;
/* background: #FFF2F2; */
background: #fefff9;
    position: relative;
    padding: 2rem;
    margin: 0.5rem 1rem 2rem;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}
.testimonial .hero_section .testi_box2 p{
    color: #585858;
    text-align: center;
    /* font-size: 13px; */
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 166.667% */
}
.testimonial .hero_section .testi_box2 h2{
    color: #1F2340;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.testimonial .hero_section .testi_box2 .testi_profile_img img{
    position: absolute;
    left: 40%;
    width: 65px;
}



.testimonial .hero_section .testi_box3{
    border-radius: 8px;
/* background: #FFF2FF; */
background: #fefff9;
    position: relative;
    padding: 2rem;
    margin: 0.5rem 1rem 2rem;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;
}
.testimonial .hero_section .testi_box3 p{
    color: #585858;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 166.667% */
}
.testimonial .hero_section .testi_box3 h2{
    color: #1F2340;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.testimonial .hero_section .testi_box3 .testi_profile_img img{
    position: absolute;
    left: 40%;
    width: 65px;
}
.testimonial .hero_section .testi_box4{
    /* background: #F2FFF6; */
    background: #fefff9;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;

}

.testimonial .hero_section .testi_box5{
    /* background: #FFF9F2; */
    background: #fefff9;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;

}

.testimonial .hero_section .testi_box6{
    /* background: #F2F2FF; */
    background: #fefff9;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;

}

.testimonial .hero_section .testi_box7{
    /* background: #FFF2FE; */
    background: #fefff9;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;

}

.testimonial .hero_section .testi_box8{
    /* background: #FFF2F3; */
    background: #fefff9;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;

}

.testimonial .hero_section .testi_box9{
    /* background: #FFFDEA; */
    background: #fefff9;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;

}

.testimonial .hero_section .testi_box10{
    /* background: #EEEAFF; */
    background: #fefff9;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0;

}



@media only screen and (max-width: 991px) {
.feature .hero_section .feature_box1, .feature .hero_section .feature_box2, .feature .hero_section .feature_box3, .feature .hero_section .feature_box4{
    height: auto;
}
.feature .hero_section .feature_box1 .icon_box, .feature .hero_section .feature_box2 .icon_box, .feature .hero_section .feature_box3 .icon_box, .feature .hero_section .feature_box4 .icon_box{
    width: 74px;
    top: -23%;
}
.card{
    margin-bottom: 1rem;
}
.gaurantee_img{
    margin-bottom: 1rem;
}
.testimonial {
    margin-top: 3rem;
}
.hero_section .hero_title_box .hero_title{
    font-size: 34px;
}
}
.cat-top{
    letter-spacing: 0.2rem;
    padding-left: 40px;
    position: relative;
}
.cat-top span{
    position: absolute;
    height: .5px;
    width: 30px;
    background: #ff7200;
    top: 13px;
    left: 0;
}

/* new style for home and grids */
.bid_btn .btn_bid {
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ff7200;
    border: 1px solid #ff7200;
    padding: 8px 10px;
    border-radius: 4px;
    background: linear-gradient(45deg, #FFF3E0, #fbca821c);
}
.bid_btn .btn_bid:hover{
    color: white;
    border: 1px solid #ff7200;
    background: #ff7200;
}
.card .middle_content {
    padding: 1rem 1rem 0;
    min-height: 10.3rem;
}
.card .middle_content_less{
    padding: 1rem 1rem 0;
     min-height: 13.3rem;
 }

.card .middle_content .project_btn .group1 {
    color: #959289;
    border: 1px solid #FFE0B2;
    padding: 1px 10px;
    text-transform: capitalize;
}
.project_btn{
    margin-top: -10px;
    margin-bottom: 5px;
}

.total_bid_btn a {
    background: #b4be69;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
    padding: 3px 11px;
    line-height: 14px;
}

.shadows, .course-card {
    border-radius: 8px;
    box-shadow: 2px 2px 8px 2px hsla(0, 0%, 9%, .08), 0 0 0 1px #e9e9e9;	
    background-color: #fff;
    transition: transform .25s;
    overflow: hidden;
    border: none;
}

.browse_btn{
	    min-width: 220px;
}

.fw-100{
    font-weight: 100!important;
}
.banner_button .btn_hero {
    border-radius: 8px;
    background: #fd5932;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .07);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: .44px;
    text-transform: capitalize;
    padding: 1rem 2rem;
    border: 1px solid #fd5932;
}
.hero .banner_button .btn_hero {
    border-radius: 8px;
    background: #fd5932;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .07);
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: .44px;
    text-transform: capitalize;
    padding: 1rem 2rem;
    border: 1px solid #fd5932;
}

.hero .banner_button .btn_hero_outline{
    background: none!important;
    border: 1px solid #fd5932!important;
    color: #fd5932!important;
}
.banner_button .btn_hero i {
    transform: rotate(-38deg);
    margin-left: 5px;
}
.card-btn-2 {
    color: #80370A;
    background: #ffe4d3;
    border-radius: 5px;
    font-weight: bold;
    min-height:60px;
}
.card-btn-2 a{
    width:100%;
    padding:1rem;
}

.card-btn-2:hover, #card-btn-2:hover{
    background: #f3cab0 !important;
}

.subscribe_newsletter .subscribe_btn:hover {
    color: #fff !important;
    background: #ee3c11 !important;
}
.card-btn-2:hover a {
    color: #212529;
}
.banner_button .btn_hero:hover, .banner_button .btn_hero:focus {
    color: #fff !important;
    background-color: #ee3c11 !important;
}
.lc-1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mg::first-letter{
    text-transform: uppercase!important;
}
.btn--danger{
     border-radius:8px;
}
@media screen and (min-width:768px){
    .line-show-2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        line-clamp: 2;
        font-weight: 700;   
    }
    .mh-42{
        max-height:42px;
    }
}
