@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #777;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a {
  color: #016467;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #016467;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #016467;
}

::-moz-selection {
  color: #fff;
  background: #016467;
}

::selection {
  color: #fff;
  background: #016467;
}

.eks-container {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.eks-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .eks-nav {
    padding: 20px 0;
  }
}
.eks-nav #eks-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.eks-nav a {
  padding: 5px 10px;
  color: #fff;
}

.eks-nav #eks-logo img {
  height: 50px;
  box-shadow: #fff;
}
@media screen and (max-width: 768px) {
  .eks-nav .menu-1,
  .eks-nav .menu-2 {
    display: none;
  }
}
.eks-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.eks-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.eks-nav ul li a {
  font-size: 16px;
  padding: 30px 10px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.eks-nav ul li a:hover,
.eks-nav ul li a:focus,
.eks-nav ul li a:active {
  color: white;
}
.eks-nav ul li.has-dropdown {
  position: relative;
}
.eks-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.eks-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.eks-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.eks-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.eks-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.eks-nav ul li.has-dropdown .dropdown li a:hover {
  color: #016467;
}
.eks-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.eks-nav ul li.has-dropdown:hover a,
.eks-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.eks-nav ul li.btn-cta a {
  color: #016467;
}
.eks-nav ul li.btn-cta a span {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 4px 20px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.eks-nav ul li.btn-cta a:hover span {
  background: #fff;
  color: #016467;
}
.eks-nav ul li.active > a {
  color: #fff !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f3f3f3;
  border-color: #dee2e6 #dee2e6 #f3f3f3;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #7ab730;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-collapse .navbar-nav a {
  text-align: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
    background-color: #f6f6f6;
    box-shadow: var(--bs-box-shadow) !important;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

@media (min-width: 992px) {
  .nav-bar {
    margin-bottom: -40px;
  }
}

.nav-bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  padding: 30px 15px;
  color: #016467;
  font-weight: 600;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #0adec0;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 15px;
  }
}

.topbar a,
.topbar p {
  color: #016467;
}

.topbar p {
  font-weight: bold;
}
#eks-header {
  background: #4d4d4d;
  background-image: url("https://ik.imagekit.io/eksplor/WEBSITE/COVERS/tr:w-1600/hero-2.jpg?updatedAt=1719848647247");
  height: 90vh;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #eks-header.eks-cover {
    padding: 3em 0 !important;
  }
}
@media screen and (max-width: 480px) {
  #eks-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #eks-header .btn {
    display: block;
    width: 100%;
  }
}
#eks-header .mt-text {
  margin-top: 7em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #eks-header .mt-text {
    margin-top: 0;
  }
}
#eks-header .intro-text-small {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 10px;
}
#eks-header h1,
#eks-header h2 {
  margin: 0;
  padding: 0;
  color: #016467;
}
#eks-header h1 {
  margin-top: 20%;
  font-size: 59px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

#eks-header .eks-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#eks-header h1 span {
  font-weight: bold;
  color: #0adec0;
}

#eks-header p {
  font-size: 1.5rem;
  font-weight: 300;
  color: #016467;
}

#eks-header .btn {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: #fff;
}
#eks-header .btn i {
  font-size: 2rem;
  margin: -10px 10px -10px 0;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #eks-header h1 {
    margin-top: 30%;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
}
#eks-header h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#eks-header .form-wrap {
  border-top: 10px solid #016467;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
#eks-header .form-wrap .tab-menu {
  padding: 0 !important;
  margin: 0 0 -10px 0 !important;
  width: 100%;
  float: left;
  z-index: 12;
  position: relative;
}
#eks-header .form-wrap .tab-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  float: left;
  width: 50%;
  text-align: center;
}
#eks-header .form-wrap .tab-menu li a {
  padding: 10px 20px 20px 20px;
  float: left;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  color: #1a1a1a;
}
#eks-header .form-wrap .tab-menu li a:hover {
  color: #1a1a1a;
}
#eks-header .form-wrap .tab-menu li.active a {
  display: block;
  padding: 10px 20px 20px 20px;
  background: #fff;
  color: #016467;
}
#eks-header .form-wrap .tab-menu li.eks-first a {
  border-top-left-radius: 7px;
}
#eks-header .form-wrap .tab-menu li.eks-second a {
  border-top-right-radius: 7px;
}
#eks-header .form-wrap .tab-content {
  z-index: 10;
  position: relative;
  clear: both;
  background: #fff;
  padding: 30px;
}
#eks-header .form-wrap .tab-content .tab-content-inner {
  display: none;
}
#eks-header .form-wrap .tab-content .tab-content-inner.active {
  display: block;
}

#eks-header,
#eks-counter,
.eks-bg {
  background-size: cover;
  background-position: center 70%;
  background-repeat: no-repeat;
  position: relative;
}

.eks-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.eks-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.eks-video.eks-video-sm {
  height: 250px;
}
.eks-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.eks-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.eks-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eks-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.eks-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.eks-cover {
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.eks-cover a {
  color: #016467;
}
.eks-cover a:hover {
  color: white;
}
.eks-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /* background: rgba(0, 0, 0, 0.1); */
}
.eks-cover > .eks-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .eks-cover {
    height: 600px;
  }
}
.eks-cover .display-t,
.eks-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .eks-cover .display-t,
  .eks-cover .display-tc {
    height: 600px;
  }
}
.eks-cover.eks-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .eks-cover.eks-cover-sm {
    height: 400px;
  }
}
.eks-cover.eks-cover-sm .display-t,
.eks-cover.eks-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .eks-cover.eks-cover-sm .display-t,
  .eks-cover.eks-cover-sm .display-tc {
    height: 400px;
  }
}
.eks-cover.eks-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .eks-cover.eks-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.eks-cover.eks-cover-xs .display-t,
.eks-cover.eks-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .eks-cover.eks-cover-xs .display-t,
  .eks-cover.eks-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.eks-staff {
  text-align: center;
  margin-bottom: 7em;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .eks-staff {
    margin-bottom: 3em;
  }
}
.eks-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.eks-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.eks-staff p {
  margin-bottom: 30px;
}
.eks-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.eks-social-icons {
  margin: 0;
  padding: 0;
}
.eks-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.eks-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: #016467;
  padding-left: 10px;
  padding-right: 10px;
}
.eks-social-icons li a i {
  font-size: 20px;
}

.eks-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.eks-contact-info ul {
  padding: 0;
  margin: 0;
}
.eks-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.eks-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0.05em;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eks-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.eks-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.eks-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.eks-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#eks-header .display-tc,
#eks-counter .display-tc,
.eks-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#eks-header .display-tc .intro-text-small,
#eks-counter .display-tc .intro-text-small,
.eks-cover .display-tc .intro-text-small {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 10px;
}
#eks-header .display-tc h1,
#eks-header .display-tc h2,
#eks-counter .display-tc h1,
#eks-counter .display-tc h2,
.eks-cover .display-tc h1,
.eks-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#eks-header .display-tc h1,
#eks-counter .display-tc h1,
.eks-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #eks-header .display-tc h1,
  #eks-counter .display-tc h1,
  .eks-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#eks-header .display-tc h2,
#eks-counter .display-tc h2,
.eks-cover .display-tc h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#eks-counter {
  text-align: center;
}
#eks-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #016467;
  font-weight: 100;
  display: block;
}
#eks-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #eks-counter .feature-center {
    margin-bottom: 50px;
  }
}
#eks-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#eks-counter .icon i {
  height: 70px;
}
#eks-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

#eks-features,
#eks-features-2,
#eks-products,
#eks-services,
#eks-subscribe,
#eks-footer,
.eks-section {
  padding: 4em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  #eks-features,
  #eks-features-2,
  #eks-products,
  #eks-services,
  #eks-subscribe,
  #eks-footer,
  .eks-section {
    padding: 2em 0;
  }
}
#eks-features.border-bottom,
#eks-features-2.border-bottom,
#eks-products.border-bottom,
#eks-services.border-bottom,
#eks-subscribe.border-bottom,
#eks-footer.border-bottom,
.eks-section.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

#eks-features {
  background: #016467;
}
#eks-features .eks-heading h2 {
  color: #fff;
}
#eks-features .eks-heading p {
  color: rgba(255, 255, 255, 0.7);
}
#eks-features .feature-center {
  color: #fff;
}
#eks-features .feature-center .icon {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #016467;
}
#eks-features .feature-center .icon i {
  color: #fff;
  font-size: 40px;
  font-style: normal;
}
#eks-features .feature-center h3 {
  font-weight: 400;
  color: #fff;
}
#eks-features .feature-center p {
  color: rgba(255, 255, 255, 0.7);
}

#eks-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.feature-center {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  margin: 0 auto 40px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #cccccc;
}
.feature-center p,
.feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #016467;
  position: relative;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #016467;
}
.feature-left .feature-copy {
  float: right;
  width: 80%;
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.eks-heading {
  margin-bottom: 10px;
}

h2.dance {
  font-size: 4rem;
  margin-top: -35px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h2.dance span {
  color: red;
}

.eks-heading h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  color: #4c6459;
  letter-spacing: 1rem;
}

.eks-heading.eks-heading-sm {
  margin-bottom: 2em;
}
.eks-heading h2 {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 300;
  color: #016467;
  position: relative;
}
@media screen and (max-width: 768px) {
  .eks-heading h2 {
    font-size: 26px;
  }
}
.eks-heading p {
  font-size: 20px;
  line-height: 1.5;
  color: gray;
}

#eks-products {
  background: #008ee0;
}
#eks-products .item img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#eks-products .eks-heading h2 {
  color: #fff;
}
#eks-products .eks-heading p {
  color: rgba(255, 255, 255, 0.8);
}

#eks-subscribe {
  background: #0098ef;
}
#eks-subscribe .form-control {
  background: transparent;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#eks-subscribe .form-control:focus {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
#eks-subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}
#eks-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#eks-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#eks-subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}
#eks-subscribe .btn {
  height: 46px;
  border: none !important;
  background: #016467;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#eks-subscribe .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#eks-subscribe .form-inline .form-group .form-control {
  width: 100%;
}
#eks-subscribe .eks-heading {
  margin-bottom: 30px;
}
#eks-subscribe .eks-heading h2 {
  color: #fff;
}
#eks-subscribe .eks-heading p {
  color: rgba(255, 255, 255, 0.5);
}

#eks-footer .eks-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#eks-footer .eks-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}
#eks-footer .eks-footer-links li a {
  text-decoration: none;
}
#eks-footer .eks-footer-links li a:hover {
  text-decoration: underline;
}
#eks-footer .eks-widget {
  margin-bottom: 30px;
}
#eks-footer .eks-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#eks-footer .eks-widget .eks-quick-contact {
  padding: 0;
  margin: 0;
}
#eks-footer .eks-widget .eks-quick-contact li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#eks-footer .eks-widget .eks-quick-contact li i {
  width: 30px;
  float: left;
  font-size: 18px;
  position: relative;
  margin-top: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
#eks-footer .footer-logo span {
  color: #016467;
}
#eks-footer .copyright {
  color: #b3b3b3;
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  #eks-footer .copyright .pull-left,
  #eks-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#eks-footer .copyright .block {
  display: block;
}

#eks-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #eks-offcanvas {
    display: block;
  }
}
.offcanvas #eks-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#eks-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#eks-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#eks-offcanvas ul {
  padding: 0;
  margin: 0;
}
#eks-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#eks-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#eks-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#eks-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#eks-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.eks-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.eks-nav-toggle.active i::before,
.eks-nav-toggle.active i::after {
  background: #444;
}
.eks-nav-toggle:hover,
.eks-nav-toggle:focus,
.eks-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.eks-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}
.eks-nav-toggle i::before,
.eks-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
.eks-nav-toggle.eks-nav-white > i {
  color: #fff;
  background: #fff;
}
.eks-nav-toggle.eks-nav-white > i::before,
.eks-nav-toggle.eks-nav-white > i::after {
  background: #fff;
}

.eks-nav-toggle i::before {
  top: -7px;
}

.eks-nav-toggle i::after {
  bottom: -7px;
}

.eks-nav-toggle:hover i::before {
  top: -10px;
}

.eks-nav-toggle:hover i::after {
  bottom: -10px;
}

.eks-nav-toggle.active i {
  background: transparent;
}

.eks-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.eks-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.eks-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .eks-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 30px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #016467;
  color: #fff;
  border: 2px solid #016467 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #0adec0 !important;
  border-color: #0adec0 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #016467;
  border: 2px solid #016467;
  border-radius: 0;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #048286;
  color: #fff;
}

.btn-success {
  background: #016467;
  color: #fff;
  border: 2px solid #016467;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #016467;
  border: 2px solid #016467;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #016467;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #000;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:active {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 46px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
}
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #016467;
}

.row-mt-15em {
  margin-top: 15em;
}
@media screen and (max-width: 768px) {
  .row-mt-15em {
    margin-top: 7em;
  }
}

.mt-sm {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .mt-sm {
    margin-top: 3em;
  }
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.eks-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .eks-nav .eks-contact {
    text-align: left !important;
  }
}
.eks-nav .eks-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.eks-nav .eks-contact ul li {
  padding: 0;
  margin: 0;
}
.eks-nav .eks-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.eks-nav .eks-contact ul li a i {
  color: #016467;
}
.eks-nav .eks-contact ul li a:hover i {
  color: #fff;
}

.eks-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -39px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow
  .owl-controls
  .owl-nav
  .owl-next:hover
  i,
.owl-carousel-fullwidth.fh5co-light-arrow
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 24px;
  background: #f54c53 !important;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  background: #f54c53 !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #016467;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #016467;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #016467;
}

.fh5co-card-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.fh5co-card-item .image {
  height: 200px;
  overflow: hidden;
  z-index: 12;
  position: relative;
}
.fh5co-card-item .image .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.fh5co-card-item .image .overlay i {
  z-index: 12;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-card-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.fh5co-card-item .fh5co-text {
  padding: 10px 10px 10px 20px;
  text-align: center;
}
.fh5co-card-item .fh5co-text h2,
.fh5co-card-item .fh5co-text span {
  text-decoration: none !important;
}
.fh5co-card-item .fh5co-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #016467;
}
.fh5co-card-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
.fh5co-card-item .fh5co-text p {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-card-item .fh5co-text span.btn {
  color: #fff !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: #1a1a1a;
  border: 2px solid #1a1a1a !important;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-card-item:hover,
.fh5co-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.fh5co-card-item:hover img,
.fh5co-card-item:focus img {
  -webkot-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.fh5co-card-item:hover span.btn,
.fh5co-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  border: 2px solid #0adec0 !important;
  background: #0adec0 !important;
}
.fh5co-card-item:hover figure .overlay,
.fh5co-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}
.fh5co-card-item:hover figure .overlay i,
.fh5co-card-item:focus figure .overlay i {
  margin-top: -15px;
}
.fh5co-card-item:hover h2,
.fh5co-card-item:hover span,
.fh5co-card-item:focus h2,
.fh5co-card-item:focus span {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .macbook-wrap img {
    max-width: 100%;
  }
}

.price-box {
  background: #fff;
  border: 2px solid #eceef0;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.price-box.popular {
  border: 2px solid #016467;
}
.price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #016467;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #016467;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.pricing-plan {
  margin: 0 0 30px 0;
  padding: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.price {
  font-size: 50px;
  color: #000;
}
.price .currency {
  font-size: 20px;
  top: -1.2em;
}
.price small {
  font-size: 16px;
}

.pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
.pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.fh5co-faq-list {
  margin: 0;
  padding: 0;
}
.fh5co-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .fh5co-faq-list li {
    margin: 0 0 20px 0;
  }
}
.fh5co-faq-list li h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .fh5co-faq-list li h2 {
    font-size: 26px;
  }
}
#menuModal {
}

#menuModal .modal-content {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 5px solid #016467;
}

#menuModal .modal-content .buttons {
  text-align: center;
}

#menuModal .modal-content .buttons a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  margin-top: 8px;
}

#menuModal .modal-content .buttons a.active {
  font-size: 1.4rem;
  position: relative;
}

#menuModal .modal-content .buttons a.active::after {
  content: "";
  background-color: #fff;
  width: 30%;
  transform: translateX(115%);
  height: 1px;
  bottom: -3px;
  left: 0;
  right: 0;
  position: absolute;
}

#menuModal .modal-content .buttons .close-btn {
  margin-top: 30px;
  padding: 0 20px;
  background-color: unset;
  border: 2px solid red;
  border-radius: 20px;
  color: white;
}

.custom-navbar {
  /* padding: 20px; */
  position: relative;
  width: 100%;
  height: 10vh;
}

.custom-navbar .container {
  display: flex;
  max-width: unset;
  height: 100%;
  padding: 0 0 0 20px;
  align-items: center;
}

.custom-navbar .container .right {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  z-index: 10;
}
.custom-navbar .container .right .top {
  background-color: #016467;
  border-radius: 0 0 0 6px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.custom-navbar .container .right .top .info {
  color: #fff;

  /* padding: 3px 6px; */
}

.custom-navbar .container .right .top .info ul {
  list-style-type: none;
  margin: 0;
}
.custom-navbar .container .right .top .info ul li {
  display: inline;
  margin-right: 30px;
}
.custom-navbar .container .right .top .info ul li i {
  margin-right: 6px;
}
.custom-navbar .container .right .top .socials {
  background-color: #fff;
  border-radius: 0 0 0 6px;
}
.custom-navbar .container .right .top .socials ul {
  list-style-type: none;
  margin: 0;
}
.custom-navbar .container .right .top .socials ul li {
  display: inline;
  margin-right: 20px;
}

.custom-navbar .container .right .contact {
  background-color: #0adec0;
  height: 100%;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-left: 50px;
  border-radius: 0 0 0 10px;
}

.custom-navbar .container .right .contact .icon {
  background-color: #fff;
  color: #0adec0;
  /* width: 50px; */
  aspect-ratio: 1;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.custom-navbar .container .right .contact .icon i {
  font-size: 1.5rem;
}
.custom-navbar .container .right .contact .text {
}
.custom-navbar .container .right .contact .text .title {
  display: block;
  text-transform: uppercase;
}
.custom-navbar .container .right .contact .text .num {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.custom-navbar .nav-toggle i {
  font-size: 1.6rem;
  color: #016467;
}

.custom-navbar .brand img {
  height: 60px;
}

.custom-navbar .nav-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.custom-navbar .nav-toggle {
  all: unset;
  display: none;
}

.custom-navbar .nav-menu li {
  display: inline;
  margin-left: 10px;
}
.custom-navbar .nav-menu li a {
  text-decoration: none;
  color: #016467;
  font-weight: bold;
}

@media (max-width: 576px) {
  .custom-navbar .nav-toggle {
    display: block;
    position: absolute;
  }
  .custom-navbar .nav-menu {
    display: none;
  }
}

@media (max-width: 992px) {
  .custom-navbar .container .right .contact {
    display: none;
  }
  .custom-navbar .nav-menu {
    margin: 0 0 0 auto;
  }
  .custom-navbar .container {
    padding: 0 20px;
  }
  .custom-navbar .container .right .top {
    display: none;
  }
}

/* .sec-heading {
  margin-top: 20px;
  margin-bottom: 30px;
} */

.sec-heading h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: #4c6459;
  letter-spacing: 1rem;
}

.sec-heading h2 {
  font-size: 2.5rem;
  font-weight: 400;
  font-style: normal;
  color: #016467;
}

.sec-heading h2.dance {
  font-size: 4rem;
  margin-top: -30px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #016467;
}
.sec-heading h2.dance span {
  color: red;
}
.sec-heading h2 span {
  color: red;
}

.about-short {
  margin-top: 105vh;
  background-image: url("../images/city-outline.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: relative;
  padding: 100px 0;
}

@media (max-width: 576px) {
  .about-short {
    background-position: center 15%;
  }
}

.about-short::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.85);
}

.about-short .content {
  text-align: center;
  padding: 0 10%;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.about-short .eks-container {
  z-index: 5;
}
.pop-dest .eks-container {
  max-width: unset;
  width: 90%;
}

.pop-dest .item {
  margin-bottom: 35px;
}

.pop-dest a {
  text-decoration: none;
}

.pop-dest .card {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  border: none;
}
.pop-dest .card .card-img-top {
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 240px;
  object-fit: cover;
  transition: all 0.2s ease-in;
}

.pop-dest .card .card-body {
  text-align: center;
  padding-bottom: 10px;
}

.pop-dest .card .card-body .card-title {
  font-size: 30px;
  margin-top: 1.5rem;
  color: #016467;
  text-align: center;
  font-weight: 300;
  margin-bottom: 5px;
}

.pop-dest .card .card-body p {
  line-height: normal;
  color: #777777;
}

.pop-dest .card .card-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: black;
  transition: all 0.2s ease-in;
}

.pop-dest .card:hover .card-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
}
.pop-dest .card:hover .card-img-top {
  transform: scale(1.1) translateY(-10px);
}

#services {
  background-color: #016467;
  color: #fff;
  padding: 50px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#services .header {
  text-align: center;
  margin-bottom: 40px;
}

#services .header h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 7px;
}

#services .header p {
  font-size: 1.2rem;
}

#services .container {
  width: 100%;
}

#services .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

#services .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

#services .item .icon i {
  font-size: 2rem;
}

#services .item h3 {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.counters {
  margin-top: 5%;
}
.counters .feature-center {
}

.counters .feature-center .counter::after {
  content: "+";
}
.counters .head-img {
  height: 200px;
  position: absolute;
  top: -40px;
  right: 50%;
  transform: translateX(60%);
}

@media (max-width: 576px) {
  .counters .head-img {
    height: 150px;
  }
  .counters {
    margin-top: 70px;
  }
}

:root {
  --color-custom: #ffeba7;
  --color-primary: #016467;
  --color-text-dark: #0d0925;
  --color-text-medium: #4e4a67;
  --color-text-light: #7b7992;
  --color-light: #fff;
  --color-bg-medium: #888691;
  --color-bg: #26242e;
  --spacing-base: 4px;
  --gradient-bg: linear-gradient(45deg, #8a72d3, #a66bca);
  --shadow-base: 0px 14px 80px rgba(34, 35, 58, 0.2);
  --shadow-colored: rgba(255, 54, 110, 0.2) 0px 0px 5px 0px,
    rgba(255, 54, 110, 0.4) 0px 3px 20px 0px,
    rgba(255, 54, 110, 0.3) 0px 10px 28px 0px;
}

.c-card-testimonial .c-card-testimonial__profile {
  width: 150px;
  flex-shrink: 0;
  height: 150px;
  border-radius: 20px;
  transform: translateX(-60px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-card-testimonial .c-card-testimonial__profile {
    transform: translateY(-50%);
    /* width: 50%; */
  }
}

@media screen and (max-width: 576px) {
  .c-card-testimonial .c-card-testimonial__profile {
    /* width: 95%; */
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .c-card-testimonial .c-card-testimonial__profile {
    height: 270px;
  }
}

.c-card-testimonial .c-card-testimonial__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s;
}

.c-card-testimonial .c-card-testimonial__description {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .c-card-testimonial .c-card-testimonial__description {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .c-card-testimonial .c-card-testimonial__description {
    padding: 0;
  }
}

.c-card-testimonial .c-card-testimonial__description > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 400ms;
}

.c-card-testimonial .c-card-testimonial__job {
  color: var(--color-text-light);
}

.c-card-testimonial .c-card-testimonial__author {
  margin: 4px 0 calc(4px * 5);
  color: var(--color-text-dark);
  font-size: 24px;
  font-weight: 700;
}

.c-card-testimonial .c-card-testimonial__excerpt {
  margin-bottom: 30px;
  color: var(--color-text-medium);
  line-height: 1.5em;
}

.c-card-testimonial .c-card-testimonial__link {
  display: inline-flex;
  justify-content: center;
  padding: calc(4px * 4) calc(4px * 8);
  color: #fff;
  background-color: #016467;
  border-radius: 50px;
  letter-spacing: 1px;
  box-shadow: var(--shadow-colored);
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .c-card-testimonial .c-card-testimonial__link {
    width: 100%;
  }
}

.testimonials {
  margin: 40px auto 100px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonials .sec-heading {
  margin-bottom: 30px;
}

.c-testimonials {
  width: 95%;
  position: relative;
  max-width: 800px;
  box-shadow: var(--shadow-base);
  padding: calc(4px * 8);
  border-radius: 25px;
  height: 400px;
  background-color: #fff;
  transition: all 300ms;
}

@media screen and (max-width: 992px) {
  .c-testimonials {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .c-testimonials {
    min-height: 500px;
    height: auto;
    margin: 50px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .c-testimonials {
    height: 350px;
  }
}

.c-testimonials .c-testimonials__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-testimonials .c-testimonials__item {
    flex-direction: column;
  }
}

.c-testimonials
  .c-testimonials__item.swiper-slide-active
  .c-card-testimonial__profile
  .c-card-testimonial__image {
  opacity: 1;
  transition-delay: 300ms;
}

.c-testimonials
  .c-testimonials__item.swiper-slide-active
  .c-card-testimonial__description
  > * {
  opacity: 1;
  transform: none;
}

.c-testimonials
  .c-testimonials__item.swiper-slide-active
  .c-card-testimonial__description
  > *:nth-child(1) {
  transition-delay: 0.3s;
}

.c-testimonials
  .c-testimonials__item.swiper-slide-active
  .c-card-testimonial__description
  > *:nth-child(2) {
  transition-delay: 0.4s;
}

.c-testimonials
  .c-testimonials__item.swiper-slide-active
  .c-card-testimonial__description
  > *:nth-child(3) {
  transition-delay: 0.5s;
}

.c-testimonials
  .c-testimonials__item.swiper-slide-active
  .c-card-testimonial__description
  > *:nth-child(4) {
  transition-delay: 0.6s;
}

.c-testimonials
  .c-testimonials__item.swiper-slide-active
  .c-card-testimonial__description
  > *:nth-child(5) {
  transition-delay: 0.7s;
}

.c-testimonials .c-testimonials__pagination {
  position: absolute;
  top: 50%;
  right: calc(4px * 5);
  bottom: auto !important;
  left: auto !important;
  width: 11px !important;
  text-align: center;
  z-index: 21;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-testimonials .c-testimonials__pagination {
    top: 150px;
    left: 50% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
  }
}

.c-testimonials
  .c-testimonials__pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .c-testimonials
    .c-testimonials__pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.c-testimonials .c-testimonials__arrows {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: calc(4px * 3);
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .c-testimonials .c-testimonials__arrows {
    justify-content: flex-end;
  }
}

.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next,
.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev {
  position: relative;
  margin-left: calc(4px * 2);
  cursor: pointer;
  outline: 0;
  border: 0;
  color: #777777;
  background-color: transparent;
  font-size: 16px;
  transition: color 300ms ease;
}

.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next::before,
.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #fff;
  transition: all 250ms ease;
}

.c-testimonials
  .c-testimonials__arrows
  .c-testimonials__arrow-next:hover::before,
.c-testimonials
  .c-testimonials__arrows
  .c-testimonials__arrow-prev:hover::before {
  left: 0;
  right: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: calc(4px * 3);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: var(--color-bg-medium);
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  height: 33px;
  background: var(--color-primary);
}

@media screen and (max-width: 768px) {
  .swiper-pagination-bullet-active {
    height: 11px;
    width: 33px;
  }
}

#footer {
  padding: 70px 0 30px 0;
  border-top: 1px solid #cacaca;
}

#footer .content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

#footer .content-left h4 {
  color: #016467;
  margin-top: 15px;
  margin: 0;
  font-size: 1.6rem;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#footer .content-left .brand {
  height: 80px;
}

#footer .content-right {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
  margin-bottom: 30px;
}

#footer .content-right h4 {
  color: #016467;
  margin-bottom: 0;
}

#footer .content-right .quick-contact {
  margin-top: 10px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

#footer .content-right .quick-contact li {
  margin-top: 10px;
}

#footer .content-right .quick-contact a {
  text-decoration: none;
  font-size: 1.1rem;
}

#footer .content-right .quick-contact a i {
  margin-right: 10px;
}

#footer .content-center {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
  margin-bottom: 30px;
}

#footer .content-center h4 {
  color: #016467;
  margin-bottom: 0;
  font-size: 1.2rem;
}

#footer .content-center ul {
  list-style-type: none;
  padding-left: 0;
}

#footer .content-center ul li {
  margin-top: 10px;
}

#footer .content-center ul li a {
  text-decoration: none;
}

#footer .copyright {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #cacaca;
  padding-top: 20px;
}

@media (max-width: 768px) {
  #footer .content-left,
  #footer .content-right {
    align-items: center;
  }

  #footer .content-right {
    margin-top: 20px;
  }

  #footer .content-right .quick-contact {
    text-align: center;
  }
}

.packages #header {
  padding-top: 10vh;
  padding-bottom: 10px;
}

.packages #header h2 {
  text-align: center;
  font-size: 3.5rem;
  color: #016467;
}

.packages .section {
  margin-bottom: 30px;
}

.packages .section .sub-heading {
  width: 100%;
}
.packages .section .sub-heading h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 15px;
  padding: 20px 0;
}

#page.about .header {
  padding: 0 5%;
  text-align: center;
  position: relative;
  z-index: 4;
}
#page.about .header h2 {
  font-size: 3.4rem;
  color: #016467;
}
#page.about .header h2 span {
  color: red;
}
#page.about .main-sec {
  position: relative;
}

#page.about .main-sec .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page.about .main-sec .image img {
  max-height: 400px;
  object-fit: cover;
}

#page.about .main-sec {
  padding-top: 80px;
  position: relative;
}

#page.about .main-sec::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url("../images/bgs/memphis-mini.png");
  top: 0;
  left: 0;

  bottom: 0;
  z-index: 1;
  position: absolute;
}

#page.about .main-sec .about-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 40px 10px;
}

@media (max-width: 768px) {
  #page.about .main-sec {
    width: 90%;
    margin: 50px auto;
    padding-top: 10px;
  }
}

#page.about .team-member {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.21);
  transition: transform 0.3s ease-in-out;
  height: 100%;
}

#page.about .team-member:hover {
  transform: translateY(-10px);
}

#page.about .team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

#page.about .team-member h3 {
  margin: 0;
  color: #016467;
  font-size: 1.6rem;
}

#page.about .team-member .role {
  color: #888;
  margin-bottom: 10px;
  font-weight: bold;
}
#page.about .team-member .desc {
  font-size: small;
}

#page.about .fa {
  font-size: 24px;
  margin: 0 10px;
  color: #000;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  text-decoration: none;
}

#page.about .team-member:hover .fa {
  transform: scale(1.2);
  color: #007aff;
}

#page.about .our-team {
  margin-bottom: 100px;
}
.our-team .header {
  margin-bottom: 60px;
}

.our-team .header h3 {
  color: #016467;
  font-size: 3rem;
}
.our-team .header h3 span {
  color: red;
}

.mvc {
  margin-top: 100px;
}

.mvc .mvc-item {
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  text-align: center;
  width: 80%;
  height: 100%;
}
.mvc .mvc-item::after {
  content: "";
  bottom: 25px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #016467;
  height: 3px;
}
.mvc .mvc-item .title {
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #777;
}

.mvc .mvc-item i {
  font-size: 5rem;
  color: #016467;
}

.reach-us p {
  width: 90%;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 1.2rem;
}

.reach-us p i {
  margin-right: 10px;
  color: #016467;
}

.raach-us .header h2 {
  color: #016467;
}
.gallery-page .header {
  margin-top: 120px;
  width: 100%;
  text-align: center;
}
.gallery-page .header h2 {
  font-size: 3.2rem;
  color: #016467;
}

.gallery-page .header h2 span {
  color: red;
}

.gallery-page .header .desc {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.gallery {
  margin: auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  margin-bottom: 60px;
}

.gallery-item {
  flex: 1 1 calc(33% - 20px);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.9;
  border-radius: 10px;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item:hover img {
  opacity: 1;
}

.gal-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.gal-modal .modal-content {
  display: flex;
  padding: 20px;
  background: #fff;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.gal-modal .modal-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gal-modal .modal-body img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  border-radius: 10px;
  object-fit: contain;
}

.gal-modal .close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.gal-modal .nav-btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.gal-modal .nav-btn:hover {
  background-color: #555;
}

@media (max-width: 768px) {
  .gallery-item {
    flex: 1 1 calc(50% - 20px);
  }

  .gal-modal .modal-content {
    flex-direction: column;
  }

  .gal-modal .modal-right {
    margin-left: 0;
    margin-top: 20px;
    width: 80%;
    padding: 0;
  }

  .gal-modal .nav-btn {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .gallery-item {
    flex: 1 1 100%;
  }
}

@media (max-width: 992px) {
  .gallery-page .header {
    margin-top: 40px;
  }
}

.whatsapp-btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1200;
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.4s ease;
  text-decoration: none;
}
.whatsapp-btn:hover {
  background-color: #ffffff;
  color: #25d366;
  border: 2px solid #25d366;
}
.whatsapp-btn i {
  display: block;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.bounce {
  animation: bounce 1s;
}
