/* Eric Meyer's Reset */
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;
}
*,
:before,
:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2B2B2B;
  font-family: 'Inter', sans-serif;
}
.wrapper{
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}
body img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
*:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*
 2.0.3) Form Elements
 -----------------------------*/
 input {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    color: inherit;
    background: transparent;
    border: 1px solid transparent;
    width: 100%;
    line-height: normal;
  }
  @media screen and (max-width: 767px) {
    input{
      font-size: 11px;
    }
  }
  strong,
  b {
    font-weight: bold;
  }
  
  em {
    font-style: italic;
    margin-bottom: 10px;
  }
  
  blockquote {
    line-height: 1.2;
    margin-bottom: 16px;
  }
  ul{
    list-style: none;
  }
  p {
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
    color: #fff;
  }
  a {
    text-decoration: none;
    color: #2B2B2B;
    transition: all 0.5s;
    display: inline-block;
  }
  
  a:focus {
    outline: none;
    border: none;
  }
  
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: 0;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
    border: none;
  }
  
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  input[type="file"] {
    cursor: pointer;
    line-height: normal;
    overflow: visible;
  }
  
  button[disabled],
  input[disabled] {
    cursor: default;
    color: #999;
    border-color: #ccc;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }
  .btn{
    border: none;
    background: #fff;
    padding: 17px 31px;
    text-transform: none;
    font-size: 15px;
    border-radius: 15px;
}
.btn.two{
  color: #fff;
  background-color: #ED2623;
}
.arrow-btn{
  font-size: 14px;
  font-weight: 600;
  color: #ED2623;
  float: right;
  margin-bottom: 10px;
}
@media screen and (min-width:1400px) {
  .arrow-btn{
    font-size: 18px;
  }
}
.arrow-btn i{
  margin-left: 15px;
}
p{
  color: #70757A;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
h3{
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
    word-spacing: -2px;
    margin-bottom: 14px;
    color: #8D9598;
}
h2{
  font-size: 25px;
  font-weight: 500;
  font-family: sans-serif;
  color: #14395B;
}
h1{
  font-size: 25px;
  font-family: sans-serif;
}
.highlight {
  color: #ed2622;
}
  .container {
    max-width: 1687px !important;
    margin: 0 auto;
    padding: 0 20px ;
  }  
  @media screen and (min-width:1200px){
    h1,h2{
      font-size: 34px;
    }
    h3{
      font-size: 18px;
    }
    .container {
      padding: 0 50px !important;
    }  
  }
@media screen and (min-width:1600px) {
  h1,h2{
    font-size: 48px;
  }
  h3{
    font-size: 24px;
  }
  
  
}
@media screen and (min-width:1700px){
  .container{
    padding: 0 15px;
  }
}
  /* body{
    background: url(../images/Homepage-V1.png) center top;

  }

  
  .wrapper{
    opacity: .75;
    height: 9000px
  }  */