@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*::after, *::before, * {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

#go-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #115bbb;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  z-index: 997;
  cursor: pointer;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
  background: #ddd !important;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Roboto", sans-serif !important;
}

p {
  text-align: justify;
}

.wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: #ffff;
}
.wrapper #social-media-control {
  background: #1d6cd4;
  position: fixed;
  top: 30%;
  left: 0;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  color: #fff;
  z-index: 997;
  cursor: pointer;
  padding: 10px;
}
.wrapper #social-media-control a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
.wrapper .header {
  width: 80%;
  padding: 15px 40px;
  margin: 0 auto;
}
.wrapper .header .logo img {
  width: 300px;
  height: 80px;
  object-fit: contain;
}
.wrapper .footer {
  background: #3577ce;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn{
  border-radius: 2px !important;
  display: block;
  margin-bottom: 20px;
  background-color: #3577ce !important;
  border:none !important;
  padding: 10px !important;
  text-transform: uppercase;
}
.wrapper .footer p {
  margin: 0;
}
.wrapper .banner {
  background-image: linear-gradient(#3577ce86, #3577ce86), url("../../images/aged-machines-quiet-reminders-past-industrial-achievements.jpg");
  background-size: cover;
  background-position: bottom;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .banner .content {
  width: 80%;
  margin: 0 auto;
}
.wrapper .banner .content .time_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3577ce;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.wrapper .banner .content .time_block h2 {
  margin: 0;
  font-size: 42px;
}
.wrapper .banner .content .time_block p {
  color: #fff;
  margin: 0;
}
.wrapper .banner .content h1 {
  font-weight: 300;
  font-size: 50px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
}
.wrapper .banner .content h2 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
}
.wrapper .banner .content h4 {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
}
.wrapper .banner .content h3 {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
}
.wrapper .strip {
  background: #3577ce;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.wrapper .strip .blocks {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wrapper .strip .blocks h3 {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
}
.wrapper .strip .blocks p {
  margin: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.wrapper .main .divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .main .divider .line1 {
  width: 60%;
  height: 1px;
  display: block;
  border: 1px solid #3577ce;
  opacity: 0.35;
}
.wrapper .main .divider .line2 {
  width: 60%;
  height: 1px;
  display: block;
  border: 1px solid #3577ce;
  opacity: 0.35;
}
.wrapper .main .divider .icon {
  width: 100px;
  height: 100px;
  display: block;
}
.wrapper .main .divider .icon img {
  width: 100px;
  height: 100px;
}
.wrapper .main section .title {
  position: relative;
}
.wrapper .main section .title img {
  position: absolute;
  left: -35px;
  width: 70px;
  height: 70px;
  object-fit: contain;
  z-index: 0;
}
.wrapper .main section .title h1 {
  font-size: 45px;
  font-weight: 300;
  color: #333;
  z-index: 100;
  position: relative;
}
.wrapper .main section .title h1 span {
  color: #3577ce;
  font-weight: 600;
}
.wrapper .main section.products {
  width: 85%;
  margin: 0 auto;
}
.wrapper .main section.products .content {
  margin: 30px 0;
  padding: 20px;
}
.wrapper .main section.products .content .row {
  margin: 20px 0;
}
.wrapper .main section.products .content .block h3 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.wrapper .main section.products .content .block .iconCircle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3577ce;
  border-radius: 50%;
}
.wrapper .main section.products .content .block .iconCircle img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.wrapper .main section .note {
  padding: 15px;
  background: #f3f3f3;
  font-size: 18px;
}
.wrapper .main section.participation {
  width: 85%;
  margin: 50px auto;
}
.wrapper .main section.participation .sub-heading {
  color: #3577ce;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
}
.wrapper .main section.participation .link {
  padding: 12px 30px;
  background: #3577ce;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}
.wrapper .main section.participation p {
  font-size: 25px;
  font-weight: 300;
}
.wrapper .main section.participation .inner_content {
  margin: 40px 0 0 0;
}
.wrapper .main section.participation .inner_content h1 {
  font-weight: 600;
  font-size: 40px;
}
.wrapper .main section.venue {
  background-image: linear-gradient(#115bbb9d, #115bbb9d), url("../../images/precision-machinery-shapes-golden-substance-with-robotic-exactitude.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .main section.venue .content {
  width: 90%;
  margin: 0 auto;
}
.wrapper .main section.venue .content h3 {
  font-weight: 300;
  color: #fff;
  font-size: 35px;
}
.wrapper .main section.venue .content h1 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}
.wrapper .main section.aboutExhibition {
  padding: 30px;
}
.wrapper .main section.aboutExhibition h3 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
.wrapper .main section.aboutExhibition h3 span {
  font-weight: 600;
  color: #3577ce;
}
.wrapper .main section.aboutExhibition a {
  padding: 10px 15px;
  background: #3577ce;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 300;
}
.wrapper .main section.aboutExhibition a.down-circular {
  background: #115bbb;
  color: #fff;
}
.wrapper .main section.aboutExhibition img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper .main section.aboutExhibition p.first-para {
  margin-top: 20px;
}
.wrapper .main section.aboutExhibition p {
  font-weight: 300;
  font-size: 20px;
}
.wrapper .main section.info {
  width: 85%;
  margin: 50px auto 0 auto;
  padding: 15px;
}
.wrapper .main section.info .sub-heading {
  color: #3577ce;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
}
.wrapper .main section.info p {
  font-size: 20px;
  font-weight: 300;
}
.wrapper .main section.info .link {
  padding: 12px 30px;
  background: #115bbb;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  margin: 20px 0 40px 0;
  display: inline-block;
}
.wrapper .main section.boothDisplay {
  width: 85%;
  margin: 0 auto;
}
.wrapper .main section.boothDisplay .content {
  margin: 30px 0;
  padding: 20px;
}
.wrapper .main section.boothDisplay .content .row {
  margin: 20px 0;
}
.wrapper .main section.boothDisplay .content .block h3 {
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
}
.wrapper .main section.boothDisplay .content .block .iconCircle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3577ce;
  border-radius: 50%;
}
.wrapper .main section.boothDisplay .content .block .iconCircle img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.wrapper .main section.how_to_apply {
  background: #3577ce;
  padding: 30px 50px;
}
.wrapper .main section.how_to_apply .content {
  width: 85%;
  margin: 0 auto;
}
.wrapper .main section.how_to_apply h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
}
.wrapper .main section.how_to_apply .link {
  padding: 12px 30px;
  background: #115bbb;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  margin: 20px 0 10px 0;
  display: inline-block;
}
.wrapper .main .strip2 {
  background: #115bbb;
  padding: 20px 50px;
}
.wrapper .main .strip2 .content {
  margin: 0 auto;
  width: 85%;
}
.wrapper .main .strip2 p {
  margin: 0;
  color: #333;
  font-size: 22px;
  font-weight: 300;
}

.wrapper .anch-menu {
  width: 60px;
  height: 60px;
  background: #115bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: fixed;
  top: 30px;
  right: 30px;
  text-decoration: none;
  color: #fff;
  z-index: 1000;
}

.wrapper .anch-close-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

.wrapper .menu {
  width: 0;
  position: fixed;
  height: 100%;
  background: #3577ce;
  z-index: 1000;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  display: none;
}

.wrapper .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.wrapper .menu ul a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 500;
  display: block;
  padding: 10px;
  text-align: center;
  position: relative;
}

.wrapper .menu ul a:hover {
  color: #115bbb;
}

.wrapper .menu ul a:hover::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #115bbb;
  bottom: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  animation: grow 0.45s ease;
}

@keyframes grow {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}
.menu.slide {
  display: flex;
  width: 300px;
  animation: slideIn 0.45s ease;
}

@media screen and (max-width: 600px) {
  .banner {
    background-image: linear-gradient(#3577ce86, #3577ce86), url("../../images/Rectangle 53.png");
    background-size: cover;
    background-position: bottom;
    height: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .container h1 {
    font-weight: 300;
    font-size: 30px !important;
    color: #fff;
  }
  .banner .container h2 {
    font-size: 30px !important;
    font-weight: 800;
    color: #fff;
  }
  .banner .container h4 {
    font-weight: 300;
    font-size: 20px !important;
    color: #fff;
  }
  .banner .container h3 {
    font-size: 25px !important;
    font-weight: 300;
    color: #fff;
  }
}