/*@font-face {
    font-family: 'Nexa-Black';
    src: url('../fonts/Nexa-Black.eot');
    src: local('Nexa Black'), local('Nexa-Black'),
        url('../fonts/Nexa-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Black.woff2') format('woff2'),
        url('../fonts/Nexa-Black.woff') format('woff'),
        url('../fonts/Nexa-Black.ttf') format('truetype'),
        url('../fonts/Nexa-Black.svg#Nexa-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa-Light';
    src: url('../fonts/Nexa-Light.eot');
    src: local('Nexa Light'), local('Nexa-Light'),
        url('../fonts/Nexa-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Light.woff2') format('woff2'),
        url('../fonts/Nexa-Light.woff') format('woff'),
        url('../fonts/Nexa-Light.ttf') format('truetype'),
        url('../fonts/Nexa-Light.svg#Nexa-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa-Bold';
    src: url('../fonts/Nexa-Bold.eot');
    src: local('Nexa Bold'), local('Nexa-Bold'),
        url('../fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Bold.woff2') format('woff2'),
        url('../fonts/Nexa-Bold.woff') format('woff'),
        url('../fonts/Nexa-Bold.ttf') format('truetype'),
        url('../fonts/Nexa-Bold.svg#Nexa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa-Regular';
    src: url('../fonts/Nexa-Regular.eot');
    src: local('Nexa Regular'), local('Nexa-Regular'),
        url('../fonts/Nexa-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Regular.woff2') format('woff2'),
        url('../fonts/Nexa-Regular.woff') format('woff'),
        url('../fonts/Nexa-Regular.ttf') format('truetype'),
        url('../fonts/Nexa-Regular.svg#Nexa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa-XBold';
    src: url('../fonts/Nexa-XBold.eot');
    src: local('Nexa XBold'), local('Nexa-XBold'),
        url('../fonts/Nexa-XBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-XBold.woff2') format('woff2'),
        url('../fonts/Nexa-XBold.woff') format('woff'),
        url('../fonts/Nexa-XBold.ttf') format('truetype'),
        url('../fonts/Nexa-XBold.svg#Nexa-XBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa-Heavy';
    src: url('../fonts/Nexa-Heavy.eot');
    src: local('Nexa Heavy'), local('Nexa-Heavy'),
        url('../fonts/Nexa-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Heavy.woff2') format('woff2'),
        url('../fonts/Nexa-Heavy.woff') format('woff'),
        url('../fonts/Nexa-Heavy.ttf') format('truetype'),
        url('../fonts/Nexa-Heavy.svg#Nexa-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/





body,
* {
	box-sizing: border-box;

}

html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	font-family: "nexa", sans-serif;
	font-weight: 500;
	font-style: normal;
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: "nexa", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

body,
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

body {
	font-size: 20px;
	line-height: 1.5;
}

h1,
h2 {
	font-weight: 700;

	line-height: 1.1;
}

.image-fluid {
	width: 100%;
}

h1,
h2,
h3,
h4.h5,
h6 {
	margin: 0;
}


ul{
	padding: 0;
	list-style: none;
}
li{
	list-style: none;
}
.cmn_btn {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	padding: 17px 25px;
	min-width: 215px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s;
}

.bold {
	font-weight: 700;
}

