.site-header {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.header-title.home-title {
    position: absolute;
	/* z-index: 1;	 */
    left: 0;
    right: 0;
    margin: 0 auto;
}
.home-title h2 {
    font-size: var(--font-size-h4);
    font-weight: var(--weight-500);
    padding: 0 2rem;
}
.header-image, .site-header .desktop-md {
    width: 100%;
}
/**header-one**/
.site-header.header-one:after {
	height: 4.5rem;
    background: linear-gradient(0deg, #f4ede7 0%, #e7dfdb00 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
}
.header-one .list {
    position: absolute;
	z-index: 13;	
}
.header-one .search-wrap {
    width: 86%;
    position: relative;
    margin: 0 auto 1.3rem;
}
.header-one .search-form {
    width: 100%;
    position: relative;
	z-index: 12;
}
.header-one .search-form input#search-api {
    height: 2.9rem;
	padding: 0rem 1.35rem;	
    background: #F4EDE7;
    /* opacity: 0.79; */
    box-shadow: 0px 3px 10px #00000029;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
    border-radius: 2rem;
    color:var(--main-color);
    font-size: 1rem;
    /* text-shadow: 1px 1px 2px #00000029; */
}
.header-one .search-wrap button {
	width: 2rem;	
    right: 1rem;
	color: var(--main-color);
}
.header-one .search-wrap button svg {
    width: 100%;
}
.header-one .button-wrap.center {
    justify-content: center;
    position: absolute;
	z-index: 0;
    bottom: 20%;
}
.header-one .list .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
    height: 5rem;
    padding-bottom: 0.2rem;	
	background-image: url(../svg/header-icon-bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.header-one .list .icon img {
	max-width: 70%;
	max-height: 70%;
}
.header-one .list .icon .pupup-box {
	display: none;
    background-color: #fff;
    width: 12rem;
    position: absolute;
    top: -6.5rem;
    padding: 0.5rem 0.5rem 1rem;
    z-index: 10;
    border-radius: 0.5rem;
    font-size: 0.8rem;
}
.header-one .list .icon:hover .pupup-box {
	display: block;
}
.header-one .list .icon .pupup-box .circle-wrap {
    display: flex;
    justify-content: end;
}
.header-one .list .icon .pupup-box .circle-wrap .circle {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}
.header-one .list .icon .pupup-box .top {
    display: flex;
    justify-content: center;
}
.header-one .flag {
    width: 2rem;
	height: 1rem;
}
.header-one .flag img {
    width: 100%;
    max-width: initial;
    max-height: initial;
}
.header-one .icon-list { 	
	position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.header-one .list .icon .pupup-box .middel {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.header-one .list .icon .pupup-box .bottom.link-wrap {
    display: flex;
    justify-content: center;
}
.header-one .link-wrap a {
	display: block;
    width: 8rem;
    padding: 0.25rem;
    color: #fff;
    font-size: 90%;
    text-align: center;
    text-decoration: none;
	text-transfer: uppercase;
}
.header-one  .search-wrap .search-list {
	display: none;
    position: absolute;
    top: 1.25rem;
	left: 0;
    z-index: 11;
    width: 100%;
	height: 20rem;
    padding: 2rem 0.5rem 1rem;
    background-color: #fff;
    border-radius: 1.25rem;
    font-size: 0.8rem;
    overflow: auto;	
}
.header-one .search-wrap .search-list.active {
	display: block;
}
.header-one .search-list .flag {
    width: 1.5rem;
    height: 1rem;
	margin-right: 0.5rem;
}
.header-one .search-list .link-wrap {
    margin-left: 1rem;
}
.header-one .search-list .line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.35rem 1rem;
}
.header-one .search-list .line .left {
	display: flex;
	justify-content: start;
	align-items: center;
}
.header-one .search-list .line .right {
	display: flex;
	justify-content: end;
	align-items: center;
}
.header-one .search-list .line .right .line-wrap {
	margin-left: 0.5rem;
}
/**header-two**/
.site-header.header-two {
    display: block;
}
.header-two .section-padding {
    padding: 10.5rem 0 1rem;
}
.header-two .text h1 {
    margin-bottom: 2rem;
}
.header-two .text h4 {
    font-weight: var(--weight-600);
}
.header-two .header.margin-bottom {
    margin-bottom: 2rem;
}
.header-two .text p img {
    margin: 2rem 0 0rem;
}
.header-two.has-video-image .header-title {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media(max-width: 1250px){
	body.home .site-header {
		min-height: 100vh;
	}
}
@media(max-width: 991px){
	.site-header {
		overflow: hidden;
		background-color: #e1dad5;
	}
	.site-header .text {
		width: 100%;
	}
	.site-header.header-one .header-image img {
		/* height: 30rem; */
	}
	.site-header.header-one .header-image img {
		height: 34rem;
		object-fit: fill;
	}
	.header-title.home-title h1 {
		/* width: 65%; */
		margin: 0rem auto 0rem;
		padding: 2rem 0 2rem;
		font-size: 1.5rem;
	}
	body.home  .header-image .banner-video {
		width: 565%;
		margin-left: -54%;
		/* margin-left: -407%; */
		margin-top: -36vw;
		margin-bottom: -3px;
	}
	.header-one .search-wrap {
		width: 100%;
	}
	.header-one .list .icon {
		width: 3rem;
		height: 3rem;
	}
	.header-one .list .icon img {
		max-width: 50%;
		max-height: 40%;
	}
	.header-one .list:nth-child(1) {
		top: 98%!important;
		left: 5%!important;
	}
	.header-one .list:nth-child(2) {
		top: 27%!important;
		left: 25%!important;
	}
	.header-one .list:nth-child(3) {
		top: 28%!important;
		left: 81%!important;
	}
	.header-one .list:nth-child(4) {
		top: 78%!important;
		left: 61%!important;
	}
	.header-one .list:nth-child(5) {
		top: 66%!important;
		left: auto!important;
		right: 68%!important;
	}
	.header-one .list:nth-child(6) {
		top: 70%!important;
		right: 29%!important;
	}
	.header-one .button-wrap.center {
		position: relative;
		z-index: 1;
		bottom: 0%;
		margin-top: -23vw;
	}
	.home-title h2 {
		padding: 0;
	}
	.header-title.home-title {
	    top: 0;
	}
	.header-title.home-title .inner {
		padding-top: 77vw;
	}
	/***header-two***/
	.header-two .section-padding {
		padding: 5rem 0 1rem;
	}
	.header-two  h1{
		font-size: 1.8rem;
	}
	.header-two.has-video-image-mobile-false .header-image {
		display: none;
	}
	.header-two.has-video-image-mobile-false  .header-title {
		position: initial;
	}

}
@media(max-width: 767px){
	h1, .h1 {
		font-size: 1.75rem;
		font-weight: 700;
		line-height: 1.3;
	}
	.header-image img.desktop-and-mobile {
		max-width: initial;
		width: 200%;
		margin-left: -50%;
	}
	.home-title .text p {
		font-size: 1.4rem;
		letter-spacing: inherit;
		line-height: 1.3;
	}
	.header-title .text h1 {
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.3;
	}
	.home-title .site-header {
		background-color: #000;
		text-align: center;
	}
	.home-title .header-title .text {
		width: 100%;
		padding-top: 4rem;
	}
	.site-header.header-one .header-image img {
		width: 100%;
	}
	.site-header {
		display: block;
	}
	.header-one .button-wrap {
		display: block;
	}
	.header-one .button-wrap.center a {
		width: 50%;
		margin: 0 auto 1rem;
	}
	.header-title .text h1, h1, .h1 {
		font-size: 1.5rem;
	}
	.home-title h2 {
		font-size: 1rem;
		font-weight: var(--weight-600);
		line-height: 1.5;
	}
	.header-one .list .icon-list {
		display: none;
	}
	.site-header.header-one .header-image img {
		height: auto;
	}
	.header-one .link-wrap a {
		width: 6rem;
	}
	.header-one .search-list .line {
		flex-wrap: wrap;
	}
	.header-one .search-list .line .right {
		width: 100%;
	}
	.header-one .search-wrap .search-list {
		z-index: 14;
	}
	.header-one .search-form {
		z-index: 15;
	}
	.header-one .search-form input#search-api {
		background: #fff;
	}
	
	/**header-two**/
	.header-two .section-padding {
		padding: 5rem 0 1rem;
	}
	.header-two .text p {
		padding: 0 0rem;
	}
	.section-ten .box-wraper .tab-list li {
		width: 100%;
	}
	.section-ten .box-wraper li span.arrow {
		width: 8%;
	}
	.section-ten .image img {
		height: auto;
	}
	
}

@media (max-width: 375px){
	.header-one .button-wrap.center a {
		width: auto;
	}
}