.header {
  position: absolute;
  z-index: 99999;
  width: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.navbar {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navbar #navbarNav {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar #navbarNav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .navbar #navbarNav ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1674BB), color-stop(51%, #1E205C), to(#1674BB)) !important;
    background-image: linear-gradient(to right, #1674BB 0, #1E205C 51%, #1674BB 100%) !important;
    padding: 20px 0;
  }
}

.navbar #navbarNav ul li {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .navbar #navbarNav ul li {
    padding: 10px 20px;
  }
}

.navbar #navbarNav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

.navbar #navbarNav ul .contact-us a {
  width: 170px;
  padding: 15px;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  display: inline-block;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  -o-border-image: linear-gradient(to left, #1f1b56, #1674bb, #ffd939) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#1f1b56), color-stop(#1674bb), to(#ffd939)) 1;
     border-image: linear-gradient(to left, #1f1b56, #1674bb, #ffd939) 1;
}

.navbar #navbarNav ul .contact-us a::before {
  content: '';
  width: calc(100% + 8px);
  opacity: 0;
  height: calc(100% + 8px);
  position: absolute;
  left: -4px;
  top: -4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: -1;
  background: -webkit-gradient(linear, right top, left top, from(#1f1b56), color-stop(#1674bb), to(#ffd939));
  background: linear-gradient(to left, #1f1b56, #1674bb, #ffd939);
}

.navbar #navbarNav ul .contact-us a:hover {
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  -o-border-image: linear-gradient(to left, #ffd939, #1674bb, #1f1b56) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#ffd939), color-stop(#1674bb), to(#1f1b56)) 1;
     border-image: linear-gradient(to left, #ffd939, #1674bb, #1f1b56) 1;
}

@media (max-width: 767.98px) {
  .navbar #navbarNav ul .contact-us a {
    border: 0 !important;
    width: auto;
    padding: 0;
  }
}

li {
  list-style: none;
}

h2 {
  font-size: 36px;
}

h4 {
  font-size: 22px;
}

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  border: 0;
}

@media (max-width: 767.98px) {
  .navbar-light .navbar-toggler {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999999;
  }
}

.logo_header {
  margin: auto;
}

@media (max-width: 575.98px) {
  .logo_header {
    z-index: 999999;
  }
}

.logo_header a {
  margin: 0;
}

.three .hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.three .hamburger:hover {
  cursor: pointer;
}

.three #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

.three #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.three #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.other-pages {
  padding-top: 200px;
}

.nav-color .header {
  background-color: #0e446c;
}

.footer {
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .footer {
    padding: 60px 0;
  }
}

@media (max-width: 575.98px) {
  .footer {
    padding: 30px 0;
  }
}

.footer .logo-menu-footer {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 30px;
}

.footer .logo-menu-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .footer .logo-menu-footer .footer-menu {
    display: block;
  }
}

.footer .logo-menu-footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
}

@media (max-width: 575.98px) {
  .footer .logo-menu-footer .footer-menu ul {
    display: block;
  }
}

.footer .logo-menu-footer .footer-menu ul li {
  padding: 0 20px;
}

.footer .logo-menu-footer .footer-menu ul li:last-child {
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .footer .logo-menu-footer .footer-menu ul li {
    padding: 0 10px;
  }
}

@media (max-width: 575.98px) {
  .footer .logo-menu-footer .footer-menu ul li {
    padding: 10px 0;
  }
}

.footer .logo-menu-footer .footer-menu ul li a {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footer .logo-menu-footer .footer-menu ul li a:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #1674bb;
}

.footer .bottom-footer {
  padding-top: 30px;
}

.footer .bottom-footer .copy-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .footer .bottom-footer .copy-privacy {
    display: block;
  }
}

.footer .bottom-footer .copy-privacy .copy-right p {
  margin: 0;
}

.footer .bottom-footer .copy-privacy .privacy-policy {
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .footer .bottom-footer .copy-privacy .privacy-policy {
    padding-left: 0px;
    padding-top: 20px;
  }
}

.footer .bottom-footer .copy-privacy .privacy-policy p {
  margin: 0;
}

.footer .bottom-footer .copy-privacy .privacy-policy li a {
  font-size: 16px;
  color: #1A1A1A;
}

.footer .bottom-footer .copy-privacy .privacy-policy li a:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #1674bb;
}

.footer .bottom-footer .copy-privacy .privacy-policy-txt {
  display: none;
}

.footer .bottom-footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .footer .bottom-footer .social-media {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
  }
}

.footer .bottom-footer .social-media svg {
  fill: #1A1A1A;
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  .home-baner {
    margin-top: -5px;
  }
}

.home-baner .home-baner-img {
  height: 650px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 575.98px) {
  .home-baner .home-baner-img {
    height: 240px;
  }
}

.home-baner .home-baner-img .home-content {
  color: white;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .home-baner .home-baner-img .home-content {
    width: 80%;
  }
}

@media (max-width: 575.98px) {
  .home-baner .home-baner-img .home-content {
    display: none;
  }
}

.home-baner .home-baner-img .home-content h1 {
  font-size: 56px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 60px;
}

@media (max-width: 991.98px) {
  .home-baner .home-baner-img .home-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .home-baner .home-baner-img .home-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .home-baner .home-baner-img .home-content h1 {
    font-size: 32px;
  }
}

.home-baner .home-baner-img .home-content p {
  font-size: 24px;
  font-weight: 400;
  width: 80%;
  margin: auto;
}

@media (max-width: 991.98px) {
  .home-baner .home-baner-img .home-content p {
    font-size: 22px;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .home-baner .home-baner-img .home-content p {
    font-size: 18px;
    width: 100%;
  }
}

.mobile-bck-home {
  background-color: #000b19;
  height: 500px;
  margin: 0;
  padding: 0;
  display: none;
  position: relative;
}

@media (max-width: 575.98px) {
  .mobile-bck-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-bck-home .home-content {
  color: white;
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
  .mobile-bck-home .home-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575.98px) {
  .mobile-bck-home .home-content h1 {
    font-size: 32px;
    margin: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .mobile-bck-home .home-content p {
    font-size: 18px;
    width: 100%;
    margin: 0;
  }
}

.leadership {
  padding: 140px 0;
  position: relative;
}

@media (max-width: 575.98px) {
  .leadership {
    padding: 60px 0;
  }
}

.leadership .leadership-img-left {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  .leadership .leadership-img-left {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .leadership .leadership-img-left {
    width: 90%;
  }
}

.leadership .leadership-img-right {
  position: absolute;
  right: 0;
  top: 9%;
}

@media (max-width: 991.98px) {
  .leadership .leadership-img-right {
    top: 50%;
    width: 60%;
  }
}

@media (max-width: 575.98px) {
  .leadership .leadership-img-right {
    top: 64%;
    width: 90%;
  }
}

.leadership h2 {
  padding-bottom: 40px;
  margin: 0;
  font-weight: 700;
  line-height: 36px;
}

@media (max-width: 575.98px) {
  .leadership h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.leadership p {
  font-size: 20px;
  margin: 0;
  font-weight: 400;
  color: #000;
}

@media (max-width: 991.98px) {
  .leadership p br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .leadership p {
    font-size: 16px;
  }
}

.leadership .all-team {
  padding: 80px 100px 0 100px;
}

@media (max-width: 991.98px) {
  .leadership .all-team {
    padding: 80px 0px 0 0px;
  }
}

@media (max-width: 767.98px) {
  .leadership .all-team {
    padding: 60px 0px 0 0px;
  }
}

@media (max-width: 575.98px) {
  .leadership .all-team {
    padding: 40px 0px 0 0px;
  }
}

.s2-home .s2-home-img {
  color: #ffffff;
  position: relative;
}

.offers-home {
  padding: 140px 0;
  position: relative;
}

@media (max-width: 575.98px) {
  .offers-home {
    padding: 40px 0;
    padding-top: 100px;
  }
}

.offers-home h2 {
  padding-bottom: 80px;
  color: white;
  margin: 0;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .offers-home h2 {
    width: 46%;
  }
}

@media (max-width: 991.98px) {
  .offers-home h2 {
    width: 70%;
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .offers-home h2 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .offers-home h2 {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 80%;
  }
}

.offers-home .offers-content {
  padding-right: 64px;
}

@media (max-width: 1199.98px) {
  .offers-home .offers-content {
    padding-right: 16px;
  }
}

@media (max-width: 991.98px) {
  .offers-home .offers-content {
    padding-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .offers-home .offers-content {
    padding-top: 40px;
  }
}

.offers-home .offers-content img {
  height: 120px;
  padding-bottom: 30px;
}

@media (max-width: 575.98px) {
  .offers-home .offers-content img {
    padding-bottom: 12px;
  }
}

.offers-home p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}

.about-m {
  padding-left: 140px;
  padding-right: 140px;
}

@media (max-width: 1400.98px) {
  .about-m {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 575.98px) {
  .about-m {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mission-about {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(230, 237, 246, 0.1);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  position: relative;
  padding: 80px 0px;
  border-radius: 20px;
  margin-top: -10px;
}

@media (max-width: 767.98px) {
  .mission-about {
    padding: 60px 0px;
  }
}

@media (max-width: 575.98px) {
  .mission-about {
    padding: 40px 0px;
  }
}

@media (max-width: 767.98px) {
  .mission-about .mission-style {
    padding-top: 40px;
  }
}

.mission-about .readmore-btn-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}

@media (max-width: 575.98px) {
  .mission-about .readmore-btn-home {
    padding-top: 40px;
  }
}

.mission-about .readmore-btn-home a {
  width: 170px;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  display: inline-block;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  position: relative;
  -o-border-image: linear-gradient(to left, #1f1b56, #1674bb, #ffd939) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#1f1b56), color-stop(#1674bb), to(#ffd939)) 1;
     border-image: linear-gradient(to left, #1f1b56, #1674bb, #ffd939) 1;
}

.mission-about .readmore-btn-home a:hover {
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  -o-border-image: linear-gradient(to left, #ffd939, #1674bb, #1f1b56) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#ffd939), color-stop(#1674bb), to(#1f1b56)) 1;
     border-image: linear-gradient(to left, #ffd939, #1674bb, #1f1b56) 1;
}

.mission-about .readmore-btn-home a::before {
  content: '';
  width: calc(100% + 8px);
  opacity: 0;
  height: calc(100% + 8px);
  position: absolute;
  left: -4px;
  top: -4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: -1;
  background: -webkit-gradient(linear, right top, left top, from(#1f1b56), color-stop(#1674bb), to(#ffd939));
  background: linear-gradient(to left, #1f1b56, #1674bb, #ffd939);
}

.mission-about h2 {
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .mission-about h2 {
    font-size: 26px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .mission-about h2 {
    font-size: 20px;
    padding-bottom: 16px;
  }
}

.mission-about p {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .mission-about p {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .mission-about p {
    font-size: 16px;
  }
}

.subscribe-section .subscribe-section-img {
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}

@media (max-width: 575.98px) {
  .subscribe-section .subscribe-section-img {
    padding: 40px 0;
  }
}

.subscribe-section .subscribe-section-img .subscribe-content {
  color: white;
}

.subscribe-section .subscribe-section-img .subscribe-content h5 {
  font-size: 26px;
  font-weight: 400;
  padding-right: 40px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .subscribe-section .subscribe-section-img .subscribe-content h5 {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .subscribe-section .subscribe-section-img .subscribe-content h5 {
    font-size: 18px;
    opacity: 0.8;
    padding-bottom: 24px;
  }
}

.subscribe-section .subscribe-section-img .subscribe-content .or-txt {
  margin-bottom: 20px;
  color: #1D225F;
  text-align: center;
  font-size: 16px;
}

.subscribe-section .subscribe-section-img .subscribe-content .privacy-policy-txt li {
  font-size: 12px;
  color: #191919;
  padding-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .subscribe-section .subscribe-section-img .subscribe-content .privacy-policy-txt li {
    font-size: 9px;
  }
}

.subscribe-section .subscribe-section-img .subscribe-content .privacy-policy-txt li a {
  color: #191919;
  padding-left: 5px;
  font-weight: 500;
}

.subscribe-section .subscribe-section-img .subscribe-content .contact-us-btn button {
  width: 100%;
  height: 52px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1674BB;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1674BB), color-stop(51%, #1E205C), to(#1674BB));
  background-image: linear-gradient(to right, #1674BB 0, #1E205C 51%, #1674BB 100%);
  border-color: #1674BB;
  border: 0;
  border-radius: 6px;
  outline: 0;
  background-size: 200% auto !important;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  will-change: box-shadow,transform;
}

.subscribe-section .subscribe-section-img .subscribe-content .contact-us-btn button:hover {
  background-position: right center;
}

.subscribe-section .subscribe-section-img .subscribe-content .contact-us-btn button a {
  text-decoration: none;
  color: #fff;
}

.tnp-subscription-minimal input.tnp-email {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #82c8f3 !important;
  border-radius: 6px !important;
  padding: 16px !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  border-width: 2px !important;
  border-style: solid !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in !important;
  transition: all 0.3s ease-in !important;
  position: relative !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#82c8f3), to(#82c8f3)) padding-box, -webkit-gradient(linear, right top, left top, from(#1f1b56), color-stop(#1674bb), to(#ffd939)) border-box !important;
  background: linear-gradient(#82c8f3, #82c8f3) padding-box, linear-gradient(to left, #1f1b56, #1674bb, #ffd939) border-box !important;
  color: #313149 !important;
  border: 2px solid transparent !important;
  border-radius: 6px !important;
  padding: 15px !important;
}

.tnp-subscription-minimal input.tnp-email:focus {
  outline: 0 !important;
}

.tnp-subscription-minimal input.tnp-email::-webkit-input-placeholder {
  color: #000000 !important;
}

.tnp-subscription-minimal input.tnp-email:-ms-input-placeholder {
  color: #000000 !important;
}

.tnp-subscription-minimal input.tnp-email::-ms-input-placeholder {
  color: #000000 !important;
}

.tnp-subscription-minimal input.tnp-email::placeholder {
  color: #000000 !important;
}

.tnp-subscription-minimal form {
  display: -ms-grid;
  display: grid;
}

.wp-block-tnp-minimal {
  padding: 0 !important;
}

.wp-block-tnp-minimal p {
  display: none;
}

.tnp-subscription-minimal input.tnp-submit {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 16px !important;
  border: 1px;
  border-color: #ddd;
  background-color: #444;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 16px !important;
  line-height: 20px;
  border-radius: 0px;
  margin: 0;
  background-color: #1674BB !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1674BB), color-stop(51%, #1E205C), to(#1674BB)) !important;
  background-image: linear-gradient(to right, #1674BB 0, #1E205C 51%, #1674BB 100%) !important;
  border-color: #1674BB !important;
  border: 0 !important;
  border-radius: 6px !important;
  outline: 0 !important;
  background-size: 200% auto !important;
  white-space: nowrap !important;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s !important;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) !important;
  will-change: box-shadow,transform !important;
  margin-bottom: 12px !important;
}

.tnp-subscription-minimal input.tnp-submit:hover {
  background-position: right center !important;
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

.stars, .twinkling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  z-index: 0;
}

.twinkling {
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}

.stars-section {
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 5;
}

.home-img-right {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .home-img-right {
    width: 40%;
    top: 24%;
  }
}

@media (max-width: 575.98px) {
  .home-img-right {
    width: 60%;
    top: 26%;
  }
}

.star1, .star2, .star3 {
  position: absolute;
  -webkit-animation: zoom-in-zoom-out 2s ease-out infinite;
          animation: zoom-in-zoom-out 2s ease-out infinite;
}

@media (max-width: 575.98px) {
  .star1, .star2, .star3 {
    width: 20%;
  }
}

.star1 {
  bottom: 20%;
}

@media (max-width: 575.98px) {
  .star1 {
    right: 5%;
    bottom: 28%;
  }
}

.star2 {
  bottom: 10%;
  right: 20%;
}

.star3 {
  top: 40%;
  right: 35%;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.contact-page .contact-img {
  padding-top: 200px;
  padding-bottom: 140px;
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .contact-page .contact-img {
    padding-bottom: 80px;
  }
}

@media (max-width: 575.98px) {
  .contact-page .contact-img {
    padding-bottom: 60px;
    padding-top: 180px;
  }
}

.contact-page .contact-img .contact-content .title-text {
  color: #ffffff;
  padding-bottom: 80px;
}

@media (max-width: 575.98px) {
  .contact-page .contact-img .contact-content .title-text {
    padding-bottom: 40px;
  }
}

.contact-page .contact-img .contact-content .title-text h2 {
  font-size: 36px;
  margin: 0;
  padding-bottom: 40px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .contact-page .contact-img .contact-content .title-text h2 {
    font-size: 20px;
  }
}

.contact-page .contact-img .contact-content .title-text p {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 575.98px) {
  .contact-page .contact-img .contact-content .title-text p {
    font-size: 16px;
  }
}

.contact-page .contact-img .contact-content .contact-form label {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding-bottom: 16px;
  font-weight: 400;
}

.contact-page .contact-img .contact-content .contact-form label span {
  color: #EF1D00;
  padding-left: 5px;
}

.contact-page .contact-img .contact-content .contact-form .state_style, .contact-page .contact-img .contact-content .contact-form .number-style {
  padding: 14px 10px 14px 50px !important;
}

.contact-page .contact-img .contact-content .contact-form input[type=text],
.contact-page .contact-img .contact-content .contact-form input[type=email],
.contact-page .contact-img .contact-content .contact-form input[type=number] {
  border-radius: 6px;
  border: 0px;
  width: 100%;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  resize: vertical;
  cursor: text;
  border: 2px solid transparent;
}

@media (max-width: 575.98px) {
  .contact-page .contact-img .contact-content .contact-form input[type=text],
  .contact-page .contact-img .contact-content .contact-form input[type=email],
  .contact-page .contact-img .contact-content .contact-form input[type=number] {
    margin-bottom: 20px;
  }
}

.contact-page .contact-img .contact-content .contact-form input[type=text]:focus,
.contact-page .contact-img .contact-content .contact-form input[type=email]:focus,
.contact-page .contact-img .contact-content .contact-form input[type=number]:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, right top, left top, from(#1f1b56), color-stop(#1674bb), to(#ffd939)) border-box !important;
  background: linear-gradient(white, white) padding-box, linear-gradient(to left, #1f1b56, #1674bb, #ffd939) border-box !important;
  outline: none;
}

.contact-page .contact-img .contact-content .contact-form textarea {
  border-radius: 6px;
  border: 0px;
  width: 100%;
  height: 140px;
  background-color: white;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 14px;
  resize: vertical;
  cursor: text;
  margin: 0;
  border: 2px solid transparent !important;
}

.contact-page .contact-img .contact-content .contact-form textarea:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, right top, left top, from(#1f1b56), color-stop(#1674bb), to(#ffd939)) border-box !important;
  background: linear-gradient(white, white) padding-box, linear-gradient(to left, #1f1b56, #1674bb, #ffd939) border-box !important;
  outline: none;
}

.contact-page .contact-img .contact-content .contact-form input[type=submit] {
  width: 122px;
  height: 52px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #1674BB;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1674BB), color-stop(51%, #1E205C), to(#1674BB));
  background-image: linear-gradient(to right, #1674BB 0, #1E205C 51%, #1674BB 100%);
  border-color: #1674BB;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  outline: 0;
  background-size: 200% auto !important;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.5s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  will-change: box-shadow,transform;
}

.contact-page .contact-img .contact-content .contact-form input[type=submit]:focus {
  outline: none;
}

.contact-page .contact-img .contact-content .contact-form input[type=submit]:hover {
  background-position: right center;
}

.news-s1 .news-s1-img {
  height: 430px;
  background-repeat: no-repeat;
  background-position: unset;
  background-size: cover;
  position: relative;
}

@media (max-width: 991.98px) {
  .news-s1 .news-s1-img {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .news-s1 .news-s1-img {
    height: 200px;
  }
}

.news-s1 .news-s1-img .news-s1-title {
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .news-s1 .news-s1-img .news-s1-title {
    top: 90%;
  }
}

.news-s1 .news-s1-img .news-s1-title h2 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 991.98px) {
  .news-s1 .news-s1-img .news-s1-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .news-s1 .news-s1-img .news-s1-title h2 {
    font-size: 20px;
  }
}

.news-s2 {
  padding: 80px 0 14px 0;
  position: relative;
}

@media (max-width: 575.98px) {
  .news-s2 {
    padding: 20px 0 14px 0;
  }
}

.news-s2 .news-s2-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-s2 .news-s2-content .title-date {
  padding: 40px 0;
}

@media (max-width: 991.98px) {
  .news-s2 .news-s2-content .title-date {
    padding: 30px 0;
  }
}

.news-s2 .news-s2-content .title-date p {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .news-s2 .news-s2-content .title-date p {
    font-size: 14px;
  }
}

.news-s2 .news-s2-content .title-date h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 991.98px) {
  .news-s2 .news-s2-content .title-date h3 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .news-s2 .news-s2-content .title-date h3 {
    font-size: 18px;
  }
}

.news-s2 .news-s2-content button {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, right top, left top, from(#1f1b56), color-stop(#1674bb), to(#ffd939)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to left, #1f1b56, #1674bb, #ffd939) border-box;
  color: #313149;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 15px;
  width: 170px;
  text-align: center;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.news-s2 .news-s2-content button:hover {
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, right top, left top, from(#ffd939), color-stop(#1674bb), to(#1f1b56)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to left, #ffd939, #1674bb, #1f1b56) border-box;
}

@media (max-width: 575.98px) {
  .news-s2 .news-s2-content button {
    padding: 10px;
  }
}

.news-s2 .news-s2-content button a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 991.98px) {
  .news-s2 .news-s2-content button a {
    padding: 14px 20px;
  }
}

@media (max-width: 575.98px) {
  .news-s2 .news-s2-content button a {
    font-size: 14px;
    padding: 15px 24px;
  }
}

.img-left-news {
  position: absolute;
  left: 0;
}

@media (max-width: 767.98px) {
  .img-left-news {
    width: 25%;
  }
}

.img-right-news {
  position: absolute;
  right: 0;
}

@media (max-width: 767.98px) {
  .img-right-news {
    width: 100%;
    top: 10%;
  }
}

@media (max-width: 767.98px) {
  .img-right-news {
    width: 100%;
    top: 50%;
  }
}

.news-pd {
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .news-pd {
    padding-bottom: 60px;
  }
}

.news-pd:nth-child(even) {
  padding-left: 70px;
}

@media (max-width: 991.98px) {
  .news-pd:nth-child(even) {
    padding-left: 20px;
  }
}

@media (max-width: 767.98px) {
  .news-pd:nth-child(even) {
    padding-left: 15px;
  }
}

.news-pd:nth-child(odd) {
  padding-right: 70px;
}

@media (max-width: 991.98px) {
  .news-pd:nth-child(odd) {
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .news-pd:nth-child(odd) {
    padding-right: 15px;
  }
}

.ourstory-s1 .ourstory-s1-img {
  height: 430px;
  background-repeat: no-repeat;
  background-position: unset;
  background-size: cover;
  position: relative;
}

@media (max-width: 991.98px) {
  .ourstory-s1 .ourstory-s1-img {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .ourstory-s1 .ourstory-s1-img {
    height: 200px;
    background-position: bottom;
  }
}

.ourstory-s1 .ourstory-s1-img .ourstory-s1-title {
  position: absolute;
  bottom: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .ourstory-s1 .ourstory-s1-img .ourstory-s1-title {
    bottom: 0px;
  }
}

.ourstory-s1 .ourstory-s1-img .ourstory-s1-title h2 {
  color: white;
  padding-left: 180px;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .ourstory-s1 .ourstory-s1-img .ourstory-s1-title h2 {
    padding-left: 90px;
  }
}

@media (max-width: 991.98px) {
  .ourstory-s1 .ourstory-s1-img .ourstory-s1-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .ourstory-s1 .ourstory-s1-img .ourstory-s1-title h2 {
    padding-left: 0px;
  }
}

@media (max-width: 575.98px) {
  .ourstory-s1 .ourstory-s1-img .ourstory-s1-title h2 {
    font-size: 20px;
  }
}

.ourstory-s2 {
  position: relative;
}

.ourstory-s2 img {
  z-index: -999;
}

.ourstory-s2 .page-content-os {
  padding: 40px 180px;
}

@media (max-width: 1199.98px) {
  .ourstory-s2 .page-content-os {
    padding: 40px 90px;
  }
}

@media (max-width: 767.98px) {
  .ourstory-s2 .page-content-os {
    padding: 40px 0px;
  }
}

@media (max-width: 575.98px) {
  .ourstory-s2 .page-content-os {
    padding: 20px 0px;
  }
}

.ourstory-s2 .page-content-os p {
  font-size: 22px;
}

@media (max-width: 575.98px) {
  .ourstory-s2 .page-content-os p {
    font-size: 16px;
  }
}

.ourstory-s2 .page-content-os h4 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575.98px) {
  .ourstory-s2 .page-content-os h4 {
    font-size: 20px;
  }
}

.ourstory-s2 .ourstory-s2-content {
  padding: 0 180px;
}

@media (max-width: 1199.98px) {
  .ourstory-s2 .ourstory-s2-content {
    padding: 0 90px;
  }
}

@media (max-width: 767.98px) {
  .ourstory-s2 .ourstory-s2-content {
    padding: 0px;
  }
}

.ourstory-s2 .ourstory-s2-content .ourstory-s2-title {
  padding-bottom: 80px;
}

@media (max-width: 575.98px) {
  .ourstory-s2 .ourstory-s2-content .ourstory-s2-title {
    padding-bottom: 20px;
  }
}

.ourstory-s2 .ourstory-s2-content .ourstory-s2-title p {
  font-size: 22px;
}

@media (max-width: 575.98px) {
  .ourstory-s2 .ourstory-s2-content .ourstory-s2-title p {
    font-size: 16px;
  }
}

.ourstory-s2 .ourstory-s2-content .ourstory-s2-title h4 {
  font-size: 36px;
  padding-bottom: 40px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575.98px) {
  .ourstory-s2 .ourstory-s2-content .ourstory-s2-title h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.ourstory-s2 .ourstory-s2-content .ourstory-s2-title:last-child {
  padding-bottom: 0;
}

.img-1-left {
  position: absolute;
  left: 0;
}

.img-2-left {
  position: absolute;
  left: 0;
  bottom: 10%;
}

.img-1-right {
  position: absolute;
  right: 0;
  top: 10%;
}

.img-2-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .img-1-left, .img-2-left, .img-1-right, .img-2-right {
    width: 35%;
  }
}

@media (max-width: 767.98px) {
  .img-1-left, .img-2-left, .img-1-right, .img-2-right {
    width: 55%;
  }
}

.privacy-policy-s1 .privacy-policy-s1-img {
  height: 450px;
  background-repeat: no-repeat;
  background-position: unset;
  background-size: cover;
  position: relative;
}

@media (max-width: 991.98px) {
  .privacy-policy-s1 .privacy-policy-s1-img {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .privacy-policy-s1 .privacy-policy-s1-img {
    height: 200px;
    background-position: bottom;
  }
}

.privacy-policy-s1 .privacy-policy-s1-img .privacy-policy-s1-title {
  position: absolute;
  bottom: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.privacy-policy-s1 .privacy-policy-s1-img .privacy-policy-s1-title h2 {
  color: white;
  padding-left: 180px;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .privacy-policy-s1 .privacy-policy-s1-img .privacy-policy-s1-title h2 {
    padding-left: 90px;
  }
}

@media (max-width: 991.98px) {
  .privacy-policy-s1 .privacy-policy-s1-img .privacy-policy-s1-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .privacy-policy-s1 .privacy-policy-s1-img .privacy-policy-s1-title h2 {
    padding-left: 0px;
  }
}

@media (max-width: 575.98px) {
  .privacy-policy-s1 .privacy-policy-s1-img .privacy-policy-s1-title h2 {
    font-size: 20px;
  }
}

.privacy-policy-s2 {
  position: relative;
}

.privacy-policy-s2 img {
  z-index: -999;
}

.privacy-policy-s2 .privacy-policy-s2-content {
  padding: 0 180px;
  padding-top: 40px;
}

@media (max-width: 1199.98px) {
  .privacy-policy-s2 .privacy-policy-s2-content {
    padding: 0 90px;
  }
}

@media (max-width: 767.98px) {
  .privacy-policy-s2 .privacy-policy-s2-content {
    padding: 0px;
    padding-top: 20px;
  }
}

.privacy-policy-s2 .privacy-policy-s2-content .privacy-policy-s2-title {
  padding-bottom: 80px;
}

@media (max-width: 575.98px) {
  .privacy-policy-s2 .privacy-policy-s2-content .privacy-policy-s2-title {
    padding-bottom: 20px;
  }
}

.privacy-policy-s2 .privacy-policy-s2-content .privacy-policy-s2-title p {
  font-size: 22px;
}

@media (max-width: 575.98px) {
  .privacy-policy-s2 .privacy-policy-s2-content .privacy-policy-s2-title p {
    font-size: 16px;
  }
}

.privacy-policy-s2 .privacy-policy-s2-content .privacy-policy-s2-title h4 {
  font-size: 36px;
  padding-bottom: 40px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575.98px) {
  .privacy-policy-s2 .privacy-policy-s2-content .privacy-policy-s2-title h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.privacy-policy-s2 .privacy-policy-s2-content .privacy-policy-s2-title a {
  color: #1674BB;
  text-decoration: none;
}

.privacy-policy-s2 .privacy-policy-s2-content .privacy-policy-s2-title:last-child {
  padding-bottom: 0;
}

.img-1-left {
  position: absolute;
  left: 0;
}

.img-2-left {
  position: absolute;
  left: 0;
  bottom: 10%;
}

.img-1-right {
  position: absolute;
  right: 0;
  top: 10%;
}

.img-2-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .img-1-left, .img-2-left, .img-1-right, .img-2-right {
    width: 35%;
  }
}

@media (max-width: 767.98px) {
  .img-1-left, .img-2-left, .img-1-right, .img-2-right {
    width: 55%;
  }
}
/*# sourceMappingURL=main.css.map */