* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "montserrat-regular";
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "montserrat-medium";
    src: url(../font/Montserrat/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "montserrat-semibold";
    src: url(../font/Montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: "montserrat-bold";
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "sofiasans-regular";
    src: url(../font/Sofia_Sans/SofiaSans-Regular.ttf);
}

@font-face {
    font-family: "sofiasans-medium";
    src: url(../font/Sofia_Sans/SofiaSans-Medium.ttf);
}

@font-face {
    font-family: "sofiasans-semibold";
    src: url(../font/Sofia_Sans/SofiaSans-SemiBold.ttf);
}

@font-face {
    font-family: "sofiasans-bold";
    src: url(../font/Sofia_Sans/SofiaSans-bold.ttf);
}

@font-face {
    font-family: "onset-regular";
    src: url(../font/Onest/Onest-Regular.ttf);
}

@font-face {
    font-family: "onset-medium";
    src: url(../font/Onest/Onest-Medium.ttf);
}

@font-face {
    font-family: "onset-semibold";
    src: url(../font/Onest/Onest-SemiBold.ttf);
}

@font-face {
    font-family: "onset-bold";
    src: url(../font/Onest/Onest-Bold.ttf);
}

:root {
    --montserrat_regular: "montserrat-regular";
    --montserrat_medium: "montserrat-medium";
    --montserrat_semibold: "montserrat-semibold";
    --montserrat_bold: "montserrat-bold";
    --sofiasans_regular: "sofiasans-regular";
    --sofiasans_medium: "sofiasans-medium";
    --sofiasans_semibold: "sofiasans-semibold";
    --sofiasans_bold: "sofiasans-bold";
    --onset_regular: "onset-regular";
    --onset_medium: "onset-medium";
    --onset_semibold: "onset-semibold";
    --onset_bold: "onset-bold";

    --bg_color_1: #1A58AF;
    --bg_color_2: #FFFFFF;
    --bg_color_3: #000000;
    --bg_color_4: #1957AE;

    --text_color_1: #1A58AF;
    --text_color_2: #FFFFFF;
    --text_color_3: #000000;
    --text_color_4: #707070;
    --text_color_5: #2FAE29;
    --text_color_6: #AAB3C8;
}

.call_part .call1 {
    display: flex;
    justify-content: end;
}

.call_part .call1 .left {
    display: flex;
    align-items: center;
    font-family: var(--sofiasans_regular);
    background: url("../images/Vector2.png");
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    padding: 10px 40px 10px 20px;
    margin-right: -20px;
    margin-top: -9px;
    gap: 12px;
}

.call_part .call1 img {
    width: 25px;
    height: 25px;
}

.call_part .call1 .right {
    display: flex;
    font-family: var(--sofiasans_semibold);
    background: url("../images/Vector1.png");
    background-repeat: no-repeat;
    color: #fff;
    padding: 10px 20px 10px 40px;
    font-size: 20px;
}

.navbar {
    padding: 0 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--text_color_3);
    font-family: var(--sofiasans_regular);
}

.navbar .search_button_part {
    margin-left: 120px;
}

.navbar .search_button_part .btn {
    font-family: var(--sofiasans_regular);
    text-transform: uppercase;
    background-color: var(--bg_color_1);
    color: var(--text_color_2);
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
}

.home_first_section {
    background-color: var(--bg_color_1);
    padding: 0 50px;
}

.home_first_section .container-fluid .main_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.home_first_section .container-fluid .first,
.home_first_section .container-fluid .second,
.home_first_section .container-fluid .third {
    display: flex;
}

.home_first_section .container-fluid .first p,
.home_first_section .container-fluid .second p,
.home_first_section .container-fluid .third p {
    margin: 0 0 0 18px;
    color: var(--text_color_2);
    font-family: var(--montserrat_regular);
    font-size: 16px;
    font-weight: 400;
}

.home_second_section {
    background-image: url(../images/main_section.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 50px;
}

.home_second_section .container-fluid .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home_second_section .container-fluid .main_text_part h4 {
    font-family: var(--sofiasans_bold);
    font-size: 50px;
}

.home_second_section .container-fluid .main_text_part .line_img_part {
    display: flex;
    justify-content: center;
}

.home_second_section .container-fluid .main_text_part img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_second_section .container-fluid .trusted_by {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_second_section .container-fluid .trusted_by p {
    margin: 0 0 0 15px;
    color: var(--text_color_4);
    font-family: var(--montserrat_semibold);
}

.home_second_section .container-fluid .option_field_part {
    display: flex;
    gap: 15px;
    margin: 60px 0 40px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.home_second_section .container-fluid .option_field_part select {
    padding: 20px 15px 20px 40px;
    font-size: 16px;
    border: 1px solid var(--bg_color_3);
    border-radius: 5px;
    background: url('../images/search-zoom.svg') no-repeat 10px center;
    background-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    font-family: var(--sofiasans_regular);
    width: 35%;
}

.home_second_section .container-fluid .postcode_part {
    position: relative;
    display: flex;
    align-items: center;
    width: 35%;
}

.home_second_section .container-fluid .postcode_part input {
    width: 100%;
    padding: 20px 90px 20px 40px;
    font-size: 16px;
    border: 1px solid var(--bg_color_3);
    border-radius: 5px;
    background: url('../images/radar.svg') no-repeat 10px center;
    background-size: 18px;
}

.home_second_section .container-fluid .postcode_part input::placeholder {
    color: var(--text_color_3);
    font-family: var(--sofiasans_regular);
}

.home_second_section .container-fluid .postcode_part button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 16px;
    background-color: var(--bg_color_1);
    color: var(--text_color_2);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-family: var(--sofiasans_regular);
}

.our_services_section {
    padding: 100px 50px;
}

.our_services_section .heading_part p {
    color: var(--text_color_5);
    font-family: var(--sofiasans_semibold);
    font-size: 18px;
    text-align: center;
}

.our_services_section .heading_part h2 {
    color: var(--text_color_3);
    font-family: var(--sofiasans_bold);
    text-align: center;
}

.our_services_section .heading_part h2::after {
    content: "";
    display: block;
    width: 200px;
    height: 3px;
    background-color: var(--bg_color_1);
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.our_services_section .service-card {
    border: 1px dotted #D9D9D9;
    border-radius: 7px;
    position: relative;
    padding-top: 42px;
    padding-right: 60px;
    margin-top: 65px;
}

.our_services_section .service-card .card-body .card-title {
    font-family: var(--sofiasans_semibold);
}

.our_services_section .service-card .card-body .card-text {
    font-family: var(--montserrat_regular);
    color: var(--text_color_3);
    font-size: 14px;
    margin-bottom: 60px;
    margin-top: 12px;
}

.our_services_section .service-logo {
    position: absolute;
    top: -40px;
    left: 58px;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg_color_1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_services_section .service-logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.our_services_section .book-bar {
    position: relative;
    background-image: url(../images/arrow_sign.png);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: 100% 100%;
    color: #fff;
    padding: 15px 16px;
    height: 48px;
    display: flex;
    align-items: center;
    font-family: var(--sofiasans_regular);
    border-bottom-left-radius: 7px;
}

.why_choose_section {
    padding: 100px 50px;
}

.why_choose_section .left_side_part img {
    padding-right: 100px;
    height: 700px;
}

.why_choose_section .right_side_part .heading_part p {
    color: var(--text_color_5);
    font-family: var(--sofiasans_semibold);
    font-size: 18px;
}

.why_choose_section .right_side_part .heading_part h2 {
    color: var(--text_color_3);
    font-family: var(--sofiasans_bold);
}

.why_choose_section .right_side_part .heading_part h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: var(--bg_color_1);
    margin: 10px 0 0 0;
    border-radius: 2px;
}

.why_choose_section .right_side_part .desc_part .card img {
    height: 70px;
    width: 70px;
}

.why_choose_section .right_side_part .desc_part .card {
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    padding: 15px;
}

.why_choose_section .right_side_part .desc_part .card .card-body {
    padding: 0 60px 0 30px;
}

.why_choose_section .right_side_part .desc_part .card {
    margin-top: 25px;
}

.why_choose_section .right_side_part .desc_part .card .card-body .card-title {
    color: var(--text_color_3);
    font-family: var(--sofiasans_semibold);
    margin-bottom: 10px;
}

.why_choose_section .right_side_part .desc_part .card .card-body .card-text {
    color: var(--text_color_3);
    font-family: var(--montserrat_regular);
    font-size: 14px;
    margin-bottom: 10px;
}

.why_choose_section .right_side_part .desc_part .card:hover {
    background-color: var(--bg_color_1);
    transition: background-color 0.3s ease;
}

.why_choose_section .right_side_part .desc_part .card:hover .card-title,
.why_choose_section .right_side_part .desc_part .card:hover .card-text {
    color: var(--text_color_2);
    transition: color 0.6s ease;
}

.our_trust_section {
    padding: 100px 50px;
}

.our_trust_section .top_part .left_side_part img {
    padding-right: 100px;
    height: 700px;
}

.our_trust_section .top_part .left_side_part .heading_part p {
    color: var(--text_color_5);
    font-family: var(--sofiasans_semibold);
    font-size: 18px;
}

.our_trust_section .top_part .left_side_part .heading_part h2 {
    color: var(--text_color_3);
    font-family: var(--sofiasans_bold);
    margin-bottom: 40px;
}

.our_trust_section .top_part .left_side_part .heading_part h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: var(--bg_color_1);
    margin: 10px 0 0 0;
    border-radius: 2px;
}

.our_trust_section .top_part .right_side_part .heading_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--bg_color_3);
    width: 300px;
    padding: 10px 0;
}

.our_trust_section .top_part .right_side_part .heading_part p:nth-of-type(1) {
    margin-bottom: 0;
    font-family: var(--sofiasans_regular);
    color: var(--text_color_4);
    font-size: 18px;
    margin-right: 30px;
}

.our_trust_section .top_part .right_side_part .heading_part p:nth-of-type(2) {
    margin-bottom: 0;
    font-family: var(--sofiasans_regular);
    color: var(--text_color_3);
    font-size: 18px;
}

.our_trust_section .top_part .right_side_part .book_now_button_part button {
    padding: 14px 16px;
    background-color: var(--bg_color_1);
    color: var(--text_color_2);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-family: var(--sofiasans_regular);
    width: 100%;
    margin-top: 15px;
}

.our_trust_section .bottom_part .right_side_part {
    padding: 100px 0 0 0;
}

.our_trust_section .bottom_part .right_side_part .service-card {
    border: 1px dotted #D9D9D9;
    border-radius: 7px;
    position: relative;
    padding-top: 42px;
    padding-right: 10px;
    margin-top: 90px;
}

.our_trust_section .bottom_part .right_side_part .service-card .card-body .card-title {
    font-family: var(--sofiasans_semibold);
}

.our_trust_section .bottom_part .right_side_part .service-card .card-body .card-text {
    font-family: var(--montserrat_regular);
    color: var(--text_color_3);
    font-size: 14px;
    margin-bottom: 60px;
    margin-top: 12px;
}

.our_trust_section .bottom_part .right_side_part .service-logo {
    position: absolute;
    top: -40px;
    left: 58px;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg_color_1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_trust_section .bottom_part .right_side_part .service-logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.our_trust_section .bottom_part .right_side_part .book-bar {
    position: relative;
    background-image: url(../images/arrow_sign.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 15px 16px;
    height: 48px;
    display: flex;
    align-items: center;
    font-family: var(--sofiasans_regular);
    border-bottom-left-radius: 7px;
}

.our_area_section {
    padding: 100px 50px;
}

.our_area_section .heading_part p {
    color: var(--text_color_5);
    font-family: var(--sofiasans_semibold);
    font-size: 18px;
    text-align: center;
}

.our_area_section .heading_part h2 {
    color: var(--text_color_3);
    font-family: var(--sofiasans_bold);
    text-align: center;
}

.our_area_section .heading_part h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background: var(--bg_color_1);
    margin: 10px auto 0;
    border-radius: 2px;
}

.our_area_section .image_part {
    position: relative;
    min-height: 460px;
    margin-top: 28px;
    border-radius: 24px;
    overflow: hidden;
    padding: 140px 24px 140px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: url("../images/our_area.png") center/cover no-repeat;
}

.our_area_section .image_part::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .25);
}

.our_area_section .image_part>* {
    position: relative;
    z-index: 1;
}

.our_area_section .pin_icon {
    position: relative;
    display: grid;
    place-items: center;
    margin-top: -10px;
}

.our_area_section .pin_icon img {
    width: 56px;
    height: auto;
}

.our_area_section .button_part {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 82px;
    max-width: 1020px;
}

.our_area_section .button_part button {
    padding: 10px 20px;
    background: var(--bg_color_2);
    color: var(--text_color_1);
    border: 0;
    border-radius: 8px;
    font-size: 18px;
    font-family: var(--sofiasans_semibold);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.our_area_section .button_part button.active {
    background: var(--bg_color_1);
    color: var(--text_color_2);
}

.our_area_section .view_all_location_part {
    margin-top: 28px;
    display: grid;
    place-items: center;
}

.our_area_section .view_all_location_part button {
    padding: 16px 28px;
    background: var(--bg_color_1);
    color: #fff;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-family: var(--sofiasans_semibold);
    margin-top: 30px;
}

@media (max-width: 768px) {
    .our_area_section {
        padding: 60px 20px;
    }

    .our_area_section .image_part {
        padding: 100px 16px 32px;
        border-radius: 16px;
    }

    .our_area_section .button_part {
        gap: 16px 16px;
    }

    .our_area_section .button_part button {
        font-size: 16px;
        padding: 12px 18px;
    }
}

.what_client_section {
    padding: 0 50px 0 50px;
    position: relative;
}

.what_client_section .left_side_part img {
    padding-right: 100px;
    height: 700px;
}

.what_client_section .left_side_part .heading_part p {
    color: var(--text_color_4);
    font-size: 18px;
    font-style: italic;
    margin-top: 30px;
}

.what_client_section .left_side_part .heading_part h2 {
    color: var(--text_color_3);
    font-family: var(--sofiasans_bold);
}

.what_client_section .left_side_part .heading_part h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: var(--bg_color_1);
    margin: 10px 0 0 0;
    border-radius: 2px;
}

.what_client_section .left_side_part .rating_part {
    color: var(--text_color_3);
    font-size: 20px;
    font-style: italic;
    display: flex;
}

.what_client_section .left_side_part .rating_part .rating_img {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.what_client_section .left_side_part .rating_part .rating_img img {
    height: auto;
    width: 200px;
}

/* .what_client_section .right_side_part {
    background-image: url(../images/client_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
} */

.what_client_section .slider_part {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 0.5px solid var(--text_color_4);
}

.what_client_section .slider_part .owl-slider {
    /* margin: 0 60px; */
    margin: 0 110px 0 45px;
}

.what_client_section .slider_part .owl-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.what_client_section .slider_part .owl-slider .owl-dots {
    height: 0;
}

.what_client_section .slider_part .testimonial_card {
    background: #fff;
    border-radius: 0;
    box-shadow: -3px 3px 25px -5px rgba(0, 0, 0, 0.2);
    padding: 30px 50px 30px 30px;
    min-height: 490px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
}

.what_client_section .slider_part .testimonial_card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    border-radius: 12px 0 0 12px;
}

.what_client_section .slider_part .testimonial_card h5 {
    margin: 0;
    font-size: 18px;
    color: #1b3a8a;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.what_client_section .slider_part .testimonial_card p {
    margin: 0;
    color: #5b6b80;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.what_client_section .slider_part .testimonial_card .author {
    margin-top: auto;
    font-weight: 600;
    letter-spacing: 1.1px;
    font-size: 14px;
    color: #34B924;
}

footer {
    padding: 150px 50px 10px 50px;

}

footer .container-fluid {
    padding: 100px 50px 0 50px;
    background-color: var(--bg_color_4);
    border-radius: 16px;
}

footer .container-fluid .first p {
    color: var(--text_color_2);
    font-size: 18px;
    font-family: var(--onset_regular);
    margin-top: 50px;
}

footer .container-fluid .first h5 {
    color: var(--text_color_2);
    font-size: 24px;
    font-family: var(--onset_bold);
    margin-bottom: 15px;
    margin-top: 25px;
}

footer .container-fluid .first .email-input {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 8px 5px 2px 15px;
    width: fit-content;
}

footer .container-fluid .first .email-input input {
    border: none;
    outline: none;
    font-size: 18px;
    color: var(--text_color_1);
    width: 200px;
    font-family: var(--sofiasans_regular);
}

footer .container-fluid .first .email-input input::placeholder {
    color: var(--text_color_1);
}

footer .container-fluid .first .email-input img {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    cursor: pointer;
}

footer .container-fluid .second h4,
footer .container-fluid .third h4,
footer .container-fluid .fourth h4 {
    color: var(--text_color_2);
    font-family: var(--sofiasans_bold);
    font-size: 24px;
}

footer .container-fluid .second p {
    color: var(--text_color_2);
    font-family: var(--montserrat_regular);
    font-size: 18px;
}

footer .container-fluid .second p span {
    font-family: var(--montserrat_medium);
}

footer .container-fluid .third ul li,
footer .container-fluid .fourth ul li {
    color: var(--text_color_2);
    font-family: var(--montserrat_regular);
    font-size: 18px;
}

footer .container-fluid .footer_bottom_part {
    display: flex;
    justify-content: space-between;
    border-top: 0.5px solid var(--text_color_6);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
}

footer .container-fluid .footer_bottom_part p {
    color: var(--text_color_6);
    font-family: var(--montserrat_regular);
    font-size: 18px;
}

footer .container-fluid .footer_bottom_part .social_media_part img {
    margin-left: 20px;
}