/****---- Google Font ----****/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');

/****---- Default CSS ----****/

html,
body {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.5s ease;
}

i.flat::before {
  margin-left: 0px !important;
}

ul,
li {
  padding: 0px;
  margin: 0px;
}

p {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: #797979;
  padding-bottom: 20px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0px;
  color: #262626;
  font-weight: 600;
  line-height: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #262626;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}

h1 span {}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.display-1 {
  font-size: 150px;
  font-weight: 600;
}

.display-2 {
  font-size: 120px;
  font-weight: 600;
}

.display-3 {
  font-size: 100px;
  font-weight: 600;
}

.display-4 {
  font-size: 80px;
  font-weight: 600;
}

.display-5 {
  font-size: 60px;
  font-weight: 500;
}

.d-flex {
  display: flex;
}

.text-center {
  align-items: center;
}

.text-uppercase {
  text-transform: uppercase;
}

#particle-canvas {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: -1;
}

#particle-canvas>div {
  background: none !important;
}

.mr-top-50 {
  margin-top: 50px;
}

.mr-bottom-50 {
  margin-bottom: 50px;
}

.mr-top-40 {
  margin-top: 40px;
}

.mr-top-30 {
  margin-top: 30px;
}

.mr-top-20 {
  margin-top: 20px;
}

.mr-bot-20 {
  margin-bottom: 20px;
}

.mr-0-auto {
  margin: 0 auto;
}

.mr-20-auto {
  margin: 20px auto;
}

.preloader {
  background: #fff url("../img/loader.gif") no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}


/****---- Default CSS ----****/