@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --white: #ffffff;
  --celeste: #00c2cb;
  --azulOscuro: #004aad;
  --azulBG: #1f355f;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: 0.6s;
  color: #222222;
  display: inline-block;
}
a:hover, a:focus {
  color: var(--celeste);
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #6a6c72;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default btn CSS
=================================================*/
.default-btn {
  display: inline-block;
  background-color: var(--celeste);
  color: var(--white);
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
}
.default-btn:hover {
  background-color: var(--azulOscuro);
  color: var(--white);
}

/*================================================
Section Title CSS
=================================================*/
.section-title-warp {
  margin-bottom: 45px;
}
.section-title-warp .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--white);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}
.section-title-warp h2 {
  font-size: 38px;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1.4;
}

.section-warp-btn {
  text-align: right;
}
.section-warp-btn .default-btn {
  padding: 20px 45px;
  font-size: 16px;
}

.section-title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 45px;
}
.section-title .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--white);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}
.section-title h2 {
  font-size: 38px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--white);
}
.preloader .loader {
  left: 50%;
  top: 45%;
  transform: translateX(-50%) translateY(-45%);
  position: absolute;
}
.preloader .loader .sbl-half-circle-spin {
  height: 50px;
  width: 50px;
  color: var(--celeste);
  display: inline-block;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
  animation: rotate3d 2s linear infinite;
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}

.top-header-information {
  padding-left: 0;
  margin-bottom: 0;
}
.top-header-information li {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.top-header-information li:last-child {
  margin-right: 0;
}
.top-header-information li a {
  color: #222222;
}
.top-header-information li a:hover {
  color: var(--celeste);
}

.top-header-optional {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
.top-header-optional li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.top-header-optional li:last-child {
  margin-right: 0;
}
.top-header-optional li a {
  margin: 0 2px;
}
.top-header-optional li a i:hover {
  background-color: var(--celeste);
  color: var(--white);
  transform: translateY(-2px);
}
.top-header-optional .languages-list .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  line-height: initial;
  color: #222222;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  top: -2px;
}
.top-header-optional .languages-list .nice-select::after {
  border-color: var(--celeste);
  height: 8px;
  width: 8px;
  right: 5px;
  margin-top: -5px;
}
.top-header-optional .languages-list .nice-select .list {
  background-color: var(--white);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 10px;
  margin-bottom: 0;
}
.top-header-optional .languages-list .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.top-header-optional .languages-list .nice-select .list .option.selected {
  background-color: var(--celeste) !important;
  color: var(--white);
  font-weight: normal;
}
.top-header-optional .languages-list .nice-select .list::-webkit-scrollbar {
  display: none;
}

/*================================================
Middle Header Area CSS
=================================================*/
.middle-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
}

.middle-header h1 {
  font-size: 35px;
  margin-bottom: 0;
}
.middle-header h1 a {
  color: #222222;
}

.middle-header-content {
  text-align: right;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.middle-header-content li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 400;
  color: #6a6c72;
  margin-right: 30px;
}
.middle-header-content li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-top: 5px;
}
.middle-header-content li:last-child {
  margin-right: 0;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}
.main-responsive-nav .logo .white-logo {
  display: none;
}

.main-navbar {
  padding: 10px 0;
  background-color: #f7f7f7;
}
.main-navbar .navbar {
  transition: 0.6s;
  padding: 0;
}
.main-navbar .navbar .navbar-brand {
  padding: 0;
}
.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.main-navbar .navbar .navbar-nav {
  margin-right: auto;
}
.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: 0.6s;
  position: relative;
}
.main-navbar .navbar .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--celeste);
  transition: all ease 0.5s;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: var(--celeste);
}
.main-navbar .navbar .navbar-nav .nav-item a:hover::before, .main-navbar .navbar .navbar-nav .nav-item a:focus::before, .main-navbar .navbar .navbar-nav .nav-item a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: var(--celeste);
}
.main-navbar .navbar .others-options .option-item {
  margin-right: 25px;
}
.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}
.main-navbar .navbar .others-options .option-item .navbar-btn .default-btn {
  display: inline-block;
  background-color: var(--celeste);
  color: var(--white);
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
}
.main-navbar .navbar .others-options .option-item .navbar-btn .default-btn:hover {
  background-color: var(--azulOscuro);
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--white) !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.6s;
}

.others-option-for-responsive {
  display: none;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.6s;
  background-color: #222222;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: var(--celeste);
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: var(--white);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.others-option-for-responsive .option-inner .others-options .option-item {
  margin-right: 25px;
}
.others-option-for-responsive .option-inner .others-options .option-item:last-child {
  margin-right: 0;
}
.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .default-btn {
  display: inline-block;
  background-color: var(--celeste);
  color: var(--white);
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
}
.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .default-btn:hover {
  background-color: var(--azulOscuro);
}
@media only screen and (max-width: 991px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: var(--celeste);
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 300px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #222222;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #222222;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 140px !important;
  }
  .navbar-area {
    background-color: var(--white);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}
/*================================================
Main Slides Area CSS
=================================================*/
.main-slides-item {
  background-image: url(../images/background.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 180px;
  padding-bottom: 250px;
}
.main-slides-content {
  max-width: 630px;
}
.main-slides-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--white);
  padding: 10px 20px;
  border-radius: 50px;
  animation-delay: 2.2s;
}
.main-slides-content h1 {
  color: var(--white);
  font-size: 75px;
  margin-top: 25px;
  margin-bottom: 15px;
  animation-delay: 0.5s;
  text-shadow: 0 0 4px #7f7f7f;
}
.main-slides-content h1 span {
  color: var(--celeste);
}
.main-slides-content p {
  color: var(--white);
  text-shadow: 0 0 5px black;;
  animation-delay: 1.8s;
}
.main-slides-content .slides-btn {
  margin-top: 30px;
}
.main-slides-content .slides-btn .default-btn {
  animation-delay: 2s;
}
.main-slides-content .slides-btn .checkup-content {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  animation-delay: 2.5s;
}
.main-slides-content .slides-btn .checkup-content .icon {
  position: absolute;
  top: -20px;
  left: 0;
}
.main-slides-content .slides-btn .checkup-content .icon i:hover {
  background-color: var(--azulOscuro);
}
.main-slides-content .slides-btn .checkup-content span {
  padding-left: 75px;
}
.main-slides-content .slides-btn .checkup-content span a {
  color: #222222;
}
.main-slides-content .slides-btn .checkup-content span a:hover {
  color: var(--celeste);
}
.main-slides-content .slides-btn .optional-btn {
  display: inline-block;
  background-color: #222222;
  color: var(--white);
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
  margin-left: 20px;
  animation-delay: 2.5s;
}
.main-slides-content .slides-btn .optional-btn:hover {
  background-color: var(--celeste);
  color: var(--white);
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  line-height: 0.01;
}
.home-slides.owl-theme .owl-nav [class*=owl-] {
  color: #222222;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: var(--white);
  border-radius: 20px;
  transition: 0.6s;
  width: 55px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  font-size: 22px;
}
.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--white);
  background-color: var(--celeste);
}
.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-item {
  background-color: #eaffff;
}
.main-banner-item .container-fluid {
  padding-right: 0;
  overflow: hidden;
}

.main-banner-content {
  max-width: 620px;
  margin-left: auto;
}
.main-banner-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--white);
  padding: 10px 20px;
  border-radius: 50px;
}
.main-banner-content h1 {
  font-size: 70px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.main-banner-content h1 span {
  color: var(--celeste);
}
.main-banner-content p {
  color: #222222;
}
.main-banner-content .banner-btn {
  margin-top: 30px;
}
.main-banner-content .banner-btn .optional-btn {
  display: inline-block;
  background-color: #222222;
  color: var(--white);
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
  margin-left: 20px;
}
.main-banner-content .banner-btn .optional-btn:hover {
  background-color: var(--celeste);
  color: var(--white);
}

.main-banner-image img {
  border-radius: 0 0 0 100px;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
  margin-top: -65px;
}
.features-area.bg-ffffff {
  margin-top: 0;
}

.single-features {
  background-color: var(--celeste);
  padding: 45px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.6s;
}
.single-features.bg-f57e57 {
  background-color: #f57e57;
}
.single-features.bg-4a6577 {
  background-color: #4a6577;
}
.single-features .content {
  position: relative;
  padding-left: 90px;
}
.single-features .content .icon {
  position: absolute;
  left: 0;
  top: -8px;
}
.single-features .content h3 {
  font-size: 25px;
  margin-bottom: 14px;
  font-weight: 600;
}
.single-features .content h3 a {
  color: var(--white);
}
.single-features .content p {
  color: var(--white);
}
.single-features:hover {
  transform: translateY(-10px);
}

.single-features-box {
  background-color: var(--white);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  border-bottom: 1px solid var(--celeste);
  margin-bottom: 30px;
  text-align: center;
  transition: 0.6s;
}
.single-features-box .icon {
  margin-bottom: 20px;
}
.single-features-box h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 500;
}
.single-features-box h3 a {
  color: #222222;
}
.single-features-box:hover {
  transform: translateY(-10px);
}
/*================================================
Services Area CSS
=================================================*/
.services-area.bg-eef9ff {
  background-color: #eef9ff;
}

.single-services {
  margin-bottom: 30px;
  transition: 0.6s;
}
.single-services .services-image {
  position: relative;
  overflow: hidden;
}
.single-services .services-image img {
  border-radius: 10px 10px 0 0;
  transition: 0.6s;
}
.single-services .services-image .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.6s;
}
.single-services .services-content {
  background-color: var(--white);
  height: 506px;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 30px;
  border-bottom: 1px solid var(--celeste);
  border-radius: 0 0 10px 10px;
  transition: 0.6s;
}
.single-services .services-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
  font-weight: 500;
}
.single-services .services-content h3 a {
  color: #222222;
}
.single-services .services-content p {
  font-size: 15px;
  transition: 0.6s;
}
.single-services:hover {
  transform: translateY(-10px);
}
.single-services:hover .services-image img {
  transform: rotate(2deg) scale(1.2);
}
.single-services:hover .services-content {
  background-color: var(--azulOscuro);
}
.single-services:hover .services-content h3, .single-services:hover .services-content p {
  color: var(--white);
}

.single-services-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: var(--white);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  transition: 0.6s;
}
.single-services-box .icon {
  margin-bottom: 25px;
}
.single-services-box h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.single-services-box h3 a {
  color: #222222;
}
.single-services-box h3 a:hover {
  color: var(--celeste);
}
.single-services-box p {
  font-size: 15px;
  margin-bottom: 20px;
}
.single-services-box .services-btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--celeste);
  color: var(--celeste);
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
}
.single-services-box .services-btn:hover {
  background-color: var(--celeste);
  color: var(--white);
}
.single-services-box:hover {
  transform: translateY(-10px);
}
.single-services-item {
  margin-bottom: 30px;
  transition: 0.6s;
  background-color: var(--white);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 10px;
  padding-bottom: 0;
  border-radius: 10px;
}
.single-services-item .services-image {
  position: relative;
  overflow: hidden;
}
.single-services-item .services-image img {
  border-radius: 10px;
  transition: 0.6s;
}
.single-services-item .services-image .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.6s;
}
.single-services-item .services-content {
  padding: 35px 20px;
  text-align: center;
}
.single-services-item .services-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
  font-weight: 500;
}
.single-services-item .services-content h3 a {
  color: #222222;
}
.single-services-item .services-content p {
  font-size: 15px;
  margin-bottom: 20px;
}
.single-services-item .services-content .default-btn {
  width: 100%;
  border-radius: 50px;
}
.single-services-item:hover {
  transform: translateY(-10px);
}
.single-services-item:hover .services-image img {
  transform: rotate(2deg) scale(1.2);
}
/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  background-color: #f5f5f5;
  padding-top: 30px;
}

.overview-content {
  margin-top: -170px;
}
.overview-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--white);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}
.overview-content h3 {
  font-size: 45px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.overview-content p {
  font-size: 25px;
  font-weight: 500;
  color: #222222;
}
.overview-content p a {
  color: var(--celeste);
}
/*================================================
About Area CSS
=================================================*/
.about-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--white);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}
.about-content h3 {
  font-size: 36px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.about-content h3 span {
  color: var(--celeste);
}
.about-content .about-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.about-content .about-list li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-info {
  position: relative;
  margin-top: 35px;
  padding-left: 100px;
  padding-top: 10px;
}
.about-content .about-info h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-content .about-info span {
  font-size: 16px;
  font-weight: 500;
  color: #6a6c72;
}
.about-image {
  text-align: right;
  position: relative;
}
.about-image .about-inner-box {
  background-color: var(--celeste);
  padding: 35px 30px;
  border-radius: 10px;
  transition: 0.6s;
  text-align: left;
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 390px;
}
.about-image .about-inner-box .content {
  position: relative;
  padding-left: 75px;
}
.about-image .about-inner-box .content .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.about-image .about-inner-box .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}
.about-image .about-inner-box .content h3 a {
  color: var(--white);
}
.about-image .about-inner-box .content p {
  color: var(--white);
  font-size: 15px;
}
.about-image .about-inner-box:hover {
  transform: translateY(-5px);
}

/*================================================
Core Features Area CSS
=================================================*/
.core-features-area {
  background-color: #eef9ff;
  position: relative;
  z-index: 1;
}
.core-features-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background-color: var(--white);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-core-features {
  background-color: var(--white);
  height: 233px;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.6s;
  border-bottom: 1px solid var(--celeste);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.single-core-features .icon {
  margin-bottom: 20px;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: var(--white);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  transition: 0.6s;
}
.single-core-features h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}
.single-core-features h3 a {
  color: #222222;
}
.single-core-features h3 a:hover {
  color: var(--celeste);
}
.single-core-features:hover {
  transform: translateY(-10px);
}
/*================================================
Review Area CSS
=================================================*/
.review-area {
  background-color: #eef9ff;
}

.single-review-item {
  background-color: var(--white);
  padding: 55px 30px 35px;
  border-radius: 10px;
  position: relative;
  margin-top: 35px;
  transition: 0.6s;
}
.single-review-item p {
  font-size: 17px;
  margin-bottom: 0;
  font-style: italic;
}
.single-review-item:hover {
  background-color: var(--azulOscuro);
}
.single-review-item:hover p {
  color: var(--white);
  transition: 0.6s;
}
.single-review-item.mb-30 {
  margin-bottom: 30px;
}
/*================================================
Services Details Area CSS
=================================================*/
.services-details-image img {
  border-radius: 30px;
}

.services-details-content {
  margin-top: 30px;
}
.services-details-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-details-list {
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.services-details-list li {
  list-style-type: none;
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}
.services-details-list li:last-child {
  margin-bottom: 0;
}
.services-details-overview {
  margin-top: 30px;
}

.services-details-overview-content p span {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  margin-right: 5px;
}
/*================================================
Dentist Details Area CSS
=================================================*/
.dentist-details-image img {
  border-radius: 10px;
}

.dentist-details-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.dentist-details-content span {
  font-size: 16px;
  color: #6a6c72;
  font-weight: 400;
}
.dentist-details-content .share-link {
  margin-top: 18px;
}
.dentist-details-content .share-link a {
  margin: 0 2px;
  text-align: center;
}
.dentist-details-content .share-link a i:hover {
  background-color: var(--azulOscuro);
  transform: translateY(-5px);
}
.dentist-details-content .content-overview {
  margin-top: 25px;
}
.dentist-details-content .content-overview p {
  margin-bottom: 10px;
  font-size: 15px;
}
.dentist-details-content .content-overview p span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
  color: #222222;
}
.dentist-details-content .content-overview p:last-child {
  margin-bottom: 0;
}

.dentist-details-overview-content {
  margin-top: 30px;
}
.dentist-details-overview-content .details-overview-image {
  margin-top: 15px;
  margin-bottom: 25px;
}
.dentist-details-overview-content .details-overview-image img {
  border-radius: 10px;
}
.dentist-details-overview-content .overview-text p {
  margin-bottom: 10px;
  font-size: 15px;
}
.dentist-details-overview-content .overview-text p span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
  color: #222222;
}
.dentist-details-overview-content .overview-text p:last-child {
  margin-bottom: 0;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: var(--azulBG);
}
.single-footer-widget h2 {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 600;
}
.single-footer-widget h2 a {
  color: var(--white);
}
.single-footer-widget p {
  color: var(--white);
  margin-bottom: 0;
}
.single-footer-widget .signature {
  margin-top: 25px;
}
.single-footer-widget .footer-info {
  position: relative;
  margin-top: 35px;
  padding-left: 75px;
}
.single-footer-widget .footer-info img {
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-footer-widget .footer-info h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--white);
}
.single-footer-widget .footer-info span {
  font-size: 15px;
  color: var(--white);
}
.single-footer-widget h3 {
  font-size: 25px;
  color: var(--white);
  margin-bottom: 30px;
  font-weight: 500;
}
.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .quick-links li {
  margin-bottom: 12px;
  font-size: 15px;
}
.single-footer-widget .quick-links li a {
  display: inline-block;
  color: var(--white);
  font-weight: 400;
  position: relative;
}
.single-footer-widget .quick-links li a:hover {
  color: var(--celeste);
}
.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}
.single-footer-widget .quick-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.6s;
  background-color: var(--celeste);
}
.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-information {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.single-footer-widget .footer-information li {
  display: block;
  position: relative;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 20px;
}
.single-footer-widget .footer-information li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-information li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  margin-top: 8px;
}
.single-footer-widget .footer-information li span a {
  color: var(--white);
}
.single-footer-widget .footer-information li span a:hover {
  color: var(--celeste);
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
  padding-bottom: 30px;
  background-color: var(--azulBG);
}

.copyright-area-content {
  text-align: center;
  border-top: 1px solid #2e405b;
  padding-top: 30px;
}
.copyright-area-content p {
  color: var(--white);
  font-size: 15px;
}
.copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: var(--celeste);
}
.copyright-area-content p a:hover {
  color: var(--white);
}
/*================================================
Header Area CSS
=================================================*/
.grin-care-header {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

/*================================================
Top Area CSS
=================================================*/
.top-area {
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.top-information-wrap {
  padding: 0;
  margin-bottom: 0;
}
.top-information-wrap li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  color: var(--azulOscuro);
  font-size: 15px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  padding-left: 22px;
}
.top-information-wrap li:last-child {
  margin-right: 0;
}
.top-information-wrap li a {
  color: var(--azulOscuro);
}
.top-information-wrap li a:hover {
  color: var(--celeste);
}

.top-optional-wrap {
  text-align: end;
  padding: 0;
  margin-bottom: 0;
}
.top-optional-wrap li {
  display: inline-block;
  margin-right: 5px;
}
.top-optional-wrap li:last-child {
  margin-right: 0;
}
.top-optional-wrap li a i:hover {
  color: var(--celeste);
  border: 2px solid var(--celeste);
  transform: translateY(-2px);
}

/*================================================
Navbar Area CSS
=================================================*/
.grin-care-navbar .main-navbar {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.grin-care-navbar .main-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.grin-care-navbar .main-navbar .navbar {
  background-color: var(--white);
  padding: 15px 25px;
}
.grin-care-navbar .main-navbar .navbar .navbar-brand {
  padding: 0;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  color: var(--celeste);
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a {
  color: var(--azulOscuro);
  font-family: "Heebo", sans-serif;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a::before {
  background-color: var(--celeste);
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: var(--celeste);
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover::before, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus::before, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:hover a, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: var(--celeste);
}
.grin-care-navbar .main-navbar .others-options .option-item {
  margin-right: 25px;
  position: relative;
}
.grin-care-navbar .main-navbar .others-options .option-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 35px;
  background-color: #DDDDDD;
}
.grin-care-navbar .main-navbar .others-options .option-item:nth-child(2)::before {
  display: none;
}
.grin-care-navbar .main-navbar .others-options .option-item:last-child {
  margin-right: 0;
}
.grin-care-navbar .main-navbar .others-options .option-item:last-child::before {
  display: none;
}
.grin-care-navbar .main-navbar .others-options .option-item .cart-btn {
  position: relative;
  top: 3.5px;
}
.grin-care-navbar .main-navbar .others-options .option-item .cart-btn i {
  font-size: 28px;
  color: var(--azulOscuro);
  transition: 0.6s;
}
.grin-care-navbar .main-navbar .others-options .option-item .cart-btn i:hover {
  color: var(--celeste);
}
.grin-care-navbar .main-navbar .others-options .option-item .cart-btn span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: var(--celeste);
  color: var(--white);
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}
.grin-care-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn {
  background-color: var(--celeste);
}
.grin-care-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn:hover {
  background-color: var(--celeste);
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn {
  position: relative;
  top: 3.5px;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i {
  font-size: 28px;
  color: var(--azulOscuro);
  transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i:hover {
  color: var(--celeste);
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: var(--celeste);
  color: var(--white);
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}