:root {
    --color-primary: #02047b;
}
.service_box{overflow: hidden;}

.service_box .ic1{overflow: hidden;transition: all 0.5s ease-in-out;transform: scale(1);}

.service_box .ic1 img{transition: all 0.5s ease-in-out;}

.service_box:hover .ic1 img{

	transform: scale(1.08);

	transition: all 0.5s ease-in-out;

}
/*............cl-form-wrap.........*/
.cl-form-wrap {
	text-align: center;
	color: #ffffff;
	max-width: 1080px;
    margin: auto;
}
.cl-form-wrap .form-group label {line-height: 1.2;}
.cl-form-wrap .form-group .label {
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 35px;
}
.cl-form-wrap .form-wrap .form-group{
	margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #4d5d51;
}
.cl-form-wrap .radio-checkbox .radio input {
	display: none;
}
.cl-form-wrap .radio-checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cl-form-wrap .radio-checkbox .radio span {
	background: transparent;
    color: #ffffff;
    font-size: 24px;	
    padding: 10px 20px;
    border: 2px solid;
    font-weight: 600;
    display: inline-block;
    margin: 5px 10px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.cl-form-wrap .radio-checkbox .radio input:checked + span{
	background: #97b628;
	color: #02047b;
	border-color: #97b628;
}	
.cl-form-wrap .radio-checkbox.bedrooms-radio {
	justify-content: space-evenly;
}
.cl-form-wrap .radio-checkbox.bedrooms-radio .radio span {
	font-size: 36px;
    border-radius: 100%;
    aspect-ratio: 1;
}
.cl-form-wrap .btn-wrap .btn {
	color: #97b628;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid;
    border-radius: 0;
    padding: 10px 50px;
    transition: all 0.5s ease;
}
.cl-form-wrap .btn-wrap .btn:hover {
	background: #97b628;
	color: #02047b;
}
.cl-form-wrap .radio-checkbox.check-box .radio span {
	padding-right: 45px;
	position: relative;
}
.cl-form-wrap .radio-checkbox.check-box .radio span::after {
	content: "";
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 2px solid #97b628;
    position: absolute;
    right: 10px;
    top: 10px;
}
.cl-form-wrap .radio-checkbox.check-box .radio span::before {
	content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #97b628;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}
.cl-form-wrap .radio-checkbox.check-box .radio input:checked + span::before {
	opacity: 1;
	transform: scale(1);
}
.cl-form-wrap .radio-checkbox.check-box .radio input:checked + span {
	background: #ffffff;
    color: #02047b;
    border-color: #ffffff;
}
.cl-form-wrap .contact-form {
    max-width: 580px;
    margin: auto;
}
.cl-form-wrap .contact-form h3 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 30px;
}
.cl-form-wrap .contact-form .form-control {
    border: 1px solid #97b628!important;
    background: transparent;
    height: auto;
    padding: 15px 25px;
    color: #ffffff!important;
}
.cl-form-wrap .contact-form .form-control::-ms-input-placeholder { 
  color: #ffffff;
}
.cl-form-wrap .contact-form .form-control::placeholder {
  color: #ffffff;
}
.cl-form-wrap .contact-form .btn-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
}
.cl-form-wrap .contact-form .btn-wrap .wpcf7-spinner {
    position: absolute;
    right: 5px;
    top: 10px;
    margin: 0;
}
.cl-form-wrap .contact-form .btn-wrap input.btn {
    background: none;
}
.cl-form-wrap .contact-form .btn-wrap input.btn:hover {
    background: #97b628;
    color: #02047b;
}
.cl-form-wrap .contact-form .btn-wrap .btn.back-btn {
    color: #ffffff;
}
.wpcf7 .cl-form-wrap  .wpcf7-not-valid-tip {
    text-align: left;
}
.wpcf7 .cl-form-wrap + .wpcf7-response-output {
    max-width: 580px;
    margin: 40px auto 0;
    color: #ffffff;
    text-align: center;
}
.cl-form-wrap .budget-wrap h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    margin: 45px 0 30px;
}
.cl-form-wrap .budget-wrap p {
    font-size: 24px;
}
.cl-form-wrap .budget-wrap .budget {
    color: #97b628;
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 60px;
}
.cl-form-wrap .radio-checkbox.sitting-radio {
    justify-content: space-evenly;
}
.cl-form-wrap .sitting-radio .icons {
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.cl-form-wrap .radio-checkbox.sitting-radio .radio span {
    width: 54px;
    height: 54px;
    border: 6px solid #97b628;
    border-radius: 100%;
    margin: 0px 25px 15px 0;
    position: relative;
}
.cl-form-wrap .radio-checkbox.sitting-radio .radio span::after {
    content: "";
    width: 28px;
    height: 28px;
    background: #97b628;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
    transform: scale(0);
    transition: all 0.5s ease;
}
.cl-form-wrap .radio-checkbox.sitting-radio .radio input:checked + span {
    background: none;
}
.cl-form-wrap .radio-checkbox.sitting-radio .radio input:checked + span::after {
    transform: scale(1);
}
.cl-form-wrap .radio-checkbox.sitting-radio .radio {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.cl-form-wrap .form-group > h3 {
    color: #97b628;
    font-weight: bold;
    margin-bottom: 25px;
}
.cl-form-wrap .enter-desk-field {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cl-form-wrap .enter-desk-field .form-control {
    border-radius: 10px;
    padding: 5px 15px;
    height: auto;
    width: 150px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-left: 20px;
}
.cl-form-wrap .enter-desk-field .form-control::-webkit-outer-spin-button,
.cl-form-wrap .enter-desk-field .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cl-form-wrap .enter-desk-field .form-control[type=number] {
  -moz-appearance: textfield;
}
/*=========recent work==========*/
.recent-work-category {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.recent-work-category {
    margin: 0 0 40px;
}
.recent-work-category button {
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    padding: 6px 26px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.5s ease;
}
.recent-work-category button:hover,
.recent-work-category button.active {
    background: var(--color-primary);
    color: #ffffff;
}
.recent-work-wrap .recent-work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    transition: all 0.5s ease;
}
.recent-work .work-box {
    background: #ffffff;
}
.recent-work .work-box .work-img {
    overflow: hidden;
}
.recent-work .work-box .work-img img {
    width: 100%;
    transition: all 0.5s ease;
}
.recent-work .work-box:hover .work-img img {
    transform: scale(1.05);
}
.recent-work .work-box .content {
    padding: 25px;
    color: #000000;
}
.recent-work .work-box .content .title {
    color: var(--color-primary);
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px;
}
.recent-work .no-work-found {
    grid-column: 1 / -1;
    text-align: center;
}
.recent-work.is-loading {
    filter: blur(5px);
}


@media(max-width:767px){
    .cl-form-wrap .form-group .label{font-size: 32px;}
    .cl-form-wrap .contact-form h3{font-size: 28px;}
}