@media screen and (max-width: 1199px){
html, body {
    width: auto !important;
    overflow-x: hidden !important;
  }}
.navigation--mobile, .navigation>.container{
  position:relative;
}
body {
  overflow-y: hidden;
  overflow-x: hidden;
}
footer .bg {
    background-color: #150f0d;
}
.main-color{
  color: var(--color-1st) !important
}
.main-bg-color{
  background-color: var(--color-1st)
}
.snd-color{
  color: var(--color-2nd)
}
.snd-bg-color{
  background-color: var(--color-2nd)
}
.text-gradient {
  background: linear-gradient(to right, #d0be3f, #e7eb72, #d0be3f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-highlight{
  background: #ffd856 !important;
}
.section__content .text-white *{
  color: #fff;
}
.link-btn.hotline{
  text-shadow: -2px 2px 3px black;
    text-transform: unset;
    font-size: 17px;
}
.round-f8{
  border-radius: 8px;
  overflow: hidden;
}
.arti-list{
  height: 100%
}
.arti-list ul{
  list-style: none
}
.arti-list .title{
  color: var(--color-1st);
  position: relative;
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 10px;
}
.arti-list .title.BOD {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.arti-list .d-gridx{
  position: sticky;
  top: 0px;
}
.arti-list .h4{
  margin: 0;
  position: relative;  
}
/* .arti-list .h4:before{
  position: absolute;
  left: -3px;
  top: 3px;
  display: block;
  width: 15px;
  height: 100%;
  content: "\f101";
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
.post.price-package .button{
  padding: 20px 0 15px;
}
.link-btn.snd-bg-color{
  background-color: var(--color-2nd);
  border-color: var(--color-2nd);
}
.post:hover .link-btn.snd-bg-color{
  background-color: white;
  color: var(--color-2nd);
}
.images-preloader {
    position: fixed;
    z-index: 100001;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.images-preloader .spinner {
    position: absolute;
    left: 50%;
    width: 70px;
    text-align: center;
    transform: translate(-50%,40vh);
}
.header-top .container {
  height: 42px;
  display: grid;
  grid-template-columns: 2fr 8fr;
}
.header-top .navigation__right .header__actions {
    justify-content: space-between;
}
.header-top .navigation__right .header__actions a{
    display: flex;
    align-items: center;
      font-size: 14px;
}
.language_bar_list img {
    width: 22px;
}
.header-top .navigation__right .header__actions li{
  position: relative
}
.header-top .navigation__right .header__actions li:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #000;
    right: -50px;
}
.header-top .navigation__right .header__actions li:last-child:after {
    content: unset
}
.header-top a:hover{
  text-decoration: underline;
}
.nav__right {
    display: contents;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.header-top .list--social li{
  margin-right: 0;
}
.header-top .list--social a{
  border-radius: unset;
  border: unset;
  color: #ddd;
}
.header-top .header__actions a, .header-top .header__actions i{
  color: #5c5c5c;
}
.header-top .header__actions .form--primary-search i:last-child{
  color:  black;
}
.langs.ml-2 {
    padding: 0 14px;
    margin: 0 10px;
    font-weight: 500;
    border: 2px solid #5a5a5a;
    border-top: 0;
    border-bottom: 0;
}
.header-top .navigation__nextto__center p{
  margin: 10px;
}
.header-top p, .header-top a, .header-top i{
  margin: 0 auto;
  color: #fff;
}
.top-header {
  background-color: #535452;
  padding: 6px 0;
}
.top-header span,.top-header a{
    font-size: 13px
}
input#keyword {
  height: 30px;
  margin: 2px 0;
  background-color: white;
}
.form--primary-search{
  min-width: 300px
}
.form--primary-search button {
    height: 40px;
}
.form--primary-search button:hover {
    color: #ff3c4f;
    background-color: white;
  border: 1px solid #ff3c4f
}
.cust-menu{
/*   background-color: #fed700; */
}
.header {
  background: #fff;
  z-index: 990;
  border-bottom: unset;
  top: 0;
  width: 100%;
/*   box-shadow-bottom: 0 2px 10px 0 rgba(0, 0, 0, 0.19); */
}
.header--mobile{
  position: fixed;
  top: 0;
  width: 100%;
}
.main-header .navigation__left{
  min-width: 200px;
}
.main-header .navigation__left .logo{
  display: block
}
.slider-item{
  margin-top: 0 !important;
}
.categories_btn {
    background-color: #535452;
    border: 1px solid #535452;
    color: #fff;
    padding: 14px 30px;
    text-align: left;
    width: 100%;
}
.categories_wrap {
    position: relative;
}
.categories_btn i {
    font-size: 24px;
    margin-right: 15px;
    vertical-align: middle;
}
.categories_btn span {
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}
#navCatContent {
    background-color: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    left: 0;
    padding: 5px 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
}
#navCatContent ul {
    width: 100%;
}
#navCatContent li a.nav-link {
    padding: 15px;
}
#navCatContent li a {
    font-size: 14px;
    text-transform: capitalize;
}
.carousel-container {
  position: relative;
  max-width: 1000px;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.carousel-container .cards {
	position: absolute;
  width: 36rem;
  height: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.carousel-container .cards li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0.8rem;
  transition: all .1s ease;
}
.main-header{
  position: fixed;
  top: 0;
}
.inner.main-header{
  box-shadow: 0px 4px 10px -8px #111111a1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.main-header .menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu>li {
/*   padding-left: 12px; */
      padding-right: 0;
}
.main-header .menu>li>a {
  font-size: 17px;
  padding: 18px 17px;
  font-weight: 400;    
}
.main-header .menu>li:first-child a {
/*     padding: 13px 25px; */
}
.menu>li>a.logo {
    padding: 0;
}
.main-header .menu-item-a{
  cursor:pointer;
	position:relative;
	transition:all 0.5s;
}
.menu--mobile .sub-menu>li.menu-item-has-children>.sub-menu {
    position: unset;
    margin-left: 20px;
}
.sub-menu>li:hover>a {
    background: var(--color-1st);
    color: white;
}
.panel--sidebar .panel__content {
    overflow-y: scroll;
}
img#logo1 {
  padding: 8px 0;
  transition: all .4s ease .4s;
  height: 70px;
  position: relative;
}
.main-header .navigation__left{
  position: relative
}
.navigation__center.d-flex{
  min-width: 700px
}
.navigation__right .phone-number {
    font-size: 17px;
    font-weight: 600;
    color: #e14646;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.service-grid.shadow {
    display: grid;
    grid-template-columns: 3fr 7fr;
}
.navigation__right .phone-number a {
    font-size: 23px;
    font-weight: 600;
    color: #e14646;
}
.slider-item {
  max-height: 950px !important;
}
.breadcrumb{
  background-color: unset;
}
.breadcrumb li:first-child{
  color: var(--color-text);
}
.breadcrumb li:last-child:before {
    content: " /";
    margin: 0 5px 0 9px;
}
.breadcrumb--custom {
    margin: 8px 0 0 10px;
}
.header-top .link-btn{
  color: white !important;
  padding: 5px 10px !important;
  border-radius: unset;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ddd;
}
.header-top .link-btn i{
  color: white !important;
}
.header-top .link-btn:hover,.header-top .link-btn:hover i{
  color: var(--color-1st) !important;
}
.slider__content__wrapper__content h2{
  padding: 5px 10px;
  background-color: #1b880d4f;
}
.section--homepage .section__header{
  text-align: center;
  padding-bottom: 20px
}
.home-intro .section__header h1 {
    font-size: 35px;
    color: var(--color-1st);
    font-weight: bolder;
    text-transform: uppercase;
}
.home-intro .link-btn {
    margin: 25px 0 0;
}
.home-intro .link-btn:hover {
  border: 1px solid var(--color-1st);
}
.section--homepage.home-intro .intro-pic h2:after {
    content: unset
}
.home-line .item:hover img {
    animation: tada;
    animation-duration: 1s;
}
.home-line .item h3 {
  transition: all .25s ease;
  margin-bottom: 0
}
.home-line .item:hover h3 {
    color: white !important;
}
.home-intro .post .post__wrapper {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 3px 5px 3px #09090991 !important;
}
.home-intro .intro-content .owl-carousel{
  padding-bottom: 35px;
}
.home-intro .intro-pic img{
    height: 100%;
    border-radius: unset;
    aspect-ratio: auto 575 / 593;
    padding: 0 50px;
}
.home-intro-3 .intro-pic img{
  width: unset;
  height: unset;
  aspect-ratio: unset;
    /* width: auto;
    aspect-ratio: auto 385 / 678;
    margin: 0 auto; */
}
.home-intro-3 .post .post__overlay{
  /* position: relative; */
}
.home-intro .sub-link{
  list-style: none;
  margin-top: 30px
}
.home-intro .sub-link li{
  position: relative;
  padding-bottom: 5px;
  padding-left: 15px;
  color: var(--color-1st);
  font-weight: 300;
}
.home-intro .sub-link li:before{
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f0da";
  font-family: 'FontAwesome';
  background: 
}
.home-collection {
    padding-top: 0px;
}
.home-collection .row div {
    margin-bottom: 20px;
}
.home-products ul{
  justify-content: space-between;
  align-items: center;
}
.menu-left ul, .online-support, .support{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  border: 2px solid #3f3f3f;
}
.menu-left ul .menu-item{
  padding: 10px 0 10px 30px;
  position:relative;
}
.menu-left ul .menu-item:before {
    display: block;
    position: absolute;
    content: "\f101";
    font-family: "FontAwesome";
    color: var(--color-1st);
    left: 15px;
    font-size: 15px;
}
.home-products .menu-left ul .menu-item:hover{
  background-color: #f1f1f1;
  color: var(--color-danger);
}
.home-products .menu-left a:hover{
  color: var(--color-danger);
}
.section--homepage.home-products h2, .home-categories h2{
  color: #04192b;
}
.section--homepage.home-products h2.red{
  color: #FF3C4F;
}
.section--homepage.home-news h2:before{
  background: #ddd;
  width: 100%;
  height: 1px;
  bottom: -5px;
}
.navigation__right .menu li:after {
    content: "";
    position: absolute;
    background-color: #878585;
    width: 2px;
    height: 12px;
    transform: translate(17px, 34px);
}
.navigation__right .menu li:last-child:after {
    content: unset
}
.navigation__right .menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.section--homepage .section__header p{
  font-size: 17px;
  font-weight: 300;
}
.home-intro .section__header p{
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}
.home-intro h2{  
  white-space: pre-wrap;
  line-height: 1.2;
}
.menu-left h2{
  color: white;
  background-color: #3f3f3f;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 8px 10px;
  text-transform: uppercase;
}
.menu-left ul.sub-menu-custom {
    border: unset;
    display: none;
    transition: all .25s ease;
}
.menu-left .menu-item-has-children:hover ul.sub-menu-custom {
    border: unset;
    display: unset;
  transition: all .25s ease;
}
.home-services .row{
  margin: unset;
}
.home-products .shop__pagination{
  padding: unset;
}
.nav-pills .nav-link{
  padding: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
      background-color: unset;
}
.service-tab .tab-list-wrapper ul li.active a:before {
  background-color: #f69220;
  border-color: #fff;
  box-shadow: -5px 7px 30px rgba(0,0,0,0.07);
}
.slider__content__wrapper__content h2{
  padding: 5px 10px;
  background-color: #1b880d4f;
}
.service-tab h3 {
    font-size: 17px;
    font-weight: 500;
}
.service-tab .tab-list-wrapper {
    vertical-align: top;
    width: 100px;
    position: relative;
    display: table-cell;
}
.service-tab .tab-list-wrapper:before {
    position: absolute;
    content: '';
    width: 2px;
    height: calc(100% - 35px);
    top: 0;
    right: 60px;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.service-tab .tab-list-wrapper ul {
    padding: 0;
    min-height: 345px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: none;
}
.service-tab .tab-list-wrapper ul li {
    text-align: left;
    position: relative;
    max-width: none;
    width: 100px;
    margin-right: 75px;
    display: block;
    padding-top: 5px;
    margin-top: 25px;
}
.service-tab .tab-list-wrapper ul li a {
    font-size: 14px;
    color: #666c72;
    position: static;
    padding: 0;
    border: none;
}
.service-tab .tab-list-wrapper ul li a span{
    font-weight: 600;
    color: var(--color-2nd);
}
.service-tab .tab-list-wrapper ul li a:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-color: #f3f3f3;
    border: 6px solid var(--color-2nd);
    top: 18px;
    right: -23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.service-tab .tab-content {
    display: table-cell;
    width: auto;
}
.service-tab .content {
    margin-bottom: 30px;
}
.service-tab .content img{
    border-radius: 50%;
}
.section--homepage {
    padding: 130px 0
}
.section--homepage h2{
  font-size: 60px;
  font-weight: 400;
  display: inline-block;
  color: #d0be3f;
  opacity: 1;/*0.2*/
}
.section--homepage h2.header-stext {
  /* color: #d0be3f; */
  color: var(--color-1st);
  /* opacity: 0; Initial state */
}
.header-stext span{
  transition-property: color, opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transition-duration: 1s;
}
.home-intro .intro-content{
  padding: 50px 0
}
.section--homepage.home-intro .section__header{
  text-align: left
}
.section--homepage.home-intro-2 .section__header{
  text-align: right
}
.home-text{
  background-color: #3D3D3D;    
  padding: 40px 0;
}
.home-text *{
  /* border: unset; */
}
.home-text .form-control *{
  color: unset;
}
.home-text i {
  font-size: 19px;
}
.album-page .intro-img img{
  max-width: 83%;
}
.section--homepage.home-intro h2{
  margin-bottom: 20px;
}
.home-intro {
  position: relative;
  /* padding: 130px 0; */
}
/* .home-intro::before,
.home-intro-3::before,
.about-images::before,
.about-quote::before,
.home-images::before,
.section--contact::before,
.section--contact-sub::before  {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: url(/storage/general/673eb6b0eaa96.webp) repeat-y;
}
.home-intro-2::before {
  left: unset;
  right: 0;
}
.home-intro-3::before,.home-images::before {
  background: url(/storage/general/673fd6016ee1f.webp) repeat-y;
}
.section--contact-sub::before{
  background: url(/storage/general/673fdc4a4f4a7.webp) repeat-x;
    top: unset;
    bottom: 0;
    height: 100px;
    width: 100%;
}
.home-images::before {
  left: unset;
  right: 0;
} */
.home-intro-3 p{
  color: #fff;
}
.home-employees 
.section--homepage.home-intro h2 span{
  font-size: 58px;
}
.section--homepage.home-intro h2.title{
  font-size: 27px;
  color: var(--color-1st);
}
.section--homepage.home-intro .section__content p{
  font-size: 16px;
  text-align: justify;
  line-height: 1.4;
  font-weight: 300;
}
.section--homepage.home-intro-2 .intro-pic{
  padding: 0 40px;
  height: 100%;
}
.home-intro-2 .intro-pic img {
  aspect-ratio: auto 557 / 713;
  padding: unset;
}
.about-images{   
  padding: 160px 0 100px;
}
/* .about-images::before {    
  height: 100px;
  width: 100%;
  background: url(/storage/general/674782f8efc9a.webp) repeat-x;
} */
.service-page .intro-content{
  padding: 50px;
}
.service-page .section__content{
  margin-left: 10%;
  font-size: 20px;
}
.service-page.home-intro-2 .section__content{
  margin-left: unset;
  margin-right: 10%;
}
.intro-content .content-room {
  padding: 30px;
  position: absolute;
  top: 30%;
  right: 150px;
  max-width: 465px;
}
.intro-content .content-room.background-f2  * {
  color: #fff !important
}
.background-f2 .intro-content .content-room {
  right: unset;
  left: 150px;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: url(/storage/general/673fdc4a4f4a7.webp) repeat-x;
}
hr {
    border-top: 1px solid rgb(164 164 164 / 64%)
}
.product .product__thumbnail:after{
  content: url(/storage/general/prod-after.png);
  position: absolute;
  bottom: -7px;
  right: -1px;

}
.home-feedback blockquote p {
    font-size: 15px;
}
.home-feedback h3 {
    font-size: 18px;
}
.home-news{
  padding-bottom: 35px;
}
.content.pb-2.text-center {
    box-shadow: 0px 2px 11px 7px #7a7a7a1c;
    margin-top: -54px;
    padding-top: 50px;
}
.home-feedback .owl-stage-outer {
    padding: 20px 15px;
}
.section--homepage.home-news .section__header{
  padding-bottom: 30px;
}
.home-news .row{
  margin-right: unset;
  margin-left: unset;
}
.home-news .section__content .right .item{
  margin-bottom:14px;
  display: flex;
}
.home-news .section__content .right .blog-content{
  padding-right: 0;
}
.home-news .news p, .home-news .news a{
  margin: 5px 0 5px 10px;
  font-weight: 600;
}
.home-news .embed-responsive {
  border: 3px solid #dcdcdc;
}
.home-news .form-control {
    width: 98%;
}
.product--detail .product__header {
  width: 100%
}
.product--detail .product__info-header {
    margin-bottom: 10px;
/*     border-bottom: unset; */
}
.product--detail .product__title {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-1st);
}
.product--detail .product__price p {
  font-size: 14px;
  font-weight: unset;
  color: var(--color-text);
}
.product--detail .product__price .product-sale-price-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-danger);
}
.btn--custom.btn--outline, button.btn--custom.btn--outline{
  border-radius: 5px;
  background-color: var(--color-1st);
  color: white;
}
.btn--custom.btn--outline:hover, button.btn--custom.btn--outline:hover{
  background-color: white;
  color: var(--color-1st);
}
.product--detail .product__info {
    border-left: 1px dashed #ddd;
}
.at-share-btn-elements {
    display: flex;
    justify-content: space-between;
}
.product--detail .tab-list {
  padding: 20px 0 0;
  margin-bottom: 0;
}
.product--detail .tab-list li a{
  font-size: 18px;
}
.product--detail .product__thumbnail {
  margin-bottom: 0;
}
.product .product__thumbnail {
  border: 3px solid #ddd;
  transition: all .3s ease-in-out;
  box-shadow: 0px 14px 14px -15px #111;

}
.product:hover .product__thumbnail {
  box-shadow: 0 6px 11px rgb(51 51 51 / 41%);

}
.product:hover .product__thumbnail img{
/*   transform: scale(1.1) */
}
.product__content .tabs {
    border: 1px solid #ddd;
    padding: 20px 30px;
}
.home-line .item .row{
  background-color: #fed700
}
#product-kind {
    font-weight: 600;
}
.section--related-posts {
    padding-top: unset;
    border-top: unset;
}
.home-gallery{
  padding-bottom: 30px;
}
.nav-pills .nav-link h2{
  color: black;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  border: 1px dashed black;
  border-radius: 25px;
  text-transform: initial;
}
.nav-pills .nav-link h2:hover{
  color: var(--color-1st);
  border: 1px solid var(--color-1st);
}
.nugget .item{
  text-align: center;
}
.nugget .item i.fa-paper-plane-o{
  background-color: #0099e6;
  color: white;
  padding: 20px;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.nugget .item i{
  background-color: #0099e6;
  color: white;
  padding: 15px;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.nugget .item svg{
  background-color: #0099e6;
  fill: white;
}
.nugget .item h4{
  font-size: 16px;
}
.nugget .item {
    text-align: center;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}
.nugget .item:last-child{
  border-right: 1px solid #ddd;
}
.nav-pills .nav-link.active h2, .nav-pills .show>.nav-link h2{
    color: var(--color-1st);
    border: 1px solid var(--color-1st);
}
.widget--shop .widget__title {
    height: 41px;
    line-height: 41px;
  margin-bottom: 0;
}
.shop--sidebar .shop__left .widget--shop {
  margin-bottom: 20px;
  padding: 0 0 20px;
  background-color: white;
}
.post__content p{
  text-align: justify;
}
#coverflow{
  width: 100%;
}
.search-product .btn{
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-1st);
  font-size: 15px;
  font-weight: 500;
  background-color: var(--color-1st);
}
.search-product .btn:hover{
  color: var(--color-1st);
  background-color: white;
}
.home-blog{
    padding: 60px 0 0;
    margin-bottom: unset;
    background-color: #fafafa;
}
.home-blog .blog-right{
    display: flex;
    padding: 20px 10px;
    border: 1px solid #ddd;
    margin: 5px;
    max-width: 48%;
    background-color: white;
}
.home-blog .blog-right span{
    display: block
}
.home-blog .last{
    border-bottom: unset;
}
.home-blog .blog-right h3{
    display:block;
}
.footer .final-line{
  text-align: center;
  min-height: 150px;
  border-top: 1px solid #7e7e7e;
  color: #d5d5d5;
  align-items: center;
  font-weight: 100;
  display: grid;
}
.footer .final-line p{
    padding-top: 15px;
    text-align: center;
}
.home-blog .blog-right h4{
    position: unset;
    font-size: 16px;
    background: unset;
    transform: unset;
    justify-content: unset;
    height: unset;
    display: unset;
    text-transform: unset;
    color: var(--gray-dark);
    line-height: 28px;
}
.home-blog .blog-right h4:hover{
  color: #ddd;
  background-color: unset;
  color: var(--green);
}
#partner{
  overflow: hidden;
}
#partner div{
  position: relative;
  z-index: 1;
}
#slider-partner .item-partner{
  padding: 0 7px;
  margin: 0 auto;
}
#slider-partner .item{
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
}

#slider-partner .item img{
    width: 100%;
    display: block;
    margin: 0 auto;
      -webkit-transition: all .3s ease-in-out;
    aspect-ratio: auto 133 / 133;
}
#slider-partner .item:hover img{
  -webkit-transform: scale(1.1);
}
.slick-arrow{
    width: 20px;
    height: 30px;
    color: #444444;
}
.slick-arrow:hover{
    color: #fb7224;
}
.slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: fontawesome;
    font-size: 40px;
    line-height: 30px;
}
.d-grid-1{
  display: grid
}
.widget--shop .widget__links li a{
  font-size: 14px;
  font-weight: unset;
}
.shop--sidebar .shop__left .list--minus{
  margin-left: 15px;
}
.list--minus li a:before, .list--plus li a:before {
    content: unset;
}
.widget__content h4 a {
    color: white !important;
    font-weight: 500;
    font-size: 20px;
    padding: 7px 0;
}
.widget__content .img-fluid{
  aspect-ratio: auto 20 / 20;
}
.product__content h2{
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ddd;
}
.product .product__actions li a:hover{background-color:var(--color-danger);color:#fff}
.product .product__wrapper .product__content {
  padding: 10px;
}
.product__wrapper span{
  color: var(--danger)
}
.shop__products .product__wrapper span{
/*   color: var(--color-danger); */
  font-weight: 700;
}
.product .product__info span{
  color: var(--color-danger);
  text-transform: uppercase;
}
.product--detail .product__variants .item img {
    border-radius: 5px;
    border: 1px solid #545454;
}
 .product--detail .product__content{
  padding: unset;
}
.product--detail .product__gallery img {
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #ddd;
}
.section--related-posts .slick-prev, .section--related-posts .slick-next{
  top: 40%;
}
.section--related-posts .slick-slide {
    margin: 0 20px;
}
.contact-mega {
    margin: 20px 0;
    padding: 25px 0;
    background-color: var(--color-2nd);
}
.contact-mega p {
    font-size: 17px;
    text-align: right;
    color: white;
    margin: 0;
    text-transform: uppercase;
}
.contact-mega a {
    padding: 10px 15px;
    color: white;
    background-color: var(--color-danger);
    border-radius: 20px;
    line-height: 25px;
    text-transform: uppercase;
}
.pdf-iframe {
    margin: 0 auto;
    min-width: 100%;
    min-height: 700px;
}
.footer{
  padding-bottom: 0;
  overflow:hidden
}
.footer-background{
  padding: 0;
  background-attachment: fixed;
  position: relative;
}
.footer>.container {
    padding: 0 0 65px;
}
.footer>.container:first-child {
    padding: 185px 0 20px;
}
.footer .container *{
    color: #d8d8d8;
    font-size: 16px;
    font-weight: 300;
}
.footer .container li a:hover{
    text-decoration: underline
}
.footer .container .list--social a:hover, .footer .container .list--social a:hover i{
    background:white;
  color:var(--color-1st)
}
.footer .logo-footer{
  aspect-ratio: auto 150 / 91;
}
.footer .bct{
  aspect-ratio: auto 158 / 60;
}
.footer hr{
  color: var(--color-1st)
}
.footer iframe{
  width: 100%;
  height: 200px;
}
.map_image iframe{
  width: 100%;
  height: 700px;
  pointer-events: none;
}
.map_image:hover iframe{
  pointer-events: auto;
}
.footer .bg{
  height: 450px;
  padding:20px;
}
.newsletter .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget--footer .site_title {    
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.widget__links .fa-angle-right:before {
    color: white;
}
.widget--footer .widget__links li:hover span{
  color: var(--color-1st)
}
.widget--footer.products .widget__links li a:before{
  content: "\f111";
  display: inline-block;
  font: normal normal normal 7px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: white;
  position: absolute;
  top: 7px;
  left: -15px;
}
.widget--footer.products .widget__content{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer .form-control:focus{
  background:#262626
}
.footer .final-line a:hover,.footer .final-line a:hover span{
  color: white !important;
  text-decoration: underline;
}
.footer p.hotline{
  font-weight: 700;
  color: #fff !important;
}
.site-name.gradient-marquee{
  font-size: 150px;
  /* width: 100%; */
}
.gradient-marquee {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(to right, #d0be3f, #e7eb72, #d0be3f);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.newsletter input{
  background-color: white;
  border: unset;
  height: 44px;
}
.newsletter h3{
  padding-top: 10px;
  font-size: 17px !important;
  color: white;
}
.newsletter button{
  background-color: var(--color-danger);
  color: white;
  height: 100%;
  padding: 0 15px;
}
.newsletter .fa-envelope-o {
  font-size: 80px;
  text-align: center;
  color: whitesmoke;
}
.home-adbanner img {
    width: 100%;
}
.newsletter .list--social a{
  color: white;
  border-radius: unset;
  border: 1px solid #ffffff;
}
.newsletter input {
  background-color: white;
  border: unset;
  height: 44px;
}

.newsletter h3 {
  font-size: 17px !important;
  color: white;
  margin-bottom: 0;
}

.newsletter form {
  width: 300px;
}

.newsletter button {
  background-color: var(--color-1st);
  color: white;
  height: 100%;
  padding: 0 15px;
}
.form--subscribe {
    max-width: 450px;
}
.form--subscribe label {
  text-indent: -9999px;
  position: absolute;
}
.form--subscribe input{
  background: #262626;
  height: 40px;
  max-width: 450px;
}
.form--subscribe button{
  background: white;
    height: 100%;
    color: white;
}
.form--subscribe i{
    color: black !important;
}
.footer .widget--footer{
  margin-bottom: unset;
}
.footer .widget--footer .address a{
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  color: #636363;
  border: 1px solid #ff0000;
  text-align: center;
  line-height: 34px;
}
.footer .widget--footer .address .fa{
  color: red;
}
.footer .right .widget--footer:last-child{
  margin-bottom: unset;
}
.shop__content ul.widget__links li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #eaeaea;
}
.footer .final-line p{
  padding-top: 15px;
}
.post>*{
  max-width: unset;
}

.slider__content .slider__content__wrapper .slider__content__wrapper__content h2{
  font-size: 40px;
    max-width: 55%;
    padding: 20px 20px;
      margin-top: 300px;
}
.product .product__price {
  color: #505050;
  font-weight: 500;
  justify-content: space-around;
}
.product__content .btn-contact{
  padding: 6px 15px;
  font-size: 15px;
  margin-top: 10px;
}
.home-news .item .collection {
  padding: unset;
  text-align: center;
  overflow: hidden;
}
.post__wrapper img {
  transition: all .8s cubic-bezier(.19,1,.22,1);
  width: 100%;
  height: 100%;
}
.home-news .item:hover img {
  transform: scale(1.1);
}
.home-news .item:hover .collection_link{
  color: var(--color-1st)
}
.home-news .item.left {
  padding: unset;
  text-align: justify;
}
.home-products .col-md-6{
	overflow: hidden;
	cursor: pointer;
}
.home-products .col-md-6 img{
	background: #000;
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.home-products .col-md-6:hover img{
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:0.7;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
.home-products .section__header{
  padding-bottom:20px;
}
.home-feature-posts .row div{
  margin-bottom: 10px;
}
.home-feature-posts .item{
  position: relative;
  margin: 5px 10px;
}
.home-feature-posts .item{
  position: relative;
  margin: 5px 10px;
}
.home-feature-posts h3 a {
    font-weight: 600;
}
.home-feature-posts h3 {
    font-size: 13px;
    text-align: center;
    margin-top: 12px;
}
.collection_link{
  font-size: 15px;
    margin-bottom: 5px;
  font-weight: 600;
}
.home-products .collection_link{
  font-size: 18px;
  text-transform: uppercase
}
.home-news .right .collection_link{
  padding: 0;font-size: 13px;
}
.home-news .owl-item{
  padding: 0 9px 10px;
}
.contact-row {
    display: flex;
}
.home-blog .blog-content p, .intro-pic{
    text-align: justify;
  }
.sub-menu{
  overflow: hidden
}
.sub-menu>li.menu-item-has-children>.sub-menu {
    position: relative;
    top: 0;
  left: 0;
  height: 100%;
  border: unset;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
/*   transition: all 0.1s ease */
}
.sub-menu>li>.sub-menu li{
   border-top: 1px dashed #c3c3c3;
  padding-left: 15px;
  border-bottom: unset
}
.sub-menu>li.menu-item-has-children:hover>.sub-menu {
 
  height: 100%;
}
.dd3-content>span.text.float-right{
  display: none;
}
.name-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  text-align: center;
  padding: 15px 0 15px 15px !important;
  margin-bottom: 0 !important;
  background: #2c2c2c63;
/*   background-image: linear-gradient(to right, #00000096 , #33333300); */
}
.item_overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}
.home-albums .item{
  overflow: hidden
}
.home-albums .item img{
  transition: .5s ease;
}
.home-albums .item:hover img{
  transform: scale(1.2)
}
.section--homepage .description{
  margin-bottom: 30px;
}
.readmore {
  padding: 10px;
  border: 1px solid #c96943;
  border-radius: 25px;
  color: var(--color-1st);
  font-size: 18px;
  font-weight: 500;
  width: 250px;
  text-align: center;
}
.readmore.resv{
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  border-color: #353535;
  color: #353535;
}
.readmore:hover a{
  color: #f0ad4e !important
}
.readmore:hover{
  -webkit-animation: shake 0.07s ease-in-out 0.07s infinite alternate;
  background: #353535;
  border-color: #353535;
}
@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(2deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-2deg);
 }

}
.home-categories .section__header {
  padding-bottom: 30px;
}
.home-categories .col-md-6:first-child {
  text-align: right
}
.home-categories .col-md-6:last-child {
  text-align: left
}
.home-categories h2{
  padding-top: 30px;
}
.home-categories h3 {
  font-size: 16px;
  margin: 15px 0 30px;
}
.home-categories img{
  transition: all .3s ease-in-out;
}
.home-categories .item {
    border: 5px solid var(--color-1st);
}
.home-categories .item .item-title {
    background-color: #3c3c3ca6;
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  transition: all .3s ease-in-out;
}
.home-categories .item .item-title a {
    font-size: 24px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}
.home-categories .item:hover .item-title{
  background-color: #3c3c3ccc;
}
.home-categories .item:hover img{
  opacity: 0.9;
}
.home-feature-posts .item:hover .name-overlay {
  opacity: 1;
}
.mobile-toolbar{
  display:none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
}
.mobile-toolbar ul{
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.contact-form h2, .home-reason h2{
  color: white;
  background: url(/storage/index/restaurant-golden-venzel.png) no-repeat center bottom;
  padding-bottom: 25px;
}
.home-reason h2{
  color: unset;
}
.contact-form .form-control{
  background-color: whitesmoke;
}
.contact-form .btn--custom {
    margin: 0 auto;
    display: block;
}
.contact-form .btn--custom{
  color: black !important;
  background-color: white !important;
}
.home-reason h3{
  color: #5d1500;
}
.home-reason img{
  width: 50px;
}
.home-reason .item {
  text-align: center;
  background-color: #fff;
  padding: 45px;
}
.home-reason .item:hover {
    background-color: #2e2e2e;
}
.home-reason .item:hover h3{
    color: #fff;
}
.menu--mobile>li.menu-item-has-children:not(.has-mega-menu) .sub-toggle{
  top: -5px
}
.sub-menu-line ul{
  list-style: none;
  padding: 0;
  margin: 0 auto 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-menu-line .widget__links{
  width: 40%;
  margin-bottom: 15px
}
.sub-menu-line .widget__links li:first-child:before {
    content: "\f0de";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -36px;
    left: 40%;
    color: #e6e6e6;
    font-size: 25px;
}
.sub-menu-line ul li:hover {
    border-bottom: 1px solid #ddd;
}
.owl-line .item img{
  width: inherit !important;
    margin: 0 auto;
}
.sub-menu-line ul li span{
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 15px;
}
.home-news .slick-track {
    width: unset !important;
}
.post--detail .post__header h1 {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-1st);
  letter-spacing: 1px;
}
.footer .final-line img {
    margin-top: -5px;
}
.owl-slider.owl-carousel{
  transition: top 0.4s all;
}

.shop__products .badge-secondary,.footer .badge-secondary {
  color: #464646 !important;
  background-color: #f5f5f5;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  height: unset;
}
.footer .badge-secondary:hover {
    background-color: white;
}
.link-btn {
  display: table;
  padding: 6px 20px;
  color: #000;
  border-radius: 5px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #ddd;
}
.link-btn i {
    transition: all .25s ease;
}
.link-btn:hover {
    color: var(--color-2nd);
    background: white;
}
.link-btn:hover i {
    transform: scale(1.5)
}
.link-btn-nocolor {
  display: table;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #ddd;
  margin-top: 30px;
  position: relative;
}
.link-btn-nocolor:after  {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.link-btn-nocolor:hover{
  box-shadow: 0 2px 5px 1px #ddd;
}
.home-project .link-btn{
  border: unset;  
  border-top: 2px solid #5197d6;
  border-bottom: 2px solid #fff0;
  background: unset;
  border-radius: unset;
  color: #5197d6;
  padding: 6px 20px 6px 0;
}
.home-project .link-btn:hover{
  border: 2px solid #5197d6;
  background: #5197d6;
  color: #fff;
  padding: 6px 20px;
}
.home-services .link-btn:hover{

    color: var(--color-1st);
    background: white;
}
.home-banner{
  background-color: #007576;
}
.home-banner h3{
  font-size: 21px;
}
.home-banner .col-xl-7, .home-banner .item{
  padding: 15px 0
}
.home-banner .item{
  transition: ease .4s all;
}
.home-banner .item:hover{
  transform:scale(1.2)
}
.home-banner .border{
  border: 2px dotted white !important;
}
.panel--search {
    position: absolute;
    top: 100px;
    left: unset;
    right: 10%;
    padding: 0;
    border-bottom: unset;
    background-color: unset;
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.panel--search.active {
    width: 300px;
}
.panel--search .form-control {
    height: 39px;
    background-color: white;
    border-radius: 20px;
}
.main-header .form--primary-search button {
    right: 0;
}
.shop__products .product:hover .product__wrapper {
    transform: unset;
    background: unset;
    box-shadow: unset;
}
.shop__products .product h3 a{
  color: var(--color-1st);
  font-size: 20px;
}

.product .product__actions.gallery li a{
  padding: 10px 14px;
    border-radius: 50%;
}

#sale-gallery .product:hover .product__wrapper {
  transform: unset;
}
#sale-gallery .product:hover .product__thumbnail img{
  transform: scale(1.1);
}
.widget_title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 18px;
}
.widget_categories li, .widget_archive li, .widget_recent_post li {
    padding-bottom: 10px;
    list-style: none;
}
.widget_categories li a, .widget_archive li a {
    position: relative;
  font-size: 16px;
}
.widget_categories li a::before, .widget_archive li a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    height: auto;
    line-height: normal;
    margin-right: 10px;
}
ul, li, ol {
    margin: 0;
    padding: 0;
}
.sidebar .widget + .widget {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}
.post_img, .widget_course li .course_img {
    float: left;
    margin-right: 10px;
}
.post_img img {
    width: 80px;
}
.page--product--detail .right{
  border-left: 1px solid #dee2e6!important;
}
.post_content, .widget_course li .course_content {
    overflow: hidden;
}
.post_content .product_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
}
.post_content h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.post_content .product_price {
    margin-bottom: 0px;
}
.post_content .price {
    color: #FF324D;
    font-weight: 600;
}
.product_price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
}
.background-f2{
  background-color: #3D3D3D !important;
  overflow: hidden
}
.footer .last-block {
    background-color: #272727;
  padding: 20px 0 10px;
}
.paddingright10 {
    padding-right: 10px!important;
}
.paddingleft10 {
    padding-left: 10px!important;
}
.left_tt_home {
    float: left;
    width: 574px;
    margin: 0;
}
#news-focus-left .news {
    position: relative;
}
.news .thumb a {
    display: block;
}
.slash {
    display: block;
    overflow: hidden;
    position: relative;
}
.scale3d img {
    float: left;
    width: 100%;
    height: auto;
    margin: auto;
    transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    backface-visibility: hidden;
    transition: opacity 1s,transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity 1s,-moz-transform 1s;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
}
.scale3d img {
    float: left;
    width: 100%;
    height: auto;
    margin: auto;
    transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    backface-visibility: hidden;
    transition: opacity 1s,transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity 1s,-moz-transform 1s;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
}
#news-focus-left .text {
    bottom: 0;
    width: 100%;
    border: none;
    z-index: 9;
    position: absolute;
    background: rgba(0,0,0,.7);
}
#news-focus-left h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    padding: 20px;
}
#news-focus-left h3 a {
    color: #fff;
}
.right_tt_home {
    float: left;
    margin: 0 0 0 20px;
    width: 586px;
}
#news-right-top {
    margin-bottom: 20px;
    width: 100%;
}
#news-right-top .news {
    width: 49%;
}
.group-item .news {
    float: left;
}
#news-right-top .inner {
    position: relative;
}
#news-right-top .text {
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    border: none;
    z-index: 9999;
    padding: 10px;
    position: absolute;
    background: rgba(0,0,0,.7);
}
#news-right-top h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px;
    text-transform: capitalize;
}
#news-right-top h3 a {
    color: #fff;
}
#news-right-bottom {
    width: 100%;
}
#news-right-bottom .news {
    width: 49%;
    float: left;
    margin: 0 10px 20px 0;
}
#news-right-bottom .thumb {
    float: left;
    width: 40%;
    margin-right: 10px;
}
.clear{clear: both}
.title-overlay{
  bottom: 0;
  background: rgb(209 209 209 / 70%);
  color: white;
  padding: 10px !important;
}
.home-intro .title-overlay{
  background: rgb(45 45 45 / 67%);
  padding: 25px 20px !important;
}
.home-intro .title-overlay h3{
  font-size: 23px;
  text-align: center;
}
.home-intro .post:hover img{
  filter: opacity(0.8);
}
.home-intro .post:hover .title-overlay h3{
  color: white !important
}
.home-project .title-overlay{
  background: rgb(51 51 51 / 70%);
  transition: all 0.3s;
}
.home-project .post:hover .title-overlay{
  background: rgb(1 1 1 / 80%)
}
.home-project .post:hover h3{
  color: white !important
}
.home-project .collection_link{
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.6em
}
.home-project .post__header p{
  line-height: unset
}
.home-project .title-btn{
  border: 1px solid #ddd;
  padding: 5px 30px;
  box-shadow: 0 3px 4px -1px #284bc7;
}
.home-project .container{
  position: relative;
}
.home-project .container{
  position: relative;
}
.post:hover h3{
  color: var(--color-1st) !important
}
.w-30 {
    width: 30%!important;
}
.modal-content {
    border: 8px solid #ffffff61;
    border-radius: 20px;
}
.block--contact-form input, .block--contact-form textarea {
}
.box-blogs.view-list {
    width: 100%;
    float: none;
  display: inline-block;
}
.intro-pic .item-blogs {
    padding-bottom: 45px;
}
.clearfix:before{
  display: table;
    content: " ";
}
.view-list .item-blogs .img-blogs {
    width: 38.33333%;
    padding-top: 27.22222%;
    float: left;
    margin: 0;
}
.item-blogs .img-blogs {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 66.66667%;
}
.intro-pic .list-item:nth-child(2n + 1) .item-blogs .img-blogs {
    float: right;
}
.news-block-change .view-list .item-blogs .img-blogs {
    width: 43.2%;
    padding-top: 32%;
}

.img-blogs a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.img-blogs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro-pic .list-item:nth-child(2n + 1) .info {
    padding-right: 15px;
    border-left: 3px solid var(--color-1st);
}
.box-blogs.view-list .info {
    overflow: hidden;
    padding-left: 15px;
}
.new-number {
    font-size: 40px;
    color: var(--color-1st);
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    letter-spacing: 1px;
    font-weight: bold;
}
.intro-pic .title-blogs-item {
    height: initial;
}
.title-blogs-item {
    margin: 10px 0 20px 0;
    height: 42px;
    overflow: hidden;
    display: block;
    font-weight: 300;
}
.title-blogs-item a {
    font-size: 14px !important;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: initial;
    display: block;
}
.item-blogs .desc-blogs {
    color: #878787;
    overflow: hidden;
    text-align: justify;
    min-height: initial
}
.services-package *{
  color: white
}
.services-package li>a:hover{
  color: white;
}
.services-package li>a:hover span {
    color: #57fff8;
}
.services-package-post{
  background-color:#f4f4f4
}
.services-package .post__thumbnail{
  background-color:#fff
}
.services-package .post__header {
    padding: 15px 0;
    border-bottom: 2px dashed #838383;
    margin-bottom: 15px;
}
.post__services .item{
  padding-left: 19px;
  list-style: none;
  position:relative
}
.post__services .item li{
  padding: 6px 0
}
.post__services .item li a:before {
    content: " ";
    width: 0;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 20px;
    z-index: 5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post__services .item li:hover a:before {
    width: 91%;
}
.post__services span:after {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: -9px;
    top: -5px;
}
.post__services .link-btn{
  border: 1px dashed #ddd;
    border-radius: unset;
  margin-top: 20px !important;
}
.homeProducts {
    overflow: hidden;
    padding: 60px 0 110px;
}
.homeProducts .slick-center .homeProduct .homeProduct__inner {
    z-index: 1;
}
.homeProducts .homeProduct__inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
}
.homeProducts__slide {
  width: 32.01388889%;
  margin: 0 auto;
}
.slick-slider .arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 2.375em;
    z-index: 1;
}
.slick-slider .arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 2.375em;
    z-index: 1;
}
.slick-slider .arrow--prev{
  left: -50px;
}
.slick-slider .arrow--next{
  right: -50px;
}
.homeProducts__slide .arrow {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 5em;
  margin-top: -2.5em;
  border-radius: 10px;
}

.homeProducts__slide .arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25em;
  height: 2.8125em;
  margin-top: -1.40625em;
  margin-left: -0.625em;
  background-position: center;
  background-size: 100%;
}

.homeProducts__slide .arrow--prev {
  left: auto;
  right: 100%;
  margin-right: 92px;
  border-radius: 10px 0 0 10px;
}

.homeProducts__slide .arrow--prev:before {
  background-image: url("/storage/general/ic-arrow-prev.svg");
}

.homeProducts__slide .arrow--next {
  right: auto;
  left: 100%;
  margin-left: 92px;
  border-radius: 0 10px 10px 0;
}

.homeProducts__slide .arrow--next:before {
  background-image: url("/storage/general/ic-arrow-next.svg");
}

.homeProducts__slide .arrow:hover {
  background: #fff;
}

.homeProducts__slide .slick-dots {
  bottom: -105px;
}

.homeProducts .slick-list {
  overflow: inherit;
}

.homeProducts .homeProduct {
  padding: 10px;
  transition: all 0.2s ease-in-out;
}

.homeProducts .homeProduct__inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.homeProducts .homeProduct__inner:after {
  content: "";
  padding-top: 81.34490239%;
  display: block;
}

.homeProducts .homeProduct__inner img {
  display: none;
}

.homeProducts .homeProduct__img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
  box-shadow: 0 0 0 20px #fff;
  transition: all 0.2s ease-in-out;
}

.homeProducts .homeProduct__img:before, .homeProducts .homeProduct__img:after {
  content: " ";
  width: 30px;
  position: absolute;
  top: -20px;
  bottom: -20px;
  border: 20px solid #fff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
  transition: all 0.2s ease-in-out;
}

.homeProducts .homeProduct__img:before {
  right: 100%;
  border-radius: 0 30px 30px 0;
  border-width: 20px 20px 20px 0;
}

.homeProducts .homeProduct__img:after {
  left: 100%;
  border-radius: 30px 0 0 30px;
  border-width: 20px 0 20px 20px;
}
.homeProducts .homeProduct__title {
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.homeProducts .homeProduct__inner > .homeProduct__title {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-right: 84px;
  margin-top: 0.83333333em;
  display:none
}

.homeProducts .homeProduct__info {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.2s ease-in-out;
}

.homeProducts .homeProduct__info__inner {
  position: relative;
  max-width: 510px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 3em 1em 3.125em;
  background: white;
  background: linear-gradient(to bottom, white 0%, white 56%, whitesmoke 76%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.homeProducts .homeProduct__info__inner:after, .homeProducts .homeProduct__info__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 136px;
  margin-top: -68px;
  background-size: 100%;
}

.homeProducts .homeProduct__info__inner:after {
  left: -8px;
  background-image: url("/storage/general/shadow-left.png");
}

.homeProducts .homeProduct__info__inner:before {
  right: -8px;
  background-image: url("/storage/general/shadow-right.png");
}

.homeProducts .homeProduct__info__readmore {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1.04166667em;
  margin-bottom: -1.04166667em;
  width: 2.08333333em;
  line-height: 2.08333333em;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  background: #f58220;
  border-radius: 5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.homeProducts .homeProduct__info__readmore i {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 0.125em;
  left: -0.04166667em;
}

.homeProducts .homeProduct__info__readmore:hover {
  background: #00853f;
}

.homeProducts .homeProduct__info .homeProduct__title {
  margin: 0;
}

.homeProducts .homeProduct__info .homeProduct__title a {
  color: #00853f;
}

.homeProducts .homeProduct__info .homeProduct__title a:hover {
  color: #f58220;
}

.homeProducts .homeProduct__info__content {
  max-width: 90%;
  margin: 0 auto;
  font-size: 1.12em;
  line-height: 1.3;
  max-height: 5em;
  overflow: hidden;
  position: relative;
  top: 0.77777778em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: justify;
  text-align-last: center;
}

.homeProducts .slick-center .homeProduct .homeProduct__inner {
  z-index: 1;
}

.homeProducts .slick-center .homeProduct .homeProduct__inner > .homeProduct__title {
  margin-right: 0;
  margin-top: 0.83333333em;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
}

.homeProducts .slick-center .homeProduct .homeProduct__info {
  margin-top: 35px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
}

.homeProducts .slick-center .homeProduct .homeProduct__img {
  top: -37px;
  bottom: -37px;
  left: -82px;
  right: -82px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
}

.homeProducts .slick-center .homeProduct .homeProduct__img:before, .homeProducts .slick-center .homeProduct .homeProduct__img:after {
  top: 17px;
  bottom: 17px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
}

.homeProducts .slick-center .homeProduct .homeProduct__img span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
}

.homeProducts .slick-center .homeProduct + .homeProduct .homeProduct__inner > .homeProduct__title {
  margin-right: 0;
  margin-left: 84px;
}
.carousel--nav .owl-nav .owl-prev, .carousel--nav .owl-nav .owl-next {
    margin-right: -10px !important;
    margin-left: -10px !important;
    border-radius: 50%;
    background: #d9d9d9ba !important;
    width: 40px;
    height: 40px;
}
.home-news .post__header span {
    display: block;
    font-size: 13px;
    margin: 5px;
    color: #959595;
    font-style: italic;
}
.homeProducts .slick-center + .homeProduct .homeProduct__inner > .homeProduct__title{
  margin-right: 0;
    margin-left: 84px;
}
.arti-list .item{
  padding: 10px 15px;
  border-bottom: 1px dashed #ddd;
}
.arti-list .item:hover, .arti-list .item.active{
  background: #575757;
}
.arti-list .item:hover a, .arti-list .item.active a{
  color: white
}
.final-line .block{
  line-height: 1.6
}
.final-line .widget__links{
  list-style: none;
  display: flex;
      flex-flow: wrap;
}
.final-line .widget__links li{
  padding: 0 10px;
  position: relative;
}
.final-line .widget__links li:before{
  content: "|";
  position: absolute;
    left: 0px;
}
.final-line .widget__links li:first-child{
  padding-left:0;
}
.final-line .widget__links li:first-child:before{
  content: unset
}
.footer .cover{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.dropdown>a:after{
  content: unset
}
.main-slider {
  position: relative;
  width: 100%;
  overflow:hidden;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
  margin-bottom: 0 !important;
  aspect-ratio: auto 2033 / 1069;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.main-slider .slick-slide {
  position: relative;
  /* height: 38vw; */
}
.main-slider .slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
  /* position: relative; */
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
  aspect-ratio: auto 2033 / 1069;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  aspect-ratio: auto 16 / 9;
}
.main-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.main-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .cover  {
/*   opacity: 1; */
/*   transform: translateY(0); */
/*   transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s; */
  display: block
}
.main-slider .cover{
  position: absolute;
  top: 35%;
  left: 5%;
  padding: 20px;
/*   transition: all 0.3s ease; */
/*   transform: translateY(100px); */
/*   opacity: 0; */
  display: none;
  z-index: 1;
  max-width: 40%;
}
.main-slider .cover:hover{
  background: #00000024;
  backdrop-filter: blur(2px);
  border-radius: 10px;
}
.main-slider .caption {  
  color: #fff;
  margin: 0;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
  margin-bottom: 30px;
  position: relative;
  display: block;
  white-space: pre-wrap;
  line-height: 1.2;
}
.main-slider .caption:before {  
  content: "";
  position: absolute;
  bottom: -10px;
  width: 150px;
  height: 4px;
  background: #fff
}
.main-slider .description {
  color: #fff;
  margin: 0;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
  text-align: left;
  font-style: italic;
}
.main-slider .button {
    display: table;
    margin-top: 20px;
  letter-spacing: 0.1em;
    border-radius: unset;
    padding: 7px 35px;
}

.main-slider .slick-dots {
  text-align: center;
  padding-top: 15px;
}
.main-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.main-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.main-slider .slick-dots li button:focus {
  outline: none;
}
.main-slider .slick-dots li button:hover {
  opacity: 1;
}
.main-slider .slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}


@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
.row-reverse{
  grid-auto-flow: dense;
  direction: rtl;
}
.row-reverse .post,.row-reverse .content{
  direction: ltr;
}

.grid-col-3{
  grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
}
.grid-col-3-x{
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
}
.grid-col-4{
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
}
.grid-col-4{
  grid-template-columns: repeat(auto-fill, minmax(225px,1fr));
}
.grid-col-5{
  grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
}
.grid-col-2{
  grid-template-columns: 1fr 1fr;
}
/* .grid-col-2{
  grid-template-columns: repeat(auto-fill, minmax(500px,1fr));
  gap: 2px
} */
.grid-col-2-intro{
  grid-template-columns: 280px 1fr;
}
.grid-col-2-280{
  grid-template-columns: 280px auto;
}
.grid-col-2-70{
  grid-template-columns: 70px auto
}
.grid-col-2-21{
  grid-template-columns: auto 376.5px
}
.grid-col-2-12{
  grid-template-columns: 1fr 2fr
}
.grid-col-2-287{
  grid-template-columns: auto 287.5px
}
.grid-col-2-287-re{
  grid-template-columns: 287.5px auto
}
.gap-10{
  gap: 10px
}
.gap-12{
  gap: 12px
}
.gap-15{
  gap: 15px
}
.gap-20{
  gap: 20px
}
.gap-30{
  gap: 30px
}
.gap-40{
  gap: 40px
}
.home-project .cover{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2929299e;
  transition: all .3s ease;
  width: 100%
}
.home-images .d-grid{
  overflow: hidden;
}
.box-square{
  aspect-ratio: auto 319 / 310;
}
.box-retangle-x{
  aspect-ratio: auto 650 / 312;
}
.box-retangle-y{
  aspect-ratio: auto 310 / 632;
}
.home-project h3{
  font-size: 16px
}
.home-project .content{
  height: 0px;
  overflow: hidden;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
}
.home-project .item{
  padding: 30px 65px;
  box-shadow: 0 0 15px 0 #ddd
}
.home-project .item img{
  transition: all .4s ease;
  aspect-ratio: auto 90 / 90;
}
.home-project .item:hover img{
  transform: scale(1.2)
}
.home-project img{
  max-width: 90px
}
.post, .page--inner .post{
  overflow: hidden;
  /* box-shadow: 0 0.5rem 1rem #e9e9e9 !important; */
  transition: all .5s ease;
/*   margin: 20px; */
}
.page--inner .post{
  box-shadow: 0 0.5rem 1rem #e9e9e9 !important;
}

.post .post__wrapper .post__thumbnail{  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.post .post__wrapper .category{  
  margin-bottom: 10px;
  font-weight: 600;
  color: #c3c3c3
}
.post .post__wrapper .collection_link {
  font-size: 15px;
  color: #16314d
}
.post .post__wrapper .title {
  font-size: 14px;
  font-weight: 400
}
.post .post__wrapper .date {
  margin-bottom: 10px;
  color: #16314d;
  font-size: 13px;
}
.post .post__wrapper .post__content{
  padding: 35px 30px 35px 15px;
}
 .post .post__wrapper.vertical .post__content{
  padding: 10px 30px 35px;
}
.post-area .post .post__wrapper .post__content{
  padding: 15px 20px
}
.post-area .post .post__wrapper .collection_link {
    font-size: 18px;
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}
.post-area .post .post__wrapper p {
  /* font-style: italic; */
  font-size: 14px;
}
.language_bar_list {
  border-radius: 20px;
  background: #fff;
}
.language_bar_list span{
  padding: 0 20px;
  border-radius: 10px;
  color: var(--color-1st);
  font-weight: 400;
  font-size: 18px;
}
.banner-area {
    border-radius: 10px;
    padding: 85px 45px;
}
.banner-area.inner {
    padding: 20px 45px;
}
.banner-area.inner.news {
    padding: 20px 0;
}
.banner-area .wrapper {
    position: sticky;
    top: 70px;
}
.banner-area h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative
}
.banner-area h3:after {
  border-bottom: solid 2px #fff;
}
.banner-area p {
    font-size: 18px;
}
.banner-area h3, .banner-area p {
    color: #fff;
}

#custom-cursor {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  display: flex;
  font-size: 20px;
  height: 0;
  justify-content: center;
  line-height: 1.5;
  padding: 5px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease;
  width: 0;
  white-space: nowrap;
  z-index: 100;
}
#custom-cursor.has-label-state, #custom-cursor.has-icon-state {
  color: white;
  transition-delay: 0.3s;
}
#custom-cursor.has-icon-state .material-icons {
  font-size: 65px;
}
#custom-cursor.has-icon-state img {
  width: 30px;
  height: 30px;
}

.hover-zone {
  align-items: center;
  background-color: #d7d7d7;
  border-radius: 30px;
  color: #000;
  display: flex;
  height: 200px;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 200px;
}
.banner-area .link-btn{
  color: #00366e;
  background: #fff;
  border-color: #fff
}
.banner-area .link-btn:hover{
  color: #fff;
  background: #00366e
}
.block-moving {
  text-align: center;
  max-width: 385px;
  padding: 0 5px;
  overflow: hidden;
  background: #12578b;
  border-left: 5px solid #12578b;
  border-right: 5px solid #12578b;
}
.block-moving p {
  background-color: #12578b;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0;
  padding: 5px 15px;
  transform: translateX(100%);
  white-space: nowrap;
}
.text-moving {
  animation: moveText linear 25s -3s forwards infinite;
}
.post-area.detail{
  max-width: 100%;
  overflow: hidden;
}
.post-area ul, .post-area  li, .post-area ol{
  padding: revert;
  margin: revert;
}
article.post:hover {
  transform: scale(1.02);
  box-shadow: 0 0.5rem 1rem #b5b5b5 !important;
}
.home-helper {
  padding: 90px 0 90px;
  background: #114891
}
.home-helper h2:before, .home-helper h2:after, .home-quote h2:after, .home-text h2:before, .home-text h2:after{
  content: unset
}
.home-helper .section__header{
  text-align:left;
}
.home-helper h2{
  font-weight: 300;
  font-size: 30px;
  color: #00aeef
}
@keyframes moveText {
	from { transform: translateX(30%); }
	to { transform: translateX(-100%); }
}
.block-1 {
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  color: #00aeef
}
.block-1 p{
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: 1.2px;
}
.block-1 i{
  font-size: 32px;
}

.home-quote{
  padding: 130px 0 150px !important;
}
.home-quote h2{
  font-size: 58px;
  margin-bottom: 40px;
  white-space: pre-wrap;
}
.home-quote .section__content *{
  color: #fff;
  font-family: 'Maven Pro', sans-serif;
  font-size: 19px;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
.home-quote h2:before{
  background: #00aeef;
  width: 80px;
  bottom: -40px;
  left: 0;
}
.home-text .section__header{
  padding: 20px 30px
}
.home-text .section__content{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  border-left: 2px solid #000;
  padding-left: 20px;
  font-weight: 300;
  color: rgb(119, 119, 119);
  font-size: 16px;
  text-align: justify;
  line-height: 1.2;
}
.home-employees .post .post__wrapper .post__content{
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  min-height: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all .8s ease;
}
.home-employees .post .post__wrapper:hover .post__content{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home-employees .post__wrapper:hover .post__thumbnail img{
  backdrop-filter: brightness(0.5);
}
.home-employees .post__wrapper .collection_link{
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.home-employees .section__content{
  padding: 10px 20px 20px;
  /* max-width: 900px; */
  margin: 0 auto
}
.home-employees .item{
  max-width: 537px;
  border-radius: 7px;
  overflow: hidden;  
}
.home-employees .post__thumbnail,
.home-employees .post__thumbnail img{
  aspect-ratio: auto 537 / 882;
}
.single-post h1{
  padding: 50px 82px;
  background: var(--color-1st);
  font-size: 30px;
  display: table;
  margin-top: -95px;
  color: #fff;
  text-transform: uppercase;
}
ul.count{
  margin-top: 50px;
  list-style: none
}
.count li {
  background: #f3f3f3;
  border-right: 1px solid #ddd;
  margin: 0;
  padding: 30px 0;
}
.post--detail.hr{
  margin-top:130px
}
.hr .sublogo {
    margin-right: 20px;
    display: block;
}
.hr .link-btn{
    background-color: #a8996e;
    border-color: #ddd;
    padding: 2px 20px;
    font-weight: 400;
    border-radius: 20px;
}
.home-intro .owl-nav {
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
}
.home-intro .container:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
  border: 1px solid #000;
    height: 9px;
    width: 9px;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 17px;
    width: 17px;
    margin: -6px 0 0 -6px;
}
.section-index {
    position: relative;
}
ul.sub-menu-line {
    list-style: none;
    padding: 0;
    margin: 0 auto 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fp-nav ul li, .fp-slidesNav ul li {
  margin: 10px;
}
#logo{
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
  aspect-ratio: auto 138 / 50;
}
.reset-cap h1{
  text-transform: unset !important
}

.intro-pic .card {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 450px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25),
    0 15px 20px 0 rgba(0, 0, 0, 0.125);
  transition: transform 0.6s;
  user-select: none;
}

.intro-pic .card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
}

.intro-pic .card:nth-last-child(n + 5) {
  --x: calc(-50% - 90px);
  --y: calc(-50% - 90px);
  transform: translate(var(--x), var(--y));
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.intro-pic .card:nth-last-child(4) {
  --x: calc(-50% - 60px);
  --y: calc(-50% - 60px);
  transform: translate(var(--x), var(--y));
}

.intro-pic .card:nth-last-child(3) {
  --x: calc(-50% - 30px);
  --y: calc(-50% - 30px);
  transform: translate(var(--x), var(--y));
}

.intro-pic .card:nth-last-child(2) {
  --x: calc(-50%);
  transform: translate(var(--x), -50%);
}

.intro-pic .card:nth-last-child(1) {
  --x: calc(-50% + 30px);
  --y: calc(-50% + 30px);
  transform: translate(var(--x), var(--y));
}

.intro-pic .card:nth-last-child(1) img {
  box-shadow: 0 1px 5px 5px rgba(255, 193, 111, 0.5);
}

.intro-pic .swap {
  animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
  30% {
    transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg)
      rotateY(65deg);
  }
  100% {
    transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
    z-index: -1;
  }
}

/* Media queries for keyframes */

@media (max-width: 1200px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 200px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

@media (max-width: 1050px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 150px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

/* Media queries for other classes */

@media (max-width: 1200px) {
  .intro-pic .card {
    width: 250px;
    height: 380px;
  }
}

@media (max-width: 1050px) {
  .intro-pic .card {
    width: 220px;
    height: 350px;
  }
}

@media (max-width: 990px) {
  .intro-pic .card {
    width: 200px;
    height: 300px;
  }
}

@media (max-width: 650px) {
  .intro-pic .card {
    width: 180px;
    height: 260px;
  }
}

.about-mission .title{
  font-size: 28px;
}
.about-numbers .grid-col-5 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.about-numbers .title{
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 5px;
}
.about-numbers .content{
  border-left: 1px solid #ffffff52;
  margin-left: 30px;
  padding-left: 25px;
  max-width: 135px;
  font-size: 20px;
}
.section--contact{
  padding: 120px 0;
}
.section--contact-sub{
  padding: 100px 0 170px;
}
.about-numbers.section--contact-sub .content{
  max-width: unset;
}
.about-numbers.section--contact-sub .content span{
  font-size: 70%;
}
.about-mission .image-cover{
  max-width: 50px;
  height: 40px;
}
.about-mission img{
  max-width: 100%;
  max-height: 100%;
}
.category-detail .info,
.category-detail .utilities{
  padding: 40px;
  
}
.category-detail .info{
  background-color: #F2F2F2;
}
.category-detail .utilities{
  background-color: #3D3D3D;
  
}
.my-flipter img{
  max-height: 600px;
}
.product-list {
  overflow: auto;
}
.product-list .table{
  min-width: 800px;
}
.product-list th,
.product-list td{
  min-width: 100px;
}
.product-list img{
  padding-right: 10px;
}
.logo_spin {
  width: 200px;
  height: auto;
  position: absolute;
  top: 10%;
  right: 5%;
}
.spin_round{
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
}
.infinite-rotate {
  animation: infinite-rotate 10s linear infinite;
}
@keyframes infinite-rotate {
  0% {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(1turn);
      -o-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}
.spin_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-images .post__thumbnail{
  aspect-ratio: auto 557 / 713;
}
.item-pre-1,.item-pre-2,.item-pre-3,.item-nex-1,.item-nex-2,.item-nex-3{
  perspective: 800px;
}
.item-pre-1 img,.item-pre-2 img,.item-pre-3 img{
  transform: scale(.75) rotateY(55deg);
}
.item-nex-1 img,.item-nex-2 img,.item-nex-3 img{
  transform: scale(.75) rotateY(-55deg);
}
.home-intro-2 .post__thumbnail {
  aspect-ratio: auto 360 / 454;
}
.news-page .post__thumbnail {
  aspect-ratio: auto 725 / 454;
}
.show-mobile{
  display: none;
}
.panel-trigger.active .icon-menu:before {
  content: "\e8f6";
}
.waves-wrapper {
  pointer-events: none;
  position: relative;
  z-index: 10;
  margin-top: -151px;
  height: 150px;
  overflow: hidden;
}
.waves-wrapper {
  margin-top: -351px;
  height: 350px;
}
.-mt-\[149px\] {
margin-top: -149px;
}
.md\:-mt-\[349px\] {
  margin-top: -349px;
}

#magic-cursor {
  pointer-events: none;
  position: absolute;
  z-index: 160;
  display: none;
  height: 10px;
  width: 10px;
  cursor: none;
  opacity: 1;
}

#ball {
  pointer-events: none;
  position: fixed;
  display: flex;
  cursor: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
  border:unset;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.magnetic-wrap {
  position: relative;
  display: flex;
  cursor: none;
  align-items: center;
  justify-content: center
}

.cursor-pn-image {
  display: none;
  height: 100%;
  width: 100%
}

.cursor-pn-image img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.magic-cursor-slider {
  cursor: none
}

.cursor-page-nav {
  position: relative;
  z-index: 20;
  cursor: none;
  mix-blend-mode: difference
}

#magic-cursor.pn-hover-on {
  z-index: 11
}

#magic-cursor.pn-hover-on #ball {
  z-index: -1;
  overflow: hidden;
  border-style: none
}

#magic-cursor.pn-hover-on #ball .cursor-pn-image {
  display: block
}

#ball .ball-view {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: center;
  font-size: .875rem;
  line-height: 1.25rem;
  opacity: 1;
  visibility: visible;
}

.cursor-pn-discover {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  /* height: 2rem; */
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  cursor: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: unset;
}

.cursor-pn-discover.--left {
  right: 100%;
  padding-right: 1.25rem
}

.cursor-pn-discover span {
  font-size: .875rem;
  line-height: 1.5rem;
  display: block;
  white-space: nowrap;
  color: #000;
  background-color: unset;
}

.tt-magic-cursor #magic-cursor {
  display: block
}
.tt-magic-cursor [data-cursor] {
  cursor: none;
}
.tt-image {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 65%
}

.tt-image>div,.tt-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center
}

.tt-link-hover {
  position: relative;
  cursor: pointer
}

.tt-link-hover.active-link:before,.tt-link-hover:hover:before {
  transform-origin: left;
  content: '';
  --tw-scale-x: 1;
  transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)
}

.tt-link-hover:before {
  position: absolute;
  bottom: -.25rem;
  height: 1px;
  width: 100%;
  transform-origin: right;
  --tw-scale-x: 0;
  transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  background-color: #011a10;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transition-duration: .6s;
  --tw-content: "";
  content: ''
}

.tt-video {
  position: relative;
  overflow: hidden
}

.tt-video iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

@media(min-aspect-ratio: 16/9) {
  .tt-video iframe {
      height:60.25vw
  }
}

@media(max-aspect-ratio: 16/9) {
  .tt-video iframe {
      width:200.78vh
  }
}

.tt-box-image-hover {
  position: relative;
  overflow: hidden;
  border-radius: .5rem
}

.tt-box-image-hover:hover .text {
  background-color: rgb(0 0 0/.2)
}

.tt-box-image-hover:hover .text p:before {
  transform-origin: left;
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.tt-box-image-hover .text {
  position: absolute;
  inset: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transition-duration: .6s
}

@media(min-width: 768px) {
  .tt-box-image-hover .text {
      padding:1.5rem
  }
}

.tt-box-image-hover .text p {
  position: relative
}

@media(min-width: 1024px) {
  .tt-box-image-hover .text p:before {
      position:absolute;
      bottom: 0;
      height: 1px;
      width: 100%;
      transform-origin: right;
      --tw-scale-x: 0;
      transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255/var(--tw-bg-opacity));
      transition-property: transform;
      transition-timing-function: cubic-bezier(.4,0,.2,1);
      transition-duration: .15s;
      transition-duration: .6s;
      --tw-content: "";
      content: ''
  }
}

.grid-layout-image .hide-image {
  display: none
}

@media(min-width: 1024px) {
  .grid-layout-image .tt-box-image-hover {
      height:310px
  }

  .grid-layout-image .tt-box-image-hover .tt-image {
      height: 100%
  }
}
.box-image a{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-image.image-single{
  aspect-ratio: auto 1500 / 900;
}
.home-intro .item{
  z-index: 10;
}
.home-intro .flower{
  z-index: 2;
  position: absolute;
  bottom: 1%;
  left: 0;
}
.home-intro .flower img{
  max-width: 40%;
}
.view-map{
  position: absolute;
  bottom: 17%;
  left: 13%;
  background-color: #fff;
}

#fly_by_side {
  position: fixed;
  right: 17px;
  top: 190px;
  z-index: 1200;
  transform: translateX(0);
  transition: all .4s ease;
}

#fly_by_side.hidden {
  transform: translateX(31px);
}

#fly_by_side .social_icons li {
  display: block;
  padding: unset;
}

#fly_by_side .social_icons li a {
  border-radius: 0;
  /* width: 44px;
  height: 44px; */
  line-height: 44px;
  background-color: unset !important;
}

#fly_by_side .social_icons li a img,
#fly_by_side .social_icons li img {
  height: 70px;
  
}
#fly_by_side .social_icons li a{
  transition: all 0s;
}

#fly_by_side .social_icons li:hover img,
#fly_by_side .social_icons li:hover a{
      box-shadow: 0 0 14px 1px #464646;
      border-radius: 50%;
      transition: all 0s
}

#menu-full .container{
  max-width: 1440px;
}
#menu-full{
  position: fixed;
  z-index: 10000;
  transform: translateX(100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 120px 70px;
  visibility: hidden;
  opacity: 0;
  /* display: none; */
  transition: all 1s ease-in-out;
}
#menu-full.show{
  visibility: visible;
  opacity: 1;
  /* display: block; */
  /* top: 0;
  left: 0; */
  transform: translateX(0);
}
#menu-full *{
  color: #fff;
}
#menu-full a{
  font-size: 18px;
}
.main-split .box-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #00000080;
  opacity: 0;
  visibility: hidden;
  transition: all .45s ease;
}
.main-split  .box-image:hover::after {
  opacity: 1;
  visibility: visible
}
.main-split  .box-image:hover .position-relative {
  z-index: 2;
}
.main-split  .box-image:hover a {
  color: #1f1f1f !important;
}

.video-item .link_youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link_youtube .button {
  filter: drop-shadow(0px 0px 0px #975300);
  position: absolute;
  margin: auto;
  cursor: pointer;
  transition: 0.5s filter linear;
}

.circle {
  color: #ed1c24;
  stroke-dasharray: 52;
  animation: rotate 3s infinite linear;
  transition: color 0.3s linear, stroke-dasharray 1s linear;
}

.play {
  color: #ed1c24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(0.6);
  transition: color 0.3s linear, transform 0.75s cubic-bezier(0.04, 0.19, 0, 0.99);
  padding-bottom: 0.5rem;
}
.link_youtube:hover .button .circle {
  color: var(--color-1st);
  stroke-dasharray: 360;
}
.link_youtube:hover .button .play {
  color: var(--color-1st);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(0.9);
}
svg {
  overflow: hidden;
  vertical-align: middle;
}

@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
.df-floating .df-ui-controls{
  display: none !important;
}
.album-page.background-f2{
  background-color: #c8c8c8 !important;
}

@media screen and (min-width: 1600px){
  .main-header .container {
    max-width: 100%;
    padding-left: 4%;
  }
  .container {
    max-width: 1510px;
  }
  .home-images .owl-item{
    width: 550px !important;
  }
}

@media screen and (min-width: 1350px){
  #section-4{
    background-color: #f6f5f5 !important;
  }
  #section-7{
        background-color: #292929;
  }  
  .grid-col-3-x{
    grid-template-columns: repeat(auto-fill, 250px);
    margin: 0 80px;
    justify-content: center;
  }
  .grid-col-2.custom-54{
    grid-template-columns: 55fr 45fr;
  }
  .grid-col-2.custom-45{
    grid-template-columns: 45fr 55fr ;
  }
  .inner .intro-img img{
    max-width: 65%;

  }
}
@media screen and (min-width: 600px) {
  .home-images .owl-item{
    width: 560px !important;
  }
  .grid-row-reverse .item:first-child {
    order: 2;
  }
}
@media screen and (max-width: 1440px){
  .section--blog .section__header {
    background-attachment: unset !important;
    background-size: cover !important;
  }
  .home-helper {
    padding: 90px 0 35px;
    background: #114891;
  }
  .footer>.container {
    padding: 0 0 35px;
  }
}
@media screen and (max-width: 1200px){
  body{
    padding-top: 72px;
  }
  body.inner{
/*     padding-top: 42px; */
    padding-top: 42px;
  }
  body.inner.index{
    padding-top: 70px;
  }
  .homeProducts .homeProduct__info__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .homeProducts .homeProduct__info__content {
    max-width: 100%;
  }
  .home-text .section__content {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 1024px){
  .home-blog .blog-right{
    /*max-width: unset;*/
  }
  .footer form {
    width: 100%;
    margin-right: unset;
  }
  .newsletter form{
    margin-bottom: 10px;
  }
  .menu--mobile>li>a.logo{
    display: none;
  }
  .home-news .rw .blog-content p, .header-top{
    display: none;
  }
  .page--shop .page__hero {
    min-height: 150px;
  }
  .sub-menu-line ul {
    margin: 0 auto 30px;
  }
  .section--homepage h2 {
    font-size: 35px !important
  }
  .header .btn-shopping-cart>span {
    top: -5px;
    left: 18px;
  }
  #custom-cursor{display: none;}
}
@media screen and (max-width: 992px){
  .home-intro .container .col-md-1{
    height: 495px;
  }
  .home-intro .container .intro-pic{
    margin-top: 55px;
  }

  .home-blog .blog-right{
    max-width: 47%;
  }
  .footer form {
    width: 100%;
    margin-right: 30px;
  }
  .product .product__wrapper{
    display: block;
  }
  .product__thumbnail {
    width: unset;
  }
  .product .product__wrapper .product__content {
    padding: unset;
    margin: unset;
  }
  .home-collection .section__content {
    margin-top: -125px;
  }
  .home-products .nav-pills li h2:before {
    content: unset;
    margin: unset;
  }
  .header-top .navigation__left, .header-top .list--social{
    display: none;
  }
  .section--homepage .section__header p{
    max-width: unset;
  }
  .service-grid.shadow {
    grid-template-columns: auto;
  }
  .grid-col-2-intro {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px){
  .header-top .navigation__right{
    width: 100%;
    margin-right: unset;
    display: unset;
  }
  .header-top .langs {
    margin-left: unset;
    float: right;
  }
  .home-intro .intro-content {    
    padding: 20px 15px !important;
  }
  .home-intro .container .intro-pic {
    min-height: 300px;
    padding: unset;
  }
  .section--homepage .section__header h3{
    font-size: 22px;
  }

  .mobile-toolbar{
    display: none;
    padding: 15px 0 5px;
  }
  .home-intro .link-btn {
    bottom: -5px;
  }
  .product--detail .product__thumbnail {
    max-width: unset;
  }
  .home-intro .section__header p {
    font-size: 15px;
  }
  .home-intro .section__header h1 {
    font-size: 30px;
  }
  .section--blog .section__header{
    background-position: cover;
    background-attachment: scroll !important;
  }
  .home-feedback .owl-stage-outer {
    padding: unset;
  }
  body.inner,body{
    padding-top: 70px !important;
  }
  .view-list .item-blogs .img-blogs, .img-holder {
    display: none;
  }
  .homeProducts .homeProduct__info {
    margin-left: -50px;
    margin-right: -50px;
  }
  .homeProducts__slide .slick-dots {
    bottom: -210px;
  }
  .footer .final-line .container{
    grid-template-columns: auto;
  }
  .footer .final-line .block{
    text-align: center !important
  }
  .final-line .widget__links {
      justify-content: center;
      margin-bottom: 10px;
  }
  .footer .cover{
    grid-template-columns: minmax(0, 1fr);
    gap: 30px
  }
  .main-slider .caption, .main-slider .description,.main-slider .button{
    display: none
  }
  .grid-col-2{
    grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
    gap: 2px;
  }
  .grid-col-2-21, .grid-col-2-280, .grid-col-2-287, .grid-col-2-intro, .grid-col-2-287-re {
    grid-template-columns: 1fr
  }  
 .post .post__wrapper .post__content{
    padding: 10px 30px 35px;
  }
  #faq-accordion{
    width: 100% !important
  }
  .banner-area.inner, .home-project .link-btn{
    display: none
  }  
  .home-intro {
    padding-top: 30px !important;
  }
  .home-intro .wrapper{
    gap: 30px
  }
  .section--homepage {
    padding: 40px 0;
  }
  .home-project h3 {
    font-size: 20px;
  }
  .grid-col-2-intro{
    gap: 10px
  }
  .post--detail.hr {
    margin-top: 30px;
  }
  .home-intro .intro-pic img{
    height: auto;
    margin-bottom: 20px;
    padding: unset;
  }
  .home-employees .post .post__wrapper .post__content {
    display: block;
  }
  .md\:-mt-\[349px\] {
    margin-top: -80px;
  }
  .waves-wrapper {
    height: 125px;
  }
  .header__actions .panel-trigger {
    min-width: 63px;
  }
  #fly_by_side {
    bottom: 50px;
    top: unset
  }
  #fly_by_side .social_icons li a img, #fly_by_side .social_icons li img {
    height: 55px;
  }
  .page--inner .news-page{
    gap: 30px;
  }
}
@media (max-width: 655px){
  
  .home-text .section__content {
    display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  .about-numbers .grid-col-5 {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
  .site-name.gradient-marquee {
    font-size: 70px;
  }
  .flipster--coverflow .flipster__item--past .flipster__item__content {
    -ms-transform-origin: 75% 50%;
    transform-origin: 75% 50%;
    transform: scale(.65) rotateY(55deg);
  }
  .flipster--coverflow .flipster__item--future .flipster__item__content {
    -ms-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    transform: scale(.65) rotateY(-55deg);
  }
  .category-detail .info, .category-detail .utilities {
    padding: 20px;
  }
  .hidden-mobile{
    display: none !important
  }
  .show-mobile{
    display: block;
  }
  .main-slider .slick-slide .image-entity {
    opacity: 1;
    visibility: visible;
    aspect-ratio: auto 1 / 1;
  }
  .main-slider,
  .main-slider .slick-slide .slide-image{
    aspect-ratio: unset;
  }
  .home-employees .post .post__wrapper .post__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .home-images .grid-col-2 {
    grid-template-columns: 1fr 1fr;
    gap:12px
  }
  .home-images .main-split.grid-col-2{
    grid-template-columns: 1fr
  }
  .view-map {
    left: unset;
    right: 5%;
  }
}

@media (max-width: 480px){
  #coverflow{
    width: 100%;
    text-align: -webkit-center;
  }
  .flipster__item img {
    max-width: 50%;
    margin: 0 auto;
  }
  .flipster__button{
    top: 60%;
    margin: unset;
  }
  .section--homepage .section__header h3{
    font-size: 22px;
  }
  .home-blog .blog-right{
    max-width: 100%;
    margin: 10px 0;
  }
  .page--inner, .page--shop {
      margin:0;
    padding: 0;
  }
  .footer .newsletter{
    margin-bottom: 30px;
  }
  .footer .form--subscribe{
    width: 320px;
  }
  .footer form {
    width: 380px;
    margin-bottom: 10px;
  }
  .footer .right .widget--footer:last-child {
    margin-bottom: 20px;
  }
  .home-collection{
    margin-top:50px;
  }
  .home-collection .section__content {
    margin-top: -50px;
  }
  .home-collection .section__header p br, #top-line{
    display: none;
  }
  .nav-pills .nav-link h2{
    font-size:20px;
  }
  .home-categories .cat-img-transf {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #logobottom{
    height: 200px;
  }
  .home-news .section__content .item {
    display: unset;
  }
  .home-news .section__content .item .banner-effect{
    margin-bottom: 14px;
  }
  .product--detail .tab-list li {
    margin-right: 0;
  }
  .sub-menu-line .widget__links {
    width: 100%;
  }
  .sub-menu-line .widget__links li {
    margin-left: unset;
  }
.sub-menu-line ul li span{font-size:14px}
.home-categories{background: unset !important;
    padding-top: 10px !important;}
  .title-overlay {
    left: unset !important;
    transform: unset !important;
    width: 100% !important
  }
  .home-project .item {
    margin-bottom: 10px;
  }
  .home-news .section__content .right .item {
    margin-bottom: 8px;
  }
  .homeProducts .homeProduct__info {
    margin-left: -40px;
    margin-right: -40px;
    font-size: 12px;
  }
  .homeProducts .homeProduct.slick-center .homeProduct__img {
    top: -25px;
    bottom: -25px;
    left: -60px;
    right: -60px;
  }
  .homeProducts .homeProduct.slick-center .homeProduct__img:before, .homeProducts .homeProduct.slick-center .homeProduct__img:after {
    top: 15px;
    bottom: 15px;
  }
  .homeProducts .homeProduct.slick-center .homeProduct__img:before {
    border-radius: 0 20px 20px 0;
    border-width: 10px 10px 10px 0;
  }
  .homeProducts .homeProduct.slick-center .homeProduct__img:after {
    border-radius: 20px 0 0 20px;
    border-width: 10px 0 10px 10px;
  }
  .home-intro .title-overlay {
    padding: 6px 10px !important;
  }
  .home-intro .title-overlay h3 {
    font-size: 20px;
    margin-bottom: 0;
  }  
  .section--blog.single-post .section__header{
    padding: 100px 0;
  }
  .single-post h1 {
    margin: 0 auto;
    margin-top: -95px;
    padding: 40px;
    font-size: 30px;
  }
  .home-helper .section__content{
    justify-content: center !important;
    gap: 10px;
  }
  .block-1 {
    text-align: center;
  }
  .footer img.logo-footer{
    margin: 0 auto
  }
  .section--homepage h2{
    font-size: 30px !important;
  }
  .home-quote h2{
    font-size: 30px !important;
  }
  .home-intro .section__header p:after {
    bottom: 8px;
    height: 2px;
    right: -38px;
  }
  .section--homepage.home-intro .section__content p {
    margin-left: 0;
  }
  .logo_spin {
    width: 70px;
  }
  .section--homepage .section__header {
    padding-bottom: 0;
  }
  .home-images .wrapper {
    margin-right: unset;
  }
  .intro-content .content-room {
    max-width: unset;
    position: unset;
  }
  .album-page .intro-img img {
    max-width: 100%;
  }
  .service-page.home-intro-2 .section__content,
  .service-page .section__content {
    margin-left: unset;
    margin-right: unset;
  }
  .section--homepage.home-intro-2 .section__content {
    margin-right: 0;
    margin-left: unset !important;
  }
  .home-text .grid-col-3 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@media screen and (max-width: 375px){
  .home-blog .blog-right{
    display: block;
  }
  .home-blog .blog-content{
    margin-top: 10px;
  }
  .home-blog .blog-content h4{
    line-height: 1.6em;
  }
}
#toptop{width:45px;height:45px;line-height:45px;text-align:center;position:fixed;bottom:50px;right:10px;cursor:pointer;background:white;transition:0.5s;z-index:200;border-radius:50%;color:#fff;transform:rotate(-90deg);font-size:51px;color:#df001f;}
#toptop i{margin-top: -3px;
    font-weight: 900;}
.d-grid{
  display: grid!important;
}

.page--inner.error-inner{
  margin: 130px 0
}

