.navbar,.navbar-expand-lg, .navbar-dark, .bg-dark{
			background-color: #3c8dbc !important;
			padding-left: 50px;
			padding-right: 50px;
			color: #fff !important ;
			height: 40px !important;
		} 
		#map {
        height: 300px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }
		.heslb_title{
			margin-top: 7px;
			color:#009edd;
			font-size: 25px;
			font-weight: bold;
		}
		
		.search_input{
			margin-top: 7px;
			margin-left: 50px;
		}
		.search_input input[type=text]{
			border: none;
  			font-size: 17px;
  			-webkit-transition: width 0.4s ease-in-out;
    		transition: width 0.4s ease-in-out;
		} 
		.panel{
			height: 45px;
			background-color: #67cdf9 !important;
			width: 100%;
			border-bottom: 2px solid #67cdf9;
		}
		.social_media{
			margin-top: 10px;
		}
		.fa-facebook{
			padding: 10px 10px 10px 10px;
			background-color: #415e9b;
			color:#fff;
		}
		.fa-facebook:hover{
			color: #fff;
		}
		.fa-youtube{
			padding: 10px 10px 10px 10px;
			background-color: #ff0000;
			color:#fff;
		}
		.fa-youtube:hover{
			color:#fff;
		}
		.fa-instagram{
			padding: 10px 10px 10px 10px;
			background-color:#da3074;
			color:#fff;
		}
		.fa-instagram:hover{
			color: #fff;
		}
		.fa-twitter{
			padding: 10px 10px 10px 10px;
			background-color:#1da1f2;
			color:#fff;
		}
		.fa-twitter:hover{
			color:#fff;
		}
		.nav_item{
			color:#5d6162;
		}
		.nav_item ul {
		    list-style-type: none;
		    margin: 0;
		    padding: 0;
		    overflow: hidden;
		}
		.nav_item li {
		    float: left;
		    border-right: 1px solid #eee;
		    margin-right: 15px;
		}
		.nav_item li a {
		    display: block;
		    padding: 8px;
		    padding-right: 15px;
		    color:#5d6162;
		    font-weight: bold;
		    font-family: Arial, Helvetica, sans-serif;
		}
		.flex-caption {
	      width: 100%;
	      padding: 2%;
	      left: 0;
	      bottom: 0;
	      background: rgba(0,0,0,.5);
	      color: #fff;
	      text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	      font-size: 14px;
	      line-height: 18px;
	    }
    li.css a {
      border-radius: 0;
    }

    /*------------- Form ---------------*/
