/* ============================================== */
/* 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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main,img,form,input,label,textarea,button,
p,h1,h2,h3,h4,h5,h6{display: block;}
section{position: relative;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
fieldset, a > img,input,textarea,button{border:none;}
input,textarea,button{outline: none;overflow: hidden;}
html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
*, *:before, *:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit;}
body{-webkit-font-smoothing: antialiased;overflow-y: scroll;}
img {border:none !important;vertical-align: top;max-width:100%;margin:0 auto;}
a{text-decoration: none;}
a:hover{cursor: pointer !important;}
label{margin:15px 0 10px;}
form,input,label,section,p,h1,h2,h3,h4,h5,h6{width: 100%;}
h1,h2,h3,h4,h5,h6,p,label{cursor: default;}
p::first-letter{text-transform: capitalize;}
pre{white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;cursor: default;}
p,h1,h2,h3,h4,h5,h6,input,textarea,button, section,label{float: left;}

/*-- Styles color --*/

:root {
  --color-primary:  #263D60; 
  --color-secondary:#188493;
  --color-neutral:  #92CE00;
  --color-black:    #152031;

  --color-primary-hover:  #314C72; 
  --color-secondary-hover:#239AA3;
  --color-neutral-hover:  #B1E50E;

  --color-grey:     #8A8A8B;
  --color-silver:   #EEF2F9;
  --color-light:    #F8FAFD;
  --color-white:    #ffffff;
}


/*-- Body --*/

body{
  background:var(--color-white);
}

/*-- Font --*/

body,pre,input,label,button,textarea{
  font-family: 'Poppins', sans-serif;
  overflow-wrap: break-word;
}

/*-- Font Margin --*/

h1,h2,h3,h4,p{
  margin:10px 0;
}

/*-- Font Color --*/

p,li,a,body,pre{color:var(--color-grey);}
h1,h2,h3,h4,h5,h6{color:var(--color-black);}

/*-- Font Weight --*/

p,li,a,body,pre{font-weight: 300;}
h1,h2,h3,h4,h5,h6,b,label{font-weight: 600;}

/*-- Font Size --*/

label,input,textarea,
button,body,pre,p,a,li{
  font-size: 18px;
  line-height: 28px;
}

/*-- Headding Font --*/

.h1{font-size: 80px;line-height: 80px;}
.h2{font-size: 40px;line-height: 50px;}
.h3{font-size: 28px;line-height: 40px;}
.h4{font-size: 20px;line-height: 32px;}

@media screen and (max-width: 1280px) {
  label,input,textarea,
  button,body,pre,p,a,li{
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1440px) {
  .h1{font-size: 60px;line-height: 60px;}
  .h2{font-size: 35px;line-height: 40px;}
  .h3{font-size: 28px;line-height: 40px;}
  .h4{font-size: 20px;line-height: 32px;}
}

@media screen and (max-width: 768px) {
  .h1{font-size: 35px;line-height: 40px;}
  .h2{font-size: 28px;line-height: 35px;}
  .h3{font-size: 20px;line-height: 28px;}
  .h4{font-size: 16px;line-height: 24px;}
}

@media screen and (max-width: 480px) {
  .h1{font-size: 24px;line-height: 28px;}
  .h2{font-size: 22px;line-height: 26px;}
  .h3{font-size: 18px;line-height: 24px;}
  .h4{font-size: 14px;line-height: 20px;}
  h1,h2,h3,h4,p{
    margin:5px 0;
  }
  label,input,textarea,
  button,body,pre,p,a,li{
    font-size: 14px;
    line-height: 22px;
  }
}

/*-- Form --*/

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder {color:var(--color-grey);}
input:-moz-placeholder {color:var(--color-grey);}
input::-moz-placeholder {color:var(--color-grey);}
input:-ms-input-placeholder {color:var(--color-grey);}

textarea::-webkit-input-placeholder {color:var(--color-grey);}
textarea:-moz-placeholder {color:var(--color-grey);}
textarea::-moz-placeholder {color:var(--color-grey);}
textarea:-ms-input-placeholder {color:var(--color-grey);}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--color-light) inset;
    -webkit-text-fill-color: var(--color-black);
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px var(--color-light) inset;
    -webkit-text-fill-color: var(--color-black);
}



