@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,800');
:root {
    --baseRed: #c62828;
    --lightRed: #f44336;
    /*--darkRed: #b71c1c;*/
    --darkRed: #9e0b0f;
    --imageOne: 482px;
    --imageTwo: 335px;
    --imageThree: 419px;
    --imageFour: 462px;
    --imageFive: 356px;
    --imageFiveW: 1596px;
}
html, body { width: 100%; height: 100%; }
a {
    color: var(--baseRed);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
a:hover,
a:focus,
a:active { color: var(--darkRed); text-decoration: none; }
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 80px;
    background-color: #222222;
    color: #dddddd;
    overflow-x: hidden;
}
.container { position: relative; }
.container .row { z-index: 20; }
section {
    /*position: relative;*/
    display: block;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.navbar, .navbar-inverse {
    height: 80px;
    border-bottom: 4px solid var(--darkRed);
    z-index: 99;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #222222;
}
.navbar-brand,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:active {
    color: var(--baseRed);
    /* padding-top: 24px; */
    /*margin-top:20px;*/
    line-height: 28px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 15px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 12px;
    margin-right: 15px;
    margin-bottom: 12px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-inverse .navbar-nav>li>a,
.navbar-nav>li>a {
    color: var(--lightRed);
    font-weight: 500;
    line-height: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-nav>li.active>a,
.navbar-nav>li>a {
    background-color: transparent;
    color: var(--darkRed);
    line-height: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
}
#navDropdown {
    display: none;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 100;
}
#navDropdown > ._dropdownBody {
    display: block;
    background-color: #222222;
    border: none;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    height:auto;
    border-bottom: 4px solid var(--darkRed);
}
/*NAVBAR DROPDOWN*/
ul._navDropSidemenu { padding: 0; margin: 0; }
ul._navDropSidemenu li { list-style: none; }
ul._navDropSidemenu li a {
    color: #dddddd;
    background-color: var(--baseRed);
    border-bottom: 1px solid var(--darkRed);
    display: block;
    padding: 8px 16px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
ul._navDropSidemenu li a:hover,
ul._navDropSidemenu li a:focus,
ul._navDropSidemenu li a:active,
ul._navDropSidemenu li a.active {
    text-decoration: none;
    color: #ffffff;
    background-color: var(--darkRed);
}
ul._navDropSidemenu li:last-child a { border-bottom: none; }
.navDropSideMenuImg {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}
.navDropImgBox {
    cursor: pointer;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    margin-bottom: 16px;
    overflow: hidden;
    max-height: 160px;
}
.navDropImgBox:hover {
    margin-top: -4px;
    margin-bottom: 20px;
}
.navDropImgBox .caption {
    text-transform: capitalize;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}
.navDropImgBox img {
    height: 120px;
    max-height: 120px;
    width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    margin: 0
}
/*#navProducts:hover + #navDropdown { display: block }*/
/*#navDropdown > ._dropdownBody:hover + #navDropdown { display: block; }*/

#topBanner {
    display: block;
    width: 100%;
    height: 480px;
    background-color: var(--baseRed);
    z-index: 1;
    padding: 0;
}
#topBanner .bannerText {
    z-index: 75;
    /*margin-top: 180px;*/
    margin-top: 47px;
    text-align: center;
    align-content: center;
}
#topBanner .bannerText ._primaryText {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 24px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
#topBanner .bannerText ._secondaryText {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 3px 3px rgba(0,0,0,0.25);
}
#topBanner>.container {
    background: url(../img/banner_opa50.png) no-repeat bottom;
    /*background: url(/fire-service-site/src/img/banner_opa50.png) no-repeat bottom;*/
    background-size: 100%;
    height: var(--imageOne);
}
/*#topBanner .opacity {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*background-color: rgba(0,0,0,0.25);*/
/*}*/
#standardWeMaintain {
    background: url(../img/01.png) no-repeat center 48px;
    height: calc(var(--imageOne) + 48px);
    padding-top: 50px;
}
#speech {
    background: url(../img/02.png) no-repeat center;
    height: var(--imageTwo);
    padding-top: 64px;
}
#clients {
    background: url(../img/03.png) no-repeat center;
    height: var(--imageThree);
}
#products {
    background: url(../img/04.png) no-repeat center;
    height: var(--imageFour);
}
#bottomSection {
    /*background: url(../img/05.png) no-repeat center;*/
    background: url(../img/05_g.gif) no-repeat center;
    height: var(--imageFive);
}
footer {
    margin-top: 80px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #131313;
    color: #666666;
}
.__divTitle {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.__itemTitle{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.__carousel {
    height: 80px;
    width: 100%;
    margin-bottom: 24px;
    background-color: rgba(255,255,255,0.1);
    padding: 12px;
}
#standardWeMaintain p {
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}
._imgHeader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-bottom: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}
._speechTitle { display: block; font-weight: 700; margin-top: 15px;}
._speechDesig { font-size: 13px; }

.owl-carousel { z-index: 9; }
.owl-item .media .media-left > img {
    width: 160px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    padding: 2px;
}
.owl-item .media-left, .media>.pull-left {
    padding-right: 24px;
}
.owl-item .media .media-heading { font-size: 24px; font-weight: 700; margin-bottom: 16px;}
#standardSlider { margin-bottom: 32px; }
/*OWL CAROUSEL*/
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 24px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px 4px;
    background-color: #ddd;
    transition: 0.3s all;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 12px;
    height: 12px;
    margin: 2px 2px;
    background-color: var(--baseRed);
}

._productDiv {
    /*width: 2000px;*/
    display: table;
    background-color: var(--darkRed);
    padding: 24px;
    padding-bottom: 0;
    margin-left: 160px;
    margin-right: 160px;
    float: left;
    border-radius: 8px;
    height: 320px;
}
._productDiv  .__divTitle {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: top;
    /*float: left;*/
    margin-bottom: 0;
    min-width: 250px;
    padding-right: 24px;
    padding-bottom: 0;
    z-index: 88;
}

._productDiv  .__divTitle > span {
    display: block;
    font-size: 14px;
    margin-top: 24px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 32px;
}
._productDiv  .__divTitle > a.btn.btn-default {
    background-color: #fff;
    color: var(--darkRed);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 12px 32px;
    border-radius: 0;
    border: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
._productDiv  .__divTitle > a.btn.btn-default:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    margin-top: -4px;
    margin-bottom: 4px;
}
._productBox {
    background-color: var(--darkRed);
    border-radius: 12px;
    display: block;
    padding: 16px 32px 0 32px;
}
#productSlider { z-index: 80; overflow-x: hidden; }
#productSlider img {
    height: 240px;
    width: 240px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 2px;
    background-color: #fff;
}
#productSlider .owl-dots {margin-bottom: 8px; margin-top: 8px}
#productSlider .owl-dots, .owl-theme .owl-nav {
    /*text-align: left;*/
    -webkit-tap-highlight-color: transparent;
}
#productSlider .owl-nav.disabled+.owl-dots {
    margin-top: 16px;
}
#productSlider .owl-dots .owl-dot span {
    width: 12px;
    height: 4px;
    margin: 4px 4px;
    background-color: var(--lightRed);
    transition: 0.3s all;
    border-radius: 0;
}
#productSlider .owl-dots .owl-dot.active span {
    width: 12px;
    height: 4px;
    margin: 4px 4px;
    background-color: #fff;
}

._menuSolutionDiv {
    display: block;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

/*ABOUT PAGE*/
#aboutBanner {
    display: block;
    width: 100%;
    height: 149px;
    background-color: var(--baseRed);
    z-index: 1;
    padding: 0;
}
#aboutBanner>.container {
    background: url(../img/aboutBanner_bg.png) no-repeat bottom;
    background-size: 100%;
    /*height: 200px;*/
    height: 149px;
}
._pageTopText {
    text-align: center;
    line-height: 200px;
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}


._secondNav {
    background-color: #242424;
    display: block;
    padding: 0;
    border-bottom: 2px solid #444;
    margin: 0;
}
._secondNav > li {
    list-style: none;
    float: left;
}
._secondNav > li.active {

}
._secondNav > li > a {
    display: inline-block;
    color: var(--lightRed);
    padding: 16px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
._secondNav > li > a:hover,
._secondNav > li > a:focus,
._secondNav > li > a:active {
    text-decoration: none;
    color: var(--baseRed);
}
.md_image {
    /*width: 100%;*/
    width: 185%;
    height: 356px;
    border-radius: 6px;
    /*object-fit: cover;*/
    /*-o-object-fit: cover;*/
    margin-bottom: 32px;
}
h4, h5 { margin-bottom: 16px; margin-top: 24px; }
.media-left, .media>.pull-left {
    padding-right: 24px;
}
.media-object {
    width: 100%;
    height: 300px;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 6px;
    -webkit-box-shadow: -2px 2px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 2px 8px rgba(0,0,0,0.5);
    box-shadow: -2px 2px 8px rgba(0,0,0,0.5);
}
._singleProject { margin-bottom: 48px; }
.form-group label {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.form-control {
    padding: 12px 24px;
    height: auto;
    border: 2px solid var(--baseRed);
    background-color: transparent;
    border-radius: 0;
    color: #fff;
}
.navT {
    padding-bottom: 16px;
    font-weight: 600;
    line-height: 32px;
    font-size: 18px;
}
.navT button {
    height: 32px;
    font-size: 12px;
    width: 64px;
    line-height: 16px;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #242424;
    border: 1px solid var(--baseRed);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.navT button:hover,
.navT button:focus,
.navT button:active {
    color: var(--lightRed);
}

._itemBox {
    height: 200px;
    background-color: #fff;
    color: var(--darkRed);
    font-weight: 500;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    margin-bottom: 30px;
}
._itemBox:hover {
    margin-top: -4px;
    margin-bottom: 34px;
}
/*._itemBox:hover img {*/
/*-webkit-filter: grayscale(0%);*/
/*filter: grayscale(0%);*/
/*}*/
._itemBox img {
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    height: 140px;
    width: 100%;
    padding: 0;
    object-fit: contain;
    -o-object-fit: contain;
}
._itemBox span {
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    line-height: 16px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: var(--baseRed);
    border-radius: 0;
}
.nav-pills>li>a {
    border-radius: 0;
    background-color: transparent;
}
.nav.nav-pills>li>a:focus, .nav.nav-pills>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--lightRed);
}
.tab-content { color: #fff; }
.tab-content .tab-pane {
    padding: 24px 0;
}
#fireMan {
    position: absolute;
    z-index: 1;
    width: 300px;
    bottom: -13px;
}
#fireTruck {
    position: absolute;
    z-index: 2;
    width: 303px;
    bottom: 3px;
    right: -84px;

    /*width: 800px;*/
    /*bottom: -25px;*/
    /*right: -320px;*/
}
.mv_ul {
    background-color: var(--darkRed);
    padding: 8px 40px 32px 48px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 24px;
}
.mv_ul li {
    margin-bottom: 8px;
    list-style: square;
}
.marquee{
    /*position: 20px;*/
    overflow: hidden;
}

/*main css-215, 452*/