
/*Responsive CSS*/


/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1367px) {
  .container {
      width: 1200px;
  }

}


/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1170px) and (max-width: 1366px) {
  .container {
      width: 1200px;
  }

  /*Header*/

  /*Footer*/
}


/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1169px) {
  .container {
      width: 970px
  }
  /*Other Expo*/
  .sec-title h1 {
      font-size: 24px;
  }
  .expo-item {
      margin: 0 5px;
  }

}


/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {
  .container {
      width: 750px
  }
  /*Show Deails*/
  .show-wrap.show-one,
  .show-wrap.show-two {
      margin-bottom: 30px;
  }
  .show-info h3 {
      font-size: 18px;
  }
  .show-info ul li {
      font-size: 16px;
  }
  /*Share Area*/
  .share-info {
      margin: 0 10px;
      padding: 20px 15px;
  }
  .share-text h3 {
      font-size: 18px;
  }
  .share-text p {
      font-size: 16px;
  }

  /*Other Expo*/
  .expo-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .expo-item {
      width: 20%;
      margin: 15px 15px;
  }

}


/*Extra Small Media Device*/

@media (max-width: 767px) {
  .container {
      width: 300px
  }
  /*Banner Area*/
  .content-wrap h2 {
      font-size: 20px;
  }
  .content-wrap h3 {
      font-size: 18px;
  }
  .reg-button {
      font-size: 18px;
  }
  .content-wrap {
    margin-bottom: 20px;
  }
  .ex-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exh-inner {
    padding: 15px;
  }
  .ex-logo img {
    max-width: 225px;
    margin-right: 0;
  }
  .ex-logo h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
  }
  .exh-text p {
    font-size: 16px;
  }
  .reg-button {
    font-size: 16px;
    padding: 0 20px;
  }
  /*Exhibitor Area*/
  .exhibitor-logo {
      max-width: 270px;
  }
  .exh-logo h2 {
      font-size: 22px;
  }
  .exh-logo p {
      font-size: 16px;
  }
  .why-content li {
      width: 100%;
  }
  /*Show Deails*/
  .show-wrap.show-one,
  .show-wrap.show-two {
      margin-bottom: 30px;
  }
  .show-info h3 {
      font-size: 18px;
  }
  .show-info ul li {
      font-size: 16px;
  }
  .show-details-area .row {
      width: inherit;
  }
  .show-details-area .col-sm-3 {
      width: 100%;
  }

  /*Social Shara ARea*/
  .sec-title h1 {
    font-size: 22px;
  }
  .share-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .share-info {
      width: 100%;
      margin: 0;
      padding: 30px 10px;
  }
  .share-info.one,
  .share-info.two {
      margin-bottom: 30px;
  }
  .share-text h3 {
      font-size: 18px;
  }
  .share-text p {
      font-size: 16px;
  }

  /*CountDown Area*/
  .countdown {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .cdown {
      text-align: center;
      margin-bottom: 30px;
      border: 1px solid #999;
      border-radius: 6px;
      width: 200px;
      padding: 20px 0;
  }
  .cdown:last-child {
      margin-bottom: 0px;
  }

  /*Other Show Area*/
  .expo-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .expo-item {
      width: 45%;
      margin: 0 5px;
      margin-bottom: 20px;
  }
  .expo-item:last-child {
      margin-bottom: 0px;
  }
  .sec-mes h2 {
    font-size: 20px;
    line-height: 1.4;
  }

}





/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
      width: 450px
  }
}

/* Header and Footer Responsive */
@media (max-width: 1919.98px) {
  .heder-right-tagline h1 span {
    font-size: 60px;
  }
.heder-right-tagline h1 {
  font-size: 7.5rem;
}
.heder-right-tagline .sub-tag-wrap:after {
  width: 150px;
}
.heder-right-tagline .sub-tag:after {
  width: 150px;
}
  .footer-left {
    padding-left: 60px;
  }
  .footer-right {
    padding-right: 60px;
  }
}
@media (max-width: 1599.98px) {
  /* Header */
  .header-left-inner img {
    max-width: 260px;
  }
  .heder-right-tagline .sub-tag-wrap:after {
    width: 120px;
  }
  .heder-right-tagline .sub-tag:after {
    width: 120px;
  }
  .heder-right-tagline h1 {
    font-size: 70px;
  }
  .heder-right-tagline h1 span {
    font-size: 56px;
  }
  .heder-right-tagline {
    width: 94%;
  }
  .footer-left {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-middle-content h1 {
    font-size: 5rem;
  }
  .footer-middle-content .sub-line1:after {
    width: 140px;
  }
  .footer-middle-content .sub-line1 p:after {
    width: 140px;
  }
}

@media (max-width: 1365.98px) {
  .heder-right-logo p {
    font-size: 10px;
  }
  .heder-right-logo img {
    max-width: 60px;
  }
  .footer-left img {
    max-width: 180px;
  }
  .footer-middle-content h1 {
    font-size: 4.5rem;
  }
  .footer-middle-content p {
    font-size: 28px;
  }
}

@media (max-width: 1199.98px) {
  .header-left-inner {
    padding: 20px;
  }
  .header-left-inner img {
    max-width: 200px;
  }
  .heder-right-logo p {
    font-size: 10px;
  }
  .heder-right-logo img {
    max-width: 70px;
  }
  .heder-right-tagline {
    width: 97%;
  }
  .heder-right-tagline h1 {
    font-size: 5.5rem;
  }
  .heder-right-tagline h1 span {
    font-size: 44px;
  }
  .heder-right-tagline .sub-tag {
    font-size: 24px;
  }
  .heder-right-tagline .sub-tag-wrap:after {
    width: 90px;
  }
  .heder-right-tagline .sub-tag:after {
    width: 90px;
  }
  .heder-right-logo {
    padding-left: 30px;
  }
  .footer-left img {
    max-width: 170px;
  }
  .footer-right img {
    max-width: 120px;
  }
  .footer-middle-content h1 {
    font-size: 3.5rem;
  }
  .footer-middle-content p {
    font-size: 24px;
  }
  .footer-middle-content .sub-line1 p:after {
    width: 90px;
  }
  .footer-middle-content .sub-line1:after {
    width: 90px;
  }
}

@media (max-width: 1023.98px) {
  .header-left {
    padding: 15px;
    padding-right: 0;
    margin-right: -15px;
  }
  .header-left-content {
    padding: 15px;
  }
  .header-left-content:before {
    width: 15px;
  }
  .header-left-inner {
    padding: 15px;
  }
  .header-left-inner img {
    max-width: 150px;
  }
  .header-left-inner p {
    font-size: 2rem;
    padding-top: 5px;
  }
  .header-right {
    width: calc(70% + 15px);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .heder-right-tagline {
    border-width: 15px;
  }
  .heder-right-tagline h1 {
    font-size: 4rem;
  }
  .heder-right-tagline h1 span {
    font-size: 32px;
  }
  .heder-right-tagline .sub-tag-wrap:after {
    width: 60px;
  }
  .heder-right-tagline .sub-tag:after {
    width: 60px;
  }
  .heder-right-logo {
    padding-left: 20px;
  }
  .heder-right-logo img {
    max-width: 60px;
  }
  .heder-right-tagline .sub-tag {
    font-size: 18px;
  }

  .footer-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-left img {
    max-width: 130px;
    margin: 10px 0;
  }
  .footer-right img {
    max-width: 80px;
  }
  .footer-middle-content h1 {
    font-size: 3rem;
  }
  .footer-middle-content .sub-line1 p {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/header-bg.jpg) no-repeat center left 80% / cover;
    position: relative;
    z-index: 1;
  }
  .header:before {
    background: -webkit-gradient(linear, right top, left top, from(#f78f1e), to(#a4344c));
    background: -webkit-linear-gradient(right, #f78f1e, #a4344c);
    background: linear-gradient(to left, #f78f1e, #a4344c);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    mix-blend-mode: multiply;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    padding: 10px 20px;
  }
  .xs-visible p {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
  }
  .header-top img {
    max-width: 100px;
  }
  .header-left {
    display: none;
  }
  .header-right {
    width: 100%;
    background: none;
  }
  .header-right:before {
    display: none;
  }
  .heder-right-tagline {
    width: 100%;
    border-width: 10px;
    padding: 5px;
  }
  .heder-right-tagline h1 {
    font-size: 3.5rem;
  }
  .heder-right-tagline h1 span {
    font-size: 28px;
  }
  .heder-right-logo {
    padding: 10px;
    text-align: center;
  }
  .heder-right-logo p {
    margin-bottom: 5px;
  }
  .heder-right-logo img {
    max-width: 100px;
  }
  .heder-right-tagline {
    border: 10px solid #fff;
    border-left: 10px solid #fff;
    padding: 15px;
  }
  .heder-right-tagline .sub-tag {
    font-size: 16px;
  }
  .heder-right-tagline .sub-tag-wrap:after {
    width: 30px;
  }
  .heder-right-tagline .sub-tag:after {
    width: 30px;
  }
  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-middle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .footer-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -ms-grid-row-align: center;
        align-items: center;
  }
  .footer-middle-content h1 {
    font-size: 2.5rem;
    padding: 15px 10px;
  }
  .footer-middle-content .sub-line1 p a {
    font-size: 16px;
  }
  .footer-middle-content .sub-line1:after {
    width: 30px;
  }
  .footer-middle-content .sub-line1 p:after {
    width: 30px;
  }
}