@font-face {
  font-family: "FF Hekaya";
  src: url("../fonts/FF-Hekaya-Light/FFHekaya-Light.woff2") format("woff2"), url("../fonts/FF-Hekaya-Light/FFHekaya-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
.styleScroll-main::-webkit-scrollbar-track,
.stylescroll-1::-webkit-scrollbar-track,
.styleScroll-2::-webkit-scrollbar-track,
.styleScroll-3::-webkit-scrollbar-track,
.styleScroll-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.styleScroll-main::-webkit-scrollbar,
.stylescroll-1::-webkit-scrollbar,
.styleScroll-2::-webkit-scrollbar,
.styleScroll-3::-webkit-scrollbar,
.styleScroll-4::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.styleScroll-main::-webkit-scrollbar-thumb,
.stylescroll-1::-webkit-scrollbar-thumb,
.styleScroll-2::-webkit-scrollbar-thumb,
.styleScroll-4::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
}

/*
 *  main page
 */
.styleScroll-main::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#2395af), to(#55b4c6), color-stop(0.6, #2c9cb2));
}

/************************************************************************************************************/
/*
stylescroll-1
*/
.stylescroll-1::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#a5a5a5), to(#a5a5a5), color-stop(0.6, #ffffff));
}

/********************************************************************************************************/
/*
styleScroll-2
*/
.styleScroll-2::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#424f61), to(#424f61), color-stop(0.6, #18b79d));
}

/************************************************************************************************************/
/*
styleScroll-3
*/
.styleScroll-3::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4CAF50), to(#4CAF50), color-stop(0.6, #92ffb2));
}

/********************************************************************************************************/
/*
styleScroll-4
*/
.styleScroll-4::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#ff3974), to(#ff6d98), color-stop(0.6, #ffa8c2));
}

/********************************************************************************************************/
/************ variables ********************/
/*$color-primary: #0a96e6;
$color-primary-hover: #0b74bb;*/
/**********************************/
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

.text-color-primary {
  color: #2fb5aa !important;
}

.form-horizontal {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
.form-horizontal .form-control {
  display: block;
  width: 100%;
  padding: 0 15px;
  outline: none;
  line-height: 50px;
  height: 50px;
  border: 3px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px -3px 0px #3a6581;
  -moz-box-shadow: 0px -3px 0px #3a6581;
  -ms-box-shadow: 0px -3px 0px #3a6581;
  -o-box-shadow: 0px -3px 0px #3a6581;
  box-shadow: 0px -3px 0px #3a6581;
}
.form-horizontal .btn-link {
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

.cursor_pointer {
  cursor: pointer;
}

.c-auto {
  margin: 0;
  padding: 0;
}

.col-center, .btn_center {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.header-page .navbar .navbar-brand img {
  width: 100px;
  /*  height: 64px;*/
}
.header-page .navbar-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.header-page .navbar-nav .nav-item .nav-link {
  color: #3c4b62;
  font-weight: bold;
  font-size: 18px;
  padding: 0 24px;
}
.header-page .navbar-nav .nav-item .nav-link.with-btn {
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 8px 32px;
}
.header-page .navbar-nav .nav-item.active .nav-link {
  color: #e9559b;
}
.header-page .navbar-nav .nav-item.dropdown .nav-link {
  color: #2fb5aa;
}
.header-page .navbar-nav .dropdown-menu {
  box-shadow: 0 0 5px 0 rgba(0, 123, 255, 0.4784313725);
}
.header-page .navbar-nav .dropdown-menu .dropdown-item {
  color: #2fb5aa !important;
  font-weight: 700;
}
.header-page .navbar-nav .dropdown-menu .dropdown-item.active, .header-page .navbar-nav .dropdown-menu .dropdown-item:active {
  color: #fff !important;
  background-color: #e9559b !important;
}
.header-page .navbar-nav .dropdown-menu .dropdown-divider:last-child {
  display: none;
}
.header-page .navbar-nav .dropdown-menu.left-nav {
  left: -60%;
  text-align: center;
}
.header-page .navbar-toggler-icon {
  color: #2fb5aa;
  font-size: 1.5em;
}
.body-page .w-bg {
  background: #fff url("../img/bg_header.jpg") no-repeat center top;
  background-size: 100% auto;
}
.body-page .title-v {
  font-size: 40px;
  line-height: 46px;
  color: #2fb5aa;
  text-align: center;
  font-weight: bold;
}
.body-page .form-vi {
  margin: 0px auto;
}
.body-page .form-vi .panel-default {
  background: #fff;
  padding: 15px;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 0px #d4d3d2;
  -moz-box-shadow: 0px 7px 0px #d4d3d2;
  -ms-box-shadow: 0px 7px 0px #d4d3d2;
  -o-box-shadow: 0px 7px 0px #d4d3d2;
  box-shadow: 0px 7px 0px #d4d3d2;
  margin: 15px 0 30px 0;
}
.body-page .form-vi .panel-default .panel-body {
  background: #2fb5aa;
  color: #fff;
  padding: 30px 20px 20px;
  font-size: 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

/*********** loader ********************/
.container-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5803921569);
  display: block;
}
.container-loader p {
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  color: #2fb5aa;
  margin: 0;
  position: absolute;
  top: 75%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container-loader .loader {
  color: #2fb5aa;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*********** welcome ********************/
.mg-t-10 {
  margin-top: 90px;
}

.section-view h1, .section-view h2 {
  color: #fff;
}
.section-view h1 {
  font-size: 44px;
  font-weight: bold;
}
.section-view h1.bg-1 {
  background-image: url(../img/title-bg.png);
  background-repeat: no-repeat;
  background-position: 60px;
  background-size: inherit;
  padding: 22px 0;
  margin: 0;
}
.section-view h1.bg-2 {
  background-image: url(../img/title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 32px 0;
  margin: 0;
}
.section-view .h1 {
  font-size: 35px;
  font-weight: bold;
}
.section-view h2 {
  font-size: 24px;
}
.section-view h3 {
  font-size: 16px;
}
.section-view.cl-2 {
  text-align: center;
}
.section-view.cl-2 h1, .section-view.cl-2 h2, .section-view.cl-2 h3 {
  color: #3c4b62;
}
.section-view.section-with-background-1 {
  background-image: url("../img/bg-section.png");
}
.section-view.section-with-background-2 {
  background-image: url("../img/fuel-curiosity-and-design-confidence.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.section-view.section-with-background-2 .subject-view {
  color: #2fb5aa !important;
}
.section-view .h-600 {
  height: 600px;
}
.section-view .v-features-1 {
  text-align: center;
  color: #3c4b62;
  border-radius: 15px;
}
.section-view .v-features-1 img {
  margin: 0 auto;
  width: auto;
  aspect-ratio: auto 320/248;
  height: 248px;
  padding-bottom: 24px;
}
.section-view .v-features-1 .img-fill {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 0;
}
.section-view .v-features-1 .c-block {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 0px #d4d3d2;
  -moz-box-shadow: 0px 7px 0px #d4d3d2;
  -ms-box-shadow: 0px 7px 0px #d4d3d2;
  -o-box-shadow: 0px 7px 0px #d4d3d2;
  box-shadow: 0px 7px 0px #d4d3d2;
  min-height: 515px;
}
.section-view .v-features-1 .subject {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.section-view .v-features-1 .description {
  font-size: 16px;
  color: #3c4b62;
  letter-spacing: 0.01em;
}
.section-view .social-media {
  text-align: center;
}
.section-view .social-media a {
  cursor: pointer;
  margin: 0 15px;
}
.section-view .social-media a img {
  width: 80px;
}

/*********** footer ********************/
.footer {
  width: 100%;
  color: #fff;
}
.footer .footer-img-bottom {
  width: 100%;
}
.footer .footer-img-bottom img {
  width: 100%;
}
.footer .street-footer {
  width: 100%;
  background: #929497;
  padding: 15px 0;
}
.footer .links {
  font-weight: bold;
}
.footer .links h6 {
  font-size: 14px;
}
.footer .links ul {
  list-style-type: none;
  padding: 0;
  font-size: 12px;
}
.footer .links ul a {
  color: #fff;
  text-decoration: none;
}
.footer .download {
  text-align: center;
}
.footer .download p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.footer .download img {
  width: 100px;
  height: 35px;
}
.footer .bottom-footer {
  background: #7e8389;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-evenly;
}

/*********** carousel ********************/
.owl-carousel.data_pagination .owl-nav {
  display: flex;
  justify-content: center;
}
.owl-carousel.data_pagination .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  background: #0a96e6;
  border-radius: 100%;
  color: #fff;
  margin: 0 15px;
}
.owl-carousel.data_pagination .owl-nav button span {
  font-size: 45px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -30%;
  display: block;
}
.owl-carousel.data_pagination .owl-nav button:hover, .owl-carousel.data_pagination .owl-nav button:active {
  background: #e9559b;
}

/*********** buttons ********************/
.text-icon i {
  font-size: 50px;
}
.text-icon:hover span, .text-icon:hover i, .text-icon:hover label {
  cursor: pointer;
  color: #cb347c !important;
}

.btn-custom {
  color: #fff;
  background-color: #2fb5aa;
  box-sizing: border-box;
  border: none;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 32px;
  margin-top: -4px;
  font-weight: bold;
}
.btn-custom:hover {
  color: #fff;
  background-color: #138b81;
}
.btn-custom.btn--blue {
  background: #2fb5aa;
  color: #fff;
  padding: 18px 45px;
}
.btn-custom.btn--blue:hover {
  color: #fff;
  background-color: #138b81;
}
.btn-custom.btn--pink {
  background: #e9559b;
  color: #fff;
  padding: 18px 45px;
}
.btn-custom.btn--pink:hover {
  color: #fff;
  background-color: #cb347c;
}
.btn-custom.btn--white {
  border-radius: 100px;
  background-color: #fff;
  color: #e9559b;
  padding: 18px 45px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.btn-custom.btn--white:hover, .btn-custom.btn--white:active {
  background: #e9559b;
  color: #fff;
}

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