@font-face {
    font-family: 'poppins';
    src: url('poppins-regular-webfont.woff2') format('woff2'), url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'poppins' !important;
    font-weight: 500;
}

p {
    font-size: 13px;
    line-height: 24px;
    color: #4C4C4C;

}

header {
    background: #ffffff;
    height: 53px;
}

.main-header {
    position: relative;
    z-index: 9;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    max-width: 110px;
}

.nav-link {
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    margin-right: 35px;
    color: #3F3F3F;
    display: flex;
    align-items: flex-end;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #ED1C24;
}

.navbar-dark .navbar-nav .nav-link {
    color: #3F3F3F;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ED1C24;
}

.navbar-dark .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgba(255, 255, 255, 0);
    font-size: 25px;
    padding: 0;
    right: 20px;
    top: 20px;
    position: absolute;
}

.nav-container {
    position: relative;
}

.btn-primary,
.btn-primary:hover {
    background: #38AB46;
    border: 0px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 13px;
    margin-right: 20px;
}

.carousel {
    /* margin-bottom: 4rem; */
    position: relative;
}

.carousel-caption {
    bottom: 7rem;
    z-index: 10;
}

.banner-area .carousel-item {
    height: 38rem;
}

.banner-area .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 38rem;
}

.banner-area .carousel-item::after {
    content: "";
    background-image: url(../images/Vector.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8%;
    right: 33px;
    width: 645px;
    height: 140px;
}

.banner-area .carousel-caption h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    text-align: left;
    max-width: 700px;
}

.banner-area .carousel-caption p {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    max-width: 520px;
    color: white;
}

.banner-area .carousel-control-prev.banner-carousel-prev {
    position: absolute;
    top: 93%;
    bottom: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    width: auto;
    padding: 0;
    color: #000000;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

.banner-area .carousel-control-next.banner-carousel-next {
    position: absolute;
    top: 93%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    width: auto;
    padding: 0;
    color: #000000;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

.banner-area .carousel-control-next.banner-carousel-next {
    right: 1px;
}

.banner-area .carousel-control-prev.banner-carousel-prev {
    right: 115px;
    left: auto;
    border-right: 1.7px solid #AEAEAE;
}

.banner-area .carousel-control-next.banner-carousel-next span {
    background-color: white;
    padding: 20px 35px;
    margin-right: -1px;
    font-size: 13px;
}

.banner-area .carousel-control-prev.banner-carousel-prev span {
    background-color: white;
    padding: 20px 35px;
    margin-right: -1px;
    font-size: 13px;
}

.btn-secondary {
    color: #fff;
    /* background-color: #bec4c92b; */
    border-color: #dfe3e7;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #dfe3e7;
}

.about-sec {
    padding: 60px 0px;
}

.about-sec h2,
.faq-sec h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
}




.about-sec .readmore {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #4e4c4c;
    border-bottom: 2px solid #38AB46;
    text-decoration: none;

}

.about-sec p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    padding-top: 5px;
}

.about-sec .about-banner {
    background-image: url(../images/about-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.stats-section {
    background-image: url(../images/about-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.ab-box {
    padding: 30px 100px;
    /* width: 90%; */
    /* height: 371px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin: 20px 0px;
    position: relative;
    /* display: flex;
    align-items: flex-start; */
}

.about-content h1 {
    color: #fff;
    font-weight: 900;
    margin: 10px 0px 0px;
    font-size: 35px;
}

.about-content p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    max-width: 200px;
    line-height: 19px;
    text-align: center;
}

.about-content {
    text-align: center;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 158px;
}

.divider {
    border-right: 1px solid rgb(250, 250, 250);
}

.btm-div {
    border-bottom: 1px solid rgb(250, 250, 250);
}

.our-offering-sec {
    background-image: url(../images/our-offerings-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-position: bottom;
}

.offering-box {
    padding: 20px 0px;
    width: 90%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.offering-img img {
    width: 100%;
}

.offering-img a {
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #4C4C4C;
    text-decoration: none;
}

.offering-img {
    /* width: 90%;
    height: 100%; */
}

.offering-img i {
    color: red;
}

.offering-content h1 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
}

.offering-content p {
    color: #4C4C4C;
    text-align: left;
}

.testimonial-sec {
    padding: 60px 0px;
    text-align: center;
}

.testimonial-sec .card-body {
    padding: 0px;
}

.testimonial-sec p {
    color: #38AB46;
    font-weight: 600;
}

.testimonial-sec h3 {
    font-weight: 700;
    color: #AAAAAA;
}

.testimonial-sec .card {
    border: 0;
    text-align: left;
}

.testimonial-sec .card h4 {
    font-size: 14px;
    font-weight: 600;
}

.testimonial-sec .card .location {
    font-weight: 500;
    color: #787878;
    font-size: 13px;
}

.testimonial-sec .card .quote::before {
    background-image: url(../images/qoutes.png);
    background-size: 80%;
    background-repeat: no-repeat;
    content: "";
    font-weight: bold;
    width: 35px;
    height: 25px;
    position: absolute;
    left: 0;
    /* top: 86px; */

}

.testimonial-sec .quote {
    color: #4C4C4C;
    font-weight: 400;
    line-height: 28px;
    max-width: 560px;
    padding-left: 33px;
    text-align: justify;
}

.testimonial-sec .carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.testimonial-sec .carousel {
    padding: 50px 20px;
}

.testimonial-sec .testimonial-img {
    padding: 30px 0px 0px 30px
}

.testimonial-sec .testimonial-img img {
    width: 70%;
}

.testimonial-sec .carousel-control-next.testimonial-carousel-next,
.carousel-control-prev.testimonial-carousel-prev {
    position: absolute;
    top: 100%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* width: 15%; */
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

.testimonial-sec .carousel-control-next {
    left: 7%;
}

.testimonial-sec .carousel-control-prev {
    left: 3%;
}

.contact-sec {
    background-image: url(../images/contact-banner.png);
    padding: 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-sec h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 90px;
    color: #ffffff;
    margin-bottom: 0px;
}

.contact-sec p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-sec a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.btn-contact {
    border: 0px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 13px;
    background: #ED1C24;
}

.faq-sec {
    padding: 60px 0px;
}

.faq-sec .accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #9e9e9e70 !important;
}

.faq-sec .accordion-button.collapsed::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/faq-plus.png);
    background-repeat: no-repeat;
    background-size: 65%;
    transition: transform .2s ease-in-out;
}

.faq-sec .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/faq-minus.png);
    background-repeat: no-repeat;
    background-size: 80%;
    transition: transform .2s ease-in-out;
}

.faq-sec .accordion-header {
    margin-bottom: 10px;
}

.accordion-item {
    border: 0;
}

.faq-sec .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-weight: 600;
    line-height: 25px;
}

.faq-sec .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 0rem;
    font-size: 14px;
    color: #4C4C4C;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    font-weight: 600;
    line-height: 25px;
}

.faq-sec .accordion-body {
    padding: 0rem 0rem !important;
}

.faq-sec .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.faq-heading {
    /* padding: 20px; */
}

.powergram-symbol {
    width: 70px;
}

.projects-header {
    text-align: center;
    padding: 0px 0px 30px;
}

.projects-header h3 {
    font-size: 30px;
    font-weight: 900;
}

.projects-header p {
    color: #4C4C4C;
    ;
}

.our-projects {
    padding: 40px 0px 60px;
}

.our-projects .carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

.our-projects .card-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.our-projects .card {
    border: 0;
    /* width: 27%; */
}

.our-projects .carousel-control-prev {
    left: -50px;
}

.our-projects .card :hover:after {
    opacity: 1;
}

.our-projects .card :after {
    position: absolute;
    content: "";
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    width: 100%;
    height: 83%;
    background-color: #00000050;
    opacity: 0;
    left: 0;
    top: 0;
    background-image: url(../images/read-more.png);
    background-size: 20%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.our-projects .carousel-control-next {
    right: -50px;
}

.our-projects .card-body {
    padding: 10px 0;
}

.our-projects .card-title {
    font-size: 13px;
    color: #4C4C4C;
    font-weight: 500;
    max-width: 200px;
}

.our-projects .all-projects {
    text-align: center;
}

.our-projects .btn-all-projects {
    border: 1px solid #38AB46;
    color: #38AB46;
    font-size: 13px;
}

.prev-icon {
    width: 50px;
    height: 50px;
}


.prev-icon i {
    font-size: 28px;
    color: #ED1C24;
    width: 100%;
    height: auto;
}

.prev-icon i:nth-child(2) {
    display: none;
}

.prev-icon:hover i:nth-child(1) {
    display: none;
}

.prev-icon:hover i:nth-child(2) {
    display: block;
}

.contact-form {
    background-image: url(../images/contact-form-bg.jpg);
    padding: 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-form .contact-con {

    background-color: white;
    border-radius: 4px;
    padding: 30px;

}

.contact-con p {
    color: #ED1C24;
    font-weight: 600;
    margin-bottom: 0px;
}

.contact-con h1 {
    color: #232323;
    font-size: 27px;
    font-weight: 600;
}

.form-label {
    color: #4C4C4C;
    font-size: 13px;
    margin-bottom: 0px;

}

.btn-send {
    color: #fff;
    background-color: #38AB46;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 20px;
    /* border-radius: 5px; */
}

.btn-send-contact {
    color: #fff;
    background-color: #ED1C24;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 20px;
    /* border-radius: 5px; */
}

.btn-send-contact:hover {
    color: white;
}

.contact-form .contact-info {
    padding: 0px 50px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(49 132 253 / 0%);
}

.contact-form .contact-info p {
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 14px;
}

.contact-form .contact-map iframe {
    border-radius: 5px;
    /* background-color: #f6f5f5; */
    /* padding: 1px; */
    /* margin-top: 40px; */
}

.contact-form .contact-info i {
    font-size: 15px;
    margin-right: 10px;
    color: white;
}

.contact-form .add-box {
    display: flex;
}

.main-footer {
    background-color: #131313;
    overflow: hidden;
    padding: 35px 0px 0px;
}

.main-footer .footer-column {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    margin-bottom: 0;
}

.main-footer a {
    color: #fff;
}

.news-widget h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: white;
    margin-bottom: 0;
}

.news-widget p {
    color: #B0B0B0;
    font-size: 13px;
}

.main-footer .widgets-section {
    padding-bottom: 30px;
}

.main-footer .form-control {
    color: #595959;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    /* color: #212529; */
    background-color: #000000;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.main-footer .input-group-btn {
    background-color: #ffffff;
}

.main-footer .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.main-footer .list-link a {
    font-size: 13px;
    text-decoration: none;

}

.main-footer .list-link li {
    list-style: none;
    margin-bottom: 10px;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 105px 10px;
    border-top: 1px solid #242323;
    background-color: #070707;
}

.copy-right li {
    list-style: none;
    float: left;
    margin-left: 10px;
    height: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 0px;
}

.copy-right ul {
    margin-bottom: 0px;
}

.copy-right p {
    color: #9F9F9F;
    margin-bottom: 0px;
    font-size: 12px;
}

section {
    overflow: hidden;
}

.banner-sec {
    height: 330px;
    display: flex;
    align-items: center;
    align-content: center;
}

.banner-sec .inner-banner-caption nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sec .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    align-items: center;
}

.banner-sec .inner-banner-caption nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;

}

.banner-sec .inner-banner-caption .breadcrumb-item.active {
    color: #ffffff;
    font-size: 13px;
}

.banner-sec .inner-banner-caption .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.banner-sec .inner-banner-caption h2 {
    font-size: 60px;
    font-weight: 800;
    color: #ffff;
}

/* About page style start */
.about-banner {
    background: url(../images/about-page-bg.jpg);
    background-position: right;
    background-size: cover;
}


.abt-inner-sec {
    padding: 40px 0px;
}

.abt-inner-sec h4 {
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 20px 0px;
}

.abt-inner-sec p {
    color: #4C4C4C;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
}

.abt-inner-sec .abt-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-sec {
    background-image: url(../images/timeline-bg.png);
    padding: 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.timeline-content-sec .timeline-block-right .marker:before {
    content: '';
    position: absolute;
    left: 54%;
    margin-top: 75px;
    width: 242px;
    height: 2%;
    background-image: url(../images/timeline-icon-right.png);
    z-index: -1;
    background-repeat: no-repeat;
}

.timeline-content-sec .timeline-block-left .marker:before {
    content: '';
    position: absolute;
    left: 40%;
    margin-top: 75px;
    width: 242px;
    height: 2%;
    background-image: url(../images/timeline-icon-left.png);
    z-index: -1;
    background-repeat: no-repeat;
}

.timeline-block {
    width: -webkit-calc(54% + 17px);
    width: -moz-calc(54% + 17px);
    width: calc(54% + 17px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker img {
    width: 137px;
    height: 209.5px;
    margin-top: -38px;

}

.marker p {
    position: absolute;
    font-size: 35px;
    font-weight: 900;
    color: white;
    margin: 60px 30px 0px 30px;

}

.timeline-content {
    width: 55%;
    padding: 0 15px;
    color: #666
}

.timeline-content h3 {
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
    color: #4C4C4C;
}

.timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-content p {
    font-size: 13px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #4C4C4C;
    max-width: 318px;
    margin-top: 10px;
}

.timeline-block-left .timeline-content,
.timeline-block-right .timeline-content {
    width: 66%;
    padding: 0 15px;
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

/* About page style end  */


/* Our Credential page style Starts */

.our-credential-banner {
    background: url(../images/our-credential-bg.jpg);
    background-position: bottom;
    background-size: cover;

}

.our-credential-banner .about-caption h2 {
    font-size: 60px;
    font-weight: 800;
    color: #ffff;
}

.our-credential-banner .about-caption nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-credential-banner .about-caption nav a {
    color: #ffffff;
    text-decoration: none;
}

.credential-inner-sec {
    padding: 80px 0px;
}

.credential-inner-sec .credential-con {
    display: flex;
    align-items: center;
}

.credential-inner-sec .house-cap {
    padding: 20px 10px;
}

.credential-inner-sec .house-cap h1 {
    font-size: 42px;
    font-weight: bold;
    color: #ED1C24;
    margin-bottom: 0;
    margin-left: 15px;
}

.credential-inner-sec .house-cap span {
    margin-bottom: 0px;
    color: #38AB46;
    font-weight: 600;
    font-size: 15px;
}

.credential-inner-sec .house-cap .entreprenuers {
    margin-bottom: 0px;
    color: #38AB46;
    font-weight: 600;
    font-size: 15px;
    width: 220px;
    position: absolute;
    margin-left: 10px;
    /* margin-top: 5px; */
    line-height: 20px;
}

.credential-inner-sec .house-cap .carbon {
    margin-bottom: 0px;
    color: #38AB46;
    font-weight: 600;
    font-size: 15px;
    width: 190px;
    position: absolute;
    margin-left: 10px;
    /* margin-top: 5px; */
    line-height: 20px;
}

.credential-inner-sec .house-cap img {
    float: inline-start;
    margin-right: 13px;
}

.credential-inner-sec .house-con {
    line-height: 28px;
    color: #4C4C4C;
    max-width: 650px;
}

.credential-inner-sec .order-last img {
    margin-bottom: 30px;
    margin-top: 30px;
}

.img-responsive {
    width: 100%;
}

/* Our Credential page style end  */


/* Our Offerings page style starts  */

.our-offerings-banner {
    background: url(../images/offering-page-bg.png);
    background-position: bottom;
    background-size: cover;
}

.offerings-inner-sec {
    padding: 80px 0px;
}

.residential-con {
    display: flex;
    justify-content: end;
    align-items: center;
}

.residential-con p {
    max-width: 450px;
    margin-bottom: 30px;
}

.commercial-con p {
    max-width: 510px;
    margin-bottom: 30px;
    text-align: left;
}

.residential-con h1,
.commercial-con h1 {
    color: #2B2B2B;
    font-size: 30px;
    font-weight: 600;
}

.residential-img {
    padding: 20px;
    width: 100%;
    height: 377px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-right: 20px;
}

.res-img1 {
    background-image: url(../images/residential-img1.jpg);
}

.res-img2 {
    background-image: url(../images/residential-img2.jpg);
}

.com-img1 {
    background-image: url(../images/commercial-img1.jpg);
}

.com-img2 {
    background-image: url(../images//commercial-img2.jpg);
}

.vector {
    width: 12%;
}

.btn-quote,
.btn-quote:hover {
    border: 0px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 13px;
    margin-right: 20px;
    background: #ED1C24;
    color: white;
    text-decoration: none;

}

.commercial-con {
    display: flex;
    justify-content: start;
    align-items: center;
}

/* Our Offerings page style end  */


/* FAQ page style starts  */
.faq-inner-sec {
    padding: 60px 0px;
}

.faq-inner-sec .accordion-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq-inner-sec .accordion-button:not(.collapsed) {
    color: #4C4C4C;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-weight: 600;
}

.faq-inner-sec .accordion-button.collapsed::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/faq-plus.png);
    background-repeat: no-repeat;
    background-size: 65%;
    transition: transform .2s ease-in-out;
}

.faq-inner-sec .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/faq-minus.png);
    background-repeat: no-repeat;
    background-size: 80%;
    transition: transform .2s ease-in-out;
}

.faq-inner-sec .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.faq-inner-sec .accordion-button {
    padding: 1.5rem 1.25rem;
    font-size: 14px;
    font-weight: 600;
}




/* FAQ page style end  */


/* Blog page style starts  */
.blog-banner {
    background: url(../images/blog-page-bg.png);
    background-position: bottom;
    background-size: cover;
}

.blog-inner-sec {
    padding: 60px 0px 40px;
}

.blog-inner-sec h1 {
    font-weight: 600;
    font-size: 28px;
    max-width: 300px;
    line-height: 40px;
}

.blog-inner-sec .card {
    border: 0;
    cursor: pointer;
}

.blog-inner-sec .card img {
    width: 95%;
    height: 315px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-inner-sec .card-body h3 {
    color: #4C4C4C;
    font-weight: 600;
    font-size: 15px;
}

.blog-inner-sec .card-body {
    flex: 1 1 auto;
    padding: 1rem 3rem 1rem 0rem;
}

.blog-inner-sec .card-body a {
    color: #ED1C24;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.card-body a {
    text-decoration: none;
}

.blog-inner-sec .card h4 {
    position: absolute;
    top: 30px;
    background-color: #38AB46;
    padding: 0px 15px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 25px;
}

.blog-inner-sec .card h4 span {
    font-weight: 300;
}

.bolgdetail-con {
    display: flex;
    justify-content: space-between;
}

.blogdetails-inner-sec .bolgdetail-con h3 {
    color: #4C4C4C;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog-image {
    width: 100%;
    height: 390px;
    border-radius: 8px;
}

.blog-post-meta {
    font-size: 13px;
    color: #38AB46;
    font-weight: 600;
}

.our-blog a{
    text-decoration: none;
    font-weight: 600;
}

.sidebar {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.sidebar h5 {
    padding: 15px;
    background-color: black;
    border-radius: 5px 5px 0px 0px;
    color: white;
    text-align: center;
    font-size: 17px;
}

.sidebar .card {
    margin-bottom: 10px;
}

.read-more {
    border: 1px solid #28a745;
    background-color: white;
    color: #28a745;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin: 25px;
}

.read-more:hover {
    background-color: #28a745;
    color: white;
}

.post-img {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogdetails-inner-sec {
    padding: 60px 0px;
}

.blogdetails-inner-sec .blog-content {
    padding-right: 45px;
}

.blogdetails-inner-sec .card-body h6 {
    font-size: 14px;
    font-weight: 600;
    color: #4C4C4C;
    margin-bottom: 0;
}

.blogdetails-inner-sec .card-con {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}


/* Blog page style end  */


/* Contactus page style starts  */
.contactus-banner {
    background: url(../images/contact-page-bg.png);
    background-position: bottom;
    background-size: cover;

}

.contactus-inner-sec {
    padding: 80px 0px;
}

.contactus-inner-sec .contact-info {
    background-image: url(../images/contact-info.png);
    background-color: #28a745;
    color: white;
    border-radius: 10px;
    padding: 40px 30px;
    margin-right: 20px;
    min-height: 515px;

}

.contactus-inner-sec .contact-info i {
    margin-right: 10px;
}

.contactus-inner-sec .contact-form h3 {
    color: #dc3545;
}

.contactus-inner-sec .contact-form .btn-submit {
    background-color: #dc3545;
    color: white;
    border-radius: 5px;
}

.contactus-inner-sec .map-container {
    margin-top: 20px;
    justify-content: center;
}

.contactus-inner-sec .map-container iframe {
    width: 100%;
    height: 350px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.contactus-inner-sec .contact-con {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #767676;
}

.contactus-inner-sec .contact-info p {
    font-size: 15px;
    color: white;
    margin-bottom: 40px;
}

.post-img img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.trim-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0px;
}

/* Contactus page style end  */

@media (max-width: 1400px) {
    .timeline-block {
        width: -webkit-calc(54% + 24px);
        width: -moz-calc(54% + 24px);
        width: calc(54% + 24px);
    }
}

@media (max-width: 1200px) {
    .timeline-block {
        width: -webkit-calc(54% + 31px);
        width: -moz-calc(54% + 31px);
        width: calc(54% + 31px);
    }
}

@media (max-width: 992px) {
    .btm-div {
        border-bottom: 0;
    }

    .divider {
        border-right: 0;
    }

    .testimonial-sec .carousel-control-next.testimonial-carousel-next {
        left: 20%;
    }

    .testimonial-sec .carousel-control-prev.testimonial-carousel-prev {
        left: 11%;
    }

    .contact-form .contact-info {
        padding: 30px 0px;
    }

    .timeline-block {
        width: -webkit-calc(57% + 19px);
        width: -moz-calc(57% + 19px);
        width: calc(57% + 19px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        clear: both;
    }

    .timeline-block-left .timeline-content,
    .timeline-block-right .timeline-content {
        width: 54%;
    }

    .timeline-content-sec .timeline-block-left .marker:before {
        left: 35%;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding: 0px 35px !important;
    }

    .nav-container {
        padding: 10px 35px !important;
    }

    .contact-form {
        padding: 30px 0px;
    }


    .banner-area .carousel-item {
        height: 27rem;
    }

    .banner-area .carousel-caption h1 {
        font-size: 35px;
        font-weight: 600;
        line-height: 45px;
        text-align: left;
        max-width: 700px;
    }

    .testimonial-sec .carousel {
        padding: 50px 0px;
    }

    .contact-sec h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 60px;
        color: #ffffff;
        margin-bottom: 0px;
    }

    .our-projects .carousel-control-next {
        right: 44%;
        top: 100%;
    }

    .our-projects .carousel-control-prev {
        left: 43%;
        top: 100%;
    }

    .timeline-content-sec:before {
        left: 8px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }

    .timeline-content-sec .timeline-block-right .marker:before {
        left: 35%;
    }

    .credential-inner-sec .order-last img {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .credential-inner-sec .house-cap {
        padding: 20px 0px;
    }

    .residential-con {
        display: flex;
        justify-content: center;
    }

    .commercial-con {
        justify-content: center;
    }

    .img-responsive {
        width: 100% !important;
    }

    .contactus-inner-sec .contact-info {
        margin-right: 0px !important;
    }


}

@media only screen and (max-width: 576px) {
    .copy-right {
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 53px 10px;
        border-top: 1px solid #686868;
        flex-direction: column;
    }

    .timeline-content-sec .timeline-block-right .marker:before,
    .timeline-content-sec .timeline-block-left .marker:before {
        display: none;
    }

    .timeline-block-left .timeline-content,
    .timeline-block-right .timeline-content {
        display: block;
        padding-right: 0px !important;
    }

    .blogdetails-inner-sec .blog-content {
        padding-right: 0px !important;
    }

    .ab-box {
        padding: 30px;
    }

    .credential-inner-sec .house-cap .carbon {
        position: relative;
    }

    .credential-inner-sec .house-cap .entreprenuers {
        position: relative;
    }

}