/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* read more section class { */
 .hide {
   display: none;
}
.show {
  display: block;
}


/* read more section class } */


.down label{

    display: flex;
    gap: 20px;
    align-items: center;

}
 .down label input{
	margin-bottom:0px !important;

}

.booking .elementor-shortcode{
	text-align:center;
}

.booking .elementor-shortcode a{
	color:#1D94CF;
}

.booking:hover .elementor-shortcode a{
	color:white;
}
/* code for text carousel  */
.marquee {
  display: flex;
  overflow: hidden;
  height: 10vh;
  user-select: none;
  gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
   /*transform: skewY(-3deg); */
   /*transform: rotate(-5deg) translateY(-30px) translateX(50px);*/
}
.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 15s linear infinite ;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}
@media only screen and (min-width: 360px) {
    .marquee__group span {
        font-size: 6.5vw;
    }
}

.cap{
	margin-top:30px !important;
}

.serv_list {
	display:grid;
}

.link a{
	color:#1D94CF!important;
}
		

.link a:hover{
	color:white!important;
}
	
.pink a{
color:#1D94CF!important;
}
		
.pink a:hover{
color:#000000!important;
}
	