.home-v2#contact-content {
	background-image: none;
}

.top_image img {
	width: 100%;
}

#who-we-are ul li .fa {
	margin-right: 10px;
	font-size: 16px;
}

.logo img {
	max-height: 120px;
	transition: 0.3s;
}

header .logo {
	margin-top: 0px;
}

header.header-fixed .logo {
	margin-top: 0px;
}

header.header-fixed .logo img {
	max-height: 100px;
}

#project-version-two .masonary-item {
	height: 175px;
}

#project-version-two .masonary-item.height-1 {
	height: 365px;
}

.error_display {
	color: red;
	padding: 5px;
}


/**
* Why choose us Styles.
**/
#why-choose-us {
  background: #fff;
  padding: 80px 0; }

#why-choose-us .col-lg-4 {
  text-align: center; }

#why-choose-us .col-lg-4 .img-wrap {
  background: #00007B;
  display: inline-block;
  padding: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 45px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

#why-choose-us .col-lg-4:hover .img-wrap {
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }

#why-choose-us .col-lg-4 .img-wrap img {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

#why-choose-us .col-lg-4:hover .img-wrap img {
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }

#why-choose-us .col-lg-4 h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px; }

#why-choose-us .col-lg-4 p {
  font-size: 14px;
  line-height: 26px;
  color: #8e8d8d;
  font-weight: 600; }
