.bg-hearder-1{
    background-color: #fffaf7!important;
}
.text-gray{
    color: #969496!important;
}
.text-phone{
    color: #627d96 !important;
}
.text-banner-title-1{
    color: #1777b3 !important;
}
.text-banner-title-2{
    color: #e58825 !important;
}
.text-banner-subtitle{
    color: #535263 !important;
}
.text-about-title{
    color: #413f4b !important;
}
.text-sriracha-color{
    color: #d87929 !important;
}
.Sriracha{
    font-family: 'Sriracha', sans-serif;
}
.bg-footer{
    background-color: #2f3863!important;
}
.bg-contact{
    background-color: #f6f0ee !important;
}
.text-contact{
    color: #2f3863 !important;
}
.text-product-home{
    color: #30325a !important;
}
.text-gradient{
    background: linear-gradient(to right, #1f3c43, #8b602f, #b7681d);
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text;
}
.border-right{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}
.border-right-0{border-top:0!important}
.border-left{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}
.border-left-0{border-top:0!important}
.border-icon{
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #ffffff;
}
.text-blog{
    color: #232130!important;
}
.text-blog-title{
    color: #37374b!important;
}
.text-blog-title-honver:hover{
    color: #37374b!important;
}
.btn-color-blog{
    background-color: #2e3852;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 34px;
}
.btn.btn-color-blog:hover, .btn.btn-color-blog:active {
    background-color: #2e3852;
    border-color: #2e3852;
    color: #ffffff;
}
.border-radius-rb-50px {
    border-radius: 0 0 50px 0;
}
a.text-contact-hover:hover {
    color: #2f3863;
}

.btn.btn-product-tel {
    background-color: #e97132;
    border-color: #e97132;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 30px;
}
.btn.btn-product-tel:hover, .btn.btn-product-tel:active {
    background-color: #e97132;
    border-color: #e97132;
    color: #ffffff;
}

.btn.btn-green {
    background-color: #39cd00;
    border-color: #39cd00;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 34px;
}
.btn.btn-green:hover, .btn.btn-green:active {
    background-color: #39cd00;
    border-color: #39cd00;
    color: #ffffff;
}

.btn.btn-banner-product {
    background-color: #545363;
    border-color: #545363;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 80px;
}
.btn.btn-banner-product:hover, .btn.btn-banner-product:active {
    background-color: #545363;
    border-color: #545363;
    color: #ffffff;
}

/* home product */
.btn.btn-home-product {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #232323;
    font-size: 18px;
    padding: 10px 34px;
}
.btn.btn-home-product:hover, .btn.btn-home-product:active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #232323;
}
.services-box-style-01:hover, .services-box-style-01:hover .border-product {
    box-shadow: 0px 5px 20px 5px #dfd4d0;
    border-radius: 0 0 10px 10px;
}

/*  */
.highlight-separator-2 {
    position: relative;
    padding-bottom: 20px;
  }
  .highlight-separator-2[data-shadow-animation] {
    box-shadow: none !important;
    display: inline-block;
  }
  .highlight-separator-2[data-shadow-animation] span {
    clip-path: inset(0px 100% 0px 0px);
    float: left;
    width: 590px;
    height: 16px;
    transition: clip-path 1s;
    transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1);
    position: absolute;
    left: 90px;
    right: 0;
    bottom: 0;
  }
  .highlight-separator-2[data-shadow-animation] span img {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: none;
    width: 100%;
    height: auto;
  }
  .highlight-separator-2.shadow-in[data-shadow-animation] span {
    clip-path: inset(0px 0 0px 0px);
  }

  /* Highlight separator */
.highlight-separator-3 {
    position: relative;
    padding-bottom: 0px;
    width: 100%;
    max-width: 600px;
  }
  .highlight-separator-3[data-shadow-animation] {
    box-shadow: none !important;
    display: inline-block;
  }
  .highlight-separator-3[data-shadow-animation] span {
    clip-path: inset(0px 0 100px 0px);
    float: left;
    width: 100%;
    height: 100%;
    transition: clip-path 1s;
    transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .highlight-separator-3[data-shadow-animation] span img {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: none;
    width: 100%;
    height: auto;
  }
  .highlight-separator-3.shadow-in[data-shadow-animation] span {
    clip-path: inset(0px 0 0px 0px) !important;
  }

.push-menu .mega-menu ul{
	padding: 0px;
}
.push-menu .mega-menu ul .sub-title {
	color: var(--dark-gray);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.single-banner {
	display: grid;
	grid-template-columns: 40% 1fr;
}
.single-banner > div:first-child {
	background-color: #272d63;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.single-banner .img-side img {
	height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.grid.gutter-extra-large li.grid-item{
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.ProductList{
	border-top: solid 1px #ddd;
}
.ProductList .grid.gutter-extra-large li{
	padding: 30px;
}
.IconStandard{
	max-height: 80px;
}
.accordion-style-06 .accordion-item img{
  position: absolute;
  right: 15px;
  top: 30px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--dark-gray);
  -webkit-transform: rotate(0deg) translateY(0%);
  transform: rotate(0deg) translateY(0%);
}
figure.zoom {
  & img:hover {
    opacity: 0;
  }
  img {
    transition: opacity .5s;
    display: block;
    width: 100%;
  }
  background-position: 50% 50%;
  background-size: 160%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}




@media (min-width: 992px) {
	.SearchMobile{
		display: none;
	}
	.menu-logo,.menu-order,.menu-phone{
		padding: 0px!important;
	}
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block{
        display: block !important;
    }
}

@media (max-width: 1600px) {
	.navbar .navbar-nav .nav-link{
		font-size: 13px;
		padding: 25px 20px;
	}
	.text-phone{
		font-size: 16px;
	}
	header .navbar-brand .default-logo,
	header.sticky.sticky-active .navbar-brand .alt-logo{
		max-height: 30px;
	}
}
@media (max-width: 1399px) {
	.navbar .navbar-nav .nav-link{
		font-size: 13px;
		padding: 25px 15px;
	}
	.text-phone{
		font-size: 13px;
	}
	header .navbar-brand .default-logo,
	header.sticky.sticky-active .navbar-brand .alt-logo{
		max-height: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .full-screen {
        height: 485px!important;
    }
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.SearchDesk{
		display: none;
	}
	.SearchMobile .icon{
		margin-right: 15px;
	}
    .btn.btn-banner-product {
        font-size: 16px;
        padding: 5px 30px;
    }
    .btn.btn-green {
        font-size: 16px;
        padding: 5px 20px;
    }
}
@media (max-width: 767px) {
	.SearchDesk{
		display: none;
	}
    .page-title-extra-small h1 {
        font-size: 26px;
        line-height: normal;
    }
    .page-title-extra-small h2 {
        font-size: 18px;
        line-height: 35px;
    }
    .h-400px {
        height: auto !important;
    }
    .about-text-banner{
        font-size: 30px!important;
    }
}
@media (max-width: 575px) {
	
}
@media (max-width: 380px) {
	
}



@media (max-width: 479px) {
	
}
@media (min-width: 480px) and (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.center-logo .navbar-nav.navbar-right .nav-link,
	header.sticky .center-logo .navbar-nav.navbar-right .nav-link{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.center-logo .navbar-nav.navbar-right .nav-link,
	header.sticky .center-logo .navbar-nav.navbar-right .nav-link{
		padding-left: 35px;
		padding-right: 35px;
	}
	.center-logo .navbar-brand{
		left: 51.5%;
	}
}
@media (min-width: 1400px) and (max-width: 1600px) {
	.center-logo .navbar-nav.navbar-right .nav-link,
	header.sticky .center-logo .navbar-nav.navbar-right .nav-link{
		padding-left: 43px;
		padding-right: 43px;
	}
	.center-logo .navbar-brand{
		left: 50.5%;
	}
}
@media (min-width: 1601px) {
	.center-logo .navbar-nav.navbar-right .nav-link,
	header.sticky .center-logo .navbar-nav.navbar-right .nav-link{
		padding-left: 58px;
		padding-right: 58px;
	}
}

.cotton-highlight {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    margin-left: 10px;
    position: relative;
    box-sizing: revert;
    display: inline-block;
    letter-spacing: 3px;
    line-height: 1.2;
}
.svgContainer-hl5 {
    display: block;
    position: absolute;
    right: -29px;
    top: -23px;
} 





