@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Barlow+Condensed:ital,wght@1,100&family=Crimson+Pro:ital,wght@1,200&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Josefin+Sans:ital,wght@1,300&family=Manrope:wght@200;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400&family=Rowdies:wght@300&family=Source+Serif+4:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Barlow+Condensed:ital,wght@1,100&family=Black+Han+Sans&family=Crimson+Pro:ital,wght@1,200&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Josefin+Sans:ital,wght@1,300&family=Manrope:wght@200;300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400&family=Rowdies:wght@300&family=Source+Serif+4:wght@300&display=swap');

/*============ Deafult Start =============*/

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d16f14;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: none;
    font-size: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #D16F14;
    background-image: url(../images/slider-arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.slick-next.slick-arrow {
    right: -15px;
    left: unset;
}

.slick-prev.slick-arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots button {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    border: 1px solid #D16F14;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.slick-dots .slick-active button {
    width: 20px;
    border-radius: 10px;
}

.service-category-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-position: center;
    background-size: contain;
    right: 5px;
    top: 5px;
    background-repeat: no-repeat;
}

.service-category-platinum-icon {
    background-image: url(../images/platinum-icon.png);
}

.service-category-gold-icon {
    background-image: url(../images/gold-icon.png);
}

.client-content .card {
    overflow: hidden;
}

.client-content .card>img {
    border-radius: 0 !important;
}

video {
    max-width: 100%;
}

/*============ Deafult End =============*/


/*============ Font Family =============*/

.baloo {
    font-family: 'Baloo Bhai 2', cursive;
}

.han {
    font-family: 'Black Han Sans', sans-serif;
}

.popins {
    font-family: 'Poppins', sans-serif;
}


/*=============== Header Start ================*/

a {
    -webkit-transition: all ease-in-out 0.3s !important;
    -o-transition: all ease-in-out 0.3s !important;
    transition: all ease-in-out 0.3s !important;
}

.header {
    background: #D16F14;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar {
    padding: 5px 0;
}


/* .navbar-brand {
    position: absolute;
    top: 53%;
    z-index: 1;
    background: #D16F14;
} */

.nav-link {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

.nav-link:hover {
    color: #ffffff;
    opacity: 0.5;
}

.nav-item {
    padding: 0 20px;
}

.header-advertis {
    padding-left: 4px;
}

.header-button {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    color: #E49023;
}

.navbar-toggler-icons {
    width: 35px;
    height: 3px;
    background-color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.navbar-toggler {
    position: relative;
    z-index: 110;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*=============== Header End ================*/

.uparrow {
    position: fixed;
    right: 3%;
    bottom: 8%;
    background: #ebeb2f;
    padding: 7px 12px;
    border-radius: 9px;
}

.top-arrow {
    width: 26px;
}


/*============= Landing Section Start ===============*/

.landing-section {
    position: relative;
}

.landing-img-content {
    /* position: absolute; */
    top: 0;
    right: 0;
    height: 100%;
    /* width: 50%; */
}

.landing-img-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.pfa-content {
    position: relative;
}

.landing-welcome {
    font-size: 20px;
    line-height: 31px;
    color: #4F4F4F;
    margin-bottom: 10px;
    padding-top: 90px;
}

.landing-title {
    font-size: 26px;
    line-height: 50px;
    color: #D16F14;
    margin-bottom: 12px;
}

.landing-discrtion {
    font-size: 20px;
    line-height: 31px;
    color: #4F4F4F;
    margin-bottom: 0;
}

.landing-discrtion-1 {
    margin-bottom: 20px;
}

.landing-img {
    position: absolute;
    bottom: -130px;
    left: -50px;
    z-index: -1;
}

.find-content {
    position: absolute;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding: 40px;
    background: #FFFFFF;
    margin-top: 10px;
    border: 1px solid #E3902A;
    -webkit-box-shadow: 0px 2px 40px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 40px rgb(0 0 0 / 10%);
    border-radius: 10px;
    top: 100%;
}

.landing-find-label {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 4px;
}

.category-img {
    position: absolute;
    left: 6%;
    top: 54%;
    z-index: -9;
}

.landing-select {
    padding: 10px 20px;
    border: none;
    background: rgba(209, 111, 20, 0.4);
    border-radius: 2px;
    width: 300px;
    max-width: 100%;
}

.landing-select[name="category"] {
    background-image: url(../images/arrow-down-icon.png) !important;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

.landing-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(209, 111, 20, 0.4);
}

.landing-location {
    margin-left: 20px;
    position: relative;
}

.location-img {
    position: absolute;
    left: 43%;
    top: 86px;
}

.landing-find-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 10px 38px;
    background: #D16F14;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-left: 20px;
}

.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*============ Providers Start =============*/

.providers-section {
    background: url('../images/landing-img.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.providers-content {
    text-align: center;
    padding-top: 65px;
    /*padding-top: 60px;*/
    /*padding-bottom: 80px;*/
    padding-bottom: 40px;
    background-position: center;
}

.providers-title {
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.providers-discription {
    font-size: 24px;
    line-height: 37px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.providers-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.providers-code::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
}

.providers-code::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
}

.providers-code:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
}

.providers-code::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
}

.providers-code::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
}

.providers-code {
    width: 356px;
    max-width: 100%;
    padding: 16px 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.providers-code:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #FFFFFF;
}

.provider-search {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #E69731;
    padding: 16px 50px;
    margin-left: 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.re-client-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #D16F14;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.re-client-img {
    border: 1px solid #D16F14;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    width: 130px;
    height: 130px;
}

.re-client-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.re-client-contact {
    height: 100%;
    padding: 25px 35px;
}

.re-client-card.re-bg-orange {
    background-color: #FB9224;
}

.re-client-card.re-bg-orange .client-name,
.re-client-card.re-bg-orange .client-mo {
    color: #fff;
    opacity: 1;
}

.select2-container--default .select2-selection--single {
    height: auto;
    background-color: rgba(209, 111, 20, 0.4);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 8px 20px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}


/*============ Providers End =============*/


/*============= Landing Section End ===============*/

.advertisement-section {
    padding-top: 40px;
}


/*================ All Service Section Start ===================*/

.service-section {
    padding-top: 70px;
    position: relative;
}

.logo-link img {
    opacity: 0.5;
}

.service-worker {
    margin-bottom: 20px;
    height: 301px;
    border-radius: 4px;
    -webkit-box-shadow: -1px 0px 8px 4px rgb(209 111 20);
    box-shadow: -1px 0px 8px 4px rgb(209 111 20);
}

.service-worker-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.service-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    color: #000000;
    text-decoration: none;
}

.service-name:hover {
    opacity: 0.8;
    color: tomato;
}

.service-content {
    margin-bottom: 50px;
}

.service-dots-img {
    position: absolute;
    right: 0;
    z-index: -1;
}

.service-dots-img-second {
    position: absolute;
    right: 0;
    bottom: -4%;
}


/*================ All Service Section Start ===================*/

.logo-section {
    background: #F4F4F4;
    padding: 17px 0;
}

.logo-img {
    height: 50px;
    padding: 0 26px;
    -o-object-fit: contain;
    object-fit: contain;
}


/*=============== Worker Section Start ==============*/

.worker-section {
    padding-top: 50px;
    padding-bottom: 88px;
}

.worker-section .worker-electric {
    margin-bottom: 30px;
}

.worker-img {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-bottom: 10px;
    -webkit-box-shadow: -1px 0px 4px 6px rgba(209, 111, 20, 1);
    box-shadow: 0px 0px 3px 3px rgb(209 111 20);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.worker-img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.worker-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    text-decoration: none;
}


/*=============== Worker Section End ==============*/


/*=============== Client Section Start ===============*/

.client-section {
    margin-bottom: 112px;
    position: relative;
    padding-top: 50px;
}

.client-dots-img {
    position: absolute;
    z-index: -1;
}

.client-contact {
    padding: 20px 0;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D16F14;
    border-radius: 0px 0px 15px 15px;
    -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
}

.client-img {
    border-radius: 15px;
    -webkit-box-shadow: -1px 0px 8px 4px rgb(209 111 20);
    box-shadow: -1px 0px 8px 4px rgb(209 111 20);
}

.client-aden {
    border-radius: 15px 15px 0 0;
}

.client-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 6px;
    font-family: 'Baloo Bhai 2', cursive;
}

.client-mo {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    opacity: 0.4;
    text-decoration: none;
    font-family: 'Baloo Bhai 2', cursive;
}

.client-mo:hover {
    color: rgb(209 111 20);
}

.client-content {
    margin-bottom: 50px;
}

.client-dots-img-second {
    position: absolute;
    bottom: -4.2%;
    z-index: -1;
}


/*=============== Client Section End ===============*/


/*============= car Section Start =============*/

.car-section {
    padding-top: 0;
    padding-bottom: 80px;
}

.car-section .car-img img,
.advertisement-img img {
    height: 200px;
    width: 80%;
    display: block;
    margin: auto;
    max-width: 100%;
}


/*============= car Section End =============*/


/*============= How Section Start =============*/

.how-section {
    position: relative;
}

.how-title {
    position: relative;
    font-weight: bold;
    color: #4F4F4F;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 89px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
    max-width: 100%;
}

.how-title::after {
    content: "";
    position: absolute;
    width: 40%;
    border-bottom: 1px solid #D16F14;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.how-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.how-search {
    border: 5px solid #D16F14;
    padding: 15px 30px;
    margin-left: 55px;
    width: 100%;
}

.how-section .row.align-items-center {
    margin-bottom: 20px;
}

.one-img {
    padding-top: 34px;
}

.search-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    color: #4F4F4F;
    margin-bottom: 31px;
    position: relative;
}

.search-title::before {
    content: "";
    border-bottom: 3px solid #000000;
    position: absolute;
    top: calc(100%);
    width: 143px;
}

.search-discription {
    font-size: 24px;
    line-height: 32px;
    color: #4F4F4F;
}

.how-connect {
    border: 5px solid #D16F14;
    padding: 15px 30px;
    margin-left: 40px;
}

.dots-one {
    position: absolute;
    bottom: -14%;
    left: 0;
    z-index: -1;
}

.dots-two {
    position: absolute;
    top: 9%;
    right: 0;
    z-index: -1;
}


/*============= How Section End =============*/


/*================== Home Section Start ======================*/

.home-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

.home-content.card img {
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-discription {
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
    background-color: #F8F8F8;
    border-radius: 0px 0px 8px 8px;
}

.home-img {
    border-radius: 8px 8px 0px 0px;
}

.how-work-section {
    padding: 150px 0 0;
}

.how-work-description {
    font-size: 18px;
    line-height: 27px;
    color: #4F4F4F;
    text-align: center;
}

.how-work-title {
    font-weight: bold;
    color: #4F4F4F;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 0;
}

.how-work-content {
    padding: 0 15px;
}


/*================== Home Section End ======================*/


/*================= about us section Start ================*/

.about-section {
    padding-top: 60px;
    padding-bottom: 107px;
}

.about-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #4F4F4F;
    text-align: center;
    margin-bottom: 56px;
}

.about-img {
    position: relative;
}

.about-women-img {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 1;
}

.about-dots-img {
    float: right;
    margin-right: -82px;
    margin-top: 158px;
}

.about-jolie {
    padding-top: 77px;
    padding-left: 60px;
}

.jolie-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    color: #4F4F4F;
}

.jolie-discription {
    font-size: 18px;
    line-height: 140%;
    color: #4F4F4F;
    margin-bottom: 33px;
}

.jolie-seller {
    font-size: 12px;
    line-height: 18px;
    color: #4F4F4F;
}


/*================= about us section End ================*/


/*================ Media Section Start ===============*/

.media-section {
    padding-bottom: 94px;
    padding-top: 85px;
}

.media-bg-color {
    background-color: #FB9224;
    border-radius: 10px;
}

.media-updates {
    padding-top: 50px;
    padding-left: 50px;
    position: relative;
}

.media-updates::before {
    content: "";
    border: 1px solid #ffffff;
    height: 271px;
    position: absolute;
    right: -42px;
    top: 24px;
}

.updates-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.updates-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.updates-input-name::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-name::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-name:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-name::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-name::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-email::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-email::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-email:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-email::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-email::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.updates-input-name {
    padding: 16px 0 16px 20px;
    border-radius: 4px;
    background: transparent;
    width: 218px;
    color: white;
    max-width: 100%;
    border: 1px solid #FFFFFF;
    -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.05));
}

.updates-input-name:focus {
    color: white;
}

.updates-input-email:focus {
    color: white;
}

.updates-input-email {
    padding: 16px 0 16px 20px;
    border-radius: 4px;
    margin-left: 15px;
    color: white;
    width: 356px;
    max-width: 100%;
    background: transparent;
    border: 1px solid #FFFFFF;
    -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.05));
}

.updates-input .form-control:focus {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #FFFFFF;
}

.updates-agent {
    font-weight: 500;
    font-size: 18px;
    color: #4F4F4F;
    line-height: 27px;
    width: 100%;
    margin-bottom: 65px;
    padding: 16px 152px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.media-join {
    position: relative;
    padding-left: 50px;
    padding-top: 25px;
    padding-right: 30px;
}

.join-img {
    height: 266px;
}

.media-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.join-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 65px;
    text-align: center;
}

.join-discroption {
    position: absolute;
    top: 22.5%;
    left: 20%;
}

.join-facebook-btn {
    padding: 16px 138px;
    background: #4267B2;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.join-facebbok {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding-left: 15px;
    color: #FFFFFF;
}

.subscribe-description {
    font-size: 18px;
    line-height: 35px;
    color: #4F4F4F;
    text-align: center;
    margin-bottom: 0;
}


/*================ Media Section End ===============*/


/*================ Contact Us Page Start ===============*/

.contact-section {
    padding: 50px 0;
}

.contact-img img {
    width: 400px;
    display: block;
    margin: auto;
}

.contact-subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
}

.btn-orange {
    background-color: #d16f14;
    color: #fff;
}


/*================ Contact Us Page End ===============*/


/*================ Business Detail Start ===============*/

.re-social-media-list {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.re-social-media-list-link {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin: 0 10px;
}

.re-business-detail-content-section {
    background-color: #F8F8F8;
    padding: 100px 0;
    position: relative;
}

.re-business-detail-content-section .how-title {
    margin-bottom: 20px;
}

.re-business-detail__inner {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #4F4F4F;
}

.re-business-detail__inner ul {
    padding-left: 0;
    list-style: none;
}

.re-business-contact {
    font-family: 'Poppins';
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}

.re-business-contact-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #4F4F4F;
    margin-bottom: 20px;
}

.re-business-contact__inner label {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #4F4F4F;
}

.re-business-contact__inner p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #4F4F4F;
}

.business-media-section {
    background-color: #F8F8F8;
    padding-top: 0;
}

.re-business-detail-left-img {
    position: absolute;
    top: 30px;
    left: 0;
}

.re-business-detail-right-img {
    position: absolute;
    bottom: 50px;
    right: 0;
}


/*================ Business Detail End ===============*/


/*================ Start ===============*/

.sp-details-img {
    margin-bottom: 20px;
}

.sp-details-img img {
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 125px;
    max-width: 100%;
}

.navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    max-width: 100%;
}

.navigation-item {
    margin-right: 5px;
    margin-bottom: 5px;
}

.navigation-item a {
    text-decoration: none;
    color: #000;
    padding: 0px 10px;
    /*border: 1px solid #000;*/
    display: block;
}

.fill-char {
    border-bottom: 1px solid #000;
}

.go-top-arrow {
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 30px;
    background-color: #d16f14;
    z-index: 20;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    display: none;
}

.go-top-arrow img {
    width: 18px;
    height: 18px;
}


/*================ End ===============*/


/*============== Footer Start ===============*/

.footer {
    background: #D16F14;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-discription {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.footer-list {
    float: right;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.footer-link {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 0 20px;
    text-decoration: none;
}

.footer-link:hover {
    color: #FFFFFF;
    opacity: 0.5;
}
/*.footer-copyright {*/
/*    margin-bottom: 40px;*/
/*}*/

.site-develop-content__inner {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.site-develop-content__inner a {
    font-size: 16px;
    padding-left: 4px;
    color: #ffffff;
    font-weight: 700;
}

.site-develop-content__inner img {
    width: 100px;
    margin-left: 15px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*============== Footer End ===============*/


/*=================== Responsive Start ====================*/

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1324px;
    }
}

@media (max-width: 1199px) {
    .landing {
        display: none;
    }

    .landing-section {
        padding-bottom: 100px;
    }

    .providers-content {
        padding-top: 96px;
        padding-bottom: 105px;
    }

    .service-name {
        font-size: 18px;
    }

    .worker-name {
        font-size: 14px;
        font-weight: 400;
    }

    .worker-section {
        padding-bottom: 0;
    }

    .about-jolie {
        padding-top: 49px;
        padding-left: 33px;
    }

    .jolie-discription {
        font-size: 15px;
    }

    .about-dots-img {
        margin-right: -50px;
        margin-top: 48px;
    }

    .media-section {
        padding-top: 0;
    }

    .join-title {
        font-size: 25px;
    }

    .join-facebook-btn {
        padding: 11px 88px;
        margin-left: -14px;
    }
}

@media (max-width: 991px) {
    video {
        height: auto !important;
    }

    .car-section .car-img img {
        height: 170px;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar-nav {
        height: 100vh;
        background-color: #D16F14;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        z-index: 100;
    }
    .navbar-toggler-icons {
        transition: all ease-in-out 0.3s;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icons {
        margin-bottom: 0;
        position: relative;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(3) {
        transform: rotate(-45deg);
    }
    .navbar-brand {
        z-index: 0;
    }

    .landing-select {
        width: 100%;
    }

    .client-name {
        font-size: 20px;
        margin-bottom: 0;
    }

    .client-mo {
        font-size: 16px;
    }

    .service-worker {
        height: unset;
        margin-bottom: 0;
    }

    .service-name {
        font-size: 13px;
    }

    .advertisement-section {
        padding-top: 43px;
        padding-bottom: 40px;
    }

    .service-content {
        margin-bottom: 0;
    }

    .worker-electric {
        text-align: center;
    }

    .how-search {
        margin-left: 10px;
        margin-bottom: 50px;
    }

    .how {
        display: none;
    }

    .how-connect {
        margin-left: 0;
        padding: 30px;
    }

    .about-jolie {
        padding-left: 0;
    }

    .jolie-discription {
        font-size: 13px;
    }

    .category-img {
        left: 8%;
    }

    .location-img {
        left: 40%;
    }

    .media-updates {
        padding: 30px 50px 0 50px;
    }

    .media-updates::before {
        border: 0;
    }

    .media-join {
        padding: 30px 50px 45px 50px;
    }

    .join-discroption {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .join-facebook-btn {
        margin-left: 0;
    }

    .footer-link {
        padding: 0 12px;
    }

    .re-client-contact {
        height: 100%;
        padding: 15px 20px;
    }

    .find-content {
        position: static;
        margin-bottom: 20px;
    }

    .how-work-img {
        margin-bottom: 20px;
    }
    .proud-members-section .home-content.card img {
        height: 110px;  
    }
    .footer-copyright {
        flex-direction: column;
    }
    .footer-copyright__inner {
        order: 2;
        margin-bottom: 10px;
    }
    .footer-list-content {
        order: 1;
        margin-bottom: 10px;
    }
    .footer-2022 {
        order: 3;
    }
}

@media (max-width: 767px) {
    .car-section .car-img img {
        height: auto;
        width: 100%;
    }

    .landing-welcome {
        margin-bottom: 20px;
    }

    .landing-discrtion {
        font-size: 18px;
        line-height: 24px;
        padding: 0 66px;
        margin-bottom: 20px;
    }

    .client-img {
        margin-bottom: 30px;
    }

    .client-name {
        font-size: 24px;
    }

    .client-mo {
        font-size: 20px;
    }

    .client-content {
        margin-bottom: 0;
    }

    .client-dots-img-second {
        bottom: -1%;
    }

    .service-name {
        font-size: 18px;
    }

    .providers-title {
        font-size: 26px;
        margin-bottom: 6px;
        overflow: hidden;
    }

    .providers-discription {
        font-size: 18px;
        line-height: 25px;
    }

    .provider-search {
        padding: 8px 50px;
        width: 60%;
        margin-left: 0;
    }

    .providers-input {
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .providers-code {
        margin-bottom: 20px;
        width: 100%;
    }

    .find-content {
        display: block;
    }

    .location-img {
        left: 10px;
        top: 42px;
    }

    .find-content {
        padding: 20px;
        position: static;
    }

    .find-content .select2-container {
        width: 100% !important;
    }

    .category-img {
        left: 27px;
        top: 66px;
    }

    .landing-location {
        margin: 20px 0;
    }

    .landing-find-btn {
        margin-left: 0;
    }

    .landing-section {
        padding-bottom: 30px;
    }

    .about-dots-img {
        margin-right: 0;
    }

    .home-section {
        padding-bottom: 30px;
    }

    .how-search {
        background-color: white;
        padding: 14px;
    }

    .how-connect {
        padding: 14px;
        background-color: white;
    }

    .how-title {
        font-size: 30px;
    }

    .search-title {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .search-title::before {
        top: calc(100% - 11px);
    }

    .search-discription {
        font-size: 20px;
        line-height: 30px;
    }

    .about-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .dots-one {
        z-index: -1;
    }

    .dots-two {
        z-index: -1;
    }

    .about-title {
        font-size: 26px;
        line-height: 41px;
        margin-bottom: 26px;
    }

    .about-jolie {
        text-align: center;
        padding-top: 0;
    }

    .updates-input {
        display: block;
    }

    .updates-input-name {
        width: 100%;
        margin-bottom: 20px;
    }

    .updates-input-email {
        width: 100%;
        margin-left: 0;
    }

    .updates-agent {
        padding: 11px 90px;
        margin-bottom: 25px;
    }

    .media-join {
        padding: 0 20px 28px 20px;
    }

    .join-title {
        margin-bottom: 40px;
    }

    .join-discroption {
        left: 10%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .media-section {
        padding-bottom: 54px;
        padding-top: 30px;
    }

    .footer {
        padding-bottom: 1px;
    }

    .footer-list-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-discription {
        display: none;
    }

    .footer-list {
        float: left;
        text-align: center;
        list-style: none;
        display: block;
        margin-top: 0;
        padding: 0;
    }

    .footer-2022 {
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        text-align: center;
    }

    .landing-img-content {
        position: static;
        width: 100%;
    }

    .landing-welcome {
        padding-top: 40px;
    }

    .landing-img {
        bottom: unset;
        top: 44%;
    }

    .landing-section .col-lg-5 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .client-content .card {
        margin-bottom: 0;
    }

    .how-title {
        line-height: 40px;
        text-align: center !important;
        max-width: 100%;
    }

    .how-section .row.align-items-center:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .how-number {
        margin-bottom: 20px;
    }

    .logo-img {
        padding: 0;
    }

    .client-content .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .client-content .card>img {
        height: 105px !important;
    }

    .client-content a {
        height: auto !important;
    }

    .media-section .landing-discrtion {
        padding: 0;
    }

    .landing-title {
        font-size: 22px;
    }

    .about-section .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about-section .landing-img-content {
        margin-bottom: 20px;
    }

    .client-content a h4.card-title {
        font-size: 14px !important;
    }

    .client-content a .card-title {
        font-size: 12px;
    }
    .proud-members-section .home-content.card img {
        height: 185px;  
    }
}

@media (max-width: 424px) {

    /* .car-section .car-img img {
        height: 120px;
        object-fit: contain;
    } */
    .landing-discrtion {
        font-size: 16px;
    }

    .car-section {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .about-title {
        font-size: 24px;
    }

    .updates-agent {
        padding: 11px 64px;
    }

    .updates-title {
        font-size: 26px;
        line-height: 33px;
    }

    .media-updates {
        padding: 30px 18px 0 18px;
    }

    .media-join {
        padding: 0 7px 28px 7px;
    }

    .join-title {
        font-size: 23px;
    }

    .join-facebook-btn {
        padding: 11px 64px;
    }
}

@media (max-width: 373px) {
    .car-section .car-img img {
        height: 110px;
    }

    .providers-title {
        font-size: 28px;
        margin-bottom: 16px;
        line-height: 36px;
    }

    .providers-discription {
        font-size: 16px;
        line-height: 20px;
    }

    .service-section {
        padding-top: 40px;
    }

    .find-content {
        margin-left: 0;
    }

    .search-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .about-title {
        font-size: 18px;
    }

    .jolie-title {
        font-size: 26px;
        line-height: 40px;
    }

    .jolie-discription {
        font-size: 14px;
        padding: 0 48px;
    }

    .updates-title {
        font-size: 21px;
        line-height: 27px;
    }

    .join-title {
        font-size: 20px;
    }

    .join-facebook-btn {
        padding: 11px 46px;
    }
}

.breadcrumba>li {
    display: inline-block;
}

.breadcrumba>li>a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.box-sizes {
    background: #FB9224;
    color: #ffffff;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff !important;
}

.card {
    border-radius: 16px !important;
}


/*=================== Responsive End ====================*/