/* 
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 */

a, .nav_contact p{
	color:white;
}

a:hover {
  color: #63d2f4;
}

.site-header{
	position:sticky;
	top:0;
	z-index:100;
}
/*
.site-navigation-toggle-holder .site-navigation-toggle{
	color:white;
	background-color:#0000;
}

.site-navigation-dropdown ul.menu li a{
	background-color:#3b5f77;
	color:white;
}

.site-navigation-dropdown ul.menu{
  background: #3b5f77;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
	}*/

header {
  position: fixed;
  width: 100%;
  z-index: 20;

}

.nav_contact{  padding: 0.5rem 9%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3B5F77;
  width: 100%;
	z-index:100;}

header .container {
  padding: 0.5rem 9%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  background-color: #3B5F77;
  width: 100%;
	z-index:100;
}
header .container .logo {
  width: 4.2rem;
  font-weight:400;
  font-size: 1rem;
}
header .container nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}

header .container nav a, header .container i{
   color: white;
}

header .container nav a {
  font-size: .9rem;
  font-weight:400;
  padding: 10px .4rem;
}
header .container nav a.active {
  color: #63d2f4;
  transition: 0.5s;
}

.nav_buttons a:hover{
	  color: #eee;
  transition: 0.5s;
}
header .container :is(.bar-icon, .close-icon) {
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}


@media screen and (max-width: 959px) {
  header .container nav a {
    font-size: .8rem;
    padding: 10px .4rem;
  }
  header .container {
    padding: 0.8rem 4%;
  }
}

@media screen and (max-width: 767px) {
	
	.nav_contact{  
		position:fixed;
		bottom:85px;
		padding: 0.5rem 9%;
  display: flex;
font-size:19px;
  justify-content: space-around;
  align-items: center;
  background-color: #3B5F77;
  width: 100%;
	z-index:100;
	}

.nav_buttons{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    height: 85%;
    width: 100%;
}
  header .container nav a {
    font-size: 1.1rem;
    padding: 10px .4rem;
  }

	
  header .container{
    bottom:0;
    padding: 0.8rem 10%;
  }

  header .container nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    background-color: #3B5F77;
    z-index: 3;
    transition: right 0.5s;
  }

  header .container nav.active {
	    background-color: #425e75;
    right: 0;
  }
  header .container :is(.bar-icon, .close-icon) {
	padding: 1rem;
    display: flex;
  }
  header .container .close-icon {
    position: absolute;
    bottom: 5rem;
    left: auto;
  }
}

.datepick-inline:not(.datepick-multi) .datepick-one-month{
	z-index:10;
}

.nav_contact{
	height:50px;
	background-color:#3B5F77;
}

.pdf{
	color: black;
}

.pdf:hover{
	color: blue;
}