:root {
  --green: #5cb7b2;
  --off-white: #e0e3eb;
  --dark-blue: #151e6a;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  height: 200vh;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
  position: fixed;
  height: calc(100vh);
}
.wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.btn,
.title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 3rem;
  transition: 0.5s;
  border: 0px solid #5cb7b2;
}

.subtitle-section {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 1rem 0 4rem 0;
}

/* Button's Styles */

#zapWeb .float-btn-wpp {
  position: fixed;
  width: 240px;
  height: 45px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 1px 13px 6px rgba(37, 221, 102, 0.4);
  z-index: 1000;
}

#zapMobile{
  display: none;
}

@media (max-width: 992px) {
  #zapWeb{
    display: none;
  }

  #zapMobile{
    display: block;
  }

  #zapMobile .float-btn-wpp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 13px 6px rgba(37, 221, 102, 0.4);
    z-index: 1000;
  }
}



.float-btn-wpp:hover {
  scale: 1.1;
  color: #fff !important;
}

.float-btn-top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #5cb7b2;
  color: #151e6a !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 13px 6px rgba(46, 166, 159, 0.4);
  z-index: 1000;
}

.float-btn-top:hover {
  scale: 1.1;
  color: #151e6a !important;
}

.btn-nav,.btn-nav:active {
  border: 3px solid #5cb7b2;
  border-radius: 127px;
  padding: 0.8rem 1.5rem;
  color: #5cb7b2 !important;
  font-weight: bold;
  background-color: transparent;
  transition: 0.5s;
  box-shadow: none!important;
}

.btn-nav:hover,.btn-nav:focus {
  color: #fff !important;
  background-color: #5cb7b2 !important;
  border: 3px solid rgba(0, 0, 0, 0);
  transform: scale(1.03);
}

.btn-secondary {
  color: #fff !important;
  background-color: #5cb7b2 !important;
}

.btn-secondary:hover {
  transform: scale(1.03);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

.btn-box {
  color: #151e6a !important;
  background-color: #5cb7b2 !important;
  font-size: 0.8rem;
}

.btn-box:hover {
  transform: scale(1.03);
  color: #fff !important;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

.btn-dark {
  color: #fff !important;
  background-color: #151e6a !important;
}

.btn-dark:hover {
  transform: scale(1.03);
  color: #fff !important;
  background: #0d144f !important;
  box-shadow: 0px 5px 10px 5px rgba(21, 30, 106, 0.7);
}

.btn-card {
  background: #151e6a;
  color: #fff;
  position: relative;
  right: -60px;
  border-radius: 40px 0px 20px 0px;
  padding: 0.5rem 2rem;
}

.btn-card:hover {
  background: #0d144f;
  color: #fff !important;
}

.btn-why {
  color: #151e6a;
  background-color: #e0e3eb;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.btn-specs {
  color: #151e6a;
  background-color: #e0e3eb;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.2rem;
}

.btn-why:hover,
.btn-why:focus,
.btn-why:active:hover,
.btn-why:active:focus {
  background: #151e6a !important;
  color: #fff;
  transform: scale(1.03);
  box-shadow: 0px 5px 10px 5px rgba(21, 30, 106, 0.7);
}

.btn-blog-post {
  display: flex;
  background-color: #151e6a !important;
  align-items: center;
  gap: 1rem;
  padding: 1rem 3rem;
  width: fit-content;
}

.btn-blog-post:hover {
  transform: scale(1.03);
  color: #fff !important;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  .btn-box {
    width: 100%;
  }
  .btn-nav {
    display: none;
  }

  .btn-blog-post {
    width: 100%;
    justify-content: center;
  }
}

/* Menu Styles */
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none !important;
}

a:hover {
  color: #5cb7b2 !important;
}

.menu-a {
  color: #5cb7b2 !important;
  transition: 0.5s;
}

.menu-a:hover {
  color: #fff !important;
}

.site-navigation .navbar-nav .nav-item {
  position: relative;
}

.close-icon-menu {
  background-color: #5cb7b2;
  padding: 1rem;
  border-radius: 5px;
}

.pre-text {
  color: #fff;
}

.icons-social {
  font-size: 1.2rem;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #fff;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 1.0rem;
}

.site-navbar-wrap .fa-2x{
  font-size: 1.2em;
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
  width: 150px;
  margin-top: 12px !important;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  margin-right: 2rem;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.is-sticky .site-logo {
  display: none;
}

.logo-sticky {
  display: none;
}

.is-sticky .logo-sticky {
  display: block;
  margin-top: 12px !important;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a.active {
  color: #5cb7b2 !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #5cb7b2 !important;
}

.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:first-child
  > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:last-child
  > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #ebeef0;
  color: #212529;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 80%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #5cb7b2;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  box-shadow: 0px -5px 25px 10px rgb(0 0 0 / 20%);
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child
  > a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.has-children
  > a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: rgba(21, 30, 106, 0.8);
  font-size: 15px;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a:hover {
  color: rgba(21, 30, 106, 1) !important;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a.active {
  color: #151e6a !important;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.active
  a {
  color: #151e6a;
}

.site-menu-toggle {
  color: #fff !important;
}
.sticky-wrapper.is-sticky.site-menu-toggle {
  color: #151e6a !important;
}

.is-sticky a.btn.btn-primary.btn-nav {
  background: #151e6a;
  border: 0px solid !important;
  color: #fff !important;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.is-sticky a.btn.btn-primary.btn-nav:hover {
  background-color: #151e6a !important;
  color: #fff !important;
  animation: none;
}

/* Banners Style */
.row.d-flex.align-items-center.banner {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.title-banner {
  color: #fff !important;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.title-min {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.span-title {
  color: #fff !important;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.p-title {
  font-size: 1rem;
  color: #fff;
}

.strong-title {
  color: #5cb7b2 !important;
}

.carousel-control-prev-icon.carousel-control-next-icon {
  background-color: #5cb7b2 !important;
  border-radius: 100px;
}

.carousel-control-prev-icon.carousel-control-next-icon {
  background-color: aqua !important;
  border-radius: 2rem !important;
  padding: 1.5rem;
  background-repeat: no-repeat;
  background-position: 5%;
  background-size: 95% 65%;
}

.carousel-indicators {
  bottom: 8rem;
}

.image {
  padding-left: 3rem;
}

@media (max-width: 992px) {
  .img-bg img {
    height: 900px;
  }

  .title-banner {
    font-size: 2rem;
  }

  .span-title {
    font-size: 1rem;
  }

  .p-title {
    font-size: 1.2rem;
  }

  .img-fluid {
    padding: 0;
  }

  .py-3 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .image {
    padding: 0 3rem;
  }

  .carousel-indicators {
    bottom: 3rem;
  }
}

/* Card's Box Banners */
.row-card {
  position: relative;
  top: -6rem;
}
.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background-color: #e0e3eb;
  color: #151e6a;
  padding: 2rem 4rem;
  border-radius: 20px;
  min-height: 405px;
}

.card-text {
  font-size: 0.8rem;
}

.card-title {
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}

.icon-card {
  font-size: 2rem;
  background-color: #5cb7b2;
  padding: 1rem;
  border-radius: 100%;
}

@media (max-width: 992px) {
  .card-body {
    padding: 2rem;
    border-radius: 20px;
  }

  .card-title {
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
  }

  .row-card {
    position: relative;
    top: -3rem;
    gap: 2rem;
  }
}

/* About Style */
.about-texts {
  display: flex;
  flex-direction: column;
}

.pre-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 150%;
  color: #151e6a;
}

h2.pre-title{
  font-size: 2.5rem;
}

.title-section {
  font-weight: 700;
  font-size: 3rem;
  line-height: 50px;
  color: #212529;
  font-family: "Poppins", sans-serif;
  padding-bottom: 1rem;
}

.text-section {
  font-size: 1rem;
  line-height: 150%;
  text-align: justify;
  color: #495057;
}

.about-img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 200px 200px 0 200px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 992px) {

  .title-section {
    font-weight: 700;
    font-size: 3rem;
    line-height: 50px;
    color: #212529;
    font-family: "Poppins", sans-serif;
    padding-bottom: 1rem;
  }

  .text-section {
    font-size: 1rem;
    line-height: 150%;
    text-align: justify;
    color: #495057;
  }
  .about-img {
    height: 330px;
    width: 330px;
  }
}

/* Speciality Style */
.item {
  background-color: #e0e3eb;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  width: 300px;
  transition: 0.5s;
}

.item-img {
  border-radius: 20px 20px 80px 0px;
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.item-info {
  padding: 1rem 1.5rem;
}

.title-specs {
  text-align: left;
  color: #151e6a;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.text-specs {
  color: #151e6a;
  text-align: justify;
  font-size: 0.9rem;
  line-height: 100%;
}

#owl-carousel-1 .owl-stage {
  height: 385px;
}

.owl-stage-outer::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000000;
  width: 0%;
  content: "";
  height: 4px;
  transition: all 0.5s;
}

#owl-carousel-1:before {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  width: 103px;
  height: 89%;
  z-index: 1000;
}

#owl-carousel-1:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 103px;
  height: 89%;
  z-index: 1000;
}

#owl-carousel-1:before {
  top: 0;
  background: linear-gradient(to right, #fff 20%, transparent 50%);
}

#owl-carousel-1:after {
  bottom: 0;
  background: linear-gradient(to left, #fff 20%, transparent 50%);
}

.owl-dots button.owl-dot {
  font-size: 10rem;
  width: 30px;
  border-radius: 100%;
  height: 30px;
  background-color: #151e6a;
  opacity: 0.5;
  scale: 0.7;
}

.owl-dots button.owl-dot.active {
  opacity: 1;
  scale: 0.9;
}

#owl-carousel-1 .owl-prev,
.owl-next span {
  background-color: #151e6a;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  font-size: 5rem;
  flex-direction: column;
  align-items: center;
}

#owl-carousel-1 .owl-nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#owl-carousel-1 .owl-nav span {
  font-size: 4rem;
  border-radius: 100%;
  padding-bottom: 0.8rem;
}

#owl-carousel-1 .owl-nav {
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
}

.owl-dots {
  display: flex;
  justify-content: center;
  top: -40px;
  position: relative;
  z-index: -1;
}

#owl-spec .owl-dots {
  top: -15px;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #5cb7b2;
}

.speciality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 15px;
}

.spec-image-box {
  background-color: #000;
  border-radius: 0.5rem;
}

.spec-image-box:hover {
  transform: scale(1.05);
}

.img-specs {
  transition: 0.5s;
}

.img-specs:hover {
  opacity: 0.5;
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .item {
    width: 100%;
  }

  .item-img {
    width: 100%;
  }

  #owl-carousel-1 .owl-nav {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }

  #owl-carousel-1:before {
    content: none;
  }

  #owl-carousel-1:after {
    content: none;
  }

  .speciality-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 10px;
    row-gap: 15px;
  }
}

/* Why Us Style */
.why-box {
  background-color: #e0e3eb;
  border-radius: 20px;
  display: flex;
  min-height: 410px;
}

.why-info {
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-title h2 {
  font-size: 1.5rem;
  color: #151e6a;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  padding-top: 2rem;
}

.why-title i {
  font-size: 2rem;
  padding: 1rem;
  border-radius: 100%;
  color: #151e6a;
  border: 3px solid #151e6a;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.why-img {
  height: 420px;
  max-width: 300px;
  min-width: 300px;
  border-radius: 0px 20px 20px 0px;
  width: 50%;
  object-fit: cover;
}

.why-info p {
  color: #151e6a;
  text-align: justify;
  font-size: 0.8rem;
}

.box-btn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 2rem;
}

.btn-why i {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 992px) {
  .why-box {
    margin: 2rem auto;
    flex-direction: column;
  }
  .box-btn {
    gap: 1rem;
  }
  .why-img {
    height: 220px;
    max-width: initial;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
  }
}

/* Blog Section Style */
.blog {
  background-image: url("../images/bg-image.png");
  background-color: #151e6a;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: #151e6a;
}

.blog a, a .text-last-post, a .p-last-post {
  color: #151e6a;
  transition: 0.3s;
}

.blog a:hover, a .text-last-post:hover, a .p-last-post:hover {
  /*color: #fff !important;*/
  color: #0e101a !important;
}

.blog-div {
  background-color: #5cb7b2;
  border-radius: 20px;
}

.blog-row {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-img {
  border-radius: 20px 20px 80px 20px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.blog-img-row {
  border-radius: 20px 20px 80px 20px;
  width: 100%;
  height: 202px;
  object-fit: cover;
}

.blog-title-post {
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.5s;
  color: #101010;
}

.blog-title-post:hover {
  color: #151e6a;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
}

.blog-subtitle {
  font-size: 0.7rem;
}

.blog-text {
  font-size: 0.9rem;
  text-align: justify;
}

.blog-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}

@media (max-width: 992px) {
  .blog-row {
    padding: 1rem 1.5rem;
    text-align: center;
  }
  .blog-div {
    margin-bottom: 3rem;
  }
  .blog-aside {
    padding-bottom: 0;
  }
}

/* Depoiment's Section Style */
.depoiments-title i {
  font-size: 5rem;
  color: #151e6a;
}

.depoiments-title h2 {
  font-family: "Poppins", sans-serif;
  color: #151e6a;
  font-weight: bold;
}

.card-client {
  background-color: #e0e3eb;
  color: #151e6a;
  border-radius: 20px;
  padding: 2rem 3rem;
  box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 20%);
  min-height: 308px;
  max-height: 310px;
}

.card-client p {
  text-align: justify;
  font-size: 0.8rem;
}

.client-info img {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-height: 70px;
  min-height: 70px;
  max-width: 70px !important;
  object-fit: cover;
  border: 7px solid #151e6a;
  border-radius: 40px 40px 0px 40px;
}

.client-info {
  align-items: center;
  gap: 1.5rem;
}

#owl-depoiments:before {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
  width: 60px;
  height: 100%;
  z-index: 1000;
}

#owl-depoiments:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 1000;
}

#owl-depoiments:before {
  top: 0;
  background: linear-gradient(to right, #fff 4%, transparent 50%);
}

#owl-depoiments:after {
  bottom: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}

#owl-depoiments .owl-prev,
.owl-next span {
  background-color: #151e6a;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  font-size: 5rem;
  flex-direction: column;
  align-items: center;
}

#owl-depoiments .owl-nav {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}

#owl-depoiments .owl-nav span {
  font-size: 4rem;
  border-radius: 100%;
  padding-bottom: 0.8rem;
}

#owl-depoiments .owl-stage {
  height: 335px;
}

@media (max-width: 992px) {
  .card-client {
    padding: 1rem 2rem;
  }

  #owl-depoiments .owl-stage {
    height: 265px;
  }

  #owl-depoiments:before {
    content: none;
  }

  #owl-depoiments:after {
    content: none;
  }
}

/* CTA Style */
.cta-body {
  border: 3px solid #151e6a;
  border-radius: 20px;
  padding: 3rem;
  height: 160px;
}

.cta-body row {
  display: flex;
  align-items: center;
}

.cta-body h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #151e6a;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 576px) {
  .cta-body {
    border: 3px solid #151e6a;
    padding: 2rem;
    height: auto;
  }
}

/* Location Style */
.location-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #151e6a;
  font-family: "Poppins", sans-serif;
}

.location-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #151e6a;
  font-family: "Poppins", sans-serif;
}

.location-text {
  font-size: 1rem;
  text-align: justify;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.location ul {
  list-style-type: none;
  padding-left: 0;
}

.location ul a {
  color: #151e6a;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  font-weight: 600;
}

.location ul a i {
  width: 15px;
}

.location-hour {
  color: #151e6a;
}

.div-location {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Footer Style */
.footer-title {
  color: #5cb7b2;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 1rem;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer ul li a {
  color: #fff;
  font-size: 0.9rem;
}
.footer ul li {
  margin: 1rem 0;
}

.logo-col img {
  margin-bottom: 2rem;
}

.logo-col p {
  font-size: 0.8rem;
}

.link-uil {
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}

.link-uil:hover {
  color: #ff2248 !important;
  font-family: "Poppins", sans-serif;
}

.icons-footer {
  background-color: #5cb7b2;
  border-radius: 100%;
  color: #151e6a !important;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons-footer-div {
  justify-content: end;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  align-items: end;
}

@media (max-width: 576px) {
  .icons-footer-div {
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }
}

/* Especialidades Page Style */
.p-specs {
  font-size: 1rem;
  color: #fff;
  text-align: justify;
}

.col.item:hover {
  background-color: #151e6a !important;
  scale: 1.05;
}

.col.item:hover h4 {
  color: #fff !important;
}

.col.item:hover p {
  color: #fff !important;
}

/* Blog Página Style */
.blog-post {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.blog-img-post {
  height: 300px;
  width: 100%;
  border-radius: 20px 20px 80px 20px;
  object-fit: cover;
  margin-bottom: 2rem;
}

.blog-img-sidebar {
  border-radius: 5px;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.sidebar-box {
  color: #151e6a;
  background-color: #e0e3eb;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 5px;
}

.text-last-post {
  font-size: 1rem;
}

.p-last-post {
  font-size: 0.9rem;
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.list-unstyled li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/* Blog posts */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

.form-control:focus {
  border: 0px solid !important;
}

.bg-cta {
  background-image: url("../images/bg-cta.png");
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-cta a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  font-size: 2rem;
}

/* Post Style */
.post {
  flex-direction: column;
}
.title-post {
  text-align: center;
  font-size: 2.5rem;
  font-weight: semibold;
  padding-top: 8rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.post-text {
  font-size: 1rem;
  text-align: justify;
  line-height: 2;
}

.breadcrumb {
  margin: 0 auto;
}

.breadcrumb-item {
  color: #fff !important;
}

.breadcrumb-item a {
  color: #5cb7b2;
}

.breadcrumb-item a:hover {
  color: #fff !important;
}

.blog-img-footer {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.related-post a {
  color: #151e6a;
}

.related-post a:hover {
  color: #5cb7b2;
}

.specs-img {
  width: 100%;
  border-radius: 20px 20px 80px 20px;
  object-fit: cover;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .breadcrumb {
    display: none;
  }
  .wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .row {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.is-sticky .fa-bars:before,
.fa-navicon:before {
  color: #151e6a;
}
