@charset "utf-8";
/* CSS Document */

.fea_area
{
	margin-bottom:12px;
}

.fea_area img
{
	margin-bottom:12px; width:275px; height:275px;  transition: 0.5s;
}

.fea_area img:hover
{
	margin-bottom:12px; 
	width:275px; 
	height:275px; 
	transition: 0.5s;
   
	transform: rotate(5deg);
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-ms-filter: brightness(70%);
	-o-filter: brightness(70%);
}

.fea_area p
{
	text-align:center; padding:0 15px;
}


/*fea_area1*/

.fea_area1
	{
		
	}
	
.fea_area1 img
	{
		width:275px; height:275px;
	}

.fea_area1 h3
	{
		margin:70px 0 0 0; text-align:left;
	}	
	
.fea_area1 p
	{
		text-align: left;
		margin-top: 0px;
	}


@media screen and (max-width: 768px) {
    .fea_area
{
	margin-bottom:12px;
}

.fea_area img
{
	margin-bottom:12px; width:275px; height:auto; transition:0.5s;
}

.fea_area img:hover
{
	margin-bottom:12px; width:275px; height:auto; transition:0.5s;
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-ms-filter: brightness(70%);
	-o-filter: brightness(70%);
}

.fea_area p
{
	text-align:center; padding:0 15px;
}


.fea_area1 p
	{
		text-align: left;
		margin-top: 0px; margin-bottom:25px;
	}
	
.fea_area1 img
	{
		width:275px; height:auto;
	}
	
	.fea_area1 h3
	{
		margin:25px 0 0 0; text-align:left;
	}

}


@media screen and (max-width: 767px) {
    .fea_area
{
	margin-bottom:25px;
}

.fea_area img
{
	margin-bottom:12px; width:275px; height:275px; transition:0.5s;
}

.fea_area img:hover
{
	margin-bottom:12px; width:275px; height:275px; transition:0.5s;
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-ms-filter: brightness(70%);
	-o-filter: brightness(70%);

}

.fea_area p
{
	text-align:center; padding:0 15px;
}
}



.site-footer-top {
  padding: 90px 0;
  background-color: #212121;
}

.site-footer-top h3 {
  margin-bottom: 30px;
}
  .site-footer-bottom {
  padding: 30px 0;
  background-color: #1c1c1c;
}

.site-footer-logo {
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .site-footer-logo {
    margin-bottom: 60px;
  }
}

.site-footer-social-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.site-footer-social-list li {
  display: inline-block;
  margin: 5px 15px;
}

.site-footer-social-list li a {
  opacity: .5;
}

.site-footer-social-list li a:hover {
  opacity: 1;
  color: #fff !important;
}

@media (min-width: 768px) {
  .site-footer-social-list li:first-child {
    margin-left: 0;
  }
}

.site-footer-copyright {
  opacity: 0.5;
  margin-top: 30px;
}

#subscribeForm .required:after {
  display: none;
}

#subscribeForm button[type=submit] {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
  width: 60px;
  padding-right: 0;
  padding-left: 0;
}

#subscribeForm button[type=submit] i {
  margin-right: 0;
}
