.hdr-right .search{
    margin-right:30px;
}
.slider-layer {
	background-color: rgba(0,0,0,0.5) !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*slider section css*/
.hero-search h1 {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 42px !important;
    font-weight: 600 !important;
}
.hero-search .input-group-prepend {
    position: relative;
    width: 100%;
}
.hero-search .input-group-prepend .input-group-append {
    position: absolute;
    top: 3px;
    right: 4px;
}
.hero-search .input-group-prepend input {
    height: calc(1.7125rem + 1.2rem + 2px) !important;
    border-radius: 5px !important;
}
.hero-search button.btn.btn-icon.btn-primary {
    border-radius: 5px !important;
}


/*after slider categories css*/
.icon_cat_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.icon_cat_link {
    width: 129px;
    height: 129px;
    padding: 16px 12px;
    box-shadow: 0 0 .880517px rgba(0, 0, 0, .029), 0 0 2.29197px rgba(0, 0, 0, .03), 0 0 5.52px rgba(0, 0, 0, .054), 0 0 11px rgba(0, 0, 0, .09);
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    color: black;
    position: relative;
    z-index: 1;
}
.icon_cat_img img {
    width: 30px;
    height: 30px;
}
.icon_cat_link:hover{
    color:#303744 !important;
}
.icon_cat_link:before {
    background: radial-gradient(63.44% 63.44% at 50% 50%,#c2ffe2 0,#fff 100%),#fff;
    border-radius: 16px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .25s cubic-bezier(.75,0,.25,1);
    transition: opacity .25s cubic-bezier(.75,0,.25,1);
    z-index: -1;
}
.icon_cat_link:hover:before {
    opacity: 1;
}
.icon_cat_link p{
    margin-bottom:0px;
}

/*image base categories css*/
.img_cat_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px;
}
.img_cat_box {
    width: 18%;
    border-radius: 16px;
    padding: 25px 6px 6px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.13);
    background-color: #0d6762;
}
.img_cat_box:hover {
    opacity: .8;
}
.img_cat_link {
    min-height: 240px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
}
p.img_cat_text {
    margin: 0px;
    font-size: 18px;
    line-height:25px;
    font-weight: 700;
    padding-left:10px;
}
.img_cat_img img {
    border-radius: 12px;
    width: 100%;
    height: 157px;
    object-fit: cover;
}

/*how it works Section CSss*/
.how_work_box {
    background-color: #00B4A952;
}
.how_work_box img {
    width: 74px;
    height: 74px;
    object-fit: cover;
}
.how_work_box {
    background-color: #00B4A952;
    padding: 50px 0px 0px 0px;
    height: 100%;
}
.how_work_box {
    background-color: #00B4A952;
    padding: 50px 0px 0px 0px;
    height: 100%;
    border-radius: 5px;     
}
.get_started_wrap {
    background: linear-gradient(265.73deg, #00B4A9 -0.25%, #122120 93.68%);
    border-radius: 20px;
}
.get_started_box{
    padding:60px;
}
.get_started_box a {
    color: #fff;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 50px !important;
    display: inline-block;
}

.get_started_box.bg-dark {
    background-color: #000 !important;
    border-radius: 20px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.get_started_box.bg-dark h2 {
    font-size: 24px;
    line-height: 1.4;
}
.bg-img {
    background-image: url("https://fiverr-res.cloudinary.com/q_auto,f_auto,w_188,dpr_2.0/v1/attachments/generic_asset/asset/798403f5b92b1b5af997acc704a3d21c-1702465156477/website-development.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    z-index:1;
}
.bg-img::before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
}
.navbar-expand .navbar-nav .nav-link {
    border: 1px solid #00b4a9 !important;
    color: #000 !important;
    padding: 10px 35px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #00b4a9 !important;
}
.video-wrap video{
    width:100% !important;
    border-radius:5px !important;
}
.service-box h5.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:1.5 !important;
}
.category-dash-page{
    justify-content:left !important;
}
.category-dash-page .img_cat_box{
    width : 23% !important;
}
/*Contact Form Css*/
.contact-bg {
    background-image: url("https://rndfreelancing.com/public/uploads/all/contact-bg.png");
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
    padding: 80px 40px !important;
}
.contact-bg::before {
    content: "";
    background-color: rgba(0,0,0,0.7);
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
}
.contact-bg .form-control {
    background-color: rgba(255,255,255,0.3) !important;
    color: #fff !important;
}
input::-webkit-input-placeholder {
  color: #fff !important;
}
input::-moz-placeholder {
  color: #fff !important;
}
input:-ms-input-placeholder {
 color: #fff !important;
}
input::placeholder {
  color: #fff !important;
}
textarea::placeholder{
     color: #fff !important;
}
.c-box {
    text-align: center;
    background-color: #E2E2E2;
    border-radius: 8px;
    padding: 25px 0px;
}
.c-box img {
    width: 50px;
    height: auto;
    margin-bottom: 17px;
}


    /*ABout us page CSS*/
    .about-img img {
        width: 100% !important;
        height: 350px !important;
        object-fit: cover;
        border-radius: 5px;
    }

    .icon_cat_wrap .slick-list.draggable {
        padding: 10px !important;
    }
    
    .img_cat_wrap .slick-slide {
      margin-right: 10px; /* space between cards */
    }
    
    .img_cat_wrap .slick-list {
      margin-right: -10px; /* prevent extra space at end */
    }
    .mbl-show{
        display:none;
    }

    @media screen and (max-width: 480px){
        .mbl-hide{
            display:none;
        }
        .mbl-show{
            display:block;
        }
        .icon_cat_link {
            width: 140px;
        }
        .img_cat_box {
            width: 100%;
        }
         .site-sliders{
            min-height:430px !important; 
        }
        .hero-search h1 {
            font-size: 28px !important;
        }
        .site-sliders form {
            display: none !important;
        }
        .get_started_box {
            padding: 20px 10px !important;
        }
        .get_started_wrap {
            border-radius: 0;
        }
        .fs-40 {
            font-size: 1.8rem !important;
        }
        .category-dash-page .img_cat_box {
            width: 47% !important;
        }
    }

