@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");
@font-face {
  font-family: "AllerDisplay";
  src: url("../fonts/Allercapsdiacritice-Regular.ttf");
}
html {
  min-height: 100%;
}

body {
  background: #fff;
  color: #495057;
  font-family: "Poppins", Arial;
  font-weight: 400;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
}

p {
  line-height: 1.6em;
}

* {
  outline: none !important;
}

select:focus, textarea:focus, textarea.form-control:focus, button:focus, a:focus, input {
  box-shadow: none !important;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}

#ErrorBlock {
  position: fixed;
  top: 5%;
  right: 5%;
  max-width: 600px;
  font-size: 0.85rem;
  z-index: 999999;
}
@media only screen and (max-width: 821px) {
  #ErrorBlock {
    bottom: 0 !important;
    right: 0;
    left: 0;
    top: inherit;
    max-width: 100%;
  }
}

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

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

.data-card h1, .data-card h2, .data-card h3, .data-card h4, .data-card h5, .data-card h6 {
  color: #cd1a68;
}

.strong,
strong {
  font-weight: bold;
}

.error-404-title {
  font-size: 10rem;
}

.custom-modal .close.modal-close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 3rem;
}

.custom-alert {
  overflow: hidden;
}
.custom-alert span.alert-message {
  position: relative;
  z-index: 2;
}
.custom-alert.alert-success {
  background: #28a745;
  border-left: 5px solid #1d7932;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.custom-alert.alert-danger {
  background: #dd4444;
  border-left: 5px solid #b23737;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.custom-alert.alert-warning {
  background: #cd9c08;
  border-left: 5px solid #8e6c06;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.custom-alert.alert-primary, .custom-alert.alert-info {
  background: #007bff;
  border-left: 5px solid #003977;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.custom-alert .alert-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff6;
  z-index: 1;
}
.custom-alert .close {
  box-shadow: none !important;
  opacity: 1;
  padding: 0;
  height: 100%;
  width: 32px;
  z-index: 3;
}
.custom-alert .close span {
  box-shadow: none;
  border-left: 1px solid #fff;
  padding-left: 0.5rem;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-alert .close:hover span, .custom-alert .close:focus span {
  color: #fff;
  opacity: 0.35;
}
@media only screen and (max-width: 821px) {
  .custom-alert {
    padding: 2rem 1rem;
    font-size: 1rem;
  }
}

.image-zoom {
  cursor: zoom-in;
}

.image-zoom-out {
  cursor: zoom-out;
}

.modal-fit-content {
  width: fit-content;
  max-width: 100%;
}

.btn-qr,
.profile-action-btn {
  background: #cd1a68;
  color: #fff;
}
.btn-qr:hover,
.profile-action-btn:hover {
  background: #950095;
  color: #fff;
}

.btn-link {
  color: #cd1a68;
  font-weight: bold;
}

.py-10 {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 821px) {
  .py-10 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 821px) {
  .mobile-only {
    display: block;
  }
}

.no-mobile {
  display: initial;
}
@media only screen and (max-width: 900px) {
  .no-mobile {
    display: none;
  }
}

p.text-qr {
  color: #cd1a68;
  font-size: 0.85rem;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.sk-spinner-three-bounce.sk-spinner {
  width: 70px;
  text-align: center;
}

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #c1e1ec;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.preloader {
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-three-bounce div {
  background-color: #cd1a68;
}

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading-spinner {
  display: none;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.no-scroll {
  max-height: 100vh;
  max-width: 100vh;
  overflow: hidden;
}

#cookieConsent {
  position: fixed;
  bottom: 1%;
  z-index: 99;
  width: 100%;
}
#cookieConsent a {
  text-decoration: none;
  color: #82bf64;
}
#cookieConsent .consent-button {
  color: #cd1a68;
  background-color: transparent;
  background-image: none;
  border-color: #cd1a68;
}
#cookieConsent .consent-button:hover {
  color: #fff;
  background-color: #cd1a68;
  border-color: #cd1a68;
}
#cookieConsent .alert-cookie {
  background: #f5f8fa;
  color: #cd1a68;
  box-shadow: 0 0 20px 1px rgba(168, 168, 168, 0.2);
  border: 1px solid #ebebeb;
}
#cookieConsent .alert-cookie hr {
  border-top-color: rgba(0, 123, 255, 0.5);
}

.fa-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -o-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  perspective: 1000px;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animate__animated {
  animation-duration: 2s;
}

.btn-outline-success {
  color: #a2d45e;
  background-color: transparent;
  background-image: none;
  border-color: #a2d45e;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #a2d45e;
  border-color: #a2d45e;
}

#header-section.not-home {
  min-height: 720px;
  background-size: cover !important;
  background-position: center !important;
}
@media only screen and (max-width: 900px) {
  #header-section.not-home {
    min-height: 450px;
  }
}
#header-section.not-home:after {
  content: url("../images/scroll-down.gif");
  position: absolute;
  bottom: 15%;
  opacity: 0.3;
}
#header-section.misc-page {
  background: url("../images/header-misc.jpg") no-repeat;
}
@media only screen and (max-width: 900px) {
  #header-section.misc-page {
    background: url("../images/header-misc-mobile.jpg") no-repeat;
  }
}
#header-section.services-page {
  background: url("../images/header-servicii.jpg") no-repeat;
}
@media only screen and (max-width: 900px) {
  #header-section.services-page {
    background: url("../images/header-servicii-mobile.jpg") no-repeat;
  }
}
#header-section.prices-page {
  background: url("../images/header-tarife.jpg") no-repeat;
}
@media only screen and (max-width: 900px) {
  #header-section.prices-page {
    background: url("../images/header-tarife-mobile.jpg") no-repeat;
  }
}
#header-section.contact-page {
  background: url("../images/header-contact.jpg") no-repeat;
}
@media only screen and (max-width: 900px) {
  #header-section.contact-page {
    background: url("../images/header-contact-mobile.jpg") no-repeat;
  }
}
#header-section .header-overlay {
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0;
  top: 0;
  z-index: 0;
}

.data-prot-btn {
  white-space: normal;
}

.gm-control-active,
.gm-inset-map,
.directions-card {
  display: none !important;
}

#FastContact {
  background: #cd1a68;
  position: relative;
  z-index: 3;
}
#FastContact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#FastContact ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#FastContact ul li a:hover {
  opacity: 0.7;
}

.poppins {
  font-family: "Poppins", SansSerif;
}

#socials-section {
  position: relative;
  z-index: 3;
  background: #cd1a68;
}

.main-navbar {
  color: #cd1a68;
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 75px;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navbar .nav-max-lexic {
  background: #2dd553;
  border-radius: 0 0 1rem 1rem;
}
.main-navbar .navbar-light .navbar-toggler {
  color: #191919;
  background: #ffffff;
  padding: 10px 15px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.21);
}
.main-navbar .navbar-light .navbar-nav .nav-item {
  margin-left: 1rem;
}
.main-navbar .navbar-light .navbar-nav .nav-item:not(:last-child) {
  margin-right: 1rem;
}
.main-navbar .navbar-light .navbar-nav .nav-item .nav-link {
  color: #cd1a68;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .main-navbar .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 1.5rem;
  }
}
.main-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover {
  background: #cd1a68;
  color: #fff;
  border-radius: 0.55rem;
}
@media only screen and (max-width: 991px) {
  .main-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover {
    padding: 0.55rem 1rem;
  }
}
.main-navbar.scrolled {
  color: #cd1a68;
  position: fixed;
}
.main-navbar.scrolled .navbar-light .navbar-toggler {
  color: #112c39;
  background: #edeeef;
  padding: 10px 15px;
}
.main-navbar .logo {
  max-width: 70px;
}
@media only screen and (max-width: 991px) {
  .main-navbar .logo {
    height: 50px;
  }
}
.main-navbar .toggle-main-page-dropdown.with-srt:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.55rem;
}
.main-navbar .main-page-dropdown {
  display: none;
  position: absolute;
  width: fit-content;
  list-style-type: none;
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.35rem 0 0.35rem 0.35rem;
  min-width: 300px;
  margin-top: 0.55rem;
  border: 1px solid #cd1a68;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .main-navbar .main-page-dropdown {
    border: none;
  }
}
.main-navbar .main-page-dropdown::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  height: 10px;
  width: 10px;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cd1a68;
}
@media only screen and (max-width: 991px) {
  .main-navbar .main-page-dropdown::before {
    display: none;
  }
}
.main-navbar .main-page-dropdown.dropdown-menu-right::before {
  right: 0;
}
.main-navbar .main-page-dropdown li a {
  color: #000;
  text-decoration: none !important;
  display: block;
  padding: 0.55rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navbar .main-page-dropdown li a i {
  color: #cd1a68;
  width: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navbar .main-page-dropdown li a:hover {
  padding-left: 1.5rem;
}
.main-navbar .main-page-dropdown li a:hover i {
  color: #cd1a68;
}
@media only screen and (max-width: 991px) {
  .main-navbar .main-page-dropdown li a {
    font-size: 1.3rem;
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .main-navbar .main-page-dropdown {
    position: relative;
    list-style-type: none;
    background: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
  }
  .main-navbar .main-page-dropdown:before {
    display: none;
  }
}
.main-navbar .main-menu-mobile .logo-area {
  position: sticky;
  top: 0;
  display: none;
  z-index: 9999;
}
@media only screen and (max-width: 991px) {
  .main-navbar .main-menu-mobile .logo-area {
    display: block;
    background: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .main-navbar .main-menu-mobile {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    background: #fff;
    border-right: 1px solid #f3f3f3;
    width: 100%;
    padding: 15px;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.main-menu-list li {
  position: relative;
}

.data-prot-btn {
  background: none;
}

#go-to-top {
  position: fixed;
  display: none;
  left: 3%;
  bottom: 5%;
  padding: 10px 20px;
  font-size: 1.3rem;
  color: #212121;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  #go-to-top {
    bottom: 10%;
  }
}

.info-card {
  position: relative;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 10px #d7d7d7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.info-card:hover {
  box-shadow: 0 0 20px #aaa;
}
.info-card .card-body {
  height: 350px;
  border: none;
}
.info-card .card-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border: none;
}

.toggle-menu-slide.close-menu {
  font-size: 1.5rem;
}

.slider-settings {
  z-index: 1;
  position: relative;
}
.slider-settings .owl-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.slider-settings .owl-navigation .nav-container-secondary,
.slider-settings .owl-navigation .nav-container {
  display: flex;
  justify-content: space-between;
}
.slider-settings .owl-navigation .nav-container-secondary .owl-next,
.slider-settings .owl-navigation .nav-container-secondary .owl-prev,
.slider-settings .owl-navigation .nav-container .owl-next,
.slider-settings .owl-navigation .nav-container .owl-prev {
  font-weight: bold;
  color: #fff;
  opacity: 0.3;
  height: 40px;
  width: 40px;
  padding: 12px;
  top: 50%;
  bottom: auto;
  font-size: 1.5rem;
  transform: translateY(-50%);
  background-color: #cd1a68;
  border: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0.55rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-settings .owl-navigation .nav-container-secondary .owl-next:hover,
.slider-settings .owl-navigation .nav-container-secondary .owl-prev:hover,
.slider-settings .owl-navigation .nav-container .owl-next:hover,
.slider-settings .owl-navigation .nav-container .owl-prev:hover {
  opacity: 1;
}

#HomePageSlider .owl-carousel-item {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 720px;
}
@media only screen and (max-width: 991px) {
  #HomePageSlider .owl-carousel-item {
    height: 450px;
  }
}
#HomePageSlider .owl-carousel-item a {
  background: #a2d45e;
  font-size: 18px;
  border-radius: 0.55rem;
  color: #FFF;
  padding: 13px 32px;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#HomePageSlider .owl-carousel-item a:hover {
  background: #80a74a;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  #HomePageSlider .owl-carousel-item a {
    background: #ed2980;
  }
  #HomePageSlider .owl-carousel-item a:hover {
    background: #ed2980;
    text-decoration: none;
  }
}
#HomePageSlider .owl-carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed !important;
}
#HomePageSlider .owl-carousel-item .mask .mask-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center !important;
  background-size: cover !important;
}
#HomePageSlider .owl-carousel-item .mask > .container {
  padding: 150px 0;
}
#HomePageSlider .owl-carousel-item h4 {
  font-size: 50px;
  margin-bottom: 15px;
  color: #cd1a68;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#HomePageSlider .owl-carousel-item h2,
#HomePageSlider .owl-carousel-item h3,
#HomePageSlider .owl-carousel-item h5,
#HomePageSlider .owl-carousel-item p {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  font-size: 18px;
  margin-bottom: 15px;
  color: #cd1a68;
  border-radius: 0.55rem;
}
#HomePageSlider .owl-carousel-item h5 {
  font-size: 35px;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.section-title {
  color: #cd1a68;
}
.section-title.big {
  font-size: 5rem;
}
@media only screen and (max-width: 991px) {
  .section-title.big {
    font-size: 2rem;
  }
}

a.jumper {
  color: #cd1a68;
}
a.jumper:hover {
  color: #cd1a68;
}
a.jumper:hover .card {
  box-shadow: 0 0 20px rgba(170, 170, 170, 0.38);
}

.data-card {
  border-radius: 0.55rem 0.55rem 0.55rem 2rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.data-card .s-logo.md {
  width: 300px;
}
.data-card .s-logo.sm {
  width: 100px;
}
.data-card h6 {
  color: #cd1a68;
  white-space: nowrap;
}

.tooth ul {
  list-style-type: none;
  padding: 0;
}
.tooth ul li {
  margin-bottom: 1rem;
}
.tooth ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/tooth.png") no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.ffp {
  font-family: "Poppins", SansSerif;
  font-weight: 400;
}

.text-pink {
  color: #b11559;
}

.copyright {
  background: #b11559;
  padding: 1rem;
}
.copyright a {
  color: #00ff3a;
}
.copyright a:hover {
  color: #fff;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

#map-section {
  height: 390px;
  position: relative;
  background: #cd1a68;
}
#map-section > .container {
  z-index: 2;
}
#map-section .section-title {
  color: #fff;
}
#map-section iframe {
  position: absolute;
  width: 100%;
  bottom: -75px;
  z-index: 0;
}
#map-section .round-overlay {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 90px;
  background: #ffffff;
  border-radius: 0 0 1000% 1000%;
}
@media only screen and (max-width: 991px) {
  #map-section .round-overlay {
    height: 30px;
  }
}

ul.social-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.social-group .fas,
ul.social-group .fab {
  color: #fff;
  font-size: 2rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-group .fas:hover,
ul.social-group .fab:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 991px) {
  ul.social-group .fas,
ul.social-group .fab {
    font-size: 2rem;
  }
}
ul.social-group.colored .fas,
ul.social-group.colored .fab {
  color: #cd1a68;
}

.social-link-group .fab {
  font-size: 4rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-link-group .fab:hover {
  font-size: 5rem;
}
@media only screen and (max-width: 991px) {
  .social-link-group .fab {
    font-size: 2rem;
  }
}
.social-link-group .fa-facebook {
  color: #4267B2;
}
.social-link-group .fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-link-group .fa-twitch {
  color: #6441a5;
}
.social-link-group .fa-discord {
  color: #5865F2;
}
.social-link-group .fa-youtube:not(.normal) {
  color: #FF0000;
}
.social-link-group .fa-whatsapp-square {
  color: #25D366;
}
.social-link-group .fa-whatsapp {
  color: #25D366;
}
.social-link-group .fa-reddit-alien {
  color: #FF4500;
}
.social-link-group .fa-deviantart {
  color: #05cc47;
}
.social-link-group .fa-linkedin {
  color: #0e76a8;
}
.social-link-group .fa-github {
  color: #171515;
}
.social-link-group .fa-twitter {
  color: #1DA1F2;
}
.social-link-group .fa-snapchat-square {
  color: #FFFC00;
}
.social-link-group .fa-tiktok {
  filter: drop-shadow(-1px -2px 0 #24f6f0) brightness(110%);
  text-shadow: 1.6px 2px 0 #fe2d52;
}
.social-link-group .h-md-100 {
  height: 100%;
}

#services-section {
  padding: 100px 0 20px 0;
}

footer {
  color: #ffffff;
  position: relative;
  padding-top: 50px;
  z-index: 1;
}
footer .footer-block {
  background: #cd1a68;
}
footer .footer-block .logo {
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  float: left;
}
footer .footer-block .footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-block .footer-menu li a:not(.btn) {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-block .footer-menu li a:not(.btn):hover {
  padding-left: 1rem;
}

.footer-bg {
  background: #a2d45e;
}
.footer-bg h5 {
  color: #fff;
}

.wave {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.top-5 {
  top: -35px;
}

.wave-rotated {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 1;
}

/*# sourceMappingURL=main-v0.1.4.css.map */
