/* xl - DESKTOP STYLES */ 
/* xl - DESKTOP STYLES */ 
.anim-text h2, .anim-text h3{
    background: -webkit-gradient(linear,left top,right top,color-stop(20%,#d4a655),color-stop(50%,#f6e286),color-stop(80%,#d4a655));
    background: linear-gradient(to right,#d4a655 20%,#f6e286 50%,#d4a655 80%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: anim_textdtv 2s linear infinite;
    animation: anim_textdtv 2s linear infinite;
	filter: drop-shadow(2px 2px 5px #000);
}
@-webkit-keyframes anim_textdtv {
  to {
    background-position: 200% center;
  }
}
@keyframes anim_textdtv {
  to {
    background-position: 200% center;
  }
}
.custom-slide .custom-image, .custom-slide .custom-text {
    display: none;
}
.custom-slide.swiper-slide-active .custom-image, .custom-slide.swiper-slide-active .custom-text {
    display: block;
}
.custom-box .elementor-widget-container{
    height: 200px;
}
.custom-box .left-title-image {
    display: flex;
    flex-direction: column;
}
.custom-box .uael-infobox-left {
    height: 100% !important;
}
.custom-box .uael-infobox-left-right-wrap {
    display: flex;
    height: 100%;
    align-items: center;
}
#floating-menu {
    position: fixed;
    bottom: 25px;
    right: 20px;
	z-index: 999;
}
.single figure {
    margin: auto;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index:9999
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 26px;
  left: 26px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

.hotline-bar {
  position: absolute;
  background: #E88A25;
  background: -webkit-linear-gradient(left, #e88a25, #d40000);
  background: -o-linear-gradient(right, #e88a25, #d40000);
  background: -moz-linear-gradient(right, #e88a25, #d40000);
  background: linear-gradient(to right, #e88a25, #d40000);
  height: 40px;
  width: 200px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  border: 2px solid white;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-phone-ring-img-circle i {
    color: #fff;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 38px;
  font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
  .hotline-phone-ring-wrap {
    bottom: 28px;
    left: 0;
  }
  .subscribe-toggle {
    left: 15px;
    bottom: 15px;
  }
}
.floating-menu-inner>div {
    margin: 15px 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.floating-menu-inner>div:hover {
    transform: scale(1.2);
}
.floating-icon {
    width: 60px;
    background: linear-gradient(240deg, #200D12 0%, #A96F62 100%);
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
}
.floating-icon i {
    color: #fff;
    font-size: 30px;
}
.floating-icon svg {
    height: auto;
    padding: 5px;
    fill: #fff;
    width: 40px;
}
.floating-icon a{
	line-height: 0;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.floating-item {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.floating-content {
    background: #d1b287;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 130px;
    font-size: 16px;
    font-weight: 600;
}
.floating-item:hover .floating-content {
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
span.phone-heading {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
a.phone-number {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

div[data-elementor-type="wp-page"].elementor {
    overflow: hidden;
}
img{
	width: 100%;
	height: auto;
}
.elementor-location-header {
    position: absolute !important;
    z-index: 9999;
	width: 100%;
	    top: 0;
}
.left-title-image {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.uael-infobox-title.elementor-inline-editing {
    margin-bottom: 3px !important;
}
.ff-el-group[data-name="custom_html-3_2"] p {
    margin: 0 !important;
    font-size: 16px;
    color: #e61a75;
    font-weight: 600;
}
.ff-el-group[data-name="custom_html-3_2"] {
    margin: 0px !important;
    display: flex;
    align-items: center;
    align-content: center;
    line-height: 1.5;
    padding: 6px 12px;
    background: #fee7ad;
}
footer#site-footer {
    margin: 0;
    padding: 0 !important;
}
.atp-text {
    bottom: 15px !important;
    right: 20px;
    background-color: #fde5ab;
    color: #e61a75;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 700;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: 0;
}
.custom-slider figcaption.elementor-image-carousel-caption {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
}
.custom-slider img.swiper-slide-image {
    padding: 10px;
    background: #fff;
}
span.swiper-pagination-bullet {
    opacity: 1;
}
.mns-box-content-horizontal-bottom .udiweb-swiper-pagination {
    margin-bottom: 10px !important;
}
.tienich-text .elementor-element-populated:before {
    content: "";
    border-top: 30px solid transparent;
    border-right: 20px solid #5d3a16;
    position: absolute;
    top: 0;
    left: -20px;
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  .floating-icon i {
      color: #fff;
      font-size: 20px;
      padding: 5px;
      border: 1px solid #fff;
      border-radius: 50%;
  }
  
}



/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  
  
}

