html, body {
  font-family: 'ASAP';
  font-size: 16px;
  overflow-x: hidden;
}
h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.75rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #0A214F;
}
h5 {
  color: #0A214F;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header #subNav {
  text-align: right;
  padding: 8px 0;
  background: #FFF;
}
header #subNav .subNavList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
header #subNav .subNavList li {
  margin-left: 24px;
}
header #subNav .subNavList li a {
  text-decoration: none;
  color: #212529;
  font-size: 0.75rem;
}
header #mainNav {
  background: #EB2D37;
  text-align: right;
  padding: 23px 0;
}
header #mainNav .navList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
header #mainNav .navList li {
  margin-left: 32px;
}
header #mainNav .navList li a {
  text-decoration: none;
  color: #fff;
}
.fontWhite, .fontWhite p, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6 {
  color: #fff;
}
.flexCnt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.posRel {
  position: relative;
}
.flagWrap {
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
  position: relative;
  z-index: 999;
}
.iconFlag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFF;
  padding: 0 25px 50px 25px;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
@media screen and (min-width:992px) {
  .iconFlag {
    padding: 50px;
  }
}
.pageBanner {
  position: relative;
}
.banImg {
  width: 100%;
  position: relative;
}
.banImg img {
  width: 100%;
  height: auto;
}
.banCnt h2 {
  margin-bottom: 1.5rem;
}
.banCnt p {
  font-size: 1.125rem;
  line-height: 1.35rem;
}
.slashCnt {
  padding: 2rem 0;
}
.slashCnt h3 {
  margin-bottom: 2.375rem;
}
.supportCard {
  display: flex;
  flex-wrap: wrap;
}
.cardCol .supportCard {
  flex-direction: column;
}
.supportCard .icon {
  width: 105px;
  margin-right: 2rem;
}
.cardCol .supportCard .icon {
  margin-bottom: 1rem;
}
.supportCard .cardCnt {
  width: calc(100% - 105px - 2rem);
}
.cardCol .supportCard .cardCnt {
  width: 100%;
}
#testimonials {
  background: #EB2D37;
  padding: 5.25rem 0;
}
.ctaSec {
  position: relative;
}
.ctaImg {
  width: 100%;
  position: relative;
}
.ctaImg img {
  width: 100%;
  height: auto;
}
.ctaCnt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.ctaCnt h2 {
  color: #FFF;
  margin-bottom: 32px;
}
.ctaCnt p {
  margin-bottom: 32px;
}
.btn, .btn:visited {
  color: #FFF;
  font-weight: 700;
  background: #EB2D37;
  padding: 16px 32px;
  border: 2px solid #EB2D37 !important;
}
.btn:hover {
  color: #EB2D37 !important;
  background: none;
  border-color: #EB2D37 !important;
}
.btn.alt {
  background: #0A214F;
  border: 2px solid #0A214F !important;
}
.btn.alt:hover {
  color: #0A214F !important;
  background: none;
  border-color: #0A214F !important;
}
#serviceCarousel {
  background: #EB2D37;
  padding: 2rem 0;
}
#serviceCarousel h4 {
  color: #FFF;
}
footer {
  padding: 4rem 0 2rem 0;
}
footer a, footer a:visited {
  color: #404040;
  text-decoration: none;
}
footer a:hover{
    color:#404040;
    text-decoration:underline;
}
footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
footer ul li{
    margin-bottom:16px;
}
@media screen and (max-width:992px){
    footer ul{
        padding-left:0;
        margin-left:0;
    }
}
#subFooter {
  margin-top: 2rem;
}
#subFooter .container {
  border-top: 1px solid #EB2D37;
  padding-top: 1rem;
}
.footerSocial {
  margin: 0;
  padding: 0;
}
.footerSocial .icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ADB5BD;
  color: #FFF;
  cursor:pointer;
}
.footerSocial .icon:hover{
    background:#EB2D37;
}
.privList {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.privList li:before {
  content: '|';
  padding: 0 0.5rem;
}
.privList li:first-child:before {
  content: '';
}
#about .slashCnt {
  margin-top: -8rem;
  z-index: 999;
  position: relative;
  padding-bottom: 4rem;
}
#about .slashCnt .overlayCntHolder {
  padding: 3rem 0;
}
#about .resourceList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none; /* Remove default bullets */
}
#about .resourceList li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #EB2D37; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#about .resourceList li {
  width: calc(50% - 20px);
  margin-left: 20px;
  padding: 0;
  margin-bottom: 8px;
  color: #0A214F;
}
.ribbon {
  padding: 50px 0;
  color: #fff;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ribbon:before {
  content: '';
  width: 100vw;
  background: #0A214F;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 88;
  height: 100%;
}
.ribbon .cnt {
  position: relative;
  z-index: 999;
  padding-right: 25px;
}
.ribbon h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 35.2px;
  color: #FFF;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ribbon h3 strong {
  font-weight: 700;
}
.ribbon:after {
  content: '';
  width: 100px;
  height: 100%;
  background: #0A214F;
  clip-path: polygon(33% 25%, 100% 50%, 33% 75%, 66% 99%, 0 100%, 0 0, 66% 0);
  position: absolute;
  top: 0;
  right: -99px;
}
.ribbon_note {
  height: 100%;
  display: flex;
  align-items: center;
}
.owl-nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 1.25rem;
  z-index: 988;
}
.owl-nav button.owl-next, .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff !important;
}
.owl-nav button.owl-next {
  margin-right: -20%;
}
.owl-nav button.owl-prev {
  margin-left: -20%;
}
.testimonial {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 0 8px 0px 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 100px;
}
.testimonial:before {
  content: '';
  background: #fff;
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  height: 50px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  ;
  border-radius: 8px 0 0 0;
}
.testimonial:after {
  content: '';
  background: #FFF;
  position: absolute;
  bottom: -99px;
  width: 100%;
  height: 100px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 5%, 50% 100%, 25% 5%, 0 50%);
  left: 0;
  z-index: 88;
}
.testimonial .cnt {
  position: relative;
  z-index: 99;
}
.testimonial .img {
  margin-bottom: 1rem;
}
.testimonial .img img {
  max-width: 100%;
  height: auto;
}
.testimonial .quote {
  color: #EB2D37;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.testimonial .quote span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-left: 0.5rem;
}
.owl-item {
  position: relative;
  z-index: 999;
}
.owl-carousel .owl-stage-outer {
  z-index: 999;
}
#homeBanner {
  background: #0A214F;
  padding-bottom: 4rem;
  position: relative;
}
#homeBanner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75px;
  background: #EB2D37;
  bottom: -1px;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#homeBanner .homeBan {
  height: 800px;
}
#homeBanner .homeBan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 23% bottom;
}
.banCnt {
  background: #EB2D37;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
}
#homeBanner .banCnt {
  padding-top: 5rem;
}
#homeBanner .banCnt h1 {
  margin-bottom: 2rem;
}
#homeBanner .vidCnt {
  position: relative;
  z-index: 999;
}
#homeBanner .vidWrapper {
  margin: 2rem 0;
  width: 100%;
  height: 0;
  padding-top: 56.56%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#homeBanner .vidWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homeBanenr .flexCnt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#heathSafety {
  background: #EB2D37;
  padding: 3rem 0 0 0;
  text-align: center;
}
.hs_icon {
  margin-bottom: 1rem;
  align-self: center;
  margin-right: 1rem;
}
.hs_ttl {
  margin-bottom: 1rem;
}
#heathSafety .service {
  display: flex;
}
#heathSafety .service .servCnt {
  text-align: left;
}
.hs_ribbon {
  background: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 2rem 4rem;
  text-align: center;
  position: relative;
  border-radius: 0px 8px 0px 0px;
}
.hs_ribbon:before {
  content: '';
  height: 50px;
  width: calc(100% + 2px);
  clip-path: polygon(-1px -1px, 0% 100%, 100% 100%);
  background: #fff;
  border-radius: 8px 0 0 0;
  position: absolute;
  top: -49px;
  left: 0;
}
.hs_ribbon:after {
  content: '';
  background: #FFF;
  position: absolute;
  bottom: -149px;
  width: 100%;
  height: 150px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 5%, 50% 100%, 25% 5%, 0 50%);
  left: 0;
  z-index: 88;
}
.hs_ribbon h3 {
  color: #0A214F;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0;
}
#nowBCML {
  margin-top: -200px;
  padding: 400px 0 100px 0;
  background: #0A214F;
  color: #FFF;
  text-align: center;
}
.spaceBetween {
  justify-content: space-between;
}
#nowBCML h3 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.375rem;
  margin-bottom: 24px;
}
#nowBCML h3 strong {
  font-weight: 700;
}
#bcmlStats {
  position: relative;
  padding-top: 124px;
  padding-bottom: 384px;
}
#bcmlStats:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1F3F5;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  z-index: 88;
}
#bcmlStats .container {
  z-index: 99;
  position: relative;
}
#bcmlStats .ribbon {
  background: #EB2D37;
  margin-left: 50px;
  margin-right: 100px;
  margin-bottom: 40px;
  padding: 5px;
  border-radius: 8px 0 0 0;
}
#bcmlStats .ribbon:before {
  width: 50px;
  background: #EB2D37;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  left: -48px;
}
#bcmlStats .ribbon:after {
  background: #EB2D37;
}
#bcmlStats .ribbon .ribIcon {
  width: 50px;
  margin-right: 12px;
}
#bcmlStats .ribbon .ribIcon img {
  width: 100%;
  height: auto;
}
#bcmlStats .ribbon .ribCnt {
  width: calc(100% - 63px);
}
#bcmlStats .ribbon .ribCnt .ribNum {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 8px;
}
#bcmlStats .ribbon .ribCnt .ribTxt {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
}
#marineServices {
  position: relative;
  margin: 1rem 0;
}
#marineServices .logoFade {
  position: relative;
}
@media screen and (min-width:992px) {
  #marineServices {
    margin: 8rem 0 4rem 0;
  }
  #marineServices .logoFade img {
    position: absolute;
    bottom: -65px;
    z-index: 299;
  }
}
#marineServices .msCard {
  background: #F8F9FA;
  padding: 1.5rem;
}
#marineServices .msCard .msIcon {
  margin-bottom: 1rem;
}
#marineServices .msCard .msTtl {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #0A214F;
}
#marineServices .msCard .msCnt {
  color: #212529;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}
#marineServices h2, #marineServices h4 {
  margin-bottom: 1rem;
}
#blog {
  background: #EB2D37;
  color: #FFF;
  padding: 5.25rem 0;
}
#blog a {
  text-decoration: none;
}
#blog .blogPost {
  color: #333;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
#blog h3 {
  color: #fff;
  margin-bottom: 3rem;
}
#blog .blogPost .blogImg {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
#blog .blogPost .blogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog .blogPost .blogCnt {
  padding: 24px;
}
#blog .blogPost .blogCnt .blogTtl {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #0a214f;
  margin-bottom: 8px;
}
#blog .blogPost .blogCnt .blogMeta {
  color: #EB2D37;
  font-size: 14px;
}
#blog .blogPost .blogCnt .blogMeta span {
  font-weight: 700;
  margin-right: 1.5rem;
}
#blog .btn {
  background: #fff;
  color: #EB2D37;
  border: 2px solid #fff;
}
#blog .btn.alt {
  color: #FFF;
  background: none;
  border: 2px solid #FFF !important;
}
#blog .btn.alt:hover {
  border: 2px solid #0A214F !important;
  color: #0A214F;
  background: #FFF;
}
#featuredPosts {
  padding-top: 2rem;
  position: relative;
}
#featuredPosts:after {
  content: '';
  height: 350px;
  width: 100%;
  background: #F1F3F5;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#featuredPosts .container {
  position: relative;
  z-index: 999;
}
#blogPosts {
  background: #F1F3F5;
  position: relative;
  padding-top:2rem;
}
#blogPosts .blogLink {
  text-decoration: none;
}
#blogPosts .blogPost, #featuredPosts .blogPost {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  overflow:hidden;
}
#blogPosts .blogPost .blogImg, #featuredPosts .blogPost .blogImg {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
#blogPosts .blogPost .blogImg img, #featuredPosts .blogPost .blogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blogPosts .blogPost .blogCnt, #featuredPosts .blogPost .blogCnt {
  padding: 24px;
}
#blogPosts .blogPost .blogCnt .blogTtl, #featuredPosts .blogPost .blogCnt .blogTtl, #featuredPosts .highlightBlogCnt .blogTtl {
  font-weight: 700;
  font-size: 24px;
  color: #0A214F;
}
#blogPosts .blogPost .blogCnt .blogMeta, #featuredPosts .blogPost .blogCnt .blogMeta, #featuredPosts .highlightBlogCnt .blogMeta {
  font-weight: normal;
  color: #EB2D37;
  font-size: 14px;
}
#blogPosts .blogPost .blogCnt .blogMeta span, #featuredPosts .blogPost .blogCnt .blogMeta span, #featuredPosts .highlightBlogCnt .blogMeta span {
  font-weight: bold;
  margin-right: 1.5rem;
  ;
}
#blogPosts:after {
  width: 100%;
  height: 350px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 98;
}
#blogPosts .container {
  z-index: 999;
  position: relative;
}
.featuredPost {
  position: relative;
}
.featuredPost .blogImg img {
  width: 100%;
  height: auto;
}
.featuredPost .blogCnt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  color: #fff;
  width: 100%;
  padding: 24px;
}
.featuredPost .blogCnt .blogTtl {
  font-size: 24px;
  font-weight: 700;
  max-width: 600px;
}
.featuredPost .blogCnt .blogMeta {
  color: #EB2D37;
  font-size: 14px;
}
.featuredPost .blogCnt .blogMeta span {
  font-weight: 700;
  margin-right: 1.5rem;
}
#singlePost {
  padding-top: 10rem;
}
#singlePost .blog_meta {
  color: #EB2D37;
  font-size: 14px;
  ling-height: 16.8px;
  margin-bottom: 1rem;
}
#singlePost .blog_meta span {
  font-weight: 700;
  margin-right: 1.25rem;
}
#singlePost .blog_ttl {
  color: #0A214F;
  margin-bottom: 2rem;
}
#singlePost .blogHeader img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
#singlePost img {
  width: 100%;
  height: auto;
}
#singlePost figcaption {
  font-size: 14px;
  line-height: 20px;
  color: #495057;
}
blockquote {
  border-left: 2px solid #f00;
  padding-left: 20px;
}
blockquote cite {
  font-size: 16px;
  color: #495057;
}
#singlePost h4 {
  margin-top: 2rem;
}
.mobileBtn {
  font-size: 1.25rem;
  color: #FFF;
}
#mobileMenu {
  position: fixed;
  right: -150vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: flex;
  justify-content: flex-end;
  transition: 1s ease all;
}
#mobileMenu.active {
  right: 0;
}
#mobileMenu .mobMenu {
  width: 60vw;
  background: #FFF;
  padding-top: 6rem;
  border-left: 4px solid red;
}
#mobileMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobileMenu ul li a {
  padding: 12px 8px;
  display: block;
  border-bottom: 1px solid #ccc;
  color: #333;
  text-decoration: none;
}
.contactCard {
  background: #F8F9FA;
  padding: 15px;
  height: 100%;
  border-radius: 8px;
}
.contactCard a, .contactCard a:visited{
    color:#404040;
    text-decoration:none;
}
.contactCard a:hover{
    text-decoration:underline;
}
#emailFrm {
  padding: 3rem 0;
}
#emailFrm h3 {
  margin-bottom: 32px;
}
#emailFrm .bcmlFrm input.form-control {
  border: none;
  border-bottom: #000 1px solid;
  border-radius: 0;
  padding: .375rem 0.75rem;
}
#emailFrm .bcmlFrm textarea {
  border: solid 1px #000;
  border-radius: 0;
}
#emailFrm .bcmlFrm input.btn {
  padding: 0.75rem;
  background: #EB2D37 !important;
  color: #FFF;
}
#emailFrm .bcmlFrm input.btn:hover {
  background: #FFF !important;
}
.servCarousel {
  min-height: 250px;
  display: flex;
}
.servCarousel .slideCnt {
  color: #FFF;
  padding: 15px 15px 15px 0;
}
.servCarousel .slideCnt h6 {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
.servCarousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.servCarousel .slideCnt a {
  font-size: 14px;
  color: #0A214F;
  font-weight: 600;
  text-decoration: none;
}
.servCarousel .slideCnt a:hover {
  color: #FFF;
}
.serviceBtns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.serviceBtns .servBtn {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.serviceBtns .servBtn:hover {
  color: #EB2D37;
  background: #FFF;
}
h2.blogTtl {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 38px;
}
.rounded {
  border-radius: 8px;
}
.certCard {
  margin: 2rem 0 2rem 0;
  display: block;
}
.certCard .certImg {
  display: flex;
  justify-content: center;
  align-self: center;
}
.certCard .certCnt {
  font-size: 18px;
}
.certCard .certCnt .learnBtn {
  color: #EB2D37;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #EB2D37;
  padding-bottom: 12px;
  margin-bottom: 1rem;
  position: relative;
  cursor: pointer;
}
.certCard .certCnt .learnBtn:after {
  content: '\f077';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 14px;
}
.certCard .certCnt .learnCnt {
  font-size: 16px;
  color: #495057;
  font-weight: 400;
  line-height: 140%;
  border-bottom: 1px solid #EB2D37;
  display: none;
}
.certCard .certImg img {
  margin-bottom: 2rem;
}
@media screen and (min-width:992px) {
  .certCard {
    margin: 2rem 0 4rem 0;
  }
  .certCard:nth-child(odd) .certImg {
    order: 1;
  }
  .certCard:nth-child(even) .certImg {
    order: 2;
  }
  .certCard:nth-child(odd) .certCnt {
    order: 2;
  }
  .certCard:nth-child(eve) .certCnt {
    order: 1;
  }
  .ttlBlog {
    padding: 120px 0 80px 0;
  }
  #featuredPosts {
    padding-top: 14rem;
  }
  #testCarousel .item {
    padding: 0 50px 0 0;
  }
  .testimonial {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15%;
    padding: 2rem;
    -moz-transform: skew(-18deg, 0deg);
    -webkit-transform: skew(-18deg, 0deg);
    -o-transform: skew(-18deg, 0deg);
    -ms-transform: skew(-18deg, 0deg);
    transform: skew(-18deg, 0deg);
  }
  .testimonial:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-15% + 7px);
    clip-path: polygon(0 48%, 58% 27%, 0% 0, 100% 0, 100% 100%, 60% 100%, 86% 76%);
    height: 100%;
    width: 15%;
    background: #FFF;
  }
  .testimonial .cnt, .testimonial .img {
    -moz-transform: skew(18deg, 0deg);
    -webkit-transform: skew(18deg, 0deg);
    -o-transform: skew(18deg, 0deg);
    -ms-transform: skew(18deg, 0deg);
    transform: skew(18deg, 0deg);
  }
  .testimonial .img {
    width: auto;
  }
  .testimonial .cnt {
    width: calc(100% - 100px);
    padding: 0 2rem;
  }
  #homeBanner .homeBan img {
    width: 100%;
    height: auto;
    object-position: left bottom;
  }
  #homeBanner:after {
    height: 250px;
  }
  .hs_ribbon {
    margin-left: 100px;
    margin-right: 100px;
    padding: 2rem 2rem 2rem 0;
    border-radius: 0 0 8px 0;
    text-align: left;
  }
  .hs_ribbon:before {
    background: #FFF;
    clip-path: polygon(33% 0, 100% 0, 100% 100%, 33% 100%, 66% 75%, 0 46%, 66% 25%);
    position: absolute;
    left: -219px;
    top: 0;
    width: 220px;
    height: 100%;
  }
  .hs_ribbon:after {
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    right: -98px;
    left: unset;
    top: 0;
    width: 100px;
    height: 100%;
    border-radius: 0 8px 0px 0;
  }
  #heathSafety {
    text-align: left;
  }
  #heathSafety .service {
    display: block;
    margin-right: 1rem;
  }
  #nowBCML {
    margin-top: 0;
    padding: 50px 0;
  }
  #nowBCML .bcmlCnt {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #nowBCML h3 {
    margin: 0;
  }
  .msServices {
    position: relative;
    z-index: 321;
  }
  #bcmlStats:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F1F3F5;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
    z-index: 88;
  }
  #contactBanner .slashCnt {
    margin-top: -12rem;
    z-index: 899;
    position: relative;
  }
  .banCnt {
    position: absolute;
    top: 5%;
    width: 100%;
    z-index: 99;
    color: #FFF;
    background: none;
  }
  .banImg:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 350px;
    background: #FFF;
    clip-path: polygon(-1% 25%, -1% 100%, 101% 100%);
  }
}
#bcStats{
    padding:3rem 0;
}
#bcStats .statCnt .stat{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:20px;
}
#bcStats .statCnt .stat .statIcon{
    background:#D12830;
    border-radius:50%;
    padding:10px;
    width:90px;
    height:90px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:20px;
    margin-bottom:20px;
}
#bcStats .statCnt .stat .statDesc{
    color:#EB2D37;
    font-size:48px;
    font-weight:400;
}
#bcStats .statCnt h5{
    text-transform:uppercase;
    font-size:18px;
    font-weight:400;
    color:#000;
}
.highlightBlog{
    background:#fff;
    height:100%;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    overflow:hidden;
}
.highlightBlogCnt{
    padding:24px;
}
#singlePost h2{
    font-weight:600;
    font-size:30px;
    line-height:38px;
}
#singlePost .blogHeader{
    margin-bottom:2rem;
}
#featuredPosts a{
    text-decoration:none;
}
@media screen and (min-width:1200px) {
  .banCnt {
    left: 50%;
    top: 8%;
  }
}
@media screen and (min-width:1420px) {
  .banCnt {
    left: 0;
    top: 350px;
  }
}
