[File content truncated: showing lines 1-2000 of 5123 total lines. Use offset/limit parameters to view more.]
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
/* ------------------------
*   Typo
------------------------*/
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  color: #718096;
  font-weight: 500;
  line-height: 1.5;
  font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0050d8;
}
a:hover {
  color: #0041af;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #152c5b;
  font-weight: 700;
}
.white-color .h1,
.white-color .h2,
.white-color .h3,
.white-color .h4,
.white-color .h5,
.white-color .h6,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6 {
  color: #ffffff;
}

.display-1, .display-2, .display-3, .display-4 {
  color: #152c5b;
  font-weight: 700;
}
.white-color .display-1,
.white-color .display-2,
.white-color .display-3,
.white-color .display-4 {
  color: #ffffff;
}

/* ----------------------
*   Typo
-------------------------*/
.font-alt {
  font-family: "Nunito Sans", sans-serif;
}

.lead {
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lead {
    font-size: 1.08rem;
  }
}

.font-small {
  font-size: .75rem;
  line-height: 1rem;
}

.font-1 {
  font-size: 1rem;
}

.font-2 {
  font-size: 1.1rem;
}

.font-3 {
  font-size: 1.3rem;
}

.font-4 {
  font-size: 1.4rem;
}

@media (max-width: 1199px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }

  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }

  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }

  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }

  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }

  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }

  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }

  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }

  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
/* Font wight
--------------------*/
.font-w-100 {
  font-weight: 100;
}

.font-w-200 {
  font-weight: 200;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}

.font-w-800 {
  font-weight: 800;
}

.font-w-900 {
  font-weight: 900;
}

/* Letter spacing
-------------------------------*/
.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.letter-spacing-9 {
  letter-spacing: 9px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

/*----------------------------------
* Buttons Start
----------------------------------*/
.links-white a:not(:hover) {
  color: rgba(255, 255, 255, 0.7);
}
.links-white a:hover {
  color: #ffffff;
}

.links-dark a:not(:hover) {
  color: #718096;
}
.links-dark a:hover {
  color: #152c5b;
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
}

.m-btn-dual .m-btn {
  margin: 5px;
}

.m-btn-wide {
  min-width: 160px;
}

.m-btn.m-btn-theme {
  background: #0050d8;
  color: #ffffff;
}
.m-btn.m-btn-theme.active, .m-btn.m-btn-theme:focus, .m-btn.m-btn-theme:hover {
  background: #00348c;
  color: #ffffff;
}

.m-btn.m-btn-theme-light {
  background: rgba(0, 80, 216, 0.2);
  color: #0050d8;
}
.m-btn.m-btn-theme-light.active, .m-btn.m-btn-theme-light:focus, .m-btn.m-btn-theme-light:hover {
  background: #0050d8;
  color: #ffffff;
}

.m-btn.m-btn-t-theme {
  border: 1px solid #0050d8;
  background: transparent;
  color: #0050d8;
}
.m-btn.m-btn-t-theme.active, .m-btn.m-btn-t-theme:focus, .m-btn.m-btn-t-theme:hover {
  background: #0050d8;
  color: #ffffff;
}

.m-link-theme {
  color: #0050d8;
  padding: 0;
  border: none;
  background: none;
}
.m-link-theme.active, .m-link-theme:focus, .m-link-theme:hover {
  color: #002e7c;
}

.m-btn.m-btn-theme2nd {
  background: #53d267;
  color: #ffffff;
}
.m-btn.m-btn-theme2nd.active, .m-btn.m-btn-theme2nd:focus, .m-btn.m-btn-theme2nd:hover {
  background: #2dac41;
  color: #ffffff;
}

.m-btn.m-btn-theme2nd-light {
  background: rgba(83, 210, 103, 0.2);
  color: #53d267;
}
.m-btn.m-btn-theme2nd-light.active, .m-btn.m-btn-theme2nd-light:focus, .m-btn.m-btn-theme2nd-light:hover {
  background: #53d267;
  color: #ffffff;
}

.m-btn.m-btn-t-theme2nd {
  border: 1px solid #53d267;
  background: transparent;
  color: #53d267;
}
.m-btn.m-btn-t-theme2nd.active, .m-btn.m-btn-t-theme2nd:focus, .m-btn.m-btn-t-theme2nd:hover {
  background: #53d267;
  color: #ffffff;
}

.m-link-theme2nd {
  color: #53d267;
  padding: 0;
  border: none;
  background: none;
}
.m-link-theme2nd.active, .m-link-theme2nd:focus, .m-link-theme2nd:hover {
  color: #2a9f3c;
}

.m-btn.m-btn-theme3rd {
  background: #051b35;
  color: #ffffff;
}
.m-btn.m-btn-theme3rd.active, .m-btn.m-btn-theme3rd:focus, .m-btn.m-btn-theme3rd:hover {
  background: black;
  color: #ffffff;
}

.m-btn.m-btn-theme3rd-light {
  background: rgba(5, 27, 53, 0.2);
  color: #051b35;
}
.m-btn.m-btn-theme3rd-light.active, .m-btn.m-btn-theme3rd-light:focus, .m-btn.m-btn-theme3rd-light:hover {
  background: #051b35;
  color: #ffffff;
}

.m-btn.m-btn-t-theme3rd {
  border: 1px solid #051b35;
  background: transparent;
  color: #051b35;
}
.m-btn.m-btn-t-theme3rd.active, .m-btn.m-btn-t-theme3rd:focus, .m-btn.m-btn-t-theme3rd:hover {
  background: #051b35;
  color: #ffffff;
}

.m-link-theme3rd {
  color: #051b35;
  padding: 0;
  border: none;
  background: none;
}
.m-link-theme3rd.active, .m-link-theme3rd:focus, .m-link-theme3rd:hover {
  color: black;
}

.m-btn.m-btn-dark {
  background: #152c5b;
  color: #ffffff;
}
.m-btn.m-btn-dark.active, .m-btn.m-btn-dark:focus, .m-btn.m-btn-dark:hover {
  background: #070e1d;
  color: #ffffff;
}

.m-btn.m-btn-dark-light {
  background: rgba(21, 44, 91, 0.2);
  color: #152c5b;
}
.m-btn.m-btn-dark-light.active, .m-btn.m-btn-dark-light:focus, .m-btn.m-btn-dark-light:hover {
  background: #152c5b;
  color: #ffffff;
}

.m-btn.m-btn-t-dark {
  border: 1px solid #152c5b;
  background: transparent;
  color: #152c5b;
}
.m-btn.m-btn-t-dark.active, .m-btn.m-btn-t-dark:focus, .m-btn.m-btn-t-dark:hover {
  background: #152c5b;
  color: #ffffff;
}

.m-link-dark {
  color: #152c5b;
  padding: 0;
  border: none;
  background: none;
}
.m-link-dark.active, .m-link-dark:focus, .m-link-dark:hover {
  color: #040810;
}

.m-btn.m-btn-yellow {
  background: #ffbe3d;
  color: #ffffff;
}
.m-btn.m-btn-yellow.active, .m-btn.m-btn-yellow:focus, .m-btn.m-btn-yellow:hover {
  background: #f09f00;
  color: #ffffff;
}

.m-btn.m-btn-yellow-light {
  background: rgba(255, 190, 61, 0.2);
  color: #ffbe3d;
}
.m-btn.m-btn-yellow-light.active, .m-btn.m-btn-yellow-light:focus, .m-btn.m-btn-yellow-light:hover {
  background: #ffbe3d;
  color: #ffffff;
}

.m-btn.m-btn-t-yellow {
  border: 1px solid #ffbe3d;
  background: transparent;
  color: #ffbe3d;
}
.m-btn.m-btn-t-yellow.active, .m-btn.m-btn-t-yellow:focus, .m-btn.m-btn-t-yellow:hover {
  background: #ffbe3d;
  color: #ffffff;
}

.m-link-yellow {
  color: #ffbe3d;
  padding: 0;
  border: none;
  background: none;
}
.m-link-yellow.active, .m-link-yellow:focus, .m-link-yellow:hover {
  color: #e09500;
}

.m-btn.m-btn-green {
  background: #11e279;
  color: #ffffff;
}
.m-btn.m-btn-green.active, .m-btn.m-btn-green:focus, .m-btn.m-btn-green:hover {
  background: #0c9b53;
  color: #ffffff;
}

.m-btn.m-btn-green-light {
  background: rgba(17, 226, 121, 0.2);
  color: #11e279;
}
.m-btn.m-btn-green-light.active, .m-btn.m-btn-green-light:focus, .m-btn.m-btn-green-light:hover {
  background: #11e279;
  color: #ffffff;
}

.m-btn.m-btn-t-green {
  border: 1px solid #11e279;
  background: transparent;
  color: #11e279;
}
.m-btn.m-btn-t-green.active, .m-btn.m-btn-t-green:focus, .m-btn.m-btn-t-green:hover {
  background: #11e279;
  color: #ffffff;
}

.m-link-green {
  color: #11e279;
  padding: 0;
  border: none;
  background: none;
}
.m-link-green.active, .m-link-green:focus, .m-link-green:hover {
  color: #0b8d4b;
}

.m-btn.m-btn-blue {
  background: #15b2ec;
  color: #ffffff;
}
.m-btn.m-btn-blue.active, .m-btn.m-btn-blue:focus, .m-btn.m-btn-blue:hover {
  background: #0e7ea7;
  color: #ffffff;
}

.m-btn.m-btn-blue-light {
  background: rgba(21, 178, 236, 0.2);
  color: #15b2ec;
}
.m-btn.m-btn-blue-light.active, .m-btn.m-btn-blue-light:focus, .m-btn.m-btn-blue-light:hover {
  background: #15b2ec;
  color: #ffffff;
}

.m-btn.m-btn-t-blue {
  border: 1px solid #15b2ec;
  background: transparent;
  color: #15b2ec;
}
.m-btn.m-btn-t-blue.active, .m-btn.m-btn-t-blue:focus, .m-btn.m-btn-t-blue:hover {
  background: #15b2ec;
  color: #ffffff;
}

.m-link-blue {
  color: #15b2ec;
  padding: 0;
  border: none;
  background: none;
}
.m-link-blue.active, .m-link-blue:focus, .m-link-blue:hover {
  color: #0c7399;
}

.m-btn.m-btn-pink {
  background: #f12699;
  color: #ffffff;
}
.m-btn.m-btn-pink.active, .m-btn.m-btn-pink:focus, .m-btn.m-btn-pink:hover {
  background: #be0c71;
  color: #ffffff;
}

.m-btn.m-btn-pink-light {
  background: rgba(241, 38, 153, 0.2);
  color: #f12699;
}
.m-btn.m-btn-pink-light.active, .m-btn.m-btn-pink-light:focus, .m-btn.m-btn-pink-light:hover {
  background: #f12699;
  color: #ffffff;
}

.m-btn.m-btn-t-pink {
  border: 1px solid #f12699;
  background: transparent;
  color: #f12699;
}
.m-btn.m-btn-t-pink.active, .m-btn.m-btn-t-pink:focus, .m-btn.m-btn-t-pink:hover {
  background: #f12699;
  color: #ffffff;
}

.m-link-pink {
  color: #f12699;
  padding: 0;
  border: none;
  background: none;
}
.m-link-pink.active, .m-link-pink:focus, .m-link-pink:hover {
  color: #b00b69;
}

.m-link-white {
  color: #ffffff;
  padding: 0;
  border: none;
  background: none;
}
.m-link-white.active, .m-link-white:focus, .m-link-white:hover {
  color: rgba(255, 255, 255, 0.8);
}

.m-btn {
  display: inline-block;
  border: none;
  color: inherit;
  line-height: 1.5;
  border-radius: 0;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  -moz-transition: ease-in-out all 0.55s;
  -o-transition: ease-in-out all 0.55s;
  -webkit-transition: ease-in-out all 0.55s;
  transition: ease-in-out all 0.55s;
  text-align: center;
  border: 1px solid transparent;
}
.m-btn .btn-inner--text:not(:last-child) {
  margin-right: 12px;
}
.m-btn .btn-inner--text:not(:first-child) {
  margin-left: 12px;
}
.m-btn[disabled], .m-btn:disabled, .m-btn.disabled {
  opacity: .3;
  box-shadow: none;
  pointer-events: none;
}
.m-btn.m-btn-shadow {
  box-shadow: 0 21px 35px -5px rgba(0, 0, 0, 0.3);
}
.m-btn.m-btn-round {
  border-radius: 5px;
}
.m-btn.m-btn-radius {
  border-radius: 5px;
}
.m-btn.m-btn-icon {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.m-btn.m-btn-icon.m-btn-round {
  border-radius: 50%;
}
.m-btn.m-btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.m-btn.m-btn-sm.m-btn-icon {
  width: 2.4375rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
}
.m-btn.m-btn-lg {
  padding: 1rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
}
.m-btn.m-btn-lg.m-btn-icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}
.m-btn.m-btn-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.m-btn.m-btn-xl.m-btn-icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}
.m-btn.m-btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #152c5b;
}
.m-btn.m-btn-white:focus, .m-btn.m-btn-white:hover {
  background: transparent;
  color: #ffffff;
}
.m-btn.m-btn-t-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.m-btn.m-btn-t-white:focus, .m-btn.m-btn-t-white:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #152c5b;
}
.m-btn.m-btn-light {
  background: transparent;
  border-color: rgba(247, 249, 252, 0.25);
  color: #ffffff;
}
.m-btn.m-btn-light:focus, .m-btn.m-btn-light:hover {
  background: rgba(247, 249, 252, 0.25);
  color: #ffffff;
}


/*---------------------------
 Section Style Start
------------------------------*/
img {
  max-width: 100%;
}

figcaption {
  margin-top: .5rem;
  font-size: .875rem;
}

/* ----------------------
*	Section
-------------------------*/
.container-large {
  max-width: 1440px;
}

.container-extra-large {
  max-width: 1580px;
}

.container-small {
  max-width: 750px;
}

.section {
  padding: 50px 0;
}

.section.no-top-padding {
  padding: 0px 0px 100px 0px;
}

@media (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-top-up .container {
  margin-top: -190px;
  position: relative;
  z-index: 1;
}

.section-top-up-100 .container {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

/* ----------------------
*	Height width
---------------------------*/
.full-screen {
  min-height: 100vh;
}

.screen-85 {
  min-height: 85vh;
}

.screen-65 {
  min-height: 65vh;
}

.screen-50 {
  min-height: 50vh;
}

.w-350px {
  max-width: 350px;
  width: 100%;
}

.w-150px {
  width: 150px;
}

.w-500px {
  max-width: 500px;
  width: 100%;
}

.w-600px {
  max-width: 600px;
  width: 100%;
}

.max-w-100 {
  max-width: 100%;
}

.min-h-350px {
  min-height: 350px;
}

.min-h-250px {
  min-height: 250px;
}

.min-h-150px {
  min-height: 150px;
}

.max-width-auto {
  max-width: none;
}
@media (max-width: 991px) {
  .max-width-auto {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .max-width-120 {
    max-width: 120%;
  }
}

@media (min-width: 992px) {
  .max-width-140 {
    max-width: 140%;
  }
}

@media (min-width: 992px) {
  .img-half-left {
    width: 50vw;
    height: 100%;
    margin-left: calc(100% - 50vw + 15px);
  }

  .img-half {
    width: 50vw;
    height: 100%;
    margin-left: -15px;
  }
}

/*---------------------------
 Background Start
------------------------------*/
/* Background color
-------------------------------*/
.theme-bg-alt {
  background-color: rgba(0, 80, 216, 0.1);
}

.theme-bg {
  background-color: #0050d8;
}

.theme-after:after {
  background-color: #0050d8;
}

.theme-before:before {
  background-color: #0050d8;
}

.theme-color-alt {
  color: rgba(0, 80, 216, 0.65);
}

.theme-color {
  color: #0050d8;
}

.theme2nd-bg-alt {
  background-color: rgba(83, 210, 103, 0.1);
}

.theme2nd-bg {
  background-color: #53d267;
}

.theme2nd-after:after {
  background-color: #53d267;
}

.theme2nd-before:before {
  background-color: #53d267;
}

.theme2nd-color-alt {
  color: rgba(83, 210, 103, 0.65);
}

.theme2nd-color {
  color: #53d267;
}

.theme3rd-bg-alt {
  background-color: rgba(5, 27, 53, 0.1);
}

.theme3rd-bg {
  background-color: #051b35;
}

.theme3rd-after:after {
  background-color: #051b35;
}

.theme3rd-before:before {
  background-color: #051b35;
}

.theme3rd-color-alt {
  color: rgba(5, 27, 53, 0.65);
}

.theme3rd-color {
  color: #051b35;
}

.dark-bg-alt {
  background-color: rgba(21, 44, 91, 0.1);
}

.dark-bg {
  background-color: #152c5b;
}

.dark-after:after {
  background-color: #152c5b;
}

.dark-before:before {
  background-color: #152c5b;
}

.dark-color-alt {
  color: rgba(21, 44, 91, 0.65);
}

.dark-color {
  color: #152c5b;
}

.gray-bg-alt {
  background-color: rgba(242, 243, 250, 0.1);
}

.gray-bg {
  background-color: #f2f3fa;
}

.gray-after:after {
  background-color: #f2f3fa;
}

.gray-before:before {
  background-color: #f2f3fa;
}

.gray-color-alt {
  color: rgba(242, 243, 250, 0.65);
}

.gray-color {
  color: #f2f3fa;
}

.gray-800-bg-alt {
  background-color: rgba(56, 76, 116, 0.1);
}

.gray-800-bg {
  background-color: #384c74;
}

.gray-800-after:after {
  background-color: #384c74;
}

.gray-800-before:before {
  background-color: #384c74;
}

.gray-800-color-alt {
  color: rgba(56, 76, 116, 0.65);
}

.gray-800-color {
  color: #384c74;
}

.gray-300-bg-alt {
  background-color: rgba(217, 226, 239, 0.1);
}

.gray-300-bg {
  background-color: #d9e2ef;
}

.gray-300-after:after {
  background-color: #d9e2ef;
}

.gray-300-before:before {
  background-color: #d9e2ef;
}

.gray-300-color-alt {
  color: rgba(217, 226, 239, 0.65);
}

.gray-300-color {
  color: #d9e2ef;
}

.gray-200-bg-alt {
  background-color: rgba(241, 244, 248, 0.1);
}

.gray-200-bg {
  background-color: #f1f4f8;
}

.gray-200-after:after {
  background-color: #f1f4f8;
}

.gray-200-before:before {
  background-color: #f1f4f8;
}

.gray-200-color-alt {
  color: rgba(241, 244, 248, 0.65);
}

.gray-200-color {
  color: #f1f4f8;
}

.light-gray-bg-alt {
  background-color: rgba(238, 238, 238, 0.1);
}

.light-gray-bg {
  background-color: #eee;
}

.light-gray-after:after {
  background-color: #eee;
}

.light-gray-before:before {
  background-color: #eee;
}

.light-gray-color-alt {
  color: rgba(238, 238, 238, 0.65);
}

.light-gray-color {
  color: #eee;
}

.medium-dark-bg-alt {
  background-color: rgba(23, 19, 71, 0.1);
}

.medium-dark-bg {
  background-color: #171347;
}

.medium-dark-after:after {
  background-color: #171347;
}

.medium-dark-before:before {
  background-color: #171347;
}

.medium-dark-color-alt {
  color: rgba(23, 19, 71, 0.65);
}

.medium-dark-color {
  color: #171347;
}

.white-bg-alt {
  background-color: rgba(255, 255, 255, 0.1);
}

.white-bg {
  background-color: #ffffff;
}

.white-after:after {
  background-color: #ffffff;
}

.white-before:before {
  background-color: #ffffff;
}

.white-color-alt {
  color: rgba(255, 255, 255, 0.65);
}

.white-color {
  color: #ffffff;
}

.black-bg-alt {
  background-color: rgba(0, 0, 0, 0.1);
}

.black-bg {
  background-color: #000000;
}

.black-after:after {
  background-color: #000000;
}

.black-before:before {
  background-color: #000000;
}

.black-color-alt {
  color: rgba(0, 0, 0, 0.65);
}

.black-color {
  color: #000000;
}

.yellow-bg-alt {
  background-color: rgba(255, 190, 61, 0.1);
}

.yellow-bg {
  background-color: #ffbe3d;
}

.yellow-after:after {
  background-color: #ffbe3d;
}

.yellow-before:before {
  background-color: #ffbe3d;
}

.yellow-color-alt {
  color: rgba(255, 190, 61, 0.65);
}

.yellow-color {
  color: #ffbe3d;
}

.green-bg-alt {
  background-color: rgba(17, 226, 121, 0.1);
}

.green-bg {
  background-color: #11e279;
}

.green-after:after {
  background-color: #11e279;
}

.green-before:before {
  background-color: #11e279;
}

.green-color-alt {
  color: rgba(17, 226, 121, 0.65);
}

.green-color {
  color: #11e279;
}

.blue-bg-alt {
  background-color: rgba(21, 178, 236, 0.1);
}

.blue-bg {
  background-color: #15b2ec;
}

.blue-after:after {
  background-color: #15b2ec;
}

.blue-before:before {
  background-color: #15b2ec;
}

.blue-color-alt {
  color: rgba(21, 178, 236, 0.65);
}

.blue-color {
  color: #15b2ec;
}

.pink-bg-alt {
  background-color: rgba(241, 38, 153, 0.1);
}

.pink-bg {
  background-color: #f12699;
}

.pink-after:after {
  background-color: #f12699;
}

.pink-before:before {
  background-color: #f12699;
}

.pink-color-alt {
  color: rgba(241, 38, 153, 0.65);
}

.pink-color {
  color: #f12699;
}

.body-bg-alt {
  background-color: rgba(113, 128, 150, 0.1);
}

.body-bg {
  background-color: #718096;
}

.body-after:after {
  background-color: #718096;
}

.body-before:before {
  background-color: #718096;
}

.body-color-alt {
  color: rgba(113, 128, 150, 0.65);
}

.body-color {
  color: #718096;
}

.white-color-light {
  color: rgba(255, 255, 255, 0.65);
}

.bg-transparent {
  background-color: transparent;
}

.theme-g-bg {
  background: linear-gradient(to right, #0050d8, #002a72);
}

.dark-g-bg {
  background: linear-gradient(50deg, #273444 0, #272b44 100%);
}

/*	Property
---------------------------*/
.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

/* hover color
-------------------------------*/
.theme-hover-bg:hover {
  background: #0050d8;
}
.theme-hover-bg:hover * {
  color: #ffffff;
}
.theme-hover-bg:hover [class*="-bg"].theme-color i {
  color: #0050d8;
}
.theme-hover-bg:hover [class*="-bg-alt"].theme-color {
  background-color: rgba(0, 0, 0, 0.2);
}
.theme-hover-bg:hover [class*="-bg-alt"].theme-color i {
  color: #ffffff;
}

/*	SVG fill
---------------------------*/
.svg-color polygon,
.svg-color path,
.svg-color circle,
.svg_img polygon,
.svg_img path,
.svg_img circle {
  fill: currentColor;
}

mark,
.mark {
  color: inherit;
  padding: 0;
  background: 0 0;
  background-image: linear-gradient(120deg, rgba(83, 210, 103, 0.4) 0, rgba(83, 210, 103, 0.4) 100%);
  background-repeat: no-repeat;
  background-size: 100% .3em;
  background-position: 0 80%;
  position: relative;
}

/*  Gradient Bg
---------------------------*/
.g-bg-gray {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #f2f3fa 100%);
}

.g-bg-1 {
  background: #ec008c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fc6767, #ec008c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-2 {
  background: #DA22FF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #9733EE, #DA22FF);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #9733EE, #DA22FF);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-3 {
  background: #FDC830;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F37335, #FDC830);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-4 {
  background: #00c6ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0072ff, #00c6ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-5 {
  background: #396afc;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2948ff, #396afc);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2948ff, #396afc);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-6 {
  background: #8E2DE2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4A00E0, #8E2DE2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-7 {
  background: #2EAD96;
  background: -webkit-linear-gradient(top left, #2EAD96, #34CC5B);
  background: -moz-linear-gradient(top left, #2EAD96, #34CC5B);
  background: linear-gradient(to bottom right, #2EAD96, #34CC5B);
}

.g-bg-8 {
  background: #E44D26;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F16529, #E44D26);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F16529, #E44D26);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-9 {
  background: #bc4e9c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #f80759, #bc4e9c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f80759, #bc4e9c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-10 {
  background: #f12711;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #f5af19, #f12711);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f5af19, #f12711);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*---------------------------
 Header Start
------------------------------*/
/* Fixed Header
----------------------------------*/
.fixed-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.fixed-header .fixed-header-bar {
  background: #ffffff;
  box-shadow: 0 0 64px 0 rgba(22, 28, 45, 0.05);
}
.header-dark:not(.header-transparent) .fixed-header-bar {
  background: #ffffff;
}

/* Header Top Bar
----------------------------------*/
.navbar-top {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #111;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.fixed-header .navbar-top {
  margin-top: -41px;
}
.header-white .navbar-top {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.navbar-top .navbar-nav {
  position: relative;
}
.navbar-top .h-ads {
  font-size: 12px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-top .h-ads span {
  padding: 5px 10px;
  background: #0050d8;
  color: #ffffff;
  border-radius: 30px;
}
.navbar-top .h-ads label {
  margin: 0;
}
.navbar-top .h-lang .flag-icon {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
}
.navbar-top .dropdown > .nav-link {
  padding: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  display: block;
}
.navbar-top .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
}
.navbar-top .dropdown .dropdown-menu .dropdown-header {
  font-weight: 500;
  padding: 5px 12px;
  color: #152c5b;
}
.navbar-top .dropdown .dropdown-menu .dropdown-item {
  background: transparent;
  font-size: 12px;
  padding: 5px 12px;
  color: #718096;
}
.navbar-top .dropdown .dropdown-menu .dropdown-item i {
  font-size: 20px;
  vertical-align: middle;
  width: 22px;
  color: #0050d8;
}
.navbar-top .dropdown .dropdown-menu .dropdown-item .badge {
  color: #ffffff;
}
.navbar-top .dropdown .dropdown-menu .dropdown-item.active, .navbar-top .dropdown .dropdown-menu .dropdown-item:hover {
  color: #0050d8;
}
.navbar-top .h-right .nav > li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.navbar-top .h-right .nav > li:not(:first-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.3;
}
.navbar-top .h-right .h-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 22px;
}
.navbar-top .h-right .nav-link {
  padding: 0 5px;
  font-size: 13px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-top .hm-search-open .h-in-search {
  top: 0;
}
.navbar-top .h-in-search {
  position: absolute;
  top: -300%;
  right: 0;
  left: 0;
  padding: 16px;
  background: #ffffff;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.navbar-top .h-in-search .form-control {
  font-size: 13px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
}
.navbar-top .h-in-search .hs-btn {
  background: none;
  font-size: 25px;
  border: 1px solid #ddd;
  padding: 0 13px;
  border-left: none;
}

/* Header Main
----------------------------------*/
.header-white.header-border .fixed-header-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-dark.header-border .fixed-header-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-main {
  padding: 0 15px;
}
.navbar-main .logo-dark {
  display: none;
}
.fixed-header .navbar-main .logo-dark {
  display: block;
}
.fixed-header .navbar-main .logo-light {
  display: none;
}

/* Desktop
----------------------------------*/
@media (min-width: 992px) {
  .navbar-main .navbar-nav > .nav-item > .nav-link {
    padding: 35px 16px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .navbar-main .navbar-nav > .nav-item > .nav-link.active {
    color: #ffffff;
  }
  .fixed-header .navbar-main .navbar-nav > .nav-item > .nav-link.active {
    color: #0050d8;
  }
  .header-dark .navbar-main .navbar-nav > .nav-item > .nav-link.active {
    color: #0050d8;
  }
  .fixed-header .navbar-main .navbar-nav > .nav-item > .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #152c5b;
  }
  .header-dark .navbar-main .navbar-nav > .nav-item > .nav-link {
    color: #152c5b;
  }
  .navbar-main .navbar-nav > .nav-item:hover > .nav-link {
    color: #ffffff;
  }
  .fixed-header .navbar-main .navbar-nav > .nav-item:hover > .nav-link {
    color: #0050d8;
  }
  .header-dark .navbar-main .navbar-nav > .nav-item:hover > .nav-link {
    color: #0050d8;
  }
  .navbar-brand {
	  width:150px;
  }
}
/*	Toggle Menu
-------------------------*/
.navbar-toggler {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin-left: 15px;
  background: #0050d8;
  border: none;
}
.header-white .navbar-toggler {
  background: #ffffff;
}
.navbar-toggler span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
  background: #ffffff;
  color: #ffffff;
}
.header-white .navbar-toggler span {
  background: #152c5b;
  color: #152c5b;
}

/* Responsive Menu
-----------------------------*/
@media (max-width: 991px) {
  .navbar-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-main .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0px 11px 20px 0px rgba(38, 59, 94, 0.2);
  }
  .navbar-main .navbar-nav > li {
    margin: 0;
    border-top: 1px solid #e6e6e6;
  }
  .navbar-main .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 0 15px;
    line-height: 40px;
    display: block;
    color: #152c5b;
  }
}
/*---------------------------
 Mega Menu Start
------------------------------*/
/* Desktop
--------------------*/
@media (min-width: 992px) {
  .px-nav-toggle {
    display: none;
  }

  .mm-in > a {
    position: relative;
  }
  .mm-in > a:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 65%;
    font-weight: 900;
    content: "\f107";
    margin-left: .5rem;
    transition: 0.3s ease;
  }

  .px-dropdown {
    position: relative;
  }
  .px-dropdown .m-dropdown-toggle {
    display: none;
  }
  .px-dropdown .px-dropdown-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 26px 21px 0px rgba(0, 0, 0, 0.1);
    width: 180px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    pointer-events: none;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    opacity: 0;
    border-top: 3px solid #0050d8;
  }
  .px-dropdown .px-dropdown-menu > li > a {
    padding: 8px 15px;
  }
  .px-dropdown .px-dropdown-menu > li > a {
    color: #718096;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .px-dropdown .px-dropdown-menu > li > a i {
    font-size: 14px;
    vertical-align: middle;
    width: 24px;
    display: inline-block;
  }
  .px-dropdown .px-dropdown-menu > li:hover > a {
    color: #0050d8;
  }
  .px-dropdown:hover .px-dropdown-menu {
    opacity: 1;
    top: 100%;
    pointer-events: auto;
  }

  .px-mm-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .px-mega {
    position: static !important;
  }
  .px-mega .px-mega-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 26px 21px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0;
    list-style: none;
    pointer-events: none;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    opacity: 0;
    padding: 0;
    border-top: 3px solid #0050d8;
  }
  .px-mega .px-mm-right {
    padding: 20px;
  }
  .px-mega .mm-title {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0 10px;
    margin: 0;
  }
  .px-mega .mm-link {
    margin: 0;
    padding: 0 0 15px;
  }
  .px-mega .mm-link li {
    list-style: none;
    position: relative;
    padding: 5px 0;
  }
  .px-mega .mm-link li > a {
    color: #718096;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .px-mega .mm-link li > a i {
    font-size: 14px;
    vertical-align: middle;
    width: 24px;
    display: inline-block;
  }
  .px-mega .mm-link li:hover > a {
    color: #0050d8;
  }
  .px-mega:hover .px-mega-menu {
    opacity: 1;
    top: 100%;
    pointer-events: auto;
  }
}
/* Mobile
--------------------*/
@media (max-width: 991px) {
  .px-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    color: #152c5b;
  }

  .mm-in {
    position: relative;
  }
  .mm-in .mm-dorp-in {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    padding: 0;
    background: #f5f5f5;
    border-top: 1px solid #e6e6e6;
  }
  .mm-in .mm-dorp-in > li {
    padding-left: 10px;
  }
  .mm-in .mm-dorp-in > li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .mm-in .mm-dorp-in > li > a {
    display: block;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    color: #152c5b;
  }
  .mm-in .mm-dorp-in > li > a:hover {
    color: #0050d8;
  }
  .mm-in .px-mega-menu .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .mm-in .px-mega-menu .mm-title {
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-top: -1px;
    font-weight: 600;
    color: #0050d8;
    font-size: 15px;
  }
  .mm-in .px-mega-menu .mm-link {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mm-in .px-mega-menu .mm-link > li {
    padding-left: 10px;
  }
  .mm-in .px-mega-menu .mm-link > li:not(:first-child) {
    border-top: 1px solid #e6e6e6;
  }
  .mm-in .px-mega-menu .mm-link > li > a {
    display: block;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    color: #152c5b;
  }
  .mm-in .px-mega-menu .mm-link > li > a:hover {
    color: #0050d8;
  }
  .mm-in.open-menu-parent .mm-dorp-in {
    display: block;
  }
}
/*---------------------------
 Footer Start
------------------------------*/
.footer .footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .footer .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.footer .footer-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .footer-bottom .nav li {
  margin-bottom: 0;
}
.footer .footer-bottom .nav li:not(:first-child), .footer .footer-bottom .nav li:not(:last-child) {
  margin-right: 15px;
}
.footer .links-white a:not(:hover) {
  color: rgba(255, 255, 255, 0.6);
}
.footer .font-small {
  font-size: .875rem;
}
.footer a.theme2nd-color:hover {
  color: #ffffff;
}
.footer .footer-link-1 {
  margin: 0;
}
.footer .footer-link-1 li {
  margin: 0 0 10px;
}
.footer .footer-link-1 li a {
  position: relative;
}
.footer .footer-link-1 li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0px;
  height: 1px;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  background: currentColor;
}
.footer .footer-link-1 li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.footer .footer-link-1 li:last-child {
  margin-bottom: 0;
}
.footer .footer-link-2 {
  margin: 0;
}
.footer .footer-link-2 li {
  margin: 0 0 15px;
}
.footer .footer-link-2 li a {
  position: relative;
  left: 0;
  -moz-transition: ease all 0.35s;
}

@media (max-width: 991px) {
  .navbar-brand {
    width: 180px;
  }
}

/*------------------
  Services Tab
-------------------*/
.nav-pills .nav-link {
  border-radius: 30px;
  padding: 12px 30px;
  margin: 0 10px;
  font-weight: 600;
  color: #212529;
  background-color: #f0f0f0;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0050d8;
  box-shadow: 0 4px 15px rgba(0, 80, 216, 0.3);
}

.nav-pills .nav-link i {
  margin-right: 8px;
}

.tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}

.list-type-02 {
  list-style: none;
  padding-left: 0;
}

.list-type-02 li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
}

.list-type-02 li:before {
  content: '\f00c'; /* Font Awesome check icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #0050d8;
  font-size: 14px;
}
