/*----------------------------------
--------- DEFAULT CSS --------
----------------------------------*/
@font-face {
  font-family: "Bodoni-PosterItalic";
  src: url("../fonts/BodoniPosterItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/BodoniPosterItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/BodoniPosterItalic.otf") format("opentype"), /* Open Type Font */
    url("../fonts/BodoniPosterItalic.svg") format("svg"), /* Legacy iOS */
    url("../fonts/BodoniPosterItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/BodoniPosterItalic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/BodoniPosterItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aller-Bold";
  src: url("../fonts/AllerBd.eot"); /* IE9 Compat Modes */
  src: url("../fonts/AllerBd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/AllerBd.otf") format("opentype"), /* Open Type Font */
    url("../fonts/AllerBd.svg") format("svg"), /* Legacy iOS */
    url("../fonts/AllerBd.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/AllerBd.woff") format("woff"), /* Modern Browsers */
    url("../fonts/AllerBd.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,700;1,400&display=swap');

body {
  line-height: 17px;
  font-size: 14px;
  color: #000000;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
	color: #363843;
	font-family: 'Bodoni-PosterItalic', sans-serif;
	line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
    font-size: 23px;
    font-weight: 30px;
}
h2 {
    font-size: 23px;
    line-height: 30px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
a {
    transition: 0.4s;
}
a,
a:hover {
    color: #363843;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: underline;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
.sec-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 55px;
}
.sec-title h2 {
    margin-bottom: 20px;
	text-transform: uppercase;
}
.owl-dot.active {
    background: #fff;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 .flexbox-bottom{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.content-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexbox-vertical-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.container {
    max-width: 960px;
}
/* END of Pre Loader Style */
