* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* project banner section start */
.project-listing-left-fillter-wapper h3 i {
    color: #FF6600;
}

.project-banner-section {
    background-image: linear-gradient(to right in oklab, #0052CC 0%, #FF6600 100%);
    padding: 100px 0;
    position: relative;
}

.project-banner-section::after {
    content: '';
    position: absolute;
    width: 497px;
    height: 100%;
    bottom: 0;
    right: 2%;
    background: url('https://itpl.cpa-landing.com/img/banner-image.png') no-repeat;
    /* background: url(../img/E10A1QEY-removebg-preview.png) no-repeat; */
    background-size: contain;
    background-position: bottom;
    z-index: 0;
}

.project-banner-text-wapper {
    max-width: 800px;
    position: relative;
    z-index: 1;
}

.project-banner-text-wapper h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    color: #FFF;
    margin: 0;
    padding-bottom: 20px;
    letter-spacing: 3px;
}

.project-banner-text-wapper p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    margin: 0;
    padding-bottom: 20px;
}





.project-banner-text-wapper .banner-search-select-btn-wapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    padding: 0;
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}



.project-banner-text-wapper .banner-search-select-btn-wapper form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.project-banner-text-wapper .banner-search-select-btn-wapper form .form-group {
    display: flex;
    flex: 1;
    height: 100%;
    margin: 0;
    padding: 0;
}

.project-banner-text-wapper .banner-search-select-btn-wapper form input {
    background: transparent;
    height: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.project-banner-text-wapper .banner-search-select-btn-wapper form .search-btn-banner {
    height: 100%;
}

.project-banner-text-wapper .banner-search-select-btn-wapper form .search-btn-banner a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    cursor: pointer;
    background: #0052CC;
}

.project-banner-text-wapper .banner-search-select-btn-wapper form .search-btn-banner button {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    cursor: pointer;
    background: #0052CC;
}



/* project banner section end */

/* project listing section start */

.project-listing-section {
    padding: 100px 0;
    background: #F5F5F5;
}

.project-listing-left-fillter-wapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px -5px rgba(35, 73, 162, 0.15);
    padding: 20px;
    width: 100%;
    /*position: sticky;*/
    /*top: 80px;*/
    height: fit-content;
    
    position: sticky;
  top: 90px;
  overflow: auto;
  height: 88vh;
}

.project-listing-left-fillter-wapper h3 {
    /*font-family: "Roboto", sans-serif;*/
    /*font-style: normal;*/
    /*font-weight: 700;*/
    /*font-size: 28px;*/
    /*line-height: 34px;*/
    /*margin: 0;*/
    /*padding-bottom: 5px;*/
    /*position: relative;*/
    /*background: linear-gradient(to left, #2352d2, #fa6900);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*color: transparent;*/
    /*margin-bottom: 20px;*/
    
    font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #0052CC;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E6F0FF;
}

.project-listing-left-fillter-wapper h3 span{
    display: none;
}

/*.project-listing-left-fillter-wapper h3::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    background: linear-gradient(to right, #2352d2, #fa6900);*/
/*    border-radius: 2px;*/
/*}*/

.project-listing-left-fillter-wapper .fillter-card-wapper {
    margin-bottom: 25px;
}

.project-listing-left-fillter-wapper .fillter-card-wapper h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    padding-bottom: 15px;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Category-wapper .choices .choices__inner, .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Skills-wapper .choices .choices__inner {
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	background: linear-gradient(135deg, #f8f9ff 0%, #edf1ff 100%);
	border: 1px solid #e05a00;
	border: 1px solid #E5E7EB;
	background: #FFF;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height: 20px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #333333 !important;
	background: #FFF !important;
	border-radius: 12px !important;
	min-height: 50px;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Category-wapper .choices .choices__inner input,
.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Skills-wapper .choices .choices__inner input {
    background: transparent;
}


.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Category-wapper .choices .choices__inner .choices__item,
.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Skills-wapper .choices .choices__inner .choices__item {
    background-color: #0052CC;
    border: 1px solid #0052CC;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-location-wapper select {
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	background: linear-gradient(135deg, #f8f9ff 0%, #edf1ff 100%);
	border: 1px solid #e05a00;
	outline: none;
	box-shadow: none;
	height: 50px;
	border: 1px solid #E5E7EB;
	background: #FFF;
}

.project-listing-left-fillter-wapper .fillter-card-wapper label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.project-listing-left-fillter-wapper .fillter-card-wapper input {
    accent-color: #e05a00;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper .budget-input-wapper {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper .budget-input-wapper input {
	border-radius: 10px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	background: linear-gradient(135deg, #f8f9ff 0%, #edf1ff 100%);
	border: 1px solid #e05a00;
	outline: none;
	box-shadow: none;
	height: 50px;
	-webkit-appearance: none;
	appearance: textfield;
	background: #FFF !important;
	border: 1px solid #E5E7EB;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider {
    height: 15px;
    background: linear-gradient(135deg, #f8f9ff 0%, #edf1ff 100%);
    border: 1px solid #e05a00;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0052CC;
    top: -5px;
    border: none;
    box-shadow: none;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle::before {
    display: none;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle::after {
    display: none;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle.noUi-handle-lower {
    background: #e05a00;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-connect {
    background: linear-gradient(to right, #2352d2, #fa6900) !important;
}

.project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle .noUi-tooltip {
    display: none;
}

.project-listing-left-fillter-wapper .fillter-btn-wapper {
    display: flex;
    margin: 0 0 0 auto;
}

.project-listing-left-fillter-wapper .fillter-btn-wapper button {
	transition: 0.5s all;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	padding: 10px 16px;
	border: 1px solid #0052cc;
	border-radius: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0052cc;
}

.project-listing-left-fillter-wapper .fillter-btn-wapper a {
    transition: 0.5s all;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FF6600;
    padding: 10px;
    border: 1px solid #FF6600;
    border-radius: 5px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

/*.project-listing-left-fillter-wapper .fillter-btn-wapper button:hover {*/
/*    background: #e05a00;*/
/*    color: #FFF;*/
/*}*/

/*.project-listing-left-fillter-wapper .fillter-btn-wapper a:hover {*/
/*    background: #0052CC;*/
/*    color: #FFF;*/
/*}*/

.project-listing-right-wapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.project-listing-right-wapper .project-card-wapper {
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0 10px 25px -5px rgba(35, 73, 162, 0.15);
	padding: 30px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(35, 73, 162, 0.08);
	display: flex;
	align-items: start;
	gap: 25px;
	min-height: 140px;
}
 




.project-listing-right-wapper .project-card-wapper .project-main-wapper {
    flex: 1;
}

/*.project-listing-right-wapper .project-card-wapper .project-main-wapper .project-info{*/
/*    flex: 1;*/
/*}*/

.project-listing-right-wapper .project-card-wapper .project-main-wapper .project-info h3{
    margin: 0;
    padding-bottom: 10px;
    line-height: 0;
}

.project-listing-right-wapper .project-card-wapper .project-main-wapper .project-info h3 a{
     font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
  color: #0052CC;
  line-height: 1.3;
}

.project-listing-right-wapper .project-card-wapper .project-main-wapper .project-info p {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin: 0;
	padding-bottom: 20px;
	word-break:break-all;
}

.project-listing-right-wapper .project-card-wapper .project-main-wapper .project-info ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.project-listing-right-wapper .project-card-wapper .project-main-wapper .project-info ul li{
   font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
  padding: 6px 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid #e0e7ff;
  color: #333;
  background: #e0e7ff;
}

.project-listing-right-wapper .project-card-wapper .project-action .project-details{
	background: rgba(248, 249, 252, 0.6);
	border-radius: 12px;
	padding: 10px;
	border: 1px solid rgba(35, 73, 162, 0.05);
}

.project-listing-right-wapper .project-card-wapper .project-action .project-details ul{
    display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-listing-right-wapper .project-card-wapper .project-action .project-details ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-listing-right-wapper .project-card-wapper .project-action .project-details ul li span.detail-label{
    font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height: 20px;
	font-size: 16px;
	font-weight: 500;
    color: #6b7280;
}

.project-listing-right-wapper .project-card-wapper .project-action .project-details ul li span.detail-value{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
	line-height: 22px;
    color: #333333;
}

.project-listing-right-wapper .project-card-wapper .project-action .project-details ul li span.proposals-badge {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	border-radius: 12px;
	padding: 4px 10px;
	background: linear-gradient(135deg, #2349a2 0%, #4a72df 100%);
}

.project-listing-right-wapper .project-card-wapper .project-action .project-details ul li span.time-badge{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
	line-height: 22px;
    color: #FFF;
    border-radius: 12px;
    padding: 4px 10px;
    background: linear-gradient(135deg, #fb6a2b 0%, #ff8a50 100%);
}

.project-listing-right-wapper .project-card-wapper .project-action{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-info .project-budget {
	margin-bottom: 20px;
	margin-top: 20px;
}

.project-info .project-budget span {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 30px;
	color: #e05a00;
}

.project-listing-right-wapper .project-card-wapper .project-action .project-budget span{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 30px;
    color: #e05a00;
}

.project-listing-right-wapper .project-card-wapper .project-action .project-action-btn{
    display: flex;
  align-items: center;
  gap: 10px;
}

.project-info .project-action-btn button.bookmark-btn{
    background: rgba(35, 73, 162, 0.1);
	color: #0052CC;
	border: none;
	border-radius: 12px;
	padding: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.2rem;
}

.project-info .project-action-btn {
	display: flex;
	align-items: center;
	gap: 10px;
}
.project-listing-right-wapper .project-card-wapper .project-action .project-action-btn button.bookmark-btn{
    background: rgba(35, 73, 162, 0.1);
	color: #0052CC;
	border: none;
	border-radius: 12px;
	padding: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.2rem;
}

.project-info .project-action-btn a {
	transition: 0.5s all;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 16px;
	border: 1px solid #0052CC;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	width: fit-content;
	background: linear-gradient(to right, #0052CC, #2352d2);
	margin-right: 5px;
}
 

.project-listing-right-wapper .project-card-wapper .project-action .project-action-btn a{
    transition: 0.5s all;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #0052CC;
	padding: 10px 16px;
	border: 1px solid #0052CC;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
}

.project-listing-right-wapper .project-card-wapper .project-action .project-action-btn a:hover{
background: #0052CC;
  color: #FFF;
}

.project-listing-pagination{
    margin-top: 40px;
}

.project-listing-pagination ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    justify-content: center;
}


.project-listing-pagination ul li{
    display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #FFF;
  color: #0052CC;
  border: 1px solid rgba(35, 73, 162, 0.2);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
   transition: 0.5s all;
	font-family: "Roboto", sans-serif;
	font-style: normal;
    font-size: 18px;
}

.project-listing-pagination ul li.prev, .project-listing-pagination ul li.next{
    width: auto;
    padding: 0 15px;
  gap: 5px;
}

.project-listing-pagination ul li.active{
    background-image: linear-gradient(to right in oklab, #0052CC 0%, #FF6600 100%);
    color: #FFF;
    border: none;
}
/* project listing section end */







@media(max-width:1199px) {
    /* project banner section start */

    .project-banner-section::after {
        width: 473px;
        right: 0%;
    }

    /* project banner section end */

    /* project listing section start */


.project-listing-right-wapper .project-card-wapper {
	align-items: start;
}

    /* project listing section end */
}




@media(max-width:991px) {
    /* project banner section start */

    .project-banner-section::after {
        display: none;
    }

    /* project banner section end */

     /* project listing section start */

    .project-listing-section .row{
        flex-direction: column;
        row-gap: 30px;
    }

    .project-listing-left-fillter-wapper h3 span{
        display: block;
    }

    .project-listing-left-fillter-wapper h3 span a{
        color: #e05a00;
        font-size: 20px;
    }

    .project-listing-left-fillter-wapper h3{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .project-listing-left-fillter-wapper .project-fillter-main-wapper{
        display: none;
        padding-top: 20px;
    }

      /* project listing section end */


}




@media(max-width:767px) {

    /* project banner section start */
    .project-banner-section {
        padding: 50px 0;
    }

    .project-banner-text-wapper h2 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .project-banner-text-wapper .banner-search-select-btn-wapper {
        flex-wrap: wrap;
        height: auto;
    }

  

    .project-banner-text-wapper .banner-search-select-btn-wapper form {
        width: 100%;
        height: 50px;
    }

    .project-banner-text-wapper .banner-search-select-btn-wapper form input {
        font-size: 15px;
    }

    /* project banner section end */

    /* project listing section start */

    .project-listing-section {
	padding: 50px 0;
}
.project-listing-right-wapper .project-card-wapper {
	flex-direction: column;
}
.project-listing-pagination ul {
	flex-wrap: wrap;
}
.project-listing-right-wapper .project-card-wapper .project-action {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0 !important;
}
.project-listing-right-wapper .project-card-wapper {
	padding: 20px;
	gap: 20px;
}
.project-info .project-budget {
	margin-bottom: 10px;
	margin-top: 10px;
}
    /* project listing section end */


}