/*
Theme Name: servicesTheme
Theme URI: https://servicesTheme.com
Author: servicesTheme
Version: 1.0
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-family: 'Inter';
    font-weight: 300;  
    line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0 0 50px 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #30638A;
  text-align: left;
  background-color: #fff;
}

header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2rem;
}

h1, .h1 {
  font-size: 23px; 
  color: #26fcdf;
  margin-top: 10px;
  line-height: normal;
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 2rem;
  color: #139aff;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600 !important;
}

h3, .h3 {
  font-size: 1.65rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: normal;
  color: #00335A;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 300;

}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 300;

}

h6, .h6 {
  font-size: 1rem;
  font-weight: 300;

}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

ul {
  margin: 1.5rem auto;
}
li {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}
a {
  color: #02345b;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1363ff;
  text-decoration: underline;
}


.form-control, .form-control option { 
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }

.hidden {
  display:none !important;
}
.capital { 
  text-transform: capitalize; 
}
.marPad0 {
  margin: 0 !important; 
  padding: 0 !important;
}
.my-40 {
  margin: 40px auto;
}

@media (min-width: 576px) { 
h1, .h1 {
  font-size: 2rem; 
  color: #00335A;
  margin-top: 0.5rem;
 }
}