@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: normal;
  background-color: #fff;
}

img {
  border: none;
  vertical-align: bottom;
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #002aff;
}

h2,
h3,
h4,
h5 {
  font-weight: 400;
}
h1 {
  font-size: 1.625rem;
} /*26px, 32px*/
h2 {
  font-size: 1.5rem;
} /*24px, 24px*/
h3 {
  font-size: 1.25rem;
} /*20px, 20px*/
h4 {
  font-size: 1.125rem;
} /*18px, 20px*/
h5 {
  font-size: 1rem;
} /*16px, 20px*/
h6 {
  font-size: 0.9375rem;
} /*15px, 20px*/
p {
  font-size: 0.875rem;
  line-height: 1.375rem;
} /*14px, 20px*/
.single-line-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  line-height: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}

#footerThird .second-col ul.follow-us li a,
#testimonial .content-wrap .loop-box .msg span,
.ourProduct ul.productList li a .product-img .trademark span,
#productPage #topSection .content-wrap .trademark span,
.testimonials-cntnr .column .box .icon,
.enquiry-form-wrap .left ul li .img,
div.sdmenu div a.current:after {
  background-image: url(../images/sprite-1.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
/* ============== Same (END) ============== */

/* ============== All Pages (START) ============== */
#main {
  float: left;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  width: -moz-calc(100% - 302px);
  width: -webkit-calc(100% - 302px);
  width: -o-calc(100% - 302px);
  width: calc(100% - 302px);
  padding-top: 10px;
}
#aside {
  float: left;
  width: 300px;
  border-left: 1px solid #e5e5e5;
  position: relative;
  left: -1px;
}

.responsive {
  min-width: 300px;
  max-width: 1240px;
  margin: 0 auto;
}

.full-responsive {
  min-width: 300px;
  max-width: 1366px;
  margin: 0 auto;
}

.coverPdg {
  padding: 20px;
}
.coverPdgLoop {
  padding: 20px 0px 0px 20px;
}
.innerPdgLoop {
  padding: 0 20px 20px 0;
}

/** For Index page */
.coverPdg-index {
  padding: 50px 20px 35px 20px;
}
.coverPdgLoop-index {
  padding: 30px 0px 15px 15px;
}

.pdgL {
  padding-left: 20px;
}
.pdgR {
  padding-right: 20px;
}
.pdgLR {
  padding-left: 20px;
  padding-right: 20px;
}
.pdgLT {
  padding-left: 20px;
  padding-top: 20px;
}
.pdgRB {
  padding-right: 20px;
  padding-bottom: 20px;
}

.noPdgB {
  padding-bottom: 0px;
}

.contact-btn {
  display: inline-block;
  height: 40px;
  padding: 6px;
  font-size: 1.125rem;
  color: #fff;
  background: rgb(40, 58, 147);
  background: linear-gradient(
    0deg,
    rgba(40, 58, 147, 1) 0%,
    rgba(9, 139, 237, 1) 100%
  );
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 26px;
}
.contact-btn span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  background: linear-gradient(
    0deg,
    rgba(9, 139, 237, 1) 0%,
    rgba(40, 58, 147, 1) 100%
  );
  border-radius: 20px;
}
.contact-btn:hover span {
  background: none;
}
/* ============== All Pages (END) ============== */

/* =========== Header CSS =========== */
#header {
  height: 116px;
  position: relative;
}
#header .fix-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7;
}

#topHeader {
  background: linear-gradient(
    90deg,
    #ffcc00,
    #ff0000,
    #ff6600,
    #ffcc00
  );
  height: 40px;
  overflow: hidden;
}

#topHeader .address {
  float: left;
  color: black;
  font-size: 0.8125rem;
  line-height: 40px;
}
#topHeader .address i {
  line-height: 40px;
  float: left;
  padding-right: 4px;
}

#topHeader .contact-details {
  list-style-type: none;
  float: right;
}
#topHeader .contact-details li {
  float: left;
  height: 40px;
  border-right: solid 1px #da0043;
  border-left: solid 1px #9b0030;
}
#topHeader .contact-details li:first-child {
  border-left: none;
}
#topHeader .contact-details li:last-child {
  border-right: none;
}
#topHeader .contact-details li a {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0px 12px;
  color: black;
  font-size: 1rem;
}
#topHeader .contact-details li a i {
  font-size: 1.375rem;
  line-height: 40px;
  float: left;
  padding-right: 4px;
}
#topHeader .contact-details li a svg {
  fill: black;
  padding: 10px 4px 10px 0px;
  float: left;
}

#bottomHeader {
  background: #fff;
  height: 76px;
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.4);
}

#bottomHeader #logo {
  height: 76px;
  display: flex;
  align-items: center;
  float: left;
}
#bottomHeader #logo a {
  display: block;
}

/** Header Nav**/
#bottomHeader .m-nav-icon {
  list-style-type: none;
  float: right;
  height: 40px;
  padding: 18px 0;
}
#bottomHeader .m-nav-icon li {
  height: 40px;
  width: 40px;
  float: left;
  text-align: center;
  cursor: pointer;
}
#bottomHeader .m-nav-icon li a {
  display: block;
}
#bottomHeader .m-nav-icon li:hover,
#bottomHeader .m-nav-icon li a:hover {
  background-color: #c7003d;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
#bottomHeader .m-nav-icon li i {
  font-size: 1.625rem;
  line-height: 40px;
  color: #000;
}
#bottomHeader .m-nav-icon li:hover i {
  color: #fff;
}
/** Header Nav [End] **/
/* =========== Header CSS [End] =========== */

.heading-style1 {
  margin: 0 20px 20px 0;
  text-align: center;
}
.heading-style1 .title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 32px;
}

.heading-style2 {
  margin-bottom: 20px;
}
.heading-style2 .title {
  display: inline-block;
  line-height: 30px;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.heading-style2 .title .underline {
  display: inline-block;
  width: 80%;
  height: 3px;
  background-color: #c7003d;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.heading-style2 .title .underline-left {
  display: inline-block;
  width: 80%;
  height: 3px;
  background-color: #c7003d;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* =========== Products List Design [Start] =========== */
.ourProduct .coverPdgLoop-index .heading-style2 {
  text-align: center;
}

.our-top-products-list {
  padding-top: 15px;
}
.our-top-products-list h5 {
  font-weight: 600;
}
.our-top-products-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0 26px;
}
.our-top-products-list ul li {
  width: 50%;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

/**/
.ourProduct ul.productList {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.ourProduct ul.productList li {
  width: 25%;
}
.ourProduct ul.productList.indexProducts li {
  width: 30%;
}
.ourProduct ul.productList li .innerPdgLoop {
  height: 100%;
  box-sizing: border-box;
  
}
.ourProduct ul.productList li a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}
.ourProduct ul.productList li a .hover-box {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-in-out;
}
.ourProduct ul.productList li a:hover .hover-box {
  opacity: 1;
}
.ourProduct ul.productList li a .hover-box .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -60px;
  display: inline-block;
  width: 110px;
  height: 34px;
  line-height: 34px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to bottom right, #06adf4, #13e4ee);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  -khtml-border-radius: 17px;
  border-radius: 17px;
}
.ourProduct ul.productList li a:hover .hover-box .btn:hover {
  background-image: linear-gradient(to bottom right, #e9615c, #feab32);
}

.ourProduct ul.productList li a .product-img {
  position: relative;
}
.ourProduct ul.productList li a .product-img .trademark {
  width: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.ourProduct ul.productList li a .product-img .trademark .isi {
  display: block;
  width: 30px;
  height: 22px;
  background-position: -37px -80px;
  margin-bottom: 3px;
}
.ourProduct ul.productList li a .product-img .trademark .ce {
  display: block;
  width: 30px;
  height: 30px;
  background-position: -67px -80px;
  margin-bottom: 3px;
}
.ourProduct ul.productList li a .product-img .trademark .iso9001 {
  display: block;
  width: 30px;
  height: 30px;
  background-position: -97px -80px;
  margin-bottom: 3px;
}
.ourProduct ul.productList li a .product-img .trademark .iso14001 {
  display: block;
  width: 30px;
  height: 30px;
  background-position: -127px -80px;
}
.ourProduct ul.productList li a .product-img img {
  width: 100%;
  height: auto;
}
.ourProduct ul.productList li a .product-detail {
  text-align: center;
}
.ourProduct ul.productList li a .product-detail .product-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
  margin-top: 8px;
}
.ourProduct ul.productList li a .product-detail .product-weight {
  list-style-type: none;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.ourProduct ul.productList li a .product-detail .product-weight div {
  width: 36px;
  height: 36px;
  background-color: #fff;
  font-size: 0.725rem;
  font-weight: 600;
  line-height: 36px;
  border: 2px solid #f6ae31;
  border-radius: 50%;
  margin: 0 1px;
}
.ourProduct
  ul.productList
  li
  a
  .product-detail
  .product-weight
  div:first-child
  + div {
  border-color: #f2534b;
}
.ourProduct
  ul.productList
  li
  a
  .product-detail
  .product-weight
  div:first-child
  + div
  + div {
  border-color: #771d75;
}
.ourProduct
  ul.productList
  li
  a
  .product-detail
  .product-weight
  div:first-child
  + div
  + div
  + div {
  border-color: #ad3d5f;
}
.ourProduct
  ul.productList
  li
  a
  .product-detail
  .product-weight
  div:first-child
  + div
  + div
  + div
  + div {
  border-color: #0087b9;
}
.ourProduct ul.productList li a .product-detail .product-short-desp {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #555;
  margin-top: 5px;
}
/* =========== Products List Design [End] =========== */

/* =========== Products Detail Page [Start] =========== */
#productPage #topSection {
  display: flex; /*align-items:center;*/
  padding-bottom: 15px;
}
#productPage #topSection .img-wrap {
  width: 32%;
  text-align: center;
  margin: 0 3% 10px 0;
}
#productPage #topSection .img-wrap img {
  width: 60%;
  height: auto;
}
/**/
#productPage #topSection .content-wrap {
  width: 65%;
  text-align: left;
}
#productPage #topSection .content-wrap h1 {
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom: 10px;
}
/**/
#productPage #topSection .content-wrap .product-weight div {
  color: #333;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
#productPage #topSection .content-wrap .product-weight ul {
  list-style-type: none;
  display: flex;
}
#productPage #topSection .content-wrap .product-weight ul li {
  width: 36px;
  height: 36px;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 36px;
  border: 2px solid #f6ae31;
  border-radius: 50%;
  margin: 0 2px;
  text-align: center;
}
#productPage #topSection .content-wrap .product-weight ul li:first-child + li {
  border-color: #f2534b;
}
#productPage
  #topSection
  .content-wrap
  .product-weight
  ul
  li:first-child
  + li
  + li {
  border-color: #771d75;
}
#productPage
  #topSection
  .content-wrap
  .product-weight
  ul
  li:first-child
  + li
  + li
  + li {
  border-color: #ad3d5f;
}
#productPage
  #topSection
  .content-wrap
  .product-weight
  ul
  li:first-child
  + li
  + li
  + li
  + li {
  border-color: #0087b9;
}
/**/
#productPage #topSection .content-wrap .desc p {
  color: #555;
  margin: 12px 0px;
}
#productPage #topSection .content-wrap .desc h2,
#productPage #topSection .content-wrap .desc h3,
#productPage #topSection .content-wrap .desc h4 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  padding-top: 10px;
}
#productPage #topSection .content-wrap .trademark {
  padding-bottom: 15px;
}
#productPage #topSection .content-wrap .trademark .isi {
  float: left;
  width: 30px;
  height: 22px;
  background-position: -37px -80px;
  margin: 4px 4px 4px 0px;
}
#productPage #topSection .content-wrap .trademark .ce {
  float: left;
  width: 30px;
  height: 30px;
  background-position: -67px -80px;
  margin-right: 4px;
}
#productPage #topSection .content-wrap .trademark .iso9001 {
  float: left;
  width: 30px;
  height: 30px;
  background-position: -97px -80px;
  margin-right: 4px;
}
#productPage #topSection .content-wrap .trademark .iso14001 {
  float: left;
  width: 30px;
  height: 30px;
  background-position: -127px -80px;
}

#productContentTwo h2,
#productContentTwo h3,
#productContentTwo h4 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  padding-top: 10px;
}
#productContentTwo p {
  margin: 12px 0px;
}
#productContentTwo ul {
  list-style-type: square;
  margin: 12px 0 12px 30px;
}
#productContentTwo ul li {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0 0 2px 18px;
  text-align: left;
}

#productContentTwo table.style1 {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 0.8125rem;
  margin: 12px 0;
}
#productContentTwo table.style1 tr td {
  border: 1px solid #e5e5e5;
  vertical-align: top;
  color: #000;
  text-align: center;
}
#productContentTwo table.style1 tr td:first-child {
  background-color: #f3f3f3;
  color: #565959;
  font-weight: 700;
  text-align: left;
}
#productContentTwo table.style1 tr th {
  padding: 8px 10px;
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  color: #444;
  font-weight: 700;
}
#productContentTwo table.style1 tr td {
  padding: 10px 10px 12px 10px;
  vertical-align: middle;
}
#productContentTwo table.style1 tr td ul {
  display: inline-block;
}

#productContentTwo table.style2 {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 0.8125rem;
  margin: 12px 0;
}
#productContentTwo table.style2 tr td {
  border: 1px solid #e5e5e5;
  vertical-align: top;
  color: #000;
  text-align: left;
}
#productContentTwo table.style2 tr th {
  padding: 8px 10px;
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  color: #444;
  font-weight: 700;
}
#productContentTwo table.style2 tr td {
  padding: 10px 10px 12px 10px;
  vertical-align: middle;
}
#productContentTwo table.style2 tr td ul {
  display: inline-block;
}
/* =========== Products Detail Page [End] =========== */

#pageBanner {
  height: 200px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
}
#pageBanner .responsive {
  position: relative;
  top: 50%;
  margin-top: -25px;
}
#pageBanner h1 {
  color: #fff;
  border-bottom: 3px solid #c7003d;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0px 8px 5px 8px;
  margin: 0px 15px;
  display: inline-block;
}
#pageBanner.our-clients-bnr h1,
#pageBanner.blog-bnr h1 {
  background-color: rgba(52, 70, 94, 0.7);
}
#pageBanner.testimonials-bnr h1 {
  background-color: rgba(244, 244, 244, 0.7);
  color: #000;
}
#pageBanner.certifications-bnr h1 {
  background-color: rgba(246, 199, 81, 0.7);
  color: #000;
}
#pageBanner.csr-bnr h1 {
  background-color: rgba(192, 226, 220, 0.7);
  color: #000;
}
#pageBanner.about-us-bnr h1 {
  background-color: rgba(192, 226, 220, 0.7);
  color: #000;
}
#pageBanner.career-bnr h1 {
  background-color: rgba(37, 146, 185, 0.7);
  color: #fff;
}
#pageBanner.equipments-on-lease-bnr h1 {
  background-color: rgba(9, 44, 84, 0.7);
  color: #fff;
}
#pageBanner.fire-safety-audits-bnr h1,
#pageBanner.fire-safety-management-bnr h1,
#pageBanner.discount-schemes-bnr h1,
#pageBanner.social-responsibility-bnr h1,
#pageBanner.annual-maintenance-contracts-bnr h1 {
  background-color: rgba(221, 221, 221, 0.7);
  color: #000;
}
#pageBanner.fire-extinguisher-refilling-bnr h1 {
  background-color: rgba(232, 232, 232, 0.7);
  color: #000;
}
#pageBanner.building-fire-system-designing-bnr h1 {
  background-color: rgba(48, 48, 48, 0.7);
  color: #fff;
}

#pageBanner.fire-safety-management-bnr,
#pageBanner.annual-maintenance-contracts-bnr {
  background-position: 55%;
}

#textPageWrap p {
  margin: 14px 0px;
  line-height: 1.5rem;
  color: #252525;
}
#textPageWrap ul,
#textPageWrap ol {
  margin: 5px 0px 0px 32px;
}
#textPageWrap ul li,
#textPageWrap ol li {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
#textPageWrap a {
  font-weight: 600;
}
#textPageWrap a:hover {
  text-decoration: underline;
}

#pageBanner.fire-safety-audits-bnr {
  background-color: #ddd;
  background-image: url(../images/page-banners/fire-safety-audits.jpg);
}
#pageBanner.equipments-on-lease-bnr {
  background-color: #092c54;
  background-image: url(../images/page-banners/services.jpg);
}
#pageBanner.fire-safety-management-bnr {
  background-color: #ddd;
  background-image: url(../images/page-banners/fire-safety-management.jpg);
}
#pageBanner.fire-extinguisher-refilling-bnr {
  background-color: #e8e8e8;
  background-image: url(../images/page-banners/fire-extinguisher-refilling.jpg);
}
#pageBanner.annual-maintenance-contracts-bnr {
  background-color: #ddd;
  background-image: url(../images/page-banners/annual-maintenance-contracts.jpg);
}
#pageBanner.building-fire-system-designing-bnr {
  background-color: #303030;
  background-image: url(../images/page-banners/building-fire-system-designing.jpg);
}
#pageBanner.event-management-bnr {
  background-image: url(../images/page-banners/event-management-safety.jpg);
}
#pageBanner.quality-policy-bnr {
  background-color: #001827;
  background-image: url(../images/page-banners/quality-policy.jpg);
}
#pageBanner.csr-bnr {
  background-color: #c0e2dc;
  background-image: url(../images/page-banners/csr.jpg);
}
#pageBanner.about-us-bnr {
  background-color: #c0e2dc;
  background-image: url(../images/page-banners/about-us.jpg);
}
#pageBanner.all-products-bnr {
  background-color: #34465e;
  background-image: url(../images/page-banners/our-clients.jpg);
}
#pageBanner.our-clients-bnr {
  background-color: #34465e;
  background-image: url(../images/page-banners/our-clients.jpg);
}
#pageBanner.certifications-bnr {
  background-color: #f6c751;
  background-image: url(../images/page-banners/certifications.jpg);
}
#pageBanner.testimonials-bnr {
  background-color: #f4f4f4;
  background-image: url(../images/page-banners/testimonials.jpg);
}
#pageBanner.blog-bnr {
  background-color: #34465e;
  background-image: url(../images/page-banners/blog.jpg);
}
#pageBanner.fire-safety-courses-bnr {
  background-image: url(../images/page-banners/fire-safety-courses.jpg);
}
#pageBanner.career-bnr {
  background-color: #2592b9;
  background-image: url(../images/page-banners/career.jpg);
}
#pageBanner.contact-us-bnr {
  background-image: url(../images/page-banners/contact-us.jpg);
}
#pageBanner.discount-schemes-bnr {
  background-color: #ddd;
  background-image: url(../images/page-banners/discount-schemes.jpg);
}
#pageBanner.social-responsibility-bnr {
  background-color: #ddd;
  background-image: url(../images/page-banners/social-responsibility.jpg);
}

/* =========== Contact Page [Start] =========== */
.contact-page {
  background-color: #f8f8f8;
}
.contact-page main {
  padding: 50px 0px;
}
.contact-page #textPageWrap {
  display: flex;
  width: 80%;
  max-width: 850px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
/**/
.contact-page #textPageWrap .left-wrap {
  flex: 1;
  background-color: #000;
}
.contact-page #textPageWrap .left-wrap .coverPdg {
  padding: 35px;
}
.contact-page #textPageWrap .left-wrap .address h5 {
  color: #fff;
}
.contact-page #textPageWrap .left-wrap .address p {
  color: #bbb;
  margin-top: 3px;
  margin-bottom: 18px;
  line-height: 1.375rem;
}
.contact-page #textPageWrap .left-wrap .address a {
  display: block;
  margin-top: 3px;
  color: #bbb;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: normal;
}
.contact-page #textPageWrap .left-wrap .address a i {
  font-size: 1.375rem;
  float: left;
  padding-right: 5px;
}
.contact-page #textPageWrap .left-wrap .address a svg {
  fill: #bbb;
  width: 18px;
  height: 18px;
  float: left;
  padding: 2px 5px 2px 0px;
}
.contact-page #textPageWrap .left-wrap .address a:hover {
  color: #fff;
  text-decoration: none;
}
.contact-page #textPageWrap .left-wrap .address a:hover svg {
  fill: #fff;
}
/**/
.pan-india-location {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 850px;
  margin: 20px auto 0 auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
.pan-india-location h2 {
  width: 100%;
  padding: 25px 15px 15px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.pan-india-location .address {
  box-sizing: border-box;
  width: 33.33%;
  padding: 10px 15px;
}
.pan-india-location .address h5 {
  font-size: 0.9375rem;
  color: #000;
  font-weight: 600;
  padding-left: 26px;
  position: relative;
}
.pan-india-location .address h5 .material-icons {
  font-size: 1.5rem;
  color: #000;
  position: absolute;
  top: -5px;
  left: 0;
}
.pan-india-location .address p {
  font-size: 0.8125rem;
  color: #555;
  margin-top: 3px;
  margin-bottom: 18px;
  line-height: 1.25rem;
  padding-left: 26px;
}
/**/
.contact-page .right-wrap {
  flex: 1.5;
}
.contact-page .right-wrap .coverPdg {
  padding: 27px 35px 35px 35px;
}
.contact-page .input-fld-cntnr {
  padding-top: 8px;
}
.contact-page .input-fld-cntnr label {
  font-size: 0.8125rem;
  font-weight: 600;
}
.contact-page .input-fld-cntnr label span {
  color: #f00;
}
.contact-page .input-fld-cntnr .input {
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  padding: 0 8px;
  margin: 5px 0;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
  color: #252525;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.contact-page .input-fld-cntnr textarea.input {
  height: 80px;
  line-height: 1.25rem;
}
.contact-page .input-fld-cntnr.mobile-field {
  float: left;
  width: 55%;
  padding-right: 8px;
}
.contact-page .input-fld-cntnr.city-field {
  overflow: hidden;
}
.contact-page .submit-fld-cntnr {
  text-align: center;
  padding-top: 8px;
}
.contact-page .submit-fld-cntnr .submit-btn {
  padding: 12px 20px;
  color: #fff;
  background-color: #0083ff;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
}
.contact-page .submit-fld-cntnr .submit-btn:hover {
  background-color: #c7003d;
}

#success_page {
  text-align: center;
}
#success_page h2 {
  color: #090;
  font-weight: 600;
}

#footer_message #success_page {
  text-align: left;
}
#footer_message #success_page p {
  color: #fff;
}
/* =========== Contact Page [End] =========== */

/* =========== Testimonials Page [Start] =========== */
.testimonials-cntnr {
  display: flex;
  padding: 10px;
}

.testimonials-cntnr .column {
  flex: 1;
}
.testimonials-cntnr .column .box {
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  margin: 10px;
  padding: 15px;
  box-sizing: border-box;
}
.testimonials-cntnr .column .box .icon {
  display: block;
  width: 37px;
  height: 26px;
  background-position: 0px -80px;
  margin: 0 auto;
}
.testimonials-cntnr .column .box p {
  color: #444;
  font-size: 0.8125rem;
  padding-top: 10px;
}
.testimonials-cntnr .column .box h3 {
  font-weight: 700;
  color: #252525;
  font-size: 0.875rem;
  padding-top: 15px;
}
.testimonials-cntnr .column .box .designation {
  font-style: italic;
  color: #888;
  font-size: 0.75rem;
}
/* =========== Testimonials Page [End] =========== */

/* =========== Quality Policy Page [Start] =========== */
.quality-policy-cntnr {
  display: flex;
  align-items: center;
  background-color: #53689d;
  margin: 20px;
}
.quality-policy-cntnr .img-box {
  flex: 1;
}
.quality-policy-cntnr .img-box img {
  width: 100%;
  height: auto;
}
.quality-policy-cntnr .content-box {
  flex: 1.4;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-align: center;
  color: #fff;
  padding: 20px;
  text-align: justify;
}

.career-cntnr {
  display: flex;
  margin-bottom: 30px;
}
.career-cntnr .img-box {
  flex: 1;
}
.career-cntnr .img-box img {
  width: 100%;
  height: auto;
}
.career-cntnr .content-box {
  flex: 2.5;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-left: 20px;
  text-align: justify;
}

.csr-cntnr {
  display: flex;
  margin-bottom: 30px;
}
.csr-cntnr .img-box {
  flex: 1;
}
.csr-cntnr .img-box img {
  width: 100%;
  height: auto;
}
.csr-cntnr .content-box {
  flex: 2;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 10px 10px 0 20px;
  text-align: justify;
}

.fsc-cntnr {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.fsc-cntnr.reverse {
  flex-direction: row-reverse;
}
.fsc-cntnr .img-box {
  flex: 1;
  padding-bottom: 15px;
}
.fsc-cntnr .img-box img {
  width: 100%;
  height: auto;
}
.fsc-cntnr .content-box {
  flex: 2.5;
  padding: 0 15px;
}
.fsc-cntnr .content-box h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  padding-bottom: 5px;
}
.fsc-cntnr .content-box p {
  color: #565656;
  text-align: justify;
}
.fsc-cntnr .content-box ul {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #565656;
  padding-left: 35px;
}
/**/
.courses-offered-wrap {
  padding-bottom: 30px;
}
.courses-offered-wrap h3 {
  font-weight: 700;
  padding-bottom: 15px;
}
.courses-offered-cntnr ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  position: relative;
}
.courses-offered-cntnr ul:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.courses-offered-cntnr ul:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: #fff;
}
.courses-offered-cntnr ul li {
  flex-basis: 20%;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.courses-offered-cntnr ul li img {
  width: 100% !important;
  height: auto !important;
}
.courses-offered-cntnr ul li h4 {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 8px 0 10px 0;
}

.enquiry-form-wrap {
  display: flex;
  background-image: url(../images/fire-safety-courses/enquiry-form-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  border-radius: 8px;
  padding: 15px 25px;
  overflow: hidden;
}
.enquiry-form-wrap::before {
  background-color: rgba(33, 35, 49, 0.9);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.enquiry-form-wrap .left {
  flex: 1.75;
  position: relative;
  z-index: 1;
  color: #fff;
}
.enquiry-form-wrap .left h3 {
  font-size: 1.5rem;
  padding-bottom: 25px;
}
.enquiry-form-wrap .left h3 span {
  font-size: 1.75rem;
  color: #fe1609;
  font-weight: 600;
}
.enquiry-form-wrap .left ul {
  display: flex;
  list-style-type: none;
}
.enquiry-form-wrap .left ul li {
  flex: 1;
  padding-bottom: 15px;
}
.enquiry-form-wrap .left ul li .img {
  display: inline-block;
  width: 70px;
  height: 70px;
}
.enquiry-form-wrap .left ul li .happy-students {
  background-position: 0 -152px;
}
.enquiry-form-wrap .left ul li .placement-done {
  background-position: -70px -152px;
}
.enquiry-form-wrap .left ul li .visitor-count {
  background-position: -140px -152px;
}
.enquiry-form-wrap .left ul li .numbers {
  font-size: 1.75rem;
  font-weight: 700;
}
.enquiry-form-wrap .left ul li h5 {
  font-size: 0.9375rem;
  padding-top: 5px;
}
/**/
.enquiry-form-wrap .right {
  flex: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px 15px 20px;
  position: relative;
  z-index: 1;
}
.enquiry-form-wrap .right h3 {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 15px;
}
.enquiry-form-wrap .right h3 span {
  color: #fe1609;
  font-weight: 700;
}
.enquiry-form-wrap .right .clearfix {
  display: flex;
}
.enquiry-form-wrap .right .clearfix .input-fld-cntnr:first-child {
  flex: 1;
  padding-right: 8px;
}
.enquiry-form-wrap .right .clearfix .input-fld-cntnr:last-child {
  flex: 1;
  padding-left: 8px;
}
.enquiry-form-wrap .right .input-fld-cntnr {
  padding: 8px 0;
}
.enquiry-form-wrap .right .input-fld-cntnr .input {
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  padding: 0 8px;
  background-color: #fff;
  color: #252525;
  border-radius: 4px;
  border: none;
}
.enquiry-form-wrap .right .input-fld-cntnr textarea.input {
  height: 80px;
}
.enquiry-form-wrap .right .input-fld-cntnr .textarea {
  height: 60px;
}
.enquiry-form-wrap .right .submit-fld-cntnr .submit-btn {
  height: 34px;
  width: 100%;
  background-color: #fe1609;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.enquiry-form-wrap .right .submit-fld-cntnr .submit-btn:hover {
  background-color: #fedb71;
  color: #000;
}
/* =========== Quality Policy Page [End] =========== */

/* =========== Our Clients Page [End] =========== */
.our-clients ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  position: relative;
}
.our-clients ul:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.our-clients ul:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: #fff;
}
.our-clients ul li {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 25px;
}
.our-clients ul li img {
  width: 100% !important;
  height: auto !important;
}
/* =========== Our Clients [End] =========== */

/* =========== Certifications Page [Start] =========== */
.certifications-cntnr {
  display: flex;
  padding: 10px;
}

.certifications-cntnr .column {
  flex: 1;
}
.certifications-cntnr .column .box {
  display: inline-block;
  background-color: #fff;
  margin: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}
.certifications-cntnr .column .img-cover {
}
.certifications-cntnr .column .img-cover img {
  width: 100%;
  height: auto;
}
.certifications-cntnr .column .content-cover {
  padding: 10px 15px 15px 15px;
}
.certifications-cntnr .column .content-cover h3 {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 5px;
}
.certifications-cntnr .column .content-cover p {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  color: #777;
}
/* =========== Certifications Page [End] =========== */

/* =========== Aside CSS [Start] =========== */
#aside .section .heading {
  height: 40px;
  border-bottom: 1px solid #e1e1e1;
}
#aside .section .heading h3 {
  font-weight: 600;
  line-height: 40px;
}

#ourServicesMenu ul {
  list-style-type: none;
  margin-top: 8px;
}
#ourServicesMenu ul li a {
  display: block;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 32px;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ourServicesMenu ul li a span {
  float: left;
  width: 18px;
  height: 18px;
  margin: 7px 5px 7px 0px;
  background-color: #000;
  color: #fff;
  background-color: #c7003d;
  font-size: 0.8125rem;
  line-height: 18px;
  border-radius: 2px;
  text-align: center;
}

/* Left Menu Css Start */
div.sdmenu {
  margin-top: 8px;
}
div.sdmenu div {
  overflow: hidden;
  color: #000;
}
div.sdmenu div span {
  display: block;
  background-color: #c7003d;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 32px;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px;
  margin-bottom: 8px;
  cursor: pointer;
}
div.sdmenu div span i {
  float: left;
  color: #fff;
  font-size: 1.375rem;
  line-height: 32px;
  margin-right: 5px;
}
/**/
div.sdmenu div.collapsed {
  height: 32px;
}
div.sdmenu div.collapsed span {
  background-color: #fff;
  color: #000;
  margin-bottom: 0px;
}
div.sdmenu div.collapsed span i {
  color: #c7003d;
}

div.sdmenu div a {
  display: block;
  border-left: 1px solid #c7003d;
  font-size: 0.8125rem;
  color: #000;
  font-weight: 600;
  line-height: 18px;
  padding: 7px 0px 7px 14px;
  margin-left: 20px;
}
div.sdmenu div a.current {
  color: #c7003d;
  position: relative;
}
div.sdmenu div a.current:after {
  content: "";
  width: 9px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -9px;
  background-position: -158px -80px;
}
div.sdmenu div a:hover {
  text-decoration: underline;
}
/* Left Menu Css END */
/* =========== Aside CSS [End] =========== */

#careerPage {
  /*width:80%;*/
  margin: 0 auto;
}
#careerPage .box-wrap {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
#careerPage .box-wrap .loop-box {
  border-bottom: 1px solid #e1e1e1;
}
#careerPage .box-wrap .loop-box:last-child {
  border-bottom: none;
}
#careerPage .box-wrap .loop-box .job-trigger {
  position: relative;
}
#careerPage .box-wrap .loop-box .job-trigger h4 {
  color: #c7003d;
  font-weight: 600;
}
#careerPage .box-wrap .loop-box .job-trigger p {
  margin: 4px 0px;
  line-height: 1.375rem;
  color: #252525;
}
#careerPage .box-wrap .loop-box .job-trigger p span {
  font-weight: 600;
}
#careerPage .box-wrap .loop-box .job-trigger .ReadMoreBtn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  background-color: #c7003d;
  padding: 0px 15px;
  line-height: 34px;
  cursor: pointer;
  border-radius: 17px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
#careerPage .box-wrap .loop-box .job-trigger .ReadMoreBtn:hover {
  background-color: #1a95ef;
}
#careerPage .box-wrap .loop-box .job-trigger.open .ReadMoreBtn {
  display: none;
}
/**/
#careerPage .box-wrap .loop-box .job-full-details {
  display: none;
}
#careerPage .box-wrap .loop-box .job-full-details h5 {
  font-weight: 600;
  margin: 15px 0 5px 0;
}
#careerPage .box-wrap .loop-box .job-full-details ul {
  margin-left: 32px;
}
#careerPage .box-wrap .loop-box .job-full-details ul li {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
#careerPage .box-wrap .loop-box .job-full-details .applyNowBtn {
  text-align: center;
  padding-top: 15px;
}
#careerPage .box-wrap .loop-box .job-full-details .applyNowBtn div {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background-color: #1a95ef;
  padding: 0px 20px;
  line-height: 36px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #0f83d8;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
#careerPage .box-wrap .loop-box .job-full-details .applyNowBtn div:hover {
  background-color: #0f83d8;
}

#careerPage .box-wrap .loop-box .job-full-details .email-id-wrap {
  text-align: center;
  padding-top: 0.9375rem;
  font-size: 15px;
  display: none;
}
#careerPage .box-wrap .loop-box .job-full-details .email-id-wrap a {
  background-color: #eee;
  font-weight: 600;
}

/* =========== Footer CSS =========== */
#footerFirst {
  background-color: #fedb71;
  display: flex;
  flex-wrap: wrap; 

}
#footerFirst .box {
  float: left;
  margin: 15px 0;
}
#footerFirst .support {
  width: 30%;
}
#footerFirst .whatsapp {
  width: 30%;
}
#footerFirst .email-id {
  width: 40%;
}
#footerFirst .box a {
  display: block;
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #fedb71;
  text-align: center;
  white-space: nowrap;
}
#footerFirst .box a:hover {
  background-color: #ffd964;
  border: 1px solid #ffe186;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
#footerFirst .box a i {
  float: left;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 60px;
  margin-right: 8px;
}
#footerFirst .box a svg {
  width: 48px;
  height: 48px;
  float: left;
  fill: rgba(0, 0, 0, 0.2);
  margin: 6px 8px 6px 0;
}
#footerFirst .box a .cntnr {
  display: inline-block;
}
#footerFirst .box a .cntnr .content-cntnr {
  display: block;
  overflow: hidden;
  text-align: left;
}
#footerFirst .box a .cntnr .content-cntnr span {
  display: block;
}
#footerFirst .box a .label {
  font-size: 1rem;
  color: #252525;
  line-height: 20px;
}
#footerFirst .box a .content {
  font-size: 1.75rem;
  color: #000;
  font-weight: bold;
  line-height: 38px;
}

#footerSecond {
  background-color: #262626;
}
#footerSecond .responsive {
  border-bottom: 1px solid #393939;
  padding-top: 25px;
}
/**/
#footerSecond .first-col {
  float: left;
  padding-bottom: 25px;
  width: 30%;
}
#footerSecond .second-col {
  float: left;
  padding-bottom: 25px;
  width: 25%;
}
#footerSecond .third-col {
  float: left;
  padding-bottom: 25px;
  width: 45%;
}
/**/
#footerSecond .footer-menu h5 {
  font-weight: 600;
  color: #fedb71;
  border-bottom: 2px solid #fedb71;
  padding-bottom: 3px;
  margin-bottom: 6px;
  display: inline-block;
}
/**/
#footerSecond .footer-menu ul {
  list-style-type: none;
  padding: 0 20px 0 0;
  margin: 0;
}
#footerSecond .footer-menu ul li {
  float: left;
  width: 50%;
}
#footerSecond .footer-menu ul li a {
  display: block;
  font-size: 0.875rem;
  color: #bababa;
  line-height: 30px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#footerSecond .footer-menu ul li a i {
  float: left;
  line-height: 30px;
  font-size: 0.875rem;
  color: #cacaca;
  padding-right: 5px;
}
#footerSecond .footer-menu ul li a:hover i {
  color: #fff;
  padding: 0 1px 0 4px;
}
#footerSecond .footer-menu ul li a:hover {
  color: #fff;
}
/**/
#footerSecond .second-col ul li {
  width: 100%;
}

#footerThird {
  background-color: #262626; /*background-image:url("../images/footer-bg.jpg");background-repeat:no-repeat;background-position:bottom;*/
}
#footerThird .first-col {
  float: left;
  padding: 25px 0;
  width: 35%;
}
#footerThird .first-col h5,
#footerThird .second-col h5 {
  font-weight: 600;
  color: #fedb71;
  margin-bottom: 8px;
}
#footerThird .first-col .contact-form {
  padding-right: 50px;
}
#footerThird .first-col .contact-form .input {
  height: 16px;
  width: 97%;
  padding: 7px 1%;
  margin: 4px 0;
  background-color: #151515;
  border: 1px solid #544a2c;
  font-family: "Open Sans", sans-serif;
  color: #f1f1f1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
#footerThird .first-col .contact-form textarea.input {
  height: 60px;
}
#footerThird .first-col .contact-form .mobile-field {
  float: left;
  width: 55%;
  padding-right: 8px;
}
#footerThird .first-col .contact-form .city-field {
  overflow: hidden;
}
#footerThird .first-col .contact-form .submit-btn {
  padding: 8px 12px;
  color: #fff;
  background-color: #0083ff;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/**/
#footerThird .second-col {
  float: left;
  padding: 25px 0;
  width: 35%;
}
#footerThird .second-col ul.follow-us {
  list-style-type: none;
  padding-top: 5px;
  display: inline-block;
}
#footerThird .second-col ul.follow-us li {
  float: left;
  padding: 0 3px;
}
#footerThird .second-col ul.follow-us li a {
  width: 40px;
  height: 40px;
  background-color: #e5e5e5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
#footerThird .second-col ul.follow-us li.fb a {
  background-position: 0px 0px;
}
#footerThird .second-col ul.follow-us li.fb a:hover {
  background-color: #3b5998;
  background-position: 0px -40px;
}
#footerThird .second-col ul.follow-us li.tw a {
  background-position: -40px 0px;
}
#footerThird .second-col ul.follow-us li.tw a:hover {
  background-color: #00aced;
  background-position: -40px -40px;
}
#footerThird .second-col ul.follow-us li.insta a {
  background-position: -80px 0px;
}
#footerThird .second-col ul.follow-us li.insta a:hover {
  background-color: #ff0030;
  background-position: -80px -40px;
}
#footerThird .second-col ul.follow-us li.ld a {
  background-position: -120px 0px;
}
#footerThird .second-col ul.follow-us li.ld a:hover {
  background-color: #0083be;
  background-position: -120px -40px;
}
#footerThird .second-col ul.follow-us li.pin a {
  background-position: -160px 0px;
}
#footerThird .second-col ul.follow-us li.pin a:hover {
  background-color: #cb2027;
  background-position: -160px -40px;
}
/**/
#footerThird .second-col address {
  padding-top: 30px;
  color: #fff;
}

#footerfourth {
  display: flex;
  justify-content: center;
  background-color: #fff;
  font-size: 0.8125rem;
  color: #111;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}
#footerfourth div {
  padding: 0 5px;
}
/* =========== Footer CSS [End] =========== */

/* =========== Blog [End] =========== */
.blog-page .blog-box {
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
}
.blog-page .blog-box:last-child {
  border-bottom: none;
}
.blog-page .blog-box .img-box {
  width: 180px;
  padding-right: 15px;
  float: left;
}
.blog-page .blog-box .img-box img {
  width: 180px;
  height: auto;
}
.blog-page .blog-box .content-box {
  overflow: hidden;
  padding-top: 8px;
}
.blog-page .blog-box .content-box h3 {
  font-weight: 600;
}
.blog-page .blog-box .content-box .posted-on {
  font-size: 0.75rem;
  color: #aaa;
  font-style: italic;
}
.blog-page .blog-box .content-box p {
  color: #555;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin: 14px 0px;
}
.blog-page .blog-box .content-box .blogReadMoreBtn {
  display: inline-block;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #c7003d;
  padding: 0px 12px;
  line-height: 28px;
  cursor: pointer;
  border-radius: 20px;
}
.blog-page .blog-box .content-box .blogReadMoreBtn:hover {
  background-color: #002aff;
}

/* ---------- Blog Details ---------- */
#blogArticle .posted-on {
  font-size: 0.75rem;
  color: #aaa;
  font-style: italic;
}
#blogArticle #content h3,
#blogArticle #content h4,
#blogArticle #content h5 {
  font-weight: 600;
  padding-top: 15px;
}
#blogArticle #content p {
  padding: 10px 0;
}
#blogArticle #content ul {
  padding: 10px 0 10px 35px;
}
#blogArticle #content ul li {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

#blogArticle #content > div {
  text-align: center;
  padding-bottom: 10px;
}
#blogArticle #content > div > img {
  width: 70% !important;
  height: auto !important;
  margin: 10px 0;
}

#blogArticle #content table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 0.875rem;
  margin: 10px 0;
}
#blogArticle #content table tr td {
  border: 1px solid #e5e5e5;
  vertical-align: top;
  color: #000;
  text-align: center;
}
#blogArticle #content table tr th {
  padding: 8px 10px;
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  color: #565959;
  font-weight: 600;
}
#blogArticle #content table tr td {
  padding: 10px 10px 12px 10px;
  vertical-align: middle;
}
#blogArticle #content table tr td.green {
  color: #090;
  font-weight: 600;
}
#blogArticle #content table tr td ul li {
  margin: 0 0 2px 18px;
}

#blogArticle #content table.styleOne {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 0.875rem;
  margin: 10px 0;
}
#blogArticle #content table.styleOne tr td {
  border: 1px solid #e5e5e5;
  vertical-align: top;
  color: #000;
  text-align: center;
}
#blogArticle #content table.styleOne tr td:first-child {
  background-color: #f3f3f3;
  color: #565959;
  font-weight: 600;
  text-align: left;
}
#blogArticle #content table.styleOne tr th {
  padding: 8px 10px;
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  color: #565959;
  font-weight: 600;
}
#blogArticle #content table.styleOne tr td {
  padding: 10px 10px 12px 10px;
  vertical-align: middle;
}
#blogArticle #content table.styleOne tr td.green {
  color: #090;
  font-weight: 600;
}
#blogArticle #content table.styleOne tr td ul li {
  margin: 0 0 2px 18px;
}
/* =========== Blog [End] =========== */

.longtail-key-wrap p {
  margin: 14px 0px;
  line-height: 1.5rem;
  color: #252525;
}

@media only screen and (min-width: 1025px) {
  /* 1025 equal to up */

  /** Header Nav **/
  #bottomHeader .m-nav-icon li.show-menu-btn {
    display: none;
  }

  #headerMenu {
    float: right;
  }
  #headerMenu .nav-heading {
    display: none;
  }

  #headerMenu nav ul {
    list-style-type: none;
  }
  #headerMenu nav > ul > li {
    float: left;
    font-weight: 600;
    font-size: 0.875rem;
    color: #000;
    height: 36px;
    line-height: 36px;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  #headerMenu nav > ul > li > .m-trigger {
    padding: 0 12px 0 15px;
    position: relative;
  }
  #headerMenu nav > ul > li:hover > .m-trigger {
    background-color: #c7003d;
    color: #fff;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    border-radius: 18px;
  }
  #headerMenu nav > ul > li > .m-trigger > i {
    line-height: 36px;
    font-size: 1rem;
    float: right;
    padding: 0 0 0 3px;
  }
  #headerMenu nav > ul > li > .m-trigger > .up-arrow {
    display: none;
  }
  #headerMenu nav > ul > li:hover > .m-trigger > .up-arrow {
    display: block;
    font-size: 3rem;
    color: #c7003d;
    position: absolute;
    bottom: -33px;
    left: 50%;
    margin-left: -24px;
  }
  #headerMenu nav > ul > li > a {
    font-size: 0.875rem;
    color: #444;
    padding: 0 15px;
    display: block;
  }
  #headerMenu nav > ul > li > a:hover {
    background-color: #c7003d;
    color: #fff;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    border-radius: 18px;
  }
  /**/
  #headerMenu nav > ul > li > .menu-cntnr {
    display: none;
    background-color: #c7003d;
    position: absolute;
    top: 69px;
    left: 0;
    max-height: 400px;
    padding: 5px 0px;
  }
  #headerMenu nav > ul > li:hover > .menu-cntnr {
    display: block !important;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li {
    height: 38px;
    position: relative;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > a {
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    display: block;
    padding: 0 28px 0 12px;
    text-align: left;
    border-bottom: 1px solid #a90034;
    white-space: nowrap;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li:last-child > a {
    border-bottom: none;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > a > i {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -8px;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > a > span {
    display: none;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li:hover > a {
    background-color: #a90034;
  }
  /**/
  /**/
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > .sub-menu-cntnr {
    display: none;
    background-color: #a90034;
    position: absolute;
    top: 0;
    left: 100%;
    max-height: 400px;
    padding: 5px 0px;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li:hover > .sub-menu-cntnr {
    display: block !important;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > .sub-menu-cntnr ul > li {
    height: 38px;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    ul
    > li
    > a {
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    display: block;
    padding: 0 15px 0 8px;
    margin: 0 10px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #c7003d;
    white-space: nowrap;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    ul
    > li:last-child
    > a {
    border-bottom: none;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    ul
    > li
    > a
    > i {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -8px;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    ul
    > li
    > a
    > span {
    display: none;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    ul
    > li
    > a:hover {
    background-color: #c7003d;
  }
  /** Header Nav [End] **/
}

@media only screen and (max-width: 1280px) {
  /*1280 equal to below	/	1280 - 1025 */

  #footerFirst .box a {
    text-align: left;
    padding: 8px 8px 6px 8px;
  }
  #footerFirst .box a i {
    font-size: 2.25rem;
    line-height: 50px;
    margin-right: 6px;
  }
  #footerFirst .box a svg {
    width: 30px;
    height: 30px;
    float: left;
    margin: 10px 6px 10px 0;
  }
  #footerFirst .box a .label {
    font-size: 0.875rem;
    line-height: 18px;
  }
  #footerFirst .box a .content {
    font-size: 1.25rem;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  /*1024 equal to below	/	1024 - 961 */

  /** Header Nav **/
  #headerMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -240px;
    overflow-y: scroll;
    width: 240px;
    z-index: 9;
    background-color: #fff;
  }

  #headerMenu .nav-heading {
    display: block;
    height: 70px;
    background-color: #c7003d;
    padding-left: 20px;
  }
  #headerMenu .nav-heading h2 {
    float: left;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
  }
  #headerMenu .nav-heading .hide-menu-btn {
    float: right;
    height: 40px;
    margin: 15px 8px;
    cursor: pointer;
  }
  #headerMenu .nav-heading .hide-menu-btn i {
    font-size: 2.5rem;
    color: #fff;
  }
  /**/
  #headerMenu nav ul {
    list-style-type: none;
  }
  #headerMenu nav > ul > li {
    font-weight: 600;
    color: #000;
    font-size: 0.875rem;
    line-height: 46px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  #headerMenu nav > ul > li > .m-trigger {
    padding: 0 15px 0 18px;
    line-height: 46px;
    background-color: #f5f5f5;
    position: relative;
  }
  #headerMenu nav > ul > li > .m-trigger > i {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 10px;
    top: 50%;
    margin-top: -8px;
  }
  #headerMenu nav > ul > li > .m-trigger > .up-arrow {
    display: none;
  }
  #headerMenu nav > ul > li > a {
    font-size: 0.875rem;
    color: #444;
    padding: 0 15px;
    display: block;
    background-color: #f5f5f5;
  }
  #headerMenu nav > ul > li > a.active {
    background-color: #f20000;
    color: #fff;
  }
  /**/
  #headerMenu nav > ul > li > .menu-cntnr {
    background-color: #fff;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul {
    padding: 6px;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li {
    min-height: 30px;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > a {
    line-height: 30px;
    display: block;
    font-weight: 600;
    color: #111;
    font-size: 0.8125rem;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > a:hover {
    background-color: #c7003d;
    color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > a > i {
    display: none;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > a > span {
    font-size: 0.9375rem;
    color: #555;
    font-weight: bold;
    line-height: 30px;
    float: left;
    padding-right: 4px;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > a:hover > span {
    color: #fff;
  }
  /**/
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > .sub-menu-cntnr {
    background-color: #fff;
  }
  #headerMenu nav > ul > li > .menu-cntnr > ul > li > .sub-menu-cntnr > ul {
    padding-left: 20px;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    > ul
    > li {
    height: 30px;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    > ul
    > li
    > a {
    line-height: 30px;
    display: block;
    font-weight: 400;
    color: #333;
    font-size: 0.8125rem;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    > ul
    > li
    > a:hover {
    background-color: #c7003d;
    color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    > ul
    > li
    > a
    > span {
    font-size: 0.9375rem;
    color: #555;
    line-height: 30px;
    float: left;
    padding-right: 4px;
  }
  #headerMenu
    nav
    > ul
    > li
    > .menu-cntnr
    > ul
    > li
    > .sub-menu-cntnr
    > ul
    > li
    > a:hover
    > span {
    color: #fff;
  }

  #navBgOverlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: none;
  }
  /** Header Nav [End] **/

  #blog .left-wrap {
    display: none;
  }
  #blog .right-wrap {
    width: 100%;
  }

  #needFireExtinguisher .left-wrap .coverPdg {
    padding-left: 20px;
  }
  #needFireExtinguisher .right-wrap .coverPdg {
    padding-left: 80px;
    padding-right: 20px;
  }

  .ourProduct ul.productList li a .hover-box {
    margin-top: 7px;
    opacity: 1;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: transparent;
  }
  .ourProduct ul.productList li a .hover-box .btn {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }

  #topHeader .address {
    display: none;
  }

  #footerFirst .support {
    width: 52%;
  }
  #footerFirst .whatsapp {
    width: 48%;
  }
  #footerFirst .email-id {
    width: 100%;
  }
  #footerFirst {
    padding: 10px 0;
  }
  #footerFirst .box {
    margin: 0;
  }
}

@media only screen and (max-width: 960px) {
  /*960 equal to below		/	960 - 801 */
  .ourProduct ul.productList li {
    width: 33.33%;
  }

  #ourServices .box .content-wrap .loop-box {
    width: 50%;
  }
  #ourServices .box {
    padding: 25px 0 20px 15px;
  }
  #ourServices .box .content-wrap .loop-box .pdg-wrap {
    border-right: none;
    padding: 10px 15px 10px 0px;
  }

  #footerSecond .responsive {
    padding-top: 15px;
  }
  #footerSecond .first-col {
    float: none;
    padding-bottom: 15px;
    width: 100%;
  }
  #footerSecond .second-col {
    float: none;
    padding-bottom: 15px;
    width: 100%;
  }
  #footerSecond .third-col {
    float: none;
    padding-bottom: 25px;
    width: 100%;
  }
  #footerSecond .footer-menu ul li {
    width: 25%;
  }

  #ourUSP .left-wrap {
    width: 100%;
  }
  #ourUSP .right-wrap {
    display: none;
  }

  #customerStats .right-wrap {
    width: 100%;
  }
  #customerStats .left-wrap {
    display: none;
  }

  #callToAction {
    display: block;
  }
  #callToAction .left-wrap {
    width: 100%;
    padding-bottom: 45%;
  }
  #callToAction .right-wrap {
    width: 100%;
  }
  #callToAction .right-wrap:before {
    top: -25px;
    left: 50%;
    margin-left: -25px;
    margin-top: 0;
    background-color: #5332bd;
  }
  #callToAction .right-wrap .gradient-wrap h2 {
    font-size: 3rem;
  }
  #callToAction .right-wrap .gradient-wrap h3 {
    font-size: 2rem;
  }
  #callToAction .right-wrap .gradient-wrap .coverPdg {
    padding-left: 20px;
    padding-right: 20px;
  }

  #main {
    width: 100%;
    border-right: none;
  }
  #aside {
    width: 100%;
    border-left: none;
    position: unset;
    left: auto;
  }
}

@media only screen and (max-width: 800px) {
  /*800 equal to below		/	800 - 641 */
  #needFireExtinguisher {
    display: block;
  }
  #needFireExtinguisher .absolute-left {
    display: none;
  }
  #needFireExtinguisher .absolute-right {
    display: none;
  }
  #needFireExtinguisher .left-wrap {
    width: 100%;
    background-color: #0065c4;
  }
  #needFireExtinguisher .right-wrap {
    width: 100%;
    background-color: #000;
    background-image: url(../images/need-fire-extinguisher.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #needFireExtinguisher .right-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0065c4;
    width: 100%;
    height: 400%;
    transform: rotate(85deg);
    transform-origin: top right;
  }
  #needFireExtinguisher .right-wrap .coverPdg {
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Index page */
  .ourProduct ul.productList.indexProducts li {
    width: 25%;
  }

  #ourServices .content-wrap .loop-box .pdg-wrap {
    padding: 10px 20px;
  }
  /* end */

  #footerFirst .box a {
    text-align: left;
  }
  #footerFirst .support {
    width: 100%;
  }
  #footerFirst .whatsapp {
    width: 100%;
  }
  #footerFirst .email-id {
    width: 100%;
  }

  #footerSecond .footer-menu ul li {
    width: 33.33%;
  }

  #footerThird .first-col {
    width: 50%;
  }
  #footerThird .second-col {
    width: 50%;
  }

  #callToAction #contactDetails .support {
    width: 100%;
  }
  #callToAction #contactDetails .whatsapp {
    width: 100%;
  }
  #callToAction .right-wrap .gradient-wrap h2 {
    font-size: 2.3rem;
  }
  #callToAction .right-wrap .gradient-wrap h3 {
    font-size: 1.5rem;
  }

  .ourProduct .our-top-products-list ul {
    flex-direction: column;
  }
  .ourProduct .our-top-products-list ul li {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  /*640 equal to below		/	640 - 481 */
  #topHeader .contact-details li:last-child {
    display: none;
  }
  #topHeader .contact-details li:nth-last-child(2) {
    border-right: none;
  }

  /* Index page */
  .ourProduct ul.productList.indexProducts li {
    width: 33.33%;
  }
  .ourProduct ul.productList li a {
    padding: 10px;
  }

  #needFireExtinguisher .left-wrap .coverPdg-index {
    padding: 30px 20px 25px 20px;
  }
  #needFireExtinguisher .right-wrap .coverPdg-index {
    padding: 60px 20px 25px 20px;
  }

  #ourServices .content-wrap .loop-box {
    flex-basis: 50%;
  }
  #ourServices .content-wrap .loop-box .pdg-wrap {
    padding: 10px 15px;
  }
  #ourServices .content-wrap .loop-box:nth-child(2) .pdg-wrap {
    border-right: none;
  }
  /* end */

  #footerSecond .footer-menu ul li {
    width: 50%;
  }
  #footerSecond .footer-menu ul {
    padding: 0 10px 0 0;
  }

  #customerStats .right-wrap .content-wrap .loop-box {
    width: 33.33%;
  }

  #productPage #topSection {
    display: block;
  }
  #productPage #topSection .img-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  /**/
  #productPage #topSection .content-wrap {
    width: 100%;
  }

  .contact-page #textPageWrap {
    width: 90%;
  }
  .pan-india-location {
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  /*480 equal to below		/	480 - 361 */
  .coverPdg {
    padding: 15px;
  }
  .coverPdgLoop {
    padding: 15px 0px 0px 15px;
  }
  .innerPdgLoop {
    padding: 0 15px 15px 0;
  }

  .pdgL {
    padding-left: 15px;
  }
  .pdgR {
    padding-right: 15px;
  }
  .pdgLR {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pdgLT {
    padding-left: 15px;
    padding-top: 15px;
  }
  .pdgRB {
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .ourProduct ul.productList.indexProducts li {
    width: 50%;
  }

  .heading-style2 {
    margin-bottom: 15px;
  }

  #testimonial .content-wrap {
    padding-left: 15px;
  }

  .ourProduct ul.productList li {
    width: 100%;
  }

  #needFireExtinguisher .left-wrap .coverPdg {
    padding-left: 15px;
  }
  #needFireExtinguisher .right-wrap:before {
    transform: rotate(82deg);
  }
  #needFireExtinguisher .right-wrap .coverPdg {
    padding-left: 15px;
    padding-right: 15px;
  }

  #footerThird .first-col {
    float: none;
    padding: 25px 0 15px 0;
    width: 100%;
  }
  #footerThird .second-col {
    float: none;
    padding: 15px 0 25px 0;
    width: 100%;
    text-align: center;
  }

  #whyChooseUs .box {
    width: 90%;
  }

  #ourUSP .left-wrap .content-wrap .loop-box {
    width: 50%;

  }
  #customerStats .right-wrap .content-wrap .loop-box {
    width: 50%;
    margin: 10px;
  }

  #callToAction .right-wrap .gradient-wrap h2 {
    font-size: 2rem;
  }
  #callToAction .right-wrap .gradient-wrap h3 {
    font-size: 1.25rem;
  }
  #callToAction .right-wrap .gradient-wrap .coverPdg {
    padding-top: 35px;
  }
  #callToAction .right-wrap .gradient-wrap .coverPdg-index {
    padding-left: 20px;
    padding-right: 20px;
  }
  #callToAction #contactDetails .box a {
    padding: 8px 5px;
  }
  #callToAction #contactDetails .box a i {
    font-size: 3rem;
    line-height: 48px;
    margin: 1px 8px 1px 0;
  }
  #callToAction #contactDetails .box a svg {
    width: 40px;
    height: 40px;
    margin: 5px 8px 5px 0;
  }
  #callToAction #contactDetails .box a .label {
    font-size: 0.875rem;
    line-height: 18px;
  }
  #callToAction #contactDetails .box a .content {
    font-size: 1.25rem;
    line-height: 32px;
  }
  #callToAction #contactDetails .box a .cntnr .icon {
    margin: 1px 8px 0 0;
  }

  .csr-cntnr,
  .quality-policy-cntnr,
  .certifications-cntnr,
  .testimonials-cntnr,
  .fsc-cntnr,
  .fsc-cntnr.reverse,
  .enquiry-form-wrap,
  .career-cntnr,
  .contact-page #textPageWrap {
    flex-direction: column;
  }
  .career-cntnr .content-box {
    padding-left: 0;
  }

  .our-clients ul li {
    flex-basis: 33.33%;
  }

  .courses-offered-cntnr ul li {
    flex-basis: 33.33%;
  }

  .enquiry-form-wrap {
    padding: 10px;
  }
  .enquiry-form-wrap .left h3 {
    text-align: center;
  }
  .enquiry-form-wrap .left ul {
    flex-direction: column;
  }
  .enquiry-form-wrap .left ul li {
    text-align: center;
  }
  .enquiry-form-wrap .left ul li h5 {
    padding-top: 0;
  }

  #careerPage {
    width: 100%;
  }

  .contact-page #textPageWrap .left-wrap .coverPdg,
  .contact-page .right-wrap .coverPdg {
    padding: 15px 20px;
  }

  .pan-india-location .address {
    width: 100%;
  }

  #footerfourth {
    flex-direction: column;
  }
  #footerfourth .pipe {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  /*360 equal to below		/	360 - Below */
  html,
  body {
    font-size: 15px;
  }

  .our-clients ul li {
    flex-basis: 50%;
  }

  .blog-page .blog-box .img-box {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 5px;
    float: none;
  }
  .blog-page .blog-box .img-box img {
    width: 100%;
  }

  .courses-offered-cntnr ul li {
    flex-basis: 50%;
  }
}

/* EXTRA CSS */
.loop-box {
  flex: 0 0 calc(33.333% - 20px);
  margin: 10px;
}

ul.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

ul.products-list li {
  flex: 0 0 calc(33.33% - 20px);
  box-sizing: border-box;
}


.productList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 20px;
  list-style: none;
  margin: 0;
}
.productList li{
  display: flex;
}

.innerPdgLoop {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px;
  align-items: center;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}


.innerPdgLoop:hover {
  transform: translateY(-5px);
}

.product-detail {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px; /* space between name, weights and button */
  padding-top: 20px;
}

.product-img {
  width: 100%;
  height: 200px;
  position: relative;
  text-align: center;
}

.product-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.trademark {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.trademark span {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.product-detail {
  text-align: center;
  margin-top: auto;
}

.product-name {
  font-size: 18px;
  margin: 10px 0 5px;
}

.product-weight {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.hover-box .btn {
  display: inline-block;
  background-color: #d72638;
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.hover-box .btn:hover {
  background-color: #b91c2a;
}

/* Responsive */
@media (max-width: 768px) {
  ul.products-list li {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  ul.products-list li {
    flex: 0 0 100%;
  }
}


/* Extra CSS */
/* --- About Us Section Styling --- */
.about-section {
  background-color: #fefefe;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Section Heading */
.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: bold;
  color: #222;
}

.section-heading .underline {
  width: 80px;
  height: 4px;
  background-color: #e63946;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Main Content Styling */
.about-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  font-size: 17px;
  line-height: 1.7;
}

.about-content p {
  margin-bottom: 20px;
}

.about-points {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.about-points li {
  margin-bottom: 15px;
}

.brand-name {
  color: #e63946;
  font-weight: bold;
}

.closing-line {
  font-style: italic;
  font-size: 18px;
  color: #444;
  margin-top: 30px;
}


/* ---------------------------------
   Responsive Design – Tablets & Mobiles
---------------------------------- */

/* Tablets (768px and below) */
@media (max-width: 992px) {
  .ourProduct ul.productList li {
    width: 45% !important; /* 2 products per row */
  }
}

/* Mobile Devices (576px and below) */
@media (max-width: 767px) {
  .ourProduct ul.productList {
    gap: 20px;
    justify-content: center;
  }

  .ourProduct ul.productList li {
    width: 100% !important; /* 1 product per row */
  }

  .ourProduct ul.productList li a {
    padding: 12px;
  }

  .ourProduct ul.productList li a .product-detail .product-name {
    font-size: 1rem;
  }

  .ourProduct ul.productList li a .product-detail .product-weight div {
    width: 32px;
    height: 32px;
    font-size: 0.7rem;
    line-height: 32px;
  }

  .ourProduct ul.productList li a .hover-box .btn {
    width: 100px;
    height: 32px;
    font-size: 0.85rem;
    margin-left: -10px;
    margin-top: -16px;
  }

  .ourProduct ul.productList li a .product-img .trademark {
    width: 24px;
    right: 0;
    top: 0;
  }

  .ourProduct ul.productList li a .product-img .trademark span {
    width: 24px;
    height: 24px;
  }
}

/* Ultra small phones (400px and below) */
@media (max-width: 400px) {
  .ourProduct ul.productList li a .product-detail .product-weight {
    flex-wrap: wrap;
    gap: 6px;
  }

  .ourProduct ul.productList li a .product-detail .product-weight div {
    margin: 2px;
  }
}



/* Outer container */
.usp-responsive {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

/* Left content area */
.usp-left-wrap {
  flex: 1;
  width: 100%;
}

/* Content wrapper grid layout */
.usp-content-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 20px;
}

/* Card wrapper */
.usp-card {
  display: flex;
}

/* Inner card styling */
.usp-inner {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 25px 15px;
  text-align: center;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
}

.usp-inner:hover {
  transform: translateY(-5px);
}

/* Icon image styling */
.usp-inner .img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Responsive fixes for small screens */
@media screen and (max-width: 600px) {
  .usp-inner {
    padding: 20px 10px;
  }
  .usp-content-wrap {
    grid-template-columns: 1fr;
  }
}


/* Outer container */
#whyChooseUs {
  background-color: #f9f9f9; /* Light grey background (optional) */
  padding: 50px 20px;
}

/* Responsive container */
#whyChooseUs .responsive {
  max-width: 1200px;
  margin: 0 auto;
}

/* Content box */
#whyChooseUs .box {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
  font-size: 1rem;
  color: #333;
}

/* Heading style */
#whyChooseUs .heading-style2 .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

#whyChooseUs .heading-style2 .underline {
  display: block;
  width: 220px;
  height: 3px;
  background-color: #e30613; /* Red underline */
  margin-top: 8px;
}

/* Paragraph text */
#whyChooseUs p {
  margin-bottom: 1em;
  font-weight: 400;
}

/* Optional styling for strong text */
#whyChooseUs strong {
  color: #e30613;
  font-weight: 600;
}

/* Media Queries for Responsive Design */
@media (max-width: 992px) {
  #whyChooseUs .box {
    padding: 25px 19px;
  }

  #whyChooseUs .heading-style2 .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 600px) {
  #whyChooseUs {
    padding: 40px 15px;
  }

  #whyChooseUs .box {
    padding: 20px 15px;
  }

  #whyChooseUs .heading-style2 .title {
    font-size: 1.5rem;
  }
}
