@font-face {
    font-family: "Industry-black";
    src: url("../fonts/industry/Industry-Black.ttf");
  }
  
  @font-face {
    font-family: "Industry-bold";
    src: url("../fonts/industry/Industry-Bold.ttf");
  }
  
  @font-face {
    font-family: "Industry-medium";
    src: url("../fonts/industry/Industry-Medium.ttf");
  }
  
  @font-face {
    font-family: "Industry-light";
    src: url("../fonts/industry/Industry-Light.ttf");
  }
  
  :root {
    --primary-font: 'Roboto', sans-serif;
    --primary-color: #0073CF;
    --secondary-color: #253C5F;
    --white: #ffffff;
    --black: #000000;
  }
  
  body {
    font-family: var(--primary-font);
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    line-height: 1.5;
    overflow-x: hidden;
  }
  
  h6,
  .h6,
  h5,
  .h5,
  h4,
  .h4,
  h3,
  .h3,
  h2,
  .h2,
  h1,
  .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 2.5rem;
    }
  }
  
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  
  @media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 2rem;
    }
  }
  
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  
  @media (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 1.75rem;
    }
  }
  
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  
  @media (min-width: 1200px) {
    h4,
    .h4 {
      font-size: 1.5rem;
    }
  }
  
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  
  h6,
  .h6 {
    font-size: 1rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  .d-none {
    display: none !important;
  }
  
  .justify-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  
  .justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  
  .justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  
  .justify-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  
  .justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  
  .justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  
  .align-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  
  .align-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  
  .align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  
  .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  
  .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  
  /* .home-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-image: url(../images/side_banner.png);
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  } */
  
  .home-wrapper {
      /* display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: table;
      margin-bottom: 20px;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; */

      display: table;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
  }
  
  /* .left-clip-wrapper {
    background-color: var(--primary-color);
    width: 25%;
    min-height: 100vh;
    -webkit-transform: skewX(345deg);
    transform: skewX(345deg);
    left: -17%;
    position: relative;
  } */
  
  .left-clip-wrapper {
      background-color: var(--primary-color);
      width: 1000%;
      /* height: 10000px; */
      height: 1220px;
      /* -webkit-transform: skewX(345deg); */
      /* transform: skewX(345deg); */
      left: -1000%;
      position: absolute;
      display: block;
  }
  
  /* .center-text {
    width: 60%;
    -webkit-transform: skewX(345deg);
            transform: skewX(345deg);
    background-color: #ffffff;
    position: relative;
    left: -17%;
    padding: 0 20px;
  } */
  .center-text {
      width: 878px;
      -webkit-transform: skewX(345deg);
      transform: skewX(345deg);
      background-color: #ffffff;
      position: relative;
      left: -1.1px;
      padding: 0 20px;
  }

  .right-clip-wrapper::after {
    content: "";
    width: 100%;
    /* height: calc(100% + 52px); */
    height: 100%;
    display: block;
    position: absolute;
    /* top: 100%; */
    background-image: url("../images/side_banner.gif");
    /* background-image: url("https://4.bp.blogspot.com/-CkjK7tT8Yx8/WyKY5lJx9xI/AAAAAAADN-w/5B6jk5E8TIkv96M7K6utL_0NNpXEFqiowCLcBGAs/s1600/particles.gif"); */
    top: 0;
    /* right: -80%; */
    right: -75%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: skewX(-345deg) !important;
            transform: skewX(-345deg) !important;
  }
  
  .skew-center {
    -webkit-transform: skewX(-345deg) !important;
            transform: skewX(-345deg) !important;
  }
  
  .full-image-sec {
    margin: 60px 0;
    margin-bottom: 80px;
    position: relative;
  }
  
  .full-image-sec img {
    width: 100%;
    scale: 1.2;
  }
  
  /* .center-heading h3 {
    font-weight: 900;
    color: #000000;
    font-size: 70px;
    text-align: center;
    margin-bottom: 0;
    font-family: "Industry-black";
  } */
  
  .center-heading h3 {
      font-weight: 900;
      color: #000000;
      font-size: 86px;
      text-align: center;
      margin-bottom: 0;
      font-family: "Industry-black";
  }
  
  .center-heading h3 span {
    font-family: "Industry-medium";
    font-weight: 500;
  }
  
  /* .center-heading h6 {
    text-align: center;
    margin-top: -8px;
    font-size: 22px;
    font-weight: 600;
  } */
  
  .center-heading h6 {
    text-align: center;
    margin-top: -8px;
    font-size: 33.8px;
    font-weight: 600;
  }
  
  .center-highlighted-sec {
    background-color: var(--secondary-color);
    padding: 10px 25px;
    margin: 60px 0;
    margin-left: -10%;
    margin-bottom: 25px;
    position: relative;
  }
  
  .center-highlighted-sec p {
    color: var(--white);
    max-width: 50%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }
  
  .center-highlighted-sec img {
    width: 550px;
    position: absolute;
    top: -85%;
    right: -20%;
  }
  
  .center-para-text {
    padding: 0 35px;
    left: 5%;
    position: relative;
  }
  
  .center-para-text p {
    font-size: 22px;
    font-weight: 600;
    max-width: 50%;
    min-height: 400px;
  }
  
  .center-para-text img {
    width: 100%;
    left: -10%;
    position: relative;
  }
  
  .video-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* margin: 20px 0 75px 0; */
    margin: 20px 0 0px 0;
  }
  
  .video-sec iframe {
    width: 728px;
    height: 374px;
    /* bottom: 1236px; */
    /* z-index: 2; */
    border: 4px solid var(--primary-color);
    left: 35%;
    position: relative;
  }
  
  .advantages-wrapper .off-sec-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .advantages-wrapper .off-sec {
    -webkit-transform: skewX(345deg);
            transform: skewX(345deg);
    background-color: var(--primary-color);
    padding: 50px 20px 10px 0;
    width: 85%;
    float: right;
    right: -5%;
    position: relative;
    margin-top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .advantages-wrapper .off-sec .off-badge {
    background-color: var(--secondary-color);
    padding: 0px 70px;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: -10%;
    position: relative;
  }
  
  .advantages-wrapper .off-sec .off-badge span {
    font-family: "Industry-black";
    color: var(--white);
    font-size: 68px;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .advantages-wrapper .off-sec p {
    /* max-width: 85%; */
    max-width: 78%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5;
    color: var(--white);
    left: 6%;
    position: relative;
  }
  .advantages-wrapper .off-sec p strong {
    font-weight: 700;
    font-size: 2rem;
  }
  
  .key-heading {
    -webkit-transform: skewX(345deg);
            transform: skewX(345deg);
    background-color: var(--secondary-color);
    padding: 14px 40px;
    text-align: center;
    border: 8px solid var(--white);
    /* margin-top: -65px; */
    margin-top: -45px;
    position: relative;
    left: -10%;
    z-index: 9;
  }
  
  .key-heading h4 {
    font-family: "Industry-black";
    color: var(--white);
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 0;
  }
  /* view product */    
  .view-product-sec p {
    font-size: 42px;
    font-weight: 800;
    font-family: industry-black;
    text-align: center;
    color: #000;
  }
  .view-product-sec {
    padding-bottom: 0px !important;
    margin-top: 25px;
  }
  .view-product-sec p a {
    color: #253C5F;
    text-decoration: underline;
  }

  .highlighted-sec {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 150px;
    /* padding-bottom: 150px; */
    background-color: var(--primary-color);
  }
  
  .highlighted-sec .highlighted-clip-wrapper {
    background-color: var(--white);
    width: 50%;
    min-height: 100vh;
    -webkit-transform: skewX(345deg);
            transform: skewX(345deg);
    position: relative;
    z-index: 99;
    left: -12%;
  }
  
  .highlighted-sec .highlighted-center {
    width: 100%;
    /* -webkit-transform: skewX(345deg); */
    /* transform: skewX(345deg); */
    /* background-color: var(--primary-color); */
    position: relative;
    /* padding: 0 20px; */
    padding: 0 20px 50px 20px;
  }
  
  .grid-wrapper {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin-top: -100px;
    left: -15%;
    position: relative;
    z-index: 99;
  }
  
  .grid {
    width: 300px;
    height: 250px;
  }
  
  .grid img {
    width: 100%;
    height: 100%;
  }
  
  .secondary-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 50px;
    /* margin-right: -15px;
    margin-left: -15px; */
    margin-right: 12%;
    margin-left: -55px;
  }
  
  .secondary-footer .sec-foot-grid img {
    width: 115px;
    height: 115px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
  }
  
  .secondary-footer .sec-foot-grid h4 {
    font-family: "Industry-black";
    color: var(--white);
    font-size: 46px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    min-height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  
  .secondary-footer .sec-foot-grid .sec-foot-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .secondary-footer .sec-foot-grid .sec-foot-content {
    padding: 0 20px;
    min-height: 250px;
    margin-bottom: 40px;
  }
  
  .secondary-footer .sec-foot-grid .sec-foot-content h5 {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
  }
  
  .secondary-footer .sec-foot-grid .sec-foot-content p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
  }
  
  .sec-foot-grid.bdr .sec-foot-content {
    border-right: 1.5px solid #ffffff;
    border-left: 1.5px solid #ffffff;
  }
  
  .additional-feature-sec .key-heading {
    margin-top: -50px;
    z-index: 99;
  }
  
  .key-content-wrapper {
    background-color: #E0E0E0;
  }
  
  .key-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 60px 60px 0 60px;
    margin-top: -36px;
    margin-right: 7%;
  }
  
  .key-content-inner {
    padding: 0 20px;
  }
  
  .key-content-inner h4 {
    font-size: 26px;
    font-weight: 600;
  }
  
  .key-content-inner p {
    font-size: 18px;
    font-weight: 500;
  }
  
  .key-content-inner.bdr {
    border-right: 1.5px solid #000000;
    border-left: 1.5px solid #000000;
  }
  
  .reg-standards {
    text-align: center;
    margin-top: 40px;
    max-width: 70%;
  }
  
  .reg-standards h4,.reg-standards h4 p {
    font-size: 26px;
    font-weight: 600;
  }
  
  .reg-standards p {
    font-size: 20px;
    font-weight: 500;
    padding: 0 65px;
  }
  
  @media (max-width: 1200px) {
    .center-highlighted-sec img {
      width: 450px;
    }
  }
  /* section.productdesign2 {
      overflow: hidden;
  } */
  .dialog-off-canvas-main-canvas{
      overflow: hidden;
  }
  /* .center-text::after {
      content: "";
      width: 100%;
      height: calc(100% + 52px);
      display: block;
      position: absolute;
      background-image: url("../images/side_banner.gif");
      top: 0;
      right: -100%;
      z-index: -1;
      background-size: cover;
      background-repeat: repeat;
  } */
  
  .showmobile{
      display:none;
  }
  .iframe-wrapper .iframesec{
          display:none;
      }
  .left-clip-wrapper::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: var(--primary-color);
      display: block;
      position: absolute;
      top: -50%;
      right: 0;
      z-index: -1;
  }
  .center-content-wrapper {
    background-color: #fff;
    padding-bottom: 90px;
  }
  .header-div .header__wrapper::before {
      background: none !important;
      
  }
  .header-div .header nav {
      background: none;
      
  }
  .header-div .header__wrapper::after {
      background: none;
      left: 0;
      width: 100%;
      z-index: -1;
  }
  .header-div .header .branding {
      background: none;
  }
  
  .header-div .header #block-sitebranding .branding::after{
      border:0px;
  }
  .header-div {
  
      position: relative;
  }
  .header-div::after {
      content: "";
      width: 100%;
      height: 100%;
      /* display: block; */
      background: #EBEBEB;
      position: absolute;
      top: 0%;
      z-index: -111214;
  }
      
  @media screen and (max-width: 1300px){
      .center-text {
          left: 1.1px;
      }
  }
  
  @media screen and (max-width: 1200px){
      .full-image-sec {
      
      width: 110%;
  }
  .full-image-sec img {
      width: 100%;
      scale: 1.1;
  }
  .center-text {
      width: 840px;
      left: -4.4px;
  }
      
      .center-heading h3 {
          font-size: 81px;
      }
      .center-heading h6 {
          font-size: 31.3px;
      }
      .highlighted-sec .highlighted-clip-wrapper {
      
      min-height: auto;
      
  }
  }
  
  
  
  @media screen and (max-width: 1100px)
  {
      .center-text {
      width: 876px;
      left: 51.5px;
  }
          .center-heading h3 {
      font-size: 8vw;
  }
      .center-heading h6 {
    font-size: 3vw;
  }
  
      .key-heading h4 {
          font-size: 33px;
          padding-left: 15%;
          text-align: left;
      }
      .advantages-wrapper .off-sec {
          width: 90%;
      }
      .advantages-wrapper .off-sec .off-badge {
      
          padding: 0px 20px;
      
      }
      .advantages-wrapper .off-sec .off-badge span {
          font-size: 50px;
      
      }
      .hidemobile.iframesec{
          display:none;
      }
      .iframe-wrapper .iframesec{
          display:block;
      }
      .video-sec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: block;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 20px 0 75px 0;
  }
  
      .video-sec iframe {
      width: 100%;
      height: 24vh;
      /* bottom: 1236px; */
      /* z-index: 2; */
      border: 4px solid var(--primary-color);
      
      position: static;
      max-width: 600px;
      margin: 0 auto;
      display: block;
  }
      
  }
  
  
  /*for mobile*/
  @media screen and (max-width:1024px){
      .center-text {
      width: 80%;
      left: 51.5px;
    }
  .highlighted-sec {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      margin-top: 50px;
      padding-bottom: 10px;
      background-color: #fff;
    }
    .highlighted-sec .highlighted-center{
      padding-bottom: 0;
    }
      .highlighted-sec .highlighted-clip-wrapper {
          min-height: auto;
          display: none;
      }
      .grid-wrapper {
      width: 100%;
      /* display: -ms-grid; */
      display: inline-block;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      margin-top: 0px;
      left: 0;
      position: relative;
      z-index: 99;
      /* height: inherit; */
  }
  
  
      .grid {
          width: 33.33%;
          height: auto;
          float: left;
      }
      
      .grid-wrapper::after {
      content: "";
      width: calc(100% + 40px);
      height: 9vh;
      position: absolute;
      background: var(--primary-color);
      /* bottom: 0; */
      z-index: -1;
      left: 0;
      bottom: -7px;
      display: block;
      margin-left: -20px;
      margin-right: -20px;
  }
      
      .secondary-footer {
      margin-right: -20px;
      margin-left: -20px;
      clear: both;
      background: var(--primary-color);
      margin-top: 0;
      /* position: relative; */
      /* top: -65px; */
      padding: 50px 0;
  }
  
  .full-image-sec img.hidemobile {
      display: block;
  }
  .full-image-sec img.showmobile {
      display: none;
  }
  
  
  .header-div .header nav,.header-div .header__wrapper::after,.header-div .header__wrapper::before{
      background:none;
  }
  /* .header__wrapper::after {
      background-color: #EBEBEB;
      left: 50%;
  } */
  /* .header__wrapper::before {
      background-color: var(--primary-color);
      
  } */
  .left-clip-wrapper::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: var(--primary-color);
      display: block;
      position: absolute;
      top: -50%;
      right: 0;
      z-index: -1;
  }
  .header-div .header{
      height:auto;
  }
  .header-div .header .nav {
      line-height: inherit;
      margin-top: 5px;
  }
  .header-div .header #block-sitebranding .branding {
      width: 75%;
      padding: 0;
      margin: 15px;
  }
  .header-div .header .nav {
      line-height: inherit;
      margin-top: 19px;
  }
  .header-div .hamburger-inner,.header-div .hamburger-inner::before,.header-div .hamburger-inner::after {
      width: 41px;
      height: 3px;
      background-color: #000;
  
  }
  .header-div .hamburger {
      padding: 17px 31px !important;
      margin-top: -23px;
  }
  
  .header-div .nav__search-btn {
      display: none;
  }
  .center-heading {
      margin: 10px 0;
      padding-bottom: 15px;
  }
  }
  
  @media screen and (max-width:900px){
      
      .highlighted-sec .highlighted-clip-wrapper {
          min-height: auto;
          display: none;
      }
      .grid-wrapper {
      width: auto;
      display: inline-block;
      z-index: 99;
      background: white;
      margin-right: -40px;
      margin-left: -40px;
  }
  .grid {
      width: 50%;
      height: auto;
      float: left;
  }
  .grid-wrapper .grid:nth-child(3) {
      float: none;
      margin: 20px auto 0 24vw;
      display: inline-block;
  }
  .key-content {
      padding: 60px 30px 0 30px;
  }
  }
  
  @media screen and (max-width:767px)
  {
    .center-content-wrapper{
      padding-bottom: 0;
    }
    .right-clip-wrapper::after{
      content: none;
    }
      
      .key-heading h4 {
          font-size: 4.2vw;
          padding-left: 15%;
          text-align: left;
      }
      .advantages-wrapper .off-sec {
      
          width: 92vw;
          float: right;
          right: -4vh;
      
      }
      
  .advantages-wrapper .off-sec::after {
      content: "";
      width: 100%;
      position: absolute;
      height: 100%;
      display: block;
      right: -98%;
      /* margin-top: -40px; */
      background: var(--primary-color);
      top: 0;
  }
  .advantages-wrapper .off-sec .off-badge {
      background-color: var(--secondary-color);
      padding: 0px 15px;
      width: auto;
      /* display: -webkit-inline-box; */
      /* display: -ms-inline-flexbox; */
      display: block; 
      left: -10%;
      position: absolute;
      margin-top: 25px;
  }
  
  .advantages-wrapper .off-sec {
      -webkit-transform: skewX(345deg);
      transform: skewX(345deg);
      background-color: var(--primary-color);
      padding: 50px 10px 10px 50px;
      width: 85%;
      float: right;
      right: -5%;
      position: relative;
      margin-top: -40px;
       display: block; 
      /* display: -ms-flexbox; */
      /* display: flex; */
      /* -webkit-box-orient: horizontal; */
      /* -webkit-box-direction: normal; */
      /* -ms-flex-direction: row; */
      /* flex-direction: row; */
      /* -webkit-box-align: center; */
      -ms-flex-align: center;
      /* align-items: center; */
  }
  .advantages-wrapper .off-sec p strong{
    font-size: 24px;
  }
  
  .highlighted-sec {
          margin-top: 20px;
      
      }
      .grid-wrapper .grid:nth-child(3) {
      float: none;
      margin: 20px auto 0 24vw;
      display: inline-block;
  }
  .secondary-footer {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
      margin-top: 0;
      margin-right: -20px;
      margin-left: -20px;
      padding-top: 30px;
      padding-bottom: 50px;
  }
  .secondary-footer .sec-foot-grid h4 {
      
      font-size: 8vw;
      
  }
  .secondary-footer .sec-foot-grid .sec-foot-content h5 {
      font-size: 4.3vw;
  }
  .secondary-footer .sec-foot-grid .sec-foot-content p {
      font-size: 3vw;
  }
  .key-content {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      padding: 60px 20px 0;
  }
  .key-content-inner h4, .key-content-inner h4 p {
      font-size: 4.3vw;
      font-weight: 600;
      line-height: 1.2;
  }
  
  .showmobile {
      display: block !important;
  }
  .hidemobile {
      display: none !important;
  }
  .secondary-footer .sec-foot-grid .sec-foot-head {
      height: 130px;
      display: flex;
      justify-content: flex-end;
  }
  .secondary-footer .sec-foot-grid img {
      width: 70px;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
      margin-bottom: 20px;
  }
  .sec-foot-grid{
      position:relative;
  }
  .sec-foot-grid:nth-child(2n+1)::after {
      content: "";
      width: 1.5px;
      height: 53%;
      display: inline-block;
      position: absolute;
      right: 1px;
      background: white;
      top: 130px;
  }
  .sec-foot-grid.bdr .sec-foot-content,.key-content-inner.bdr{
      border:0;
  }
  .highlighted-sec .highlighted-center{
    padding-bottom: 0;
  }
  .key-content{
    margin-right: 0;
  }
  .key-content-inner {
      padding: 0 20px;
      margin-bottom: 40px;
  }
  .key-content-inner:nth-child(2n+1) {
      border-right: 1.5px solid black;
      padding-left: 0;
  }
  .key-content-inner.bdr{
padding-right: 0;
  }
  .key-content-inner.showmobile{
    padding-right: 0;
  }
  
  .iframe-wrapper .iframesec {
      display: block !important;
      padding: 0 50px;
  }
  
  .key-content-inner p{
    font-size: 3vw;
  }
  .center-text::after {
      display:none;
  }
  .center-text {
      width: 80%;
      left: 68px;
  }
  .center-heading h3 {
      font-size: 11vw;
      line-height: 10vw;
      margin-left: -15vw;
  }
  .center-heading h6 {
      width: 60%;
      margin: 0 auto;
      font-size: 4vw;
      margin-left: 7vw;
      line-height: 4vw;
  }
  .full-image-sec {
      width: 132%;
      margin-left: -36px;
  }
  .full-image-sec img {
      width: 100%;
      scale: 1.1;
  }
  .full-image-sec::after {
      /* background: blue; */
      content: "";
      width: 100%;
      height: calc(70%);
      display: block;
      position: absolute;
      /* top: 100%; */
      background-image: url("../images/side_banner.gif");
      /* background-image: url("https://4.bp.blogspot.com/-CkjK7tT8Yx8/WyKY5lJx9xI/AAAAAAADN-w/5B6jk5E8TIkv96M7K6utL_0NNpXEFqiowCLcBGAs/s1600/particles.gif"); */
      top: 0;
      right: -59%;
      z-index: -1;
      background-size: cover;
      background-repeat: repeat;
      transform: skewX(345deg);
  }
  
  .header-div #block-sitebranding {
      width: 32vw;
      height: 97px;
      margin-left: 15px;
  }
  .header-div .header #block-sitebranding .branding {
      width: 100%;
      padding: 0;
      margin: 0;
      height: 100%;
  }
  .header-div .header #block-sitebranding .branding img {
      
      max-width: 100%;
      height: 100%;
      
  }
  .header-div .hamburger {
      padding: 17px 31px !important;
      margin-top: 0px;
  }
  .secondary-footer .sec-foot-grid .sec-foot-content {
      padding: 0 20px;
      min-height: 50px; 
      margin-bottom: 40px;
  }
  
  }
  
  @media screen and (max-width:640px){
  .advantages-wrapper .off-sec p {
      max-width: 100%;
      margin-bottom: 0;
      font-size: 2.2vw;
      font-weight: 600;
      line-height: 2;
      color: var(--white);
      left: -7%;
      position: relative;
  }
  .advantages-wrapper .off-sec p strong{
    font-size: 3vw;
  }
  .advantages-wrapper .off-sec {
      -webkit-transform: skewX(345deg);
      transform: skewX(345deg);
      background-color: var(--primary-color);
      padding: 50px 10px 10px 13vw;
      width: 85%;
      float: right;
      right: -5%;
      position: relative;
      margin-top: -40px;
      /* display: block; */
      /* display: -ms-flexbox; */
      /* display: flex; */
      /* -webkit-box-orient: horizontal; */
      /* -webkit-box-direction: normal; */
      /* flex-direction: row; */
      /* -webkit-box-align: center; */
      -ms-flex-align: center;
      /* align-items: center; */
  }
  .advantages-wrapper .off-sec .off-badge span {
      font-size: 35px;
  }
  .video-sec iframe {
      
      height: 20vh;
      
  }
  
  }
  
  @media screen and (max-width:480px){
      
  .key-heading h4 {
      font-size: 4vw;
      padding-left: 3.3vw;
      text-align: left;
  }
  .advantages-wrapper .off-sec .off-badge span {
      font-size: 28px;
  }
  .advantages-wrapper .off-sec {
      padding: 50px 10px 10px 13vw;
  }
  .advantages-wrapper .off-sec p {
      font-size: 2.2vw;
  }
  .advantages-wrapper .off-sec p strong{
    font-size: 3vw;
  }
  }
  
  
  
  
  /*# sourceMappingURL=style.css.map */