

.genric-btn.primary {
  color: #fff;
  background: #ff6c01;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #ff6c01;
  border: 1px solid #ff6c01;
  background: #fff;
}

.genric-btn.primary-border {
  color: #ff6c01;
  border: 1px solid #ff6c01;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff6c01;
  border: 1px solid transparent;
}

.home-about-area .home-about-left .primary-btn {
  text-transform: capitalize !important;
  background-color: #ff6c01;
  color: #fff;
  border: 1px solid transparent;
  -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;
  border-radius: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.home-about-area .home-about-right {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/site/form-background.jpg);
    background-size: cover;
}

.circle {
    border: 2px solid #ff6c01;
    border-radius: 100px;
    display: inline-block;
}

.inner {
    background-color: #ff6c01;
    border-radius: 50%;
    margin: 7px;
    height: 120px;
    width: 120px;
}


.img_container {
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
}

.short_info {
	position: absolute;
	left: 0;
	bottom: -1px;
	background: url(../images/site/shadow.png) repeat-x left bottom;
	width: 100%;
	padding: 10px 10px 8px 5px;
	color: #fff;
}

.home-about-area .home-about-right {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(<?php echo $form_background; ?>);
  background-size: cover;
}

.faq-area {
    background: url(../images/site/banner-stats.jpg) center;
    background-size: cover;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.content-desktop {
    display: none;
}

.content-mobile {
    display: block;
}

@media screen and (max-width: 768px) {
    .content-mobile {
        display: none;
    }

    .content-desktop {
        display: block;
    }
}