/*-----------------------------------------------------------------
Main Style Stylesheet
Template Name  : thefencepainter
Author         : EZ Rankings (Neeraj Rajput)
Version        : 3.0
Primary Use    : thefencepainter
-----------------------------------------------------------------*/




/*** a
====================================================================
    Global Settings
====================================================================

***/
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}

:root {
    --blue: #00508b;
    --dark-blue: #1c355d;
    --gray-text: #555555;
    --black-text: #000;
    --green: #1c355d;
    --white-text: #fff;
    --bg-gray: #f3f3f3;
    --soft-green: #b2e968;
    --e-global-color-mostly-white: #fbfbfb;
    --e-global-color-very-light-gray2: #dddddd;
    --e-global-color-input-gray: #aaaaaa;

}

body {
    font-size: 16px;
    color: var(--black-text);

    font-family: "Poppins", sans-serif;

}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

textarea {
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

::-moz-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

button {
    outline: none;
    cursor: pointer;
}

/* Hover css */

header .navbar-nav a.nav-link.btn-lets-talk:hover {
    background: #ffffff;
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
}

.home-banner-section .banner-btn a:hover {
    background: var(--dark-blue);
}

.btn-theme:hover {
    background: var(--dark-blue);
}

a.btn-border:hover {
    background: var(--green);
    color: var(--white-text);
}

section.discussion-sec a:hover {
    background: transparent;
    border: 1px solid var(--white-text);
    color: #fff;
}

section.footer-section .social-icons ul li a:hover {
    background: #000000;
    color: #fff;
    border: 1px solid;
}


/* Header Css start Here */
header nav.navbar {
    box-shadow: 0 3px 7px 1px rgb(0 0 0 / 0%), 0 1px 7px 2px rgb(0 0 0 / 6%), 0 0px 2px -3px rgb(0 0 0 / 9%);
    padding: 0;
    transition: .4s;
    background: #000;
    z-index: 9999;
}

.header-top {
    background: #000000;
    color: var(--white-text);
    padding: 7px 0;
}

.header-left p {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline;
    margin-left: 10px;
}

.header-left a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 3px;
    color: var(--white-text);
}

.header-left .phone-icon {
    background: #ffffff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: relative;
    color: #000;
}

.header-right .phone-icon {
    background: var(--green);
    padding: 9px 10p;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 9px;
    margin-left: 27px;
}

.header-right.float-md-right {
    display: flex;
    align-items: end;
    justify-content: end;
}

.header-right .phone-icon i {
    margin-left: 9px;
    margin-top: 8px;
}

.header-left .phone-icon i {
    margin-left: 7px;
    margin-top: 7px;
}

.header-right ul {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.header-right ul .login-li {
    font-weight: bold;
}

.header-right ul li i {
    background: #ffffff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    padding: 8px;
    margin-left: 0px;
    color: #000;
}

.header-right .email-span {
    margin-left: 12px;
    margin-right: 22px;
    color: var(--white-text);

}



.header-right .user-span {
    margin-left: 10px;
    color: var(--white-text);
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
}

header .navbar-nav a.nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 29px 20px !important;
}

header ul.dropdown-menu {
    border-radius: 0;
    margin-top: -3px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #000;
}

.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    height: 70px;
}

header a.navbar-brand img.header-logo {
    width: 283px;
}

header .navbar-nav a.nav-link.active {
    color: #ffffff;
    border-bottom: 4px solid #000000;
    font-weight: bold;
}

header .navbar-nav a.nav-link.btn-lets-talk {
    color: #000;
    border-radius: 100px;
    padding: 10px 20px !important;
    display: inline-block;
    transition: .3s;
    background: #ffffff;
}

nav.navbar.navbar-expand-lg.navbar-light.fixed img.header-logo {
    width: 144px;
}

nav.navbar.navbar-expand-lg.navbar-light.fixed a.nav-link {
    color: var(--black-text);
    text-transform: uppercase;
    padding: 22px 20px !important;
}

nav.navbar.navbar-expand-lg.navbar-light.fixed a.nav-link.btn-lets-talk {
    padding: 10px 20px !important;
    color: #fff !important;
}

/* Header Css end Here */


/* Banner css start here */
.home-banner-section {
    background: url(../images/banner-bg.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0;
}


.home-banner-section .banner-container-box .banner-img-section figure.banner-img2-figure img {
    width: 463px;
    float: right;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    height: 464px;
    border: 23px solid #ffffff21;
}

.home-banner-section .banner-container-box .home-banner-text h1 {
    font-size: 61px;
    font-weight: 900;
    color: #ffffff;
    line-height: 64px;
    margin-bottom: 35px;
}

.home-banner-section {
    position: relative;
}

.home-banner-section:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000094;
    content: "";
    top: 0;
    left: 0;
}

.home-banner-section .container {
    position: relative;
    z-index: 2;
}

.home-banner-section .banner-container-box .home-banner-text h1 span.banner-deserve {
    color: #ffffff;
}

.home-banner-section .banner-container-box .home-banner-text p {
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
}

.home-banner-section .banner-btn a {
    background: #000000;
    padding: 15px 30px;
    border-radius: 100px;
    color: var(--white-text);
    transition: .4s;
}

/* Banner Css end here */


/* Offer section css start here */
section.offer-section {
    padding: 75px 0;
}

.offer-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

section.offer-section h2 {
    font-size: 45px;
    font-weight: bold;
    color: var(--black-text);
}

.offer-section .support {
    color: #777777;
}

.offer-section .offer-section-box {
    background: #000;
    box-shadow: 0px 6px 38px 0 #dae0e5;
    padding: 37px 33px 55px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--white-text);
    transition: all 0.3s ease-out;
}

.offer-section .offer-section-box .offer-section-inner {
    /* background: var(--white-text); */
    padding: 21px 24px 11px;
    display: inline-block;
    border-radius: 100px;
    width: 130px;
    height: 126px;
    margin-bottom: 0px;
    transition: all 0.3s ease-out;
}

.offer-section .offer-section-box h5 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    word-spacing: -0.9px;
    text-align: center;
}

.offer-section .offer-section-box:hover img.img-fluid {
    filter: brightness(0.5);
}

.offer-section .offer-section-box:hover h5 {
    color: #000;
}

.offer-section .offer-section-box:hover p {
    color: #000;
}

.offer-section .offer-section-box .offer-section-inner img {
    filter: brightness(0.5) invert(1);
}

.offer-section .offer-section-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.offer-section .offer-section-box:hover {
    background: var(--bg-gray);

}

.offer-section .offer-section-box:hover .offer-section-inner {

    padding-top: 10px;
}

/* Offer section css end here */

/* About section css start here */
section.about-us-section {
    padding: 50px 0;
}

section.about-us-section h2 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding-bottom: 0;
}

section.about-us-section p {
    color: #fff;
}

.about-content a.btn-theme {
    background: #fff;
    color: #000;
}

section.about-us-section section.about-us-section h2 span {
    color: #777777;
}

section.about-us-section .about-content h3 {
    font-size: 40px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

section.about-us-section .about-content p {
    font-size: 18px;
    line-height: 31px;
    text-align: justify;
}

.btn-theme {
    background: #000000;
    padding: 13px 35px;
    border-radius: 100px;
    color: var(--white-text);
    display: inline-block;
    transition: .3s;
}

section.about-us-section .about-content h4 {
    padding-top: 24px;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}

section.about-us-section .about-content h5 {
    font-weight: bold;
    color: var(--green);
    font-size: 30px;
}

section.about-us-section .about-img figure img {
    width: 100%;
    border-radius: 6px;
    height: 500px;
    object-fit: cover;
}

section.about-us-section .about-img figure {
    width: 100%;
    position: relative;
}

section.about-us-section .about-img figure:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--green);
    content: "";
    left: 20px;
    z-index: -1;
    top: -4%;
    border-radius: 6px;
}

.about-img {
    position: relative;
    z-index: 2;
}

section.about-us-section {
    padding: 90px 0;
    background: #000000;
    z-index: -1;
}

/* About section css end here */

/* Service  section css start here */
section.service-offer-section {
    padding: 60px 0;
}

section.galler-section {
    padding: 60px 0;
    background: #000;
    padding-bottom: 120px;
}



section.galler-section .card-image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.galler-section .card {
    border: none;
    margin-bottom: 20px;
}

section.service-offer-section h2 {
    font-size: 45px;
    font-weight: bold;
    color: var(--black-text);
    text-align: center;
    padding-bottom: 20px;
}

section.service-offer-section h2 span {
    color: #777777;
    padding-left: 0;
}

section.service-offer-section p.title-des {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
}


section.service-offer-section .service-card {
    padding: 0px 0px 15px 0px;
    background: #fff;
    box-shadow: 0px 6px 38px 0 #dae0e5;
    border-radius: 20px 20px 20px 20px;
    border: none;
    transition: all 0.3s ease-out;
    margin-bottom: 20px;
}

section.service-offer-section .service-card figure.service-figure-mb img {
    border-radius: 20px 20px 0px 0px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

section.service-offer-section .service-card .offer-img-content {
    padding: 15px;
    text-align: center;
    background: #fff;
}

section.service-offer-section .service-card .offer-img-content h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

section.service-offer-section .service-card .offer-img-content p {
    font-size: 18px;
    color: #000;
}

a.btn-border {
    border: 1.5px solid #ffffff;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    transition: .3s;
    background: #000;
}

section.discussion-sec {
    padding: 40px 0;
    background: #000000;
    text-align: center;
}

section.discussion-sec figure {
    width: 11%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: -107px;
    background: #fff;
    border-radius: 100px;
}

section.discussion-sec figure img {
    width: 99px;
    padding: 14px;
}

section.discussion-sec h2 {
    font-size: 35px;
    width: 55%;
    margin: 0 auto;
    font-weight: bold;
    color: var(--white-text);
}

section.discussion-sec p {
    font-size: 21px;
    padding-top: 15px;
    color: var(--white-text);
}

section.discussion-sec a {
    background: #ffffff;
    padding: 15px 40px;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    transition: .3s;
}

/* Service  section css end here */



/* counter css strt here */
section#counter-section {
    padding: 75px 0;
    background: var(--green);
}

section#counter-section div#counter-box span.counter {
    font-size: 60px;
    font-weight: bold;
    color: var(--white-text);
}

section#counter-section div#counter-box {
    text-align: center;
}

section#counter-section div#counter-box p {
    font-size: 22px;
    color: var(--white-text);
}

/* Gallery */
section.galler-section h2 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

section.galler-section h2 span {
    color: #777777;
    padding-left: 17px;
}

/* End */

/* counter css end here */

/* testimonial css strt here */

section.quotes-sec h2 {
    font-size: 45px;
    font-weight: bold;
    color: var(--black-text);
    text-align: center;
    padding-bottom: 30px;
}

section.quotes-sec {
    padding: 75px 0;
}

section.quotes-sec .quotes {
    box-shadow: 0px 6px 38px 0 #dae0e5;
    padding: 35px;
    text-align: center;
}

.bubble blockquote:before {
    top: 20px;
    left: 10px;
}

.bubble blockquote:before,
.bubble blockquote:after {
    content: "\f10d";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 29px;
    padding: 10px;
    line-height: 1;
    color: #777777;
}

.bubble blockquote {
    margin: 0 0 1rem;
    position: relative;
    padding: 32px 60px 0px;
}

.bubble blockquote:after {
    content: "\f10e";
    right: 0;
    bottom: 0.5em;
}

.slick-dots {
    position: relative;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

cite {

    font-weight: bold;
}

section.quotes-sec .quotes .avtar-img img {
    height: 87px;
    width: 87px;

    border-radius: 50%;
    margin: 0 auto;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000000;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    position: relative;
    bottom: 0;
}

/* Testimonial css end here */

/* Footer css start here */
section.footer-section {
    background: url(../images/footerbg.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}



section.footer-section figure.sencare-logo-footer a img {
    width: 202px;
    margin-bottom: 20px;

}

section.footer-section .social-icons ul {
    display: flex;
    justify-content: stretch;
    gap: 26px;
}

section.footer-section .social-icons ul li a {
    background: #ffffff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #000;
    border-radius: 100px;
    transition: .3s;
}

section.footer-section h4.footer-link.footer-heading {
    font-weight: 600;
    border-left: 3px solid #ffffff;
    padding-left: 12px;
    margin-bottom: 20px;
    color: #fff;
}

section.footer-section ul.footer-list-ul li a {
    padding: 6px 0;
    display: block;
    color: #fff;
}

section.footer-section ul.footer-list-ul li a i {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

section.footer-section .copyright p {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 30px;
    color: #fff;
    margin-top: -15px;
}

section.footer-section .copyright p a {
    color: #ffffff;
}

p.footer-text {
    color: #fff;
}

section.footer-section {
    position: relative;
}

section.footer-section:before {
    position: absolute;
    content: "";
    background: #000000b5;
    width: 100%;
    height: 100%;
}

section.footer-section .container {
    position: relative;
    padding: 60px 0px 0px 0px;
}



p.footer-text a {
    color: #fff;
    text-decoration: underline;
}

/* Footer css end here */

/* About Us Css Start here */
section.inner-banner {
    padding: 100px 0;
}

section.inner-banner h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
}

section.inner-banner ol.breadcrumb li {
    color: #fff;
}

section.inner-banner ol.breadcrumb li a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.box1 {
    padding: 20px;
    background: #000;
    margin-bottom: 20px;
    border-radius: 8px;
}

section.service-details-section {
    padding: 60px 0;
}

.box1 h3 {
    color: #fff;
}

.box1 ul.se-boxlist li a {
    color: #fff;
    padding: 12px 0;
    display: block;
    border-bottom: 1px dashed #ffffff6b;
    margin-bottom: 10px;
}

.callbox.box1 {}

.callbox .call-item {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin-bottom: 12px;
}

.callbox .call-item .icon {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.callbox .call-item .cont {
    text-align: left;
    display: flex;
    justify-content: start;
    color: #fff;
    flex-direction: column;
}

.callbox .call-item .cont a {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}



.ser-inform form input {
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    padding: 8px;
    background: #141414;
    border: none;
}

.ser-inform form input::placeholder {
    color: #000;
}

.ser-inform form textarea {
    width: 100%;
    padding: 10px;
    background: #141414;
    border: none;
    color: white;
}

.ser-inform form button {
    padding: 10px;
    background: #fff;
    border: navajowhite;
    border-radius: 100px;
    margin-top: 20px;
}


section.service-details-section .service-details-wrap .ser-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

section.service-details-section .service-details-wrap h3 {
    font-size: 40px;
}

/* Tanu  */

.tp-contact-breadcrumb-item {
    padding: 34px 105px 30px 30px;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin-bottom: 25px;
}

.tp-contact-breadcrumb-item-icon {
    margin-right: 30px;
}

.tp-contact-breadcrumb-wrapper {
    margin-top: 81px;
}

.tp-contact-breadcrumb-item-icon span {
    font-size: 40px;
    font-weight: 900;
    background: linear-gradient(90deg, #000000 0%, #b7b9b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.tp-contact-breadcrumb-item-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.tp-contact-breadcrumb-item-content a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: block;
}

.tp-contact-breadcrumb-social {
    position: absolute;
    border-radius: 0px 5px 5px 0px;
    bottom: 85px;
    right: -50px;
    background: #000;
    padding: 20px 16px 20px 18px;
}

.tp-contact-breadcrumb-social {
    position: absolute;
    border-radius: 0px 5px 5px 0px;
    bottom: 85px;
    right: -50px;
    background: #000;
    padding: 20px 16px 20px 18px;
}

.tp-contact-breadcrumb-social a:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tp-contact-breadcrumb-social a {
    display: block;
    font-size: 16px;
    color: #fff;
}

section.tp-contact-breadcrumb-area {
    padding: 60px 0px 100px 0px;
}

section.tp-contact-breadcrumb-area textarea::placeholder {
    color: #000 !important;
}

section.tp-contact-breadcrumb-area .form-control {
    margin-bottom: 20px;
    border-radius: 0px;
    background: #fff;
    padding: 15px;
    border: 1px solid #000;
}

section.tp-contact-breadcrumb-area textarea.form-control {
    height: 120px;
}

section.tp-contact-breadcrumb-area button.tp-btn {
    background: #000;
    display: block;
    width: 100%;
    padding: 20px;
    color: #fff;
    border-radius: 0px;
    border: none;
}

section.tp-contact-breadcrumb-area input::placeholder {
    color: #000 !important;
}

.tp-contact-breadcrumb-box {
    position: relative;
}



.service-more-img-slider .slick-slider {
    min-width: 0;
}

.service-more-img-slider .slick-list {
    overflow: hidden;
}

.service-more-img-slider .slick-track {
    display: flex;
    align-items: flex-start;
}

.service-more-img-slider .slider {
    position: relative;
    padding: 0px 60px;
}

@media (max-width: 767px) {
    .service-more-img-slider .service-slider {
        padding: 0px 40px;
    }
}

.service-more-img-slider .service-slider {
    padding: 0px 0px;
}

.service-more-img-slider .slick-prev:before {
    display: none;
}

.service-more-img-slider .slick-next:before {
    display: none;
}

.service-more-img-slider .service-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.service-more-img-slider .service-slider .slick-arrow.slick-prev {
    left: -13px;
    background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0 0 / 100% no-repeat;

}

.service-more-img-slider .service-slider .slick-arrow.slick-next {
    right: -13px;
    background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;

}

.service-more-img-slider .service-slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.service-more-img-slider .ser-img {
    padding: 0px 15px;
}

.service-more-img-slider .ser-img img {
    max-width: 100%;
}

.service-more-img-slider .slick-slide .ser-img img {
    width: 100%;
    height: 273px;
    object-fit: cover;
}
a.navbar-brand {
    width: 283px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.tp-btn {
    background: #000;
    display: block;
    width: 100%;
    padding: 20px;
    color: #fff;
    border-radius: 0px;
    border: none;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.cmn--btn.w-100 {
    padding: 10px;
    background: #fff;
    border: navajowhite;
    border-radius: 100px;
    margin-top: 20px;
    color: black;
}
.team-img {
    height: auto;
    width: 200px;
    margin: 0 auto;
}
.headthank {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    font-family: sans-serif;
    margin-top: 20px;
}