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%;
  font: inherit;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
  line-height: 170%;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

b {
  font-weight: 600;
}

/* 3. layout */
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  color: #000;
  background: #d4e8ff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(217, 235, 255) 77%, rgb(212, 232, 255) 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  color: #1d55a8;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  backface-visibility: hidden;
  transition: all 0.5s linear;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: normal;
  font-weight: normal;
  color: #000;
  padding-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  backface-visibility: hidden;
}

strong {
  font-weight: bold;
}

::-moz-selection {
  background: #EBE7DB;
  color: #fff;
}

::selection {
  background: #EBE7DB;
  color: #fff;
}

img {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  position: relative;
  font-style: normal;
  color: #1d55a8;
  margin: 0 auto -3px auto;
  width: 100%;
  line-height: 100%;
  z-index: 1;
}

h2 {
  color: #1d55a8;
  font-size: 40px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  color: #1d55a8;
  font-size: 25px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

header .navbg {
  background: #fff;
}
header .logo {
  transition: all 0.4s ease-out;
  display: block;
  text-align: center;
}
header .logo small {
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}
header .logo img {
  margin: 0 auto;
  padding: 0;
  display: block;
}
@media all and (max-width: 767px) {
  header .logo img {
    max-height: 90px;
  }
}
header .navbar {
  z-index: 99;
}
header .navbar-bg-switch {
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease-out;
  z-index: 6;
  background: #fff;
  background: #d4e8ff;
}
@media all and (max-width: 767px) {
  header .navbar-bg-switch {
    padding: 5px 0;
  }
}
header .nav li a:focus,
header .nav li a:hover {
  background: none;
  transition: all 0.4s ease-out;
}
header .main-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar-collapse {
  justify-content: center;
}
header .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 16px 0;
  padding: 0;
}
header .main-navigation-bg {
  background: #fff;
  transition: all 0.4s ease-out;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.35);
  position: fixed;
}
header .main-navigation-bg .main-navigation .navbar-nav li a {
  color: #1d55a8;
  padding: 19px 15px 0 15px;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 768px) {
  header .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 10px 15px;
  }
}
header .main-navigation-bg .main-navigation .navbar-nav li a:hover {
  color: #000000;
}
header .navbar-nav > li > a.active {
  color: #ffffff !important;
  background: #000000 !important;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  header .navbar-toggle .navbar-toggler-icon {
    background: #1d55a8;
    margin-right: -14px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    position: relative;
    transition: 0.25s linear;
  }
  header .navbar-toggle .navbar-toggler-icon::after, header .navbar-toggle .navbar-toggler-icon::before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    background: #1d55a8;
    transition: 0.25s linear;
  }
  header .navbar-toggle .navbar-toggler-icon::before {
    top: -6px;
  }
  header .navbar-toggle .navbar-toggler-icon::after {
    bottom: -6px;
  }
  header .navbar-toggle {
    margin-top: -35px;
    margin-right: 4px;
    transition: 0.25s linear;
  }
  header .main-navigation-bg .navbar-toggle {
    margin-top: -44px;
    margin-right: 4px;
    transition: 0.25s linear;
  }
  header .navbar-collapse {
    width: 100%;
  }
  header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background: transparent;
  }
  header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
    transform: rotate(45deg) translate(2px, 6px);
    left: 2px;
  }
  header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    transform: rotate(-45deg) translate(2px, -6px);
    left: 2px;
  }
}
header .main-navigation .navbar-nav li a {
  position: relative;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1d55a8;
  padding: 15px;
  right: -15px;
  transition: all 0.4s ease-out;
  z-index: 1;
  display: block;
  background: #014da5;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  header .main-navigation .navbar-nav li a {
    right: 8px;
    right: -2px;
  }
}
@media only screen and (max-width: 992px) {
  header .main-navigation .navbar-nav li a {
    right: auto;
  }
}
@media only screen and (max-width: 992px) {
  header .main-navigation .navbar-nav li a {
    color: #1d55a8;
    padding: 10px 15px;
    display: block;
  }
}
header .main-navigation .navbar-nav li a:hover {
  color: #ffffff;
  background: #000000;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 992px) {
  header .main-navigation {
    width: 100%;
  }
  header .main-navigation .navbar-header {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  header .main-navigation .navbar-header .navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  header .main-navigation .navbar-header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  header .main-navigation .navbar-header .navbar-toggler {
    padding: 0;
  }
}

.nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 300;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #014da5;
  border-color: #000;
}

.tab-content {
  background: #FFF;
  padding: 20PX;
}

@media only screen and (max-width: 990px) {
  header .main-navigation .navbar-header .navbar-toggler {
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: 999;
  }
  header .navbar-nav {
    margin: 0;
  }
  header .navbar-nav li {
    width: 100%;
  }
  .nav-tabs .nav-link {
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
  }
  header .main-navigation .navbar-nav li a {
    color: #fff;
  }
  .contentSec {
    margin-top: 20px;
  }
}
.btn {
  border-radius: 0;
  padding: 0.5rem 1rem;
  transition: 0.15s ease-in-out;
}

.btn-main,
.btn-main:hover,
.btn-main:visited,
.btn-main:active,
.btn-main:focus {
  background: #1d55a8;
  color: #fff;
  text-transform: uppercase;
  transition: ease all 0.5s;
  border: solid 1px #1d55a8;
}
.btn-main:hover,
.btn-main:hover:hover,
.btn-main:visited:hover,
.btn-main:active:hover,
.btn-main:focus:hover {
  background: #fff;
  color: #1d55a8;
}

.btn-grey,
.btn-grey:hover,
.btn-grey:visited,
.btn-grey:active,
.btn-grey:focus {
  background: #636363;
  color: #fff;
  font-weight: 700;
}
.btn-grey:hover,
.btn-grey:hover:hover,
.btn-grey:visited:hover,
.btn-grey:active:hover,
.btn-grey:focus:hover {
  background: #fff;
  color: #151515;
}

.card > .list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card > .list-group > li {
  border: 0;
  flex-basis: 33%;
}

@media only screen and (max-width: 767px) {
  .card > .list-group > li {
    border: 0;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 560px) {
  .card > .list-group > li {
    border: 0;
    flex-basis: 100%;
  }
}
.modal-dialog {
  min-width: 90vw;
  min-height: 90vh;
  max-height: 90vh;
}

.modal-content {
  height: 90vh;
}

.ndfHFb-c4YZDc-Wrql6b {
  display: none !important;
}/*# sourceMappingURL=style.css.map */