
.gal {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 2;
	margin-bottom: 20px;
}
.gal img {
  width: 100%;
  padding: 7px 0;
}

@media (max-width: 500px) {
  .gal {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}

.single-feature .icon {
  margin-right: 20px;
}

.single-feature .icon .lnr {
  font-size: 40px;
  font-weight: 300;
}

.single-feature h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .callto-right {
    margin-top: 20px;
  }
}

.callto-right {
  text-align: right;
}

@media (max-width: 991px) {
  .callto-right {
    text-align: left;
  }
}

.about-area {
  background-color: #222;
}

.about-right {
  padding-right: 8%;
  padding-left: 5%;
}

@media (max-width: 1199px) {
  .about-right {
    padding-left: 5%;
    padding-right: 5%;
  }
  .about-right h1 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .about-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-right h1 {
  margin-bottom: 20px;
}

.about-right .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #656463;
  color: #fff;
  font-size: 14px;
  padding: 12px;
}

.about-right input, .about-right textarea {
  font-size: 14px;
  font-weight: 200;
  background-color: transparent;
  border: 1px solid #656463;
  padding: 12px;
  color: #fff;
}

.about-right .option {
  color: #222;
}

.about-right .nice-select span {
  color: #ccc;
  font-size: 14px;
  font-weight: 200;
}

.about-right textarea {
  height: 150px;
}

.about-right .list {
  width: 100%;
}

.about-right .payment-method {
  color: #ccc;
  margin-top: 30px;
}

.callto-area h1 {
  font-weight: 700;
  color: #fff;
}

.callto-area .btn-white {
  border: 1px solid #777;
  color: #222;
  font-weight: 500;
  background: #fff;
  border: 1px solid transparent;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-size: 14px;
  border-radius: 20px;
  padding: 12px 28px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.callto-area .btn-white:hover {
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
}

.blog-area h1 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-area p {
  margin-bottom: 45px;
  text-align: center;
}

.single-blog h4 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 35px;
}

.single-blog a {
  color: #222;
}

.single-blog .name {
  font-size: 13px;
  font-weight: 100;
}

.single-blog p {
  text-align: left;
  margin-top: 15px;
}

.single-blog .bottom {
  padding: 10px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.single-blog .bottom span {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .single-blog {
    margin-bottom: 30px;
  }
  .single-blog .meta {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .single-blog .meta {
    margin-top: 0px;
  }
}

.single-blog .f-img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog .f-img:hover {
  cursor: pointer;
  opacity: .5;
  transform: scale(1.05);
}

.contact-left img {
  width: 100%;
}
