@charset "UTF-8"; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
h1 {
  font-size: 2em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
  overflow: visible;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%; 
  line-height: 1.5;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
::after,
::before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
}
hr {
  box-sizing: content-box;
  overflow: visible;
  border-top-width: 1px;
  box-sizing: content-box;
  height: 0;
}
textarea {
  resize: vertical;
  overflow: auto;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}
[role="button"],
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
  background-color: transparent;
  color: var(--dx-g-blue-vibrant-40);
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background-color: var(--dx-g-yellow-vibrant-90);
  color: inherit;
  font-family: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
 
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  height: 100vh;
  background: #fff;
  font-size: 14px;
}
b,
strong {
  font-weight: 700;
}
*,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ol,
p,
td,
ul {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
} 
p {
  padding: 0 0 16px;
  margin: 0;
}
h1 {
  font-size: 40px;
  margin: 0 0 20px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  margin: 0 11px 20px;
  font-weight: 600;
  width: 100%;
}
h3 {
  font-size: 30px;
  margin: 0 0 20px;
}
h4 {
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  margin: 0 0 16px;
}
h6 {
  font-size: 16px;
  margin: 0 0 16px;
}

.container {
  max-width: 1300px;
  padding: 0 2%;
}
.contextnav__header {
  background: #2012a2;
  padding: 0 2%;
}
.contextnav__header_area {
  display: block;
  align-items: center;
  justify-content: space-between;
  color: #fff; 
}
.contextnav__header_area::before { content: ''; display: block; clear: both;}
.contextnav__header_area::after { content: ''; display: block; clear: both; }

nav.mainmenu_area ul {
  display: flex;
}
nav.mainmenu_area ul li {
  padding: 0 20px;
  margin: 0;
}
nav.mainmenu_area ul li a {
  color: #fff;
  padding: 10px 0px;
}
nav.mainmenu_area ul li a:hover {
  border-bottom: 1px solid #fff;
}
.contextnav__header-logo-container {
  float: left;
}
.contactusBtn {
  background: #fff;
  color: #2012a2 !important;
  font-size: 14px;
  padding: 0px 20px;
  border-radius: 8px;
  line-height: 40px;
  height: 40px;
}
.contactusBtn:hover {
  background: #73a4ff;
  color: #fff !important;
}
.contextnav__headerright_area {
  display: flex;
  align-items: center;
  float: right;
  padding-top: 15px;
}
.contextnav__headerright_area::before { content: ''; display: block; clear: both;}
.contextnav__headerright_area::after { content: ''; display: block; clear: both; }
.contextnav__headerright_area a {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff;
}
.contextnav__headerright_area a:hover {
   color: #73a4ff;
}
.contextnav__headerright_area a img {
  margin-right: 10px;
  width: 30px;
}
.bannerBg {
  background:#2f2cb7 url(../images/bannerBg.jpg) no-repeat right 0;
  padding: 110px 2.5%;
  background-size: 100% 100%;
  border-top:1px solid #fff;
  color: #fff;
}
.bannerBg p {
  padding-bottom: 35px;
}

.BrowseBtn {
  background: #fff;
  color: #2012a2 !important;
  font-size: 14px;
  padding: 0px 20px;
  border-radius: 8px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
.BrowseBtn:hover {
  background: #73a4ff;
  color: #fff !important;
}
.content__wrapper{
  background: url(../images/footer-graphic-large-2.png) no-repeat center 100%;
  background-size: 100%;
  padding: 0 1.5% 200px;
}
.explore_area {
  display: flex;
  gap: 2%;
  background: #fff;
  padding: 50px 0% 0;
  justify-content: center;
  flex-wrap: wrap;
}
.explore_box {
    background: #e2e8f0;
    padding: 20px 30px;
    box-shadow: 0 0 20px 0px #ededed;
    width: 23%;
    border: 2px solid #fbfbfb;
    border-radius: 14px;
    margin-bottom: 24px;
}
.explore_box:nth-child(3),
.explore_box:nth-child(5),
.explore_box:nth-child(6),
.explore_box:nth-child(8){
  background: #fbe3e8; 
}
.explore_box a {
  color: #0a5dad;
  font-weight: 600;
}
.explore_box a:hover {
  text-decoration: underline;
}
.explore_box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #014486;
  margin: 0 0 10px;
}

.popular_area {
  display: flex;
  gap: 2%;
  padding: 50px 0% 0;
  justify-content: center;
  flex-wrap: wrap;
}
.popular_box {
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 20px 0px #ededed;
    width: 31.3%;
    border: 1px solid #ededed;
    border-radius: 14px;
    margin-bottom:25px;
} 
.popular_box a {
  color: #0a5dad;
  font-weight: 600;
}
.popular_box a:hover {
  text-decoration: underline;
}
.popular_box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #014486;
  margin: 0 0 10px;
}

.knowledge_area {  
  padding: 25px 1.5% 0; 
  text-align: center;
  margin-bottom: 30px;
}
.knowledge_area h2 {
  margin-bottom: 5px;
}
.knowledge_area p {
  margin-bottom: 20px;
}
.knowledge_area img {
      display: block;
    margin: auto;
}
.knowledge_box {
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 20px 0px #ededed;
    width: 31.3%;
    border: 1px solid #ededed;
    border-radius: 14px;
    margin-bottom:25px;
} 
.knowledge_box a {
  color: #0a5dad;
  font-weight: 600;
}
.knowledge_box a:hover {
  text-decoration: underline;
}
.knowledge_box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #014486;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
.knowledge_box img {
  margin-right: 10px;
  width: 50px;
}
.blogo_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogo_area img {
  width: 130px;
  display: block;
  
}
.blogo_imgarea {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 20px 0px #ededed; 
  border: 1px solid #ededed;
  margin: 10px 5px; 
  height: 150px;
  display: flex;
  align-items: center;
}

.messagearea {
  background: #01b7ff;
  border-radius: 14px;
  padding: 30px;
  margin: 0 auto;
  max-width: 960px;
  color: #fff;
  display: flex;
  align-items: start;
}
.messagearea img {
  margin-right: 30px;
  width: 150px;
  border: 1px solid #bddbe7;
  padding: 3px;
}

footer {
  background: #2012a2;
  padding: 20px 2%; 
  color: #fff;
}
footer p {
  padding-bottom: 5px;
  font-size: 12px;
}
.innercontent__wrapper{
  padding: 50px 1.5% 150px;
      background: url(../images/footer-graphic-large-2.png) no-repeat center 100%;
    background-size: 100%; 
}
.innercontent__wrapper h2 {
  margin:0 1.5% 0px;
}
.innercontent__wrapper h3 {
  padding:0 1.5% 0px;
  margin-bottom: 6px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}
.innercontent__wrapper h6 {
  padding:0 1.5% 0px;
}
.innercontent__wrapper p {
  padding: 0 1.5% 20px;
}
.innercontent__wrapper ul {
    margin: -5px 0 0 3.5%;
    padding: 0;
    list-style: inside;
}
.innercontent__wrapper ul li {
  margin-bottom: 10px;
}

@media (max-width: 767px){

  .explore_area,
  .popular_area {
    display: block;
  }
  .explore_box,
  .popular_box {
    width: 100%;
  }
  .blogo_area {
    flex-wrap: wrap;
  }
  .blogo_imgarea {
    height: 100px;
  }
  .blogo_area img {
    width: 80px;
  }
  .contextnav__headerright_area {
    display: block;
    align-items: center;
    text-align: right;
    width: 56%;
    padding-top: 24px;
  }
  h2 {
    font-size: 22px;
    margin: 0 3px 20px;
    font-weight: 600;
    width: auto;
  }
  .messagearea {
    padding: 20px;
    display: block;
  }
  .messagearea img {
    margin-right: 20px;
    width: 100px;
    float: left;
    margin-bottom: 5px;
  }
  h6 {
    font-size: 14px;
  }
  .content__wrapper{
      padding: 0 2% 80px;
  }
  .contactusBtn {
    line-height: 40px;
    height: 40px;
    width: 130px;
    text-align: center;
    display: block !important;
    float: right;
  }
  .contextnav__header_area {
    padding: 0px 0 10px;
  }


}