div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

/* ==========================================================================
   
   ========================================================================== */
 
 .project-details {
    position: relative;
    padding: 45px 0px 60px;
    background: #ffffff;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.project-details .proj-title {
    position: relative;
    margin-bottom: 30px;
}
.project-details .column {
    position: relative;
    padding: 0px 15px;
}
.project-details .row {
    margin-left: -20px;
    margin-right: -20px;
}
.project-details .post {
    position: relative;
    margin: 0 auto 40px;
}
.project-details .column .post-inner {
    position: relative;
    max-width: 760px;
    padding: 0px 0px;
    margin: 0 auto;
}
.project-details .post .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.project-details .post .image .curve {
    position: absolute;
    right: -112px;
    top: 100%;
    width: 258%;
    height: 150%;
    z-index: 1;
    background: #ffffff;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.project-details .detail-content .content {
    margin-top: -96px;
}
.project-details .detail-content .content .inner-box {
    padding: 40px 40px;
}
.project-details .post .post-inner h3 {
    position: relative;
    padding-left: 15px;
    border-left: 5px solid #1176c5;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 15px;
    color: #202e31;
}
.project-details .post .content .text {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 15px;
    color: #6e6e6e;
}
.project-details .post .content {
    position: relative;
    top: 0px;
    margin: -44px 30px 0px;
    z-index: 2;
}
.backgroundd {
    padding-top: 10px !important;
    background: rgba(204, 204, 204, 0.3);
    border: 1px solid #f1f1f1;
}
.backgroundd:hover {
    background: rgba(33, 150, 243, 0.5);
    border: 1px solid #2196F3;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}
.primary-btn .btn-text {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 12px 40px 8px 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.primary-btn:hover .btn-text {
    opacity: 1;
    color: #ffffff;
}
.project-details .goal .primary-btn {
    display: block;
}
.primary-btn {
    position: relative;
    left: 0px;
    display: inline-block;
    overflow: hidden;
    background: #1176c5;
    color: #fff !important;
    padding-right: 60px;
}
.red {
    color: red;
}