.main-headings {
    
/*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,  0 5px 0 #aaa,  0 6px 1px rgba(0,0,0,.1),  0 1px 3px rgba(0,0,0,.3),*/
/*               0 3px 5px rgba(0,0,0,.2),*/
/*               0 5px 10px rgba(0,0,0,.25),*/
/*               0 10px 10px rgba(0,0,0,.2),*/
/*               0 20px 20px rgba(0,0,0,.15);*/
/*               0 30px 20px rgba(0,0,0,.1);    */

color: #ffffff !important;
font-size: 22px !important;
}

.hero-slide-image .section-title h2{
    margin-top: 6px;
    font-size: 25px !important;
    padding: 5px 20px;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}
.service-box-one,
.service-icon-one,
.service-icon-one::before {
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.about-img-two, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10,
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.history-line-position,
.service-box-one,
.service-icon-one,
.testimonial-shape {
    
    position: relative;
}
.our-client-section {
    background: #F6F8FF;
}

.nationality ul li img {
    width: 25px;
}
.nationality ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.nationality ul li .location_icons span {
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.nationality ul li .location_icons {
    width: 100px;
}
.nationality ul li .location_address {
    width: calc(100% - 100px);
    padding-left: 10px;
}
.service-box-one {
    background-color: #fff;
    padding: 32px 22px;
    border-radius: 10px;
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.1);
    text-align: left;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}
.faq-title-two,
.history-box-one,
.meta-date,
.process-step-number,
.support-center-title-two {
    text-align: center;
}
.service-box-content-one {
    padding-left: 20px;
}


.service-icon-one {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon/service-icon-bg-one.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.service-box-one:hover,
.testimonial-shape:before {
    background: linear-gradient(90deg, #ffb06c 0, #ff7368 100%);
}
.service-box-one:hover .service-box-content-one .h3-title {
    color: #fff;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}
.service-box-one:hover .no-d-one,
.yes-d-one {
    display: block;
}
.accordion-button.two:after,
.no-d-one,
.process-last:before,
.service-box-one:hover .yes-d-one {
    display: none;
}
.service-box-content-one h3 {
    font-size: 17px !important;
    line-height: 21px;
}

.service-box-one:hover .service-icon-one::before {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}
@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0);
        opacity: 1;
    }
    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}
@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0);
        opacity: 1;
    }
    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}
@keyframes rotateme {
    0% {
        transform: rotate(0);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.service-box-one:hover {
    box-shadow: 0 30px 60px 0 rgb(20, 17, 58, 0.3);
}
.our-review .swiper-pagination {
    position: relative !important;
}
.our-review .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: var(--primary-color);
    transition: 0.3s;
}
.color1-one,
.color2-one,
.color3-one,
.submit-btns input {
    
transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}
.testimonial-shape:before {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 98%;
    height: 80%;
    content: "";
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    z-index: -1;
}

.get-touch-shape-one,
.history-shape-one,
.stragy-shape1-two,
.stragy-shape2-two {
    transform: translate(0, -50%);
}

.our-client {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    margin: 0 100px;
}

.accordion.two .accordion-item.two .accordion-header.h3-title .icon,
.color1-one {
    background: -moz-linear-gradient(90deg, #ff7368 0, #ffb06c 100%);
    background: -webkit-linear-gradient(90deg, #ff7368 0, #ffb06c 100%);
}

.submit-btns input {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}


.get-in-touch-text-two ul,
.google-star-rating ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}

.color1-one {
    background: linear-gradient(90deg, #ff7368 0, #ffb06c 100%);
    box-shadow: 0 10px 30px 0 rgb(255, 115, 104, 0.4);
}
.stragy-box-one:hover .color1-one,
.stragy-box-one:hover .color2-one,
.stragy-box-one:hover .color3-one {
    box-shadow: none;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}
.color2-one {
    background: -moz-linear-gradient(90deg, #643cb5 0, #c670ea 100%);
    background: -webkit-linear-gradient(90deg, #643cb5 0, #c670ea 100%);
    background: linear-gradient(90deg, #643cb5 0, #c670ea 100%);
    box-shadow: 0 10px 30px 0 rgb(100, 60, 181, 0.4);
}
.color3-one {
    background: -moz-linear-gradient(90deg, #42cafc 0, #00f0e2 100%);
    background: -webkit-linear-gradient(90deg, #42cafc 0, #00f0e2 100%);
    background: linear-gradient(90deg, #42cafc 0, #00f0e2 100%);
    box-shadow: 0 10px 30px 0 rgb(66, 202, 252, 0.4);
}
.stragy-shape1-two {
    position: absolute;
    top: 50%;
    left: -180px;
}
.stragy-shape2-two {
    position: absolute;
    top: 50%;
    left: -40px;
    z-index: -1;
    animation: 15s infinite alternate rotateme;
    -webkit-animation: 15s infinite alternate rotateme;
    -moz-animation: 15s infinite alternate rotateme;
    -o-animation: 15s infinite alternate rotateme;
}
.get-in-touch-text-two ul {
    margin-bottom: 0;
}

.get-in-touch-text-two ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact-us-icon-two {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.main-get-in-touch-inner-two {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.main-get-in-touch-one {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.get-touch-shape-one {
    position: absolute;
    top: 50%;
    left: 0;
}
.get-in-touch-content-two,
.get-in-touch-title-one {
    padding-right: 30px;
    padding-left: 30px;
}
.form-box-one,
.get-in-touch-form-two .form-box-two {
    margin-bottom: 20px;
}

.get-in-touch-form-one .form-input-one {
    border: 1px solid #777;
}
.get-in-touch-form-one .sec-btn-one {
    border: none;
    margin-top: 10px;
}
.get-in-touch-form-one textarea {
    height: 80px;
}
.main-get-in-touch-two {
    position: relative;
    padding-bottom: 120px;
}
.get-in-touch-content-two .points-two {
    margin-top: 0;
}
.get-in-touch-form-two {
    padding: 60px;
    background: -moz-linear-gradient(0deg, #f27935 0, #f9690e 100%);
    background: -webkit-linear-gradient(0deg, #f27935 0, #f9690e 100%);
    background: linear-gradient(0deg, #f27935 0, #f9690e 100%);
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.get-in-touch-form-two .form-box-two textarea {
    height: 150px;
}
.get-in-touch-form-two .form-box-two .sec-btn-two {
    border: none;
    margin-top: 10px;
    width: 100%;
}
.get-touch-shape-two {
    position: absolute;
    bottom: 0;
    right: -150px;
    z-index: -1;
    animation: 2s infinite alternate gbounce;
    -webkit-animation: 2s infinite alternate gbounce;
}


@keyframes gbounce {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes gbounce {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
@media screen and (max-width: 1600px) {
    .get-in-touch-shape1-two {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 140px;
        left: -80px;
        animation: 10s infinite move2;
    }
    .get-in-touch-shape1-two img {
        width: 50%;
    }
}

.map-shape1-two {
    position: absolute;
    top: 15%;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 2s infinite alternate sbounce;
    -webkit-animation: 2s infinite alternate sbounce;
}

.map-shape1-two img {
    width: 50%;
}
.home-contact,
.our-client-section {
    padding: 35px 0;
}
.our-client-logo .logo-image {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    border: 1px solid;
    display: flex;
    align-items: center;
    padding: 20px;
    transition: 0.3s;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
}

.client-bg,
.home-contact .get-bg {
    background: url(../images/client-bg.jpg) center center/cover no-repeat;
    padding: 40px 0;
}

.our-client-logo .logo-image:hover {
    background-color: #fff;
    box-shadow: rgba(255, 137, 78, 0.15) 0 15px 25px, rgba(255, 137, 78, 0.15) 0 5px 10px;
    border: 1px solid;
    margin-top: -5px;
}
.our-client-logo .logo-image img {
    height: 70px;
    width: 100%;
    object-fit: contain;
    transition: 0.5s ease-out;
}
.home-contact .get-bg {
    display: flex;
    align-items: center;
}
.home-contact .contact-form {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    padding: 30px;
}
.home-contact img {
    height: 478px;
    width: 100%;
    object-fit: cover;
}
.footer-logo img {
    width: 230px;
}

.main-forms {
    padding-left: 0 !important;
}
.contact-images {
    background: url(../images/banners/get-in-touch.jpg) center center/cover no-repeat;
    height: auto;
    padding-right: 0 !important;
}
.main-history-in-one {
    position: relative;
    padding-bottom: 40px;
}
.history-shape-one {
    position: absolute;
    left: 0;
    top: 50%;
}
.history-box-one .h3-title.history-year {
    color: #ff7468;
}
.h3-title {
    font-size: 20px;
    line-height: 32px;
}
.history-box-one {
    padding: 0 20px;
    justify-content: center;
}
.history-box-one .h3-title.history-title {
    margin-top: 20px;
    color: #2f047a !important;
    white-space: nowrap;
}
.history-line-one {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 60px;
    left: auto;
    background: -moz-linear-gradient(90deg, rgba(216, 216, 216, 0) 0, #d8d8d8 16%, #d8d8d8 50%, #d8d8d8 84%, rgba(216, 216, 216, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(216, 216, 216, 0) 0, #d8d8d8 16%, #d8d8d8 50%, #d8d8d8 84%, rgba(216, 216, 216, 0) 100%);
    background: linear-gradient(90deg, rgba(216, 216, 216, 0) 0, #d8d8d8 16%, #d8d8d8 50%, #d8d8d8 84%, rgba(216, 216, 216, 0) 100%);
}

.history-circle-one {
    width: 15px;
    height: 15px;
    background-color: #ff7468;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 8px 16px 0 rgb(89, 86, 233, 0.6);
}
.history-circle-one::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: rgb(89, 86, 233, 0.2);
    opacity: 0;
    top: -11px;
    left: -11px;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}

.history-box-one:hover .history-circle-one::before {
    opacity: 1;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}
.history-box-one p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
@-webkit-keyframes zoom-fade {
    0%,
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-fade {
    0%,
    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.process-left:after,
.process-right:after {
    content: "";
    border-bottom: 15px solid #fff;
    border-left: 15px solid #fff;
    display: inline-grid;
    position: absolute;
    top: 42%;
    transform: rotate(45deg);
    z-index: 1;
}
.custom_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
    overflow: hidden;
}
.process-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
    transition: 0.5s ease-out;
}
.process-box:hover {
    box-shadow: rgba(255, 137, 78, 0.15) 0 15px 25px, rgba(255, 137, 78, 0.15) 0 5px 10px !important;
    margin-top: -5px !important;
}
.process-left:after {
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
    right: -15px;
    box-shadow: 3px -2px 3px 0 #00000036;
}
.process-right:after {
    border-top: 15px solid #ffffff00;
    border-right: 15px solid #ffffff00;
    left: -15px;
    box-shadow: -1px 1px 3px 0 #0000001a;
}
.process-point-left:before,
.process-point-right:before {
    content: "";
    width: 11px;
    background: #65258a;
    display: inline-grid;
    position: relative;
    top: 10px;
}
.process-step-number {
    background: linear-gradient(90deg, #ffb06c 0, #ff7368 100%);
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 15px;
    position: relative;
    top: -36px;
    border-radius: 0 0 10px 10px;
    box-shadow: -6px 8px 0 0 #00000014;
}
.process-last,
.process-point-left,
.process-point-right {
    background: #fff;
    width: 25px;
    height: 25px;
    box-shadow: 0 0 0 4px #65258a;
    margin: auto 0;
}
.process-point-right {
    border-radius: 50%;
    border: 8px solid #ffffff;
    position: absolute;
    bottom: 72px;
    left: -83px;
}
.process-point-right:before {
height: 160px;
    transform: rotate(30deg);
    left: -37px;
}
.process-point-left {
border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    bottom: 65px;
    right: -80px;
}
.process-point-left:before {
height: 150px;
    transform: rotate(-30deg);
    left: 47px;
}
.process-step-number:after,
.process-step-number:before {
    content: "";
    border-bottom: 8px solid;
    display: inline-grid;
    top: 0;
}
.process-last {
    border-radius: 50%;
    border: 8px solid #ffffff;
    position: absolute;
    bottom: 108px;
    left: -85px;
}
.process-line-l,
.process-line-r {
    background: linear-gradient(90deg, #ffb06c 0, #ff7368 100%);
    height: 4px;
    width: 130px;
    top: 80px;
    z-index: 9;
    position: absolute;
}
.accordion-button.two,
.accordion-button.two:focus,
.google-rating,
.support-center-box-two {
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.1);
}
.process-box p {
    z-index: 9;
}
.process-step-number h2 {
    font-size: 40px;
    font-weight: 700;
    color: #65258a;
}
.process-step-number:after {
    border-top: 8px solid #04889800;
    border-left: 8px solid #04889800;
    border-right: 8px solid;
    position: absolute;
    left: -16px;
}
.process-step-number:before {
    border-top: 8px solid #ff000000;
    border-left: 8px solid;
    border-right: 8px solid #ff000000;
    position: absolute;
    right: -16px;
}
.process-line-l {
    right: -147px;
}
.process-line-r {
    left: -147px;
}
@media (min-width: 320px) and (max-width: 1199px) {
    .process-left:after,
    .process-line-l,
    .process-line-r,
    .process-none,
    .process-point-left,
    .process-point-right,
    .process-right:after {
        display: none;
    }
    .process-width.col-lg-5 {
        margin-top: 40px;
        width: 100% !important;
        max-width: 100% !important;
        flex: auto;
    }
}
.about-img-part2-two {
    position: absolute;
    top: 0;
    left: 0px;
    animation: 1s infinite alternate bounces;
    -webkit-animation: 1s infinite alternate bounces;
}
@keyframes bounces {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounces {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
@keyframes sbounce {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes sbounce {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
.google-rating {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 5px 13px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 45px;
}
.google-icon {
    margin-right: 15px;
}
.google-rating-text {
    width: calc(100% - 34px);
}
.google-rating-content {
    display: flex;
    align-items: center;
}
.google-rating-text span {
    font-size: 15px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 10px;
}
.google-star-rating {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}
.google-star-rating p {
    margin-bottom: 0;
    color: #febc1c;
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
}
.google-star-rating ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.google-star-rating ul li {
    margin-right: 2px;
}
.google-star-rating ul li i {
    color: #febc1c;
    font-size: 14px;
}
.main-faq-in-one {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}
.faq-form-box-one {
    background-color: #14113a;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.faq-form-box-one .form-box-one textarea {
    height: 116px;
}
.faq-form-box-one .sec-btn-one {
    width: 100%;
    border: none;
}
.faq-form-box-one .line {
    width: 130px;
    height: 1px;
    background-color: #f35603;
}
.faq-form-box-one .h3-title {
    color: #fff;
}
.faq-form-box-one form {
    margin-top: 30px;
}
.faq-from-blur1-one {
    position: absolute;
    top: -160px;
    left: -150px;
    z-index: -1;
}
.faq-from-blur2-one {
    position: absolute;
    bottom: -160px;
    right: -150px;
    z-index: -1;
}
.faq-content-one {
    padding-left: 30px;
}
.main-testimonial-in-one {
    padding-top: 120px;
    padding-bottom: 166px;
    position: relative;
}
.main-testimonial-in-one .slick-dots {
    bottom: -50px;
}
.faq-shape1-one {
    position: absolute;
    top: 120px;
    left: 0;
}
.faq-shape2-one {
    position: absolute;
    bottom: 120px;
    right: 0;
}
.faq-title-two .subtitle,
.support-center-title-two .subtitle {
    justify-content: center;
}
.main-support-center-in-two {
    padding-top: 88px;
    padding-bottom: 120px;
    position: relative;
}
.support-center-box-two {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.support-center-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-center-box-two:hover .support-center-icon img {
    animation: 0.75s linear hvr-buzz-out;
}
.support-center-content-two p,
.testimonial-content p {
    margin-bottom: 0;
}
.support-center-content-two {
    margin-top: 20px;
}
.main-faq-in-two {
    padding-bottom: 100px;
    position: relative;
}
.support-center-shape1-two {
    position: absolute;
    top: 88px;
    left: 10px;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-center-shape2-two {
    position: absolute;
    bottom: 120px;
    right: 10px;
    animation: 30s infinite alternate rotateme;
    -webkit-animation: 30s infinite alternate rotateme;
    -moz-animation: 30s infinite alternate rotateme;
    -o-animation: 30s infinite alternate rotateme;
}
.support-center-shape1-two img {
    width: 80%;
}
.faq-accordion-two.part-1 {
    padding-right: 10px;
}
.faq-accordion-two.part-2 {
    padding-left: 10px;
}
.accordion-item.two {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    border-radius: 8px;
}
.accordion-item.two:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.accordion-button.two {
    min-height: 60px;
    display: flex;
    align-items: center;
    line-height: 28px;
    margin-bottom: 0;
    padding: 5px 90px 5px 30px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    color: #161616;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
    font-size: 15px;
    font-weight: 700;
}
.accordion-button.two:not(.collapsed) {
    color: #050d36;
    background-color: #fff;
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
}
.accordion-button.two:focus {
    z-index: 0;
    border-color: #fff;
    outline: 0;
}
.accordion.two .accordion-item.two .accordion-header.h3-title .icon {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, #ff7368 0, #ffb06c 100%);
    border-radius: 0 8px 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.accordion.two .accordion-item.two .accordion-header.h3-title > span {
    position: relative;
    z-index: 1;
}
.accordion.two .accordion-item.two .accordion-header.h3-title .accordion-button.two.collapsed .icon i {
    position: relative;
    color: #fff;
    transform: rotate(0);
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
    z-index: 1;
}
.accordion.two .accordion-item.two .accordion-header.h3-title .icon i {
    position: relative;
    color: #fff;
    transform: rotate(-90deg);
    transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
    z-index: 1;
}
.faq-shape1-two {
    position: absolute;
    top: 10%;
    left: 50px;
    animation: 2s infinite alternate bouncese;
    -webkit-animation: 2s infinite alternate bouncese;
}
.faq-shape2-two,
.faq-shape3-two {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}
.faq-shape2-two {
    right: -180px;
}
.faq-shape3-two {
    right: -40px;
    z-index: -1;
    animation: 15s infinite alternate rotateme;
    -webkit-animation: 15s infinite alternate rotateme;
    -moz-animation: 15s infinite alternate rotateme;
    -o-animation: 15s infinite alternate rotateme;
}
@keyframes bouncese {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bouncese {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
.events-list .property-item .property-body h3{
font-size: 16px !important;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.property-item .property-body h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--dark-color);
    line-height: 25px;
}
.blogs .property-listings h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #444242 !important;
    line-height: 25px;
}
.blogs .property-listings p {
    font-weight: 300;
}
.blogs {
    background: #f6f6f6;
}
.blogs .property-listings .property-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 14px;
}
.blogs .property-listings .property-item .property-header {
    position: relative;
    overflow: visible !important;
}
.blogs .property-listings .property-item .property-body {
    padding: 30px 25px 10px !important;
}
.meta-date {
    position: absolute;
    right: 20px;
    width: 55px;
    height: 55px;
    background: linear-gradient(90deg, #ffb06c 0, #ff7368 100%);
    border-radius: 50%;
    color: #fff;
    bottom: -22px;
}
.meta-date strong {
    display: block;
    line-height: 4px;
    margin-top: 16px;
}
.read-mores {
    color: #000;
    padding: 10px;
    border: 1px solid #ED7D3A;
    border-radius: 6px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    color: #ED7D3A; /* Text color (can be adjusted) */
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease; /* Smooth color change on hover */
}
/* Pseudo-element for background effect */

.read-mores::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;          /* Start off-screen to the left */
  width: 100%;
  height: 100%;
  background-color: #ED7D3A; /* Your desired background color */
  z-index: -1;          /* Ensure it's behind the text */
  transition: left 0.3s ease; /* Smooth slide in */
}

/* Hover effect: move the background in */
.read-mores:hover::before {
  left: 0;              /* Slide in from left to right */
}

/* Change text color on hover if needed */
.read-mores:hover {
  color: #fff;          /* Text color when background slides in */
  z-index: 9;
}

@keyframes move2 {
    0%,
    100% {
        -webkit-transform: rotate(1deg) translate(-5px, -5px);
        transform: rotate(-9deg) translate(-5px, -5px);
    }
    50% {
        -webkit-transform: rotate(-1deg) translate(2px, 2px);
        transform: rotate(9deg) translate(2px, 2px);
    }
}





.form-group {
    margin-bottom: 1rem;
}
.testimonial-slide {
    height: 262px;
}
.both-btn {
    display: flex;
    justify-content: center;
}
.both-btn div {
    padding: 0 20px;
}
.property-body span a {
    color: #000;
    font-weight: 300;
    position: absolute;
    bottom: 50px;
}
.icon-footer{
    display: flex;
   justify-content: center;
}
.main-footer .icon-footer .icon-box img{
    width: 100px;
}
.main-footer .icon-footer p{
  color: #ffffff;
  padding-left: 15px;
}
.main-footer .icon-footer{
    padding-top: 20px;
}
.main-footer{
    border-top: 1px solid #ffffff;
}
.border-right{
    border-right: 1px solid #ffffff;
}
.mobile{
    display: none;
}
@media screen and (max-width: 1024px) {
.events-list .property-item .property-body h3{
    height: 110px;
}
}
@media screen and (max-width: 991px) {
.desktop{
display: none;
}
.mobile{
    display: block;
}
}
@media screen and (max-width: 767px) {
    .accordion-button.two {
        min-height: 60px;
        display: flex;
        align-items: center;
        line-height: 20px;
        margin-bottom: 0;
        padding: 5px 65px 5px 10px;
        position: relative;
        background: #fff;
        border-radius: 8px;
        color: #161616;
        cursor: pointer;
        transition: 0.2s cubic-bezier(0.98, 0.57, 1, 1);
        font-size: 13px;
        font-weight: 700;
    }
    .contact-us-icon-two {
        width: 60px;
        height: 60px;
    }
    .get-touch-shape-two,
    .map-shape1-two,
    .map-shape2-two {
        display: none;
    }
    .get-in-touch-form-two {
        padding: 20px;
    }
    /*.h2-subtitle-two {*/
    /*    text-align: center;*/
    /*}*/
    .main-footer .icon-footer .icon-box .image1 {
        width: 120px;
    }
    .main-footer .icon-footer .icon-box .image-icon {
        width: 100px;
    }
    .border-right{
    border-right: none !important;
}
.contact-images {
    background: url(../images/banners/get-in-touch.jpg) center center/cover no-repeat;
    padding-right: 0 !important;
   height: 300px !important;
        background-position: center;
        background-size: 100%;
        margin-bottom: 16px;
}
        .jobs-bg .skill-set ul li {
            font-size: 14px !important;
        }
        .job-location h4{
    font-size: 15px !important;
}
.jobs-bg .job-icon {
    padding: 7px !important;
}
.hero-slide-image .section-title h2{
    font-size: 18px !important;
}
.hero-slide-image .section-title h2{
    margin-top: 6px;
    font-size: 18px !important;
    padding: 5px 20px;
}

.events-list .property-item .property-body h3{
    height: 100% !important;
}
.home-contact {
    padding: 0px 0px 0px 0px;
    margin-top: 50px;
}
}

/* ================================= Career Css Start =============================== */

.jobs-bg{
    border-style: none;
    /*box-shadow: 0px 6px 10px 2px rgba(79, 79, 79, 0.12);*/
    box-shadow: 0 0 38px 0 rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 18px 26px 18px;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 35px;
}
.recomended{
    padding: 10px 15px 10px 15px;
    background-color: #131313;
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    top: -20px;
}
.jobs-bg button{
    display: block;
    margin: 10px auto;
}
.job-name h3{
    font-size: 19px;
}
.job-location h4{
    font-size: 17px;
}
.recomended p{
    color: #ffffff;
    transition: color 0.3s;
    margin-bottom: 0;
}
.recomended p i{
    color: #ED7D3A
}
.careers-more{
    margin-bottom: 20px;
}
.jobs-bg .job-icon{
    background-color: #2F3D7E;
    border-radius: 50px;
    padding: 13px;
}
.job-company{
    display: flex;
    align-items: center;
}
.job-location{
    line-height: 10px;
}
.jobs-bg .skill-set ul{
    padding-left: 0px;
    line-height: 30px;
}
.jobs-bg .skill-set ul li{
    list-style-type: none;
    transition: color 0.3s;
    font-size: 14px;
}
.jobs-bg .skill-set ul li i{
    color: #2F3D7E;
    transition: color 0.3s;
}

     /* ================================= Career Css End =============================== */
