@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

body {
	font-family: 'Kanit' !important;
	font-weight: normal;
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: #535353 !important;
}

p {
	padding: 0;
	margin: 0;
	font-family: 'Kanit' !important;
}

.btn {
	font-family: 'Kanit' !important;
}

a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: 'Kanit' !important;
	font-weight: 700;
	color: var(--bs-dark-text-emphasis);
}

/*-----------------------------slide--------------------------------*/

@media (max-width: 991.98px) {
	.slider-item .slider-text .one-forth {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		padding: 1em;
		background-color: #00000096;
	}

	.hero-wrap,
	.img,
	.blog-img,
	.user-img {
		height: 500px;
	}

	.clients-area .single-offers {
		padding-left: 0px !important;
	}

	.slider-item .slider-text .one-third {
		width: 100% !important;
		z-index: 0;
	}

	.clients-area .single-offers .offers-cap span {
		top: -38px !important;
		left: 0px !important;
	}

	.text {
		z-index: 99;
		text-align: center;
	}

	.slider-item .slider-text h1 {
		font-size: 40px;
		color: #ffffff !important;
	}

	.slider-item .slider-text p {
		color: rgb(255 255 255 / 80%) !important;
		font-weight: 400;
	}

	.slider-item .slider-text .subheading {
		color: #0084ce !important;
	}
}

.slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 750px;
	position: relative;
	z-index: 0;
	background-color: #0084ce;
}

.slider-item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0;
}

.slider-item .slider-text {
	height: 750px;
	z-index: 0;
}

.slider-item .slider-text .one-third {
	width: 60%;
	position: relative;
	z-index: -1;
	background-position: center center;
}

@media (min-width: 768px) {
	.slider-item .slider-text .one-forth {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 1520px;
		margin: 0 auto;
	}

	.slider-item .slider-text .one-forth .text {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		max-width: 35%;
		padding-left: 32px;
		padding-right: 3em;
	}
	.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 5% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
}

.slider-item .slider-text .horizontal h3.vr {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-orientation: sideways;
	text-align: right;
	text-orientation: sideways;
	margin: 0rem;
	position: absolute;
	top: 65px;
	left: 0px;
	height: 100%;
	background-color: rgb(0 0 0 / 0%) !important;
	opacity: 25 !important;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 12px;
	z-index: 1;
	color: #fff;
}

@media (min-width: 992px) {
	.slider-item .slider-text .subheading {
		color: #fff;
		position: relative;
	}
}

.slider-item .slider-text .subheading {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
	display: inline-block;
}

.slider-item .slider-text h1 {
	font-size: 40px;
	color: #fff;
	line-height: 1.3;
	font-weight: 600;
}

.slider-item .slider-text p {
	color: #fff;
	font-weight: 400;
	    font-size: 22px;
}

@media (min-width: 992px) {
	.slider-item .slider-text .subheading:after {
		position: absolute;
		bottom: -15px;
		left: -45px;
		right: 0;
		width: 100px;
		height: 1px;
		background: #fff;
		content: '';
	}
}

/******************  index *******************/
.ftco-no-pb {
	padding-bottom: 0 !important;
}

.ftco-no-pt {
	padding-top: 0 !important;
}

.ftco-section {
	padding: 4em 0;
	position: relative;
}

.hero-wrap,
.img,
.blog-img,
.user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.img-2 .icon {
	width: 100px;
	height: 100px;
	background: #0084ce;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.btn.btn-primary {
	background: #ffffff;
	border: 1px solid #0084ce;
	color: #0084ce;
}

.btn {
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}

.img-2 .icon i {
	color: #fff;
	font-size: 24px;
}

.wrap-about .heading-section-bold h2 {
	font-size: 40px;
	font-weight: 600;
	color: #000000;
}

.ftco-services .services {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ftco-services .services .icon {
	line-height: 1.3;
	position: relative;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ftco-services .services .icon span {
	font-size: 70px;
	color: #000000;
}

.ftco-services .services .media-body {
	width: 100%;
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ftco-services .services .media-body h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.section-padding40 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.clients-area .single-offers {
	padding-left: 0px;
}

.mb-50 {
	margin-bottom: 50px;
}

.clients-area .single-offers .offers-img {
	margin-bottom: 50px;
	overflow: hidden;
}

.clients-area .single-offers .offers-img img {
	width: 100%;
	transform: scale(1);
	transition: all 0.6s ease-out 0s;
}

.single-offers:hover .offers-img img {
	transform: scale(1.1);
}

.clients-area .single-offers .offers-cap {
	position: relative;
	padding-left: 60px;
}

.single-offers:hover .offers-cap span {
	background: none;
	color: #b18c59;
	border: 1px solid #b18c59;
}

.clients-area .single-offers .offers-cap span {
	border: 1px solid transparent;
	position: absolute;
	content: "1";
	width: 35px;
	height: 35px;
	background: #0084ce;
	top: -5px;
	left: 1px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.single-offers:hover .offers-cap h3 a {
	color: #0084ce;
}

.clients-area .single-offers .offers-cap h3 a {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.5;
	color: #000;
	margin-bottom: 16px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.clients-area .single-offers .offers-cap p {
	color: #101A31;
	margin-bottom: 30px;
}

.section-tittle h2 {
	font-size: 40px;
	display: block;
	font-weight: 600;
	line-height: 1.4;
}

.product-grid2 {
	position: relative;
	background-color: #f8f9fa;
	margin-bottom: 20px;
}

.product-grid2 .product-image2 {
	overflow: hidden;
	position: relative;
}

.product-grid2 .product-image2 a {
	display: block;
}

.product-grid2 .product-image2 img {
	width: 100%;
	height: auto;
}

.product-image2 .pic-1 {
	opacity: 1;
	transition: all .5s;
}

.product-grid2:hover .product-image2 .pic-1 {
	opacity: 1;
}

.product-image2 .pic-2 {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}

.product-grid2:hover .product-image2 .pic-2 {
	opacity: 1;
}

.product-grid2 .social {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 50px;
	right: 25px;
	z-index: 1;
}

.product-grid2 .social li {
	margin: 0 0 10px;
	display: block;
	transform: translateX(100px);
	transition: all .5s;
}

.product-grid2:hover .social li {
	transform: translateX(0);
}

.product-grid2:hover .social li:nth-child(2) {
	transition-delay: .15s;
}

.product-grid2:hover .social li:nth-child(3) {
	transition-delay: .25s;
}

.product-grid2 .social li a {
	color: #505050;
	background-color: #fff;
	font-size: 17px;
	line-height: 45px;
	text-align: center;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: block;
	transition: all .3s ease 0s;
}

.product-grid2 .social li a:hover {
	color: #fff;
	background-color: #3498db;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	line-height: 22px;
	border-radius: 3px;
	padding: 0 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px;
}

.product-grid2 .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -22px;
	z-index: -1;
}

.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
	opacity: 1;
}

.product-grid2 .add-to-cart {
	color: #fff;
	background-color: #0084ce;
	font-size: 15px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: -100%;
	transition: all .3s;
}

.product-grid2 .add-to-cart:hover {
	background-color: #3498db;
	text-decoration: none;
}

.product-grid2:hover .add-to-cart {
	bottom: 0;
}

.product-grid2 .product-new-label {
	background-color: #3498db;
	color: #fff;
	font-size: 17px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s;
}

.product-grid2:hover .product-new-label {
	opacity: 0;
}

.product-grid2 .product-content {
	padding: 20px 10px;
	text-align: center;
}

.product-grid2 .title {
	font-size: 17px;
	margin: 0 0 7px;
}

.product-grid2 .title a {
	color: #303030;
}

.product-grid2 .title a:hover {
	color: #3498db;
}

.product-grid2 .price {
	color: #303030;
	font-size: 15px;
}

@media screen and (max-width:990px) {
	.product-grid2 {
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
.blog_card_wrapper {
	background: #ffffff;
	box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.blog_card_img {
	overflow: hidden;
}

.blog_card_img a img {
	width: 100%;
	transition: var(--transition);
}

.blog_card_text {
	padding: 20px 20px;
}

.blog_card_heading {
	padding-top: 10px;
}

.blog_card_heading h3 {
	line-height: 35px;
}

.blog_card_heading h3 a {
	color: #2a283e;
}

.blog_card_heading p {
	padding-top: 13px;
}

.blog_boxed_bottom_wrapper {
	border-top: 1px solid #c4c4c457;
	padding-top: 15px;
	margin-top: 17px;
}

.blog_bottom_boxed {
	display: flex;
	align-items: center;
	border-right: 1px solid #e6e6e6;
}

.blog_bottom_content {
	padding-left: 8px;
}

.blog_bottom_content h5 {
	font-size: 16px;
	font-weight: 500;
}

.blog_bottom_content p {
	padding-top: 0;
	font-size: 14px;
	color: #818090;
}

.blog_boxed_bottom_wrapper .row .col-lg-6:last-child .blog_bottom_boxed {
	border-right: none;
}

.sidebar_boxed {
	background: #ffffff;
	box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.08), 8px 10px 24px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	padding: 30px 30px;
	margin-bottom: 30px;
}

.sidebar_heading_main {
	border-bottom: 1px solid #ededed;
	padding-bottom: 7px;
}

.recent_donet_item {
	display: flex;
	padding-top: 25px;
}

.recent_donet_img {
	width: 25%;
}

.recent_donet_text {
	width: 100%;
	padding-left: 15px;
}

.sidebar_inner_heading {
	display: flex;
	justify-content: space-between;
}

.sidebar_inner_heading h4 {
	font-size: 18px;
	font-weight: 600;
}

.recent_causes_wrapper .sidebar_inner_heading h4 a {
	line-height: 26px;
}

.sidebar_inner_heading h4 a {
	color: #000;
	font-size: 16px;
}

.recent_causes_wrapper .recent_donet_text h6 {
	padding-top: 0px;
	font-weight: 500;
	font-size: 12px;
}

/******************  GALLERY *******************/
.masonry .mItem .service-thumb {
	display: inline-block;
	margin-bottom: 16px;
	width: 100%;
}

@media (min-width: 1200px) {
	.masonry {
		column-count: 4;
		column-gap: 15px;
	}
}

@media (max-width: 1199px) {
	.masonry {
		column-count: 3;
	}
}

@media (max-width: 991px) {
	.masonry {
		column-count: 2;
	}
}

@media (max-width: 767px) {
	.masonry {
		column-count: 2;
	}
}






/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0084ce;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
	border: 1px solid #0084ce;
	color: #0084ce;
	margin: 2px;
}

.s_product_text h3 {
	font-size: 24px;
	font-weight: 500;
	color: #222;
	margin-bottom: 20px;
}

.s_product_text h2 {
	font-size: 24px;
	font-weight: 700;
	color: #0084ce;
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.s_product_text .list li {
	margin-bottom: 5px;
}

.s_product_text .list li a {
	font-size: 15px;
	font-weight: normal;
	color: #777777;
}

.s_product_text .list li a.active span {
	color: #555;
	-webkit-text-fill-color: #555;
}

.s_product_text .list li a span {
	width: 90px;
	display: inline-block;
	color: #555555;
}

.s_product_text p {
	padding-top: 20px;
	border-top: 1px dotted #eeeeee;
	border-bottom: 1px dotted #eeeeee;
	margin-top: 20px;
	padding-bottom: 26px;
	margin-bottom: 0;
}

.product_count {
	display: inline-block;
	position: relative;
	margin-bottom: 24px;
}

.product_count input {
	width: 126px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding-left: 10px;
}

.button {
	display: inline-block;
	border: 1px solid #0084ce;
	border-radius: 3px;
	color: #222;
	font-weight: 500;
	padding: 15px 50px;
	background: #0084ce;
	color: #fff;
	transition: all .4s ease;
}

.sec-title {
	margin-bottom: 52px;
}

.sec-title .title {
	position: relative;
	font-size: 20px;
	font-style: italic;
	color: #222222;
	margin-bottom: 5px;
	display: inline-block;
}

.sec-title .title:before {
	position: absolute;
	content: '';
	left: 110%;
	bottom: 2px;
	width: 35px;
	height: 2px;
	background-color: #0084ce;
}

.sec-title h3 {
	position: relative;
	font-size: 35px;
	font-weight: 700;
	color: #242424;
	line-height: 1.2em;
	display: block;
}

.section-padding60 {
	padding-top: 60px;
	padding-bottom: 110px;
}


/******************  index *******************/
/*====================
    portfolio
====================== */


.project-block {
	position: relative;
	margin-bottom: 80px;
}

.project-block .inner-box {
	position: relative;
}

.project-block .inner-box .content-column {
	position: relative;
}

.project-block .inner-box .content-column .inner-column {
	position: relative;
	z-index: 1;
	margin-top: 45px;
	margin-left: -40px;
	padding: 50px 0px 40px 60px;
	background-color: #ffffff;
}

.project-block .inner-box .content-column .inner-column h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2em;
	text-transform: capitalize;
}

.project-block .inner-box .content-column .inner-column h2:before {
	position: absolute;
	content: '';
	top: 18px;
	right: 103%;
	width: 82px;
	height: 2px;
	background-color: #0084ce;
}

.project-block .inner-box .content-column .inner-column .text {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 18px;
}

.project-block .inner-box .content-column .inner-column .read-more {
	position: relative;
	color: #0084ce;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.project-block .inner-box .content-column .inner-column1 {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.project-block .inner-box .content-column .inner-column1 h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2em;
	text-transform: capitalize;
}



.project-block .inner-box .content-column .inner-1 .text {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 18px;
}


.project-block .inner-box .image-column .image {
	position: relative;
	display: block;
	background: #0b0b0b;
	overflow: hidden;
}

.project-block .inner-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.project-block .inner-box .image-column .image img:hover {
	opacity: 0.50;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.pull-left {
	float: left;
}

.pull-right {
	float: right !important;
}

.project-block-two {
	position: relative;
	margin-bottom: 80px;
}

.project-block-two .inner-box {
	position: relative;
}

.project-block-two .inner-box .content-column {
	position: relative;
	text-align: right;
}

.project-block-two .inner-box .content-column .inner-column {
	position: relative;
	box-shadow: 1px 1px 35px #5d59593d;
	margin-top: 50px;
	z-index: 1;
	margin-right: -40px;
	padding: 50px 60px 40px 40px;
	background-color: #ffffff;
}

.project-block-two .inner-box .content-column .inner-column h2 {
	position: relative;
	color: #242424;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2em;
	text-transform: capitalize;
}

.project-block-two .inner-box .content-column .inner-column h2 a {
	color: #242424;
}

.project-block .inner-box .content-column .inner-column h2 a {
	color: #242424;
}

.project-block-two .inner-box .content-column .inner-column h2:before {
	position: absolute;
	content: '';
	top: 18px;
	left: 103%;
	width: 82px;
	height: 2px;
	background-color: #0084ce;
}

.project-block-two .inner-box .content-column .inner-column .text {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 18px;
}

.project-block-two .inner-box .content-column .inner-column .read-more {
	position: relative;
	color: #0084ce;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.project-block-two .inner-box .image-column .image {
	position: relative;
	display: block;
	background: #0b0b0b;
	overflow: hidden;
}

.project-block-two .inner-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.project-block-two .inner-box .image-column .image img:hover {
	opacity: 0.50;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.blog_card_wrapper {
	background: #ffffff;
	box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 9;
	margin-bottom: 20px;
}

.blog_card_img {
	overflow: hidden;
}

.blog_card_img a img {
	width: 100%;
	transition: var(--transition);
}

.blog_card_text {
	padding: 20px 20px;
}

.blog_card_heading {
	padding-top: 10px;
}

.blog_card_heading h3 {
	line-height: 35px;
}

.blog_card_heading h3 a {
	color: #535353;
}

.blog_card_heading p {
	padding-top: 13px;
}

.blog_boxed_bottom_wrapper {
	border-top: 1px solid #c4c4c457;
	padding-top: 15px;
	margin-top: 17px;
}

.blog_bottom_boxed {
	display: flex;
	align-items: center;
	border-right: 1px solid #e6e6e6;
}

.blog_bottom_content {
	padding-left: 8px;
}

.blog_bottom_content h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.blog_bottom_content p {
	padding-top: 0;
	font-size: 14px;
	color: #818090;
}

.blog_boxed_bottom_wrapper .row .col-lg-6:last-child .blog_bottom_boxed {
	border-right: none;
}

.sidebar_boxed {
	background: #ffffff;
	box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.08), 8px 10px 24px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	padding: 30px 30px;
	margin-bottom: 30px;
}

.sidebar_heading_main {
	border-bottom: 1px solid #ededed;
	padding-bottom: 7px;
}

.recent_donet_item {
	display: flex;
	padding-top: 25px;
}

.recent_donet_img {
	width: 25%;
}

.recent_donet_text {
	width: 100%;
	padding-left: 15px;
}

.sidebar_inner_heading {
	display: flex;
	justify-content: space-between;
}

.sidebar_inner_heading h4 {
	font-size: 18px;
	font-weight: 600;
}

.recent_causes_wrapper .sidebar_inner_heading h4 a {
	line-height: 26px;
}

.sidebar_inner_heading h4 a {
	color: #000;
	font-size: 16px;
}

.recent_causes_wrapper .recent_donet_text h6 {
	padding-top: 0px;
	font-weight: 500;
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	.project-block .inner-box .content-column .inner-column {
		margin-left: 0px;
		margin-top: 0px;
		padding: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.project-block-two .inner-box .content-column .inner-column {
		margin-right: 0px;
		text-align: center;
		padding: 20px;
		margin-top: 0px;
	}

	.project-block .inner-box .content-column .inner-column {
		text-align: center;
	}

	.project-block .inner-box .content-column .inner-column1 {
		position: relative;
		z-index: 1;
		margin-top: 2px;
		padding: 0px;
		background-color: #ffffff;
	}
}

/*====================
    Footer
====================== */
/*====================
    Footer
====================== */
/*====================
    contact
====================== */
.wrapper {
	width: 100%;
}

.contact-wrap {
	background: #fff;
}

.contact-wrap h3,
.contact-wrap .h3 {
	color: #000000;
	font-weight: 400;
	font-size: 30px;
}

.dbox .text {
	width: 100%;
}

.dbox p {
	margin-bottom: 0;
}

.dbox p span {
	font-weight: 400;
	color: #000000;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.contactForm .form-group {
	width: 100%;
	margin-bottom: 10px;
}

.contactForm .form-control {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control {
	height: 45px;
	background: #fff;
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	border-radius: 2px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea.form-control {
	height: inherit !important;
}

textarea.form-control {
	min-height: calc(1.5em + 0.75rem + 2px);
}

.dbox p a {
	color: black;
}

.wrapper .social-media p a {
	color: #0084ce;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin-right: 10px;
}

/*====================
    Footer
====================== */

/* Main Footer */
footer .main-footer {
	padding: 4rem 0;
	background: #0a8bd3;
}

footer ul {
	padding-left: 0;
	list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
	background: #0084ce;
	padding: 5px 0;
}

.footer-copyright .logo {
	display: inherit;
}

.footer-copyright nav {
	float: right;
	margin-top: 5px;
}

.footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

.footer-copyright nav ul li a {
	color: #969696;
}

.footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

.footer-copyright p {
	color: #fff;
	margin: 2px 0 0;
	padding: 8px 0;
	font-size: 13px;
}

/* Footer Top */
.footer-top {
	background: #252525;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top,
footer.transparent .main-footer {
	background: transparent;
}

footer.transparent .footer-copyright {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
	background: #f9f9f9;
}

footer.light .main-footer {
	background: #f9f9f9;
}

footer.light .footer-copyright {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

ul.social-footer2 li {
	display: inline-block;
	padding: 0;
}

ul.social-footer2 {
	margin: 0;
	padding: 0;
	width: auto;
}

ul.social-footer2 li a {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
}

ul.social-footer2 li a i {
	font-size: 25px;
	padding-right: 15px;
}

/* Footer 4 */
.footer- .logo {
	display: inline-block;
}

.widget p a {
	color: #0084ce;
}

.widget li a {
	color: #fff;
	font-size: 15px;
}

.widget-title {
	color: #fff;
}

.widget p {
	color: #fff;
	font-size: 15px;

}
