body {
    color: #515151;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    outline: 0;
    font-display: swap;
}

a {
    outline: 0 !important;
    text-decoration: none;
    color: #CD1818;
}

a:hover {
    text-decoration: none;
    color: #ed1d26;
}

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

.container {
    max-width: 1280px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #174aa3;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}

/* Header*/
.header-call-bg {
    width: 100%;
    display: inline-block;
    background: #0e9de3;
}

.sub-call-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: end;
}

.sub-call-text a {
    color: #ffffff;
    margin: 0 15px 0 0;
}

.sub-call-text a i {
    margin: 0 5px 0 0;
}

.sub-call-text a:hover {
    color: #ed1d26;
}

/* header {
    width: 100%;
    min-height: 850px;
    padding: 5px 0 65px 0;
    box-shadow: 0px 7px 18px #1810100d;
    background: url(../images/banner-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
} */
header[role="banner"] {
    width: 100%;
    /* Use viewport-based height instead of hard 850px */
    min-height: clamp(420px, 90vh, 850px);
    padding: 10px 0 40px;
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.05);
    background-image: url("../images/banner-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
}

/* Optional: slightly darken banner for readability (remove if not needed) */
header[role="banner"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

header[role="banner"] .container,
header[role="banner"] .container-fluid {
    position: relative;
    /* keeps content above overlay */
    z-index: 1;
}

.header-logo {
    margin: 15px 0 0 0;
}

.main-header {
    width: 100%;
    display: inline-block;
    background: #222021;
    padding: 0;
    min-height: auto;
}

/* Header End*/

/* Header Banner */
.header-banner-content {
    width: 100%;
    display: inline-block;
}

/* Tablet */
@media (max-width: 1100px) {
    header[role="banner"] {
        padding: 10px 0 30px;
        background-position: 20% center;
    }

}

/* Mobile */
@media (max-width: 576px) {
    header[role="banner"] {
        padding: 10px 0 20px;
        min-height: 420px;
    }
}

.header-banner-content h6 {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}

.header-banner-content h1 {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    padding: 15px 0 30px 0;
}

.header-banner-content h4 {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.header-banner-form {
    width: 100%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 15px 30px 20px 30px;
    position: relative;
    right: -15%;
}

.header-banner-form h4 {
    width: 100%;
    display: inline-block;
    color: #251e21;
    font-weight: 600;
    text-align: center;
    padding: 0 0 15px 0;
}

.header-banner-form .btn-primary {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #222021;
    border: 1px solid #222021;
    text-transform: uppercase;
    padding: 8px 35px;
}

.header-banner-form .btn-primary:hover {
    background: #ed1d26;
    border: 1px solid #ed1d26;
}

.header-banner-form .form-group label {
    color: #241f21;
    font-size: 16px;
    font-weight: 500;
}

.header-form-top {
    width: 100%;
    display: inline-block;
    z-index: 9;
    position: absolute;
    top: 6%;
}

/* Header Banner End */

/* About Us */
.sub-about-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 65px 0;
}

.pt-section-title-box .pt-section-sub-title {
    border-left: 2px solid #ed1d26;
    line-height: 1;
    padding: 0 0 0 10px;
    color: #ed1d26;
    font-weight: 600;
    text-transform: uppercase;
}

.pt-section-title-box .pt-section-title {
    color: #241f21;
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    padding: 15px 0 15px 0;
    text-transform: uppercase;
}

.pt-section-title-box .pt-section-description {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    display: inline-block;
}

.pt-section-title-box ul {
    display: block;
    margin: 0 0 0 15px;
    padding: 0;
}

.pt-section-title-box ul li {
    color: #515151;
    font-size: 18px;
    font-weight: 500;
    list-style: disclosure-closed;
    margin: 0;
    padding: 0 0 10px 0;
}

.pt-section-title-box a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #ed1d26;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 35px;
    margin: 15px 0 0 0;
}

.pt-section-title-box a:hover {
    background: #222021;
}

/* About Us End */

/* Product */
.sub-product-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 0 0;
    position: relative;
}

.sub-product-title-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 65px 0;
    background: url(../images/BG2.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.sub-product-titles {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.sub-product-titles h2 {
    color: #222021;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.sub-product-titles p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    display: inline-block;
}

.sub-product-content {
    display: inline-block;
    padding: 25px 0;
}

.sub-product-content-right {
    display: inline-block;
    padding: 25px 0;
}

.sub-product-content h2 {
    color: #232122;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.sub-product-content p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    display: inline-block;
}

.sub-product-btn a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #ed1d26;
    border-radius: 4px;
    display: inline-block;
    /* text-transform: uppercase; */
    padding: 8px 35px;
    margin: 10px 0 0 0;
}

.sub-product-btn a:hover {
    background: #222021;
    color: #fff;
}

.sub-product-mt-two {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    padding: 0;
}

.sub-product-mt-three {
    margin: 0 0 0 0;
}

.right-img .right-side {
    left: 0;
}

.right-side {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

/* jarallax effect */
.jarallax {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jarallax div#jarallax-container-0,
.jarallax div#jarallax-container-2 {
    width: 50% !important;
}

.jarallax div#jarallax-container-0 img.jarallax-img,
.jarallax div#jarallax-container-2 img.jarallax-img {
    width: auto;
}

.right-img div#jarallax-container-1,
.right-img div#jarallax-container-3 {
    width: 50% !important;
    left: unset !important;
    right: 0 !important;
}

.right-img div#jarallax-container-1 img,
.right-img div#jarallax-container-3 img {
    width: auto;
}

.sub-product-box-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 45px 0;
}

.sub-product-main-box {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
    margin: 0 0 30px 0;
}

.sub-product-main-box h2 {
    width: 100%;
    color: #222021;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
}

.sub-product-main-box h2:hover {
    color: #ffffff;
    background: #ed1d26;
}

.sub-product-main-box img {
    min-height: auto;
}

/* Product End */

/* WHY US? */
.sub-why-us-pt-pb {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    padding: 65px 0;
}

.sub-why-us-title h4 {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #241f21;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 60px 0;
}

.sub-why-us-content {
    width: 100%;
    display: inline-block;
}

.sub-why-us-content ul {
    display: block;
    margin: 0;
    padding: 0;
}

.sub-why-us-content ul li {
    list-style: none;
    color: #241f21;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 15px 0;
}

.sub-why-us-content ul li span {
    color: #222021;
    font-size: 22px;
    margin: 0 10px 0 0;
}

/* WHY US? End */

/* footer */
footer {
    width: 100%;
    display: inline-block;
    /* background-color: #222021; */
    padding: 65px 0;
}

.footer-addres-pb {
    width: 100%;
    display: inline-block;
    padding: 30px 0 0 0;
}

.footer-addres h3 {
    color: #ebebeb;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
}

.footer-addres p {
    color: #ffffff;
    line-height: 30px;
    padding: 0;
}

.footer-addres a {
    color: #ffffff;
    line-height: 30px;
    padding: 0;
}

.footer-addres a i {
    color: #ebebeb;
}

.footer-addres a:hover {
    color: #ed1d26;
}

.footer-copy {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    padding: 20px 0;
}

.footer-copy-text {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.footer-copy-text p {
    color: #222021;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

/* footer End */

/* INDUSTRIES WE SERVE */
.sub-indust-pt-pb {
    width: 100%;
    display: inline-block;
    background: #373435;
    padding: 85px 0;
}

.sub-services-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 85px 0;
}

.sub-services-pt-pb .elementor-counter-title {
    color: #373435;
}

.sub-services-pt-pb .sub-prd-title h2 {
    color: #080403;
}

.sub-services-pt-pb .sub-prd-title p {
    color: #373435;
}

.owl-carousel .owl-nav button.owl-next {
    margin: 0 -15px 0 0;
}

.owl-carousel .owl-nav button.owl-prev {
    margin: 0 0 0 -15px;
}

/* INDUSTRIES WE SERVE End */

/* Number of Employees */
.sub-emp-bg-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 0 0 45px 0;
}

.sub-emp-number-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    border-radius: 6px;
}

.sub-emp-img-number {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}

.sub-emp-img-number img {
    display: inline-block;
}

.sub-emp-content {
    width: 100%;
    text-align: center;
}

.sub-emp-content span {
    color: #ed1d26;
    font-size: 52px;
    font-weight: 800;
}

.sub-emp-content h6 {
    color: #241f21;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Number of Employees End */
.mySelect-header select {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mySelect select {
    height: 45px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #373435;
    border-radius: .25rem;
    padding-left: 10px;
}

/* Call to Action */
.sub-whatapp-icon {
    position: relative;
}

.sub-whatapp-icon a {
    position: fixed;
    bottom: 30px;
    z-index: 999999;
    right: 30px;
}

.sticky-icon {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0%;
    width: 220px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sticky-icon a {
    transform: translate(-160px, 0px);
    border-radius: 0 0px 0px 0;
    text-align: right;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    transition: all 0.8s;
    position: relative;
}

.sticky-icon .whatsapp-link {
    background-color: #25D366;
    color: #fff;
}

.sticky-icon a::before {
    width: 26px;
    height: 60px;
    content: "";
    background: url(../images/right-tr.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: -19px;
}

.sticky-icon a:hover {
    color: #ffffff;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
    background-color: #2c80d3;
    color: #fff;
}

.Youtube {
    background-color: #fa0910;
    color: #fff;
}

.Twitter {
    background-color: #53c5ff;
    color: #fff;
}

.Instagram {
    background-color: #fd1d1d;
    color: #fff;
}

.Google {
    background-color: #d34836;
    color: #fff;
}

.sticky-icon a i {
    background-color: #000;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 -4px 0 10px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #fff;
}

.sticky-icon a i.fa-google-plus-g {
    background-color: #fff;
}

.sticky-icon a i.fa-instagram {
    background-color: #fff;
}

.sticky-icon a i.fa-youtube {
    background-color: #fff;
}

.sticky-icon a i.fa-twitter {
    background-color: #fff;
    color: #53c5ff;
}

.fas fa-shopping-cart {
    background-color: #fff;
}

#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}

.all-icon-color {
    background-color: #ed1d26;
}

textarea.form-control {
    min-height: 50px;
    max-height: 100px;
}

.sub-modal-popup .form-group .form-control {
    height: 45px;
    font-size: 16px;
    border: 1px solid #373435;
    margin: 0 0 15px 0;
}

.sub-modal-popup .form-group textarea {
    height: auto !important;
    padding: 15px;
}

.sub-modal-popup .modal-body {
    padding: 30px 30px 15px 30px;
}

.sub-modal-popup .modal-footer .btn-primary {
    font-size: 18px;
    background: #77204a;
    border: 1px solid #77204a;
    border-radius: 6px;
    padding: 8px 35px;
}

.sub-modal-popup .modal-footer .btn-primary:hover {
    background: #db1f68;
    border: 1px solid #db1f68;
}

.footer-form {
    padding: 0 0 30px 0;
}

.footer-form .form-group .form-control {
    font-size: 16px;
    height: 45px;
    border: 1px solid #77204a;
    margin: 0 0 15px 0;
}

.footer-form .form-group textarea {
    height: auto !important;
    padding: 20px 25px;
}

/* Call to Action End */

.modal-dialog {
    max-width: 850px;
}

input.edu-btn {
    width: auto;
    height: auto !important;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    height: auto;
    color: #ffffff;
    background: #080403;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    padding: 14px 35px !important;
    cursor: pointer;
}

input.edu-btn:hover {
    background: #ed1d26;
}

.modal-title {
    width: 100%;
    color: #0b0b0b;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.modal-footer .form-group {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-items: flex-start;
}

/* Modal Popup Form */
.sub-modal-popup .modal-content {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.sub-modal-popup .modal-content a {
    color: #0b0b0b;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 0 0 0;
}

.sub-modal-popup .modal-footer {
    padding: 15px 0;
}

.sub-modal-popup .modal-title {
    color: #ffffff;
}

.sub-modal-popup .modal-header {
    background: #ed1d26;
}

/* Modal Popup Form End */

/* Scroll to Top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #080403;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #ed1d26;
}

#return-to-top:hover i {
    color: #ffffff;
}

/* Scroll to Top End */

/* Footer Whatsapp & Call icon Left Right */
.footer-whatsapp-left {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 100px 0;
    z-index: 999999;
}

.footer-whatsapp-left a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-call-right {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 180px 0;
    z-index: 999999;
}

.footer-call-right a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

/* Footer Whatsapp & Call icon Left Right End */



/* Form Error */
.has-feedback {
    position: relative;
    margin-bottom: 19px;
}

.has-feedback input {
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    /* height: 40px; */
    padding: 12px 16px;
    font-size: 16px;
    background: #fff;
}

.has-error input,
.has-error textarea,
.has-error select {
    margin: 0px !important;
}

label.error {
    position: absolute;
    color: red !important;
    font-weight: 500;
    font-size: 12px !important;
    text-transform: capitalize;
    display: block;
    bottom: -15px;
    margin: 0;
}

.has-error label {
    margin-bottom: 5px;
}

/* Form Error End */
.mobile-footer-social-icon {
    display: none;
}

.info-slab {
    background: radial-gradient(80% 80% at 90% 10%, rgba(220, 28, 35, .06), transparent 60%), var(--panel);
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
    padding: 32px 28px;
    margin-top: 30px;
}

/* left form panel */
.form-slab {
    background: radial-gradient(80% 80% at 85% 15%, rgba(248, 180, 1, 0.8), transparent 60%), var(--panel);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    padding: 40px 28px;
    position: relative;
}

.faq-section {
    padding: 40px 28px;
}

.form-topicon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--brand-red);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
}

.form-title {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 5px;
}

.form-sub {
    color: var(--muted);
    margin-bottom: 28px;
}

.field {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    height: 58px;
    padding: 12px 16px;
    font-size: 16px;
    background: #fff;
}

.field:focus {
    outline: 0;
    border-color: #cfd3da;
    box-shadow: 0 0 0 .15rem rgba(220, 28, 35, .08);
}

.field-area {
    min-height: 136px;
    resize: vertical;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.field-area:focus {
    outline: 0;
    border-color: #cfd3da;
    box-shadow: 0 0 0 .15rem rgba(220, 28, 35, .08);
}

.accordion .card-header {
    padding: 20px 10px;
}

.accordion .card-header h2 button {
    font-size: 18px;
    color: #232122;
    font-weight: 600;
}

.accordion .card-header h2 button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    float: right;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.accordion .card-header h2 button[aria-expanded="true"]::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submit {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #ed1d26 !important;
    border-radius: 4px;
    display: inline-block;
    /* text-transform: uppercase; */
    padding: 14px 35px !important;
    margin: 10px 0 0 0;
}

.submit:hover {
    background: #222021 !important;
}

.btn:not(:disabled):not(.disabled) {
    text-decoration: none;
}

.form-slab .form-title,
.info-title {
    color: #232122;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.visually-hidden {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: transparent;
    width: 2%;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.t-box {
    padding: 35px 25px 35px 50px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}

.t-box:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.t-box:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.t-quote {
    width: 50px;
    height: 45px;
    background: #ed1d26;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 37px;
    left: -19px;
}

.t-quote:before {
    content: "";
    border-bottom: 16px solid #ed1d26;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.t-desc {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.t-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 15px 0;
}

.t-post {
    font-size: 16px;
    color: #ed1d26;
    font-weight: 600;
}

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
} */

@media (max-width: 576px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 5%;
    }

    .t-box {
        padding-left: 45px;
    }
}

.bg-dark {
    padding: 100px 0;
}

#accordionExample .card-header .btn {
    width: 100%;
    text-align: left;
    white-space: normal;
    /* allow wrap */
    word-break: break-word;
    /* break long words if needed */
}