*{
    padding: 0px;
    box-sizing: border-box !important;
    margin: 0px;
}

.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }
.goog-logo-link {
	display:none !important;
  } 
	
  .goog-te-gadget{
	color: transparent !important;
  }


  /* Add a black background color to the top navigation */
  .topnav {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Lobster Two', cursive;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  
  .topnav-right {
    float: right;
  }
  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

.carousel-item img{
  height: 400px;
  filter: brightness(50%);
  opacity: 0.85;
  -webkit-filter: brightness(50%);

}
.row div a {
      padding-bottom: 4px;    
}
.row form_group {
  margin-top: 2px;
}
.title{
    margin-top: 42px;
    text-align: center;
    font-family: 'Lobster Two', cursive;
}
.carousel-caption h1{
  color: white;
}
.row div h2{
  color: black;
}
.row div p{
  color: black;
}
.carousel-caption button a{
  color: white;
  text-decoration: none;
}
figure {
    margin-top: 20px;
}
.form-group{
	padding-top: 22px;
}

.topnav-right a img{
  width: 22px;
  height: 22px;
}
/* //// */

.footer {
	background: #282A3A;
 
}



.submit:hover {background: #4eddd2;}

.copyright {
	background-color: black;
	padding: 20px 0px;
	margin-top: 90px;
}

.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}


.info_info ul li {
    color: white;
    list-style: none;
    padding-bottom: 7px;
    
  }
  .info_info ul li img {
	width: 20px;
    height: 20px;
 
  }
 

  .info_info ul li a strong {
    color: white;
  }

  .info_info ul li a img {
    color: white;
  }
  .info_info ul li a button {
    color: white;
    font-size: 13px;
  }
   ul li a {
    color: white;
    font-size: 13px;
  }
   ul li img {
    width: 12px;
	height: 12px;
  }

  .info_info ul li {
    list-style: none;
    color: white;
  }
  .info_info ul li a {
    text-decoration: none;
  }
  .info_info h5 {
    color: white;
  }
  .mp li {
    list-style: none;
	padding-left: 8px;
  }



  .list-items li img{
	padding-right: 4px;
  }
  .mb-0 button {
    text-decoration: none;
  }
.padddd {
	padding: 36px;
  }
.copyright p {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #4eddd2;
}
.container{
	padding-top: 33px;
}
.accordion-body{
  font-family: 'Open Sans', sans-serif;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 15px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 15px;
  }
  
  .portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px 8px 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
  }
  
  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
	color: #106eea;
  }
  
  .portfolio #portfolio-flters li:last-child {
	margin-right: 0;
  }
  
  .portfolio .portfolio-item {
	margin-bottom: 30px;
  }
  
  .portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
  }
  
  .portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	color: #222222;
  }
  
  .portfolio .portfolio-item .portfolio-info p {
	color: #555555;
	font-size: 14px;
	margin-bottom: 0;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link,
  .portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #3c3c3c;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link:hover,
  .portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #106eea;
  }
  
  .portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
  }
  
  .portfolio .portfolio-item .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
  }
  
  .portfolio .portfolio-item .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
  }
  
  .portfolio .portfolio-item .portfolio-links a:hover {
	color: #6ba7f5;
  }
  
  .portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 20px;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
	padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
	width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #106eea;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #106eea;
  }
  
  .portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
	padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
	padding: 0;
  }
  
