/* ============================================== */
/* FONTS */
/* ============================================== */

@font-face {
    font-family: "Montserrat-Light";
    src: url("../../fonts/Montserrat-Light.ttf") format("opentype");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../../fonts/Montserrat-Bold.otf") format("opentype");
}

/* ============================================== */
/* RESET */
/* ============================================== */

@charset 'UTF-8';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

pre{
  width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  line-height: 1.5em;
  color:#8b8e96;
  cursor: default;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  border:none !important;
  vertical-align: top;
  max-width:100%;
  margin:0 auto;
  display:block;
}

a{
  text-decoration: none;
  cursor: pointer;
}

b,strong{
  color:black;
  font-weight: normal;
}

p,label,input{
  cursor: default;
}

form,
input{
  width: 100%;
  display: block;
}

label{
  color:black;
  margin:15px 0 10px;
  float: left;
  font-size: 0.87em;
}

input,
textarea,
button{
  outline: none;
  display: block;
  overflow: hidden;
  float: left;
  border:none;
  font-size: 0.87em;
}

fieldset, a > img{border:none;}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body{
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  background: #f9f9f9;
  font-size: 0.87em;
  font-family: "Montserrat-Light";
}


h1,h2,h3,h4,h5,h6,p{
  cursor: default;
}

p::first-letter{
  text-transform: capitalize;
}

h1,h2,h3,h4,h5,h6,p,a,li{
  line-height: 1.6em;
}

h1,h2,h3,h4,h5,h6{
  margin:10px 0;
  font-weight: lighter;
}

/*-- colof font --*/

p,a,li{color:#555555;}
h1,h2,h3,h4,h5,h6{color:black;}

/*-- headding font --*/

h1, .h1{font-size: 42px;line-height: 50px;}
h2, .h2{font-size: 32px;line-height: 42px;}
h3, .h3{font-size: 24px;line-height: 32px;}
h4, .h4{font-size: 18px;line-height: 26px;}
h5, .h5{font-size: 16px;line-height: 24px;}
h6, .h6{font-size: 14px;line-height: 20px;}

@media screen and (max-width: 768px) {
  .h1{font-size: 24px;line-height: 1em;}
  .h2{font-size: 18px;line-height: 1.3em;}
  .h3{font-size: 16px;line-height: 1.6em;}
  .h4{font-size: 14px;line-height: 1.5em;}
  .h5{font-size: 14px;}
}

h1, .h1{
  font-weight: 700;font-family: "Montserrat-Bold";
  color: #0b2133;
  text-transform: uppercase;
}

span a{color:#666666;}
span a:hover{color:white;}




