@import url("https://fonts.googleapis.com/css2?family=Mandali&display=swap");
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-light.eot");
  src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-regular.eot");
  src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-medium.eot");
  src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-semibold.eot");
  src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-bold.eot");
  src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
  font-weight: 700;
}
.bg-primary {
  background-color: #1E8794 !important;
}

.bg-soft-primary {
  background-color: rgba(30, 135, 148, 0.12) !important;
}

.border-primary {
  border-color: #1E8794 !important;
}

.text-primary {
  color: #1E8794 !important;
}

.bg-secondary {
  background-color: #536976 !important;
}

.bg-soft-secondary {
  background-color: rgba(83, 105, 118, 0.12) !important;
}

.border-secondary {
  border-color: #536976 !important;
}

.text-secondary {
  color: #536976 !important;
}

.bg-info {
  background-color: #4bbbce !important;
}

.bg-soft-info {
  background-color: rgba(75, 187, 206, 0.12) !important;
}

.border-info {
  border-color: #4bbbce !important;
}

.text-info {
  color: #4bbbce !important;
}

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

.bg-soft-warning {
  background-color: rgba(243, 82, 43, 0.12) !important;
}

.border-warning {
  border-color: #f3522b !important;
}

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

.bg-success {
  background-color: #1E8794 !important;
}

.bg-soft-success {
  background-color: rgba(30, 135, 148, 0.12) !important;
}

.border-success {
  border-color: #1E8794 !important;
}

.text-success {
  color: #1E8794 !important;
}

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

.bg-soft-danger {
  background-color: rgba(242, 71, 52, 0.12) !important;
}

.border-danger {
  border-color: #f24734 !important;
}

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

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

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

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

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

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.12) !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

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

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

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

.border-white {
  border-color: #fff !important;
}

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

.text-muted {
  color: #6c757d;
}

body {
  font-family: "Mandali", sans-serif;
  font-size: 16px;
  color: #343a40;
  padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cerebri Sans,sans-serif";
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.7;
}

html {
  scroll-padding-top: 59px; /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.section {
  padding: 90px 0 !important;
  position: relative;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(54, 64, 78, 0.85);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.subtitle {
  color: #6c757d;
  text-transform: uppercase;
}

.title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 18px;
  line-height: 1.3;
}

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

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

.fs-13 {
  font-size: 13px;
}

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

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

.fs-17 {
  font-size: 17px;
}

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

.fs-19 {
  font-size: 19px;
}

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

.fs-21 {
  font-size: 21px;
}

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

.fs-23 {
  font-size: 23px;
}

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

.fs-26 {
  font-size: 26px;
}

.text-light-custom {
  color: #a2aeb9;
}

.modal-backdrop {
  background-color: #000;
}

.shadow-lg {
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
}

.right-arrow {
  position: relative;
  top: 2px;
  line-height: 0;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 5px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

#mkLightboxContainer {
  z-index: 999;
}

.btn {
  padding: 8px 24px;
  border: 1px solid;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Mandali", sans-serif;
}
.btn.btn-sm {
  padding: 10px 22px;
}
.btn.btn-lg {
  padding: 12px 28px;
  font-size: 17px;
}
.btn.btn-primary {
  background-color: #1E8794 !important;
  border: 1px solid #1E8794 !important;
  color: #fff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #1b7883 !important;
  border: 1px solid #1b7883 !important;
  box-shadow: 0px 8px 12px 0px rgba(30, 135, 148, 0.25);
}
.btn.btn-outline-primary {
  border: 1px solid #1E8794 !important;
  color: #1E8794 !important;
}
.btn.btn-gradient-primary {
  background: linear-gradient(to right, #1E8794 0%, #55cedd 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-secondary {
  background-color: #536976 !important;
  border: 1px solid #536976 !important;
  color: #fff !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #4b5e6a !important;
  border: 1px solid #4b5e6a !important;
  box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
}
.btn.btn-outline-secondary {
  border: 1px solid #536976 !important;
  color: #536976 !important;
}
.btn.btn-gradient-secondary {
  background: linear-gradient(to right, #536976 0%, #94a8b4 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-info {
  background-color: #4bbbce !important;
  border: 1px solid #4bbbce !important;
  color: #fff !important;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #3bb5ca !important;
  border: 1px solid #3bb5ca !important;
  box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
}
.btn.btn-outline-info {
  border: 1px solid #4bbbce !important;
  color: #4bbbce !important;
}
.btn.btn-gradient-info {
  background: linear-gradient(to right, #4bbbce 0%, #afe1e9 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-warning {
  background-color: #f3522b !important;
  border: 1px solid #f3522b !important;
  color: #fff !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #f24218 !important;
  border: 1px solid #f24218 !important;
  box-shadow: 0px 8px 12px 0px rgba(243, 82, 43, 0.25);
}
.btn.btn-outline-warning {
  border: 1px solid #f3522b !important;
  color: #f3522b !important;
}
.btn.btn-gradient-warning {
  background: linear-gradient(to right, #f3522b 0%, #fab4a4 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-success {
  background-color: #1E8794 !important;
  border: 1px solid #1E8794 !important;
  color: #fff !important;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #1b7883 !important;
  border: 1px solid #1b7883 !important;
  box-shadow: 0px 8px 12px 0px rgba(30, 135, 148, 0.25);
}
.btn.btn-outline-success {
  border: 1px solid #1E8794 !important;
  color: #1E8794 !important;
}
.btn.btn-gradient-success {
  background: linear-gradient(to right, #1E8794 0%, #55cedd 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-danger {
  background-color: #f24734 !important;
  border: 1px solid #f24734 !important;
  color: #fff !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #f13621 !important;
  border: 1px solid #f13621 !important;
  box-shadow: 0px 8px 12px 0px rgba(242, 71, 52, 0.25);
}
.btn.btn-outline-danger {
  border: 1px solid #f24734 !important;
  color: #f24734 !important;
}
.btn.btn-gradient-danger {
  background: linear-gradient(to right, #f24734 0%, #fab4ac 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #fff !important;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #2b3035 !important;
  border: 1px solid #2b3035 !important;
  box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
}
.btn.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40 !important;
}
.btn.btn-gradient-dark {
  background: linear-gradient(to right, #343a40 0%, #6d7a86 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-light {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  color: #fff !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #eceff2 !important;
  border: 1px solid #eceff2 !important;
  box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
}
.btn.btn-outline-light {
  border: 1px solid #f8f9fa !important;
  color: #f8f9fa !important;
}
.btn.btn-gradient-light {
  background: linear-gradient(to right, #f8f9fa 0%, white 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: whitesmoke !important;
  border: 1px solid whitesmoke !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
}
.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn.btn-gradient-white {
  background: linear-gradient(to right, #fff 0%, white 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-light, .btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1E8794 !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn.btn-outline-light, .btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff;
  color: #343a40 !important;
}

.modal .modal-dialog {
  max-width: 560px;
}
.modal .video-modal {
  border: 0;
  background-color: transparent;
}
.modal .video-modal .video-box {
  position: relative;
}
.modal .video-modal video {
  border-radius: 8px;
}
.modal .video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}
.modal .video-modal .btn-close video:focus {
  outline: none;
}
.modal .video-modal:hover .btn-close {
  opacity: 0.5;
}
.modal .btn-close:focus {
  box-shadow: none;
}

.card {
  border: none;
}

.navbar-custom {
  padding: 20px 0px;
  padding-right: 0 !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  position: relative;
  line-height: 26px;
  color: #6c757d;
  font-size: 16px;
  display: inline-block;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 20px;
  font-weight: 500;
  font-family: "Mandali", sans-serif;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #1E8794 !important;
}
.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #1E8794;
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #1E8794;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.logo-img {
  max-width: 140px;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 14px 0px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #343a40 !important;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #343a40;
}

/********* Responsive *********/
@media (min-width: 200px) and (max-width: 991px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(52, 58, 64, 0.1);
    color: #343a40 !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: #343a40 !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    border-color: transparent;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #1E8794;
  }
}
.footer {
  position: relative;
}
.footer .footer-nav li {
  padding: 6px 0;
}
.footer .footer-nav li .footer-link {
  color: #6c757d;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.footer .footer-nav li .footer-link::after {
  content: "";
  background-color: #1E8794;
  position: absolute;
  top: 14px;
  left: 0;
  height: 5px;
  width: 0px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.footer .footer-nav li .footer-link:hover {
  color: #343a40;
  padding-left: 12px;
}
.footer .footer-nav li .footer-link:hover::after {
  width: 5px;
}

.cta-content {
  padding-bottom: 20px;
}
.cta-content .cta-bg {
  background-image: url("../images/cta-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cta-content .contact-form .form-control {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 8px 25px 8px 25px;
  border-radius: 4px;
  min-height: 62px;
  color: #fff;
  border-color: transparent;
}
.cta-content .contact-form .form-control:focus {
  box-shadow: none;
}
.cta-content .contact-form .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
}
.cta-content .contact-form .form-icon {
  position: absolute;
  top: 10%;
  left: 29px;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.3;
  font-size: 20px;
}
.cta-content .contact-form .form-btn {
  margin: 10px 0;
}

.form-control {
  background-color: #fafafa;
  border-color: #e2e7f1;
}
.form-control:focus {
  border-color: #ced4da;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.hero-section {
  width: 100%;
  padding: 200px 0 160px;
}
.hero-section .hero-title-badge {
  display: inline-block;
  background-color: #f8f9fa;
  border: 1px solid #eceff2;
  padding: 2px 15px;
  color: #6c757d;
  border-radius: 3px;
}
.hero-section .hero-title {
  font-size: 42px;
  color: #343a40;
  line-height: 1.25;
}
.hero-section .hero-message {
  font-size: 18px;
}

.about-icon {
  position: relative;
  display: inline-block;
  max-width: 70px;
  z-index: 0;
}
.about-icon::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  border-radius: 30% 70% 70% 30%/50% 50% 50% 50%;
  height: 100px;
  width: 100px;
  background: linear-gradient(to top right, transparent 0%, #1E8794 100%);
  opacity: 0.15;
  z-index: -1;
}

.sol-col {
  align-self: center;
}
.sol-col .sol-icon {
  align-self: center;
  max-width: 70px;
}
.sol-col .sol-img {
  max-width: 245px;
  margin: 0 auto;
}

.team-bg {
  background-color: rgba(30, 135, 148, 0.25);
}

.team-img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  border-radius: 50%;
  object-fit: cover;
  width: 300px;
  height: 300px;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 100px 0 0px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 25px !important;
  }
  .hero-section .hero-message {
    font-size: 16px !important;
  }
}
.play-btn {
  height: 60px;
  width: 60px;
  background: linear-gradient(to right, #1E8794 0%, #4bbbce 100%);
  display: block;
  margin: 0 auto;
  line-height: 60px;
  border-radius: 50%;
  font-size: 34px;
  outline: 12px solid rgba(30, 135, 148, 0.12);
  position: relative;
}
.play-btn .play-icon {
  color: #fff;
}
.play-btn:before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  background-color: #1E8794;
  top: -40%;
  left: -40%;
  z-index: -1;
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

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