body,
html,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
section,
main{
	margin:0px;
	padding:0px;
	display:block;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 16px;
	line-height: 20px;
	color:#000000;
}
img{
	max-width: 100%;
	height:auto;
	object-fit: cover;
}
a,
a i{
  color:unset;
  transition: all 0.4s;
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  color:unset;
}
button:focus,
.btn{
  outline: none;
  box-shadow: none;
}
.separator{
	margin:60px 0 0;
}
.separator-2{
	padding:30px 0;
}
.sepration{
	padding: 40px 0px 40px;
}
.sepration-1{
	padding: 80px 0px;
}

h1, h2, h3, h4, h5{
	font-weight:700;
}

h4{
	font-size: 24px;
	line-height: 29px;
}

.btn{
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	padding: 11px 12px;
	border:0;
	border-radius:0;
	transition: all 0.9s;
}
.btn-primary{
	background: #2E489D;
}
.btn-primary:hover{
	background: #000000;
}

.center{
    display: flex;
    justify-content: center;
	align-items: center;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
}
.middle{
	vertical-align: middle;
	display: inline-block;
}

.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px;
}
.font-20{
	font-size: 20px;
}
.form-control{
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
    background: #fff;
    border: 0;
    border-radius: 0;
    min-height: 40px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}
.form-control::placeholder{
	color: #000;
}

.font-weight-600{
	font-weight:600;
}
.font-weight-500{
	font-weight:500;
}

