/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.51.1709636223
Updated: 2024-03-05 11:57:03

*/

@media(min-width:767px) {
	.site-header-section-left .site-header-item {
  background: #fff;
  padding: 1em 1em 1.3em;
  border-radius: 50%;
  margin-top: -30px;
  margin-bottom: -30px;
}
}

.rank-math-breadcrumb p,
.rank-math-breadcrumb a {
	margin-bottom: 5px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	opacity: .75
}

.stroke-back-text {
  position: absolute;
  content: "";
  top: 0.3em;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(-86deg, #fff 5%, #eee 53%, #ddd 91%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #021329;
	 display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  opacity: .4;
  z-index: -1;
}

@media(min-width:767px) {
.stroke-back-text {
  top: -5px;
}
}

.tucam-svg-map svg {
  width: 100%;
  height: auto;
}

.tucam-svg-map {
  position: relative
}

.tucam-map-point {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 2px solid var(--global-palette1, #3182CE);
  border-radius: 50%;
}

.tucam-map-point::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--global-palette1, #3182CE)
}

.tucam-map-point::after {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--global-palette1, #3182CE);
  animation: 3s pointScale infinite forwards;
	opacity: .1
}

.tucam-map-point:nth-child(even)::after {
	animation-delay: 1.5s
}

@keyframes pointScale {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.5)
	}
	100% {
		transform: scale(1)
	}
} 

.tmp-1 {
  bottom: 33%;
  left: 52%
}

.tmp-2 {
  bottom: 18%;
  left: 55%
}

.tmp-3 {
  bottom: 28%;
  left: 40%
}

.tmp-4 {
  bottom: 43%;
  left: 41%
}

.tmp-5 {
  bottom: 54%;
  left: 39%
}

.tmp-6 {
  bottom: 52%;
  left: 52%
}

.tmp-7 {
  bottom: 62%;
  left: 45%
}

.tmp-8 {
  bottom: 68%;
  left: 35%
}

.tmp-9 {
  bottom: 72%;
  left: 55%
}

.tmp-10 {
  bottom: 82%;
  left: 42%
}

.tmp-11 {
  bottom: 86%;
  left: 28%
}

.tmp-content {
  position: absolute;
  top: -105%;
  left: 0;
  width: max-content;
  padding: .1em .5em;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 20px #11111138;
  transform: translateX(-50%) translateY(-50%);
  font-size: 11px;
  font-weight: 600;
  z-index: 1;
}

@media(max-width:768px) {
	.tucam-svg-map {
  position: relative;
  width: 200%;
  transform: translateX(-22%);
		overflow: hidden
	}
}

