/*
============================
Name:
Version: 1.0.0
Description:
Author: Sujon mahamud
Author URI:
Location:
============================
*/

html,
body{
  height: 100%;
}

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
input, textarea, select, option, {
  max-width: 100%;
}

img{
  max-width: 100%;
  max-height: 100%;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:focus{
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  font-family: 'gilroy';
  font-weight: 700;
  color: #041015;
}
p{
  margin: 0;
}

body{
  font-family: 'gilroy';
  font-size: 16px;
  color: #59656A;
  font-weight: 400;
  line-height: 150%;
  overflow-x: hidden;

}


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

.section-padding{

}

.space10{
  height: 10px;
}
.space20{
  height: 20px;
}
.space30{
  height: 30px;
}

.space40{
  height: 40px;
}
.space50{
  height: 50px;
}
.space60{
  height: 60px;
}
.space70{
  height: 70px;
}
.space80{
  height: 80px;
}
.space90{
  height: 90px;
}

.pl50{
  padding-left: 50px;
}
.pr50{
  padding-right: 50px
}
