/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  src: local("ProximaNova-Regular"), url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2");
  font-family: "ProximaNova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("ProximaNova-Semibold"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff2") format("woff2");
  font-family: "ProximaNova";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("ProximaNova-Bold"), url("../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2");
  font-family: "ProximaNova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-Regular"), url("../fonts/NotoSansSinhala/NotoSansSinhala-Regular.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-SemiBold"), url("../fonts/NotoSansSinhala/NotoSansSinhala-SemiBold.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("NotoSansSinhala-Bold"), url("../fonts/NotoSansSinhala/NotoSansSinhala-Bold.woff2") format("woff2");
  font-family: "NotoSansSinhala";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
html[lang=en-LK] {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
html[lang=si-LK] {
  font-family: "NotoSansSinhala";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  html[lang=si-LK] h1, html[lang=si-LK] .fs-h1 {
    font-size: 32px;
  }
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
html::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #0C122A;
  background-color: #FEFEFE;
}

h1, .fs-h1,
h2, .fs-h2,
h3, .fs-h3,
h4, .fs-h4,
h5, .fs-h5,
h6, .fs-h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}

h1, .fs-h1 {
  font-size: 56px;
}
@media only screen and (max-width: 767px) {
  h1, .fs-h1 {
    font-size: 40px;
  }
}

h2, .fs-h2 {
  font-size: 44px;
}
@media only screen and (max-width: 767px) {
  h2, .fs-h2 {
    font-size: 32px;
  }
}

h5, .fs-h5 {
  font-size: 20px;
  font-weight: 600;
}

h6, .fs-h6 {
  font-size: 18px;
  font-weight: 600;
}

.font-en {
  font-family: "ProximaNova" !important;
}

.font-si {
  font-family: "NotoSansSinhala" !important;
}

b,
strong {
  font-weight: 700;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a,
button {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #0C122A;
}
a:not(:disabled):hover,
button:not(:disabled):hover {
  opacity: 0.85;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  max-width: 100%;
}

section {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  color: #0C122A;
}

.page-button {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-button {
    margin-top: 30px;
  }
}
.page-button .button {
  width: 100%;
  max-width: 420px;
}
@media only screen and (max-width: 767px) {
  .page-button .button {
    width: auto;
  }
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 15px 42px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-radius: 100px;
  background: -o-radial-gradient(85.42% 0%, 125% 125%, #89B1ED 0%, #2A4693 100%);
  background: radial-gradient(125% 125% at 85.42% 0%, #89B1ED 0%, #2A4693 100%);
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.button:not(:disabled):hover {
  opacity: 0.85;
}

body.admin-bar .header {
  top: 32px;
}
@media only screen and (max-width: 783px) {
  body.admin-bar .header {
    top: 46px;
  }
  body.admin-bar .header.header_shrink {
    top: 0;
  }
}

body.error404 .header {
  background-color: #002645;
}

.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  transition: all 0.3s ease;
  z-index: 21;
}
@media only screen and (max-width: 767px) {
  .header {
    min-height: 50px;
  }
}
.header_shrink {
  min-height: 50px;
  background-color: rgba(0, 38, 69, 0.95);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
}
.header_shrink .header__logo {
  flex: 0 0 70px;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 104px;
  transition: all 0.3s ease;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    flex: 0 0 70px;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__lang {
  margin-left: 15px;
}
.header__lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.header__lang ul li {
  position: relative;
  padding: 0 5px;
}
.header__lang ul li a, .header__lang ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ProximaNova";
  font-size: 14px;
  text-transform: uppercase;
  color: #697395;
}
.header__lang ul li a {
  color: #F3F7FD;
}
.header__lang ul li a:hover {
  opacity: 0.85;
}

.footer {
  position: relative;
  margin-top: auto;
  padding: 80px 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.footer__col {
  width: 100%;
  padding: 15px;
}
.footer__contacts {
  position: relative;
}
.footer__contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.footer__contacts ul li {
  width: 33.3333333333%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .footer__contacts ul li {
    width: 100%;
  }
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex: 0 0 40px;
  margin-right: 16px;
}
.footer__contacts-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.footer__contacts-item .info .value {
  color: #0C122A;
  font-size: 18px;
  font-weight: 600;
}
.footer__contacts-item .info .value a {
  font-family: "ProximaNova";
}
.footer__contacts-item .info .label {
  margin-top: 4px;
  font-size: 12px;
  color: #697395;
}
.footer__copyright {
  font-family: "ProximaNova";
  font-size: 10px;
  color: #697395;
}

.page-404 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 220px);
}
.page-404__wrap {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  font-family: "ProximaNova";
}

.banner {
  position: relative;
  padding: 0;
  background-color: #002645;
}
.banner__wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 635px;
  padding: 80px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .banner__wrap {
    padding: 70px 0 0 0;
  }
}
.banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 555px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .banner__info {
    text-align: center;
  }
}
.banner__info-title .fs-h1 {
  line-height: 1.2;
}
.banner__info-subtitle {
  margin-top: 10px;
}
.banner__info-link {
  margin-top: 32px;
}
.banner__info-link .button {
  width: 100%;
  max-width: 335px;
}
@media only screen and (max-width: 767px) {
  .banner__info-link .button {
    max-width: 280px;
  }
}
.banner__image {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .banner__image {
    right: -150px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__image {
    right: -250px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__image {
    position: relative;
    width: 100%;
    margin-top: -165px;
    right: auto;
    top: auto;
  }
}
.banner__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages {
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .advantages {
    padding-top: 80px;
  }
}
.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .advantages__row {
    margin: -10px;
  }
}
.advantages__col {
  width: 50%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .advantages__col {
    width: 100%;
    padding: 10px;
  }
}
.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  background-color: #F3F7FD;
  border-radius: 30px;
}
.advantages__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 40px;
}
.advantages__item-text {
  margin-top: 20px;
}

.steps {
  position: relative;
}
.steps__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.steps__col {
  width: 33.3333333333%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .steps__col {
    width: 100%;
  }
}
.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.steps__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps__item-icon img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .steps__item-icon img {
    min-width: 350px;
  }
}
@media only screen and (max-width: 374px) {
  .steps__item-icon img {
    min-width: auto;
    margin: 0;
  }
}
.steps__item-text {
  margin-top: 15px;
  padding: 0 10px;
}

/*# sourceMappingURL=styles.css.map*/