 
    @media only screen and (min-width: 481px) {
      .cnt223 {
        display: none;
      }
    }

    @media only screen and (max-width: 480px) {
      #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        z-index: 100;
        display: none;
      }

      .cnt223 a {
        text-decoration: none;
      }

      .popup-onload {
        width: 100%;
        margin: 0 auto;
        display: none;
        position: fixed;
        z-index: 101;
      }

      .cnt223 {

        min-height: 150px;
        margin: 22px auto;
        background: #f3f3f3;
        position: relative;
        z-index: 103;
        padding: 15px 15px;
        border-radius: 5px;
        box-shadow: 0 2px 5px #000;
      }

      .cnt223 p {
        clear: both;
        color: #555555;
        /* text-align: justify; */
        font-size: 20px;
        font-family: sans-serif;
      }

      .cnt223 p a {
        color: #d91900;
        font-weight: bold;
      }

      .cnt223 .x {
        float: right;
        height: 35px;
        left: 22px;
        position: relative;
        top: -25px;
        width: 34px;
      }

      .cnt223 .x:hover {
        cursor: pointer;
      }


    }

    @media only screen and (max-width: 480px) {
      .showcases {
        width: 100%;
        height: 380px !important;
        position: relative;
        color: white;
        text-align: center;
        z-index: 1;
      }
    }

    @media only screen and (max-width: 480px) {
      .vc_custom_1546938398438 {
        height: 130vh !important;
      }
    }


    @media only screen and (min-width:480px) and (max-width: 768px) {
      .vc_custom_1546938398438 {
        height: 48vh !important;
      }
    }

    @media only screen and (min-width:769px) and (max-width: 820px) {
      .vc_custom_1546938398438 {
        height: 61vh !important;
      }
    }

    @media only screen and (min-width:820px) and (max-width: 992px) {
      .vc_custom_1546938398438 {
        height: 31vh !important;
      }
    }


    @media only screen and (min-width:992px) and (max-width: 1366px) {
      .vc_custom_1546938398438 {
        height: 94vh !important;
      }
    }

    .homeicon {
      position: relative;
    }

    .homeicon img {
      padding: 10px;
    }

    @media only screen and (max-width: 768px) {
      .cb-slideshow {
        height: 50% !important;
      }
    }

    @media only screen and (max-width:480px) {

      .cb-slideshow {
        display: none;

      }

    }


    @media only screen and (min-width:480px) {

      .iconshome {
        display: none;

      }

    }

    .iconshome {
      width: 100%;
      top: 7vh;
      position: absolute;
      text-align: center;

    }






    .iconshome ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      text-align: center;
      position: relative;

    }










    .homeicon {
      position: relative;
    }

    .homeicon img {
      padding: 10px;
    }

    @media only screen and (max-width:480px) {
      .mobshow {
        background-image: url(../proslider/mob2.jpg) !important;
        background-size: cover !important;
      }


      .iconshome ul li {
        width: 50%;
        margin-bottom: 15px !important;
        text-align: center !important;

      }

      .expo {
        font-size: 16px;

        width: 50%;
        margin: auto;
        background-color: #ec3237;
        color: #fff;
        border-radius: 4px;
        padding: 7px;
      }


      .litext p {
        color: white;
        margin-top: 12px;
        font-size: 12px;
      }



      .indus {
        font-size: 5vh;
        margin-top: 67px;

      }

      .iconshome span {

        color: #ec3237;
        font-weight: 700;
        font-size: 19px;

      }

      .baretext01 {
        margin-bottom: 40px;
      }
    }


    @media only screen and (max-width:992px) and (min-width:480px) {
      .mobshow {
        background-image: url(../proslider/mobtab.jpg) !important;
        background-size: cover !important;
      }


      .iconshome ul li {
        width: 50%;
        margin-bottom: 75px !important;
        text-align: center !important;

      }


      .expo {
        font-size: 32px;

        width: 40%;
        margin: auto;
        background-color: #ec3237;
        color: #fff;
        border-radius: 4px;
        padding: 25px;
      }


      .litext p {
        color: white;
        margin-top: 12px;
        font-size: 26px;
      }

      .litext img {
        width: 130px;
      }


      .indus {
        font-size: 9vh;
        margin-top: 10vh;
        line-height: 98px;

      }



      .iconshome span {

        color: #ec3237;
        font-weight: 700;
        font-size: 32px;

      }

      .baretext01 {
        margin-bottom: 10vh;
      }

    }






    @media only screen and (min-width:768px) and (max-width:1024px) {
      .launch {
        background-size: cover !important;
        background-image: url(../images/pounch2.jpg) !important;
      }
    }

    .launch {
      background-size: contain;
      background-image: url(../images/pounch.jpg);

    }




    }








    @media only screen and (min-width:481px) {
      .btnrow {
        margin-top: 10px
      }
    }

    @media only screen and (max-width:480px) {
      .btnrow {
        margin-left: 20px;
        margin-top: 10px
      }
    }




    #slider1 {
      width: 80%;
      margin: 0 auto;
      position: relative;
      overflow: hidden;

    }

    .slide1 {
      width: 100%;

      display: none;
      animation-name: fade;
      animation-duration: 1s;

    }

    .slide1 img {
      width: 100%;
    }


    @keyframes fade {
      from {
        opacity: 0.5;
      }

      to {
        opacity: 1;
      }
    }

    .controls {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em;
      padding: 15px 10px;
      border-radius: 5px;

    }

    .controls:hover {

      transition: 0.3s;
    }

    .controls:active {
      color: grey;
    }

    #left-arrow {
      left: -10px;
    }

    #right-arrow {
      right: -10px;
    }

    #dots-con {

      text-align: center;
    }

    .dot {
      display: inline-block;
      background: grey;
      padding: 8px;
      border-radius: 50%;
      margin: 10px 5px;
    }



    @media (max-width:576px) {
      #slider {
        width: 100%;

      }

      .controls {
        font-size: 1em;
      }

      #dots-con {
        display: none;
      }
    }


    .industry {
      margin: 20px 20px !important;
      font-size: 30px !important;
    }
   