html {
	height: 100%;
	font-size:15px
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100%;
	position: relative;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
	font-size:1rem;color:#242329;-
	padding: 0;
	margin: 0;
	outline: 0;
	background: #f7fafc;
}

a {
	outline: 0!important;
	text-decoration: none
}

b,
strong {
	font-weight: 700;
}

li {
	list-style: none
}

img {
	max-width: 100%
}

input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
	outline: 0 none
}

a:focus {
	outline: 0
}

img {
	max-width: 100%
}

* {
	padding: 0;
	margin: 0;
	outline: 0
}
/*global css start*/
.block{ display: block;}
.offset-none {
	padding: 0
}

.offset-left-none {
	padding-left: 0
}

.offset-right-none {
	padding-right: 0
}

main {
	overflow: hidden;
	padding-top: 0;
}


 @media (min-width: 1200px)
{
.container{max-width: 1136px;}
} 


/*global css end*/

