*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777;
}

.header-area {
	padding: 30px 0;
	background-color: #fff;
	
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9; }

	.header-area.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
		-moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
		box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
		z-index: 999;
		padding: 10px 0;
		-webkit-transition: all 0.4s ease-out 0s;
		-moz-transition: all 0.4s ease-out 0s;
		-ms-transition: all 0.4s ease-out 0s;
		-o-transition: all 0.4s ease-out 0s;
		transition: all 0.4s ease-out 0s; }
	  .header-area .navbar {
		padding: 0; }
		.header-area .navbar .navbar-brand {
		  padding-bottom: 10px; }
		.header-area .navbar .navbar-toggler .bar-icon {
		  width: 30px;
		  height: 2px;
		  margin: 5px 0;
		  background-color: #333;
		  display: block;
		  position: relative;
		  -webkit-transition: all 0.4s ease-out 0s;
		  -moz-transition: all 0.4s ease-out 0s;
		  -ms-transition: all 0.4s ease-out 0s;
		  -o-transition: all 0.4s ease-out 0s;
		  transition: all 0.4s ease-out 0s; }
		.header-area .navbar .navbar-toggler.active .bar-icon:nth-child(1) {
		  top: 7px;
		  -webkit-transform: rotate(45deg);
		  -moz-transform: rotate(45deg);
		  -ms-transform: rotate(45deg);
		  -o-transform: rotate(45deg);
		  transform: rotate(45deg); }
		.header-area .navbar .navbar-toggler.active .bar-icon:nth-child(2) {
		  opacity: 0; }
		.header-area .navbar .navbar-toggler.active .bar-icon:nth-child(3) {
		  top: -7px;
		  -webkit-transform: rotate(135deg);
		  -moz-transform: rotate(135deg);
		  -ms-transform: rotate(135deg);
		  -o-transform: rotate(135deg);
		  transform: rotate(135deg); }
		@media only screen and (min-width: 768px) and (max-width: 991px) {
		  .header-area .navbar .navbar-collapse {
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			background-color: #fff;
			z-index: 999;
			padding: 10px; } }
		@media (max-width: 767px) {
		  .header-area .navbar .navbar-collapse {
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			background-color: #fff;
			z-index: 999;
			padding: 10px; } }
		.header-area .navbar .navbar-nav .nav-item {
		  margin-left: 30px; }
		  @media only screen and (min-width: 768px) and (max-width: 991px) {
			.header-area .navbar .navbar-nav .nav-item {
			  margin: 5px 0; } }
		  @media (max-width: 767px) {
			.header-area .navbar .navbar-nav .nav-item {
			  margin: 5px 0; } }
		  .header-area .navbar .navbar-nav .nav-item a {
			font-size: 16px;
			font-weight: 600;
			color: #777;
			-webkit-transition: all 0.4s ease-out 0s;
			-moz-transition: all 0.4s ease-out 0s;
			-ms-transition: all 0.4s ease-out 0s;
			-o-transition: all 0.4s ease-out 0s;
			transition: all 0.4s ease-out 0s; }
		  .header-area .navbar .navbar-nav .nav-item.active a, .header-area .navbar .navbar-nav .nav-item:hover a {
			color: #eac507; }



img{
	max-width: 100%;
}

.container{
	width: 95%;
	max-width: 1600px;
	margin: auto;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.item{
	width: 22%;
	margin: 10px;
}

.item img{
	border: 1px solid #fece02;
	cursor: pointer;
}

.ligthbox{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,.8);
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-close{
	width: 70px;
	height: 70px;
	background: #AE4545;
	border: 3px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
/*===========================
       12.FOOTER css 
===========================*/
.footer-area {
	position: relative; }
  
  .footer-area::before {
	position: absolute;
	content: '';
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 770px;
	bottom: 0;
	left: 0;
	background-size: 100% 100%;
	z-index: -1; }
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	  .footer-area::before {
		height: 1450px; } }
	@media (max-width: 767px) {
	  .footer-area::before {
		height: 1700px; } }
  
  @media (max-width: 767px) {
	.footer-widget {
	  padding-top: 30px;
	  padding-bottom: 80px; } }
  
  .footer-logo .footer-social li {
	display: inline-block;
	margin-left: 12px; }
	.footer-logo .footer-social li:first-child {
	  margin-left: 0; }
	.footer-logo .footer-social li a {
	  font-size: 16px;
	  color: #777;
	  width: 35px;
	  height: 35px;
	  line-height: 38px;
	  text-align: center;
	  background-color: #fff;
	  -webkit-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
	  -moz-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
	  box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
	  -webkit-transition: all 0.4s ease-out 0s;
	  -moz-transition: all 0.4s ease-out 0s;
	  -ms-transition: all 0.4s ease-out 0s;
	  -o-transition: all 0.4s ease-out 0s;
	  transition: all 0.4s ease-out 0s;
	  border-radius: 50%; }
	  .footer-logo .footer-social li a:hover {
		background-color: #fe7865;
		color: #fff; }
  
  .f-title {
	font-size: 20px;
	padding-bottom: 5px; }
  
  .footer-link ul li {
	margin-top: 15px; }
	.footer-link ul li a {
	  color: #777;
	  font-size: 16px;
	  -webkit-transition: all 0.4s ease-out 0s;
	  -moz-transition: all 0.4s ease-out 0s;
	  -ms-transition: all 0.4s ease-out 0s;
	  -o-transition: all 0.4s ease-out 0s;
	  transition: all 0.4s ease-out 0s; }
	  .footer-link ul li a:hover {
		color: #fe7865; }
  
  .footer-info {
	padding-left: 70px; }
	@media only screen and (min-width: 992px) and (max-width: 1200px) {
	  .footer-info {
		padding-left: 0; } }
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	  .footer-info {
		padding-left: 0; } }
	@media (max-width: 767px) {
	  .footer-info {
		padding-left: 0; } }
  
  .single-footer-info {
	position: relative; }
	.single-footer-info span {
	  font-size: 16px;
	  color: #777;
	  position: absolute;
	  top: 0;
	  left: 0; }
	.single-footer-info .footer-info-content {
	  padding-left: 80px; }
  
  .footer-copyright {
	border-top: 1px solid #ddd; }
	.footer-copyright a {
	  color: #fe7865; }
	.footer-copyright .copyright p {
	  color: #333; }
	  @media (max-width: 767px) {
		.footer-copyright .copyright p {
		  font-size: 14px; } }
  
  .back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	width: 40px;
	line-height: 40px;
	z-index: 99;
	text-align: center;
	display: none;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
	-moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
	box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #fff;
	background-color: #eac507; }
	.back-to-top:hover {
	  color: #fe7865;
	  background-color: #fff; }


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333;
  margin: 0px; }

h1 {
  font-size: 92px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

  .dropdown {
	float: left;
	overflow: hidden;
  }
  
  .dropdown .dropbtn {
	font-size: 16px;  
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #fdce00;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #fdce00;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  
  .dropdown-content a:hover {
	background-color: #ffffff;
  }
  
  .dropdown:hover .dropdown-content {
	display: block;
  }

  .container-redes{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-redes a{
    margin-top: 4px;
}

.container-redes img{
    width: 60px;
    padding: 4px;
    background: rgba(0,0,0,0.0);
    cursor: pointer;
    border-radius: 100%;
    transition: all 300ms;
}
.container-redes a:hover img{
    background: rgba(0,0,0,0.10);
}