@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.fontPoppins{
    font-family: 'Poppins';
}
.fontOpenSans{
    font-family: 'Open Sans';
}
.page-header {
    position: relative;
}
.about-banner {
    background: url(../images/header_image.jpg);
}
header .inner-header.fireFighting-header {
    background: url(../images/banner-img_f.jpg) top center no-repeat;
    background-size: cover;
}
.bg_img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.padding-tb {
    padding-top: 80px;
    padding-bottom: 55px;
}
.page-header .page-header-content-area {
    z-index: 1;
    margin-bottom: 15px;
    position: relative;
}
.page-header .page-header-content-area .ph-title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
h4 {
    font-size: 30px;
}
.page-header .page-header-content-area ul{
    display: flex;
    flex-wrap: wrap;
}
.page-header .page-header-content-area ul {
    justify-content: center;
    border: 1px solid #ffffff;
    width: 215px;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 0px;
}
.lab-ul {
    margin: 0;
}
.page-header .page-header-content-area ul li {
    padding-right: 15px;
}
.lab-ul li {
    list-style: none;
}
.page-header .page-header-content-area ul li a, .page-header .page-header-content-area ul li a.activeSL {
    position: relative;
}
.page-header .page-header-content-area ul li a {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.4px;
}
.page-header .page-header-content-area ul li a {
    text-decoration: none;
}
.page-header .page-header-content-area ul li a.activeSL::after {
    content: ''; 
    position: absolute; 
    width: 1px;
    height: 15px;
    top: 4px;
    right: -9px;
    background: #fff;
    transform: rotate(20deg);
}
.page-header .page-header-content-area ul li:last-child {
    padding-right: 0;
}
.page-header .page-header-content-area ul li a.active {
    color: #29bdcf;
    padding-left: 2px;
}
.about-thumb img {
    height: auto;
    max-width: 100%;
}
.divider {
    margin-bottom: 15px;
    height: 4px;
}
.divider:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 103px;
    height: 4px;
    background-color: #eb354c;
}
.about-title h2 {
    color: #152439;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 6px;
}
.about-title h2 > span {
    font-weight: 700;
}
.about-title p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}
.about-title p > span {
    font-weight: 500;
}
.maxWidth625 {
    max-width: 625px;
}
.cspadding-tb {
    padding:85px 0px;
}
.core_values-header {
    position: relative;
    background: url(../images/core_values.jpg);
}
.CoreValuesColor {
    color: #000000;
    font-weight: 600;
    font-size: 40px;
    width: 354px;
}
.core_values-header .divider:after{
    height: 6px;
}
.list-unstyledCS li {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    padding-left: 13px;
    margin-bottom: 20px;
    font-family: 'Poppins';
}
.list-unstyledCS li::before {
    content: '';
    background: url(../images/tickMark.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.HZLineStyle {
    height: 142px;
    width: 2px;
    background-color: #FFF;
    position: absolute;
    right: -24px;
    top: 3px;
    opacity: 0.5;
}
.sectionHeading {
    color: #152439;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 6px;
}
.sectionHeading span {
    font-weight: 700;
}
.w-105px {
    width: 105px;
}
.CSgap-4 {
    gap: 1.2rem !important;
}
.whyChooseListItem {
    width: 350px;
    margin-top: 8px;
}
.whyChooseListItem h1 {
    color: #000000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 0.3rem;
}
.whyChooseListItem p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
    font-family: 'Open Sans';
}
.whyChooseListItemIcon {
    width: 84px;
    height: 84px;
}
.WYC-bgImg {
    background-image: url(../images/side_element.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.ml-mys25 {
    margin-left: -25px;
}
.AUfooterRedBg {
    background: url(../images/AUfooterRedBg.jpg);
}
.AU-ourVisionTxt {
    font-size: 32px !important;
    font-weight: 500 !important;
}
.AU-ourVisionTxt span {
    font-weight: 700 !important;
}
.AU-OUR-desTxt, .AU-ourVisionTxt {
    color: #FFF !important;
}
.AU-OUR-desTxt {
    font-size: 16px;
}
.AUOurVisionWidth {
    width: 388px;
}
.AUOurVisionWidth, .AUOurMissionWidth {
    margin-top: 8px;
}
.AUOurMissionWidth {
    width: 410px;
}
.AUOurVisionList li {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding-left: 33px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    line-height: 20px;
}
.AUOurVisionList li::before {
    content: '';
    background: url(../images/tickMark.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 29%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.mt-15 {
    margin-top: 15px;
}
.AUOurVisionHZLineStyle {
    height: 190px;
    width: 2px;
    background-color: #FFF;
    position: absolute;
    right: 24px;
    top: 16px;
    opacity: 0.5;
}
.AUOurVisionList {
    margin-top: 3px;
}
.AUfooterRedBgpadding {
    padding: 120px 0px;
}
.AUOurVisionList li:last-child {
    margin-bottom: 0px;
}

.contact-banner {
    background: url(../images/Contact-header.jpg);
}
.CS-mapSection {
background-color: #d7dfe6;
padding: 10px;
border-radius: 7px;
height: 400px;
max-width: 610px;
}
.CS-mapSection iframe {
    height: 100%;
    width: 100%;
    border: none;
}
.CS-ListItem {
    margin-top: 3px;
}
.CS-ListItem h1 {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.CS-ListItem p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0px;
    font-family: 'Open Sans';
}
.mt-70 {
    margin-top: 70px;
}
header .inner-header.aboutUs-header {
    background: url(../images/aboutUs-banner.jpg) top center no-repeat;
    background-size: cover;
}
header .inner-header.contactUs-header {
    background: url(../images/Contact-header.jpg) top center no-repeat;
    background-size: cover;
}
.firefighting-worksContainer h3 {
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    color: #152439;
    font-weight: 500;
    margin-top: -15px;
    font-size: 28px;
}
.firefighting-worksContainer h3 span {
    font-weight: 700;
}
.firefighting-worksContainer h3 i {
    font-size: 15px;
    font-style: normal;
}
.firefighting-worksContainer h5 {
    font-family: "Poppins", sans-serif;
    color: #152439;
    font-weight: 500;
    font-size: 16px;
}
.firefighting-worksContainer ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}
.firefighting-worksContainer ul li {
    font-family: 'Open Sans';
    color: #152439;
    font-weight: 400;
    font-size: 14px;
    width: 225px;
    line-height: 18px;
    margin-right: 15px;
}
.firefighting-worksContainer ul li:last-child {
    margin-right: 0px;
}
.firefighting-worksContainer .firefightingWidth {
    width: 460px;
}
.firefighting-worksContainer .WaterbasedIcon {
    width: 42px;
    height: 42px;
    background-color: #eb354c;
}
.hrColor {
    background-color: rgb(1 1 1 / 30%);
    margin-top: 0px;
    margin-bottom: 16px;
}
.dblock {
    display: block;
}
.mb-10 {
    margin-bottom: 7px;
}
.mt3{
    margin-top: 3px;
}
.waterWidth {
    width: 23px;
}
.waterWidth24 {
    width: 24px;
}
.waterWidth26 {
    width: 26px;
}
.firefighting-worksContainer .FGW-topimg {
height: 415px;
}
.firefighting-worksContainer .FGW-topimg img {
    width: 100%;
    height: 100%;
}
.FGW-bottomImgsec {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.firefighting-worksContainer .FGW-bottomImgsecLeft {
    background-color: #eb354c;
    margin: 0px 0px 0px 0px;
    padding: 40px 24px 40px 24px;
    border-style: solid;
    border-width: 10px 0px 0px 0px;
    border-color: #ede8e2;
    width: 277px;
    align-self: flex-end;
    text-align: center;
}
.firefighting-worksContainer .FGW-bottomImgsecLeft h5 {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
}
.firefighting-worksContainer .FGW-bottomImgsecLeft h6 {
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
}
.firefighting-worksContainer .FGW-bottomImgsecRight {
    flex: 1;
}
.firefighting-worksContainer .FGW-bottomImgsecRight img {
    border-style: solid;
    border-width: 10px 0px 0px 10px;
    border-color: #ede8e2;
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.MechanicalTxtMb {
    margin-bottom: 4px !important;
    margin-top: 37px !important;
}
.poweringTxt {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #838080;
    font-weight: 300;
    margin-bottom: 14px;
}
.height500 {
    height: 480px !important;
}
.waterWidth23 {
    width: 23px;
}
.modal-content, .modal-header {
    border: none;
}
.close-form {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 24px;
    cursor: pointer;
    border: none;
    background-color: #FFFFFF;
}
.modal-body {
    padding: 0;
}
.trail-form {
    background-color: #FFFFFF;
    padding: 35px 50px;
    box-shadow: 0px 42.4441px 61.3082px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    width: 100%;
    float: right;
}
.contactpage-form {
    width: 100%;
    padding-top: 0;
}
.padright {
    padding-right: 10px;
}
.trail-grp {
    padding-bottom: 18px;
    margin-bottom: 0px;
}
.label-name {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 18px;
    font-family: 'Open Sans';
}
.trail-grp input {
    border: 1px solid #BCCBDC;
    border-radius: 4px;
    height: 36px;
    font-size: 13px;
}
.first_sp {
    display: none;
    font-size: 12px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.invalid-feedback {
    font-size: 12px !important;
    color: red !important;
}
.select-tik {
    appearance: auto;
    border: 1px solid #BCCBDC;
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
}
.trail-grp textarea {
    border: 1px solid #BCCBDC;
    border-radius: 3px;
    padding: 16px 8px 16px 12px;
    font-size: 13px;
}
.btn-next {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    background-color: #eb354c;
    color: #FFFFFF;
    padding: 10px 16px;
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
}
.btn-next:hover {
    color: #FFF;
}
.first_me2, .first_sp22 {
    display: none;
}
.PC-contactmodal .form-group label {
margin-bottom: 0px;
}
.modal-header {
    padding-top: 33px;
}
@media (max-width: 1600px) {
    .contact-modal .padleft, .contact-modal .padright {
        padding: 0 12px;
    }
    .btn-next {
        font-size: 16px;
    }
}
@media (max-width: 1279px){
    .WYC-bgImg {
        background-size: 53%;
    }
    .padding-tb {
        padding-top: 140px;
        padding-bottom: 125px;
    }
    .CoreValuesColor {
        font-size: 33px;
        width: 314px;
    }
    .list-unstyledCS li {
        font-size: 19px;
        padding-left: 13px;
        margin-bottom: 20px;
    }
    .list-unstyledCS li::before {
        width: 20px;
        height: 20px;
        left: -16px;
        margin-top: 0px;
    }
    .HZLineStyle {
        height: 122px;
        right: -22px;
        top: 3px;
    }
    .AUOurVisionWidth {
        width: 338px;
    }
    .AUOurMissionWidth {
        width: 370px;
    }
    .AUOurVisionHZLineStyle {
        height: 220px;
    }
    .firefighting-worksContainer .firefightingWidth {
        width: 393px;
    }
    .firefighting-worksContainer ul li {
        width: 175px;
    }
    .firefighting-worksContainer .FGW-bottomImgsecLeft {
        width: 267px;
    }
    .firefighting-worksContainer .FGW-topimg {
        height: 545px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}
@media (max-width: 991px) {
    .maxWidth625 {
        max-width: 100%;
        margin-top: 57px !important;
    }
    .CoreValuesColor {
        width: 100%;
    }
    .HZLineStyle, .AUOurVisionHZLineStyle {
        display: none;
    }
    .list-unstyledCS li {
        padding-left: 33px;
    }
    .list-unstyledCS li::before {
        left: 0px;
    }
    .whyChooseListItem, .AUOurVisionWidth, .AUOurMissionWidth {
        width: auto;
    }
    .ml-mys25 {
        margin-left: 0;
        margin-top: 20px;
    }
    .AUOurVisionWidth {
        margin-bottom: 30px;
    }
    .mt-70 {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .firefighting-worksContainer .firefightingWidth, .firefighting-worksContainer ul li {
        width: 100%;
    }
    .firefighting-worksContainer .FGW-bottomImgsecLeft {
        width: 437px;
    }
    .dblock {
        display: inline;
    }
    .MechanicalTxtMb {
    margin-top: 0px !important;
}
}
@media (max-width: 767px) {
    .WYC-bgImg {
        background-image: none;
    }
    .FGW-bottomImgsec .d-flex {
        flex-direction: column;
    }
    .FGW-bottomImgsec {
        position: relative;
        left: 0px;
        bottom: inherit;
        width: 100%;
    }
    .firefighting-worksContainer .FGW-topimg,  .firefighting-worksContainer .height500{
        height: auto !important;
    }
    .firefighting-worksContainer .col-lg-6 > .container {
        max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    }
    .firefighting-worksContainer .FGW-bottomImgsecLeft {
        width: 100%;
    }
    .firefighting-worksContainer .FGW-bottomImgsecRight img, .firefighting-worksContainer .FGW-bottomImgsecLeft {
        border: 0px;
    }
    .firefighting-worksContainer ul {
        flex-direction: column;
    }
    .firefighting-worksContainer ul {
        margin-bottom: 10px !important;
    }
    .firefighting-worksContainer .firefightingWidth .gap-3 {
        gap: 0.5rem !important;
    }
}
