@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}


body,
html,
p,
h1 {
  height: 100%;
  margin: 0;
  font-family: "poppins";
}

.bgimg {
  /* background-image: url('../images/variex-landing.png'); */
  /* background-color: #ffff; */
  /* background: #FFF; */
background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(228, 175, 120, 1) 100%);
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}

.middle {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  font-family: 'poppins';
}

.middle h1 {
  font-weight: 500;
  letter-spacing: 0.12em;
}

hr {
  width: 37px;
  margin: 20px auto;
}

.companylogo img {
  width: 400px;
  margin-top: 4%;
}
.address a{
  color: #ffff;
  text-decoration: none;
}
.conven-para{
  line-height: 34px;
    font-size: 20px;
    color: #000;
    padding-top: 40px;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
 
}
@media screen and (max-width: 991px) {
 .middle {
  left: 0;
  transform: none;
  padding: 0px 50px;
}
}
@media screen and (max-width: 767px) {
 
.companylogo img {
  width: 146px;
}

@media screen and (max-width: 480px){
  .middle {
    position: absolute;
    text-align: center;
    font-family: 'poppins';
    width: 100%;
}
.middle h1 {
  font-size: 35px;
}
}
}