﻿
html{
  scroll-behavior:smooth;
   scroll-padding-top: 160px;

}

body{
	color: #313639;
	  background: url(../images/pool.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font-family: 'Spline Sans', sans-serif;
}
.ref {display:none}

a:active, a {
	color: #3498DB;
}
a:hover {
	color: #06357A;
}
a.ondark, a.ondark:visited {
	color: white;
}
a.ondark:hover, a.ondark:active { 
color: #EFAB49
}
a.onpale, a.onpale:visited {
	color: #0a79b6;
}
a.onpale:hover, a.onpale:active {
	color: #FF6600
}

a.footer, a.footer:visited {
	color: #313639;
}
a.footer:hover, a.footer:active {
	color: #032334
}




a.1 {
	color: #F0F0F0!important;
	text-decoration: none;
}
a.1:visited {
	color: #FFFFFF;
}

a.1:active {
	color: #ffffff;
	 
}
a.1:hover {
	color: #ffffff;
}

a.1:active {
	color: #ffffff;
}
a.1:hover {
	color: #ffffff;
}
a.lit {
	color: white;
}
a.lit:visited {
	color: white;
}
a.lit:active {
	color: black;
}
a.lit:hover {
	color: black;
}

a.lit2 {
	color: white;
}
a.lit2:visited {
	color: white;
}
a.lit2:active {
	color: #CC0000;
}
a.lit2:hover {
	color: #CC0000;
}


.dark {
	
	color: #032334;}
.light{
	color: #0a79b6
}

.highlight {
	color:#806BCE}
.hover {
	color: #342A7D
}
.white{
	background-color:white
}
.twhite {
	color:white
}
.black {
	color:#434A4F}
}
h2, h3, .h2, .h3 {
	font-family: 'Spline Sans', sans-serif;
	color: #032334;
}
h4, h5, h6, .h4, .h5, .h6 {
	font-family: 'Spline Sans', sans-serif;	color: #0a79b6;
}


p, li, a {
	
	font-family: 'Spline Sans', sans-serif;
}
.title {
	padding: 10px;
	font-weight: bold;
	color: #032334}
.sub-title {
	padding: 5px;
	font-weight: bold;
	color: #0a79b6

}
.bglight{
	background-color: #032334;
	color: #fff!important;
	transition-duration: 0.2s;
}
.bglight:hover {
background-color: #0a79b6;
	border: thin solid #0a79b6;
	color: #000!important ;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 0px 16px 2px rgba(69,69,69,0);
	box-shadow: 0px 10px 13px -7px #000000, 0px 0px 16px 2px rgba(69,69,69,0);
}
.twhite {color: #fff!important;
}

.vc {
	vertical-align: middle;
}
.wpanel {
	background-color:white ;
	-webkit-box-shadow: 0px 0px 32px 4px #454545; 
box-shadow: 0px 0px 32px 4px #454545;
border:thin #0a79b6 solid;
}

.panel {
	background-color:rgba(255, 255, 255, 0.6) ;
	-webkit-box-shadow: 0px 0px 32px 4px #454545; 
box-shadow: 0px 0px 32px 4px #454545;
border:thin #0a79b6 solid;
}

.btn-warning, .btn-warning:active, .btn-warning:visited {
    background-color: #000 !important;
    color: white;
    border:black;
    font-size:large
}
.btn-warning:hover{
background-color: #0a79b6 !important;
color: black;
-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 0px 16px 2px rgba(69,69,69,0); 
box-shadow: 0px 10px 13px -7px #000000, 0px 0px 16px 2px rgba(69,69,69,0);

	
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0A79B6
 !important;
} 
.box-shadow:after {
    content:"";
    position:absolute;
    width:100%;
    bottom:1px;
    z-index:-1;
    transform:scale(.9);
    box-shadow: 0px 0px 32px 4px #000000;
}

.box6 {
	color: black;
	background-color: #C0C0C0;
	
	
	background-attachment: scroll;
}
.pt-10{
	padding-top:10em
}
.pb-10{
	padding-bottom:10em
}
.animate__animated.animate__slideInLeft {
  --animate-duration: 2s;
  --animate-delay: 2.1s;
}
#map {
	height:400px;
	width:100%
}


ul{
	list-style:none
}
@media screen and (max-width: 992px){

}
.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
   color: #fff;
}


/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
   font-weight: 400;
}

.form-control, 
textarea {
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.6) ;
;
  color: #313639;

}

.send-button {
  margin-top: 15px;
  height: 44px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 44px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}
.form-control:focus {
  border-color: #0a79b6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(10, 121, 183, 0.6);
}
/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  color: #313639;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #313639;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}

.socia-media-list  a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}







/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #000;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 10px 3px;
  line-height: 50px;
  border-radius: 50%;
  color: black;
  background-color: #EFAB49;
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #0a79b6; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: white;
}

.social-icons {
	list-style-type: none;

}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list a {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list a:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
.bgwhite {
	background-color:#fff
}
.bgblack {
	background-color:#212529
}
.fixed-top{z-index:1130!important}
.fixed-bottom{
	position: fixed;
	top: 15em;
	left: 0;
	width: 100px;
	z-index: 1010;
}
.bord {
	border: 1px solid rgba(255, 255, 255, 0.3);

	padding:10px;
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;	 	
-webkit-box-shadow:inset 0 0 5px #000, 0px 0px 16px 2px #454545; 
box-shadow:  inset 0 0 5px #000000, 0px 0px 16px 2px #454545;
background-color:rgba(255,255,255,0.2);

backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);}



.bordb {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);

	padding:10px;
	 	-webkit-box-shadow:inset 0 0 5px #000, 0px 0px 16px 2px #454545; 
box-shadow:  inset 0 0 5px #000000, 0px 0px 16px 2px #454545;

background-color:rgba(255,255,255,0.2);
}
.block {
  overflow: hidden;
  width: 100%;
  margin: 25px auto;
  background: transparent;
}
.animation {
  width: auto;
  height: 150px;
  font-size: 0px;
  
}
.animation div {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 10px;
  border: thin black solid;
  -webkit-box-shadow: 0px 0px 10px 2px #454545; 
box-shadow:   0px 0px 10px 2px #454545;

}


.whatsapp {
  color: white;
  background: #25D366;
 transition: color 0.3s ease, background 0.3s ease;

}
.whatsapp:hover {
  background:white;
  color: black;
 }

.envelope {
	color: white;
	background: #CC0000;
	transition: all 0.3s ease;

}
.envelope:hover {
	background: white ;
	color: black;

}
.callback {
	color: white;
	background: #00FF00;
	transition: all 0.3s ease;
}
.callback:hover {
  background: white;
  color: black;
}

.facebook {
  color: white;
  background: #3B5998;
 transition: all 0.3s ease;

}
.facebook:hover {
  background: white;
  color: black;
}

.twitter {
  color: white;
  background:  #55ACEE;
   transition: all 0.3s ease;
}
.twitter:hover {
  background: white;
  color: black;
}

.whatsapp {
  color: white;
  background:  #00c800;
   transition: all 0.3s ease;
}
.whatsapp:hover {
  background: white;
  color: black;
}

.google {
  color: #dd4b39;
  background: inherit;
}
.messenger {
	
color: white;

 background: linear-gradient(rgb(255, 143, 178) 0%, rgb(167, 151, 255) 50%, rgb(0, 229, 255) 100%);
background: -webkit-linear-gradient(rgb(255, 143, 178) 0%, rgb(167, 151, 255) 50%, rgb(0, 229, 255) 100%);
	background: -o-linear-gradient(rgb(255, 143, 178) 0%, rgb(167, 151, 255) 50%, rgb(0, 229, 255) 100%);
	transition: all 0.3s ease;

}
.messenger:hover {
	background:white;
 color: black;

}



.instagram {
  color: white; 
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: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  
transition: all 0.3s ease;

}


.instagram:hover {
  background: white ;
  color: black;
}





.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background-color: #bb0000;
  color: white;
}



.social-links, .contact-info {font-size:large}
#toTop{
	border: thin #FFFFFF solid;
	position: fixed;
	background: black;
	color: white;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	width: 115px;
	text-align: left;
	right: -82px;
	width: 115px;
	z-index: 99;
	-webkit-transition: all .5s;
	transition: all .5s;
	  z-index:1000

}
#toTop:hover { 
right: 0;
background:#CC0000;


}
#callback{
	position: fixed;
	background: #00FF00;
	bottom: 220px;
	visibility: hidden;
	cursor: pointer;
	width: 197px;
	text-align: left;
	right: -164px;
	width: 197px;
	z-index: 99;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 1000;
}

#callback:hover { 
right: 0;
 background: #00FF00;
color:black;
}


#facebook{
	position: fixed;
	 background: #3B5998;
	bottom: 180px;
	visibility: hidden;
	cursor: pointer;
	width: 115px;
		text-align:left;
	right: -82px;
	width: 115px;
	z-index: 99;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index:1000}

#facebook:hover { 
right: 0;
 background: #3B5998;
color:black;
}


#messenger {
		position: fixed;
			
 background: linear-gradient(rgb(255, 143, 178) 0%, rgb(167, 151, 255) 50%, rgb(0, 229, 255) 100%);
background: -webkit-linear-gradient(rgb(255, 143, 178) 0%, rgb(167, 151, 255) 50%, rgb(0, 229, 255) 100%);
	background: -o-linear-gradient(rgb(255, 143, 178) 0%, rgb(167, 151, 255) 50%, rgb(0, 229, 255) 100%);transition: color 0.3s ease, background 0.3s ease;

	bottom: 140px;
	cursor: pointer;
	visibility: hidden;
	width: 115px;
		text-align:left;
	right: -82px;
	width: 115px;
z-index: 99;
    -webkit-transition: all 1s;
    transition: all .5s;
      z-index:1000}


#messenger:hover { 
right: 0;

color:black;

}

#instagram {
		position: fixed;
		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: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  	bottom: 100px;
	cursor: pointer;
	visibility: hidden;
	width: 115px;
		text-align:left;
	right: -82px;

		z-index: 99;
    -webkit-transition: all 1s;
    transition: all .5s;
      z-index:1000;}


#instagram:hover { 
right: 0;
color:black;

}

#whatsapp {
		position: fixed;
			  background:  #00c800;
	bottom: 60px;
	right: 10px;
	cursor: pointer;
	visibility: hidden;
	width: 115px;
		text-align:left;
	right: -82px;
	width: 115px;
	z-index: 99;
    -webkit-transition: all 1s;
    transition: all .5s;
      z-index:1000
}

#whatsapp:hover { 
right: 0;

color:white;

}





#twitter {
		position: fixed;
			  background:  #55ACEE;
	bottom: 60px;
	right: 10px;
	cursor: pointer;
	visibility: hidden;
	width: 115px;
		text-align:left;
	right: -82px;
	width: 115px;
	z-index: 99;
    -webkit-transition: all 1s;
    transition: all .5s;
      z-index:1000
}

#twitter:hover { 
right: 0;

color:black;

}
#email {
		position: fixed;
			background:black;
	bottom: 20px;
	cursor: pointer;
	visibility: hidden;
	width: 115px;
		text-align:left;
	right: -82px;
	width: 115px;
	z-index: 99;
    -webkit-transition: all 1s;
    transition: all .5s;
      z-index:1000}
}

#email:hover { 
right: 0;
background:#CC0000;
color:black;

}

.animated { visibility: visible !important; }
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.navbar-toggler  {
 width:40px;
 height:20px;
 position:relative;
 transition:.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
border:none;
box-shadow:none;
outline:none;
}

.navbar-toggler span{
margin:0;
padding:0;
}

.toggler-icon {
display:block;
position:absolute;
height:4px;
width:100%;
border-radius:1px;
opacity:1;
Background: #0a79b6;
left:0;
transform: rotate(0deg);
transition: .25s ease-in-out;

}
.middle-bar{
margin-top: 0px;
}
/* when navigation is clicked */

.navbar-toggler .top-bar {
margin-top: 0px;
transform: rotate(135deg);
}
.navbar-toggler .middle-bar {
opacity: 0;
filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {
margin-top: 0px;
transform: rotate(-135deg);
}
/* when navigation is collapsed */
.navbar-toggler.collapsed .top-bar {
margin-top: -20px;
transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar {
opacity: 1;
filter: alpha(opacity=100);}

.navbar-toggler.collapsed .bottom-bar {
margin-top: 20px;
transform: rotate(0deg);
}
/* color of 3 bars*/

.navbar-toggler.collapsed .toggler-icon {
	background: -moz-linear-gradient(to left, #000 1%, #0a79b6 35%, #0a79b6 100%); 
background: -webkit-linear-gradient(to left, #000 1%, #0a79b6 35%, #0a79b6 100%); 
background: -o-linear-gradient(to left, #000 1%, #0a79b6 35%, #0a79b6 100%);
background: linear-gradient(to left, #000 1%, #0a79b6 35%, #0a79b6 100%); 

}

.dropdown-toggle {
	padding-left: 50px;
	font-size: large;
	text-decoration:none
}
.dropdown-toggle .caret {
    width: 30px;
    height: 10px;
    border:1px solid red;

}
#dropdown-products {
  display: none;
}

#menu-products:hover #dropdown-products {
  display: block;
}