/*!
Theme Name: Boost
Theme URI: http://underscores.me/
Author: Merkmonsters
Author URI: https://merkmonsters.nl
Description: Description
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boost

*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Lexend:wght@400;700&display=swap');
body {
	color: #52697f;
	font-family: 'Nunito Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.77778;
  	font-size: 17px;@media
}

html {
  scroll-padding-top: 58px;
}

main {
  margin-top: 100px;
}
@media (max-width: 768px) {
	main {
	margin-top: 70px;	
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0B0B3D;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin-bottom: 0.9rem;

}

.h3, h3 {
	font-size: 1.35rem;
}

a {
  text-decoration: none;
  outline: none;
  color: #00B4D8;
}
a:hover {
	color: #00B4D8;
	text-decoration: underline;
}

p {
  line-height: 1.77778;
  font-size: 17px;
}

hr {
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .container, .container-sm {
      max-width: 540px;
  }
}
  @media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .container-card {
      max-width: 1360px;
      margin: 0 auto;
  }
}

@media (min-width: 1480px) {
  .container-card {
      max-width: 1470px;
      margin: 0 auto;
  }
}


.container-card>.hero-2, .container-card>.hero-page, .container-card>.card.image-wrapper:before {
    border-radius: 0!important;
}
@media (min-width: 1400px) {
  .container-card>.hero-2, .container-card>.hero-page, .container-card>.card.image-wrapper:before {
      border-radius: 0.8rem!important;
  }
}

.row > * {
  position: relative;
}

.bg-primary {
  background-color: #8338EC !important;
}

.bg-soft-primary {
  background-color: rgba(131, 56, 236, 0.1) !important;
}

.text-primary {
  color: #8338EC !important;
}

.uim-icon-primary .uim-svg {
  fill: #006EA9 !important;
}

.bg-success {
  background-color: #09BC8A !important;
}

.bg-soft-success {
  background-color: rgba(9, 188, 138, 0.1) !important;
}

.text-success {
  color: #09BC8A !important;
}

.uim-icon-success .uim-svg {
  fill: #09BC8A !important;
}

.bg-info {
  background-color: #00B4D8 !important;
}

.bg-soft-info {
  background-color: rgba(0, 180, 216, 0.1) !important;
}

.text-info {
  color: #00B4D8 !important;
}

.uim-icon-info .uim-svg {
  fill: #00B4D8 !important;
}

.bg-warning {
  background-color: #ffd455 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 212, 85, 0.1) !important;
}

.text-warning {
  color: #ffd455 !important;
}

.uim-icon-warning .uim-svg {
  fill: #ffd455 !important;
}

.bg-danger {
  background-color: #D1495B !important;
}

.bg-soft-danger {
  background-color: rgba(209, 73, 91, 0.1) !important;
}

.text-danger {
  color: #D1495B !important;
}

.uim-icon-danger .uim-svg {
  fill: #D1495B !important;
}

.bg-dark {
  background-color: #0B0B3D !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-blue {
  color: #7bcad9;
}

.uim-icon-dark .uim-svg {
  fill: #343a40 !important;
}

.bg-muted {
  background-color: #a7a9c0 !important;
}

.bg-soft-muted {
  background-color: rgba(167, 169, 192, 0.1) !important;
}

.text-muted {
  color: #a7a9c0 !important;
}

.uim-icon-muted .uim-svg {
  fill: #a7a9c0 !important;
}

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

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

.text-white {
  color: #ffffff !important;
}

.uim-icon-white .uim-svg {
  fill: #ffffff !important;
}

.bg-light {
  position: relative;
  background-color: #F1FAFD !important;
  z-index: 1;
}


.bg-soft-light {
  background-color: rgba(246, 250, 255, 0.1) !important;
}

.text-light {
  color: #f6faff !important;
}

.uim-icon-light .uim-svg {
  fill: #f6faff !important;
}

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

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

.text-black {
  color: #000000 !important;
}

.uim-icon-black .uim-svg {
  fill: #000000 !important;
}

.form-check:focus {
  outline: none;
}

.form-check .form-check-input {
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #8338EC;
  border-color: #8338EC;
}

.form-check .form-check-input:checked:focus {
  box-shadow: none !important;
}

.card {
  border: none;
  box-shadow: 0px 0px 50px 0px rgba(0, 180, 216, 0.1);
  border-radius: 7px;
  margin-bottom: 30px;
}

.section {
  position: relative;
  padding: 60px 0px 60px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-flex  > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.widget_title-box {
	padding-top: 30px;
}

.rounded {
  border-radius: 0.95rem!important;
}

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

.title .title-icon {
  position: relative;
}

.title .title-icon::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background: #e9ecef;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 12px;
}

.text-body {
  color: #343a40 !important;
}

.me-1 {
    margin-right: 0.25rem!important;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.avatar-sm {
  height: 16px;
  width: 16px;
}

.avatar-md {
  height: 32px;
  width: 32px;
}

.avatar-lg {
  height: 40px;
  width: 40px;
}

.uim-svg {
  fill: #006EA9 !important;
}

.uim-svg svg {
  width: 24px;
  height: 24px;
  vertical-align: inherit;
}

.icons-sm svg {
  height: 18px;
  width: 18px;
}

.icons-md svg {
  height: 32px;
  width: 32px;
}

.icons-lg svg {
  height: 40px;
  width: 40px;
}

.icons-xl svg {
  height: 48px;
  width: 48px;
}

.box-shadow {
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}

.avatar-title {
  align-items: center;
  background-color: #8338EC;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  justify-content: center;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #343a40;
}

.form-control::placeholder {
  color: #cbcbd5;
}

label {
  color: #343a40;
  font-weight: 600;
}

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

.btn {
  padding: 12px 18px;
  font-weight: 500;
  transition: all 0.4s;
  border-radius: 7px;
  font-weight: 700;
}

.btn:hover, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.btn-sm {
  padding: .4rem .8rem;
  font-size: 13px;
}

.btn-light {
  color: #343a40 !important;
}

.btn-primary {
  background: #fff;
    border-color: #fff;
    color: #0B0B3D;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #ffffff;
  background: #00B4D8;
  border-color: #00B4D8;
}

.btn-outline-primary {
  color: #8338EC;
  border-color: #8338EC;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background: #7725ea !important;
  border-color: #7725ea !important;
  color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background: #09BC8A;
  border-color: #09BC8A;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background: #08a97c;
  border-color: #08a97c;
  color: #ffffff;
}

.btn-outline-success {
  color: #09BC8A;
  border-color: #09BC8A;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  background: #08a97c !important;
  border-color: #08a97c !important;
  color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background: #1F1F32;
  border-color: #1F1F32;
}

.btn-info i {
	padding-left: 10px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background: #1F1F32;
  border-color: #1F1F32;
  color: #ffffff;
  box-shadow: 0 10px 24px #0417764d;
}

.btn-outline-info {
  color: #00B4D8;
  border-color: #00B4D8;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  background: #00a3c4 !important;
  border-color: #00a3c4 !important;
  color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background: #ffd455;
  border-color: #ffd455;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background: #ffcf41;
  border-color: #ffcf41;
  color: #ffffff;
}

.btn-outline-warning {
  color: #ffd455;
  border-color: #ffd455;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  background: #ffcf41 !important;
  border-color: #ffcf41 !important;
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background: #D1495B;
  border-color: #D1495B;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background: #cd394c;
  border-color: #cd394c;
  color: #ffffff;
}

.btn-outline-danger {
  color: #D1495B;
  border-color: #D1495B;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  background: #cd394c !important;
  border-color: #cd394c !important;
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background: #343a40;
  border-color: #343a40;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background: #2b3035;
  border-color: #2b3035;
  color: #ffffff;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  background: #2b3035 !important;
  border-color: #2b3035 !important;
  color: #ffffff;
}

.btn-muted {
  color: #ffffff;
  background: #a7a9c0;
  border-color: #a7a9c0;
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active {
  background: #9b9db7;
  border-color: #9b9db7;
  color: #ffffff;
}

.btn-outline-muted {
  color: #a7a9c0;
  border-color: #a7a9c0;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active {
  background: #9b9db7 !important;
  border-color: #9b9db7 !important;
  color: #ffffff;
}

.btn-white {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ffffff;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active {
  background: whitesmoke !important;
  border-color: whitesmoke !important;
  color: #ffffff;
}

.btn-light {
  color: #ffffff;
  background: #f6faff;
  border-color: #f6faff;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background: #e2efff;
  border-color: #e2efff;
  color: #ffffff;
}

.btn-outline-light {
  color: #f6faff;
  border-color: #f6faff;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  background: #e2efff !important;
  border-color: #e2efff !important;
  color: #ffffff;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  background: black;
  border-color: black;
  color: #ffffff;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}

.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black.active {
  background: black !important;
  border-color: black !important;
  color: #ffffff;
}

.list-item {
  list-style: none;
  padding-left: 0;
}
.list-item li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.list-item li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-size: 17px;
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #7bcad9;
}
.img-meta {
    position: absolute;
    width: 330px;
    background: #fff;
    box-shadow: 0 30px 60px rgba(14,36,58,.06);
    padding: 25px 15px 25px 45px;
    right: -10%;
    bottom: -10%;
}
.img-meta .name {
  color: #0B0B3D;
}
.img-meta .name span {
  opacity: 0.5;
}
.img-meta .icon {
    position: absolute;
    display: flex;
    width: 54px;
    height: 54px;
    font-size: 21px;
    background: #0B0B3D;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 15px 30px rgba(11,13,36,.208646);
    z-index: 1;
    top: -25px;
    left: -25px;
    justify-content: center;
    align-items: center;
}
.lift {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateY(0);
    transition: all .3s ease;
}

.lift:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 0.25rem 1.25rem rgba(52,63,82,.1);
}

.icon-btn {
    display: inline-block;
    border: 1px solid #e0e0e0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: #ffffff;
    color: #1F1F32;
    text-align: center;
    border-radius: 50%;
    transition: all ease .4s;
}
.icon-btn:hover {
    border-color: rgba(0,0,0,0);
    box-shadow: none;
    background-color: #7bcad9;
    color: #fff;
}

.navbar {
  padding: 25px 0px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}

.navbar .logo .logo-dark {
  display: none;
}

.navbar .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: #1F1F32;
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
	font-weight: 700;
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}

.navbar .navbar-btn {
  margin-left: 10px;
  border-color: transparent;
  box-shadow: none;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
  border: none;
  padding: 0 !important;
}

.navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none;
}

.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
  background: none;
}

.dropdown-item:hover>.dropdown-menu {
  display: block;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.dropdown-item>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}

.navbar-light .logo  {
  display: inline-block;
  height: 50px;
}

.navbar-light .navbar-nav .nav-link {
  color: #1F1F32;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:active, .navbar-light .navbar-nav .nav-item .nav-link:focus, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #0B0B3D;
  text-decoration: none;
}

@media (max-width: 991px) {
  .navbar {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar.navbar-expand-lg > .container {
    width: 90%;
  }
  .navbar .logo .logo-dark {
    display: block;
  }
  .navbar .logo .logo-light {
    display: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    transition: all 0.3s;
    margin: 0px;
    padding: 6px 0px;
    color: rgba(52, 58, 64, 0.9);
  }
  .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.active {
    color: #8338EC;
  }
  .navbar .navbar-btn {
    margin-left: 0px;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px !important;
    color: rgba(52, 58, 64, 0.9);
  }
}

.hero-1 {
  padding-top: 230px;
  position: relative;
}

.hero-1 .bg-overlay {
  opacity: 0.1;
}

.hero-1 .hero-1-bg {
  background: url("assets/img/shape-bottom.svg");
  animation: slide_img 40s linear infinite;
  animation-delay: 1s;
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat;
  background-size: 50% 130%;
}

@media (max-width: 1199.98px) {
  .hero-1 .hero-1-bg {
    background-size: 70% 100%;
  }
}

@media (max-width: 575.98px) {
  .hero-1 .hero-1-bg {
    background-size: 100% 100%;
  }
}



@keyframes slide_img {
  0% {
    transform: translateX(0) translateZ(0);
  }
  50% {
    transform: translateX(-25%) translateZ(0);
  }
  100% {
    transform: translateX(-50%) translateZ(0);
  }
}

.home-small-title {

  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.hero-2 {
  background-color: #7BCAD9;
  background: linear-gradient(180deg, rgba(184,221,227,1) 0%, rgba(123,202,217,1) 100%);
  overflow: hidden;
  height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.hero-2:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(184,221,227,1) 0%, rgba(123,202,217,1) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.85;
}

.hero-2 .line {
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    opacity: 0.25;
}

.hero-2 .line:nth-of-type(1) {
    left: 25%;
}

.hero-2 .line:nth-of-type(2) {
    left: 50%;
}

.hero-2 .hero-2-content {
  position: relative !important;
  z-index: 1 !important;
  text-align: center;
}

.hero-2 .line:nth-of-type(3) {
    left: 75%;
}

.hero-2 .hero-2-title {
  font-size: 2.55rem;
}

.hero-2 .hero-2-content p {
  color: #1F1F32;
}

.hero-page {
  background-color: #7BCAD9;
  background: linear-gradient(180deg, rgba(184,221,227,1) 0%, rgba(123,202,217,1) 100%);
  overflow: hidden;
  height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.hero-page:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(184,221,227,1) 0%, rgba(123,202,217,1) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.85;
}

.hero-page .line {
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    opacity: 0.25;
}

.hero-page .line:nth-of-type(1) {
    left: 25%;
}

.hero-page .line:nth-of-type(2) {
    left: 50%;
}

.hero-page .hero-2-content {
  position: relative !important;
  z-index: 1 !important;
  text-align: center;
}

.hero-page .line:nth-of-type(3) {
    left: 75%;
}

.hero-page .hero-2-title {
  font-size: 2.55rem;
}

.hero-page .hero-2-content p {
  color: #1F1F32;
}


@media (max-width: 768px) {
  .hero-2 {
    padding: 110px 0px 90px;
  }
  .hero-2 .hero-2-title {
    font-size: 30px !important;
  }
}

@media (max-width: 576px) {
  .hero-2 {
    padding: 120px 0px 140px;
  }
  .hero-2 .hero-2-title {
    font-size: 36px !important;
  }
}

.about-desc-list li {
  padding: 4px 0;
}

.features-img img {
  transform: perspective(550px) rotateX(2deg) rotateY(10deg);
}
.program-slider {
    width: 1320px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.program-item {
    background-color: #fff;
        border: 2px solid #cbdeed;
    overflow: hidden;
    padding: 30px 20px 20px;
    position: relative;
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-controls {
  position: absolute;
  top: -75px;
  right: 50px;
}

.tns-outer .tns-controls button {
  margin: 0 0 0px 5px;
  border-radius: 8px;
  border: none;
  background-color: #1F1F32 !important;
  color: #fff;
  transition: all 0.3s;
  font-size: 28px;
  padding: 4px 22px;
}

.tns-outer .tns-controls button:focus, .tns-outer .tns-controls button:hover, .tns-outer .tns-controls button:active {
  outline: none;
  background-color: #FFF !important;
  color: #4FC0E9;
}

.tns-outer .tns-controls button.active button {
  background-color: #4FC0E9 !important;
}

.tns-outer .tns-controls:focus {
  outline: none !important;
}

.tns-outer .tns-nav {
  text-align: center;
  margin-top: 16px;
}

.tns-outer .tns-nav button {
  width: 40px !important;
  height: 4px !important;
  border: none;
  background-color: #FFF  !important;
  padding: 0px;
}

.tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:hover, .tns-outer .tns-nav button:active, .tns-outer .tns-nav button.active {
  outline: none;
  background-color: #1F1F32 !important;
}

.tns-outer .tns-nav button.tns-nav-active {
  background-color: #1F1F32 !important;
}
.featured {
  background-color: #0B0B3D;
  padding: 45px;
  color: #fff;
}
.featured h3 {
  color: #fff;
}
.featured .icon {
  font-size: 3rem;
}
.feature-slider .card {
	 background-color: #fff;
    border: 2px solid rgba(0,0,0,0);
    transition: all ease .4s;
    margin: 0 0 30px 0;
    border-radius: 12px;
    box-shadow: none;
}

.feature-slider .card:hover {
    border-color: #7bcad9;
    box-shadow: 0px 18px 10px 0px rgba(4,4,4,.05);
}

.feature-slider .card-image {
    padding: 15px;
    border-radius: 12px;
}
.feature-slider .card-body {
  padding: 0 35px 40px 35px;
}

.feature-slider .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    background-color: #7bcad9;
    border-radius: 30% 30% 30% 30%/30% 30% 30% 30%;
    transform: rotate(45deg);
    margin: calc(60px/-2 - 15px) 0 25px 0;
}
.feature-slider .feature-icon img {
    transform: rotate(-45deg);
    width: 40px;
    color: #fff;
}

.client-images img {
  max-height: 94px;
  width: auto !important;
  margin: 10px auto;
  opacity: 0.7;
  transition: all 0.5s;
}

.client-images img:hover {
  opacity: 1;
}

.appointment {
    background-color:#0B0B3D;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-df80435a-dfab-409c-910a-0b2dbc7775c1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6121.24 5485.49'%3E%3Cdefs%3E%3Cstyle%3E.uuid-f43b7985-e64d-4a61-9bfb-a75ec2e70827%7Bfill:%2370c6d4;%7D.uuid-84c36b75-abd4-4d0c-8150-58fd229716cd%7Bopacity:.4;%7D%3C/style%3E%3C/defs%3E%3Cg class='uuid-84c36b75-abd4-4d0c-8150-58fd229716cd'%3E%3Cpolygon class='uuid-f43b7985-e64d-4a61-9bfb-a75ec2e70827' points='3811.77 1956.09 3810.5 1955.96 3859.09 1482.98 3108.23 1405.84 3059.64 1878.83 2584.2 1829.99 2584.19 1830.01 2584.11 1830 2506.98 2580.85 2982.51 2629.7 2980.08 2653.34 2933.08 3102.66 3683.94 3179.79 3683.94 3179.74 3684.78 3179.83 3730.39 2735.79 3733.28 2708.16 3733.42 2706.83 4208.9 2755.68 4286.03 2004.84 3811.77 1956.12 3811.77 1956.09'/%3E%3Cpath class='uuid-f43b7985-e64d-4a61-9bfb-a75ec2e70827' d='m2821.25,4172.69c-17.59,171.2-100.34,319.48-224.24,420.19-123.63,98.16-285.81,151.83-454.35,134.51-342.41-35.17-589.59-338.95-554.42-681.36l31.87-310.27-307.5-31.59c-171.2-17.59-319.2-103-420.02-226.91-98.44-120.97-151.98-283.25-134.4-454.34,34.9-339.75,338.68-586.93,681.09-551.75l661.33,67.93,77.13-750.86-661.33-67.94c-365.68-37.56-723.77,68.99-1008.52,299.98-138.52,112.31-252.27,248.33-338.05,404.24-88.95,161.63-143.58,336.98-162.51,521.26-18.91,184.06-1.18,366.84,52.59,543.25,52.01,170.63,135.16,326.98,247.23,464.59,112.75,138.57,249.1,252.35,405.23,338.27,45.68,25.19,92.42,47.57,140.23,67.26,9.48,51.59,21.93,102.7,37.44,153.34,52.13,170.64,135.69,327.37,248.34,465.82,112.76,138.46,249.23,252.14,405.6,337.86,161.67,88.61,337.14,143.14,521.53,162.08,182.73,18.77,364.85.97,541.26-52.8,167.62-51.09,322.32-132.29,459.63-241.47l3.53-2.77,3.42-2.78c283.85-230.86,460.96-560.71,498.75-928.6l69.41-663.64-750.86-77.13-69.41,663.64Z'/%3E%3Cpath class='uuid-f43b7985-e64d-4a61-9bfb-a75ec2e70827' d='m5929.74,0h-2298.75c-262.48,258.11-440.13,605.43-480.6,999.39l750.06,77.05c49.84-485.18,485.11-839.36,970.29-789.52,485.18,49.84,839.36,485.11,789.52,970.29-49.84,485.18-485.11,839.36-970.29,789.52l-77.05,750.06c610.26,62.69,1177.88-219.67,1508.33-688.75V226.4c-56.9-81.01-121-156.82-191.5-226.4Z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 80px 100px;
    border-radius: 8px;
    color: #fff;
}

@media (max-width: 1280px) {
	.appointment {
		padding: 40px 30px;
		background-size: 80%;
	}	
}

.appointment h3 {
  color: #fff;
  font-size: 2.2rem;
}

.appointment .card {
  padding: 30px 20px 20px;
  background-color: #00B4D8;
  border: none;
}
.appointment .card .card-image {
	margin-bottom: 30px;
}
.appointment .card .card-image img {
	width: 125px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.appointment .card .card-body h5.card-title {
  margin: 0;
  color: #fff;
}
.appointment .card .card-body .function {
  font-size: 0.95rem;
}
.appointment .card .card-body ul {
  margin-top: 20px;
  padding: 0;
}

.appointment .card .card-body ul li {
    display: flex;
    margin-bottom: 5px;
    list-style: none;
    align-items: center;
    font-weight: 700;
}
.appointment .card .card-body ul li i {
    margin-right: 15px;
    width: 15px;
}

.circle {
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #ED8D8D;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row .col-2 {
  align-self: stretch;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #cbdeed;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}


.program .row:not(:last-child) .timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #0B0B3D;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px dashed #0B0B3D;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.program .row:nth-child(odd) .timeline .top-right {
  left: 50%;
  top: -50%;
}
.program .row:nth-child(odd) .timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.program .row:nth-child(even) .timeline .left-bottom {
  left: -50%;
  top: -50%;
}
.program .row:nth-child(even) .timeline .top-right {
  left: 50%;
  top: calc(50% - 3px);
}

.program .row:nth-child(even) .row {
	display: flex;
	justify-content: flex-end;
}

.program .row:last-child .timeline {
	display: none;
}

.program .card {
  padding: 20px 15px;
  margin-bottom: 0;
}

.program .card-img-left {
	max-width: 40%;
}

@media (max-width: 768px) {
	.program .card-img-left {
		max-width: 100%;
	}
}



.partners img {
	max-width: 60%;
    max-height: 35%;
}


.plan-box {
  max-width: 350px;
  margin: 0px auto 30px;
}

.calendar {
  border-radius: 5px;
  box-shadow: 0px 0px 50px 0px rgba(0, 180, 216, 0.1);
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 40px;
}

.calendar .number {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #00B4D8;
  border-radius: 50%;
  padding-top: 20px;
  padding-left: 15px;
  line-height: 1.0em;
}

.calendar .calendar__info {
    padding: 0 30px 25px;
    position: relative;
    z-index: 1;
}

.calendar .calendar__title {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 15px;
}

.cs-post.cs-style1 {
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 180, 216, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.cs-post.cs-style1.cs-type1 .cs-post__thumb {
    height: 400px;
    display: block;
    position: relative;
}

.cs-post__thumb__in {
    height: 100%;
    background-color: #fbfbfd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cs-post__date {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #00B4D8;
    border-radius: 50%;
    padding-top: 20px;
    padding-left: 15px;
    line-height: 1.0em;
}

 .cs-post__date span {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: -2px;
}

.cs-post.cs-style1 .cs-post__info {
    padding: 25px 30px;
    position: relative;
    z-index: 1;
}

.cs-post.cs-style1 .cs-post__title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.cs-post.cs-style1.cs-type1 .cs-post__subtitle {
    margin-bottom: 10px;
}

.cs-btn.cs-style2.cs-type2 {
    font-weight: 600;
    font-size: 16px;
    color: #00B4D8;
}
.cs-btn.cs-style2 {
    font-weight: 600;
    color: #263a5d;
    display: flex;
    align-items: center;
}



.contact-section-card {
  position: relative;
  top: -90px;
}

.form-control {
  font-size: 0.9rem;
  border-color: #dee2e6;
  height: 42px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #cbcbd5;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #D1495B;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #D1495B;
  background-color: rgba(209, 73, 91, 0.1);
  border-color: rgba(209, 73, 91, 0.1);
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

.gform_wrapper {
    background-color: #F1FAFD;
    border-radius: 8px;
    padding: 30px 20px;
}

@media (min-width: 1280px) {
.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container input {
    height: 60px;
}
}
.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container input {
    height: 50px;
}
@media (min-width: 1280px) {
.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container input, .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container textarea {
    font-size: 18px;
}
}
.gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container input, .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield .ginput_container textarea {
    border: 2px solid #cbdeed;
    border-radius: 6px;
    color: #4e5866;
    font-size: 16px;
    padding: 10px 15px;
    transition: border-color .4s cubic-bezier(.55,0,.1,1);
}

.button {
    background: #1F1F32;
    border-color: #1F1F32;
    border-radius: 8px;
    color: #fff;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 7px 20px;
    text-align: center;
    transition: background-color .4s cubic-bezier(.55,0,.1,1),border-color .4s cubic-bezier(.55,0,.1,1),color .4s cubic-bezier(.55,0,.1,1);
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #09BC8A;
  font-size: 22px;
}
.breadcrumbs {
    border-top: 2px solid #7BCAD9;
    padding: 20px 0;
}
.footer {
  padding: 80px 0px 60px;
  overflow: hidden;
  position: relative;
}


.footer-main .footer-holder {
    display: flex;
}


.footer-main {
    background-color: #1F1F32;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-df80435a-dfab-409c-910a-0b2dbc7775c1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6121.24 5485.49'%3E%3Cdefs%3E%3Cstyle%3E.uuid-f43b7985-e64d-4a61-9bfb-a75ec2e70827%7Bfill:%2370c6d4;%7D.uuid-84c36b75-abd4-4d0c-8150-58fd229716cd%7Bopacity:.4;%7D%3C/style%3E%3C/defs%3E%3Cg class='uuid-84c36b75-abd4-4d0c-8150-58fd229716cd'%3E%3Cpolygon class='uuid-f43b7985-e64d-4a61-9bfb-a75ec2e70827' points='3811.77 1956.09 3810.5 1955.96 3859.09 1482.98 3108.23 1405.84 3059.64 1878.83 2584.2 1829.99 2584.19 1830.01 2584.11 1830 2506.98 2580.85 2982.51 2629.7 2980.08 2653.34 2933.08 3102.66 3683.94 3179.79 3683.94 3179.74 3684.78 3179.83 3730.39 2735.79 3733.28 2708.16 3733.42 2706.83 4208.9 2755.68 4286.03 2004.84 3811.77 1956.12 3811.77 1956.09'/%3E%3Cpath class='uuid-f43b7985-e64d-4a61-9bfb-a75ec2e70827' d='m2821.25,4172.69c-17.59,171.2-100.34,319.48-224.24,420.19-123.63,98.16-285.81,151.83-454.35,134.51-342.41-35.17-589.59-338.95-554.42-681.36l31.87-310.27-307.5-31.59c-171.2-17.59-319.2-103-420.02-226.91-98.44-120.97-151.98-283.25-134.4-454.34,34.9-339.75,338.68-586.93,681.09-551.75l661.33,67.93,77.13-750.86-661.33-67.94c-365.68-37.56-723.77,68.99-1008.52,299.98-138.52,112.31-252.27,248.33-338.05,404.24-88.95,161.63-143.58,336.98-162.51,521.26-18.91,184.06-1.18,366.84,52.59,543.25,52.01,170.63,135.16,326.98,247.23,464.59,112.75,138.57,249.1,252.35,405.23,338.27,45.68,25.19,92.42,47.57,140.23,67.26,9.48,51.59,21.93,102.7,37.44,153.34,52.13,170.64,135.69,327.37,248.34,465.82,112.76,138.46,249.23,252.14,405.6,337.86,161.67,88.61,337.14,143.14,521.53,162.08,182.73,18.77,364.85.97,541.26-52.8,167.62-51.09,322.32-132.29,459.63-241.47l3.53-2.77,3.42-2.78c283.85-230.86,460.96-560.71,498.75-928.6l69.41-663.64-750.86-77.13-69.41,663.64Z'/%3E%3Cpath class='uuid-f43b7985-e64d-4a61-9bfb-a75ec2e70827' d='m5929.74,0h-2298.75c-262.48,258.11-440.13,605.43-480.6,999.39l750.06,77.05c49.84-485.18,485.11-839.36,970.29-789.52,485.18,49.84,839.36,485.11,789.52,970.29-49.84,485.18-485.11,839.36-970.29,789.52l-77.05,750.06c610.26,62.69,1177.88-219.67,1508.33-688.75V226.4c-56.9-81.01-121-156.82-191.5-226.4Z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 35px;
}
@media (min-width: 1280px) {
  .footer-main {
      background-position: 100%;
      background-size: 50%;
      padding: 100px 0;
  }
}

.footer-contact {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 58px;
    padding: 36px 20px 30px;
}
@media (min-width: 1280px) {
  .footer-contact {
      flex: 0 0 calc(50% - 130px);
      margin-bottom: 0;
      margin-right: 130px;
      padding: 56px 50px 50px;
  }
}
.footer-contact p {
  font-size: 0.9rem;
}

.footer .footer-list-menu li a {
  display: inline-block;
  font-size: 15px;
  color: #004B78;
  margin-bottom: 14px;
  transition: all 0.4s;
}

.footer .footer-list-menu li a:hover {
  text-decoration: underline;
}

.footer .social-icons-list li {
  margin-bottom: .5rem;
}

.footer .social-icons-list li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #004B78;
  transition: all 0.4s;
  background-color: #f6faff;
  border: 1px solid #004B78;
  border-radius: 50%;
}

.footer .social-icons-list li a:hover {
  background-color: #004B78;
  color: #ffffff;
}

.footer-alt {
  background-color: #2f353a;
}

.footer .circles .circle-dark-blue {
	position: absolute;
	display: inline;
	width: 25vw;
	height: 45vw;
	border-radius: 50%;
	bottom: -20vw;
    right: -15vw;
	background-color: #004B78;
}
.footer .circles .circle-light-blue {
	position: absolute;
    display: inline;
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    bottom: -40vw;
    right: -25vw;
    background-color: rgba(79,192,233,.9);
}
.authentication-page {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.footer_bottom {
	background-color: #00B4D8;
	color: #fff;
	padding: 20px 0;
}

.footer_bottom a {
	color: #fff;
	justify-content: end;
    display: flex
;
}

.footer_bottom p {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.footer_bottom a {
		justify-content: center;
	}
	
	.footer_bottom p {
		text-align: center;
	}
}

@media (max-width: 575.98px) {
  .authentication-page {
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */
