  
  .jumbotron{
  	background: #111;
  	color:white;
  	display: flex;
 	 justify-content: center;
 	 align-items: center;
 
  } 
  .jumbotron  p{
  		font-size: 14px;
  		font-weight: 0;

  }
  .colunmn__padding{
  	padding: 0;
  }
  #header {

  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
 
}

.navbar-nav>li>a{

	font-family: lato;
	font-weight: 400;
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
	
	.dropdown-menu>li>a{

		color: #fff !important;
	}
}



  
  li{
  	list-style-type: none;
  	color: white !important;
  	
  }
  a{
  	text-decoration: none;
  	color: #fff;
  }
  	 .a__link{
  	text-decoration: none;
  	color:black;
  }

  

.image1__styling{
	display: flex;
	justify-content: center;
}

.navbar{
	background-color: #eee;
	color:black;
	font-weight: bold;
}



.carousel-caption{
	text-align: left !important;
}
.caro{
	margin: 10px 0;
}
.box1{
	background: #EEE;
	border:1px solid black;
	display: flex;
	flex-direction: column;
	align-content: center;
	margin: 8px 0;
}
.box1 img{
	align-self: center;
}
.img__styling1{
	width: 100%;
	height: 100%; 
	align-items: center;
}

.featured__styling{
	display: flex;
	justify-content: space-between;

}
.section__margin{
	margin-top:30px;
}

.h__margin{
	margin-top: 0;
	margin-bottom: 0;
	font-family: lato !important;
	font-weight: 900 !important;
}

}
.section__margin1{
	margin-top: 50px;
}





/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
  background: #eee;
  text-align: center;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}
.form-group{
	padding: 0 10px;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

.ul__flex{
	display: flex;
	justify-content: space-between;
}
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.row {
     margin-right: 0; 
     margin-left: 0; 
     

}
.row__section{
	margin-top: 50px;
}


.widget{
			position: relative;
			max-width: 320px;
			background-color: #fff;
			overflow: hidden;
			
		}

		.widget__head{
			width: 100%;
		}

		.widget__head img{
			width: 100%;
		}

		.widget__body{
			padding: 10px;
			position: relative;
		}

		.widget__price{
			position: absolute;
			top:-30px;
			right: 0px;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			background-color:limegreen;
			color: #fff;
			font-weight: 700;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
			.widget__overlay{
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				bottom: 0;
				text-align: center;;
				display: flex;
				justify-content: center;
				align-items: center;
				background-color: rgba(0, 0, 0, 0.75);
				transition: 0.5s all ease;
				transform: translateY(100%);

		}

			.widget:hover .widget__overlay{
				transform: translateY(0);
		}
		.widget__name{
			font-weight: bold;

		}

			.widget__img{
				width: 140px;
				border-radius: 100%;
				margin: 0 auto;
		}

			.widget__action{
				margin-top: 20px; 
				text-align: center;
		}
			
			.widget__action button{
				background-color:limegreen;
				color: #fff;
				font-weight: bold;
				font-size: 14px;
				outline: 0;
				padding: 12px 25px;
				border-radius: 40px;
				border-color: transparent;
				cursor:pointer;

		}
			@keyframes hover{
				0%{
					left: 10px;

			}
				50%{
					left: -10px;
			}
				100%{
					left: 0px;
			}
