/* Commomn styles */
 html {
     overflow:auto;
     scroll-behavior: smooth;
}
 body {
    /* overflow: hidden;
     position: relative;
    */
     font-family: "Poppins", sans-serif;
     font-weight: 400;
     font-style: normal;
     text-decoration: none;
}
 a {
     color:#000000;
     font-size:14px;
}
 a, a:hover,a:focus,a:visited {
     text-decoration:none;
     color:inherit;
     outline:none;
}
 p {
     color: rgb(0 0 0 / 81%);
}
 img {
     max-width:100%;
}
 .form-select:focus{
     box-shadow: none !important;
     border-color: #e8e8e8 !important;
}
 p:not(:last-child), h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
     margin-bottom: 15px;
}
 .menu_fixed{
     position: fixed;
     z-index: 9999!important;
     width: 100%;
     background-color: #fff;
     box-shadow: 0 10px 15px rgba(0,0,0,.05);
     top: 0;
}
 .navbar-toggler:focus{
     box-shadow: none !important;
}
/*.mynavbar ul li, .mynavbar ul li a {
     opacity: 0.8;
     color: #000;
     cursor: pointer;
     transition: 200ms;
     text-decoration: none;
     white-space: nowrap;
     font-weight: 700;
}
 .mynavbar ul li:hover, .mynavbar ul li a:hover {
     opacity: 1;
}
 .mynavbar ul li::before {
     content: "";
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid #FFA500;
     position: absolute;
     right: 8px;
     top: 50%;
     transform: translateY(-50%);
}
 .mynavbar ul .link::before {
     padding-right: 0;
     display: none;
}
 .mynavbar > ul {
     display: flex;
     align-items: center;
}
 .mynavbar > ul li {
     position: relative;
     margin: 0 8px;
}
 .mynavbar > ul li ul {
     visibility: hidden;
     opacity: 0;
     padding: 0;
     min-width: 160px;
     background-color: #333;
     position: absolute;
     top: calc(40 + 5px);
     left: 50%;
     transform: translateX(-50%);
     transition: 200ms;
     transition-delay: 200ms;
}
 .mynavbar > ul li ul li {
     margin: 0;
     padding: 8px 16px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     height: 30px;
     padding-right: 40px;
}
 .mynavbar > ul li ul li::before {
     width: 0;
     height: 0;
     border-top: 5px solid transparent;
     border-bottom: 5px solid transparent;
     border-left: 5px solid #FFA500;
}
 .mynavbar > ul li ul li ul {
     top: -2%;
     left: 100%;
     transform: translate(0);
}
 .mynavbar > ul li ul li:hover {
     background-color: #000000;
}
 .mynavbar > ul li:hover > ul {
     opacity: 1;
     visibility: visible;
     transition-delay: 0ms;
}
*/
 #return-to-top {
     position: fixed;
     bottom: 20px;
     right: 20px;
     width: 40px;
     height: 40px;
     display: block;
     text-decoration: none;
     display: none;
     -webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
     -ms-transition: all .2s ease-out;
     -o-transition: all .2s ease-out;
     transition: all .2s ease-out;
     z-index: 9999;
     background-color: #fff;
     border: 1px solid #e8e8e8;
     border-radius: 5px;
     overflow: hidden;
}
 #return-to-top svg {
     color: #000;
     margin: 0;
     position: relative;
     left: 11px;
     top: 8px;
     font-size: 15px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 #return-to-top:hover svg {
     top: 6px;
}
 .button-common {
     position: relative;
     display: inline-flex;
     vertical-align: middle;
     width: auto;
     margin: 0;
     text-decoration: none;
     border-radius: 0;
     outline: 0;
     transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
     font-family: Poppins, sans-serif;
     font-size: 15px;
     font-weight: 500;
     line-height: 1.73333em;
     color: #fff;
     width: max-content;
}
 .button-common:hover:after {
     -webkit-clip-path: inset(0 0 0 0);
     clip-path: inset(0 0 0 0);
}
 .button-common:after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     transition: -webkit-clip-path .3s cubic-bezier(.45,0,.55,1);
     transition: clip-path .3s cubic-bezier(.45,0,.55,1);
     transition: clip-path .3s cubic-bezier(.45,0,.55,1), -webkit-clip-path .3s cubic-bezier(.45,0,.55,1);
     -webkit-clip-path: inset(0 100% 0 0);
     clip-path: inset(0 100% 0 0);
}
 .button-common a {
     padding: 12px 28px;
}
 .common-center {
     justify-content: center;
     display: flex;
     width: max-content;
     margin: auto;
}
 .button-orange{
     color: #FFFFFF;
     background-color: #f20808;
     border: 1px solid transparent;
     z-index: 2;
}
 .button-orange:after {
     background-color: #ff5454;
}
 .button-yellow{
     color: #FFFFFF;
     background-color: #f20808;
     border: 1px solid transparent;
     z-index: 2;
}
 .button-yellow:after {
     background-color: #ff5454;
}
 .button-green{
     color: #FFFFFF;
     background-color: #f20808;
     border: 1px solid transparent;
     z-index: 2;
}
 .button-green:after {
     background-color: #ff5454;
}
 .same-h2 h2 {
     font-weight: 500;
     color: #000;
     font-size: 45px;
     line-height: 1.13333em;
     padding: 15px 0;
}
 .same-h2 h2 span {
     font-weight: 600;
}
 .header-logo img {
     display: none !important;
     height: 45px;
}
 .main-header ul.navbar-right{
     display: flex;
     flex-direction: row;
}
 .main-header a.nav-link, ul.navbar-right li a {
     padding: 0.5rem 1rem !important;
     text-decoration: none;
     font-family: Poppins, sans-serif;
     font-size: 16px;
     line-height: 1.6em;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: normal;
     color: #000;
     align-items: baseline;
     column-gap: 5px;
     display: flex;
     position: relative;
}
 .main-header ul.navbar-right li{
     list-style: none;
}
 .main-header .dropdown:hover .dropdown-menu {
     display: block;
     margin-top: 0;
}
 .main-header .dropdown-toggle::after{
     display: none;
}
 .main-header ul.dropdown-menu {
     padding: 0px 0;
     background-color: #fff;
     border: 1px solid #f7f7f7;
}
 .header-logo {
    /* padding: 0 130px 0 0;
    */
}
 .slider_booking_form {
     position: absolute;
    /* bottom: 0;
     */
     z-index: 1;
     margin: auto;
     left: 0;
     right: 0;
     top: calc(100% - 30%);
}
 .banner-carousel .carousel-item img{
     height: 90vh;
     object-fit: cover;
     border-radius: 5px;
}
 .banner-carousel .carousel-caption h5 {
     font-size: 75px;
     line-height: 1.186em;
     text-shadow: 0 0 35px rgba(0, 0, 0, .25);
}
 .banner-carousel .carousel-caption {
     position: absolute;
     right: auto;
     bottom: 15rem;
     left: 7%;
     padding-top: 1.25rem;
     padding-bottom: 1.25rem;
     color: #fff;
     text-align: left;
     display: flex;
     align-items: center;
}
 .multiselect, .custom-multiselect {
     width: 100%;
     position: relative;
     display: inline-block;
}
 .selectBox, .custom-selectBox {
     position: relative;
     cursor: pointer;
     user-select: none;
}
 .selectBox select, .custom-selectBox select {
     width: 100%;
     padding: 10px;
     font-size: 16px;
     border: 1px solid #ccc;
     border-radius: 4px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: 0;
     font-weight: 500;
     background-color: #fff !important;
     border-color: #e8e8e8 !important;
     color: #555 !important;
}
 .selectBox::after, .custom-selectBox::after {
    /* content: "▼";
    */
     content: "\f078";
     font-family: FontAwesome;
     position: absolute;
     top: 50%;
     right: 10px;
     transform: translateY(-50%);
     font-size: 10px;
     color: #333;
}
 #checkboxes, #custom-checkboxes{
     display: none;
     border: 1px solid #ccc;
     border-radius: 4px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
     padding: 5px;
     position: absolute;
     background-color: #fff;
     z-index: 1;
     width: 100%;
}
 #checkboxes label, #custom-checkboxes label {
     display: block;
     padding: 5px;
     margin: 2px 0;
     cursor: pointer;
     position: relative;
}
/*.checkbox-label, .custom-checkbox-label {
     display: block;
     padding: 5px;
     margin: 2px 0;
     cursor: pointer;
     position: relative;
     padding-left: 30px;
}
*/
 .checkbox-label:hover, .custom-checkbox-label:hover {
     background-color: #f0f0f0;
}
 .checkbox-label input[type="checkbox"], .custom-checkbox-label input[type="checkbox"] {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
}
 .checkmark, .custom-checkmark {
     position: absolute;
     top: 50%;
     left: 0;
     height: 20px;
     width: 20px;
     background-color: #eee;
     border-radius: 4px;
     transform: translateY(-50%);
}
 .checkbox-label input:checked ~ .checkmark, .custom-checkbox-label input:checked ~ .custom-checkmark {
     background-color: #1e90ff;
}
 .checkmark:after, .custom-checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
 .checkbox-label input:checked ~ .checkmark:after, .custom-checkbox-label input:checked ~ .custom-checkmark:after {
     display: block;
}
 #checkboxes label span, #custom-checkboxes label span{
     transition: color .2s ease-out;
}
 #checkboxes label:hover span, #custom-checkboxes label:hover span{
     color: #f20808;
     transition: color .2s ease-out;
}
 #checkboxes input[type="checkbox"], #custom-checkboxes input[type="checkbox"] {
     margin-right: 10px;
     display: none;
}
 .checkmark:after, .custom-checkmark:after {
     left: 7px;
     top: 3px;
     width: 5px;
     height: 10px;
     border: solid white;
     border-width: 0 3px 3px 0;
     transform: rotate(45deg);
}
 .overSelect, .custom-overSelect {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
}
 .qodef-m-radio-items {
     display: flex;
     gap: 1px;
     padding: 0 0 0 25px;
}
 .qodef-m-radio-item input {
     height: 1px;
     position: absolute;
     visibility: hidden;
     width: 1px;
}
 .qodef-m-radio-item label {
     border-radius: 5px 5px 0 0;
     cursor: pointer;
     font-size: 13px;
     line-height: 18px;
     padding: 6px 17px;
     transition: background-color .2s ease-out;
}
 .qodef-m-radio-item input:checked+label {
     background-color: #fff;
}
 .qodef-m-radio-item input:not(:checked)+label {
     -webkit-backdrop-filter: blur(30px) brightness(132%);
     backdrop-filter: blur(30px) brightness(132%);
}
 .slider_booking_form .tab-content1 {
     display: flex;
     justify-content: space-between;
     position: relative;
     width: 100%;
     background-color: rgba(255, 255, 255, .41);
     border-radius: 5px;
     gap: 23px;
     padding: 30px;
     backdrop-filter: blur(30px) brightness(124%);
}
 .slider_booking_form .select_one_one, .slider_booking_form .select_one_two {
     width: 30%;
}
 button.qodef-m-button {
     position: relative;
     display: inline-flex;
     align-items: center;
     width: auto;
     margin: 0;
     text-decoration: none;
     outline: 0;
     transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
     font-weight: 500;
     line-height: 24px;
     color: #ffffff;
     cursor: pointer;
     box-shadow: none;
     font-family: Poppins, sans-serif;
     -webkit-appearance: none;
     border: none;
     background-color: #f20808;
     font-size: 16px;
     gap: 14px;
     padding: 11px 28px;
}
 span.qodef-m-text, span.qodef-m-icon {
     position: relative;
     z-index: 3;
}
 button.qodef-m-button::after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #ff5454;
     z-index: 2;
     transition: -webkit-clip-path .5s cubic-bezier(.45,0,.55,1);
     transition: clip-path .5s cubic-bezier(.45,0,.55,1);
     transition: clip-path .5s cubic-bezier(.45,0,.55,1), -webkit-clip-path .5s cubic-bezier(.45,0,.55,1);
     -webkit-clip-path: inset(0 100% 0 0);
     clip-path: inset(0 100% 0 0);
}
 button.qodef-m-button:hover:after {
     -webkit-clip-path: inset(0 0 0 0);
     clip-path: inset(0 0 0 0);
}
 .qodef-m-form-item-inner {
     display: flex;
     gap: 40px;
}
 .select_one_one .form-select, .select_one_type .form-select {
     padding: 10px 10px;
     border-radius: 0;
     font-weight: 500;
}
 .select_one_one .form-select:hover {
     cursor: pointer;
}
 .checkboxes span, .custom-checkboxes span {
     position: relative;
     padding-left: 24px;
     font-size: 14px;
     color: #575757;
     font-weight: 500;
}
 .checkboxes input:checked ~ span::before, .custom-checkboxes input:checked ~ span::before {
     opacity: 1;
     display: block;
}
 .checkboxes span::before, .custom-checkboxes span::before {
     position: absolute;
     content: "";
     border: solid #f20808;
     border-width: 0 2px 2px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     z-index: 1;
     top: 1px;
     width: 7px;
     height: 13px;
     left: 4px;
     display: none;
}
 .checkboxes span::after, .custom-checkboxes span::after {
     content: "";
     position: absolute;
     background: #eee;
     left: 0px;
     background-color: #fff;
     border: 1px solid #e8e8e8;
     height: 13px;
     margin: 0 10px 0 0;
     width: 13px;
     top: 3px;
     flex-shrink: 0;
     box-sizing: border-box;
}
 .bottom-info {
     align-items: baseline;
     border-top: 1px solid #e8e8e8;
     column-gap: 10px;
     display: flex;
     margin-top: 15px;
     padding-top: 15px;
    justify-content: space-between;     
}
.price-details-info-right {
    display: flex;
}
 .item-infos {
     display: flex;
     gap: 10px;
}
 .bottom-info .price {
     width: 100%;
}
 span.price-amount {
     font-family: Poppins, sans-serif;
     font-weight: 500;
     color: #000;
     font-size: 23px;
     line-height: 1.21739em;
     margin: 25px 0;
}
 .content-one {
     position: relative;
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     row-gap: 80px;
     column-gap: 25px;
}
 .title-link a {
     background-image: linear-gradient(currentColor, currentColor);
     background-position: 0 82%;
     background-repeat: no-repeat;
     transition: background-size .35s cubic-bezier(.61,1,.88,1);
     background-size: 0 .06em;
     text-decoration: none;
     font-weight: 500;
     color: #000;
     font-size: 26px;
     line-height: 1.19231em;
     margin: 25px 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
}
 .title-link a:hover {
     background-size: calc(100% - 0em) .06em;
     color: currentColor;
}
 .location-info {
     padding: 10px 0 5px 0;
}
 .info-item {
     align-items: baseline;
     column-gap: 5px;
     display: flex;
     flex-shrink: 0;
}
 span.info-item-text {
     display: flex;
     align-items: center;
     color: #000;
     font-size: 14px;
}
 .mySwiper .swiper-pagination, .mySwiper0 .swiper-pagination, .mySwiper-listing .swiper-pagination {
     text-align: right !important;
     right: 10px !important;
     left: auto !important;
}
 .mySwiper .swiper-pagination-bullet-active, .mySwiper0 .swiper-pagination-bullet-active, .mySwiper-listing .swiper-pagination-bullet-active{
     background: #fff !important;
}
 .mySwiper .swiper-pagination-bullet, .mySwiper0 .swiper-pagination-bullet, .mySwiper-listing .swiper-pagination-bullet{
     background: rgb(255 255 255);
}
 .swiper-slide-section:hover .author-sec, .swiper-slide-section:hover .swiper-pagination, .swiper-slide-section:hover .add-compare {
     transform: translateY(0);
     opacity: 1;
     z-index: 1;
}
 .image-swiper .add-compare{
     right: 0;
     top: 19px;
     left: auto;
     padding: 0 13px 0 13px;
}
 .image-swiper .author-sec {
     left: 38px;
     padding: 0 13px 0 32px;
}
 .image-swiper .author-sec , .image-swiper .add-compare{
     transform: translateY(-15px);
     opacity: 0;
     transition: .3s cubic-bezier(.45,0,.55,1);
     border-radius: 5px;
     bottom: 19px;
     background-color: rgba(255, 255, 255, .64);
     display: inline-flex;
     height: 30px;
     line-height: 30px;
     position: absolute;
     z-index: 1;
     -webkit-backdrop-filter: blur(8px) brightness(130%);
     backdrop-filter: blur(8px) brightness(130%);
}
 .image-swiper .swiper-pagination{
     transform: translateY(-15px);
     opacity: 0;
     transition: .3s cubic-bezier(.45,0,.55,1);
     border-radius: 5px;
     bottom: 19px;
     left: 38px;
    /* padding: 0 13px 0 32px;
     */
    /* background-color: rgba(255, 255, 255, .64);
     */
    /* display: inline-flex;
     */
     height: 30px;
     line-height: 30px;
     position: absolute;
     z-index: 1;
    /* -webkit-backdrop-filter: blur(8px) brightness(130%);
     backdrop-filter: blur(8px) brightness(130%);
    */
}
 .image-swiper .author-image{
    /* backdrop-filter: blur(8px) brightness(130%);
    */
     left: 0;
     position: absolute;
     top: 50%;
     transform: translate(-50%, -50%);
     z-index: 1;
}
 .author-image a {
}
 .image-swiper .add-compare button, .image-swiper .add-compare button .btn-secondary {
     background-color: transparent;
     border: none;
     border-radius: 0;
     color: #000;
     padding: 0;
}
 .image-swiper .add-compare{
}
 .image-swiper {
     position: relative;
}
 .image-swiper .author-image a img {
     border: 2px solid #fff;
     border-radius: 100%;
     height: 50px !important;
     margin: 0;
     object-fit: cover;
     width: 50px !important;
}
 .info-item-sell-rent {
     border-radius: 0 5px 5px 0;
     left: 0;
     padding: 0 13px;
     top: 19px;
     position: absolute;
     z-index: 1;
     background-color: rgba(255, 255, 255, .64);
     display: inline-flex;
     height: 30px;
     line-height: 30px;
     -webkit-backdrop-filter: blur(8px) brightness(130%);
     backdrop-filter: blur(8px) brightness(130%);
}
 .swiper-slide img {
     border-radius: 5px;
     image-rendering: -webkit-optimize-contrast;
}
 .property-inner {
     display: grid;
     grid-template-columns: 1fr 1fr;
     column-gap: 60px;
}
 .property-left {
     position: relative;
}
 .property-left img {
     position: relative;
     z-index: 3;
     display: flex;
     height: 100%;
     object-fit: cover;
}
 .bg-overlay {
     transform: translate(-14px, 14px);
     position: absolute;
     content: "";
     top: 0;
     left: 0px;
     bottom: 0;
     right: 0;
     width: 100%;
     height: 100%;
/*     background: #f20808;*/
    /* transform: translate(0, 0);
     */
    /* transition: transform .8s cubic-bezier(.45,0,.55,1);
    */
     z-index: 2;
}
 .no-container {
     padding: 0 12rem;
}
 .bg-color-lightblue {
     background-color: #edf9f9;
     padding: 5rem 0rem;
     position: relative;
}
 .bg-color-lightblue::after {
     background-color: #edf9f9;
     background-image: url(../images/main-home-bg-img-new.png);
     background-position: bottom right;
     background-repeat: no-repeat;
     background-size: auto;
     position: absolute;
     content: "";
     right: 0;
     bottom: 0;
     height: 400px;
     width: 465px;
     z-index: -1;
     overflow: hidden;
}
 .property-right {
     display: flex;
     flex-direction: column;
     justify-content: center;
     row-gap: 15px;
}
 .property-right ul {
     padding: 0;
}
 .property-right ul li {
     list-style: none;
}
 section.works-section .col-lg-3{
     position: relative;
}
 section.works-section .col-lg-3::after {
     position: absolute;
     content: "";
     right: 0;
     top: 0;
     bottom: 0;
     border: 1px solid #c1c1c1;
     border-width: 0 1px 0 0;
}
 section.works-section .col-lg-3:last-child::after{
     border: none;
}
 .qodef-m-icon-wrapper {
     padding: 0 0 15px 0;
}
 .enquiry-inner {
     background-image: url(../images/main-home-img-3.jpg);
     background-position: center center;
     background-size: cover;
     padding: 80px 0;
     border-radius: 5px;
}
 section.enquiry h3, .enquiry-left p{
     color: #fff;
}
 .same-h3 h3 {
     font-size: 4.5rem;
}
 .div-white, .H-white, .p-white{
     color: #fff;
}
 .div-black p{
     color: #000;
}
 .enquiry-form {
     background-color: rgba(255, 255, 255, .66);
     -webkit-backdrop-filter: blur(28px) brightness(130%);
     backdrop-filter: blur(28px) brightness(130%);
     border-radius: 5px;
     padding: 44px 40px 54px 38px;
}
 .enquiry-form span input {
     background-color: #fff;
     border-color: #e8e8e8;
     color: #555;
     position: relative;
     display: inline-block;
     width: 100%;
     vertical-align: top;
     border-radius: 0;
     border-style: solid;
     border-width: 1px;
     box-sizing: border-box;
     cursor: pointer;
     font-family: inherit;
     font-size: 15px;
     font-weight: inherit;
     line-height: 26px;
     margin: 0 0 16px;
     outline: 0;
     padding: 11px 17px;
     transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
 .enquiry-left, .enquiry-form {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 .enquiry-form span {
     margin: 0.4rem 0;
}
 .enquiry-form span:nth-child(2) {
     padding-top: 10px;
}
 .widget-content {
     display: flex;
     column-gap: 30px;
}
 .image-widget {
     display: flex;
     column-gap: 20px;
}
 .image-widget>div:nth-child(1) {
     display: flex;
     align-items: center;
}
 .image-widget>div:nth-child(2){
     display: flex;
     flex-direction: column;
     row-gap: 20px;
}
 .image-widget img{
     border-radius: 5px;
}
 .widget-expert {
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
     row-gap: 20px;
}
 .testimonialswiper .swiper-slide {
     column-gap: 120px;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     grid-template-rows: repeat(2, 1fr);
/*     row-gap: 105px;*/
}
 .testimonialswiper .swiper-pagination {
     bottom: 0;
     margin-top: 33px;
     position: relative;
}
 .testimonialswiper .swiper-pagination-bullets {
     align-items: center;
     display: flex;
     justify-content: center;
     width: auto;
}
 .testimonialswiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
     opacity: 1;
}
 .testimonialswiper .swiper-pagination-bullet {
     align-items: center;
     background-color: #fb8053;
     border-radius: 50%;
     display: flex;
     height: 9px;
     justify-content: center;
     margin: 9px !important;
     opacity: .5;
     padding: 0;
     position: relative;
     transition: all .35s ease;
     width: 9px;
}
 .testimonialswiper .swi-inner {
     display: flex;
     gap: 30px;
}
 .testimonialswiper .media-image {
     flex-shrink: 0;
}
 .testimonialswiper span.swi-author-job {
     font-family: Poppins, sans-serif;
     font-size: 13px;
     line-height: 2em;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: normal;
     color: #000;
}
 .newsletter-inner {
     background-image: url(../images/main-home-img-7.jpg);
     background-position: center center;
     background-size: cover;
     padding: 170px 0;
     border-radius: 5px;
}
 .newsletter-form {
     border-radius: 5px;
     padding: 47px 40px 40px 40px;
     -webkit-backdrop-filter: blur(28px) brightness(130%);
     backdrop-filter: blur(28px) brightness(130%);
     background-color: rgba(255, 255, 255, .66);
}
 .newsletter-left, .newsletter-form {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 section.newsletter h3, .newsletter-left p {
     color: #fff;
}
 .newsletter-form input{
     position: relative;
     display: inline-block;
     width: 100%;
     vertical-align: top;
     border-radius: 0;
     border-style: solid;
     border-width: 1px;
     box-sizing: border-box;
     cursor: pointer;
     font-family: inherit;
     font-size: 15px;
     font-weight: inherit;
     line-height: 26px;
     margin: 0 0 16px;
     outline: 0;
     padding: 11px 17px;
     transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
     background-color: #fff;
     border-color: #e8e8e8;
     color: #555;
}
 .email-letter {
     display: grid;
     grid-template-columns: minmax(50%, auto) max-content;
     grid-template-rows: minmax(0, 50px);
}
 .newsletter-form h4 {
     color: #000;
     font-size: 33px;
}
 .clients-slider {
     background-color: #ffcc41;
     padding: 100px 80px 100px 100px !important;
}
 .three-rows {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     column-gap: 20px;
}
 .blur-date {
     -webkit-backdrop-filter: blur(3px) brightness(149%);
     backdrop-filter: blur(3px) brightness(149%);
     font-family: Poppins, sans-serif;
     font-size: 13px;
     line-height: 1.69231em;
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: normal;
     color: #000;
     background-color: rgba(255, 255, 255, .49);
     display: block;
     position: absolute;
     left: 0;
     top: 18px;
     z-index: 2;
     padding: 5px 10px 3px 9px;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
}
 .swiper-backface-hidden .swiper-slide{
     text-align: center;
}
 section.newsletter, section.testimonial, section.recent-blog, footer {
     float: left;
     width: 100%;
}
 .ftr-grid-item1 a {
     color: #000;
     font-weight: 500;
}
 .blog-inner {
     position: relative;
}
 .blog-img {
     position: relative;
     display: block;
     overflow: hidden;
}
 .blog-info-separator-end::after {
     content: '-';
     margin: 0 6px;
}
 .blog-e-info {
     display: flex;
     align-items: center;
     padding: 15px 0 0 0;
}
 span.blog-info-author-label {
     font-size: 14px;
}
 .blog-e-text a{
     font-size: 28px;
}
 .blog-e-text a, .blog-read-more a {
     background-image: linear-gradient(currentColor, currentColor);
     background-position: 0 82%;
     background-repeat: no-repeat;
     transition: background-size .35s cubic-bezier(.61,1,.88,1);
     background-size: 0 .06em;
}
 .blog-e-text a:hover, .blog-read-more a:hover {
     background-size: calc(100% - 0em) .06em;
     color: currentColor;
}
 .four-section {
     grid-template-columns: minmax(0, 6fr) minmax(0, 4fr) minmax(0, 4fr) minmax(0, 3fr);
     position: relative;
     display: grid;
     row-gap: 30px;
     column-gap: 30px;
}
 .ftr-grid-item{
}
 .ftr-grid-item1{
}
 .ftr-grid-item2{
     margin-top: 32px;
}
 .ftr-grid-item3{
     margin-top: 32px;
}
 .ftr-grid-item4{
     margin-top: 32px;
}
 .ftr-grid-item1 img {
     width: 142px;
}
 .four-section h6 {
     margin: 0 0 24px;
     font-size: 20px;
     font-weight: 500;
}
 .ftr-grid-item p, .ftr-grid-item a{
     font-size: 15px;
}
 .ftr-grid-item a{
     line-height: 36px;
     transition: .3s;
}
 .ftr-grid-item a:hover {
     color: #f20808;
     transition: .3s;
}
 .ftr-grid-item ul {
     padding: 0;
}
 .ftr-grid-item ul li{
     list-style: none;
}
 .footer-inner {
     background: #fafafa;
}
 .padding-ftr {
     padding: 0 70px 0 70px;
}
 .ftrr-inner {
     padding: 0 70px 0 70px;
}
 .ftrr-inner {
     padding: 15px 70px 0 70px;
     position: relative;
     display: grid;
     grid-template-columns: 1fr 1fr;
     border-top: 1px solid #e8e8e8;
}
 .ftrr-social-links-widget {
     justify-content: flex-end;
     display: flex;
     flex-wrap: wrap;
     align-items: baseline;
     column-gap: 10px;
}
 .ftrr-social-links-holder {
     display: flex;
     flex-wrap: wrap;
     align-items: baseline;
     column-gap: 22px;
}
 span.ftrr-social-links-title {
     color: #000;
     font-weight: 500;
}
 .ftrr-inner p, .ftrr-inner span, .ftrr-inner a {
     font-size: 15px;
}
 @media screen and (max-height: 500px) {
     .center {
         transform: translate(-50%, -50%) scale(0.7);
    }
}
 .text-violet {
     color: #504d9b;
}
 .header {
     margin: 10px 0 20px;
     font-size: 32px;
}
 b {
     font-weight: bold;
}
 .average {
     margin: 10px 0;
     font-size: 18px;
}
 .multi-range {
     position: relative;
     height: 40px;
    /* margin: 30px 0;
    */
}
 .multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
     background-color: #808080;
}
 .multi-range input[type=range]:nth-child(2) {
     background: none;
}
 .multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
     background-color: #808080;
}
 .multi-range input[type=range]::-moz-range-track {
     background: none;
}
 input[type=range] {
     position: absolute;
     width: 100%;
     padding: 0;
     margin: 0;
     border: 0;
     outline: none;
     background: linear-gradient(#fb8053, #fb8053) no-repeat center;
     background-size: 100% 2px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     pointer-events: none;
}
 input[type=range]:active, input[type=range]:focus, input[type=range]::-moz-focus-outer {
     border: none;
     outline: none;
}
 input[type=range]::-moz-range-thumb {
     position: relative;
     height: 10px;
     width: 10px;
     margin: 5px 0;
     border-radius: 50%;
     background-color: #fff;
     box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.3);
     -moz-appearance: none;
     appearance: none;
     pointer-events: all;
}
 input[type=range]::-moz-range-thumb:hover {
     background-color: #fb8053;
}
 input[type=range]::-moz-range-thumb:active {
     background-color: #fb8053;
}
 input[type=range]::-webkit-slider-thumb {
     position: relative;
     height: 10px;
     width: 10px;
     margin: 5px 0;
     border-radius: 50%;
     background-color: #fb8053;
     box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.3);
     -webkit-appearance: none;
     appearance: none;
     pointer-events: all;
}
 input[type=range]::-webkit-slider-thumb:hover {
     background-color: #fb8053;
}
 input[type=range]::-webkit-slider-thumb:active {
     background-color: #fb8053;
}
 .center-pricerange{
     position: relative;
}
 .center-pricerange .price {
     color: #585858;
     position: absolute;
     right: 0px;
     top: -20px;
}
 .center-pricerange .price span#from, .center-pricerange .price span#to {
     color: #000;
     font-weight: 500;
     font-size: 18px;
}
 .propert-details {
     display: flex;
     justify-content: space-between;
     position: relative;
     width: 100%;
     gap: 20px;
}
 .banner-modal .modal-content {
     max-height: 80vh;
     max-width: 935px;
     width: 86vw;
}
 .banner-modal .custom-multiselect {
     width: 100%;
}
 .banner-modal {
}
 .bed-bath input{
     border: 1px solid #e8e8e8;
}
 .banner-modal .form-select {
     width: 100%;
     border: 1px solid #e8e8e8;
     border-radius: 0px;
     color: #7c7c7c;
}
 .propert-size .size-property input, .custom-selectBox select, .listing-tab-left .size-property input {
     width: 100%;
     border: 1px solid #e8e8e8;
     color: #7c7c7c;
}
 .size-property input {
     padding: 0 10px;
}
 .propert-size .size-property input:focus, .bed-bath input:focus {
     border: 1px solid #e8e8e8;
     outline: none;
}
 .banner-modal .form-select option {
     width: 100%;
}
 .size-property {
     display: flex;
     gap: 20px;
     width: 100%;
}
 .propert-size {
     display: flex;
     gap: 20px;
     margin-top: 5px;
     justify-content: space-between;
}
 .bed-bath .form-item-inner {
     align-items: center;
     display: flex;
     gap: 10px;
}
 .bed-bath .form-item-inner label.text-label {
     color: #555;
}
 .bed-bath input {
     padding: 8px;
     width: 43px;
}
 .bed-bath {
     display: flex;
     flex-shrink: 0;
     gap: 10px;
     justify-content: space-between;
}
 .price-range h6 {
     margin: 0;
}
 .price-range {
     margin: 25px 0;
}
 .amenities-check .form-group, .listing-amenities-check .form-group {
     display: block;
     margin-bottom: 15px;
}
 .amenities-check .form-group input[type=checkbox], .listing-amenities-check .form-group input[type=checkbox] {
     padding: 0;
     height: initial;
     width: initial;
     margin-bottom: 0;
     display: none;
     cursor: pointer;
}
 .amenities-check .form-group label, .listing-amenities-check .form-group label {
     position: relative;
     cursor: pointer;
}
 .amenities-check .form-group label:before, .listing-amenities-check .form-group label:before {
     content: '';
     -webkit-appearance: none;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
     padding: 5px;
     display: inline-block;
     vertical-align: middle;
     cursor: pointer;
     background-color: #fff;
     border: 1px solid #e8e8e8;
     height: 0px;
     margin: 0 10px 0 0;
     position: relative;
     width: 0px;
}
 .amenities-check .form-group input:checked + label:after , .listing-amenities-check .form-group input:checked + label:after{
     content: '';
     display: block;
     position: absolute;
     top: 4px;
     left: 5px;
     width: 6px;
     height: 12px;
     border: solid #fb8053;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
}
 .banner-modal .modal-body {
     overflow-y: auto;
     margin: 0 0 15px 0;
}
 .amenities .amenities-check {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 10px;
     position: relative;
     width: 100%;
}
 .search-property-btn {
     align-items: center;
     display: flex;
     gap: 10px;
     justify-content: space-between;
     padding: 20px 0 10px 0;
     border-top: 1px solid #e8e8e8;
}
 span.search-property-text, span.search-property-icon svg {
     color: #000;
}
 button.search-property-button--submit {
     font-size: 16px;
     gap: 14px;
     padding: 12px 28px;
     align-items: center;
}
 button.search-property-button--save, .search-property-button--reset {
     background-color: #f9f9f9;
     border-radius: 5px;
     border: 0;
     outline: 0;
     font-size: 13px;
     gap: 5px;
     padding: 3px 12px;
     height: 30px;
     position: relative;
     display: inline-flex;
     align-items: center;
     width: auto;
     margin: 0;
}
 span.search-property-icon {
     align-items: center;
     display: inline-flex;
     flex-shrink: 0;
}
 .property-modal h6 {
     font-family: Poppins, sans-serif;
     font-weight: 500;
     color: #000;
     font-size: 18px;
     line-height: 1.22222em;
}
 .banner-modal .modal-dialog {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%) !important;
     width: 100%;
     max-width: 50%;
}
 .banner-modal h4 {
     margin: 0;
}
 section.enquiry, section.works-section {
     float: left;
     width: 100%;
}
 .milestone-details {
     text-align: center;
}
/*--------------================ common style start =====================-------------*/
 .width-col-50 {
     width: 50%;
     position: relative;
     min-height: 1px;
     display: flex;
}
 .width-col-20{
     width: 20%;
     position: relative;
     min-height: 1px;
     display: flex;
     justify-content: center;
}
 .sub-h3 h3{
     margin: 25px 0;
}
 .sub-h3 h3, .sub-h3-span{
     font-family: Poppins, sans-serif;
     font-weight: 500;
     color: #000;
     font-size: 45px;
     line-height: 1.13333em;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
}
 .sub-h3-span{
     text-align: center;
}
 .banner-h1 {
     min-height: 350px;
     align-items: center;
     display: flex;
}
 .banner-h1 h1 {
     color: #FFFFFF;
     font-family: Poppins;
     font-size: 65px;
     line-height: 73px;
     font-weight: 500;
}
 .contact-form-common input, .contact-form-common textarea{
     position: relative;
     display: inline-block;
     width: 100%;
     vertical-align: top;
     border-radius: 0;
     border-style: solid;
     border-width: 1px;
     box-sizing: border-box;
     cursor: pointer;
     font-family: inherit;
     font-size: 15px;
     font-weight: inherit;
     line-height: 26px;
     margin: 0 0 16px;
     outline: 0;
     padding: 11px 17px;
     border-color: #e9e9e9;
}
 .default-column-gap {
     display: flex;
     margin: 0 auto;
}
/*--------------================ common style end =====================-------------*/
 section.home-content-one, section.property-search {
     float: left;
     width: 100%;
}
 .swiper-slide-section {
     overflow: hidden;
}
 .compare-button button {
     align-items: center;
     background-color: #f20808;
     border: 0;
     border-radius: 0;
     color: #fff;
     cursor: pointer;
     display: inline-flex;
     font-family: Poppins, sans-serif;
     font-size: 15px;
     font-weight: 500;
     line-height: 1.733333333333333em;
     margin: 0;
     outline: 0;
     padding: 12px 33px;
     position: relative;
     text-decoration: none;
     transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
     white-space: nowrap;
     width: auto;
}
 .compare-inner {
     display: none !important;
     align-items: center;
     display: flex;
     left: 0;
     position: absolute;
     top: 50%;
     transform: rotate(270deg) translateX(calc(-50% + 50px));
     transform-origin: bottom left;
     z-index: 9999;
}
 .compare-button{
     height: 100vh;
     position: fixed;
     right: -360px;
     z-index: 101;
     top: 0;
     transition: right .4s ease;
     width: 360px;
}
 span.qodef-e-remove.qodef-property-spinner {
     background-color: rgba(255, 255, 255, .64);
     align-items: center;
     border-radius: 5px 0 0 5px;
     color: #000;
     cursor: pointer;
     display: flex;
     height: 30px;
     justify-content: center;
     overflow: hidden;
     position: absolute;
     right: 0;
     top: 15px;
     transition: color .2s ease-out;
     width: 30px;
     z-index: 2;
}
 article.qodef-m-item.qodef-e {
     position: relative;
}
 .compare-inner .qodef-m-icon {
     flex-shrink: 0;
     margin-right: 12px;
}
 .sidebar-div img {
     border-radius: 5px;
}
 .sidebar-modal .comparemodal-image {
     position: relative;
}
 .sidebar-modal span.comparemodal-remove{
     backdrop-filter: blur(8px) brightness(130%);
     background-color: rgba(255, 255, 255, .64);
     align-items: center;
     border-radius: 5px 0 0 5px;
     bottom: 10px;
     color: #000;
     cursor: pointer;
     display: flex;
     height: 30px;
     justify-content: center;
     overflow: hidden;
     position: absolute;
     right: 0;
     transition: color .2s ease-out;
     width: 30px;
     z-index: 2;
}
 .sidebar-modal .qodef-m-popup-items .qodef-m-popup-item {
     align-items: center;
     display: flex;
     position: relative;
     width: 100%;
}
 .sidebar-modal .qodef-m-popup-items {
     background-color: #fbfbfb;
     border: 1px solid #e8e8e8;
     border-radius: 5px;
     display: flex;
     flex-direction: column;
     height: 100%;
     overflow-y: auto;
     padding: calc(2* 15px) 0;
     position: relative;
     width: 100%;
}
 .sidebar-modal .qodef-m-popup-items .qodef-m-popup-item .qodef-e-body {
     column-gap: 15px;
     display: flex;
     height: 100%;
     padding-right: 15px;
     position: relative;
     width: 100%;
}
 .sidebar-modal .qodef-m-popup-items .qodef-m-popup-item .qodef-e-heading {
     color: #000;
     flex-shrink: 0;
     font-weight: 500;
     line-height: 1.54em;
     padding: 4px 17px;
     text-align: right;
     width: 20%;
}
 .sidebar-modal .qodef-m-popup-items .qodef-m-popup-item:nth-child(2n+3)>* {
     background-color: #fff;
}
 .sidebar-modal .qodef-m-popup-items .qodef-m-popup-item:nth-child(n+3) .qodef-e-body {
     border-left: 1px solid #e8e8e8;
}
/*.sidebar-modal .qodef-m-popup-items .qodef-m-popup-item:nth-child(n+3) .qodef-e-col {
     border-right: 1px solid #e8e8e8;
}
*/
 .sidebar-modal .qodef-m-popup-items .qodef-m-popup-item .qodef-e-col {
     align-items: center;
     display: flex;
     height: 100%;
     justify-content: center;
     max-width: 50%;
     width: 100%;
}
 .sidebar-modal .qodef-m-popup-item .qodef-e-title {
     margin: 15px 0;
}
 .sidebar-modal .qodef-m-popup-item .qodef-e-title a{
     font-family: Poppins, sans-serif;
     font-weight: 500;
     color: #000;
     font-size: 18px;
     line-height: 1.22222em;
     margin: 25px 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
}
 .btn-close:focus{
     box-shadow: none;
}
 .add-compare{
}
 .social-icons button {
     margin: 0 5px;
}
 #compare-container{
     display: none;
}
/*------------new styles 10-12-2024 ----------------*/
 section.logo-description .two-row {
     display: grid;
     grid-template-columns: 1fr 2fr;
}
 section.logo-description .two-row-left{
}
 section.logo-description .two-row-left img{
}
 section.logo-description .two-row-right {
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 section.logo-description .two-row-right h3{
     font-size: 24px;
     font-weight: 600;
     line-height: 1.5em;
}
 section.logo-description .two-row-right p {
     color: #545454;
}
 section.logo-description .two-row-left img {
     width: 300px;
}
 section.logo-description {
     background: rgb(237 249 249);
     border-radius: 5px;
}
 .enquiry-side-btn {
     position: fixed;
     right: 20px;
     bottom: 70px;
     top: auto;
     z-index: 10;
     cursor: pointer;
}
 .f_menu {
     margin-bottom: 5px;
}
 .contact_floating .floating-menu-whatsapp i {
     padding: 10px;
     border-radius: 50%;
     background: #25d366;
     color: #fff;
     font-size: 18px;
}
 .contact_floating .floating-menu-call i {
     padding: 10px;
     border-radius: 50%;
     background: #000;
     color: #fff;
}
 .contact_floating .floating-menu-mail i {
     background: #4d7ff6;
     color: #fff;
     padding: 10px;
     border-radius: 50%;
}
 section.property-search .carousel-control-prev-icon, section.property-search .carousel-control-next-icon{
     background-image: none !important;
}
 .subscr-plans .carousel-control-prev-icon, .subscr-plans .carousel-control-next-icon{
    background-color: #000;
}
section.property-search .carousel-control-prev-icon i, section.property-search .carousel-control-next-icon i,
section.pricing-section .carousel-control-prev i, section.pricing-section .carousel-control-next i{
     color: #f20808;
     font-size: 30px;
}
.subscr-plans span.carousel-control-prev-icon i, .subscr-plans span.carousel-control-next-icon i{
     color: #f20808;
     font-size: 30px;
}
section.property-search .carousel-control-next, section.property-search .carousel-control-prev{
     z-index: 9 !important;
}
ul.price-ul li{
     list-style: none;
     display: flex;
     margin: 15px 0;
}
 .price-li::before{
     position: absolute;
     content: "\f00c";
     font-family: "FontAwesome";
    /* font-size: 20px;
    */
     margin-left: -20px;
     color: #f20808;
}
 .column-three-price {
     align-items: stretch;
     display: grid;
     grid-auto-flow: column;
     justify-content: center;
}
 .pricing-block {
     border: 1px solid rgb(232, 234, 237);
     display: grid;
     flex-direction: column;
     grid-row: 1 / 3;
     grid-template-rows: subgrid;
     justify-content: center;
     padding: 35px 35px;
     position: relative;
     margin: 0 10px;
     border-radius: 5px;
}
 .pricing-head {
     align-items: center;
     display: flex;
     flex-direction: column;
     min-width: 200px;
     width: 100%;
     text-align: center;
}
 .pricing-details {
     font-family: Roboto, Arial, sans-serif;
     line-height: 1.25rem;
     font-size: .875rem;
     letter-spacing: .0142857143em;
     font-weight: 400;
     border-top: 1px solid rgb(232, 234, 237);
     list-style: none;
     margin-top: 30px;
     padding: 30px 0 0 0;
     justify-self: center;
}
 .price-amount {
     line-height: 2.75rem;
     font-size: 2.25rem;
     letter-spacing: 0;
     font-weight: 400;
     color: #f20808;
}
 span.price-inr {
     line-height: 1.25rem;
     font-size: .875rem;
     letter-spacing: .0178571429em;
     font-weight: 500;
     color: rgb(95, 99, 104);
     font-weight: 700;
}
 span.price-original {
     text-decoration: line-through;
     line-height: 1.5rem;
     font-size: 1rem;
     letter-spacing: .00625em;
     font-weight: 500;
     color: rgb(95, 99, 104);
     text-align: center;
}
 .price-button button {
     border: 1px solid #111;
     border-radius: 4px;
     background: transparent;
     padding: 5px 15px;
     transition: .3s;
}
 .price-button button:hover {
     transition: .3s;
     background: rgb(242 8 8);
     color: #fff;
     border-color: rgb(242 8 8);
}
 .price-button a {
     border: 1px solid #111;
     border-radius: 4px;
     background: transparent;
     padding: 5px 15px;
     transition: .3s;
}
 .price-button a:hover {
     transition: .3s;
     background: rgb(242 8 8);
     color: #fff;
     border-color: rgb(242 8 8);
}
 section.client-slider.my-3 {
     float: left;
     width: 100%;
     background: rgb(0 0 0 / 6%);
}
 

.subscr-plans h4 {
    text-align: center;
}
.abt-inner {
    padding: 15px;
}
.blog-title-description.blog-des-inner figure.image img {
    height: auto;
}
.testimonialswiper .swiper-wrapper {
/*    transform: translate3d(0px, 0, 0) !important;*/
}
.testimonialswiper .swiper-slide{
    width: 100% !important;
}
.testimonialswiper {
  margin: 0 auto;
  max-width: 1200px; /* or your desired width */
}
.testimonialswiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 20px;
}

.testimonialswiper .swi-item--custom {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.testimonialswiper .media-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonialswiper .swi-author {
  font-weight: bold;
  margin-bottom: 8px;
}

.testimonialswiper .swi-author-job {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
}
section.works-section p {
    padding: 0 0 20px 0;
}
section.recent-blog .three-rows .blog-main {
    padding: 0 0 25px 0;
}
section.recent-blog p.blog-e-excerpt {
    margin: 0 0 5px 0;
}
div:has(.image-widget) {
  align-content: center;
}
