.p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.white_smoke-2 {
    background-color: var(--rr-color-white_smoke-2);
    background: url("../images/banner/background.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
.nav-cart img,
.banner-section-2__call-icon img
{
  max-width: 24px;
}
.nav-email img{
  max-width: 18px;
}
.filter-option-inner-inner img,
.tf-languages img
{
  max-width: 32px;
  padding-right: 7px;
}
.tf-dropdown-select.style-default {
    width: unset !important;
    display: flex
}
.rr-header-2__social i{font-size: 18px;}
/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn {
    z-index: 1;
    gap: 17px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    position: relative;
    border-radius: 500px;
    padding: 16px 37.8px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    color: var(--rr-heading-primary);
    background-color: var(--rr-theme-primary);
}
.rr-btn i {
    font-size: 20px;
}
.rr-btn span {
    height: 0;
    width: 0;
    z-index: -1;
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width 0.9s ease 0s, height 0.9s ease 0s;
    background: var(--rr-heading-primary) none repeat scroll 0 0;
}
.rr-btn:hover {
    background-color: transparent;
    color: var(--rr-common-white);
}
.rr-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}
.rr-btn.black-btn {
    padding: 16px 38px;
    color: var(--rr-common-white);
    background: var(--rr-heading-primary);
}
.rr-btn.black-btn span {
    background: var(--rr-theme-primary);
}
.rr-btn.black-btn:hover {
    color: var(--rr-heading-primary);
}
.rr-btn_2 {
    padding: 14px 28px;
    color: var(--rr-common-white);
    background-color: var(--rr-heading-primary);
}
.rr-btn_2 span {
    background-color: var(--rr-theme-primary-3);
}
.rr-btn_2:hover {
    color: var(--rr-heading-primary);
}

.blog-card {
    transition: all 0.35s ease;
}

.blog-card .blog-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-card .blog-img img {
    width: 100%;
    transition: all 0.35s ease;
}

.blog-card .blog-body {
    padding: 24px 0 14px;
    margin-bottom: 20px;
    display: grid;
    gap: 10px;
}
.blog-card .blog-body .meta-list,
.blog-card-two .blog-body .meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-card .blog-meta a,
.blog-card-two {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #383838;
    font-weight: 400;
    font-size: 16px;
}

.blog-card .post-title {
    transition: all 0.35s ease;
    line-height: 1.5;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card:focus,
.blog-card:hover {
    transform: translateY(-8px);
}

.blog-card:focus .blog-meta a,
.blog-card:hover .blog-meta a {
    color: #ffffffb3;
}

.blog-card:focus .blog-meta a:focus,
.blog-card:focus .blog-meta a:hover,
.blog-card:hover .blog-meta a:focus,
.blog-card:hover .blog-meta a:hover {
    color: #fff;
}

.blog-card-two {
    transition: all 0.35s ease;
    border-radius: 20px;
    background: #F6F6F4;
}

.blog-card-two.theme-two {
    background: #fff;
}

.blog-card-two .blog-body {
    padding: 24px;
}

.blog-card-two .blog-meta a {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #383838;
    font-weight: 400;
    font-size: 16px;
}

.blog-card-two .post-title {
    transition: all 0.35s ease;
    line-height: 1.5;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-two:focus,
.blog-card-two:hover {
    transform: translateY(-8px);
}

.blog-card-two:focus .blog-meta a,
.blog-card-two:hover .blog-meta a {
    color: #ffffffb3;
}

.blog-card-two:focus .blog-meta a:focus,
.blog-card-two:focus .blog-meta a:hover,
.blog-card-two:hover .blog-meta a:focus,
.blog-card-two:hover .blog-meta a:hover {
    color: #fff;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 12px 24px;
    gap: 6px;
    border-radius: 0.5rem;
    border: 0;
    position: relative;
    min-width: auto;
    text-transform: capitalize;
    overflow: hidden;
    transition: all 0.35s ease;
    font-weight: 500;
}

.btn > span {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.35s ease,transform 0.35s ease;
    position: relative;
    opacity: 1;
}

.btn > span:last-child {
    position: absolute;
    opacity: 0;
    transform: translateY(50px);
}

.btn i {
    font-size: 70%;
    transition: all 0.35s ease;
}

.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none;
}

.btn:active span:first-child,
.btn:focus span:first-child,
.btn:hover span:first-child {
    opacity: 0;
    transform: translateY(-50px);
}

.btn:active span:last-child,
.btn:focus span:last-child,
.btn:hover span:last-child {
    opacity: 1;
    transform: translateY(0);
}

.btn-primary {
    background-color: var(--primary);
    color: #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #011832;
    color: #fff;
}

.block-insta .picture-insta {
    border-radius: 16px;
    overflow: hidden;
}
.block-insta .picture-insta .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.block-insta .picture-insta .btn-link {
    opacity: 0;
    display: inline-flex;
    padding: 12px 28px 10px 27px;
    justify-content: center;
    gap: 4px;
    align-items: center;
    transition: all 0.3s linear;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.block-insta .picture-insta:hover .btn-link {
    opacity: 1;
}
.block-insta .swiper-slide {
    max-height: 210px;
    max-width: 210px;
    display: inline-block;
}
.block-insta .swiper-slide-active .btn-link {
    opacity: 1;
}
.block-insta.style-2 .swiper-slide {
    margin: 0 !important;
}
.block-insta.style-2 .swiper-slide:nth-child(even) {
    padding: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-header__contact__left {
        padding-left: 15px;
    }
}
.rr-header__contact__left > ul {
    gap: 52px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-header__contact__left > ul {
        gap: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-header__contact__left > ul {
        gap: 15px;
    }
}
.rr-header__contact__left > ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(25, 41, 41, 0.7);
    display: flex;
    align-items: center;
    gap: 3px;
}
.rr-header__contact__left > ul li img {
    margin-right: 3px;
}
.rr-header__contact__left > ul li:hover {
    color: var(--rr-heading-primary);
}
.rr-header__contact__left > ul li:nth-child(2):hover {
    color: rgba(25, 41, 41, 0.7);
}

.rr-header-2__social {
    gap: 30px;
    display: flex;
    align-items: center;
}

/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner-section-2_space {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section-2_space {
        padding-top: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section-2_space {
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-section-2_space {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .banner-section-2__content .section-heading__wrap_2 .section__subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.banner-section-2__content .section-heading__wrap_2 .section__title {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 30px;
    letter-spacing: -0.01em;
    border-bottom: 1px solid rgba(225, 225, 225, .3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-section-2__content .section-heading__wrap_2 .section__title {
        font-size: 64px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section-2__content .section-heading__wrap_2 .section__title {
        font-size: 62px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-section-2__content .section-heading__wrap_2 .section__title {
        font-size: 70px;
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .banner-section-2__content .section-heading__wrap_2 .section__title {
        font-size: 38px;
    }
}
.banner-section-2__dec {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-section-2__dec br {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-section-2__dec {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .banner-section-2__dec {
        font-size: 17px;
    }
}
.banner-section-2__btn {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-section-2__btn .btn{
  padding: 20px 40px;
  border-radius: 500px;
} 
.banner-section-2__btn .rr-btn {
    color: var(--rr-common-white);
    background-color: var(--rr-heading-primary);
}
.banner-section-2__btn .rr-btn span {
    background-color: var(--rr-theme-primary-3);
}
.banner-section-2__btn .rr-btn:hover {
    color: var(--rr-heading-primary);
    background-color: transparent;
}
.banner-section-2__btn .rr-btn:hover span {
    width: 700px;
    height: 700px;
}
@media (max-width: 575px) {
    .banner-section-2__btn .rr-btn {
        gap: 10px;
        font-size: 16px;
        padding: 16px 24.8px;
    }
}
.banner-section-2__call {
    display: flex;
    align-items: center;
    gap: 22px;
}
.banner-section-2__call-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: var(--primary);
    padding: 17px 30px;
    gap: 10px;
}
.banner-section-2__call-info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: block;
}
.banner-section-2__call-icon a {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.banner-section-2__call-icon a:hover {
    background-size: 0 1px;
}
.banner-section-2__content {
    z-index: 1;
    padding-top: 140px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section-2__content {
        padding-top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-section-2__content {
        padding-top: 0;
        margin-bottom: 30px;
    }
}
.banner-section-2__thumb {
    text-align: end;
    position: relative;
}
.banner-section-2__thumb img {
    mask-image: url("../images/banner/banner-2_01.png");
    mask-size: 100% 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-section-2__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section-2__thumb img {
        height: 700px;
    }
}
.banner-section-2__counter {
    width: 357px;
    left: 38px;
    bottom: 10px;
    padding: 27px 40px 43px 34px;
    position: absolute;
    background: rgb(31, 49, 48);
    background-position: left;
    background-repeat: no-repeat;
}
@media (max-width: 575px) {
    .banner-section-2__counter {
        left: 0;
        right: 0;
        bottom: 0;
        width: 270px;
        margin: 20px auto 0;
        position: inherit;
    }
}
.banner-section-2__counter h2 {
    font-weight: 500;
    font-size: 140px;
    line-height: 1;
    text-align: start;
    margin-bottom: 20px;
    letter-spacing: -0.07em;
    text-transform: capitalize;
    color: var(--rr-common-white);
}
@media (max-width: 575px) {
    .banner-section-2__counter h2 {
        font-size: 80px;
    }
}
.banner-section-2__counter h2 .odometer.odometer-auto-theme,
.banner-section-2__counter h2 .odometer.odometer-theme-default {
    line-height: 1;
}
.banner-section-2__counter p {
    max-width: 197px;
    text-align: start;
    margin: 0 0 0 auto;
    font-weight: 300;
}
.banner-section-2__bg__shape_1 {
    top: -68px;
    left: -252px;
    width: 732px;
    height: 732px;
    position: absolute;
    border-radius: 500px;
    border: 75px solid var(--rr-common-white);
    outline: 75px solid var(--rr-common-white);
}
.banner-section-2__bg__shape_2 {
    right: -318px;
    width: 732px;
    height: 732px;
    bottom: -313px;
    position: absolute;
    border-radius: 500px;
    border: 75px solid var(--rr-common-white);
    outline: 75px solid var(--rr-common-white);
}
.banner-section-2__scroll {
    position: absolute;
    bottom: 60px;
    left: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .banner-section-2__scroll {
        bottom: 40px;
        left: 50%;
    }
    .banner-section-2__content {
        padding-top: 40px;
    }
}
@media (max-width: 981px) {
    .banner-section-2__scroll {
        bottom: 20px;
        left: 20px;
    }

}
.banner-section-2__scroll .icon {
    width: 36px;
    height: 64px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border: 1.5px solid rgba(25, 41, 41, 0.7);
}
.banner-section-2__scroll .icon img {
    max-height: 32px;
}
.section-heading__wrap_2 .section__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 14px;
    padding: 15px 4.4px 0;
    margin-bottom: 18px;
    display: inline-block;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(225, 225, 225, 1);
}
.rr-header__contact__left,
.rr-header__contact__left a {
    font-size: 13px;
}

.section-about h4 {
    font-weight: 600;
}
.section-about h6 {
    font-size: 21px;
    font-weight: 600;
}
.section-about .heading-section {
    display: grid;
    gap: 12px;
}
.section-about .heading-section > span {
    color: var(--green);
}
.agent-item img {
    border-radius: 20px;
}

.popup-video {
    }
.why-choose-us-main-con figure {
    position: relative;
}

.icon-xl {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
}

.play-btn {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: rgba(75, 74, 74, 0.6);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(75, 74, 74, 0.6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.properties-details .thumb-main,
.properties-details .thumb-main-2 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.properties-details .thumb-main .wrap-btn,
.properties-details .thumb-main-2 .wrap-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.properties-details .thumb-main .tf-btn,
.properties-details .thumb-main-2 .tf-btn {
    padding: 0 16px;
}
.properties-details .wrap-thumbs {
    padding-top: 20px;
    max-width: 1896px;
    margin-left: auto;
    margin-right: auto;
}
.properties-details .wrap-box-hover-active {
    display: flex;
}
.properties-details .thumb-main-2 {
    position: relative;
    overflow: hidden;
    border-radius: unset;
}
.properties-details .thumb-main-2 .img-style {
    height: 465px;
    width: 100%;
}
.properties-details .thumb-main-2 .img-style img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.properties-details .all-review {
    margin-left: 80px;
    margin-top: 28px;
}
.properties-details .wrap-sidebar-right {
    position: sticky;
    top: 160px;
}
@media (min-width: 768px) {
    .properties-details .wrap-box-hover-active {
        gap: 12px;
    }
    .properties-details .thumb-main-2 {
        flex: 1 0 0;
        transition: flex 0.5s cubic-bezier(0.29, 0, 0.2, 1);
    }
    .properties-details .thumb-main-2 .wrap-btn {
        opacity: 0;
        -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;
    }
    .properties-details .thumb-main-2.is-active {
        flex: 19.874%;
    }
    .properties-details .thumb-main-2.is-active .wrap-btn {
        opacity: 1;
    }
}
@media (max-width: 1199px) {
    .properties-details .wrap-btn {
        flex-direction: column;
    }
}
@media (max-width: 991px) {
    .properties-details .wrap-properties {
        gap: 60px;
    }
}
@media (max-width: 767px) {
    .properties-details .wrap-btn {
        flex-direction: row;
    }
    .properties-details .thumb-main-2 .img-style {
        padding: 0 15px;
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .section-properties .tf-grid-layout {
        gap: 40px 30px;
    }
    .section-properties.list .wg-pagination {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .section-properties .row {
        gap: 50px;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Footer
++++++++++++++++++++++++++++++++++++++++++++++++*/

.footer .pq-newalatter {
    padding: 100px 0 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pq-newslatter-info .pq-newslatter-description {
    color: #fff;
    margin-bottom: 15px;
}

.pq-newslatter-info .pq-newslatter-title {
    color: #fff;
    font-size: 28px;
}

.pq-newalatter .pq-form-fiels {
    display: flex;
}

.pq-form-fiels input.form-control {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    margin-bottom: 0;
    height: 56px;
    padding: 20px 30px;
}
.pq-form-fiels input.form-control::placeholder {
    color: #fff;
}
.pq-form-fiels{
  position: relative;
}
.pq-form-fiels button {
    border-radius: 50%;
    padding: 16px;
    border: 0;
    background: var(--primary);
    width: 55px;
}
.pq-form-fiels input{
 border-radius: 49px;
  border-color: rgba(0, 0, 0, .1);
}
.pq-form-fiels .button-submit {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.pq-form-fiels button:hover {
    background-color: #fff;
    color: var(--dark-color);
}

.footer .widget {
    margin-bottom: 30px;
    background: transparent;
}

.footer .widget .pq-footer-title {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 30px;
}

.footer .widget .pq-about-info {
    color: #fff;
    padding-right: 30px;
}

.footer .widget p {
    margin-bottom: 0;
}

.footer .widget ul {
    padding-left: 0;
}
ul.pq-contact img{
  padding-right: 7px;
  width: 28px;
}
.footer .widget ul li {
    margin-bottom: 15px;
    color: #fff;
    display: flex;
    align-items: center;
}

.footer .widget ul li a {
    color: #fff;
}

.footer .widget ul li i {
    margin-right: 15px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.pq-copyright {
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pq-copyright .pq-copyright-description {
    color: #fff;
    margin-bottom: 0;
}

.footer .widget .gallery {
    display: flex;
    margin-bottom: 8px;
}

.footer .widget .gallery:last-child {
    margin-bottom: 0;
}

.footer .widget .gallery .pq-insta-gallery-img {
    margin-right: 8px;
}


.footer .widget .gallery .pq-insta-gallery-img:last-child {
    margin-right: 0;
}
.pq-bg-dark {
    background-color: #000;
    position: relative;
    background-color: #e67314;
    background-repeat: repeat;
    background-position: left top;
    background-size: inherit;
}
.pq-bg-dark .container {
    position: relative;
    z-index: 1;
}
.pq-bg-dark::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    top: -1px;
    bottom: 0;
    background-image: url(../images/background/footer-pattern.png);
}
/*----------------------------------------*/
/*  2.5 Custom Animation
/*----------------------------------------*/
.mtFadeInUp {
    opacity: 0;
    /* Start invisible */
    animation: mtFadeInUp 2s ease-out forwards;
    /* 2 seconds duration, ease-out effect */
}

@keyframes mtFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
        /* Start slightly below */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        /* End at original position */
    }
}
@keyframes mtslideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.mtfadeInLeft {
    opacity: 0;
    /* Start invisible */
    animation: mtfadeInLeft 2s ease-out forwards;
    /* 2 seconds duration, ease-out effect */
}

@keyframes mtfadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
        /* Start slightly to the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        /* End at original position */
    }
}
.mtSkillInLeft {
    opacity: 0;
    /* Start invisible */
    animation: mtSkillInLeft 2s ease-out forwards;
    /* 2 seconds duration, ease-out effect */
}

@keyframes mtSkillInLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px);
        /* Start slightly to the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        /* End at original position */
    }
}
.slideinup {
    -webkit-animation-name: slideinup;
    animation-name: slideinup;
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }
    100% {
        transform: translateY(0);
    }
}
.slideinleft {
    -webkit-animation-name: slideinleft;
    animation-name: slideinleft;
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(100px) translateY(100px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}
@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
    0% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }
    75% {
        border-top-color: #fff;
        border-left-color: #fff;
        border-right-color: #fff;
        border-bottom-color: transparent;
    }
    100% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }
}
/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}
@keyframes mttranslateY2 {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes mttranslateX2 {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }
}
.blog-section .sb-content {
    padding-left: 40px;
}
.contact-footer{
  padding-left: 70px;
}

/*================================================================================================
    Start About CSS
===================================================================================================*/
.about::before {
  position: absolute;
  content: "";
  width: 546px;
  height: 666px;
  background-image: url("../images/home-1/about/pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  z-index: -1;
  left: 0;
}
.about-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 30px;
}
.about-content-main .text {
  font-size: 16px;
  line-height: 24px;
}

.about-rattings {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-rattings .icon {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 54px;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 4px;
  font-size: 28px;
}

.about-rattings .title {
  font-size: 24px;
  line-height: 34px;
  color: var(--title-color);
  font-weight: 600;
}

.about-rattings {
  border-top: 1px solid var(--border-color);
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
}

.about-rattings::before {
  position: absolute;
  content: "";
  width: 72%;
  height: 1px;
  background: var(--secondary-color);
  top: 0;
}

.about-content-img {
  margin-top: 94px;
}

.about-content-img img {
  max-width: 648px;
}

/* About Style 2 */
.about-style2::before {
  display: none;
}
.about-style2 .about-img-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  padding: 120px 0px;
}
.about-style2 .about-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.about-style2 .about-content-img img {
  min-width: 630px;
  max-width: 630px;
}
.about-style2 .about-content-main .text {
  margin-top: 40px;
}
.about-style2 .about-content-img {
  margin-top: 56px;
}

/* About Style 3 */

.about-style3::before {
  display: none;
}
.about-style3 .about-inner {
  border-radius: 16px;
}
.about-style3 .about-features {
  margin-top: 30px;
}
.abt-features-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}
.abt-features-icon {
  width: 92px;
  height: 92px;
  background: var(--primary-color);
  border-radius: 100%;
  text-align: center;
  line-height: 92px;
  min-width: 92px;
}
.abt-features-info .title {
  color: var(--title-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
}
.abt-features-info .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.abt-features-item:last-child {
  margin: 0;
}
.about-style3 .about-content-bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-style3 .about-content-bottom .theme-btn {
  border-radius: 50px;
  background: var(--secondary-color);
  padding: 18px 40px;
  line-height: 24px;
}
.about-style3 .about-content-bottom .theme-btn:hover {
  background: var(--primary-color);
}
.about-style3 .about-content-profile {
  display: flex;
  align-items: center;
  gap: 22px;
}
.about-style3 .profile-img img {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  object-fit: cover;
}
.about-style3 .profile-info p {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.about-style3 .profile-info span {
  display: block;
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.about-style3 .about-image-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-left: 80px;
}
.about-style3 .about-widget-info {
  border-radius: 16px;
  background: var(--primary-color);
  padding: 30px 24px;
  height: 306px;
  padding-top: 132px;
  width: 224px;
}
.about-style3 .about-widget-info .text {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  margin-bottom: 16px;
}
.about-style3 .about-widget-info .title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}
.about-style3 .about-img img {
  max-width: 444px;
  border-radius: 16px;
}
.about-style3 .about-img.img-2,
.about-style3 .about-img.img-3 {
  margin-top: 20px;
}
.about-style3 .about-img.img-3 img {
  max-width: 224px;
}

/* About Page Hero  */
.about-hero {
  padding-top: 90px;
}
.about-hero-content {
  display: flex;
  align-items: baseline;
  gap: 180px;
}

.about-hero-content .title {
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
  letter-spacing: -2px;
  margin: 0;
}
.about-hero-widget {
  min-width: 380px;
  position: relative;
  top: 50px;
}
.about-hero-widget .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.about-hero-client {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #c5c5c5;
  padding-top: 20px;
  margin-top: 28px;
}
.about-hero-client .client-list {
  margin-left: 14px;
}
.about-hero-client .client-list li {
  display: inline-block;
  margin-left: -16px;
}
.about-hero-client .client-list li img {
  border-radius: 100%;
}
.about-hero-client .client-info h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 2px;
}
.about-hero-client .client-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.about-hero-img img {
  width: 100%;
}
.about-hero-img {
  max-width: 1890px;
  margin: auto;
  margin-top: 100px;
}
.about.about-page::before {
  display: none;
}

/* About Funfact  */
.abt-funfact-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: 50px;
}
.abt-funfact-card {
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
  min-width: 312px;
}
.abt-funfact-card::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #c5c5c5;
  right: 0;
}
.abt-funfact-card:last-child {
  padding: 0;
  margin: 0;
}
.abt-funfact-card:last-child::before {
  display: none;
}
.abt-funfact-card .number {
  font-size: 90px;
  font-weight: 600;
  font-family: var(--font-family);
  display: flex;
  align-items: center;
  line-height: 74px;
}
.abt-funfact-card .number .odometer {
  font-family: var(--font-family);
  line-height: 74px;
  letter-spacing: 6.5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about-inner {
    gap: 80px;
  }
  .about-img-block img {
    max-width: 100%;
  }
  .about-content-img img {
    max-width: 100%;
  }
  .about-style2 .about-content-img img {
    min-width: 550px;
    max-width: 550px;
  }
  .about-style3 .about-img img {
    max-width: 320px;
  }
  .about-hero-content .title {
    font-size: 52px;
    line-height: 140%;
  }
  .about-hero-content {
    align-items: center;
    gap: 8px;
  }
  .about-hero-widget {
    top: 0;
  }
  .about-hero-img {
    margin-top: 80px;
  }
  .abt-funfact-inner {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0px;
    gap: 24px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .about-inner {
    gap: 40px;
  }
  .about-img-block img,
  .about-content-img img {
    max-width: 100%;
  }
  .about-content-img {
    margin-top: 40px;
  }
  .about-style2 .about-img-block {
    position: initial;
    width: 100%;
    height: 600px;
    padding: 0;
    margin-top: 40px;
  }
  .about-style2 .about-content-img img {
    min-width: 100%;
    max-width: 100%;
  }
  .about-style3 .about-image-blocks {
    margin-left: 0;
    margin-top: 40px;
  }
  .about-hero-content .title {
    font-size: 52px;
    line-height: 140%;
  }
  .about-hero-content {
    align-items: center;
    gap: 8px;
  }
  .about-hero-widget {
    top: 0;
  }
  .about-hero-img {
    margin-top: 80px;
  }
  .abt-funfact-inner {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0px;
    gap: 24px 0px;
  }
}

@media only screen and (max-width: 991.99px) {
  .about-img-block img {
    max-width: 100%;
  }
  .about-inner {
    display: block;
  }
  .about-content-main .text {
    margin-top: 24px;
  }
  .about-content-img img {
    max-width: 100%;
  }
  .about-content-img {
    margin-top: 24px;
  }
  .about-rattings .title {
    font-size: 16px;
    line-height: 140%;
  }
  .about-rattings {
    gap: 20px;
  }
  .about-rattings .icon {
    width: 48px;
    height: 48px;
    line-height: 46px;
    font-size: 24px;
  }
  .about-content-img {
    margin-top: 24px;
  }
  .about-content-img img {
    max-width: 100%;
  }
  .about-style2 .about-img-block {
    position: initial;
    width: 100%;
    padding: 32px 0px 0px;
  }
  .about-style2 .about-content-img img {
    min-width: 100%;
    max-width: 100%;
  }
  .about-style2 .about-content-main .text {
    margin-top: 24px;
  }
  .about-style3 .about-inner {
    padding: 32px 16px;
  }
  .abt-features-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    min-width: 80px;
  }
  .abt-features-info .text {
    line-height: 140%;
  }
  .abt-features-info .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .abt-features-item {
    display: block;
  }
  .about-style3 .about-content-bottom {
    margin-top: 30px;
    display: block;
  }
  .about-style3 .about-content-bottom .theme-btn {
    padding: 12px 24px;
  }
  .about-style3 .about-content-profile {
    margin-top: 16px;
  }
  .abt-features-info {
    margin-top: 24px;
  }
  .about-style3 .about-image-blocks {
    margin-left: 0;
    margin-top: 40px;
  }
  .about-style3 .about-img img {
    max-width: 340px;
  }
  .about-hero-content {
    display: block;
  }
  .about-hero-content .title {
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .about-hero-widget {
    top: 0;
  }
  .about-hero-img {
    max-width: 100%;
    margin-top: 40px;
  }
  .abt-funfact-inner {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0px;
    gap: 40px;
  }
  .abt-funfact-card {
    margin-right: 0px;
    padding-right: 0px;
    min-width: 100%;
  }
  .abt-funfact-card::before {
    display: none;
  }
  .abt-funfact-card .number {
    font-size: 62px;
    line-height: 48px;
  }
  .abt-funfact-card .number .odometer {
    line-height: 48px;
  }
  .about-hero {
    padding-top: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .about-style3 .about-image-blocks {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0;
    margin-top: 40px;
  }
  .about-style3 .about-img.img-3 img {
    max-width: 100%;
    width: 100%;
  }
  .about-style3 .about-img img {
    width: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .about-style3 .about-widget-info {
    padding: 24px;
    height: auto;
    padding-top: 24px;
    width: 100%;
  }
  .about-style3 .about-widget-info .title {
    font-size: 20px;
    line-height: 120%;
  }
  .about-hero-content .title {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .about-hero-content,
  .about-hero-client {
    display: block;
  }

  .about-hero-widget {
    min-width: 100%;
    top: 0;
    margin-top: 16px;
  }
  .about-hero-widget .text {
    line-height: 140%;
  }
  .about-hero-img {
    max-width: 100%;
    margin-top: 40px;
  }
  .about-hero {
    padding-top: 56px;
  }
  .client-info {
    margin-top: 12px;
  }
  .abt-funfact-inner {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    gap: 24px;
  }
  .abt-funfact-card::before {
    display: none;
  }
  .abt-funfact-card {
    margin-right: 0;
    padding-right: 0;
    min-width: 100%;
  }
  .abt-funfact-card .number {
    font-size: 38px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .abt-funfact-card .number .odometer {
    line-height: 40px;
  }
  .abt-funfact-card p {
    line-height: 120%;
  }
}
.section-head .title {
    font-size: 29px;
    line-height: 36px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
}

/*================================================================================================
    End About CSS
===================================================================================================*/
.hero-area-shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  animation: jump-vertical 12s linear infinite;
}
.hero-area-shape0 {
  position: absolute;
  left: 0px;
  top: -15px;
}
.hero-area-shape2 {
  position: absolute;
  right: 0px;
  top: 150px;
  z-index: 2;
}

@keyframes jump-vertical {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}