.creative_heading p {
	margin: 0px;
}
/*top_clume*/
.analyzed_wrap__block {
	margin-top: -120px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.analyzed_wrap__block {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	.analyzed_wrap__block {
		margin-top: 0px;
	}
}
.analyzed_wrap__block .styl_box {
	background: rgba(0, 0, 0, 0.65) url(../images/about-plamber-1.jpg);
	background-size: cover;
	margin: 0 auto;
	padding: 0;
	background-blend-mode: overlay;
	max-width: 400px;
	width: 100%;
}
.single_analize__block {
	color: #ffffff;
	padding: 40px 25px;
	box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
}
@media (max-width:991px){
	.single_analize__block{
		box-shadow:none;
		max-width: 500px;
		margin: 0 auto;
	}
	
}
.single_analize__block h2 {
	color: #fd8a0c;
	font-size: 24px;
}
.btn_new:hover {
	background: #fff;
	border-color: #fff;
}
.analyzed_wrap__block .dubble_bg {
	background: rgba(0, 0, 0, 0.54) url(../images/about-plamber-2.jpg);
	background-size: cover;
	background-blend-mode: overlay;
}
.analyzed_wrap__block .icon__block i.fa {
	display: inline-block;
	font-size: 60px;
	margin-bottom: 35px;
	color: #daa106;
}
.promor_wrap__block > p {
	color: #777777;
}
.promor_wrap__block h2 {
	font-size: 30px;
}
.promor_wrap__block h3 {
	font-size: 14px;
	color: #666;
}
p.blue_text__block {
	color: #3f8ffb;
}
.box_content__block {
	margin: 15px 0;
	min-height: 65px;
	position: relative;
}
.box_content__block i.fa {
	background: #6cbe03;
	border-radius: 5px;
	font-size: 20px;
	height: 60px;
	left: 0;
	line-height: 60px;
	margin-top: -34px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 60px;
	color: #fff;
}
.box_content__block h2 {
	font-size: 20px;
	margin-left: 73px;
	line-height: 1.5;
	color: #222;
}
.box_content__block h2 span {
	color: #666;
	display: block;
	font-size: 70%;
}

/*Service*/

.about-block p {
	line-height: 2;
}

.about-block {
	-webkit-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.hover-bg:hover {
	background: #6cbe03;
}
.fl {
	float: left;
}
.box-title h3 {
	color: #fd8a0c;
	margin-top: 0px !important;
	/* font-family: 'Oswald', sans-serif; */
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
}

.about-block p {
	line-height: 2;
	color: rgba(255, 255, 255, 0.7411764705882353);
}

@media (max-width: 767px) {
	.half-width {
		width: 100%;
	}
	.img-responsive {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.plr-xs-15 {
		padding-right: 15px !important;;
		padding-left: 15px !important;
	}

}
.sec-title {
	position: relative;
}
.sec-title h2 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 15px;
}

.sec-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 270px;
	border-bottom: 2px solid #e4e4e4;
}
.sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	border-bottom: 5px solid #6cbe03;
}
.center_bdr h2:before, .center_bdr h2:after {
	left: 50%;
	transform: translateX(-50%);
}
.center_bdr h2:after {

}
/*-------------------------------------------------------------------------------------------*/
/* Team    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.team-block {
	color: #ffffff;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	background: #333;
	padding: 17px 0;
}
.box-hover:hover .team-block {
	background: #6cbe03;
}
.box-hover:hover * {
	color: #fff;
}
.box-hover:hover .small-divider {
	border-color: #323232;
}
.team-block strong {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.team-block span {
	font-family: raleway;
	font-size: 14px;
	font-style: normal;
	color: #b8bcc6;
}
.team-block .small-divider {
	margin-bottom: 15px;
	margin-top: 15px;
	width: 36px;
	border-color: rgba(255,255,255,0.2);
}
.social-icons {
	padding-left: 0;
}
.team-block .social-icons > li {
	margin: 0 7px;
	display: inline-block;
}
.team-block .social-icons .fa {
	font-size: 16px;
}
.team-block .social-icons .fa {
	color: #fff;
}
.box-hover:hover .fa {
	color: #323232;
}

/*home_Project*/
.width-25per {
	width: 25%;
}
.width-75per, .tab-respons {
	width: 75%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.width-25per {
		width: 35%;
	}
	.width-75per, .tab-respons {
		width: 65%;
	}
}
@media (max-width: 767px) {
	.width-25per {
		width: 100%;
	}
	.width-75per, .tab-respons {
		width: 100%;
	}
	 .tab-respons{
	 	/* padding-bottom:40px; */
	 }
}
/*
 ===========================================================
 22. recent-causes
 ===========================================================
 */
.project-section .block-title h2 span {
	color: #fff;
}
.tab-respons {
	background: #fff;
}
.recent-causes {
	padding: 100px 0px 50px;
}
.style-two {
	padding: 100px 0px 50px;
}
.section-title {
	text-align: center;
}
.recent-causes .recent-causes-carousel {

}
.item {
	position: relative;
}
.item .bg-area {
	position: relative;
	background: #fff;
	margin-bottom: 0px;
	z-index: 99;
}

.item .content-box {
	padding: 15px 30px 30px;
	border: 1px solid #ececec;
	position: relative;
}
@media (max-width:767px){
	.item .content-box{
		text-align:center;
	}
	#project .owl-controls{
		display:none;
	}
}

.content-box .donate-price {
	font-size: 12px;
	color: #2b2b2b;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 15px;
}

.content-box .donate-price b {
	font-size: 22px;
	color: #e2b43a;
}

.content-box .donate-price span {
	font-size: 12px;
	color: #989797;
	font-weight: 700;
}
.content-box h4 {
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
	color: #222222;
	margin-bottom: 0;
}
.content-box h4 span {
	color: #6aaf08;
}
.content-box p {
	margin: 5px 0px 15px;
	color: #555555;
}

.item .image-box {
	display: block;
	overflow: hidden;
	position: relative;
}
.item .image-box a {
	width: 100%;
}
.item .image-box img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.item:hover .image-box img {
	transform: scale(1.1);
}
.item .overlay {
	background-color: rgba(226, 180, 58, 0.51);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 450ms ease-out 0s;
	transform: rotateY(180deg) scale(0.5,0.5);
}

.item:hover .image-box .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateY(0deg) scale(1,1);
}
.item .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}
.item .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.item .image-box .overlay .box .content a i {
	background: #e2b43a;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.item .image-box .overlay .box .content a:hover i {
	background: #e2b43a;
}

/*causes-details*/
.project-info .progress-box {
	position: static;
	margin-left: 0px;
}
.project-info .progress-box .progress {
	height: 25px;
}
.project-info .progress-box .progress-bar {
	line-height: 25px;
}
.project-info .donate-price {
	font-weight: bold;
	font-size: 20px;
}
.form-donet {
	text-align: center;
	border: 1px solid #000;
	margin-top: 20px;
}
.form-donet .done-title {
	background: #000;
	padding: 5px;
}
.form-donet .done-title h3 {
	margin: 0px;
}
.form-donet .form-field .form-full {
	margin-bottom: 30px;
}
.form-donet form {
	padding: 30px;
}

#related-project .owl-nav .owl-prev, #related-project .owl-nav .owl-next {
	top: 30%;
	position: absolute;
	border: 2px solid #e2b43a;
	color: #ffffff;
	background: #e2b43a;
	border-radius: 3px;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
}

#related-project .owl-nav .owl-prev {
	left: 0px;
}
#related-project .owl-nav .owl-next {
	right: 0
}

.project-section .owl-prev, .project-section  .owl-next {
	position: absolute;
	height: 40px;
	width: 40px;
	border: 1px solid #6aaf08;
	bottom: 50px;
	opacity: 1;
	text-align: center;
	top: auto;
	background: transparent;
	color: #6aaf08;
	/* margin-top: 10px; */
}

@media (min-width: 992px) and (max-width: 1199px) {
	.project-section .owl-prev, .project-section  .owl-next {
		bottom: 48px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.project-section .owl-prev, .project-section  .owl-next {
		position: static;
		display: inline-block;
		text-align: center;
		border: 1px solid #6aaf08;
		padding-top: 0px;
		margin: 0px 0px 0px 5px;
	}
	.project-section .owl-controls .owl-nav {
		position: static;
		right: 9px;
		bottom: 0px;
		text-align: center;
		margin-top: 50px;
	}
}

.project-section  .owl-next {
	left: -112px;
}
.project-section .owl-prev {
	left: -106px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.project-section .owl-nav i {
		color: #6aaf08;
		position: static;
	}
}
@media (max-width: 767px) {
	.project-section .owl-prev, .project-section  .owl-next {
		position: static;
		display: inline-block;
		text-align: center;
		border: 1px solid #6aaf08;
		padding-top: 0px;
		margin: 0px 0px 0px 5px;
	}
	.project-section .owl-controls .owl-nav {
		position: static;
		margin-left: 30px;
		margin-top: 41px;
	}
}

/*Porject*/
.booking-section {
	overflow: hidden;
}
.bg-color {
	background:#1d1d1d;
}
.left-block {
	width: 50%;
	float: left;
	position: relative;
	height: 630px;
}
.treatment {
	float: right;
	max-width: 650px;
	padding: 0 60px 0;
}
.light-color p, .light-color h2, .light-color {
	color: #fff;
}

.bg-side {
	background: url(../images/construction_video.jpg) 50% 50% /cover no-repeat;
}
.right-block {
	width: 50%;
	float: right;
	position: relative;
	height: 630px;
}

.tital_projct {
	position: relative;
	margin-top:25px;
}
.tital_projct span {
	opacity: 0.4;
	display: block;
	text-align: center;
	font-size: 80px;
	font-weight: 500;
	color: #fff;
}
.tital_projct p {
	position: absolute;
	color: #fff;
	top: 0px;
	left: 50%;
	margin: 0px;
	transform: translate(-50%);
}
.project_ditail {
	margin-top: 35px;
}
.project_ditail h2{
	line-height: 1.58;
}
.project_ditail h2, .project_ditail p {
	margin-bottom:25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.treatment{
		padding: 20px;
		float: none;
	}
	.tital_projct p{
		width: 100%;
		text-align: center;
	}
	.treatment{
		max-width: 100%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {

	.treatment {
		padding-left: 10px;
		padding-right: 10px;
	}
	.right-block, .left-block {
		width: 100%;
	}
	.treatment {
		margin: 0 auto;
		float: none;
		padding-bottom: 0;
	}

}
@media (max-width: 767px) {
	.left-block {
		height: auto;
		width: 100%;
	}
	.booking-section {
		width: 100%;
	}
	.treatment, .right-block, .left-block {
		height: auto;
	}
	.right-block {
		height: auto;
	}
	.treatment{
		padding: 30px;
		float: none;
		max-width: 100%;
	}
	.tital_projct p{
		width: 100%;
		text-align: center;
	}

}

/* ===================================================================================================== */
/*Work Section*/
/* ===================================================================================================== */
.project_bg .sec-title {
	float: left;
}
.project_bg .sec-title h2 {
	color: #fff;
}
.project_bg {
	background: url(../images/project_bg.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.project_bg:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.69);
}
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0px;
}

.container-filter li a {
	margin: 0px 4px 0px 0px;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	padding: 10px 15px;
	color: #fff !important;
	position: relative;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	border: 1px solid transparent;
}
.container-filter li a.active, .container-filter li a:hover {
	color: #787878 !important;
	background: #fff;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px solid #fd8a0c;
}
.item-box img {
	width: 100%;
}

.gallery-heading h4 {
	margin-bottom: 0;
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color: #daa106;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 1;
	background: #6cbe03;
	text-align: center;
	padding-bottom: 10px;
}
.gallery-heading p {
	margin-bottom: 0;
}

.item-container {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	width: 100%;
	transition: transform .25s;
}
.item-box:hover .item-container {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}

.item-box > a {
	display: block;
	position: relative;
	z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container-filter li a{
		padding:5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.project_bg .sec-title {
		width: 100%;
	}
	.container-filter {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.project_bg .sec-title {
		width: 100%;
	}
	.container-filter {
		float: left;
		margin-top: 20px;
	}
	.container-filter li a {
		margin: 0px 4px 5px 0px;
	}
}
/*button_CSS*/
.btn-text:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transform:scaleX(0);
	opacity:0;
	transition:all 0.3s ease-in-out;

}
.btn-text:hover:before{
	transform:scaleX(1);
	opacity:1;
	z-index:-1;
}
.dark_btn{
	background: #222 !important;
}
.dark_btn:before{
	background: #fff;
}
.dark_btn:hover{
	color:#222 !important;
}
.light_btn{
	background: #fff !important;
}
.light_btn:before{
	background: #222;
}
.light_btn:hover{
	color:#fff !important;
}
.bg_btn{
	background:#6cbe03 !important;
}
.bg_btn:before{
	background: #222;
}
.bg_btn{
	color:#fff !important;
}


/*Blog*/
.new-blog .blog-post {
	padding: 20px;
	background: #fff;
}
/*Choose_Sec*/
.secondary_bg {
	background: #f2f2f2;
}
.overflow_hidden {
	overflow: hidden;
	position: relative;
}
.light-color h2 {
	word-wrap: break-word;
	/* font-weight: 800; */
}
#choose_us .creative_heading p {
	color: #323232;
}
.fontsize_28 {
	font-size: 28px;
	color: #fff;
}
.choose_box {
	background: #ffffff;
	padding: 30px 30px 15px;
	margin-bottom: 17px;
}
.choose_box .media-body h4 {
	margin: 0px;
	font-size: 20px;
	text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991px) {
	#choose_us .image_cover {
		display: none;
	}
}

.fontsize_28 {
	font-size: 28px;
	color: #fd8a0c;
}
.choose-us h4 {
	font-size: 20px;
	margin-bottom: 0;
}
.choose-us .media {
	overflow: visible;
}

.image_cover_right {
	width: 34%;
}

@media (max-width: 767px) {
	.image_cover {
		position: static;
		width: 100%;
		height: 300px;
		margin-top: 0px;
		display: none;
	}
}

