body {
    font-family: "Manrope", sans-serif;
    background: #F5F5F5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.logo img {
    height: 50px;
}

.container-fluid {
    padding: 0px 30px;
}

header {
    padding: 30px 0PX;
}

.title-font-sm {
    font-size: 40px;
}

.bnt-get-strat a {
    display: inline-block;
    text-decoration: none;
    color: #282C31;
    background: #F2CA4B;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 22px;
    transition: all 0.5s;
}

.bnt-get-strat a:hover {
    background: #282C31;
    color: #fff;
}

.hero-banner-bnt {
    margin: 30px 0;
    position: relative;
}

.hero-banner-privacy {
    background: #282C31;
}

.hero-banner-terms {
    background: #282C31;
}

.privacy-contant .content-section .title-section {
    padding-left: 0 !important;
}

.line-hero-banner {
    border-bottom: 1px solid #282C3130;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.line-hero-banner-uper {
    padding: 15px 0;
}

.hero-banner {
    border-radius: 20px;
    background: #ebeeed;
    position: relative;
}

.section-padding {
    padding: 100px 0px;
}

.sub-title-sectrion {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    border: 1px solid #282C3130;
}

.sub-title-sectrion h6 {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
}

.about-list-text {
    position: relative;
    padding-left: 20px;
}



.hero-banner .hero-banner-text-content .title-section h1 {
    font-size: 70px;
    font-weight: 600;
    padding: 0 110px;
    margin: 30px 0;
}

.hero-banner .hero-banner-text-content .title-section p {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
}

.title-section h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 4.5rem;
}

.title-section h3 {
    font-size: 30px;
    font-weight: 600;
}

.services .title-section h3 {
    margin: 15px 0;
}

.about-text-content .title-section h2 {
    margin: 20px 0;
}

.services .title-section h2 {
    font-size: 55px;
    margin: 20px 250px 50px;
}

.about-text-content .title-section p {
    margin-bottom: 25px;
    line-height: 1.8rem;
}

.title-section h4 {
    font-size: 19px;
    font-weight: 800;
    color: #282C31;
}


.hero-banner-img img {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about .img-content-about {
    background: url(../img/handsome-electrician-checking-electrical.jpg);
    width: 100%;
    height: 710px;
    background-position: center;
    background-repeat: no-repeat;
}

.call-btn {
    display: inline-block;
    background: #282C31;
    border-radius: 100%;
    padding: 10px;
}

.call-text a {
    text-decoration: none;
    color: #282C31;
    font-weight: 600;
}

.call-text p {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600;
}

.call-text {
    padding-left: 25px;
}

.services {
    background: #f0eeea;
}

.img-content-services {
    position: relative;
    text-align: center;
}

.img-content-services .img-1 {
    width: 100%;
    height: 260px;
    border-radius: 15px;
    object-fit: cover;
}

.icon-item {
    position: absolute;
    top: 20px;
    left: 20px;
}

.img-content-services::before {
    content: '';
    position: absolute;
    background: #282C31;
    top: 0;
    left: 0;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.icon-item img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.services-item-mt {
    margin-top: 30px;
}

footer {
    background: #282C31;
    color: #ffff;
}

footer .logo img {
    height: 65px;
    margin-bottom: 50px;
}

footer p {
    color: #fff !important;
    font-size: 16px !important;
}
footer .title-section a{
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    display: block;
    margin-top: 10px;

}

footer .footer-logo p {
    margin: 30px 10px 30px 0;

}

footer h5 {
    font-size: 30px;
    margin-left: 10px;
}

footer .address p,
footer .contact p {
    margin: 20px 0px;
}

.social-media-bg {
    display: flex;
    background: #F2CA4B;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.social-media-menu {
    margin: 20px 0;
}

/* tumse-condition */

.hero-banner-terms {
    height: 100%;
    padding: 150px 0;
    position: relative;
}

.footer {
    height: 100%;
    width: 100%;
    background-position: center right;
    position: relative;
    object-fit: cover;
    color: #fff;
    z-index: 9;
    background-repeat: no-repeat;
}


.hero-banner-terms::before {
    content: '';
    background: #282C31;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}


.tumse-condition p {
    font-size: large;
}

.tumse-condition a {
    background: none;
    color: #fff;
}

.registration-form .title-section h2 {
    text-align: center;
}

.top-name p {
    font-size: 16px;
}

/* privacy */

.hero-banner-privacy {
    height: 100%;
    padding: 150px 0;
    position: relative;
}

.hero-banner-privacy span,
.hero-banner-terms span {
    position: relative;
}

.hero-banner-privacy::before {
    content: '';
    background: #282C31;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.title-section p {
    font-size: 18px;
    font-weight: 500;
    color: #7a7a7a;
    line-height: 1.5rem;
    margin-bottom: 0px;
}

.title-section p span {
    font-size: 26px;
    color: #F2CA4B;
}


.privacy-contant .content-section .title-section {
    padding-left: 0px;
}

.peragraph {
    padding-left: 10px;
}

.privacy-contant .content-section span p {
    padding-left: 0px !important;
    margin: 10px 0px;
}

.privacy-contant .content-section ol span li {
    font-size: 24px;
    list-style: none;
    font-weight: bold;
}

.privacy-contant .title-section p {
    margin: 20px 0px;
}

.privacy-contant .title-section span p span {
    font-size: 20px;
    color: #282C31;
    font-weight: 800;
}

.privacy-contant .title-section a {
    background: none;
    text-decoration: underline;
    color: #282C31;
    font-weight: 800;
    padding: 0px;
}

.peragraph li {
    margin: 10px;
}

.logo-footer img {
    height: 60px;
    margin-bottom: 10px;
}

.email-id,
.call-id {
    margin-bottom: 20px;
}

.blink_text {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    text-decoration: none;
    font-weight: 800;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@media only screen and (max-width: 1024px) {
    .about .img-content-about {
        background: url(../img/handsome-electrician-checking-electrical\(\).jpg);
        width: 100%;
        height: 680px;
        margin-bottom: 30px;
        border-radius: 20px;
    }

    .services .title-section h2 {
        margin: 20px 0 50px;

    }

    .about-list .icon-bg {
        width: 50px;
    }

    .title-section h2 {
        font-size: 38px;
        line-height: 3.5rem;
    }

    .about-text-content .title-section h2 {
        margin: 10px 0;
    }

    .hero-banner-privacy span,
    .hero-banner-terms span {
        font-size: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .hero-banner .hero-banner-text-content .title-section p {
        width: 100%;
    }

    footer p {
        font-size: 16px;
    }

    .services-item-mt {
        margin-top: 0;
    }

    .img-content-services {
        margin-top: 30px;
    }

    .hero-banner-img img {
        width: 32%;
    }
}

@media only screen and (max-width: 768px) {
    .hero-banner .hero-banner-text-content .title-section h1 {
        padding: 0;
        font-size: 36px
    }

    .hero-banner-img img {
        display: none;
    }

    .section-padding {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 575px) {
    .about-list .icon-bg {
        width: 30px;
    }

    .contact {
        margin: 30px 0;
    }

    .tumse-condition p {
        font-size: 16px !important;
    }

    .bnt-get-strat a {
        padding: 9px 20px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {

    .hero-banner .hero-banner-text-content .title-section p {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
    }

    .title-section {
        text-align: center;
    }

    .hero-banner .hero-banner-text-content .title-section h1 {
        font-size: 24px;
    }

    .about .img-content-about {
        height: 210px;
        background-position: center center;
        background-size: cover;
    }

    .bnt-get-strat {
        text-align: center;
    }

    .title-section p {
        font-size: 14px !important;
        line-height: 1.2rem;
    }

    .about-list .icon-bg {
        width: 40px;
    }

    .services .title-section h2 {
        font-size: 35px;
        margin-bottom: 20px;
        line-height: 2.5rem;
    }

    .img-content-services {
        margin-top: 20px;
    }

    .sub-title-sectrion {
        padding: 15px 20px;
    }

    .tumse-condition-name {
        text-align: center;
        display: block !important;
    }

    .about-text-content .title-section h2 {
        font-size: 25px;
        line-height: 2.5rem;
    }

    .about-list-text {
        padding: 0;
        margin: 0 auto;
    }

    .about-list .icon-bg {
        width: 55px;
    }

    .title-section h3 {
        font-size: 22px;
    }

    footer h5 {
        font-size: 20px;
    }

    .img-content-services .img-1 {
        height: 160px;
    }

    .icon-item img {
        width: 50px;
        height: 50px;
    }

    .container-fluid {
        padding: 0 20px;
    }

    footer p {
        font-size: 13px;
    }

    footer .address p,
    footer .contact p {
        margin: 10px 0px;
    }

    .email-id,
    .call-id {
        margin-bottom: 10px;
    }

    .sub-title-sectrion h6 {
        font-size: 14px;
    }

    .icon-bg {
        display: none;
    }

}