html{
	scroll-behavior: smooth;
}
img{
  max-width: 100%;
	object-fit: cover;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #1010109e;
	padding: 20px 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}


.header_sticky {
	box-shadow: 0px 0px 29px -11px rgb(246 125 74);;
	padding: 10px 0;
	backdrop-filter: blur(8px);
	background-color: #101010;
}


.navbar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar .container::after,
.navbar .container::before{
    display: none;
}
.navbar-brand {
    margin-top: 0px !important;
}
.navbar-brand img{
    max-width: 150px;
}
.nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.navbar-nav li a{
    padding: 0px 0px !important;
    font-size: 16px !important;
}
.tp-site-header #navbar {
    margin-right: 0px !important;
}

.flaticon-close:before {
	content: "\2715";
	font-family: sans-serif;
	font-size: 16px;
	display: inline-block;
	line-height: 1;
}

/**/
.services__list{
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
}
.services__item{
	padding: 35px 30px;
	background: #262525;
	text-align: center;
	transition: box-shadow .3s ease-in-out;
}
.services__item h3{
	font-size: 20px;
	font-weight: 700;
}
.services__item:hover {
	box-shadow: 0 0px 30px rgb(246 125 74 / 55%);
}
/*hero*/
.hero__section {
	padding: 220px 0px 200px 0px;
	background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/1.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	display: flex;
	align-items: center;
	justify-content: center;
}

.hero__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 32px;
}

.hero__wrapper h1{
	font-weight: 800;
	font-size: 60px;
	color: #fff;
	text-shadow: 0px 4px 12px #a15a3b;
	
}
.hero__wrapper h1 span{
	color: #f67d4a;
}
.hero__wrapper p{
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}

.theme-btn:hover,
.features-item-2:hover {
	box-shadow: 0 0px 30px rgb(246 125 74 / 55%);
}

/**/
.features-area .row{
	display: flex;
}
.features-area .row .col-sm-12,
.features-area .row .col-sm-12 .features-item-2 {
	min-height: 90%;
}

.features-item-2 {
	display: flex;
	align-items: center;
	transition: box-shadow .3s ease-in-out;
}

/**/
#protfolio img{
	max-width: 360px;
	height: 360px;
}

.cause-text{
	min-height: 170px;
}

/*form*/
.contact-details {
	margin-top: 40px;
}
.form__group{
	width: 100% !important;
}
.check-group {
	padding: 1.5rem;
	counter-reset: total;
	counter-reset: checked;
}

.check-group>*+* {
	margin-top: 0.75rem;
}

.checkbox {
	cursor: pointer;
	display: flex;
	margin-bottom: 15px;
	counter-increment: total;
}

.checkbox__input {
	position: absolute;
	width: 1.375em;
	height: 1.375em;
	opacity: 0;
	cursor: pointer;
}

.checkbox__input:checked+.checkbox__icon .tick {
	stroke-dashoffset: 0;
}

.checkbox__icon {
	width: 1.375em;
	height: 1.375em;
	flex-shrink: 0;
	overflow: visible;
}

.checkbox__icon .tick {
	stroke-dasharray: 20px;
	stroke-dashoffset: 20px;
	transition: stroke-dashoffset .2s ease-out;
}

.checkbox__label {
	margin-left: 0.5em;
}

.check-group .checkbox input[type="checkbox"]:checked {
	counter-increment: checked;
}

.check-group__result {
	font-weight: bold;
	padding-top: 0.75rem;
	border-top: 1px solid rgb(0 0 0 / 0.2);
}

.check-group__result::after {
	content: counter(checked) " / " counter(total);
	padding-left: 1ch;
}

/*footer*/
.footer__logo{
	max-width: 250px;
}
.footer__link:hover{
	color:#f67d4a;
}

/*pages*/

.tp-breadcumb-area{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/1.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 100px;
}
.entry-media img{
	margin-bottom: 45px;
}

.tp-blog-single-section .post blockquote:before {
	content: "\201C";
	font-family: Arial, sans-serif;
	font-size: 80px;
	display: inline-block;
	top: 60px;
}

.tp-blog-single-section .post blockquote:before {
	content: "\201C";
}
.wrapper {
	padding: 120px 0 100px 0;
}

.wrapper h1 {
	text-align: center;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: calc(1rem + 1.5vw);

}


.wrapper p:last-child {
	margin-bottom: 0;
}

.wrapper p:not(:last-child) {
	margin-bottom: 16px;
}

.wrapper a {
	text-decoration: none;
	cursor: pointer;
}
.wrapper a:hover{
	color:#f67d4a;
}

.thanksWrapper {
	position: relative;
	padding: 80px 0;
}

.thanksLogoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanksLogo {
	max-width: 100px;
	width: 100%;
	margin-bottom: 40px;
}

.thanksTextContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;
}

.thanksText {
	font-size: 18px;
	line-height: 30px;
}

@media(max-width: 992px){
    .nav.navbar-nav{
			flex-direction: column;
			justify-content: flex-start;
			padding-top: 45px;
    }
		.tp-site-header #navbar{
			padding-left: 15px;
			padding-right: 15px;
		}

		.features-area .row {
			flex-direction: column;
		}

		.features-area .row .col-sm-12,
		.features-area .row .col-sm-12 .features-item-2 {
			min-height: unset;
		}
		#protfolio img{
			max-width: 100%;
			height: auto;
		}
}
@media(max-width: 768px){
	.hero__wrapper h1{
		font-size: 40px;
	}
	
	.hero__wrapper p {
		font-size: 20px;
	}
	.services__list{
    flex-direction: column;
	}
	.form__group {
		width: calc(100% - 30px) !important;
	}
}
@media(max-width: 575px) {
	.hero__section,
	.tp-breadcumb-area {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/1-mob.webp");
	}
	.hero__wrapper h1 {
		font-size: 25px;
		font-weight: 600;
	}

	.hero__wrapper p {
		font-size: 16px;
	}
	
}
