body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #FFF;
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.btn {
    font-size: 14px;
    padding: 6px 25px;
}

.fa {
    font-size: 10px;
}

input:focus {
    color: #FFF;
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-select:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}



h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #000;
}

/* Navbar Start */

.navbar-7 {
    background-color: #fff;
    background-color: #FFEDD4;
    font-family: 'Poppins', sans-serif;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
}

.navbar-7 .navbar .navbar-brand {
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
}

.navbar-7 .navbar .navbar-brand:hover {
    color: #efefef;
}

.navbar-7 .navbar-expand-lg .navbar-nav {
    margin: 0 auto;
}

.navbar-7 .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 30px;
}

.navbar-7 .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.navbar-7 .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #000;
    font-weight: 600;

}

.navbar-7 .navbar .navbar-toggler {
    border: none;
    margin-top: 0px;
    padding: 0px;
    font-size: 18px;
    color: #000;
    ;
}

.navbar-7 .navbar .btn-wrap .btn.btn_free {
    padding: 4px 25px;
    background-color: #004586;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    border-radius: 25px;
    margin: 5px 0px;
    font-family: "Poppins", sans-serif;
    border: 2px solid #004586;
}

.navbar-7 .navbar .btn-wrap .btn.btn_free:hover {
    background-color: #004586;
    color: #fff;
}



.banner_wrap {
    padding: 60px 0px;
    font-family: 'Poppins', sans-serif;
    background-color: #FFEDD4;
    position: relative;

}

/* .banner_wrap.bg_img {
    background-image: url(../images/plumber-making-deal-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
} */

.banner_wrap h1 {
    color: #000;
    font-size: 45px;
    font-weight: 600;
}

.banner_wrap h1 span {
    color: #263471;
}

.banner_wrap h6 {
    font-size: 16px;
    font-weight: 600;
    color: #004586;
    margin-bottom: 20px;
    line-height: 24px;
}


.banner_wrap p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 25px 0px;
}

.banner_wrap .btn_demo {
    font-weight: 500;
    color: #fff;
    background-color: #004586;
    background-color: #263471;
    font-size: 14px;
    border-radius: 8px;
    padding: 6px 20px;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: -12%;
    top: 4%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #263471;
}


.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #263471D6;
    z-index: 1;
}

.carousel-item img {
    position: relative;
}

.main_banner_img img {
    position: absolute;
    top: 0;
    z-index: 999;
    bottom: 0;
    width: 390px;
    height: auto;
}

/* Footer Start */

.footer {
    background: #edf4ff;
    padding: 50px 0px 10px;
    font-family: 'Poppins', sans-serif;
    /* background: #F1F1F1; */
}

.footer .footer_wrap p {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0px;
    color: #242425;
}

.footer .footer_wrap h3 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.footer .footer_wrap ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.footer .footer_wrap ul li {
    margin: 5px;
}

.footer .footer_wrap ul li a i {
    color: #000;
    font-size: 20px;
}

.footer .quick_links {
    margin-bottom: 12px;
}

.footer .quick_links h4,
.footer .add_links h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #243370;
}

.footer .quick_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .quick_links ul li{
    margin-bottom: 10px;
}

.footer .quick_links ul li a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #242425;
    margin-bottom: 2px;
}

.footer .add_links ul {
    list-style: none;
    padding: 0;
}

.footer .add_links li {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #858585;
    margin-bottom: 8px;
}

.footer .add_links li a {

    text-decoration: none;

    color: #858585;
}

.footer .add_links li a i,
.footer .add_links li i {
    margin-right: 5px;
}


.b-footer {
    background: #243370;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    /* margin: 0px 15px; */
    cursor: pointer;
    border-top: 1px solid transparent;
    padding: 10px;
}

.b-footer span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-footer span i{
    font-size: 4px;
    margin-inline: 8px;
}

.btn_action {
    font-weight: 400;
    color: #fff;
    background-color: #004586;
    font-size: 14px;
    border-radius: 25px;
    padding: 6px 20px;
    margin: 10px 0px;
}



.services-6,
.about_us {
    position: relative;
    display: block;
    font-family: 'Poppins', sans-serif;
    padding: 50px 0;
}

.services-6 .service-header .service-header-title h2 {
    /* font-size: 40px; */
    color: #000;
    color: #956f38;
    margin-bottom: 20px;
    position: relative;
}

.services-6 .service-header .service-header-title h2::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 34%;
    width: 200px;
    height: 3px;
    margin-top: 10px;
    background-color: #956f38;
    transition: all 0.5s ease-in-out;
    display: none;
}

.services-6 .service-header {
    margin-bottom: 50px;
}

.services-6 .service-header .service-header-text p {
    font-size: 12px;
    color: #444;
    margin-bottom: 50px;
}

.services-6 .price-list-item {
    position: relative;
    /* height: 100px; */
    width: 100%;
    text-align: center;
    padding: 20px;
    /* display: flex
; */
    align-items: center;
}

.services-6 .price-list-item .price-list-img {
    /* width: 10%; */
    margin-bottom: 20px;
}

.services-6 .price-list-item .price-list-img img {
    width: 50px;
}

.services-6 .price-list-item .price-list-img i {
    font-size: 32px;
    color: #003970;
}

.services-6 .price-list-item .price-list-context {
    /* width: 90%; */
}

.services-6 .price-list-item .price-list-context h2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 2px;
}

.services-6 .price-list-item .price-list-context p {
    font-size: 14px;
    color: #b2b0af;
    /* display: none; */
}

.about_us {
    background-color: #956f38;
    background-color: #ffedd4;
}

.about_us .about_us_wrap h2 {
    position: relative;
    margin-bottom: 40px;
    color: #956f38;
}


.about_us .about_us_wrap h2::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 42%;
    width: 150px;
    height: 3px;
    margin-top: 10px;
    background-color: #956f38;
    transition: all 0.5s ease-in-out;
    display: none;
}

.about_us .about_us_wrap p {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 400;
}

.about_us .about_us_wrap p span {
    font-weight: 600;
    color: #003970;
}

.about_us .about_us_wrap ul {
    display: flex;
    flex-wrap: wrap;
    /* list-style: disc; */
}

.about_us .about_us_wrap ul li {
    flex: 0 0 25%;
    margin-bottom: 10px;
    text-align: start;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 15px;
}


.feature-8 {
    background-color: #ffedd4;
    padding: 50px 0;
}

.feature-8 .section-title h1,
.statistics-6 .statistics_header h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    /* line-height: 36px; */
    text-align: center;
    margin-bottom: 10px;
    color: #956f38;
    text-transform: capitalize;
}

.feature-8 .section-title p {
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
    color: #444;
    font-size: 16px;
}

.feature-8 .line-height {
    height: 10px;
}

.feature-8 .feature-wrap {
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.feature-8 .feature-wrap img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.feature-8 .feature-wrap h5 {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 16px;
    height: 60px;
}

.feature-8 .feature-wrap p {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}


.statistics-6 {
    padding: 50px 0;
    font-family: 'Roboto', sans-serif;
    background-color: #FFFF;
}

.statistics-6 .brand-item {
    padding: 19px 5px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #f2f2f2;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}


.about_us {
    padding: 50px 0px;
}

.about_us .about_us_wrap_text h2 {
    color: #956f38;
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 10px 0px;
    position: relative;
}

.about_us .about_us_wrap_text p {
    color: #7c7b7b;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.our_mission_vison_text {
    padding: 10px;
    margin: 10px 0px 20px 0;
    min-height: 200px;
}

.our_mission_vison_text.animation {
    --c: #003970;
    --b: 10px;
    --d: 20px;
    --_s: calc(var(--d) + var(--b));
    color: var(--c);
    border-top: 10px solid #0b5eae;
    background: conic-gradient(at left var(--d) bottom var(--d), #003970 90deg, rgb(255 255 255 / 0.3) 0 225deg, rgb(255 255 255 / 0.6) 0) border-box, conic-gradient(at left var(--_s) bottom var(--_s), #0000 90deg, var(--c) 0) 0 100% / calc(100% - var(--b)) calc(100% - var(--b)) border-box;
    transform: translate(calc(var(--d) / -1), var(--d));
    clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
    transition: 0.5s;
    cursor: pointer;
}

.our_mission_vison_text.animation:hover {
    transform: translate(0, 0);
    clip-path: polygon(0% var(--d),
            var(--d) 0%,
            100% 0%,
            100% calc(100% - var(--d)),
            calc(100% - var(--d)) 100%,
            0% 100%);
}

.our_mission_vison_text p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 20px;
    font-family: "Poppins", sans-serif;
}

.our_mission_vison_text p span {
    display: block;
    vertical-align: middle;
    float: left;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .our_mission_vison_text p span {
        float: none;
        text-align: start;
        margin: 0;
    }
}

.our_mission_vison_text p span i {
    font-size: 80px;
    padding-inline: 30px;
    margin-bottom: 20px;
}

.our_mission_vison_text p img {
    max-width: 100%;
    margin-bottom: 35px;
}

.our_mission_vison_text p strong {
    color: #fff;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 28px;
    display: block;
    padding: 0 0 20px 0;
    font-family: "Work Sans", sans-serif;
}

.statistics {
    background: url("../images/statistics.png") no-repeat bottom fixed;
    min-height: 300px;
    background-size: cover;
    display: none;
}

.statistics .data {
    background: rgba(2, 2, 2, 0.7);
    color: #b6b5b5;
    min-height: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.statistics h2 {
    /* padding-bottom: 60px; */
}

.statistics .stats {
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.statistics .stats i {
    font-size: 40px;
}

.statistics .stats:hover {
    transform: scale(1.1);
    color: #fff;
}

.statistics p {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 0;
}

.statistics span {
    font-size: 18px;
}


.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px;
}

.contact-sec {
    padding-block: 60px;
    align-item: center;
    display: flex;
    background-color: #ffedd4;
}

.contact-sec .contact-ul li,
.contact-ul b {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-sec .contact-ul i {
    font-size: 18px;
    padding: 10px 13px;
    margin-right: 10px;
    border-radius: 50%;
    width: 45px;
}

.contact-detail a {
    color: #000;
    text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
    color: #f93;
}

.contact-sec .contact-ul li .fa-location-dot {
    color: #f44337;
    border: 2px solid #f4433790;
}

.contact-sec .contact-ul li .fa-phone {
    color: #00b055;
    border: 2px solid #00b05590;
}

.contact-sec .contact-ul li .fa-envelope {
    color: #ff6347;
    border: 2px solid #ff634790;
}

.contact-detail span {
    width: 400px;
    display: flex;
    justify-content: center;
}

.contact-detail span a {
    font-size: 20px;
    padding: 6px 12px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px;
}

.contact-detail span .fb {
    color: #3b5998;
    border: 3px solid #3b5998;
}

.contact-detail span .fb:hover {
    color: #fff;
    background-color: #3b5998;
}

.contact-detail span .insta {
    color: #833ab4;
    border: 3px solid #833ab4;
}

.contact-detail span .insta:hover {
    color: #fff;
    background-color: #833ab4;
}

.contact-detail span .twitter {
    color: #00acee;
    border: 3px solid #00acee;
}

.contact-detail span .twitter:hover {
    color: #fff;
    background-color: #00acee;
}

form.contFrm {
    max-width: 396px;
    margin: auto;
}

.inptFld {
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0 0 10px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
}

.inptFld:focus {
    outline-offset: -4px;
    outline: 1px solid #f93;
}

.contFrm textarea {
    height: 75px;
    padding-top: 5px;
}

.inptBtn {
    height: 50px;
    border: 0;
    background: #263471;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

/* Responcive css Start */

@media (max-width: 991px) {
    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 18px;
    }

    .contact-sec .contact-ul i {
        font-size: 14px;
        padding: 15px;
        margin-right: 6px;
    }

    .inptFld {
        height: 40px;
        margin: 0 0 10px;
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .contact-detail span {
        width: auto;
    }

    .contact-detail span a {
        font-size: 18px;
        padding: 5px 10px;
        color: #000;
        border-radius: 50%;
        margin: 0px 5px 20px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 26px;
        font-weight: 500;
    }

    .inptFld {
        height: 36px;
        margin: 0 0 8px;
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 16px;
    }
}